@ti-tecnologico-de-monterrey-oficial/ds-ng 1.6.18-d → 1.6.18-e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/i18n/es.json +2 -2
- package/assets/styles/mainGED.min.css +1 -1
- package/assets/styles/mainGED.min.css.map +1 -1
- package/assets/styles/mainTEC.min.css +1 -1
- package/assets/styles/mainTEC.min.css.map +1 -1
- package/assets/styles/mainTECMI.min.css +1 -1
- package/assets/styles/mainTECMI.min.css.map +1 -1
- package/assets/styles/micro.min.css +1 -1
- package/assets/styles/micro.min.css.map +1 -1
- package/esm2022/assets/i18n/es.json +2 -2
- package/esm2022/lib/components/bmb-action-menu/bmb-action-menu.component.mjs +8 -6
- package/esm2022/lib/components/bmb-badge/bmb-badge.component.mjs +2 -2
- package/esm2022/lib/components/bmb-bookmark/bmb-bookmark.component.mjs +3 -9
- package/esm2022/lib/components/bmb-card-button/bmb-card-button.component.mjs +7 -3
- package/esm2022/lib/components/bmb-chat-bubbles/bmb-chat-bubbles.component.mjs +5 -3
- package/esm2022/lib/components/bmb-chat-bubbles/types.mjs +1 -1
- package/esm2022/lib/components/bmb-check-external-link-button/bmb-check-external-link-button.component.mjs +3 -3
- package/esm2022/lib/components/bmb-container-button/bmb-container-button.component.mjs +6 -3
- package/esm2022/lib/components/bmb-drawer-overlay/bmb-drawer-overlay.component.mjs +1 -1
- package/esm2022/lib/components/bmb-fab/bmb-fab.component.mjs +23 -20
- package/esm2022/lib/components/bmb-input/bmb-input-content/bmb-input-content.component.mjs +2 -2
- package/esm2022/lib/components/bmb-input/bmb-input-validator/bmb-input-validator.component.mjs +2 -2
- package/esm2022/lib/components/bmb-input-phone-number/bmb-input-phone-number.component.mjs +2 -2
- package/esm2022/lib/components/bmb-input-tags/bmb-input-tags.component.mjs +2 -2
- package/esm2022/lib/components/bmb-media-card/bmb-media-card.component.mjs +8 -4
- package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator-item/bmb-multi-dot-paginator-item.component.mjs +3 -3
- package/esm2022/lib/components/bmb-multi-dot-paginator/bmb-multi-dot-paginator.component.mjs +1 -1
- package/esm2022/lib/components/bmb-notification-card/bmb-notification-card.component.mjs +4 -3
- package/esm2022/lib/components/bmb-sidebar/bmb-sidebar.component.mjs +3 -3
- package/esm2022/lib/components/bmb-sounds-card/bmb-sounds-card.component.mjs +3 -3
- package/esm2022/lib/components/bmb-table-lite/bmb-table-lite.component.mjs +2 -2
- package/esm2022/lib/components/bmb-tables/bmb-tables.component.mjs +2 -2
- package/esm2022/lib/components/bmb-text-link/bmb-text-link.component.mjs +1 -5
- package/esm2022/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.mjs +16 -3
- package/esm2022/lib/components/bmb-top-bar/bmb-top-bar.component.mjs +8 -3
- package/esm2022/lib/components/bmb-totp/bmb-totp.component.mjs +2 -2
- package/esm2022/lib/components/bmb-web-templates/bmb-web-templates.component.mjs +2 -2
- package/esm2022/lib/types/colors.mjs +1 -1
- package/esm2022/lib/utils/botIcon.mjs +22 -0
- package/esm2022/lib/utils/utils.mjs +4 -3
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +128 -78
- package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
- package/lib/components/bmb-action-menu/bmb-action-menu.component.d.ts +2 -2
- package/lib/components/bmb-bookmark/bmb-bookmark.component.d.ts +0 -1
- package/lib/components/bmb-card-button/bmb-card-button.component.d.ts +1 -0
- package/lib/components/bmb-chat-bubbles/types.d.ts +9 -1
- package/lib/components/bmb-fab/bmb-fab.component.d.ts +8 -7
- package/lib/components/bmb-media-card/bmb-media-card.component.d.ts +1 -1
- package/lib/components/bmb-notification-card/bmb-notification-card.component.d.ts +2 -1
- package/lib/components/bmb-top-bar/bmb-top-bar-user-section/bmb-top-bar-user-section.component.d.ts +4 -1
- package/lib/components/bmb-top-bar/bmb-top-bar.component.d.ts +4 -1
- package/lib/utils/botIcon.d.ts +1 -0
- package/package.json +1 -1
|
@@ -35,10 +35,10 @@ export class BmbCheckExternalLinkButtonComponent {
|
|
|
35
35
|
this.buttonKeyPress.emit(event);
|
|
36
36
|
}
|
|
37
37
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BmbCheckExternalLinkButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
38
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BmbCheckExternalLinkButtonComponent, isStandalone: true, selector: "bmb-check-external-link-button", inputs: { idElement: { classPropertyName: "idElement", publicName: "idElement", isSignal: true, isRequired: false, transformFunction: null }, link: { classPropertyName: "link", publicName: "link", isSignal: true, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, buttonName: { classPropertyName: "buttonName", publicName: "buttonName", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonPress: "buttonPress", buttonClick: "buttonClick", buttonKeyPress: "buttonKeyPress" }, queries: [{ propertyName: "commonTemplate", first: true, predicate: ["commonTemplate"], descendants: true, isSignal: true }], ngImport: i0, template: "<ng-template #commonTemplate>\n <ng-content />\n</ng-template>\n\n<span class=\"bmb_check-external-link-button\">\n @if (isButton(!!link())) {\n <button\n type=\"button\"\n role=\"button\"\n [name]=\"buttonName()\"\n [attr.aria-label]=\"buttonName()\"\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n (click)=\"handleClick($event)\"\n (mousedown)=\"handlePress($event)\"\n [ngClass]=\"{\n 'bmb_check-external-link-button-element-disabled': disabled()\n }\"\n [disabled]=\"disabled()\"\n type=\"button\"\n (keypress)=\"handleKeyPress($event)\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </button>\n } @else if (isExternalLink(link())) {\n <a\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n [href]=\"link()\"\n [target]=\"target()\"\n rel=\"noopener noreferrer\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </a>\n } @else {\n <a\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n [routerLink]=\"link()\"\n routerLinkActive=\"bmb-active-link\"\n [routerLinkActiveOptions]=\"{ exact: true }\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </a>\n }\n</span>\n", styles: [".bmb_check-external-link-button{display:inline-block}.bmb_check-external-link-button:has(.bmb_icon-figure){display:inline-block
|
|
38
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BmbCheckExternalLinkButtonComponent, isStandalone: true, selector: "bmb-check-external-link-button", inputs: { idElement: { classPropertyName: "idElement", publicName: "idElement", isSignal: true, isRequired: false, transformFunction: null }, link: { classPropertyName: "link", publicName: "link", isSignal: true, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, buttonName: { classPropertyName: "buttonName", publicName: "buttonName", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonPress: "buttonPress", buttonClick: "buttonClick", buttonKeyPress: "buttonKeyPress" }, queries: [{ propertyName: "commonTemplate", first: true, predicate: ["commonTemplate"], descendants: true, isSignal: true }], ngImport: i0, template: "<ng-template #commonTemplate>\n <ng-content />\n</ng-template>\n\n<span class=\"bmb_check-external-link-button\">\n @if (isButton(!!link())) {\n <button\n type=\"button\"\n role=\"button\"\n [name]=\"buttonName()\"\n [attr.aria-label]=\"buttonName()\"\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n (click)=\"handleClick($event)\"\n (mousedown)=\"handlePress($event)\"\n [ngClass]=\"{\n 'bmb_check-external-link-button-element-disabled': disabled()\n }\"\n [disabled]=\"disabled()\"\n type=\"button\"\n (keypress)=\"handleKeyPress($event)\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </button>\n } @else if (isExternalLink(link())) {\n <a\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n [href]=\"link()\"\n [target]=\"target() || '_blank'\"\n rel=\"noopener noreferrer\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </a>\n } @else {\n <a\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n [routerLink]=\"link()\"\n routerLinkActive=\"bmb-active-link\"\n [routerLinkActiveOptions]=\"{ exact: true }\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </a>\n }\n</span>\n", styles: [".bmb_check-external-link-button{display:inline-block}.bmb_check-external-link-button:has(.bmb_icon-figure){display:inline-block}.bmb_check-external-link-button-element{padding:0;text-decoration:none;cursor:pointer;display:inline-flex;color:currentColor;align-items:center}.bmb_check-external-link-button-element-disabled{cursor:not-allowed;opacity:.5}.bmb_check-external-link-button-element:has(img){height:100%;width:100%}.bmb_check-external-link-button-element:focus,.bmb_check-external-link-button-element:focus-visible{outline:0 none}\n"], dependencies: [{ kind: "ngmodule", type: RouterModule }, { kind: "directive", type: i1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i1.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
39
39
|
}
|
|
40
40
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BmbCheckExternalLinkButtonComponent, decorators: [{
|
|
41
41
|
type: Component,
|
|
42
|
-
args: [{ selector: 'bmb-check-external-link-button', standalone: true, imports: [RouterModule, CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template #commonTemplate>\n <ng-content />\n</ng-template>\n\n<span class=\"bmb_check-external-link-button\">\n @if (isButton(!!link())) {\n <button\n type=\"button\"\n role=\"button\"\n [name]=\"buttonName()\"\n [attr.aria-label]=\"buttonName()\"\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n (click)=\"handleClick($event)\"\n (mousedown)=\"handlePress($event)\"\n [ngClass]=\"{\n 'bmb_check-external-link-button-element-disabled': disabled()\n }\"\n [disabled]=\"disabled()\"\n type=\"button\"\n (keypress)=\"handleKeyPress($event)\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </button>\n } @else if (isExternalLink(link())) {\n <a\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n [href]=\"link()\"\n [target]=\"target()\"\n rel=\"noopener noreferrer\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </a>\n } @else {\n <a\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n [routerLink]=\"link()\"\n routerLinkActive=\"bmb-active-link\"\n [routerLinkActiveOptions]=\"{ exact: true }\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </a>\n }\n</span>\n", styles: [".bmb_check-external-link-button{display:inline-block}.bmb_check-external-link-button:has(.bmb_icon-figure){display:inline-block
|
|
42
|
+
args: [{ selector: 'bmb-check-external-link-button', standalone: true, imports: [RouterModule, CommonModule], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template #commonTemplate>\n <ng-content />\n</ng-template>\n\n<span class=\"bmb_check-external-link-button\">\n @if (isButton(!!link())) {\n <button\n type=\"button\"\n role=\"button\"\n [name]=\"buttonName()\"\n [attr.aria-label]=\"buttonName()\"\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n (click)=\"handleClick($event)\"\n (mousedown)=\"handlePress($event)\"\n [ngClass]=\"{\n 'bmb_check-external-link-button-element-disabled': disabled()\n }\"\n [disabled]=\"disabled()\"\n type=\"button\"\n (keypress)=\"handleKeyPress($event)\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </button>\n } @else if (isExternalLink(link())) {\n <a\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n [href]=\"link()\"\n [target]=\"target() || '_blank'\"\n rel=\"noopener noreferrer\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </a>\n } @else {\n <a\n class=\"bmb_check-external-link-button-element\"\n [id]=\"idElement()\"\n [routerLink]=\"link()\"\n routerLinkActive=\"bmb-active-link\"\n [routerLinkActiveOptions]=\"{ exact: true }\"\n >\n <ng-container [ngTemplateOutlet]=\"commonTemplate\" />\n </a>\n }\n</span>\n", styles: [".bmb_check-external-link-button{display:inline-block}.bmb_check-external-link-button:has(.bmb_icon-figure){display:inline-block}.bmb_check-external-link-button-element{padding:0;text-decoration:none;cursor:pointer;display:inline-flex;color:currentColor;align-items:center}.bmb_check-external-link-button-element-disabled{cursor:not-allowed;opacity:.5}.bmb_check-external-link-button-element:has(img){height:100%;width:100%}.bmb_check-external-link-button-element:focus,.bmb_check-external-link-button-element:focus-visible{outline:0 none}\n"] }]
|
|
43
43
|
}] });
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWNoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItY2hlY2stZXh0ZXJuYWwtbGluay1idXR0b24vYm1iLWNoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItY2hlY2stZXh0ZXJuYWwtbGluay1idXR0b24vYm1iLWNoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBQ0wsTUFBTSxFQUVOLGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbkQsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7OztBQVkvQyxNQUFNLE9BQU8sbUNBQW1DO0lBVGhEO1FBVUUsY0FBUyxHQUFHLEtBQUssQ0FBcUIsRUFBRSxDQUFDLENBQUM7UUFDMUMsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixXQUFNLEdBQUcsS0FBSyxDQUFpQixRQUFRLENBQUMsQ0FBQztRQUN6QyxhQUFRLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQ2pDLGVBQVUsR0FBRyxLQUFLLENBQVMsUUFBUSxDQUFDLENBQUM7UUFFckMsZ0JBQVcsR0FBRyxNQUFNLEVBQWMsQ0FBQztRQUNuQyxnQkFBVyxHQUFHLE1BQU0sRUFBYyxDQUFDO1FBQ25DLG1CQUFjLEdBQUcsTUFBTSxFQUFpQixDQUFDO1FBRXpDLG1CQUFjLEdBQUcsWUFBWSxDQUFtQixnQkFBZ0IsQ0FBQyxDQUFDO0tBdUJuRTtJQXJCQyxjQUFjLENBQUMsSUFBWTtRQUN6QixPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksSUFBSSxjQUFjLENBQUMsSUFBSSxDQUFDLENBQUMsSUFBSSxLQUFLLENBQUM7SUFDbkQsQ0FBQztJQUVELFFBQVEsQ0FBQyxNQUFlO1FBQ3RCLE9BQU8sQ0FBQyxNQUFNLENBQUM7SUFDakIsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFpQjtRQUMzQixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM3QixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFpQjtRQUMzQixJQUFJLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM3QixLQUFLLENBQUMsZUFBZSxFQUFFLENBQUM7SUFDMUIsQ0FBQztJQUVELGNBQWMsQ0FBQyxLQUFvQjtRQUNqQyxJQUFJLENBQUMsY0FBYyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNsQyxDQUFDOytHQWpDVSxtQ0FBbUM7bUdBQW5DLG1DQUFtQyx1OEJDdkJoRCw2MUNBOENBLHFsQkQ3QlksWUFBWSxnZkFBRSxZQUFZOzs0RkFNekIsbUNBQW1DO2tCQVQvQyxTQUFTOytCQUNFLGdDQUFnQyxjQUM5QixJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsWUFBWSxDQUFDLGlCQUd0QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgY29udGVudENoaWxkLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxuICBUZW1wbGF0ZVJlZixcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaXNFeHRlcm5hbExpbmsgfSBmcm9tICcuLi8uLi91dGlscy91dGlscyc7XG5pbXBvcnQgeyBSb3V0ZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IElCbWJUYXJnZXRMaW5rIH0gZnJvbSAnLi4vLi4vdHlwZXMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItY2hlY2stZXh0ZXJuYWwtbGluay1idXR0b24nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbUm91dGVyTW9kdWxlLCBDb21tb25Nb2R1bGVdLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLWNoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi1jaGVjay1leHRlcm5hbC1saW5rLWJ1dHRvbi5jb21wb25lbnQuc2NzcycsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJDaGVja0V4dGVybmFsTGlua0J1dHRvbkNvbXBvbmVudCB7XG4gIGlkRWxlbWVudCA9IGlucHV0PHN0cmluZyB8IHVuZGVmaW5lZD4oJycpO1xuICBsaW5rID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHRhcmdldCA9IGlucHV0PElCbWJUYXJnZXRMaW5rPignX2JsYW5rJyk7XG4gIGRpc2FibGVkID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBidXR0b25OYW1lID0gaW5wdXQ8c3RyaW5nPignYnV0dG9uJyk7XG5cbiAgYnV0dG9uUHJlc3MgPSBvdXRwdXQ8TW91c2VFdmVudD4oKTtcbiAgYnV0dG9uQ2xpY2sgPSBvdXRwdXQ8TW91c2VFdmVudD4oKTtcbiAgYnV0dG9uS2V5UHJlc3MgPSBvdXRwdXQ8S2V5Ym9hcmRFdmVudD4oKTtcblxuICBjb21tb25UZW1wbGF0ZSA9IGNvbnRlbnRDaGlsZDxUZW1wbGF0ZVJlZjxhbnk+PignY29tbW9uVGVtcGxhdGUnKTtcblxuICBpc0V4dGVybmFsTGluayhsaW5rOiBzdHJpbmcpOiBib29sZWFuIHtcbiAgICByZXR1cm4gKCEhbGluayAmJiBpc0V4dGVybmFsTGluayhsaW5rKSkgfHwgZmFsc2U7XG4gIH1cblxuICBpc0J1dHRvbihpc0xpbms6IGJvb2xlYW4pOiBib29sZWFuIHtcbiAgICByZXR1cm4gIWlzTGluaztcbiAgfVxuXG4gIGhhbmRsZVByZXNzKGV2ZW50OiBNb3VzZUV2ZW50KTogdm9pZCB7XG4gICAgdGhpcy5idXR0b25QcmVzcy5lbWl0KGV2ZW50KTtcbiAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgfVxuXG4gIGhhbmRsZUNsaWNrKGV2ZW50OiBNb3VzZUV2ZW50KTogdm9pZCB7XG4gICAgdGhpcy5idXR0b25DbGljay5lbWl0KGV2ZW50KTtcbiAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgfVxuXG4gIGhhbmRsZUtleVByZXNzKGV2ZW50OiBLZXlib2FyZEV2ZW50KTogdm9pZCB7XG4gICAgdGhpcy5idXR0b25LZXlQcmVzcy5lbWl0KGV2ZW50KTtcbiAgfVxufVxuIiwiPG5nLXRlbXBsYXRlICNjb21tb25UZW1wbGF0ZT5cbiAgPG5nLWNvbnRlbnQgLz5cbjwvbmctdGVtcGxhdGU+XG5cbjxzcGFuIGNsYXNzPVwiYm1iX2NoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uXCI+XG4gIEBpZiAoaXNCdXR0b24oISFsaW5rKCkpKSB7XG4gICAgPGJ1dHRvblxuICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICByb2xlPVwiYnV0dG9uXCJcbiAgICAgIFtuYW1lXT1cImJ1dHRvbk5hbWUoKVwiXG4gICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImJ1dHRvbk5hbWUoKVwiXG4gICAgICBjbGFzcz1cImJtYl9jaGVjay1leHRlcm5hbC1saW5rLWJ1dHRvbi1lbGVtZW50XCJcbiAgICAgIFtpZF09XCJpZEVsZW1lbnQoKVwiXG4gICAgICAoY2xpY2spPVwiaGFuZGxlQ2xpY2soJGV2ZW50KVwiXG4gICAgICAobW91c2Vkb3duKT1cImhhbmRsZVByZXNzKCRldmVudClcIlxuICAgICAgW25nQ2xhc3NdPVwie1xuICAgICAgICAnYm1iX2NoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uLWVsZW1lbnQtZGlzYWJsZWQnOiBkaXNhYmxlZCgpXG4gICAgICB9XCJcbiAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZCgpXCJcbiAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgKGtleXByZXNzKT1cImhhbmRsZUtleVByZXNzKCRldmVudClcIlxuICAgID5cbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiY29tbW9uVGVtcGxhdGVcIiAvPlxuICAgIDwvYnV0dG9uPlxuICB9IEBlbHNlIGlmIChpc0V4dGVybmFsTGluayhsaW5rKCkpKSB7XG4gICAgPGFcbiAgICAgIGNsYXNzPVwiYm1iX2NoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uLWVsZW1lbnRcIlxuICAgICAgW2lkXT1cImlkRWxlbWVudCgpXCJcbiAgICAgIFtocmVmXT1cImxpbmsoKVwiXG4gICAgICBbdGFyZ2V0XT1cInRhcmdldCgpIHx8ICdfYmxhbmsnXCJcbiAgICAgIHJlbD1cIm5vb3BlbmVyIG5vcmVmZXJyZXJcIlxuICAgID5cbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiY29tbW9uVGVtcGxhdGVcIiAvPlxuICAgIDwvYT5cbiAgfSBAZWxzZSB7XG4gICAgPGFcbiAgICAgIGNsYXNzPVwiYm1iX2NoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uLWVsZW1lbnRcIlxuICAgICAgW2lkXT1cImlkRWxlbWVudCgpXCJcbiAgICAgIFtyb3V0ZXJMaW5rXT1cImxpbmsoKVwiXG4gICAgICByb3V0ZXJMaW5rQWN0aXZlPVwiYm1iLWFjdGl2ZS1saW5rXCJcbiAgICAgIFtyb3V0ZXJMaW5rQWN0aXZlT3B0aW9uc109XCJ7IGV4YWN0OiB0cnVlIH1cIlxuICAgID5cbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiY29tbW9uVGVtcGxhdGVcIiAvPlxuICAgIDwvYT5cbiAgfVxuPC9zcGFuPlxuIl19
|
|
@@ -49,6 +49,9 @@ export class BmbContainerButtonComponent {
|
|
|
49
49
|
if (this.square()) {
|
|
50
50
|
classList.push('bmb_container-button-square');
|
|
51
51
|
}
|
|
52
|
+
if (this.square() && this.small() && !this.iconLeft()) {
|
|
53
|
+
classList.push('bmb_container-button-square-no-icon');
|
|
54
|
+
}
|
|
52
55
|
if (this.small()) {
|
|
53
56
|
classList.push('bmb_container-button-small');
|
|
54
57
|
}
|
|
@@ -70,7 +73,7 @@ export class BmbContainerButtonComponent {
|
|
|
70
73
|
this.secondaryAction.emit(event);
|
|
71
74
|
}
|
|
72
75
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BmbContainerButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
73
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BmbContainerButtonComponent, isStandalone: true, selector: "bmb-container-button", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, score: { classPropertyName: "score", publicName: "score", isSignal: true, isRequired: false, transformFunction: null }, square: { classPropertyName: "square", publicName: "square", isSignal: true, isRequired: false, transformFunction: null }, small: { classPropertyName: "small", publicName: "small", isSignal: true, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: true, isRequired: false, transformFunction: null }, link: { classPropertyName: "link", publicName: "link", isSignal: true, isRequired: false, transformFunction: null }, subtitle: { classPropertyName: "subtitle", publicName: "subtitle", isSignal: true, isRequired: false, transformFunction: null }, iconLeft: { classPropertyName: "iconLeft", publicName: "iconLeft", isSignal: true, isRequired: false, transformFunction: null }, isUserImage: { classPropertyName: "isUserImage", publicName: "isUserImage", isSignal: true, isRequired: false, transformFunction: null }, iconRight: { classPropertyName: "iconRight", publicName: "iconRight", isSignal: true, isRequired: false, transformFunction: null }, badgeText: { classPropertyName: "badgeText", publicName: "badgeText", isSignal: true, isRequired: false, transformFunction: null }, badgeAppearance: { classPropertyName: "badgeAppearance", publicName: "badgeAppearance", isSignal: true, isRequired: false, transformFunction: null }, state: { classPropertyName: "state", publicName: "state", isSignal: true, isRequired: false, transformFunction: null }, alternative: { classPropertyName: "alternative", publicName: "alternative", isSignal: true, isRequired: false, transformFunction: null }, enableSecondaryAction: { classPropertyName: "enableSecondaryAction", publicName: "enableSecondaryAction", isSignal: true, isRequired: false, transformFunction: null }, enableBookmark: { classPropertyName: "enableBookmark", publicName: "enableBookmark", isSignal: true, isRequired: false, transformFunction: null }, isBookmarkActive: { classPropertyName: "isBookmarkActive", publicName: "isBookmarkActive", isSignal: true, isRequired: false, transformFunction: null }, dropdownMenuItems: { classPropertyName: "dropdownMenuItems", publicName: "dropdownMenuItems", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { isBookmarkActive: "isBookmarkActiveChange", onButton: "onButton", secondaryAction: "secondaryAction" }, ngImport: i0, template: "<section class=\"bmb_container-button\">\n <bmb-check-external-link-button\n class=\"bmb_container-button-wrapper\"\n [ngClass]=\"getClassList()\"\n [link]=\"link()\"\n [target]=\"target()\"\n (buttonClick)=\"handleClick($event)\"\n [disabled]=\"state() === 'disabled'\"\n >\n <section\n bmbLayout\n [dynamicCols]=\"true\"\n margin=\"none\"\n alignItems=\"center\"\n justify=\"spaceBetween\"\n class=\"bmb_container-button-content\"\n >\n <section class=\"bmb_container-button-left\">\n @if ((iconLeft() && !score()) || square() || small()) {\n @if (isUserImage()) {\n <bmb-user-image\n size=\"desktop-small\"\n [image]=\"iconLeft()\"\n altImage=\"Image of icon left\"\n />\n } @else {\n <bmb-icon\n bmbLayoutItem\n class=\"bmb_container-button-left-icon\"\n [icon]=\"iconLeft()\"\n alt=\"Icon left\"\n />\n }\n }\n @if (score() && !square() && !small()) {\n <bmb-grade-value bmbLayoutItem type=\"main-grade\" [score]=\"score()\" />\n }\n <div class=\"bmb_container-button-header\">\n <h2 class=\"bmb_container-button-title\">{{ title() }}</h2>\n @if (subtitle() && !square() && !small()) {\n <h4 class=\"bmb_container-button-subtitle\">\n {{ subtitle() }}\n </h4>\n }\n </div>\n </section>\n <section class=\"bmb_container-button-right\">\n @if (badgeText() && !square() && !small()) {\n <bmb-badge\n [text]=\"badgeText()\"\n [appearance]=\"badgeAppearance()\"\n class=\"bmb_container-button-badge\"\n />\n }\n @if ((iconRight() || enableBookmark()) && !square() && !small()) {\n @if (enableBookmark()) {\n <bmb-bookmark\n class=\"bmb_container-button-right-bookmark\"\n [(isActive)]=\"isBookmarkActive\"\n />\n } @else if (enableSecondaryAction()) {\n <bmb-action-icon\n class=\"bmb_container-button-right-action\"\n [icon]=\"iconRight()\"\n [iconSize]=\"24\"\n (buttonClick)=\"handleSecondaryClick($event)\"\n [disabled]=\"state() === 'disabled'\"\n />\n } @else if (!!dropdownMenuItems().length) {\n <bmb-dropdown-menu\n class=\"bmb_container-button-right-menu\"\n [items]=\"dropdownMenuItems()\"\n />\n } @else {\n <bmb-icon\n class=\"bmb_container-button-right-icon\"\n [icon]=\"iconRight()\"\n [size]=\"24\"\n alt=\"Icon right\"\n />\n }\n }\n </section>\n </section>\n </bmb-check-external-link-button>\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_container-button-error.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{border-color:var(--buttons-destructive);color:var(--buttons-destructive);cursor:not-allowed}.bmb_container-button-error.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element .bmb_grade-value-main{fill:var(--buttons-destructive)}.bmb_container-button .bmb_check-external-link-button{display:flex}.bmb_container-button-disabled.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--containers-main);color:var(--general-contrasts-50);cursor:not-allowed}.bmb_container-button-content{flex-flow:row nowrap;width:100%}.bmb_container-button-header{display:flex;flex-flow:column;gap:.25rem;overflow:hidden}.bmb_container-button-title{font-weight:300;text-align:left;word-break:break-word;font-family:Poppins-Regular,sans-serif;font-size:1rem;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.bmb_container-button-text{display:flex;flex-flow:column;margin-right:1rem}.bmb_container-button-subtitle{color:var(--general-contrasts-75);font-weight:300;text-align:left;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_container-button-left{flex:1;overflow:hidden;align-items:center;display:flex;gap:1rem}.bmb_container-button-left-icon{align-items:center;display:flex;font-size:1.5rem;height:1.5rem;width:1.5rem}.bmb_container-button-left-icon i{width:1.5rem}.bmb_container-button-left .bmb_icon-figure{width:100%}.bmb_container-button-left .bmb_icon-figure img{height:100%;width:100%}.bmb_container-button-right{align-items:center;display:flex;gap:1rem}.bmb_container-button-right-icon{align-items:center;display:flex;font-size:1.5rem;height:1.5rem;width:1.5rem}.bmb_container-button-right-icon i{width:1.5rem}.bmb_container-button-right-menu .bmb_dropdown_menu-list .bmb_dropdown-content-modal{right:0;left:inherit;max-width:15.625rem;min-width:15.625rem}.bmb_container-button-square.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{flex-flow:column;justify-content:center;min-height:9.25rem;min-width:9.25rem;padding:2rem 3rem;width:auto}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout{flex-direction:column;gap:0;height:100%;justify-content:center}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left{flex-flow:column;gap:.5rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-icon{font-size:3rem;height:3rem;width:3rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-icon i{width:3rem}.bmb_container-button-small.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{min-width:10rem;padding:1rem;width:auto}.bmb_container-button-small.bmb_container-button-wrapper .bmb_container-button-title{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_container-button-alternative.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:hover{background-color:var(--general-contrasts-15)}.bmb_container-button-alternative.bmb_container-button-wrapper.bmb_container-button-disabled.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--general-contrasts-15)}.bmb_container-button-alternative.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--general-contrasts-25)}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:hover{background-color:var(--general-contrasts-50);outline:0 solid transparent}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus:not(:disabled),.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible:not(:disabled){background-color:var(--buttons-primary-select);color:rgb(var(--white-primary));outline:.0625rem solid var(--buttons-stroke-primary-selected)}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus:not(:disabled) .bmb_grade-value-main,.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible:not(:disabled) .bmb_grade-value-main{fill:rgb(var(--white-primary))}.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{align-items:center;background-color:var(--containers-container-button);border:.0625rem solid var(--general-contrasts-50);border-radius:var(--bmb-radius-4);color:var(--general-contrasts-100);display:inline-flex;min-height:5rem;padding:1.5rem;width:100%}.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible{outline:0 solid transparent}.bmb_container-button .bmb_container-button-right-action:not(.bmb_container-button-wrapper)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{align-items:center;background-color:inherit;border:none;border-radius:inherit;color:inherit;display:inline-flex;min-height:auto;min-width:auto;padding:.1875rem;width:auto}.bmb_container-button .bmb_container-button-right-action:not(.bmb_container-button-wrapper)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible{outline:0 solid transparent}.bmb_container-button .bmb_grade-value-main{fill:var(--general-contrasts-100)}.bmb_container-button .bmb_bookmark{padding:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbCheckExternalLinkButtonComponent, selector: "bmb-check-external-link-button", inputs: ["idElement", "link", "target", "disabled", "buttonName"], outputs: ["buttonPress", "buttonClick", "buttonKeyPress"] }, { kind: "component", type: BmbUserImageComponent, selector: "bmb-user-image", inputs: ["size", "image", "altImage", "link", "target", "bordered"], outputs: ["buttonPress", "buttonClick", "buttonKeyPress"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "isFill", "size", "alt", "dotNotification", "isSVGTemplate"] }, { kind: "component", type: BmbGradeValueComponent, selector: "bmb-grade-value", inputs: ["appearanceContrast", "type", "score"] }, { kind: "directive", type: BmbLayoutDirective, selector: "[bmbLayout]", inputs: ["gapSize", "margin", "dynamicCols", "justify", "alignItems", "isContainerQuery"] }, { kind: "directive", type: BmbLayoutItemDirective, selector: "[bmbLayoutItem]", inputs: ["colSm", "colLg", "marginLeft", "marginRight", "colGrow", "isDynamicItem"] }, { kind: "component", type: BmbBadgeComponent, selector: "bmb-badge", inputs: ["appearance", "text", "container"] }, { kind: "component", type: BmbActionIconComponent, selector: "bmb-action-icon", inputs: ["idElement", "icon", "alt", "iconSize", "isFill", "toggleIconActive", "isToggleActive", "isAccentColor", "dotNotification", "target", "link", "disabled", "isSVGTemplate"], outputs: ["isToggleActiveChange", "isAccentColorChange", "buttonPress", "buttonClick"] }, { kind: "component", type: BmbBookmarkComponent, selector: "bmb-bookmark", inputs: ["isActive"], outputs: ["isActiveChange"] }, { kind: "component", type: BmbDropdownMenuComponent, selector: "bmb-dropdown-menu", inputs: ["items"], outputs: ["clickedItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
76
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BmbContainerButtonComponent, isStandalone: true, selector: "bmb-container-button", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, score: { classPropertyName: "score", publicName: "score", isSignal: true, isRequired: false, transformFunction: null }, square: { classPropertyName: "square", publicName: "square", isSignal: true, isRequired: false, transformFunction: null }, small: { classPropertyName: "small", publicName: "small", isSignal: true, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: true, isRequired: false, transformFunction: null }, link: { classPropertyName: "link", publicName: "link", isSignal: true, isRequired: false, transformFunction: null }, subtitle: { classPropertyName: "subtitle", publicName: "subtitle", isSignal: true, isRequired: false, transformFunction: null }, iconLeft: { classPropertyName: "iconLeft", publicName: "iconLeft", isSignal: true, isRequired: false, transformFunction: null }, isUserImage: { classPropertyName: "isUserImage", publicName: "isUserImage", isSignal: true, isRequired: false, transformFunction: null }, iconRight: { classPropertyName: "iconRight", publicName: "iconRight", isSignal: true, isRequired: false, transformFunction: null }, badgeText: { classPropertyName: "badgeText", publicName: "badgeText", isSignal: true, isRequired: false, transformFunction: null }, badgeAppearance: { classPropertyName: "badgeAppearance", publicName: "badgeAppearance", isSignal: true, isRequired: false, transformFunction: null }, state: { classPropertyName: "state", publicName: "state", isSignal: true, isRequired: false, transformFunction: null }, alternative: { classPropertyName: "alternative", publicName: "alternative", isSignal: true, isRequired: false, transformFunction: null }, enableSecondaryAction: { classPropertyName: "enableSecondaryAction", publicName: "enableSecondaryAction", isSignal: true, isRequired: false, transformFunction: null }, enableBookmark: { classPropertyName: "enableBookmark", publicName: "enableBookmark", isSignal: true, isRequired: false, transformFunction: null }, isBookmarkActive: { classPropertyName: "isBookmarkActive", publicName: "isBookmarkActive", isSignal: true, isRequired: false, transformFunction: null }, dropdownMenuItems: { classPropertyName: "dropdownMenuItems", publicName: "dropdownMenuItems", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { isBookmarkActive: "isBookmarkActiveChange", onButton: "onButton", secondaryAction: "secondaryAction" }, ngImport: i0, template: "<section class=\"bmb_container-button\">\n <bmb-check-external-link-button\n class=\"bmb_container-button-wrapper\"\n [ngClass]=\"getClassList()\"\n [link]=\"link()\"\n [target]=\"target()\"\n (buttonClick)=\"handleClick($event)\"\n [disabled]=\"state() === 'disabled'\"\n >\n <section\n bmbLayout\n [dynamicCols]=\"true\"\n margin=\"none\"\n alignItems=\"center\"\n justify=\"spaceBetween\"\n class=\"bmb_container-button-content\"\n >\n <section class=\"bmb_container-button-left\">\n @if ((iconLeft() && !score()) || square() || small()) {\n @if (isUserImage()) {\n <bmb-user-image\n size=\"desktop-small\"\n [image]=\"iconLeft()\"\n altImage=\"Image of icon left\"\n />\n } @else if (iconLeft()) {\n <bmb-icon\n bmbLayoutItem\n class=\"bmb_container-button-left-icon\"\n [icon]=\"iconLeft()\"\n alt=\"Icon left\"\n />\n }\n }\n @if (score() && !square() && !small()) {\n <bmb-grade-value bmbLayoutItem type=\"main-grade\" [score]=\"score()\" />\n }\n <div class=\"bmb_container-button-header\">\n <h2 class=\"bmb_container-button-title\">{{ title() }}</h2>\n @if (subtitle() && !square() && !small()) {\n <h4 class=\"bmb_container-button-subtitle\">\n {{ subtitle() }}\n </h4>\n }\n </div>\n </section>\n <section class=\"bmb_container-button-right\">\n @if (badgeText() && !square() && !small()) {\n <bmb-badge\n [text]=\"badgeText()\"\n [appearance]=\"badgeAppearance()\"\n class=\"bmb_container-button-badge\"\n />\n }\n @if ((iconRight() || enableBookmark()) && !square() && !small()) {\n @if (enableBookmark()) {\n <bmb-bookmark\n class=\"bmb_container-button-right-bookmark\"\n [(isActive)]=\"isBookmarkActive\"\n />\n } @else if (enableSecondaryAction()) {\n <bmb-action-icon\n class=\"bmb_container-button-right-action\"\n [icon]=\"iconRight()\"\n [iconSize]=\"24\"\n (buttonClick)=\"handleSecondaryClick($event)\"\n [disabled]=\"state() === 'disabled'\"\n />\n } @else if (!!dropdownMenuItems().length) {\n <bmb-dropdown-menu\n class=\"bmb_container-button-right-menu\"\n [items]=\"dropdownMenuItems()\"\n />\n } @else {\n <bmb-icon\n class=\"bmb_container-button-right-icon\"\n [icon]=\"iconRight()\"\n [size]=\"24\"\n alt=\"Icon right\"\n />\n }\n }\n </section>\n </section>\n </bmb-check-external-link-button>\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_container-button-error.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{border-color:var(--buttons-destructive);color:var(--buttons-destructive);cursor:not-allowed}.bmb_container-button-error.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element .bmb_grade-value-main{fill:var(--buttons-destructive)}.bmb_container-button .bmb_check-external-link-button{display:flex}.bmb_container-button-disabled.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--containers-main);color:var(--general-contrasts-50);cursor:not-allowed}.bmb_container-button-content{flex-flow:row nowrap;width:100%}.bmb_container-button-header{display:flex;flex-flow:column;gap:.25rem;overflow:hidden}.bmb_container-button-title{font-weight:300;text-align:left;word-break:break-word;font-family:Poppins-Regular,sans-serif;font-size:1rem;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.bmb_container-button-text{display:flex;flex-flow:column;margin-right:1rem}.bmb_container-button-subtitle{color:var(--general-contrasts-75);font-weight:300;text-align:left;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_container-button-left{flex:1;overflow:hidden;align-items:center;display:flex;gap:1rem}.bmb_container-button-left-icon{align-items:center;display:flex;font-size:1.5rem;height:1.5rem;width:1.5rem}.bmb_container-button-left-icon i{width:1.5rem}.bmb_container-button-left .bmb_icon-figure{width:100%}.bmb_container-button-left .bmb_icon-figure img{height:100%;width:100%}.bmb_container-button-right{align-items:center;display:flex;gap:1rem}.bmb_container-button-right-icon{align-items:center;display:flex;font-size:1.5rem;height:1.5rem;width:1.5rem}.bmb_container-button-right-icon i{width:1.5rem}.bmb_container-button-right:empty{display:none}.bmb_container-button-right-menu .bmb_dropdown_menu-list .bmb_dropdown-content-modal{right:0;left:inherit;max-width:15.625rem;min-width:15.625rem}.bmb_container-button-square.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{flex-flow:column;justify-content:center;min-height:9.25rem;min-width:9.25rem;padding:2rem 3rem;width:auto}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout{flex-direction:column;gap:0;height:100%;justify-content:center}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left{flex-flow:column;gap:.5rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-icon{font-size:3rem;height:3rem;width:3rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-icon i{width:3rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-small-no-icon{justify-content:center}.bmb_container-button-square-no-icon.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{min-height:7.375rem;min-width:10.5625rem}.bmb_container-button-square-no-icon.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left{justify-content:center}.bmb_container-button-small.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{min-width:10rem;padding:1rem;width:auto}.bmb_container-button-small.bmb_container-button-wrapper .bmb_container-button-title{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_container-button-small.bmb_container-button-wrapper .bmb_container-button-title--small-no-icon{text-align:center}.bmb_container-button-alternative.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:hover{background-color:var(--general-contrasts-15)}.bmb_container-button-alternative.bmb_container-button-wrapper.bmb_container-button-disabled.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--general-contrasts-15)}.bmb_container-button-alternative.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--general-contrasts-25)}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:hover{background-color:var(--general-contrasts-50);outline:0 solid transparent}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus:not(:disabled),.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible:not(:disabled){background-color:var(--buttons-primary-select);color:rgb(var(--white-primary));outline:.0625rem solid var(--buttons-stroke-primary-selected)}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus:not(:disabled) .bmb_grade-value-main,.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible:not(:disabled) .bmb_grade-value-main{fill:rgb(var(--white-primary))}.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{align-items:center;background-color:var(--containers-container-button);border:.0625rem solid var(--general-contrasts-50);border-radius:var(--bmb-radius-4);color:var(--general-contrasts-100);display:inline-flex;min-height:5rem;padding:1.5rem;width:100%}.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible{outline:0 solid transparent}.bmb_container-button .bmb_container-button-right-action:not(.bmb_container-button-wrapper)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{align-items:center;background-color:inherit;border:none;border-radius:inherit;color:inherit;display:inline-flex;min-height:auto;min-width:auto;padding:.1875rem;width:auto}.bmb_container-button .bmb_container-button-right-action:not(.bmb_container-button-wrapper)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible{outline:0 solid transparent}.bmb_container-button .bmb_grade-value-main{fill:var(--general-contrasts-100)}.bmb_container-button .bmb_bookmark{padding:0}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbCheckExternalLinkButtonComponent, selector: "bmb-check-external-link-button", inputs: ["idElement", "link", "target", "disabled", "buttonName"], outputs: ["buttonPress", "buttonClick", "buttonKeyPress"] }, { kind: "component", type: BmbUserImageComponent, selector: "bmb-user-image", inputs: ["size", "image", "altImage", "link", "target", "bordered"], outputs: ["buttonPress", "buttonClick", "buttonKeyPress"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "isFill", "size", "alt", "dotNotification", "isSVGTemplate"] }, { kind: "component", type: BmbGradeValueComponent, selector: "bmb-grade-value", inputs: ["appearanceContrast", "type", "score"] }, { kind: "directive", type: BmbLayoutDirective, selector: "[bmbLayout]", inputs: ["gapSize", "margin", "dynamicCols", "justify", "alignItems", "isContainerQuery"] }, { kind: "directive", type: BmbLayoutItemDirective, selector: "[bmbLayoutItem]", inputs: ["colSm", "colLg", "marginLeft", "marginRight", "colGrow", "isDynamicItem"] }, { kind: "component", type: BmbBadgeComponent, selector: "bmb-badge", inputs: ["appearance", "text", "container"] }, { kind: "component", type: BmbActionIconComponent, selector: "bmb-action-icon", inputs: ["idElement", "icon", "alt", "iconSize", "isFill", "toggleIconActive", "isToggleActive", "isAccentColor", "dotNotification", "target", "link", "disabled", "isSVGTemplate"], outputs: ["isToggleActiveChange", "isAccentColorChange", "buttonPress", "buttonClick"] }, { kind: "component", type: BmbBookmarkComponent, selector: "bmb-bookmark", inputs: ["isActive"], outputs: ["isActiveChange"] }, { kind: "component", type: BmbDropdownMenuComponent, selector: "bmb-dropdown-menu", inputs: ["items"], outputs: ["clickedItem"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
74
77
|
}
|
|
75
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BmbContainerButtonComponent, decorators: [{
|
|
76
79
|
type: Component,
|
|
@@ -86,6 +89,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
86
89
|
BmbActionIconComponent,
|
|
87
90
|
BmbBookmarkComponent,
|
|
88
91
|
BmbDropdownMenuComponent,
|
|
89
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<section class=\"bmb_container-button\">\n <bmb-check-external-link-button\n class=\"bmb_container-button-wrapper\"\n [ngClass]=\"getClassList()\"\n [link]=\"link()\"\n [target]=\"target()\"\n (buttonClick)=\"handleClick($event)\"\n [disabled]=\"state() === 'disabled'\"\n >\n <section\n bmbLayout\n [dynamicCols]=\"true\"\n margin=\"none\"\n alignItems=\"center\"\n justify=\"spaceBetween\"\n class=\"bmb_container-button-content\"\n >\n <section class=\"bmb_container-button-left\">\n @if ((iconLeft() && !score()) || square() || small()) {\n @if (isUserImage()) {\n <bmb-user-image\n size=\"desktop-small\"\n [image]=\"iconLeft()\"\n altImage=\"Image of icon left\"\n />\n } @else {\n <bmb-icon\n bmbLayoutItem\n class=\"bmb_container-button-left-icon\"\n [icon]=\"iconLeft()\"\n alt=\"Icon left\"\n />\n }\n }\n @if (score() && !square() && !small()) {\n <bmb-grade-value bmbLayoutItem type=\"main-grade\" [score]=\"score()\" />\n }\n <div class=\"bmb_container-button-header\">\n <h2 class=\"bmb_container-button-title\">{{ title() }}</h2>\n @if (subtitle() && !square() && !small()) {\n <h4 class=\"bmb_container-button-subtitle\">\n {{ subtitle() }}\n </h4>\n }\n </div>\n </section>\n <section class=\"bmb_container-button-right\">\n @if (badgeText() && !square() && !small()) {\n <bmb-badge\n [text]=\"badgeText()\"\n [appearance]=\"badgeAppearance()\"\n class=\"bmb_container-button-badge\"\n />\n }\n @if ((iconRight() || enableBookmark()) && !square() && !small()) {\n @if (enableBookmark()) {\n <bmb-bookmark\n class=\"bmb_container-button-right-bookmark\"\n [(isActive)]=\"isBookmarkActive\"\n />\n } @else if (enableSecondaryAction()) {\n <bmb-action-icon\n class=\"bmb_container-button-right-action\"\n [icon]=\"iconRight()\"\n [iconSize]=\"24\"\n (buttonClick)=\"handleSecondaryClick($event)\"\n [disabled]=\"state() === 'disabled'\"\n />\n } @else if (!!dropdownMenuItems().length) {\n <bmb-dropdown-menu\n class=\"bmb_container-button-right-menu\"\n [items]=\"dropdownMenuItems()\"\n />\n } @else {\n <bmb-icon\n class=\"bmb_container-button-right-icon\"\n [icon]=\"iconRight()\"\n [size]=\"24\"\n alt=\"Icon right\"\n />\n }\n }\n </section>\n </section>\n </bmb-check-external-link-button>\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_container-button-error.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{border-color:var(--buttons-destructive);color:var(--buttons-destructive);cursor:not-allowed}.bmb_container-button-error.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element .bmb_grade-value-main{fill:var(--buttons-destructive)}.bmb_container-button .bmb_check-external-link-button{display:flex}.bmb_container-button-disabled.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--containers-main);color:var(--general-contrasts-50);cursor:not-allowed}.bmb_container-button-content{flex-flow:row nowrap;width:100%}.bmb_container-button-header{display:flex;flex-flow:column;gap:.25rem;overflow:hidden}.bmb_container-button-title{font-weight:300;text-align:left;word-break:break-word;font-family:Poppins-Regular,sans-serif;font-size:1rem;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.bmb_container-button-text{display:flex;flex-flow:column;margin-right:1rem}.bmb_container-button-subtitle{color:var(--general-contrasts-75);font-weight:300;text-align:left;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_container-button-left{flex:1;overflow:hidden;align-items:center;display:flex;gap:1rem}.bmb_container-button-left-icon{align-items:center;display:flex;font-size:1.5rem;height:1.5rem;width:1.5rem}.bmb_container-button-left-icon i{width:1.5rem}.bmb_container-button-left .bmb_icon-figure{width:100%}.bmb_container-button-left .bmb_icon-figure img{height:100%;width:100%}.bmb_container-button-right{align-items:center;display:flex;gap:1rem}.bmb_container-button-right-icon{align-items:center;display:flex;font-size:1.5rem;height:1.5rem;width:1.5rem}.bmb_container-button-right-icon i{width:1.5rem}.bmb_container-button-right-menu .bmb_dropdown_menu-list .bmb_dropdown-content-modal{right:0;left:inherit;max-width:15.625rem;min-width:15.625rem}.bmb_container-button-square.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{flex-flow:column;justify-content:center;min-height:9.25rem;min-width:9.25rem;padding:2rem 3rem;width:auto}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout{flex-direction:column;gap:0;height:100%;justify-content:center}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left{flex-flow:column;gap:.5rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-icon{font-size:3rem;height:3rem;width:3rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-icon i{width:3rem}.bmb_container-button-small.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{min-width:10rem;padding:1rem;width:auto}.bmb_container-button-small.bmb_container-button-wrapper .bmb_container-button-title{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_container-button-alternative.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:hover{background-color:var(--general-contrasts-15)}.bmb_container-button-alternative.bmb_container-button-wrapper.bmb_container-button-disabled.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--general-contrasts-15)}.bmb_container-button-alternative.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--general-contrasts-25)}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:hover{background-color:var(--general-contrasts-50);outline:0 solid transparent}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus:not(:disabled),.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible:not(:disabled){background-color:var(--buttons-primary-select);color:rgb(var(--white-primary));outline:.0625rem solid var(--buttons-stroke-primary-selected)}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus:not(:disabled) .bmb_grade-value-main,.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible:not(:disabled) .bmb_grade-value-main{fill:rgb(var(--white-primary))}.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{align-items:center;background-color:var(--containers-container-button);border:.0625rem solid var(--general-contrasts-50);border-radius:var(--bmb-radius-4);color:var(--general-contrasts-100);display:inline-flex;min-height:5rem;padding:1.5rem;width:100%}.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible{outline:0 solid transparent}.bmb_container-button .bmb_container-button-right-action:not(.bmb_container-button-wrapper)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{align-items:center;background-color:inherit;border:none;border-radius:inherit;color:inherit;display:inline-flex;min-height:auto;min-width:auto;padding:.1875rem;width:auto}.bmb_container-button .bmb_container-button-right-action:not(.bmb_container-button-wrapper)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible{outline:0 solid transparent}.bmb_container-button .bmb_grade-value-main{fill:var(--general-contrasts-100)}.bmb_container-button .bmb_bookmark{padding:0}\n"] }]
|
|
92
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<section class=\"bmb_container-button\">\n <bmb-check-external-link-button\n class=\"bmb_container-button-wrapper\"\n [ngClass]=\"getClassList()\"\n [link]=\"link()\"\n [target]=\"target()\"\n (buttonClick)=\"handleClick($event)\"\n [disabled]=\"state() === 'disabled'\"\n >\n <section\n bmbLayout\n [dynamicCols]=\"true\"\n margin=\"none\"\n alignItems=\"center\"\n justify=\"spaceBetween\"\n class=\"bmb_container-button-content\"\n >\n <section class=\"bmb_container-button-left\">\n @if ((iconLeft() && !score()) || square() || small()) {\n @if (isUserImage()) {\n <bmb-user-image\n size=\"desktop-small\"\n [image]=\"iconLeft()\"\n altImage=\"Image of icon left\"\n />\n } @else if (iconLeft()) {\n <bmb-icon\n bmbLayoutItem\n class=\"bmb_container-button-left-icon\"\n [icon]=\"iconLeft()\"\n alt=\"Icon left\"\n />\n }\n }\n @if (score() && !square() && !small()) {\n <bmb-grade-value bmbLayoutItem type=\"main-grade\" [score]=\"score()\" />\n }\n <div class=\"bmb_container-button-header\">\n <h2 class=\"bmb_container-button-title\">{{ title() }}</h2>\n @if (subtitle() && !square() && !small()) {\n <h4 class=\"bmb_container-button-subtitle\">\n {{ subtitle() }}\n </h4>\n }\n </div>\n </section>\n <section class=\"bmb_container-button-right\">\n @if (badgeText() && !square() && !small()) {\n <bmb-badge\n [text]=\"badgeText()\"\n [appearance]=\"badgeAppearance()\"\n class=\"bmb_container-button-badge\"\n />\n }\n @if ((iconRight() || enableBookmark()) && !square() && !small()) {\n @if (enableBookmark()) {\n <bmb-bookmark\n class=\"bmb_container-button-right-bookmark\"\n [(isActive)]=\"isBookmarkActive\"\n />\n } @else if (enableSecondaryAction()) {\n <bmb-action-icon\n class=\"bmb_container-button-right-action\"\n [icon]=\"iconRight()\"\n [iconSize]=\"24\"\n (buttonClick)=\"handleSecondaryClick($event)\"\n [disabled]=\"state() === 'disabled'\"\n />\n } @else if (!!dropdownMenuItems().length) {\n <bmb-dropdown-menu\n class=\"bmb_container-button-right-menu\"\n [items]=\"dropdownMenuItems()\"\n />\n } @else {\n <bmb-icon\n class=\"bmb_container-button-right-icon\"\n [icon]=\"iconRight()\"\n [size]=\"24\"\n alt=\"Icon right\"\n />\n }\n }\n </section>\n </section>\n </bmb-check-external-link-button>\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_container-button-error.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{border-color:var(--buttons-destructive);color:var(--buttons-destructive);cursor:not-allowed}.bmb_container-button-error.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element .bmb_grade-value-main{fill:var(--buttons-destructive)}.bmb_container-button .bmb_check-external-link-button{display:flex}.bmb_container-button-disabled.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--containers-main);color:var(--general-contrasts-50);cursor:not-allowed}.bmb_container-button-content{flex-flow:row nowrap;width:100%}.bmb_container-button-header{display:flex;flex-flow:column;gap:.25rem;overflow:hidden}.bmb_container-button-title{font-weight:300;text-align:left;word-break:break-word;font-family:Poppins-Regular,sans-serif;font-size:1rem;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.bmb_container-button-text{display:flex;flex-flow:column;margin-right:1rem}.bmb_container-button-subtitle{color:var(--general-contrasts-75);font-weight:300;text-align:left;word-break:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_container-button-left{flex:1;overflow:hidden;align-items:center;display:flex;gap:1rem}.bmb_container-button-left-icon{align-items:center;display:flex;font-size:1.5rem;height:1.5rem;width:1.5rem}.bmb_container-button-left-icon i{width:1.5rem}.bmb_container-button-left .bmb_icon-figure{width:100%}.bmb_container-button-left .bmb_icon-figure img{height:100%;width:100%}.bmb_container-button-right{align-items:center;display:flex;gap:1rem}.bmb_container-button-right-icon{align-items:center;display:flex;font-size:1.5rem;height:1.5rem;width:1.5rem}.bmb_container-button-right-icon i{width:1.5rem}.bmb_container-button-right:empty{display:none}.bmb_container-button-right-menu .bmb_dropdown_menu-list .bmb_dropdown-content-modal{right:0;left:inherit;max-width:15.625rem;min-width:15.625rem}.bmb_container-button-square.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{flex-flow:column;justify-content:center;min-height:9.25rem;min-width:9.25rem;padding:2rem 3rem;width:auto}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout{flex-direction:column;gap:0;height:100%;justify-content:center}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left{flex-flow:column;gap:.5rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-icon{font-size:3rem;height:3rem;width:3rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-icon i{width:3rem}.bmb_container-button-square.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left-small-no-icon{justify-content:center}.bmb_container-button-square-no-icon.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{min-height:7.375rem;min-width:10.5625rem}.bmb_container-button-square-no-icon.bmb_container-button-wrapper .bmb_layout .bmb_container-button-left{justify-content:center}.bmb_container-button-small.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{min-width:10rem;padding:1rem;width:auto}.bmb_container-button-small.bmb_container-button-wrapper .bmb_container-button-title{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.bmb_container-button-small.bmb_container-button-wrapper .bmb_container-button-title--small-no-icon{text-align:center}.bmb_container-button-alternative.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:hover{background-color:var(--general-contrasts-15)}.bmb_container-button-alternative.bmb_container-button-wrapper.bmb_container-button-disabled.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--general-contrasts-15)}.bmb_container-button-alternative.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{background-color:var(--general-contrasts-25)}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:hover{background-color:var(--general-contrasts-50);outline:0 solid transparent}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus:not(:disabled),.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible:not(:disabled){background-color:var(--buttons-primary-select);color:rgb(var(--white-primary));outline:.0625rem solid var(--buttons-stroke-primary-selected)}.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus:not(:disabled) .bmb_grade-value-main,.bmb_container-button-wrapper:not(.bmb_container-button-disabled):not(.bmb_container-button-error)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible:not(:disabled) .bmb_grade-value-main{fill:rgb(var(--white-primary))}.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element{align-items:center;background-color:var(--containers-container-button);border:.0625rem solid var(--general-contrasts-50);border-radius:var(--bmb-radius-4);color:var(--general-contrasts-100);display:inline-flex;min-height:5rem;padding:1.5rem;width:100%}.bmb_container-button-wrapper>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible{outline:0 solid transparent}.bmb_container-button .bmb_container-button-right-action:not(.bmb_container-button-wrapper)>.bmb_check-external-link-button>.bmb_check-external-link-button-element{align-items:center;background-color:inherit;border:none;border-radius:inherit;color:inherit;display:inline-flex;min-height:auto;min-width:auto;padding:.1875rem;width:auto}.bmb_container-button .bmb_container-button-right-action:not(.bmb_container-button-wrapper)>.bmb_check-external-link-button>.bmb_check-external-link-button-element:focus-visible{outline:0 solid transparent}.bmb_container-button .bmb_grade-value-main{fill:var(--general-contrasts-100)}.bmb_container-button .bmb_bookmark{padding:0}\n"] }]
|
|
90
93
|
}], ctorParameters: () => [] });
|
|
91
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWNvbnRhaW5lci1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi1jb250YWluZXItYnV0dG9uL2JtYi1jb250YWluZXItYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItY29udGFpbmVyLWJ1dHRvbi9ibWItY29udGFpbmVyLWJ1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsS0FBSyxFQUNMLE1BQU0sRUFDTixLQUFLLEVBQ0wsTUFBTSxFQUVOLE1BQU0sRUFDTixVQUFVLEdBQ1gsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVEQUF1RCxDQUFDO0FBQy9GLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBRXRGLE9BQU8sRUFBRSxtQ0FBbUMsRUFBRSxNQUFNLDRFQUE0RSxDQUFDO0FBQ2pJLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ25GLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDOzs7QUFFNUYsTUFBTSxtQkFBbUIsR0FBRyxvQkFBb0IsQ0FBQztBQXNCakQsTUFBTSxPQUFPLDJCQUEyQjtJQWdDdEM7UUEvQkEsVUFBSyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUMxQixVQUFLLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzFCLFdBQU0sR0FBRyxLQUFLLEVBQVcsQ0FBQztRQUMxQixVQUFLLEdBQUcsS0FBSyxFQUFXLENBQUM7UUFDekIsV0FBTSxHQUFHLEtBQUssQ0FBaUIsUUFBUSxDQUFDLENBQUM7UUFDekMsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixhQUFRLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzdCLGFBQVEsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDN0IsZ0JBQVcsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDcEMsY0FBUyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUM5QixjQUFTLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzlCLG9CQUFlLEdBQUcsS0FBSyxDQUFtQixRQUFRLENBQUMsQ0FBQztRQUNwRCxVQUFLLEdBQUcsS0FBSyxFQUF3QixDQUFDO1FBQ3RDLGdCQUFXLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQ3BDLDBCQUFxQixHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUM5QyxtQkFBYyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUN2QyxxQkFBZ0IsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDekMsc0JBQWlCLEdBQUcsS0FBSyxDQUFrQixFQUFFLENBQUMsQ0FBQztRQUUvQyxhQUFRLEdBQUcsTUFBTSxFQUFjLENBQUM7UUFDaEMsb0JBQWUsR0FBRyxNQUFNLEVBQWMsQ0FBQztRQUUvQixlQUFVLEdBQUcsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ2hDLFFBQUcsR0FDVCxPQUFPLE1BQU0sS0FBSyxXQUFXO1lBQzNCLENBQUMsQ0FBQyxNQUFNLENBQUMsVUFBVSxDQUFDLG1CQUFtQixDQUFDO1lBQ3hDLENBQUMsQ0FBQyxJQUFJLENBQUM7UUFDSCxVQUFLLEdBQUcsSUFBSSxlQUFlLEVBQUUsQ0FBQztRQUU3QixxQkFBZ0IsR0FBRyxNQUFNLENBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFHL0QsSUFBSSxDQUFDLEdBQUcsRUFBRSxnQkFBZ0IsQ0FDeEIsUUFBUSxFQUNSLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxDQUFFLENBQXlCLENBQUMsT0FBTyxDQUFDLEVBQ3BFLEVBQUUsTUFBTSxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxFQUFFLENBQzlCLENBQUM7UUFDRixJQUFJLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLEtBQUssRUFBRSxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELFlBQVk7UUFDVixNQUFNLFNBQVMsR0FBRyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDM0MsSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQztZQUNsQixTQUFTLENBQUMsSUFBSSxDQUFDLDZCQUE2QixDQUFDLENBQUM7UUFDaEQsQ0FBQztRQUVELElBQUksSUFBSSxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUM7WUFDakIsU0FBUyxDQUFDLElBQUksQ0FBQyw0QkFBNEIsQ0FBQyxDQUFDO1FBQy9DLENBQUM7UUFFRCxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUUsS0FBSyxVQUFVLEVBQUUsQ0FBQztZQUNoQyxTQUFTLENBQUMsSUFBSSxDQUFDLCtCQUErQixDQUFDLENBQUM7UUFDbEQsQ0FBQztRQUVELElBQUksSUFBSSxDQUFDLEtBQUssRUFBRSxLQUFLLE9BQU8sRUFBRSxDQUFDO1lBQzdCLFNBQVMsQ0FBQyxJQUFJLENBQUMsNEJBQTRCLENBQUMsQ0FBQztRQUMvQyxDQUFDO1FBRUQsSUFBSSxJQUFJLENBQUMsV0FBVyxFQUFFLEVBQUUsQ0FBQztZQUN2QixTQUFTLENBQUMsSUFBSSxDQUFDLGtDQUFrQyxDQUFDLENBQUM7UUFDckQsQ0FBQztRQUNELE9BQU8sU0FBUyxDQUFDO0lBQ25CLENBQUM7SUFFRCxXQUFXLENBQUMsS0FBVTtRQUNwQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM1QixDQUFDO0lBRUQsb0JBQW9CLENBQUMsS0FBVTtRQUM3QixJQUFJLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNuQyxDQUFDOytHQXZFVSwyQkFBMkI7bUdBQTNCLDJCQUEyQiw4akZDL0N4QyxrNUZBc0ZBLGsvVUR4REksWUFBWSw2SEFDWixtQ0FBbUMseU1BQ25DLHFCQUFxQiwyTEFDckIsZ0JBQWdCLG9JQUNoQixzQkFBc0IsNkdBQ3RCLGtCQUFrQixtSkFDbEIsc0JBQXNCLGlKQUN0QixpQkFBaUIsbUdBQ2pCLHNCQUFzQix5VUFDdEIsb0JBQW9CLDRHQUNwQix3QkFBd0I7OzRGQU9mLDJCQUEyQjtrQkFyQnZDLFNBQVM7K0JBQ0Usc0JBQXNCLGNBQ3BCLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLG1DQUFtQzt3QkFDbkMscUJBQXFCO3dCQUNyQixnQkFBZ0I7d0JBQ2hCLHNCQUFzQjt3QkFDdEIsa0JBQWtCO3dCQUNsQixzQkFBc0I7d0JBQ3RCLGlCQUFpQjt3QkFDakIsc0JBQXNCO3dCQUN0QixvQkFBb0I7d0JBQ3BCLHdCQUF3QjtxQkFDekIsbUJBR2dCLHVCQUF1QixDQUFDLE1BQU0saUJBQ2hDLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgaW5wdXQsXG4gIG91dHB1dCxcbiAgbW9kZWwsXG4gIHNpZ25hbCxcbiAgY29tcHV0ZWQsXG4gIGluamVjdCxcbiAgRGVzdHJveVJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQm1iSWNvbkNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1pY29uL2JtYi1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJCYWRnZUNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1iYWRnZS9ibWItYmFkZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkdyYWRlVmFsdWVDb21wb25lbnQgfSBmcm9tICcuLi9ibWItZ3JhZGUtdmFsdWUvYm1iLWdyYWRlLXZhbHVlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJMYXlvdXRJdGVtRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9ibWItbGF5b3V0L2JtYi1sYXlvdXQtaXRlbS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQm1iTGF5b3V0RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9ibWItbGF5b3V0L2JtYi1sYXlvdXQuZGlyZWN0aXZlJztcbmltcG9ydCB7IElCYm1CZ0FwcGVhcmFuY2UsIElCbWJUYXJnZXRMaW5rLCBJRHJvcGRvd25JdGVtIH0gZnJvbSAnLi4vLi4vdHlwZXMnO1xuaW1wb3J0IHsgQm1iQ2hlY2tFeHRlcm5hbExpbmtCdXR0b25Db21wb25lbnQgfSBmcm9tICcuLi9ibWItY2hlY2stZXh0ZXJuYWwtbGluay1idXR0b24vYm1iLWNoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJBY3Rpb25JY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWFjdGlvbi1pY29uL2JtYi1hY3Rpb24taWNvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQm1iQm9va21hcmtDb21wb25lbnQgfSBmcm9tICcuLi9ibWItYm9va21hcmsvYm1iLWJvb2ttYXJrLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJVc2VySW1hZ2VDb21wb25lbnQgfSBmcm9tICcuLi9ibWItdXNlci1pbWFnZS9ibWItdXNlci1pbWFnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQm1iRHJvcGRvd25NZW51Q29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWRyb3Bkb3duLW1lbnUvYm1iLWRyb3Bkb3duLW1lbnUuY29tcG9uZW50JztcblxuY29uc3QgTU9CSUxFX1RBQkxFVF9RVUVSWSA9ICcobWF4LXdpZHRoOiA5OTJweCknO1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLWNvbnRhaW5lci1idXR0b24nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIEJtYkNoZWNrRXh0ZXJuYWxMaW5rQnV0dG9uQ29tcG9uZW50LFxuICAgIEJtYlVzZXJJbWFnZUNvbXBvbmVudCxcbiAgICBCbWJJY29uQ29tcG9uZW50LFxuICAgIEJtYkdyYWRlVmFsdWVDb21wb25lbnQsXG4gICAgQm1iTGF5b3V0RGlyZWN0aXZlLFxuICAgIEJtYkxheW91dEl0ZW1EaXJlY3RpdmUsXG4gICAgQm1iQmFkZ2VDb21wb25lbnQsXG4gICAgQm1iQWN0aW9uSWNvbkNvbXBvbmVudCxcbiAgICBCbWJCb29rbWFya0NvbXBvbmVudCxcbiAgICBCbWJEcm9wZG93bk1lbnVDb21wb25lbnQsXG4gIF0sXG4gIHN0eWxlVXJsOiAnLi9ibWItY29udGFpbmVyLWJ1dHRvbi5jb21wb25lbnQuc2NzcycsXG4gIHRlbXBsYXRlVXJsOiAnLi9ibWItY29udGFpbmVyLWJ1dHRvbi5jb21wb25lbnQuaHRtbCcsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJDb250YWluZXJCdXR0b25Db21wb25lbnQge1xuICB0aXRsZSA9IGlucHV0PHN0cmluZz4oJycpO1xuICBzY29yZSA9IGlucHV0PHN0cmluZz4oJycpO1xuICBzcXVhcmUgPSBpbnB1dDxib29sZWFuPigpO1xuICBzbWFsbCA9IGlucHV0PGJvb2xlYW4+KCk7XG4gIHRhcmdldCA9IGlucHV0PElCbWJUYXJnZXRMaW5rPignX2JsYW5rJyk7XG4gIGxpbmsgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgc3VidGl0bGUgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgaWNvbkxlZnQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgaXNVc2VySW1hZ2UgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIGljb25SaWdodCA9IGlucHV0PHN0cmluZz4oJycpO1xuICBiYWRnZVRleHQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcbiAgYmFkZ2VBcHBlYXJhbmNlID0gaW5wdXQ8SUJibUJnQXBwZWFyYW5jZT4oJ25vcm1hbCcpO1xuICBzdGF0ZSA9IGlucHV0PCdkaXNhYmxlZCcgfCAnZXJyb3InPigpO1xuICBhbHRlcm5hdGl2ZSA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgZW5hYmxlU2Vjb25kYXJ5QWN0aW9uID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBlbmFibGVCb29rbWFyayA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgaXNCb29rbWFya0FjdGl2ZSA9IG1vZGVsPGJvb2xlYW4+KGZhbHNlKTtcbiAgZHJvcGRvd25NZW51SXRlbXMgPSBpbnB1dDxJRHJvcGRvd25JdGVtW10+KFtdKTtcblxuICBvbkJ1dHRvbiA9IG91dHB1dDxNb3VzZUV2ZW50PigpO1xuICBzZWNvbmRhcnlBY3Rpb24gPSBvdXRwdXQ8TW91c2VFdmVudD4oKTtcblxuICBwcml2YXRlIGRlc3Ryb3lSZWYgPSBpbmplY3QoRGVzdHJveVJlZik7XG4gIHByaXZhdGUgbXFsID1cbiAgICB0eXBlb2Ygd2luZG93ICE9PSAndW5kZWZpbmVkJ1xuICAgICAgPyB3aW5kb3cubWF0Y2hNZWRpYShNT0JJTEVfVEFCTEVUX1FVRVJZKVxuICAgICAgOiBudWxsO1xuICBwcml2YXRlIGFib3J0ID0gbmV3IEFib3J0Q29udHJvbGxlcigpO1xuXG4gIHJlYWRvbmx5IGlzTW9iaWxlT3JUYWJsZXQgPSBzaWduYWw8Ym9vbGVhbj4oISF0aGlzLm1xbD8ubWF0Y2hlcyk7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgdGhpcy5tcWw/LmFkZEV2ZW50TGlzdGVuZXIoXG4gICAgICAnY2hhbmdlJyxcbiAgICAgIChlKSA9PiB0aGlzLmlzTW9iaWxlT3JUYWJsZXQuc2V0KChlIGFzIE1lZGlhUXVlcnlMaXN0RXZlbnQpLm1hdGNoZXMpLFxuICAgICAgeyBzaWduYWw6IHRoaXMuYWJvcnQuc2lnbmFsIH0sXG4gICAgKTtcbiAgICB0aGlzLmRlc3Ryb3lSZWYub25EZXN0cm95KCgpID0+IHRoaXMuYWJvcnQuYWJvcnQoKSk7XG4gIH1cblxuICBnZXRDbGFzc0xpc3QoKTogc3RyaW5nW10ge1xuICAgIGNvbnN0IGNsYXNzTGlzdCA9IFsnYm1iX2NvbnRhaW5lci1idXR0b24nXTtcbiAgICBpZiAodGhpcy5zcXVhcmUoKSkge1xuICAgICAgY2xhc3NMaXN0LnB1c2goJ2JtYl9jb250YWluZXItYnV0dG9uLXNxdWFyZScpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnNtYWxsKCkpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1zbWFsbCcpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnN0YXRlKCkgPT09ICdkaXNhYmxlZCcpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1kaXNhYmxlZCcpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnN0YXRlKCkgPT09ICdlcnJvcicpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1lcnJvcicpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLmFsdGVybmF0aXZlKCkpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1hbHRlcm5hdGl2ZScpO1xuICAgIH1cbiAgICByZXR1cm4gY2xhc3NMaXN0O1xuICB9XG5cbiAgaGFuZGxlQ2xpY2soZXZlbnQ6IGFueSk6IHZvaWQge1xuICAgIHRoaXMub25CdXR0b24uZW1pdChldmVudCk7XG4gIH1cblxuICBoYW5kbGVTZWNvbmRhcnlDbGljayhldmVudDogYW55KTogdm9pZCB7XG4gICAgdGhpcy5zZWNvbmRhcnlBY3Rpb24uZW1pdChldmVudCk7XG4gIH1cbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b25cIj5cbiAgPGJtYi1jaGVjay1leHRlcm5hbC1saW5rLWJ1dHRvblxuICAgIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24td3JhcHBlclwiXG4gICAgW25nQ2xhc3NdPVwiZ2V0Q2xhc3NMaXN0KClcIlxuICAgIFtsaW5rXT1cImxpbmsoKVwiXG4gICAgW3RhcmdldF09XCJ0YXJnZXQoKVwiXG4gICAgKGJ1dHRvbkNsaWNrKT1cImhhbmRsZUNsaWNrKCRldmVudClcIlxuICAgIFtkaXNhYmxlZF09XCJzdGF0ZSgpID09PSAnZGlzYWJsZWQnXCJcbiAgPlxuICAgIDxzZWN0aW9uXG4gICAgICBibWJMYXlvdXRcbiAgICAgIFtkeW5hbWljQ29sc109XCJ0cnVlXCJcbiAgICAgIG1hcmdpbj1cIm5vbmVcIlxuICAgICAgYWxpZ25JdGVtcz1cImNlbnRlclwiXG4gICAgICBqdXN0aWZ5PVwic3BhY2VCZXR3ZWVuXCJcbiAgICAgIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24tY29udGVudFwiXG4gICAgPlxuICAgICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfY29udGFpbmVyLWJ1dHRvbi1sZWZ0XCI+XG4gICAgICAgIEBpZiAoKGljb25MZWZ0KCkgJiYgIXNjb3JlKCkpIHx8IHNxdWFyZSgpIHx8IHNtYWxsKCkpIHtcbiAgICAgICAgICBAaWYgKGlzVXNlckltYWdlKCkpIHtcbiAgICAgICAgICAgIDxibWItdXNlci1pbWFnZVxuICAgICAgICAgICAgICBzaXplPVwiZGVza3RvcC1zbWFsbFwiXG4gICAgICAgICAgICAgIFtpbWFnZV09XCJpY29uTGVmdCgpXCJcbiAgICAgICAgICAgICAgYWx0SW1hZ2U9XCJJbWFnZSBvZiBpY29uIGxlZnRcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICB9IEBlbHNlIHtcbiAgICAgICAgICAgIDxibWItaWNvblxuICAgICAgICAgICAgICBibWJMYXlvdXRJdGVtXG4gICAgICAgICAgICAgIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24tbGVmdC1pY29uXCJcbiAgICAgICAgICAgICAgW2ljb25dPVwiaWNvbkxlZnQoKVwiXG4gICAgICAgICAgICAgIGFsdD1cIkljb24gbGVmdFwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBAaWYgKHNjb3JlKCkgJiYgIXNxdWFyZSgpICYmICFzbWFsbCgpKSB7XG4gICAgICAgICAgPGJtYi1ncmFkZS12YWx1ZSBibWJMYXlvdXRJdGVtIHR5cGU9XCJtYWluLWdyYWRlXCIgW3Njb3JlXT1cInNjb3JlKClcIiAvPlxuICAgICAgICB9XG4gICAgICAgIDxkaXYgY2xhc3M9XCJibWJfY29udGFpbmVyLWJ1dHRvbi1oZWFkZXJcIj5cbiAgICAgICAgICA8aDIgY2xhc3M9XCJibWJfY29udGFpbmVyLWJ1dHRvbi10aXRsZVwiPnt7IHRpdGxlKCkgfX08L2gyPlxuICAgICAgICAgIEBpZiAoc3VidGl0bGUoKSAmJiAhc3F1YXJlKCkgJiYgIXNtYWxsKCkpIHtcbiAgICAgICAgICAgIDxoNCBjbGFzcz1cImJtYl9jb250YWluZXItYnV0dG9uLXN1YnRpdGxlXCI+XG4gICAgICAgICAgICAgIHt7IHN1YnRpdGxlKCkgfX1cbiAgICAgICAgICAgIDwvaDQ+XG4gICAgICAgICAgfVxuICAgICAgICA8L2Rpdj5cbiAgICAgIDwvc2VjdGlvbj5cbiAgICAgIDxzZWN0aW9uIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24tcmlnaHRcIj5cbiAgICAgICAgQGlmIChiYWRnZVRleHQoKSAmJiAhc3F1YXJlKCkgJiYgIXNtYWxsKCkpIHtcbiAgICAgICAgICA8Ym1iLWJhZGdlXG4gICAgICAgICAgICBbdGV4dF09XCJiYWRnZVRleHQoKVwiXG4gICAgICAgICAgICBbYXBwZWFyYW5jZV09XCJiYWRnZUFwcGVhcmFuY2UoKVwiXG4gICAgICAgICAgICBjbGFzcz1cImJtYl9jb250YWluZXItYnV0dG9uLWJhZGdlXCJcbiAgICAgICAgICAvPlxuICAgICAgICB9XG4gICAgICAgIEBpZiAoKGljb25SaWdodCgpIHx8IGVuYWJsZUJvb2ttYXJrKCkpICYmICFzcXVhcmUoKSAmJiAhc21hbGwoKSkge1xuICAgICAgICAgIEBpZiAoZW5hYmxlQm9va21hcmsoKSkge1xuICAgICAgICAgICAgPGJtYi1ib29rbWFya1xuICAgICAgICAgICAgICBjbGFzcz1cImJtYl9jb250YWluZXItYnV0dG9uLXJpZ2h0LWJvb2ttYXJrXCJcbiAgICAgICAgICAgICAgWyhpc0FjdGl2ZSldPVwiaXNCb29rbWFya0FjdGl2ZVwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgIH0gQGVsc2UgaWYgKGVuYWJsZVNlY29uZGFyeUFjdGlvbigpKSB7XG4gICAgICAgICAgICA8Ym1iLWFjdGlvbi1pY29uXG4gICAgICAgICAgICAgIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24tcmlnaHQtYWN0aW9uXCJcbiAgICAgICAgICAgICAgW2ljb25dPVwiaWNvblJpZ2h0KClcIlxuICAgICAgICAgICAgICBbaWNvblNpemVdPVwiMjRcIlxuICAgICAgICAgICAgICAoYnV0dG9uQ2xpY2spPVwiaGFuZGxlU2Vjb25kYXJ5Q2xpY2soJGV2ZW50KVwiXG4gICAgICAgICAgICAgIFtkaXNhYmxlZF09XCJzdGF0ZSgpID09PSAnZGlzYWJsZWQnXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgfSBAZWxzZSBpZiAoISFkcm9wZG93bk1lbnVJdGVtcygpLmxlbmd0aCkge1xuICAgICAgICAgICAgPGJtYi1kcm9wZG93bi1tZW51XG4gICAgICAgICAgICAgIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24tcmlnaHQtbWVudVwiXG4gICAgICAgICAgICAgIFtpdGVtc109XCJkcm9wZG93bk1lbnVJdGVtcygpXCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgfSBAZWxzZSB7XG4gICAgICAgICAgICA8Ym1iLWljb25cbiAgICAgICAgICAgICAgY2xhc3M9XCJibWJfY29udGFpbmVyLWJ1dHRvbi1yaWdodC1pY29uXCJcbiAgICAgICAgICAgICAgW2ljb25dPVwiaWNvblJpZ2h0KClcIlxuICAgICAgICAgICAgICBbc2l6ZV09XCIyNFwiXG4gICAgICAgICAgICAgIGFsdD1cIkljb24gcmlnaHRcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIDwvc2VjdGlvbj5cbiAgICA8L3NlY3Rpb24+XG4gIDwvYm1iLWNoZWNrLWV4dGVybmFsLWxpbmstYnV0dG9uPlxuPC9zZWN0aW9uPlxuIl19
|
|
94
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWNvbnRhaW5lci1idXR0b24uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZHMtbmcvc3JjL2xpYi9jb21wb25lbnRzL2JtYi1jb250YWluZXItYnV0dG9uL2JtYi1jb250YWluZXItYnV0dG9uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItY29udGFpbmVyLWJ1dHRvbi9ibWItY29udGFpbmVyLWJ1dHRvbi5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULHVCQUF1QixFQUN2QixpQkFBaUIsRUFDakIsS0FBSyxFQUNMLE1BQU0sRUFDTixLQUFLLEVBQ0wsTUFBTSxFQUVOLE1BQU0sRUFDTixVQUFVLEdBQ1gsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3JFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHVEQUF1RCxDQUFDO0FBQy9GLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBRXRGLE9BQU8sRUFBRSxtQ0FBbUMsRUFBRSxNQUFNLDRFQUE0RSxDQUFDO0FBQ2pJLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDhDQUE4QyxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ25GLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDOzs7QUFFNUYsTUFBTSxtQkFBbUIsR0FBRyxvQkFBb0IsQ0FBQztBQXNCakQsTUFBTSxPQUFPLDJCQUEyQjtJQWdDdEM7UUEvQkEsVUFBSyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUMxQixVQUFLLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzFCLFdBQU0sR0FBRyxLQUFLLEVBQVcsQ0FBQztRQUMxQixVQUFLLEdBQUcsS0FBSyxFQUFXLENBQUM7UUFDekIsV0FBTSxHQUFHLEtBQUssQ0FBaUIsUUFBUSxDQUFDLENBQUM7UUFDekMsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixhQUFRLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzdCLGFBQVEsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDN0IsZ0JBQVcsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDcEMsY0FBUyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUM5QixjQUFTLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzlCLG9CQUFlLEdBQUcsS0FBSyxDQUFtQixRQUFRLENBQUMsQ0FBQztRQUNwRCxVQUFLLEdBQUcsS0FBSyxFQUF3QixDQUFDO1FBQ3RDLGdCQUFXLEdBQUcsS0FBSyxDQUFVLEtBQUssQ0FBQyxDQUFDO1FBQ3BDLDBCQUFxQixHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUM5QyxtQkFBYyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUN2QyxxQkFBZ0IsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDekMsc0JBQWlCLEdBQUcsS0FBSyxDQUFrQixFQUFFLENBQUMsQ0FBQztRQUUvQyxhQUFRLEdBQUcsTUFBTSxFQUFjLENBQUM7UUFDaEMsb0JBQWUsR0FBRyxNQUFNLEVBQWMsQ0FBQztRQUUvQixlQUFVLEdBQUcsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ2hDLFFBQUcsR0FDVCxPQUFPLE1BQU0sS0FBSyxXQUFXO1lBQzNCLENBQUMsQ0FBQyxNQUFNLENBQUMsVUFBVSxDQUFDLG1CQUFtQixDQUFDO1lBQ3hDLENBQUMsQ0FBQyxJQUFJLENBQUM7UUFDSCxVQUFLLEdBQUcsSUFBSSxlQUFlLEVBQUUsQ0FBQztRQUU3QixxQkFBZ0IsR0FBRyxNQUFNLENBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUUsT0FBTyxDQUFDLENBQUM7UUFHL0QsSUFBSSxDQUFDLEdBQUcsRUFBRSxnQkFBZ0IsQ0FDeEIsUUFBUSxFQUNSLENBQUMsQ0FBQyxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxDQUFFLENBQXlCLENBQUMsT0FBTyxDQUFDLEVBQ3BFLEVBQUUsTUFBTSxFQUFFLElBQUksQ0FBQyxLQUFLLENBQUMsTUFBTSxFQUFFLENBQzlCLENBQUM7UUFDRixJQUFJLENBQUMsVUFBVSxDQUFDLFNBQVMsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLEtBQUssRUFBRSxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELFlBQVk7UUFDVixNQUFNLFNBQVMsR0FBRyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDM0MsSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEVBQUUsQ0FBQztZQUNsQixTQUFTLENBQUMsSUFBSSxDQUFDLDZCQUE2QixDQUFDLENBQUM7UUFDaEQsQ0FBQztRQUVELElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxJQUFJLElBQUksQ0FBQyxLQUFLLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsRUFBRSxDQUFDO1lBQ3RELFNBQVMsQ0FBQyxJQUFJLENBQUMscUNBQXFDLENBQUMsQ0FBQztRQUN4RCxDQUFDO1FBRUQsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQztZQUNqQixTQUFTLENBQUMsSUFBSSxDQUFDLDRCQUE0QixDQUFDLENBQUM7UUFDL0MsQ0FBQztRQUVELElBQUksSUFBSSxDQUFDLEtBQUssRUFBRSxLQUFLLFVBQVUsRUFBRSxDQUFDO1lBQ2hDLFNBQVMsQ0FBQyxJQUFJLENBQUMsK0JBQStCLENBQUMsQ0FBQztRQUNsRCxDQUFDO1FBRUQsSUFBSSxJQUFJLENBQUMsS0FBSyxFQUFFLEtBQUssT0FBTyxFQUFFLENBQUM7WUFDN0IsU0FBUyxDQUFDLElBQUksQ0FBQyw0QkFBNEIsQ0FBQyxDQUFDO1FBQy9DLENBQUM7UUFFRCxJQUFJLElBQUksQ0FBQyxXQUFXLEVBQUUsRUFBRSxDQUFDO1lBQ3ZCLFNBQVMsQ0FBQyxJQUFJLENBQUMsa0NBQWtDLENBQUMsQ0FBQztRQUNyRCxDQUFDO1FBQ0QsT0FBTyxTQUFTLENBQUM7SUFDbkIsQ0FBQztJQUVELFdBQVcsQ0FBQyxLQUFVO1FBQ3BCLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzVCLENBQUM7SUFFRCxvQkFBb0IsQ0FBQyxLQUFVO1FBQzdCLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ25DLENBQUM7K0dBM0VVLDJCQUEyQjttR0FBM0IsMkJBQTJCLDhqRkMvQ3hDLGs2RkFzRkEscXBXRHhESSxZQUFZLDZIQUNaLG1DQUFtQyx5TUFDbkMscUJBQXFCLDJMQUNyQixnQkFBZ0Isb0lBQ2hCLHNCQUFzQiw2R0FDdEIsa0JBQWtCLG1KQUNsQixzQkFBc0IsaUpBQ3RCLGlCQUFpQixtR0FDakIsc0JBQXNCLHlVQUN0QixvQkFBb0IsNEdBQ3BCLHdCQUF3Qjs7NEZBT2YsMkJBQTJCO2tCQXJCdkMsU0FBUzsrQkFDRSxzQkFBc0IsY0FDcEIsSUFBSSxXQUNQO3dCQUNQLFlBQVk7d0JBQ1osbUNBQW1DO3dCQUNuQyxxQkFBcUI7d0JBQ3JCLGdCQUFnQjt3QkFDaEIsc0JBQXNCO3dCQUN0QixrQkFBa0I7d0JBQ2xCLHNCQUFzQjt3QkFDdEIsaUJBQWlCO3dCQUNqQixzQkFBc0I7d0JBQ3RCLG9CQUFvQjt3QkFDcEIsd0JBQXdCO3FCQUN6QixtQkFHZ0IsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIENvbXBvbmVudCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxuICBtb2RlbCxcbiAgc2lnbmFsLFxuICBjb21wdXRlZCxcbiAgaW5qZWN0LFxuICBEZXN0cm95UmVmLFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBCbWJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWljb24vYm1iLWljb24uY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkJhZGdlQ29tcG9uZW50IH0gZnJvbSAnLi4vYm1iLWJhZGdlL2JtYi1iYWRnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQm1iR3JhZGVWYWx1ZUNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1ncmFkZS12YWx1ZS9ibWItZ3JhZGUtdmFsdWUuY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkxheW91dEl0ZW1EaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzL2JtYi1sYXlvdXQvYm1iLWxheW91dC1pdGVtLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCbWJMYXlvdXREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmVzL2JtYi1sYXlvdXQvYm1iLWxheW91dC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgSUJibUJnQXBwZWFyYW5jZSwgSUJtYlRhcmdldExpbmssIElEcm9wZG93bkl0ZW0gfSBmcm9tICcuLi8uLi90eXBlcyc7XG5pbXBvcnQgeyBCbWJDaGVja0V4dGVybmFsTGlua0J1dHRvbkNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1jaGVjay1leHRlcm5hbC1saW5rLWJ1dHRvbi9ibWItY2hlY2stZXh0ZXJuYWwtbGluay1idXR0b24uY29tcG9uZW50JztcbmltcG9ydCB7IEJtYkFjdGlvbkljb25Db21wb25lbnQgfSBmcm9tICcuLi9ibWItYWN0aW9uLWljb24vYm1iLWFjdGlvbi1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJCb29rbWFya0NvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1ib29rbWFyay9ibWItYm9va21hcmsuY29tcG9uZW50JztcbmltcG9ydCB7IEJtYlVzZXJJbWFnZUNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi11c2VyLWltYWdlL2JtYi11c2VyLWltYWdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCbWJEcm9wZG93bk1lbnVDb21wb25lbnQgfSBmcm9tICcuLi9ibWItZHJvcGRvd24tbWVudS9ibWItZHJvcGRvd24tbWVudS5jb21wb25lbnQnO1xuXG5jb25zdCBNT0JJTEVfVEFCTEVUX1FVRVJZID0gJyhtYXgtd2lkdGg6IDk5MnB4KSc7XG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItY29udGFpbmVyLWJ1dHRvbicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgQm1iQ2hlY2tFeHRlcm5hbExpbmtCdXR0b25Db21wb25lbnQsXG4gICAgQm1iVXNlckltYWdlQ29tcG9uZW50LFxuICAgIEJtYkljb25Db21wb25lbnQsXG4gICAgQm1iR3JhZGVWYWx1ZUNvbXBvbmVudCxcbiAgICBCbWJMYXlvdXREaXJlY3RpdmUsXG4gICAgQm1iTGF5b3V0SXRlbURpcmVjdGl2ZSxcbiAgICBCbWJCYWRnZUNvbXBvbmVudCxcbiAgICBCbWJBY3Rpb25JY29uQ29tcG9uZW50LFxuICAgIEJtYkJvb2ttYXJrQ29tcG9uZW50LFxuICAgIEJtYkRyb3Bkb3duTWVudUNvbXBvbmVudCxcbiAgXSxcbiAgc3R5bGVVcmw6ICcuL2JtYi1jb250YWluZXItYnV0dG9uLmNvbXBvbmVudC5zY3NzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi1jb250YWluZXItYnV0dG9uLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEJtYkNvbnRhaW5lckJ1dHRvbkNvbXBvbmVudCB7XG4gIHRpdGxlID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHNjb3JlID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHNxdWFyZSA9IGlucHV0PGJvb2xlYW4+KCk7XG4gIHNtYWxsID0gaW5wdXQ8Ym9vbGVhbj4oKTtcbiAgdGFyZ2V0ID0gaW5wdXQ8SUJtYlRhcmdldExpbms+KCdfYmxhbmsnKTtcbiAgbGluayA9IGlucHV0PHN0cmluZz4oJycpO1xuICBzdWJ0aXRsZSA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpY29uTGVmdCA9IGlucHV0PHN0cmluZz4oJycpO1xuICBpc1VzZXJJbWFnZSA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcbiAgaWNvblJpZ2h0ID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIGJhZGdlVGV4dCA9IGlucHV0PHN0cmluZz4oJycpO1xuICBiYWRnZUFwcGVhcmFuY2UgPSBpbnB1dDxJQmJtQmdBcHBlYXJhbmNlPignbm9ybWFsJyk7XG4gIHN0YXRlID0gaW5wdXQ8J2Rpc2FibGVkJyB8ICdlcnJvcic+KCk7XG4gIGFsdGVybmF0aXZlID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBlbmFibGVTZWNvbmRhcnlBY3Rpb24gPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIGVuYWJsZUJvb2ttYXJrID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuICBpc0Jvb2ttYXJrQWN0aXZlID0gbW9kZWw8Ym9vbGVhbj4oZmFsc2UpO1xuICBkcm9wZG93bk1lbnVJdGVtcyA9IGlucHV0PElEcm9wZG93bkl0ZW1bXT4oW10pO1xuXG4gIG9uQnV0dG9uID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG4gIHNlY29uZGFyeUFjdGlvbiA9IG91dHB1dDxNb3VzZUV2ZW50PigpO1xuXG4gIHByaXZhdGUgZGVzdHJveVJlZiA9IGluamVjdChEZXN0cm95UmVmKTtcbiAgcHJpdmF0ZSBtcWwgPVxuICAgIHR5cGVvZiB3aW5kb3cgIT09ICd1bmRlZmluZWQnXG4gICAgICA/IHdpbmRvdy5tYXRjaE1lZGlhKE1PQklMRV9UQUJMRVRfUVVFUlkpXG4gICAgICA6IG51bGw7XG4gIHByaXZhdGUgYWJvcnQgPSBuZXcgQWJvcnRDb250cm9sbGVyKCk7XG5cbiAgcmVhZG9ubHkgaXNNb2JpbGVPclRhYmxldCA9IHNpZ25hbDxib29sZWFuPighIXRoaXMubXFsPy5tYXRjaGVzKTtcblxuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLm1xbD8uYWRkRXZlbnRMaXN0ZW5lcihcbiAgICAgICdjaGFuZ2UnLFxuICAgICAgKGUpID0+IHRoaXMuaXNNb2JpbGVPclRhYmxldC5zZXQoKGUgYXMgTWVkaWFRdWVyeUxpc3RFdmVudCkubWF0Y2hlcyksXG4gICAgICB7IHNpZ25hbDogdGhpcy5hYm9ydC5zaWduYWwgfSxcbiAgICApO1xuICAgIHRoaXMuZGVzdHJveVJlZi5vbkRlc3Ryb3koKCkgPT4gdGhpcy5hYm9ydC5hYm9ydCgpKTtcbiAgfVxuXG4gIGdldENsYXNzTGlzdCgpOiBzdHJpbmdbXSB7XG4gICAgY29uc3QgY2xhc3NMaXN0ID0gWydibWJfY29udGFpbmVyLWJ1dHRvbiddO1xuICAgIGlmICh0aGlzLnNxdWFyZSgpKSB7XG4gICAgICBjbGFzc0xpc3QucHVzaCgnYm1iX2NvbnRhaW5lci1idXR0b24tc3F1YXJlJyk7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMuc3F1YXJlKCkgJiYgdGhpcy5zbWFsbCgpICYmICF0aGlzLmljb25MZWZ0KCkpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1zcXVhcmUtbm8taWNvbicpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnNtYWxsKCkpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1zbWFsbCcpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnN0YXRlKCkgPT09ICdkaXNhYmxlZCcpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1kaXNhYmxlZCcpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLnN0YXRlKCkgPT09ICdlcnJvcicpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1lcnJvcicpO1xuICAgIH1cblxuICAgIGlmICh0aGlzLmFsdGVybmF0aXZlKCkpIHtcbiAgICAgIGNsYXNzTGlzdC5wdXNoKCdibWJfY29udGFpbmVyLWJ1dHRvbi1hbHRlcm5hdGl2ZScpO1xuICAgIH1cbiAgICByZXR1cm4gY2xhc3NMaXN0O1xuICB9XG5cbiAgaGFuZGxlQ2xpY2soZXZlbnQ6IGFueSk6IHZvaWQge1xuICAgIHRoaXMub25CdXR0b24uZW1pdChldmVudCk7XG4gIH1cblxuICBoYW5kbGVTZWNvbmRhcnlDbGljayhldmVudDogYW55KTogdm9pZCB7XG4gICAgdGhpcy5zZWNvbmRhcnlBY3Rpb24uZW1pdChldmVudCk7XG4gIH1cbn1cbiIsIjxzZWN0aW9uIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b25cIj5cbiAgPGJtYi1jaGVjay1leHRlcm5hbC1saW5rLWJ1dHRvblxuICAgIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24td3JhcHBlclwiXG4gICAgW25nQ2xhc3NdPVwiZ2V0Q2xhc3NMaXN0KClcIlxuICAgIFtsaW5rXT1cImxpbmsoKVwiXG4gICAgW3RhcmdldF09XCJ0YXJnZXQoKVwiXG4gICAgKGJ1dHRvbkNsaWNrKT1cImhhbmRsZUNsaWNrKCRldmVudClcIlxuICAgIFtkaXNhYmxlZF09XCJzdGF0ZSgpID09PSAnZGlzYWJsZWQnXCJcbiAgPlxuICAgIDxzZWN0aW9uXG4gICAgICBibWJMYXlvdXRcbiAgICAgIFtkeW5hbWljQ29sc109XCJ0cnVlXCJcbiAgICAgIG1hcmdpbj1cIm5vbmVcIlxuICAgICAgYWxpZ25JdGVtcz1cImNlbnRlclwiXG4gICAgICBqdXN0aWZ5PVwic3BhY2VCZXR3ZWVuXCJcbiAgICAgIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24tY29udGVudFwiXG4gICAgPlxuICAgICAgPHNlY3Rpb24gY2xhc3M9XCJibWJfY29udGFpbmVyLWJ1dHRvbi1sZWZ0XCI+XG4gICAgICAgIEBpZiAoKGljb25MZWZ0KCkgJiYgIXNjb3JlKCkpIHx8IHNxdWFyZSgpIHx8IHNtYWxsKCkpIHtcbiAgICAgICAgICBAaWYgKGlzVXNlckltYWdlKCkpIHtcbiAgICAgICAgICAgIDxibWItdXNlci1pbWFnZVxuICAgICAgICAgICAgICBzaXplPVwiZGVza3RvcC1zbWFsbFwiXG4gICAgICAgICAgICAgIFtpbWFnZV09XCJpY29uTGVmdCgpXCJcbiAgICAgICAgICAgICAgYWx0SW1hZ2U9XCJJbWFnZSBvZiBpY29uIGxlZnRcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICB9IEBlbHNlIGlmIChpY29uTGVmdCgpKSB7XG4gICAgICAgICAgICA8Ym1iLWljb25cbiAgICAgICAgICAgICAgYm1iTGF5b3V0SXRlbVxuICAgICAgICAgICAgICBjbGFzcz1cImJtYl9jb250YWluZXItYnV0dG9uLWxlZnQtaWNvblwiXG4gICAgICAgICAgICAgIFtpY29uXT1cImljb25MZWZ0KClcIlxuICAgICAgICAgICAgICBhbHQ9XCJJY29uIGxlZnRcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgQGlmIChzY29yZSgpICYmICFzcXVhcmUoKSAmJiAhc21hbGwoKSkge1xuICAgICAgICAgIDxibWItZ3JhZGUtdmFsdWUgYm1iTGF5b3V0SXRlbSB0eXBlPVwibWFpbi1ncmFkZVwiIFtzY29yZV09XCJzY29yZSgpXCIgLz5cbiAgICAgICAgfVxuICAgICAgICA8ZGl2IGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24taGVhZGVyXCI+XG4gICAgICAgICAgPGgyIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24tdGl0bGVcIj57eyB0aXRsZSgpIH19PC9oMj5cbiAgICAgICAgICBAaWYgKHN1YnRpdGxlKCkgJiYgIXNxdWFyZSgpICYmICFzbWFsbCgpKSB7XG4gICAgICAgICAgICA8aDQgY2xhc3M9XCJibWJfY29udGFpbmVyLWJ1dHRvbi1zdWJ0aXRsZVwiPlxuICAgICAgICAgICAgICB7eyBzdWJ0aXRsZSgpIH19XG4gICAgICAgICAgICA8L2g0PlxuICAgICAgICAgIH1cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L3NlY3Rpb24+XG4gICAgICA8c2VjdGlvbiBjbGFzcz1cImJtYl9jb250YWluZXItYnV0dG9uLXJpZ2h0XCI+XG4gICAgICAgIEBpZiAoYmFkZ2VUZXh0KCkgJiYgIXNxdWFyZSgpICYmICFzbWFsbCgpKSB7XG4gICAgICAgICAgPGJtYi1iYWRnZVxuICAgICAgICAgICAgW3RleHRdPVwiYmFkZ2VUZXh0KClcIlxuICAgICAgICAgICAgW2FwcGVhcmFuY2VdPVwiYmFkZ2VBcHBlYXJhbmNlKClcIlxuICAgICAgICAgICAgY2xhc3M9XCJibWJfY29udGFpbmVyLWJ1dHRvbi1iYWRnZVwiXG4gICAgICAgICAgLz5cbiAgICAgICAgfVxuICAgICAgICBAaWYgKChpY29uUmlnaHQoKSB8fCBlbmFibGVCb29rbWFyaygpKSAmJiAhc3F1YXJlKCkgJiYgIXNtYWxsKCkpIHtcbiAgICAgICAgICBAaWYgKGVuYWJsZUJvb2ttYXJrKCkpIHtcbiAgICAgICAgICAgIDxibWItYm9va21hcmtcbiAgICAgICAgICAgICAgY2xhc3M9XCJibWJfY29udGFpbmVyLWJ1dHRvbi1yaWdodC1ib29rbWFya1wiXG4gICAgICAgICAgICAgIFsoaXNBY3RpdmUpXT1cImlzQm9va21hcmtBY3RpdmVcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICB9IEBlbHNlIGlmIChlbmFibGVTZWNvbmRhcnlBY3Rpb24oKSkge1xuICAgICAgICAgICAgPGJtYi1hY3Rpb24taWNvblxuICAgICAgICAgICAgICBjbGFzcz1cImJtYl9jb250YWluZXItYnV0dG9uLXJpZ2h0LWFjdGlvblwiXG4gICAgICAgICAgICAgIFtpY29uXT1cImljb25SaWdodCgpXCJcbiAgICAgICAgICAgICAgW2ljb25TaXplXT1cIjI0XCJcbiAgICAgICAgICAgICAgKGJ1dHRvbkNsaWNrKT1cImhhbmRsZVNlY29uZGFyeUNsaWNrKCRldmVudClcIlxuICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwic3RhdGUoKSA9PT0gJ2Rpc2FibGVkJ1wiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgIH0gQGVsc2UgaWYgKCEhZHJvcGRvd25NZW51SXRlbXMoKS5sZW5ndGgpIHtcbiAgICAgICAgICAgIDxibWItZHJvcGRvd24tbWVudVxuICAgICAgICAgICAgICBjbGFzcz1cImJtYl9jb250YWluZXItYnV0dG9uLXJpZ2h0LW1lbnVcIlxuICAgICAgICAgICAgICBbaXRlbXNdPVwiZHJvcGRvd25NZW51SXRlbXMoKVwiXG4gICAgICAgICAgICAvPlxuICAgICAgICAgIH0gQGVsc2Uge1xuICAgICAgICAgICAgPGJtYi1pY29uXG4gICAgICAgICAgICAgIGNsYXNzPVwiYm1iX2NvbnRhaW5lci1idXR0b24tcmlnaHQtaWNvblwiXG4gICAgICAgICAgICAgIFtpY29uXT1cImljb25SaWdodCgpXCJcbiAgICAgICAgICAgICAgW3NpemVdPVwiMjRcIlxuICAgICAgICAgICAgICBhbHQ9XCJJY29uIHJpZ2h0XCJcbiAgICAgICAgICAgIC8+XG4gICAgICAgICAgfVxuICAgICAgICB9XG4gICAgICA8L3NlY3Rpb24+XG4gICAgPC9zZWN0aW9uPlxuICA8L2JtYi1jaGVjay1leHRlcm5hbC1saW5rLWJ1dHRvbj5cbjwvc2VjdGlvbj5cbiJdfQ==
|
|
@@ -48,7 +48,7 @@ export class BmbDrawerOverlayComponent {
|
|
|
48
48
|
return Array.isArray(appsForCurrentNav) ? appsForCurrentNav : [];
|
|
49
49
|
}
|
|
50
50
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BmbDrawerOverlayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
51
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BmbDrawerOverlayComponent, isStandalone: true, selector: "bmb-drawer-overlay", inputs: { menu: { classPropertyName: "menu", publicName: "menu", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, dataSearch: { classPropertyName: "dataSearch", publicName: "dataSearch", isSignal: true, isRequired: false, transformFunction: null }, tabs: { classPropertyName: "tabs", publicName: "tabs", isSignal: true, isRequired: false, transformFunction: null }, appServices: { classPropertyName: "appServices", publicName: "appServices", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onValueChange: "onValueChange", buttonClick: "buttonClick" }, host: { listeners: { "document:keydown.escape": "onEsc()" } }, ngImport: i0, template: "<section class=\"bmb_drawer\" [class.open]=\"isOpen\">\n @if (isOpen) {\n <div class=\"bmb_drawer-overlay\" (click)=\"closeDrawer($event)\"></div>\n <section class=\"bmb_drawer-menu\" (click)=\"$event.stopPropagation()\">\n @for (item of menu().slice(0, 4); track $index) {\n <bmb-interactive-icon\n [appearance]=\"item.appearance\"\n [title]=\"item.title\"\n [icon]=\"item.icon\"\n [target]=\"item?.target!\"\n [link]=\"item?.link!\"\n [layout]=\"'app_drawer'\"\n (buttonClick)=\"toggleFullDrawer($event, item)\"\n />\n }\n </section>\n }\n @if (isFull) {\n <section class=\"bmb_drawer-full\">\n <bmb-inner-header\n [title]=\"title()\"\n [showReturn]=\"true\"\n (onHandleBack)=\"toggleFullDrawer($event)\"\n (searchData)=\"handleValueChange($event)\"\n [showSearch]=\"true\"\n />\n <bmb-tabs [tabs]=\"tabs()\" (selected)=\"selectNavItem($event.id)\" />\n <section class=\"bmb_drawer-apps\">\n @for (app of appsActive; track $index) {\n <bmb-interactive-icon\n [appearance]=\"app.appearance\"\n [title]=\"app.title\"\n [icon]=\"app.icon\"\n [target]=\"app?.target!\"\n [link]=\"app?.link!\"\n [layout]=\"'regular'\"\n />\n }\n </section>\n </section>\n }\n\n <bmb-fab icon=\"apps\" size=\"large\" type=\"normal\" (fabClick)=\"toggleDrawer()\" />\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_drawer-overlay{backdrop-filter:blur(.0625rem);background-color:var(--black-tint);filter:blur(.3125rem);height:100%;left:0;position:absolute;top:0;width:100%}.bmb_drawer-menu{animation:growOut .3s ease-in-out forwards;bottom:6.25rem;display:flex;flex-flow:column;gap:1rem;align-items:end;position:absolute;right:1.125rem;transform-origin:bottom center;width:auto}.bmb_drawer.open{height:100%;left:0;margin:auto;position:fixed;right:0;top:0;width:100%;z-index:1}.bmb_drawer-apps{justify-content:space-evenly;right:0;width:100%}.bmb_drawer bmb-tabs .bmb_tabs{margin:1.5rem auto}.bmb_drawer bmb-tabs .bmb_tabs-tab{display:grid;grid-template-columns:repeat(3,1fr)}.bmb_drawer-full{background-color:var(--containers-background);display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:0;width:100%;z-index:210}.bmb_drawer-full .bmb_drawer-apps{display:flex;flex-wrap:wrap;gap:.625rem;padding:1.5rem}.bmb_drawer .bmb_interactive_icon-title{color:rgb(var(--white-primary))}@keyframes growOut{0%{transform:scale(0)}80%{transform:scale(1.1)}to{transform:scale(1)}}\n"], dependencies: [{ kind: "component", type: BmbFabComponent, selector: "bmb-fab", inputs: ["icon", "
|
|
51
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BmbDrawerOverlayComponent, isStandalone: true, selector: "bmb-drawer-overlay", inputs: { menu: { classPropertyName: "menu", publicName: "menu", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, dataSearch: { classPropertyName: "dataSearch", publicName: "dataSearch", isSignal: true, isRequired: false, transformFunction: null }, tabs: { classPropertyName: "tabs", publicName: "tabs", isSignal: true, isRequired: false, transformFunction: null }, appServices: { classPropertyName: "appServices", publicName: "appServices", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onValueChange: "onValueChange", buttonClick: "buttonClick" }, host: { listeners: { "document:keydown.escape": "onEsc()" } }, ngImport: i0, template: "<section class=\"bmb_drawer\" [class.open]=\"isOpen\">\n @if (isOpen) {\n <div class=\"bmb_drawer-overlay\" (click)=\"closeDrawer($event)\"></div>\n <section class=\"bmb_drawer-menu\" (click)=\"$event.stopPropagation()\">\n @for (item of menu().slice(0, 4); track $index) {\n <bmb-interactive-icon\n [appearance]=\"item.appearance\"\n [title]=\"item.title\"\n [icon]=\"item.icon\"\n [target]=\"item?.target!\"\n [link]=\"item?.link!\"\n [layout]=\"'app_drawer'\"\n (buttonClick)=\"toggleFullDrawer($event, item)\"\n />\n }\n </section>\n }\n @if (isFull) {\n <section class=\"bmb_drawer-full\">\n <bmb-inner-header\n [title]=\"title()\"\n [showReturn]=\"true\"\n (onHandleBack)=\"toggleFullDrawer($event)\"\n (searchData)=\"handleValueChange($event)\"\n [showSearch]=\"true\"\n />\n <bmb-tabs [tabs]=\"tabs()\" (selected)=\"selectNavItem($event.id)\" />\n <section class=\"bmb_drawer-apps\">\n @for (app of appsActive; track $index) {\n <bmb-interactive-icon\n [appearance]=\"app.appearance\"\n [title]=\"app.title\"\n [icon]=\"app.icon\"\n [target]=\"app?.target!\"\n [link]=\"app?.link!\"\n [layout]=\"'regular'\"\n />\n }\n </section>\n </section>\n }\n\n <bmb-fab icon=\"apps\" size=\"large\" type=\"normal\" (fabClick)=\"toggleDrawer()\" />\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_drawer-overlay{backdrop-filter:blur(.0625rem);background-color:var(--black-tint);filter:blur(.3125rem);height:100%;left:0;position:absolute;top:0;width:100%}.bmb_drawer-menu{animation:growOut .3s ease-in-out forwards;bottom:6.25rem;display:flex;flex-flow:column;gap:1rem;align-items:end;position:absolute;right:1.125rem;transform-origin:bottom center;width:auto}.bmb_drawer.open{height:100%;left:0;margin:auto;position:fixed;right:0;top:0;width:100%;z-index:1}.bmb_drawer-apps{justify-content:space-evenly;right:0;width:100%}.bmb_drawer bmb-tabs .bmb_tabs{margin:1.5rem auto}.bmb_drawer bmb-tabs .bmb_tabs-tab{display:grid;grid-template-columns:repeat(3,1fr)}.bmb_drawer-full{background-color:var(--containers-background);display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:0;width:100%;z-index:210}.bmb_drawer-full .bmb_drawer-apps{display:flex;flex-wrap:wrap;gap:.625rem;padding:1.5rem}.bmb_drawer .bmb_interactive_icon-title{color:rgb(var(--white-primary))}@keyframes growOut{0%{transform:scale(0)}80%{transform:scale(1.1)}to{transform:scale(1)}}\n"], dependencies: [{ kind: "component", type: BmbFabComponent, selector: "bmb-fab", inputs: ["icon", "size", "mitec", "text", "type"], outputs: ["fabClick"] }, { kind: "component", type: BmbInteractiveIconComponent, selector: "bmb-interactive-icon", inputs: ["appearanceContrast", "appearance", "title", "description", "icon", "dotNotification", "horizontal", "target", "link", "layout", "setButtonTemplate"], outputs: ["buttonClick"] }, { kind: "component", type: BmbInnerHeaderComponent, selector: "bmb-inner-header", inputs: ["title", "placeholderSearch", "trailingIconPrimary", "trailingIconSecondary", "disableTrailingIconPrimary", "disableTrailingIconSecondary", "showClose", "showReturn", "showSearch"], outputs: ["onHandleTrailingPrimary", "onHandleTrailingSecondary", "onHandleBack", "onHandleClose", "searchData"] }, { kind: "component", type: BmbTabsComponent, selector: "bmb-tabs", inputs: ["appearanceContrast", "format", "tabs", "selectedTabId"], outputs: ["selectedTabIdChange", "selected"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
52
52
|
}
|
|
53
53
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BmbDrawerOverlayComponent, decorators: [{
|
|
54
54
|
type: Component,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Component,
|
|
1
|
+
import { Component, ViewEncapsulation, input, output } from '@angular/core';
|
|
2
2
|
import { CommonModule } from '@angular/common';
|
|
3
3
|
import { BmbIconComponent } from '../bmb-icon/bmb-icon.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,32 +6,35 @@ import * as i1 from "@angular/common";
|
|
|
6
6
|
export class BmbFabComponent {
|
|
7
7
|
constructor() {
|
|
8
8
|
this.icon = input('');
|
|
9
|
-
this.
|
|
10
|
-
this.size = input();
|
|
11
|
-
this.type = input();
|
|
9
|
+
this.size = input('large');
|
|
12
10
|
this.mitec = input(false);
|
|
11
|
+
this.text = input('');
|
|
13
12
|
this.fabClick = output();
|
|
14
|
-
this.
|
|
13
|
+
this.isActive = false;
|
|
14
|
+
//Deprecated
|
|
15
|
+
this.type = input();
|
|
15
16
|
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
this.active = !this.active;
|
|
19
|
-
}
|
|
17
|
+
handleFabClick(event) {
|
|
18
|
+
this.isActive = !this.isActive;
|
|
20
19
|
this.fabClick.emit(event);
|
|
21
20
|
}
|
|
22
|
-
|
|
23
|
-
const baseClassName = `${
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
get className() {
|
|
22
|
+
const baseClassName = `${this.mitec() ? 'bmb_fab-mitec-button' : 'bmb_fab-main'}`;
|
|
23
|
+
return `${baseClassName} ${baseClassName}-${this.size()}`;
|
|
24
|
+
}
|
|
25
|
+
get iconName() {
|
|
26
|
+
if (!this.mitec() && this.size() === 'large') {
|
|
27
|
+
if (this.isActive)
|
|
28
|
+
return 'close';
|
|
29
|
+
return this.icon() || 'apps';
|
|
30
|
+
}
|
|
31
|
+
return this.icon();
|
|
26
32
|
}
|
|
27
33
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BmbFabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
28
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BmbFabComponent, isStandalone: true, selector: "bmb-fab", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, mitec: { classPropertyName: "mitec", publicName: "mitec", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { fabClick: "fabClick" }, host: { listeners: { "click": "onFabClick()" } }, ngImport: i0, template: "<ng-template #fabButton>\n <button [ngClass]=\"getClassName()\" type=\"button\">\n @if (!mitec() && type() === 'extended') {\n <span>{{ text() }}</span>\n }\n <bmb-icon\n [ngClass]=\"{\n 'bmb_fab-close': !mitec() && type() === 'normal',\n 'bmb_fab-close-rotate': !mitec() && type() === 'normal' && active\n }\"\n [icon]=\"(!mitec() && type() === 'normal' && active && 'close') || icon()\"\n [size]=\"24\"\n alt=\"FAB icon\"\n />\n </button>\n @if (mitec() && !!text()) {\n <span class=\"bmb_fab-mitec-text\">{{ text() }}</span>\n }\n</ng-template>\n\n<section class=\"bmb_fab\">\n @if (mitec()) {\n <section class=\"bmb_fab-mitec\">\n <ng-container [ngTemplateOutlet]=\"fabButton\" />\n </section>\n } @else {\n <ng-container [ngTemplateOutlet]=\"fabButton\" />\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_fab{display:flex;justify-content:center;width:min-content}.bmb_fab-close{transition:transform .5s ease-in-out}.bmb_fab-close-rotate{animation:rotateAnimation .5s ease-in-out forwards}.bmb_fab-mitec{display:flex;flex-direction:column}.bmb_fab-mitec-small-normal{border-radius:3.125rem;height:2.5rem;width:2.5rem;align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);background-color:var(--buttons-alternative-normal);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-primary-normal)}.bmb_fab-mitec-small-normal:active{background-color:var(--general-contrasts-main-selection);border:.0625rem solid rgb(var(--blue-primary))}.bmb_fab-mitec-small-normal:active>bmb-icon{color:rgb(var(--white-primary))}.bmb_fab-mitec-small-normal~.bmb_fab-mitec-text{font-family:Poppins-Regular,sans-serif;font-size:.6875rem;text-align:center}.bmb_fab-mitec-large-normal{border-radius:3.125rem;height:3.75rem;width:3.75rem;align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);background-color:var(--buttons-alternative-normal);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-primary-normal)}.bmb_fab-mitec-large-normal:active{background-color:var(--general-contrasts-main-selection);border:.0625rem solid rgb(var(--blue-primary))}.bmb_fab-mitec-large-normal:active>bmb-icon{color:rgb(var(--white-primary))}.bmb_fab-mitec-large-normal~.bmb_fab-mitec-text{font-family:Poppins-Regular,sans-serif;font-size:.875rem;text-align:center}.bmb_fab-small-normal{align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);bottom:.625rem;position:fixed;right:.625rem;z-index:2;background:var(--general_contrasts-main-selection);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-fab-text)}.bmb_fab-small-normal:focus,.bmb_fab-small-normal:focus-visible{background:var(--general_contrasts-25);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection);color:var(--general_contrasts-main-selection)}.bmb_fab-small-normal:hover{background:var(--general_contrasts-50);color:var(--general_contrasts-main-complimentary)}.bmb_fab-small-normal:active{background:var(--general_contrasts-input-background);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection)}.bmb_fab-small-normal:active>span{color:var(--general_contrasts-main-selection)}.bmb_fab-small-normal:active>bmb-icon{color:var(--general_contrasts-main-selection)}.bmb_fab-small-normal{border-radius:3.125rem;height:2.5rem;width:2.5rem}.bmb_fab-small-extended{align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);bottom:.625rem;position:fixed;right:.625rem;z-index:2;background:var(--general_contrasts-main-selection);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-fab-text)}.bmb_fab-small-extended:focus,.bmb_fab-small-extended:focus-visible{background:var(--general_contrasts-25);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection);color:var(--general_contrasts-main-selection)}.bmb_fab-small-extended:hover{background:var(--general_contrasts-50);color:var(--general_contrasts-main-complimentary)}.bmb_fab-small-extended:active{background:var(--general_contrasts-input-background);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection)}.bmb_fab-small-extended:active>span{color:var(--general_contrasts-main-selection)}.bmb_fab-small-extended:active>bmb-icon{color:var(--general_contrasts-main-selection)}.bmb_fab-small-extended{border-radius:3.125rem;height:2.5rem;width:fit-content}.bmb_fab-small-extended>span{padding-right:.5rem}.bmb_fab-large-normal{align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);bottom:.625rem;position:fixed;right:.625rem;z-index:2;background:var(--general_contrasts-main-selection);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-fab-text)}.bmb_fab-large-normal:focus,.bmb_fab-large-normal:focus-visible{background:var(--general_contrasts-25);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection);color:var(--general_contrasts-main-selection)}.bmb_fab-large-normal:hover{background:var(--general_contrasts-50);color:var(--general_contrasts-main-complimentary)}.bmb_fab-large-normal:active{background:var(--general_contrasts-input-background);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection)}.bmb_fab-large-normal:active>span{color:var(--general_contrasts-main-selection)}.bmb_fab-large-normal:active>bmb-icon{color:var(--general_contrasts-main-selection)}.bmb_fab-large-normal{border-radius:3.125rem;height:3.75rem;width:3.75rem}.bmb_fab-large-extended{align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);bottom:.625rem;position:fixed;right:.625rem;z-index:2;background:var(--general_contrasts-main-selection);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-fab-text)}.bmb_fab-large-extended:focus,.bmb_fab-large-extended:focus-visible{background:var(--general_contrasts-25);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection);color:var(--general_contrasts-main-selection)}.bmb_fab-large-extended:hover{background:var(--general_contrasts-50);color:var(--general_contrasts-main-complimentary)}.bmb_fab-large-extended:active{background:var(--general_contrasts-input-background);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection)}.bmb_fab-large-extended:active>span{color:var(--general_contrasts-main-selection)}.bmb_fab-large-extended:active>bmb-icon{color:var(--general_contrasts-main-selection)}.bmb_fab-large-extended{border-radius:3.125rem;height:3.75rem;width:fit-content}.bmb_fab-large-extended>span{padding-right:.5rem}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}\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: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "isFill", "size", "alt", "dotNotification", "isSVGTemplate"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: BmbFabComponent, isStandalone: true, selector: "bmb-fab", inputs: { icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, mitec: { classPropertyName: "mitec", publicName: "mitec", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { fabClick: "fabClick" }, ngImport: i0, template: "<section class=\"bmb_fab\" [ngClass]=\"{ 'bmb_fab-mitec': mitec() }\">\n <button\n type=\"button\"\n [class]=\"className\"\n [ngClass]=\"{\n active: isActive\n }\"\n (click)=\"handleFabClick($event)\"\n >\n <bmb-icon\n [ngClass]=\"{\n 'bmb_fab-main-action': !mitec()\n }\"\n [icon]=\"iconName\"\n [size]=\"48\"\n alt=\"FAB icon\"\n />\n </button>\n @if (mitec() && !!text()) {\n <span class=\"bmb_fab-mitec-text\">{{ text() }}</span>\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_fab{display:flex;align-items:center;justify-content:center;gap:var(--bmb-spacing-m)}.bmb_fab-mitec{flex-direction:column;width:max-content}.bmb_fab-mitec-button{display:flex;align-items:center;justify-content:center;border-radius:50%;border:var(--bmb-border-inherit-1-solid);border-color:transparent;outline:none;box-shadow:var(--bmb-box-shadow-3);background-color:var(--buttons-alternative-normal);color:var(--buttons-primary-normal)}.bmb_fab-mitec-button.active{background-color:var(--general-contrasts-main-selection);border:.0625rem solid rgb(var(--blue-primary))}.bmb_fab-mitec-button.active>bmb-icon{color:rgb(var(--white-primary))}.bmb_fab-mitec-button-small{height:3rem;width:3rem}.bmb_fab-mitec-button-small .bmb_fab-mitec-text{font-family:Poppins-Regular,sans-serif;font-size:.6875rem;text-align:center}.bmb_fab-mitec-button-large{height:4rem;width:4rem}.bmb_fab-mitec-button-large .bmb_fab-mitec-text{font-family:Poppins-Regular,sans-serif;font-size:.875rem;text-align:center}.bmb_fab-main{z-index:2;bottom:.625rem;position:fixed;right:.625rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:var(--bmb-border-inherit-1-solid);border-color:transparent;outline:none;box-shadow:var(--bmb-box-shadow-3);background:var(--buttons-primary-normal);color:var(--buttons-alternative-normal)}.bmb_fab-main-small{height:3rem;width:3rem}.bmb_fab-main-large{height:4rem;width:4rem}.bmb_fab-main-action{transition:transform .5s ease-in-out}.bmb_fab-main.active{background:var(--general-contrasts-input-background);border-color:var(--general-contrasts-main-selection);color:var(--general-contrasts-main-selection)}.bmb_fab-main:active{animation:rotateAnimation .5s ease-in-out forwards}.bmb_fab-main:focus,.bmb_fab-main:focus-visible{background:var(--general-contrasts-25);border-color:var(--general-contrasts-main-selection);color:var(--general-contrasts-main-selection)}.bmb_fab-main:hover{background:var(--general-contrasts-50);border-color:transparent;color:var(--buttons-alternative-normal)}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: BmbIconComponent, selector: "bmb-icon", inputs: ["icon", "isFill", "size", "alt", "dotNotification", "isSVGTemplate"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
29
35
|
}
|
|
30
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BmbFabComponent, decorators: [{
|
|
31
37
|
type: Component,
|
|
32
|
-
args: [{ selector: 'bmb-fab', standalone: true, imports: [CommonModule, BmbIconComponent], encapsulation: ViewEncapsulation.None, template: "<ng-template #fabButton>\n <button [ngClass]=\"getClassName()\" type=\"button\">\n @if (!mitec() && type() === 'extended') {\n <span>{{ text() }}</span>\n }\n <bmb-icon\n [ngClass]=\"{\n 'bmb_fab-close': !mitec() && type() === 'normal',\n 'bmb_fab-close-rotate': !mitec() && type() === 'normal' && active\n }\"\n [icon]=\"(!mitec() && type() === 'normal' && active && 'close') || icon()\"\n [size]=\"24\"\n alt=\"FAB icon\"\n />\n </button>\n @if (mitec() && !!text()) {\n <span class=\"bmb_fab-mitec-text\">{{ text() }}</span>\n }\n</ng-template>\n\n<section class=\"bmb_fab\">\n @if (mitec()) {\n <section class=\"bmb_fab-mitec\">\n <ng-container [ngTemplateOutlet]=\"fabButton\" />\n </section>\n } @else {\n <ng-container [ngTemplateOutlet]=\"fabButton\" />\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_fab{display:flex;justify-content:center;width:min-content}.bmb_fab-close{transition:transform .5s ease-in-out}.bmb_fab-close-rotate{animation:rotateAnimation .5s ease-in-out forwards}.bmb_fab-mitec{display:flex;flex-direction:column}.bmb_fab-mitec-small-normal{border-radius:3.125rem;height:2.5rem;width:2.5rem;align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);background-color:var(--buttons-alternative-normal);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-primary-normal)}.bmb_fab-mitec-small-normal:active{background-color:var(--general-contrasts-main-selection);border:.0625rem solid rgb(var(--blue-primary))}.bmb_fab-mitec-small-normal:active>bmb-icon{color:rgb(var(--white-primary))}.bmb_fab-mitec-small-normal~.bmb_fab-mitec-text{font-family:Poppins-Regular,sans-serif;font-size:.6875rem;text-align:center}.bmb_fab-mitec-large-normal{border-radius:3.125rem;height:3.75rem;width:3.75rem;align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);background-color:var(--buttons-alternative-normal);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-primary-normal)}.bmb_fab-mitec-large-normal:active{background-color:var(--general-contrasts-main-selection);border:.0625rem solid rgb(var(--blue-primary))}.bmb_fab-mitec-large-normal:active>bmb-icon{color:rgb(var(--white-primary))}.bmb_fab-mitec-large-normal~.bmb_fab-mitec-text{font-family:Poppins-Regular,sans-serif;font-size:.875rem;text-align:center}.bmb_fab-small-normal{align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);bottom:.625rem;position:fixed;right:.625rem;z-index:2;background:var(--general_contrasts-main-selection);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-fab-text)}.bmb_fab-small-normal:focus,.bmb_fab-small-normal:focus-visible{background:var(--general_contrasts-25);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection);color:var(--general_contrasts-main-selection)}.bmb_fab-small-normal:hover{background:var(--general_contrasts-50);color:var(--general_contrasts-main-complimentary)}.bmb_fab-small-normal:active{background:var(--general_contrasts-input-background);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection)}.bmb_fab-small-normal:active>span{color:var(--general_contrasts-main-selection)}.bmb_fab-small-normal:active>bmb-icon{color:var(--general_contrasts-main-selection)}.bmb_fab-small-normal{border-radius:3.125rem;height:2.5rem;width:2.5rem}.bmb_fab-small-extended{align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);bottom:.625rem;position:fixed;right:.625rem;z-index:2;background:var(--general_contrasts-main-selection);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-fab-text)}.bmb_fab-small-extended:focus,.bmb_fab-small-extended:focus-visible{background:var(--general_contrasts-25);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection);color:var(--general_contrasts-main-selection)}.bmb_fab-small-extended:hover{background:var(--general_contrasts-50);color:var(--general_contrasts-main-complimentary)}.bmb_fab-small-extended:active{background:var(--general_contrasts-input-background);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection)}.bmb_fab-small-extended:active>span{color:var(--general_contrasts-main-selection)}.bmb_fab-small-extended:active>bmb-icon{color:var(--general_contrasts-main-selection)}.bmb_fab-small-extended{border-radius:3.125rem;height:2.5rem;width:fit-content}.bmb_fab-small-extended>span{padding-right:.5rem}.bmb_fab-large-normal{align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);bottom:.625rem;position:fixed;right:.625rem;z-index:2;background:var(--general_contrasts-main-selection);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-fab-text)}.bmb_fab-large-normal:focus,.bmb_fab-large-normal:focus-visible{background:var(--general_contrasts-25);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection);color:var(--general_contrasts-main-selection)}.bmb_fab-large-normal:hover{background:var(--general_contrasts-50);color:var(--general_contrasts-main-complimentary)}.bmb_fab-large-normal:active{background:var(--general_contrasts-input-background);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection)}.bmb_fab-large-normal:active>span{color:var(--general_contrasts-main-selection)}.bmb_fab-large-normal:active>bmb-icon{color:var(--general_contrasts-main-selection)}.bmb_fab-large-normal{border-radius:3.125rem;height:3.75rem;width:3.75rem}.bmb_fab-large-extended{align-items:center;border:0;font-family:Poppins-Regular,sans-serif;font-size:.875rem;display:flex;justify-content:center;margin:.1875rem;outline:none;padding:var(--bmb-spacing-s) var(--bmb-spacing-m);bottom:.625rem;position:fixed;right:.625rem;z-index:2;background:var(--general_contrasts-main-selection);box-shadow:var(--bmb-box-shadow-3);color:var(--buttons-fab-text)}.bmb_fab-large-extended:focus,.bmb_fab-large-extended:focus-visible{background:var(--general_contrasts-25);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection);color:var(--general_contrasts-main-selection)}.bmb_fab-large-extended:hover{background:var(--general_contrasts-50);color:var(--general_contrasts-main-complimentary)}.bmb_fab-large-extended:active{background:var(--general_contrasts-input-background);border:var(--bmb-border-inherit-1-solid);border-color:var(--general_contrasts-main-selection)}.bmb_fab-large-extended:active>span{color:var(--general_contrasts-main-selection)}.bmb_fab-large-extended:active>bmb-icon{color:var(--general_contrasts-main-selection)}.bmb_fab-large-extended{border-radius:3.125rem;height:3.75rem;width:fit-content}.bmb_fab-large-extended>span{padding-right:.5rem}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}\n"] }]
|
|
33
|
-
}]
|
|
34
|
-
|
|
35
|
-
args: ['click']
|
|
36
|
-
}] } });
|
|
37
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWZhYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kcy1uZy9zcmMvbGliL2NvbXBvbmVudHMvYm1iLWZhYi9ibWItZmFiLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItZmFiL2JtYi1mYWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLFNBQVMsRUFDVCxZQUFZLEVBQ1osaUJBQWlCLEVBQ2pCLEtBQUssRUFDTCxNQUFNLEdBQ1AsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDOzs7QUFXbEUsTUFBTSxPQUFPLGVBQWU7SUFSNUI7UUFTRSxTQUFJLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQ3pCLFNBQUksR0FBRyxLQUFLLENBQWdCLEVBQUUsQ0FBQyxDQUFDO1FBQ2hDLFNBQUksR0FBRyxLQUFLLEVBQVcsQ0FBQztRQUN4QixTQUFJLEdBQUcsS0FBSyxFQUFXLENBQUM7UUFDeEIsVUFBSyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUU5QixhQUFRLEdBQUcsTUFBTSxFQUFjLENBQUM7UUFFaEMsV0FBTSxHQUFZLEtBQUssQ0FBQztLQWN6QjtJQVp3QixVQUFVLENBQUMsS0FBaUI7UUFDakQsSUFBSSxJQUFJLENBQUMsSUFBSSxFQUFFLElBQUksUUFBUSxFQUFFLENBQUM7WUFDNUIsSUFBSSxDQUFDLE1BQU0sR0FBRyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUM7UUFDN0IsQ0FBQztRQUNELElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzVCLENBQUM7SUFFRCxZQUFZO1FBQ1YsTUFBTSxhQUFhLEdBQUcsR0FBRyxDQUFDLElBQUksQ0FBQyxLQUFLLEVBQUUsSUFBSSxlQUFlLENBQUMsSUFBSSxTQUFTLEVBQUUsQ0FBQztRQUMxRSxNQUFNLGFBQWEsR0FBRyxHQUFHLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLFFBQVEsQ0FBQyxJQUFJLElBQUksQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDO1FBQ3JFLE9BQU8sR0FBRyxhQUFhLElBQUksSUFBSSxDQUFDLElBQUksRUFBRSxJQUFJLGFBQWEsRUFBRSxDQUFDO0lBQzVELENBQUM7K0dBdEJVLGVBQWU7bUdBQWYsZUFBZSxndkJDbkI1Qiw2MUJBNkJBLGlyVkRiWSxZQUFZLG9TQUFFLGdCQUFnQjs7NEZBRzdCLGVBQWU7a0JBUjNCLFNBQVM7K0JBQ0UsU0FBUyxjQUdQLElBQUksV0FDUCxDQUFDLFlBQVksRUFBRSxnQkFBZ0IsQ0FBQyxpQkFDMUIsaUJBQWlCLENBQUMsSUFBSTs4QkFhZCxVQUFVO3NCQUFoQyxZQUFZO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBDb21wb25lbnQsXG4gIEhvc3RMaXN0ZW5lcixcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIGlucHV0LFxuICBvdXRwdXQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJtYkljb25Db21wb25lbnQgfSBmcm9tICcuLi9ibWItaWNvbi9ibWItaWNvbi5jb21wb25lbnQnO1xuaW1wb3J0IHsgRmFiU2l6ZSwgRmFiVHlwZSB9IGZyb20gJy4vYm1iLWZhYi0uaW50ZXJmYWNlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYm1iLWZhYicsXG4gIHN0eWxlVXJsOiAnLi9ibWItZmFiLmNvbXBvbmVudC5zY3NzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2JtYi1mYWIuY29tcG9uZW50Lmh0bWwnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCbWJJY29uQ29tcG9uZW50XSxcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgQm1iRmFiQ29tcG9uZW50IHtcbiAgaWNvbiA9IGlucHV0PHN0cmluZz4oJycpO1xuICB0ZXh0ID0gaW5wdXQ8c3RyaW5nIHwgbnVsbD4oJycpO1xuICBzaXplID0gaW5wdXQ8RmFiU2l6ZT4oKTtcbiAgdHlwZSA9IGlucHV0PEZhYlR5cGU+KCk7XG4gIG1pdGVjID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xuXG4gIGZhYkNsaWNrID0gb3V0cHV0PE1vdXNlRXZlbnQ+KCk7XG5cbiAgYWN0aXZlOiBib29sZWFuID0gZmFsc2U7XG5cbiAgQEhvc3RMaXN0ZW5lcignY2xpY2snKSBvbkZhYkNsaWNrKGV2ZW50OiBNb3VzZUV2ZW50KTogdm9pZCB7XG4gICAgaWYgKHRoaXMudHlwZSgpID09ICdub3JtYWwnKSB7XG4gICAgICB0aGlzLmFjdGl2ZSA9ICF0aGlzLmFjdGl2ZTtcbiAgICB9XG4gICAgdGhpcy5mYWJDbGljay5lbWl0KGV2ZW50KTtcbiAgfVxuXG4gIGdldENsYXNzTmFtZSgpOiBzdHJpbmcge1xuICAgIGNvbnN0IGJhc2VDbGFzc05hbWUgPSBgJHsodGhpcy5taXRlYygpICYmICdibWJfZmFiLW1pdGVjJykgfHwgJ2JtYl9mYWInfWA7XG4gICAgY29uc3QgdHlwZUNsYXNzTmFtZSA9IGAkeyh0aGlzLm1pdGVjKCkgJiYgJ25vcm1hbCcpIHx8IHRoaXMudHlwZSgpfWA7XG4gICAgcmV0dXJuIGAke2Jhc2VDbGFzc05hbWV9LSR7dGhpcy5zaXplKCl9LSR7dHlwZUNsYXNzTmFtZX1gO1xuICB9XG59XG4iLCI8bmctdGVtcGxhdGUgI2ZhYkJ1dHRvbj5cbiAgPGJ1dHRvbiBbbmdDbGFzc109XCJnZXRDbGFzc05hbWUoKVwiIHR5cGU9XCJidXR0b25cIj5cbiAgICBAaWYgKCFtaXRlYygpICYmIHR5cGUoKSA9PT0gJ2V4dGVuZGVkJykge1xuICAgICAgPHNwYW4+e3sgdGV4dCgpIH19PC9zcGFuPlxuICAgIH1cbiAgICA8Ym1iLWljb25cbiAgICAgIFtuZ0NsYXNzXT1cIntcbiAgICAgICAgJ2JtYl9mYWItY2xvc2UnOiAhbWl0ZWMoKSAmJiB0eXBlKCkgPT09ICdub3JtYWwnLFxuICAgICAgICAnYm1iX2ZhYi1jbG9zZS1yb3RhdGUnOiAhbWl0ZWMoKSAmJiB0eXBlKCkgPT09ICdub3JtYWwnICYmIGFjdGl2ZVxuICAgICAgfVwiXG4gICAgICBbaWNvbl09XCIoIW1pdGVjKCkgJiYgdHlwZSgpID09PSAnbm9ybWFsJyAmJiBhY3RpdmUgJiYgJ2Nsb3NlJykgfHwgaWNvbigpXCJcbiAgICAgIFtzaXplXT1cIjI0XCJcbiAgICAgIGFsdD1cIkZBQiBpY29uXCJcbiAgICAvPlxuICA8L2J1dHRvbj5cbiAgQGlmIChtaXRlYygpICYmICEhdGV4dCgpKSB7XG4gICAgPHNwYW4gY2xhc3M9XCJibWJfZmFiLW1pdGVjLXRleHRcIj57eyB0ZXh0KCkgfX08L3NwYW4+XG4gIH1cbjwvbmctdGVtcGxhdGU+XG5cbjxzZWN0aW9uIGNsYXNzPVwiYm1iX2ZhYlwiPlxuICBAaWYgKG1pdGVjKCkpIHtcbiAgICA8c2VjdGlvbiBjbGFzcz1cImJtYl9mYWItbWl0ZWNcIj5cbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiZmFiQnV0dG9uXCIgLz5cbiAgICA8L3NlY3Rpb24+XG4gIH0gQGVsc2Uge1xuICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiZmFiQnV0dG9uXCIgLz5cbiAgfVxuPC9zZWN0aW9uPlxuIl19
|
|
38
|
+
args: [{ selector: 'bmb-fab', standalone: true, imports: [CommonModule, BmbIconComponent], encapsulation: ViewEncapsulation.None, template: "<section class=\"bmb_fab\" [ngClass]=\"{ 'bmb_fab-mitec': mitec() }\">\n <button\n type=\"button\"\n [class]=\"className\"\n [ngClass]=\"{\n active: isActive\n }\"\n (click)=\"handleFabClick($event)\"\n >\n <bmb-icon\n [ngClass]=\"{\n 'bmb_fab-main-action': !mitec()\n }\"\n [icon]=\"iconName\"\n [size]=\"48\"\n alt=\"FAB icon\"\n />\n </button>\n @if (mitec() && !!text()) {\n <span class=\"bmb_fab-mitec-text\">{{ text() }}</span>\n }\n</section>\n", styles: ["@font-face{font-family:Poppins-Light;font-style:normal;font-weight:300;src:url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Regular;font-style:normal;font-weight:400;src:url(/assets/fonts/Poppins/Poppins-Regular.ttf) format(\"truetype\")}@font-face{font-family:Poppins-Bold;font-style:normal;font-weight:700;src:url(/assets/fonts/Poppins/Poppins-Bold.ttf) format(\"truetype\")}:root,:host{--font-display: \"Poppins-Regular\", sans-serif}.font-thin-1{font-size:.625rem}.font-light-1{font-family:Poppins-Light,sans-serif;font-size:.625rem}.font-regular-1{font-family:Poppins-Regular,sans-serif;font-size:.625rem}.font-medium-1,.font-semibold-1{font-size:.625rem}.font-bold-1{font-family:Poppins-Bold,sans-serif;font-size:.625rem}.font-thin-2{font-size:.6875rem}.font-light-2{font-family:Poppins-Light,sans-serif;font-size:.6875rem}.font-regular-2{font-family:Poppins-Regular,sans-serif;font-size:.6875rem}.font-medium-2,.font-semibold-2{font-size:.6875rem}.font-bold-2{font-family:Poppins-Bold,sans-serif;font-size:.6875rem}.font-thin-3{font-size:.75rem}.font-light-3{font-family:Poppins-Light,sans-serif;font-size:.75rem}.font-regular-3{font-family:Poppins-Regular,sans-serif;font-size:.75rem}.font-medium-3,.font-semibold-3{font-size:.75rem}.font-bold-3{font-family:Poppins-Bold,sans-serif;font-size:.75rem}.font-thin-4{font-size:.875rem}.font-light-4{font-family:Poppins-Light,sans-serif;font-size:.875rem}.font-regular-4{font-family:Poppins-Regular,sans-serif;font-size:.875rem}.font-medium-4,.font-semibold-4{font-size:.875rem}.font-bold-4{font-family:Poppins-Bold,sans-serif;font-size:.875rem}.font-thin-4_5{font-size:.9375rem}.font-light-4_5{font-family:Poppins-Light,sans-serif;font-size:.9375rem}.font-regular-4_5{font-family:Poppins-Regular,sans-serif;font-size:.9375rem}.font-medium-4_5,.font-semibold-4_5{font-size:.9375rem}.font-bold-4_5{font-family:Poppins-Bold,sans-serif;font-size:.9375rem}.font-thin-5{font-size:1rem}.font-light-5{font-family:Poppins-Light,sans-serif;font-size:1rem}.font-regular-5{font-family:Poppins-Regular,sans-serif;font-size:1rem}.font-medium-5,.font-semibold-5{font-size:1rem}.font-bold-5{font-family:Poppins-Bold,sans-serif;font-size:1rem}.font-thin-6{font-size:1.125rem}.font-light-6{font-family:Poppins-Light,sans-serif;font-size:1.125rem}.font-regular-6{font-family:Poppins-Regular,sans-serif;font-size:1.125rem}.font-medium-6,.font-semibold-6{font-size:1.125rem}.font-bold-6{font-family:Poppins-Bold,sans-serif;font-size:1.125rem}.font-thin-7{font-size:1.25rem}.font-light-7{font-family:Poppins-Light,sans-serif;font-size:1.25rem}.font-regular-7{font-family:Poppins-Regular,sans-serif;font-size:1.25rem}.font-medium-7,.font-semibold-7{font-size:1.25rem}.font-bold-7{font-family:Poppins-Bold,sans-serif;font-size:1.25rem}.font-thin-8{font-size:1.375rem}.font-light-8{font-family:Poppins-Light,sans-serif;font-size:1.375rem}.font-regular-8{font-family:Poppins-Regular,sans-serif;font-size:1.375rem}.font-medium-8,.font-semibold-8{font-size:1.375rem}.font-bold-8{font-family:Poppins-Bold,sans-serif;font-size:1.375rem}.font-thin-9{font-size:1.5rem}.font-light-9{font-family:Poppins-Light,sans-serif;font-size:1.5rem}.font-regular-9{font-family:Poppins-Regular,sans-serif;font-size:1.5rem}.font-medium-9,.font-semibold-9{font-size:1.5rem}.font-bold-9{font-family:Poppins-Bold,sans-serif;font-size:1.5rem}.font-thin-10{font-size:1.625rem}.font-light-10{font-family:Poppins-Light,sans-serif;font-size:1.625rem}.font-regular-10{font-family:Poppins-Regular,sans-serif;font-size:1.625rem}.font-medium-10,.font-semibold-10{font-size:1.625rem}.font-bold-10{font-family:Poppins-Bold,sans-serif;font-size:1.625rem}.font-thin-11{font-size:2.25rem}.font-light-11{font-family:Poppins-Light,sans-serif;font-size:2.25rem}.font-regular-11{font-family:Poppins-Regular,sans-serif;font-size:2.25rem}.font-medium-11,.font-semibold-11{font-size:2.25rem}.font-bold-11{font-family:Poppins-Bold,sans-serif;font-size:2.25rem}.font-thin-12{font-size:3rem}.font-light-12{font-family:Poppins-Light,sans-serif;font-size:3rem}.font-regular-12{font-family:Poppins-Regular,sans-serif;font-size:3rem}.font-medium-12,.font-semibold-12{font-size:3rem}.font-bold-12{font-family:Poppins-Bold,sans-serif;font-size:3rem}.bmb_fab{display:flex;align-items:center;justify-content:center;gap:var(--bmb-spacing-m)}.bmb_fab-mitec{flex-direction:column;width:max-content}.bmb_fab-mitec-button{display:flex;align-items:center;justify-content:center;border-radius:50%;border:var(--bmb-border-inherit-1-solid);border-color:transparent;outline:none;box-shadow:var(--bmb-box-shadow-3);background-color:var(--buttons-alternative-normal);color:var(--buttons-primary-normal)}.bmb_fab-mitec-button.active{background-color:var(--general-contrasts-main-selection);border:.0625rem solid rgb(var(--blue-primary))}.bmb_fab-mitec-button.active>bmb-icon{color:rgb(var(--white-primary))}.bmb_fab-mitec-button-small{height:3rem;width:3rem}.bmb_fab-mitec-button-small .bmb_fab-mitec-text{font-family:Poppins-Regular,sans-serif;font-size:.6875rem;text-align:center}.bmb_fab-mitec-button-large{height:4rem;width:4rem}.bmb_fab-mitec-button-large .bmb_fab-mitec-text{font-family:Poppins-Regular,sans-serif;font-size:.875rem;text-align:center}.bmb_fab-main{z-index:2;bottom:.625rem;position:fixed;right:.625rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:var(--bmb-border-inherit-1-solid);border-color:transparent;outline:none;box-shadow:var(--bmb-box-shadow-3);background:var(--buttons-primary-normal);color:var(--buttons-alternative-normal)}.bmb_fab-main-small{height:3rem;width:3rem}.bmb_fab-main-large{height:4rem;width:4rem}.bmb_fab-main-action{transition:transform .5s ease-in-out}.bmb_fab-main.active{background:var(--general-contrasts-input-background);border-color:var(--general-contrasts-main-selection);color:var(--general-contrasts-main-selection)}.bmb_fab-main:active{animation:rotateAnimation .5s ease-in-out forwards}.bmb_fab-main:focus,.bmb_fab-main:focus-visible{background:var(--general-contrasts-25);border-color:var(--general-contrasts-main-selection);color:var(--general-contrasts-main-selection)}.bmb_fab-main:hover{background:var(--general-contrasts-50);border-color:transparent;color:var(--buttons-alternative-normal)}@keyframes rotateAnimation{0%{transform:rotate(0)}to{transform:rotate(180deg)}}\n"] }]
|
|
39
|
+
}] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm1iLWZhYi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9kcy1uZy9zcmMvbGliL2NvbXBvbmVudHMvYm1iLWZhYi9ibWItZmFiLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2RzLW5nL3NyYy9saWIvY29tcG9uZW50cy9ibWItZmFiL2JtYi1mYWIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzVFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQzs7O0FBV2xFLE1BQU0sT0FBTyxlQUFlO0lBUjVCO1FBU0UsU0FBSSxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN6QixTQUFJLEdBQUcsS0FBSyxDQUFVLE9BQU8sQ0FBQyxDQUFDO1FBQy9CLFVBQUssR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDOUIsU0FBSSxHQUFHLEtBQUssQ0FBZ0IsRUFBRSxDQUFDLENBQUM7UUFFaEMsYUFBUSxHQUFHLE1BQU0sRUFBYyxDQUFDO1FBRWhDLGFBQVEsR0FBWSxLQUFLLENBQUM7UUFFMUIsWUFBWTtRQUNaLFNBQUksR0FBRyxLQUFLLEVBQVcsQ0FBQztLQXFCekI7SUFuQkMsY0FBYyxDQUFDLEtBQWlCO1FBQzlCLElBQUksQ0FBQyxRQUFRLEdBQUcsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQy9CLElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzVCLENBQUM7SUFFRCxJQUFJLFNBQVM7UUFDWCxNQUFNLGFBQWEsR0FBVyxHQUFHLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFDLENBQUMsc0JBQXNCLENBQUMsQ0FBQyxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBRTFGLE9BQU8sR0FBRyxhQUFhLElBQUksYUFBYSxJQUFJLElBQUksQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDO0lBQzVELENBQUM7SUFFRCxJQUFJLFFBQVE7UUFDVixJQUFJLENBQUMsSUFBSSxDQUFDLEtBQUssRUFBRSxJQUFJLElBQUksQ0FBQyxJQUFJLEVBQUUsS0FBSyxPQUFPLEVBQUUsQ0FBQztZQUM3QyxJQUFJLElBQUksQ0FBQyxRQUFRO2dCQUFFLE9BQU8sT0FBTyxDQUFDO1lBQ2xDLE9BQU8sSUFBSSxDQUFDLElBQUksRUFBRSxJQUFJLE1BQU0sQ0FBQztRQUMvQixDQUFDO1FBRUQsT0FBTyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUM7SUFDckIsQ0FBQzsrR0EvQlUsZUFBZTttR0FBZixlQUFlLDhyQkNiNUIsdWdCQXNCQSx3eU1EWlksWUFBWSw2SEFBRSxnQkFBZ0I7OzRGQUc3QixlQUFlO2tCQVIzQixTQUFTOytCQUNFLFNBQVMsY0FHUCxJQUFJLFdBQ1AsQ0FBQyxZQUFZLEVBQUUsZ0JBQWdCLENBQUMsaUJBQzFCLGlCQUFpQixDQUFDLElBQUkiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uLCBpbnB1dCwgb3V0cHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQm1iSWNvbkNvbXBvbmVudCB9IGZyb20gJy4uL2JtYi1pY29uL2JtYi1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBGYWJTaXplLCBGYWJUeXBlIH0gZnJvbSAnLi9ibWItZmFiLS5pbnRlcmZhY2UnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdibWItZmFiJyxcbiAgc3R5bGVVcmw6ICcuL2JtYi1mYWIuY29tcG9uZW50LnNjc3MnLFxuICB0ZW1wbGF0ZVVybDogJy4vYm1iLWZhYi5jb21wb25lbnQuaHRtbCcsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEJtYkljb25Db21wb25lbnRdLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBCbWJGYWJDb21wb25lbnQge1xuICBpY29uID0gaW5wdXQ8c3RyaW5nPignJyk7XG4gIHNpemUgPSBpbnB1dDxGYWJTaXplPignbGFyZ2UnKTtcbiAgbWl0ZWMgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XG4gIHRleHQgPSBpbnB1dDxzdHJpbmcgfCBudWxsPignJyk7XG5cbiAgZmFiQ2xpY2sgPSBvdXRwdXQ8TW91c2VFdmVudD4oKTtcblxuICBpc0FjdGl2ZTogYm9vbGVhbiA9IGZhbHNlO1xuXG4gIC8vRGVwcmVjYXRlZFxuICB0eXBlID0gaW5wdXQ8RmFiVHlwZT4oKTtcblxuICBoYW5kbGVGYWJDbGljayhldmVudDogTW91c2VFdmVudCk6IHZvaWQge1xuICAgIHRoaXMuaXNBY3RpdmUgPSAhdGhpcy5pc0FjdGl2ZTtcbiAgICB0aGlzLmZhYkNsaWNrLmVtaXQoZXZlbnQpO1xuICB9XG5cbiAgZ2V0IGNsYXNzTmFtZSgpOiBzdHJpbmcge1xuICAgIGNvbnN0IGJhc2VDbGFzc05hbWU6IHN0cmluZyA9IGAke3RoaXMubWl0ZWMoKSA/ICdibWJfZmFiLW1pdGVjLWJ1dHRvbicgOiAnYm1iX2ZhYi1tYWluJ31gO1xuXG4gICAgcmV0dXJuIGAke2Jhc2VDbGFzc05hbWV9ICR7YmFzZUNsYXNzTmFtZX0tJHt0aGlzLnNpemUoKX1gO1xuICB9XG5cbiAgZ2V0IGljb25OYW1lKCk6IHN0cmluZyB7XG4gICAgaWYgKCF0aGlzLm1pdGVjKCkgJiYgdGhpcy5zaXplKCkgPT09ICdsYXJnZScpIHtcbiAgICAgIGlmICh0aGlzLmlzQWN0aXZlKSByZXR1cm4gJ2Nsb3NlJztcbiAgICAgIHJldHVybiB0aGlzLmljb24oKSB8fCAnYXBwcyc7XG4gICAgfVxuXG4gICAgcmV0dXJuIHRoaXMuaWNvbigpO1xuICB9XG59XG4iLCI8c2VjdGlvbiBjbGFzcz1cImJtYl9mYWJcIiBbbmdDbGFzc109XCJ7ICdibWJfZmFiLW1pdGVjJzogbWl0ZWMoKSB9XCI+XG4gIDxidXR0b25cbiAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICBbY2xhc3NdPVwiY2xhc3NOYW1lXCJcbiAgICBbbmdDbGFzc109XCJ7XG4gICAgICBhY3RpdmU6IGlzQWN0aXZlXG4gICAgfVwiXG4gICAgKGNsaWNrKT1cImhhbmRsZUZhYkNsaWNrKCRldmVudClcIlxuICA+XG4gICAgPGJtYi1pY29uXG4gICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgICdibWJfZmFiLW1haW4tYWN0aW9uJzogIW1pdGVjKClcbiAgICAgIH1cIlxuICAgICAgW2ljb25dPVwiaWNvbk5hbWVcIlxuICAgICAgW3NpemVdPVwiNDhcIlxuICAgICAgYWx0PVwiRkFCIGljb25cIlxuICAgIC8+XG4gIDwvYnV0dG9uPlxuICBAaWYgKG1pdGVjKCkgJiYgISF0ZXh0KCkpIHtcbiAgICA8c3BhbiBjbGFzcz1cImJtYl9mYWItbWl0ZWMtdGV4dFwiPnt7IHRleHQoKSB9fTwvc3Bhbj5cbiAgfVxuPC9zZWN0aW9uPlxuIl19
|