@flywheel-io/vision 2.9.2 → 2.10.1
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/fonts/Flywheel-Vision-Icons.svg +12 -2
- package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
- package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
- package/assets/svg/edit.svg +1 -2
- package/assets/svg/message-chat-add-plus.svg +4 -0
- package/assets/svg/moon-night-mode.svg +4 -0
- package/assets/svg/pen-edit-compose-new.svg +4 -0
- package/assets/svg/star-ai-artificial-intelligence.svg +4 -0
- package/assets/svg/trash-bin-warning.svg +6 -0
- package/components/icon/icon.types.d.ts +1 -1
- package/components/icon-button/icon-button.component.d.ts +2 -1
- package/esm2022/components/alert/alert.component.mjs +1 -1
- package/esm2022/components/card/card-content/card-content.component.mjs +2 -2
- package/esm2022/components/dialog/dialog.component.mjs +1 -1
- package/esm2022/components/icon/icon.types.mjs +6 -1
- package/esm2022/components/icon-button/icon-button.component.mjs +5 -4
- package/esm2022/components/layouts/context/context.component.mjs +3 -3
- package/esm2022/components/menu/menu-item/menu-item.component.mjs +1 -1
- package/esm2022/components/navbar/navbar-item/navbar-item.component.mjs +1 -1
- package/esm2022/components/snackbar/snackbar/snackbar.component.mjs +1 -1
- package/fesm2022/flywheel-io-vision.mjs +18 -12
- package/fesm2022/flywheel-io-vision.mjs.map +1 -1
- package/package.json +2 -2
- package/scss/icons/_icon-glyphs.scss +18 -0
- package/scss/icons/_icon-variables.scss +37 -1
- package/styles.css +24 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { HostBinding, Input, ChangeDetectionStrategy, Component, EventEmitter, Output, NgModule,
|
|
2
|
+
import { HostBinding, Input, ChangeDetectionStrategy, Component, input, EventEmitter, Output, NgModule, model, computed, ViewEncapsulation, HostListener, signal, effect, inject, ElementRef, ViewContainerRef, Directive, contentChildren, viewChild, ChangeDetectorRef, ContentChildren, ViewChild, forwardRef, Optional, Inject, SkipSelf, Injectable, Pipe, ContentChild, DestroyRef, output, Host, ViewChildren, Self, TemplateRef, viewChildren } from '@angular/core';
|
|
3
3
|
import * as i1$1 from '@angular/common';
|
|
4
4
|
import { CommonModule, NgClass } from '@angular/common';
|
|
5
5
|
import * as i1 from '@angular/platform-browser';
|
|
@@ -99,17 +99,18 @@ class FwIconButtonComponent {
|
|
|
99
99
|
this.size = 'medium';
|
|
100
100
|
this.disabled = false;
|
|
101
101
|
this.selected = false;
|
|
102
|
+
this.border = input(false);
|
|
102
103
|
}
|
|
103
104
|
get classes() {
|
|
104
105
|
return this.size;
|
|
105
106
|
}
|
|
106
107
|
;
|
|
107
108
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwIconButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
108
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
109
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: { color: { classPropertyName: "color", publicName: "color", isSignal: false, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: false, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: false, isRequired: false, transformFunction: null }, border: { classPropertyName: "border", publicName: "border", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "attr.class": "this.classes", "tabindex": "this.tabindex" } }, ngImport: i0, template: "<button [disabled]=\"disabled\"\n [class]=\"color + '-button'\"\n [class.selected-button]=\"selected\"\n [class.border]=\"border()\"\n [tabindex]=\"tabindex\">\n <fw-icon>{{ icon }}</fw-icon>\n</button>\n", styles: [":host{display:inline-block;position:relative}:host button{border:none;min-height:inherit;min-width:inherit;border-radius:8px;background:none;padding:0;display:flex;align-items:center;justify-content:center}:host button:hover{border:none;cursor:pointer}:host button.border{border-radius:8px;border:1px solid var(--separations-divider)}:host .primary-button:hover,:host .info-button:hover{background:var(--primary-hover)}:host .primary-button:focus,:host .info-button:focus{background:var(--primary-focus)}:host .primary-button.selected-button,:host .info-button.selected-button{background-color:var(--primary-base)}:host .primary-button fw-icon,:host .info-button fw-icon{color:var(--primary-base)}:host .secondary-button:hover{background:var(--secondary-hover)}:host .secondary-button:focus{background:var(--secondary-focus)}:host .secondary-button.selected-button{background-color:var(--secondary-base)}:host .secondary-button fw-icon{color:var(--secondary-base)}:host .slate-button:hover{background:var(--slate-hover)}:host .slate-button:focus{background:var(--slate-focus)}:host .slate-button.selected-button{background-color:var(--typography-muted)}:host .slate-button fw-icon{color:var(--typography-muted)}:host .light-slate-button:hover{background:var(--slate-hover)}:host .light-slate-button:focus{background:var(--slate-focus)}:host .light-slate-button.selected-button{background-color:var(--typography-muted)}:host .light-slate-button fw-icon{color:var(--typography-light)}:host .overlay-button:hover{background:var(--slate-hover)}:host .overlay-button:focus{background:var(--slate-focus)}:host .overlay-button.selected-button{background-color:var(--typography-muted)}:host .overlay-button fw-icon{color:var(--typography-contrast)}:host .red-button:hover,:host .error-button:hover{background:var(--red-hover)}:host .red-button:focus,:host .error-button:focus{background:var(--red-focus)}:host .red-button.selected-button,:host .error-button.selected-button{background-color:var(--red-base)}:host .red-button fw-icon,:host .error-button fw-icon{color:var(--red-base)}:host .orange-button:hover,:host .warning-button:hover{background:var(--orange-hover)}:host .orange-button:focus,:host .warning-button:focus{background:var(--orange-focus)}:host .orange-button.selected-button,:host .warning-button.selected-button{background-color:var(--orange-base)}:host .orange-button fw-icon,:host .warning-button fw-icon{color:var(--orange-base)}:host .green-button:hover,:host .success-button:hover{background:var(--green-hover)}:host .green-button:focus,:host .success-button:focus{background:var(--green-focus)}:host .green-button.selected-button,:host .success-button.selected-button{background-color:var(--green-base)}:host .green-button fw-icon,:host .success-button fw-icon{color:var(--green-base)}:host .selected-button fw-icon{color:var(--typography-contrast)}:host button:disabled{cursor:not-allowed}:host button:disabled:hover{background:none}:host button:disabled:focus{background:none}:host button:disabled fw-icon{color:var(--typography-muted);opacity:.2}:host button:disabled.selected-button{background-color:var(--typography-light)!important}:host button:disabled.selected-button fw-icon{color:var(--typography-contrast)!important}:host.small{min-height:30px;min-width:30px}:host.small fw-icon{font-size:22px;min-width:22px;width:22px}:host.medium{min-height:36px;min-width:36px}:host.medium fw-icon{font-size:24px;min-width:24px;width:24px}:host.large{min-height:40px;min-width:40px}:host.large fw-icon{font-size:28px;min-width:28px;width:28px}\n"], dependencies: [{ kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
109
110
|
}
|
|
110
111
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwIconButtonComponent, decorators: [{
|
|
111
112
|
type: Component,
|
|
112
|
-
args: [{ selector: 'fw-icon-button', template: "<button [disabled]=\"disabled\"\n [class]=\"color + '-button'\"\n [class.selected-button]=\"selected\"\n [tabindex]=\"tabindex\">\n <fw-icon>{{ icon }}</fw-icon>\n</button>\n", styles: [":host{display:inline-block;position:relative}:host button{border:none;min-height:inherit;min-width:inherit;border-radius:8px;background:none;padding:0;display:flex;align-items:center;justify-content:center}:host button:hover{border:none;cursor:pointer}:host .primary-button:hover,:host .info-button:hover{background:var(--primary-hover)}:host .primary-button:focus,:host .info-button:focus{background:var(--primary-focus)}:host .primary-button.selected-button,:host .info-button.selected-button{background-color:var(--primary-base)}:host .primary-button fw-icon,:host .info-button fw-icon{color:var(--primary-base)}:host .secondary-button:hover{background:var(--secondary-hover)}:host .secondary-button:focus{background:var(--secondary-focus)}:host .secondary-button.selected-button{background-color:var(--secondary-base)}:host .secondary-button fw-icon{color:var(--secondary-base)}:host .slate-button:hover{background:var(--slate-hover)}:host .slate-button:focus{background:var(--slate-focus)}:host .slate-button.selected-button{background-color:var(--typography-muted)}:host .slate-button fw-icon{color:var(--typography-muted)}:host .light-slate-button:hover{background:var(--slate-hover)}:host .light-slate-button:focus{background:var(--slate-focus)}:host .light-slate-button.selected-button{background-color:var(--typography-muted)}:host .light-slate-button fw-icon{color:var(--typography-light)}:host .overlay-button:hover{background:var(--slate-hover)}:host .overlay-button:focus{background:var(--slate-focus)}:host .overlay-button.selected-button{background-color:var(--typography-muted)}:host .overlay-button fw-icon{color:var(--typography-contrast)}:host .red-button:hover,:host .error-button:hover{background:var(--red-hover)}:host .red-button:focus,:host .error-button:focus{background:var(--red-focus)}:host .red-button.selected-button,:host .error-button.selected-button{background-color:var(--red-base)}:host .red-button fw-icon,:host .error-button fw-icon{color:var(--red-base)}:host .orange-button:hover,:host .warning-button:hover{background:var(--orange-hover)}:host .orange-button:focus,:host .warning-button:focus{background:var(--orange-focus)}:host .orange-button.selected-button,:host .warning-button.selected-button{background-color:var(--orange-base)}:host .orange-button fw-icon,:host .warning-button fw-icon{color:var(--orange-base)}:host .green-button:hover,:host .success-button:hover{background:var(--green-hover)}:host .green-button:focus,:host .success-button:focus{background:var(--green-focus)}:host .green-button.selected-button,:host .success-button.selected-button{background-color:var(--green-base)}:host .green-button fw-icon,:host .success-button fw-icon{color:var(--green-base)}:host .selected-button fw-icon{color:var(--typography-contrast)}:host button:disabled{cursor:not-allowed}:host button:disabled:hover{background:none}:host button:disabled:focus{background:none}:host button:disabled fw-icon{color:var(--typography-muted);opacity:.2}:host button:disabled.selected-button{background-color:var(--typography-light)!important}:host button:disabled.selected-button fw-icon{color:var(--typography-contrast)!important}:host.small{min-height:30px;min-width:30px}:host.small fw-icon{font-size:22px;min-width:22px;width:22px}:host.medium{min-height:36px;min-width:36px}:host.medium fw-icon{font-size:24px;min-width:24px;width:24px}:host.large{min-height:40px;min-width:40px}:host.large fw-icon{font-size:28px;min-width:28px;width:28px}\n"] }]
|
|
113
|
+
args: [{ selector: 'fw-icon-button', template: "<button [disabled]=\"disabled\"\n [class]=\"color + '-button'\"\n [class.selected-button]=\"selected\"\n [class.border]=\"border()\"\n [tabindex]=\"tabindex\">\n <fw-icon>{{ icon }}</fw-icon>\n</button>\n", styles: [":host{display:inline-block;position:relative}:host button{border:none;min-height:inherit;min-width:inherit;border-radius:8px;background:none;padding:0;display:flex;align-items:center;justify-content:center}:host button:hover{border:none;cursor:pointer}:host button.border{border-radius:8px;border:1px solid var(--separations-divider)}:host .primary-button:hover,:host .info-button:hover{background:var(--primary-hover)}:host .primary-button:focus,:host .info-button:focus{background:var(--primary-focus)}:host .primary-button.selected-button,:host .info-button.selected-button{background-color:var(--primary-base)}:host .primary-button fw-icon,:host .info-button fw-icon{color:var(--primary-base)}:host .secondary-button:hover{background:var(--secondary-hover)}:host .secondary-button:focus{background:var(--secondary-focus)}:host .secondary-button.selected-button{background-color:var(--secondary-base)}:host .secondary-button fw-icon{color:var(--secondary-base)}:host .slate-button:hover{background:var(--slate-hover)}:host .slate-button:focus{background:var(--slate-focus)}:host .slate-button.selected-button{background-color:var(--typography-muted)}:host .slate-button fw-icon{color:var(--typography-muted)}:host .light-slate-button:hover{background:var(--slate-hover)}:host .light-slate-button:focus{background:var(--slate-focus)}:host .light-slate-button.selected-button{background-color:var(--typography-muted)}:host .light-slate-button fw-icon{color:var(--typography-light)}:host .overlay-button:hover{background:var(--slate-hover)}:host .overlay-button:focus{background:var(--slate-focus)}:host .overlay-button.selected-button{background-color:var(--typography-muted)}:host .overlay-button fw-icon{color:var(--typography-contrast)}:host .red-button:hover,:host .error-button:hover{background:var(--red-hover)}:host .red-button:focus,:host .error-button:focus{background:var(--red-focus)}:host .red-button.selected-button,:host .error-button.selected-button{background-color:var(--red-base)}:host .red-button fw-icon,:host .error-button fw-icon{color:var(--red-base)}:host .orange-button:hover,:host .warning-button:hover{background:var(--orange-hover)}:host .orange-button:focus,:host .warning-button:focus{background:var(--orange-focus)}:host .orange-button.selected-button,:host .warning-button.selected-button{background-color:var(--orange-base)}:host .orange-button fw-icon,:host .warning-button fw-icon{color:var(--orange-base)}:host .green-button:hover,:host .success-button:hover{background:var(--green-hover)}:host .green-button:focus,:host .success-button:focus{background:var(--green-focus)}:host .green-button.selected-button,:host .success-button.selected-button{background-color:var(--green-base)}:host .green-button fw-icon,:host .success-button fw-icon{color:var(--green-base)}:host .selected-button fw-icon{color:var(--typography-contrast)}:host button:disabled{cursor:not-allowed}:host button:disabled:hover{background:none}:host button:disabled:focus{background:none}:host button:disabled fw-icon{color:var(--typography-muted);opacity:.2}:host button:disabled.selected-button{background-color:var(--typography-light)!important}:host button:disabled.selected-button fw-icon{color:var(--typography-contrast)!important}:host.small{min-height:30px;min-width:30px}:host.small fw-icon{font-size:22px;min-width:22px;width:22px}:host.medium{min-height:36px;min-width:36px}:host.medium fw-icon{font-size:24px;min-width:24px;width:24px}:host.large{min-height:40px;min-width:40px}:host.large fw-icon{font-size:28px;min-width:28px;width:28px}\n"] }]
|
|
113
114
|
}], propDecorators: { classes: [{
|
|
114
115
|
type: HostBinding,
|
|
115
116
|
args: ['attr.class']
|
|
@@ -136,7 +137,7 @@ class FwAlertComponent {
|
|
|
136
137
|
this.close = new EventEmitter();
|
|
137
138
|
}
|
|
138
139
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
139
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwAlertComponent, selector: "fw-alert", inputs: { description: "description", icon: "icon", severity: "severity", title: "title", variant: "variant", showClose: "showClose" }, outputs: { close: "close" }, ngImport: i0, template: "<div [ngClass]=\"['fw-alert', variant, severity]\">\n <fw-icon *ngIf=\"icon\" class=\"fw-alert-icon\">{{ icon }}</fw-icon>\n <div class=\"fw-alert-text\">\n <h4 *ngIf=\"title\" class=\"vision-h4\">{{ title }}</h4>\n <p *ngIf=\"description\" class=\"vision-p2\">{{ description }}</p>\n <p class=\"vision-p2\">\n <ng-content></ng-content>\n </p>\n </div>\n <div class=\"close-icon\">\n <ng-content select=\"fw-button\"></ng-content>\n <fw-icon-button\n *ngIf=\"showClose\"\n icon=\"close\" size=\"small\"\n [color]=\"variant==='filled'?'overlay':severity\"\n (click)=\"close?close.emit():undefined\">\n </fw-icon-button>\n </div>\n</div>\n", styles: [".fw-alert{border-radius:8px;padding:6px 16px;display:flex;box-sizing:border-box;min-height:48px}.fw-alert .fw-alert-icon{padding:7px 12px 7px 0;align-items:flex-start;font-size:22px}.fw-alert .fw-alert-text{padding:6px 0;flex:1;display:flex;flex-direction:column;justify-items:center}.fw-alert h4{margin:3px 0;color:var(--typography-contrast)}.fw-alert p{margin:3px 0 0;color:inherit;font-size:12px;font-weight:400;line-height:16.8px}.fw-alert .close-icon{display:flex;align-items:flex-start;margin-left:16px;gap:16px;margin-top:4px;height:30px}.fw-alert .close-icon:empty{display:none}.fw-alert.standard.info{color:var(--primary-base);background-color:var(--primary-hover);border:1px solid var(--primary-border)}.fw-alert.standard.info h4{color:var(--primary-base)}.fw-alert.standard.warning{color:var(--orange-base);background-color:var(--orange-hover);border:1px solid var(--orange-border)}.fw-alert.standard.warning h4{color:var(--orange-base)}.fw-alert.standard.success{color:var(--green-base);background-color:var(--green-hover);border:1px solid var(--green-border)}.fw-alert.standard.success h4{color:var(--green-base)}.fw-alert.standard.error{color:var(--red-base);background-color:var(--red-hover);border:1px solid var(--red-border)}.fw-alert.standard.error h4{color:var(--red-base)}.fw-alert.outlined.info{color:var(--primary-base);border:1px solid var(--primary-base)}.fw-alert.outlined.info h4{color:var(--primary-base)}.fw-alert.outlined.warning{color:var(--orange-base);border:1px solid var(--orange-base)}.fw-alert.outlined.warning h4{color:var(--orange-base)}.fw-alert.outlined.success{color:var(--green-base);border:1px solid var(--green-base)}.fw-alert.outlined.success h4{color:var(--green-base)}.fw-alert.outlined.error{color:var(--red-base);border:1px solid var(--red-base)}.fw-alert.outlined.error h4{color:var(--red-base)}.fw-alert.filled.info{color:var(--typography-contrast);background-color:var(--primary-base)}.fw-alert.filled.warning{color:var(--typography-contrast);background-color:var(--orange-base)}.fw-alert.filled.success{color:var(--typography-contrast);background-color:var(--green-base)}.fw-alert.filled.error{color:var(--typography-contrast);background-color:var(--red-base)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }] }); }
|
|
140
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwAlertComponent, selector: "fw-alert", inputs: { description: "description", icon: "icon", severity: "severity", title: "title", variant: "variant", showClose: "showClose" }, outputs: { close: "close" }, ngImport: i0, template: "<div [ngClass]=\"['fw-alert', variant, severity]\">\n <fw-icon *ngIf=\"icon\" class=\"fw-alert-icon\">{{ icon }}</fw-icon>\n <div class=\"fw-alert-text\">\n <h4 *ngIf=\"title\" class=\"vision-h4\">{{ title }}</h4>\n <p *ngIf=\"description\" class=\"vision-p2\">{{ description }}</p>\n <p class=\"vision-p2\">\n <ng-content></ng-content>\n </p>\n </div>\n <div class=\"close-icon\">\n <ng-content select=\"fw-button\"></ng-content>\n <fw-icon-button\n *ngIf=\"showClose\"\n icon=\"close\" size=\"small\"\n [color]=\"variant==='filled'?'overlay':severity\"\n (click)=\"close?close.emit():undefined\">\n </fw-icon-button>\n </div>\n</div>\n", styles: [".fw-alert{border-radius:8px;padding:6px 16px;display:flex;box-sizing:border-box;min-height:48px}.fw-alert .fw-alert-icon{padding:7px 12px 7px 0;align-items:flex-start;font-size:22px}.fw-alert .fw-alert-text{padding:6px 0;flex:1;display:flex;flex-direction:column;justify-items:center}.fw-alert h4{margin:3px 0;color:var(--typography-contrast)}.fw-alert p{margin:3px 0 0;color:inherit;font-size:12px;font-weight:400;line-height:16.8px}.fw-alert .close-icon{display:flex;align-items:flex-start;margin-left:16px;gap:16px;margin-top:4px;height:30px}.fw-alert .close-icon:empty{display:none}.fw-alert.standard.info{color:var(--primary-base);background-color:var(--primary-hover);border:1px solid var(--primary-border)}.fw-alert.standard.info h4{color:var(--primary-base)}.fw-alert.standard.warning{color:var(--orange-base);background-color:var(--orange-hover);border:1px solid var(--orange-border)}.fw-alert.standard.warning h4{color:var(--orange-base)}.fw-alert.standard.success{color:var(--green-base);background-color:var(--green-hover);border:1px solid var(--green-border)}.fw-alert.standard.success h4{color:var(--green-base)}.fw-alert.standard.error{color:var(--red-base);background-color:var(--red-hover);border:1px solid var(--red-border)}.fw-alert.standard.error h4{color:var(--red-base)}.fw-alert.outlined.info{color:var(--primary-base);border:1px solid var(--primary-base)}.fw-alert.outlined.info h4{color:var(--primary-base)}.fw-alert.outlined.warning{color:var(--orange-base);border:1px solid var(--orange-base)}.fw-alert.outlined.warning h4{color:var(--orange-base)}.fw-alert.outlined.success{color:var(--green-base);border:1px solid var(--green-base)}.fw-alert.outlined.success h4{color:var(--green-base)}.fw-alert.outlined.error{color:var(--red-base);border:1px solid var(--red-base)}.fw-alert.outlined.error h4{color:var(--red-base)}.fw-alert.filled.info{color:var(--typography-contrast);background-color:var(--primary-base)}.fw-alert.filled.warning{color:var(--typography-contrast);background-color:var(--orange-base)}.fw-alert.filled.success{color:var(--typography-contrast);background-color:var(--green-base)}.fw-alert.filled.error{color:var(--typography-contrast);background-color:var(--red-base)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected", "border"] }] }); }
|
|
140
141
|
}
|
|
141
142
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwAlertComponent, decorators: [{
|
|
142
143
|
type: Component,
|
|
@@ -457,11 +458,11 @@ class FwLayoutContextComponent {
|
|
|
457
458
|
}
|
|
458
459
|
;
|
|
459
460
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwLayoutContextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
460
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: FwLayoutContextComponent, selector: "fw-layout-context", inputs: { width: "width", icon: "icon", iconColor: "iconColor", title: "title", description: "description" }, host: { properties: { "attr.class": "this.classes" } }, ngImport: i0, template: "@if (icon) {\n <fw-icon [ngClass]=\"iconColor\">{{ icon }}</fw-icon>\n}\n\n@if (title) {\n <h3>{{ title }}</h3>\n}\n\n<ng-content select=\"[slot='description']\"></ng-content>\n\n<div class=\"context-actions\">\n <ng-content select=\"[slot='actions']\"></ng-content>\n</div>\n", styles: [":host{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:50px;max-width:100%}:host fw-icon{font-size:50px;width:50px;max-width:50px}:host fw-icon.primary{color:var(--primary-base)}:host fw-icon.secondary{color:var(--secondary-base)}:host fw-icon.slate{color:var(--slate-base)}:host fw-icon.danger{color:var(--red-base)}:host fw-icon.warning{color:var(--orange-base)}:host fw-icon.success{color:var(--green-base)}:host h3{margin:0}:host p{margin:0;text-align:center;color:var(--typography-muted)}:host .context-actions{display:flex;gap:8px}:host.context-width-small{width:444px}:host.context-width-medium{width:600px}:host.context-width-large{width:900px}:host.context-width-extra-large{width:1200px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
461
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: FwLayoutContextComponent, selector: "fw-layout-context", inputs: { width: "width", icon: "icon", iconColor: "iconColor", title: "title", description: "description" }, host: { properties: { "attr.class": "this.classes" } }, ngImport: i0, template: "@if (icon) {\n <fw-icon [ngClass]=\"iconColor\">{{ icon }}</fw-icon>\n}\n\n@if (title) {\n <h3>{{ title }}</h3>\n}\n\n@if (description) {\n <p class=\"vision-p3\">{{description}}</p>\n}\n\n<ng-content select=\"[slot='description']\"></ng-content>\n\n<div class=\"context-actions\">\n <ng-content select=\"[slot='actions']\"></ng-content>\n</div>\n", styles: [":host{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:50px;max-width:100%}:host fw-icon{font-size:50px;width:50px;max-width:50px}:host fw-icon.primary{color:var(--primary-base)}:host fw-icon.secondary{color:var(--secondary-base)}:host fw-icon.slate{color:var(--slate-base)}:host fw-icon.danger{color:var(--red-base)}:host fw-icon.warning{color:var(--orange-base)}:host fw-icon.success{color:var(--green-base)}:host h3{margin:0}:host p{margin:0;text-align:center;color:var(--typography-muted)}:host .context-actions{display:flex;gap:8px}:host.context-width-small{width:444px}:host.context-width-medium{width:600px}:host.context-width-large{width:900px}:host.context-width-extra-large{width:1200px}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
461
462
|
}
|
|
462
463
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwLayoutContextComponent, decorators: [{
|
|
463
464
|
type: Component,
|
|
464
|
-
args: [{ selector: 'fw-layout-context', template: "@if (icon) {\n <fw-icon [ngClass]=\"iconColor\">{{ icon }}</fw-icon>\n}\n\n@if (title) {\n <h3>{{ title }}</h3>\n}\n\n<ng-content select=\"[slot='description']\"></ng-content>\n\n<div class=\"context-actions\">\n <ng-content select=\"[slot='actions']\"></ng-content>\n</div>\n", styles: [":host{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:50px;max-width:100%}:host fw-icon{font-size:50px;width:50px;max-width:50px}:host fw-icon.primary{color:var(--primary-base)}:host fw-icon.secondary{color:var(--secondary-base)}:host fw-icon.slate{color:var(--slate-base)}:host fw-icon.danger{color:var(--red-base)}:host fw-icon.warning{color:var(--orange-base)}:host fw-icon.success{color:var(--green-base)}:host h3{margin:0}:host p{margin:0;text-align:center;color:var(--typography-muted)}:host .context-actions{display:flex;gap:8px}:host.context-width-small{width:444px}:host.context-width-medium{width:600px}:host.context-width-large{width:900px}:host.context-width-extra-large{width:1200px}\n"] }]
|
|
465
|
+
args: [{ selector: 'fw-layout-context', template: "@if (icon) {\n <fw-icon [ngClass]=\"iconColor\">{{ icon }}</fw-icon>\n}\n\n@if (title) {\n <h3>{{ title }}</h3>\n}\n\n@if (description) {\n <p class=\"vision-p3\">{{description}}</p>\n}\n\n<ng-content select=\"[slot='description']\"></ng-content>\n\n<div class=\"context-actions\">\n <ng-content select=\"[slot='actions']\"></ng-content>\n</div>\n", styles: [":host{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:50px;max-width:100%}:host fw-icon{font-size:50px;width:50px;max-width:50px}:host fw-icon.primary{color:var(--primary-base)}:host fw-icon.secondary{color:var(--secondary-base)}:host fw-icon.slate{color:var(--slate-base)}:host fw-icon.danger{color:var(--red-base)}:host fw-icon.warning{color:var(--orange-base)}:host fw-icon.success{color:var(--green-base)}:host h3{margin:0}:host p{margin:0;text-align:center;color:var(--typography-muted)}:host .context-actions{display:flex;gap:8px}:host.context-width-small{width:444px}:host.context-width-medium{width:600px}:host.context-width-large{width:900px}:host.context-width-extra-large{width:1200px}\n"] }]
|
|
465
466
|
}], propDecorators: { width: [{
|
|
466
467
|
type: Input
|
|
467
468
|
}], icon: [{
|
|
@@ -2332,11 +2333,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2332
2333
|
|
|
2333
2334
|
class FwCardContentComponent {
|
|
2334
2335
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2335
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardContentComponent, selector: "fw-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
2336
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwCardContentComponent, selector: "fw-card-content", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-pen-edit-compose-new:before{content:\"\\ea5c\"}:host .icon-star-ai-artificial-intelligence:before{content:\"\\e975\"}:host .icon-moon-night-mode:before{content:\"\\ea58\"}:host .icon-message-chat-add-plus:before{content:\"\\ea59\"}:host .icon-trash-bin-warning:before{content:\"\\ea5a\"}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
|
|
2336
2337
|
}
|
|
2337
2338
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwCardContentComponent, decorators: [{
|
|
2338
2339
|
type: Component,
|
|
2339
|
-
args: [{ selector: 'fw-card-content', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.ShadowDom, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"] }]
|
|
2340
|
+
args: [{ selector: 'fw-card-content', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.ShadowDom, styles: ["@charset \"UTF-8\";@import\"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700\";.vision-h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}.vision-h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}.vision-h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}.vision-h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}.vision-h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}.vision-h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}.vision-p1{font-size:18px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p2,:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p3{font-size:12px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p4{font-size:10px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-p5{font-size:8px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}.vision-link{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link:hover{text-decoration:none}.vision-link:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link:visited{color:var(--secondary-base)}.vision-link-inherited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-inherited:hover{text-decoration:none}.vision-link-inherited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-inherited:visited{color:var(--secondary-base)}.vision-link-inherited,.vision-link-inherited:visited{color:inherit}.vision-link-no-visited{text-decoration:underline;color:var(--primary-base);cursor:pointer}.vision-link-no-visited:hover{text-decoration:none}.vision-link-no-visited:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}.vision-link-no-visited:visited{color:var(--secondary-base)}.vision-link-no-visited:visited{color:var(--primary-base)}:host{overflow:hidden}:host h1{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:22px}:host h2{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:18px}:host h3{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:16px}:host h4{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:14px}:host h5{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:12px;line-height:130%}:host h6{font-family:Inter,sans-serif;color:var(--typography-base);font-weight:500;font-size:10px;line-height:120%}:host p{font-size:14px;font-family:Inter,sans-serif;color:var(--typography-base);font-weight:400}:host a{text-decoration:underline;color:var(--primary-base);cursor:pointer}:host a:hover{text-decoration:none}:host a:active{text-decoration:none;outline:2px solid var(--primary-dark);border-radius:4px}:host a:visited{color:var(--secondary-base)}:host .vision-icon{white-space:pre}@supports (font: -apple-system-body){:host .vision-icon:after{content:\"\";padding-left:100%;padding-right:100%}}:host .vision-icon,:host [class^=icon-],:host [class*=\" icon-\"]{font-family:Flywheel-Vision-Icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:\"liga\";-moz-font-feature-settings:\"liga=1\";-moz-font-feature-settings:\"liga\";-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\" 1;-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:host .icon-pen-edit-compose-new:before{content:\"\\ea5c\"}:host .icon-star-ai-artificial-intelligence:before{content:\"\\e975\"}:host .icon-moon-night-mode:before{content:\"\\ea58\"}:host .icon-message-chat-add-plus:before{content:\"\\ea59\"}:host .icon-trash-bin-warning:before{content:\"\\ea5a\"}:host .icon-thumbs-down-dislike:before{content:\"\\ea54\"}:host .icon-mouse-scroll:before{content:\"\\ea55\"}:host .icon-folder-move:before{content:\"\\ea56\"}:host .icon-documents-file-move-arrow-right:before{content:\"\\ea57\"}:host .icon-contract-vertical:before{content:\"\\ea46\"}:host .icon-stretch-vertical:before{content:\"\\ea47\"}:host .icon-grid-layout-9-square:before{content:\"\\ea48\"}:host .icon-git-add-branch:before{content:\"\\ea49\"}:host .icon-git-branch:before{content:\"\\ea4a\"}:host .icon-git-merge-draft:before{content:\"\\ea4b\"}:host .icon-git-merge:before{content:\"\\ea4c\"}:host .icon-git-pull-request-2:before{content:\"\\ea4d\"}:host .icon-conversion-exchange:before{content:\"\\ea4e\"}:host .icon-archive-documents-box-big:before{content:\"\\ea4f\"}:host .icon-cursor-click:before{content:\"\\ea50\"}:host .icon-document-file-deleted-cross-remove-center-cancel:before{content:\"\\ea51\"}:host .icon-documents-file-checkmark:before{content:\"\\ea52\"}:host .icon-file-blank-search:before{content:\"\\ea53\"}:host .icon-user-profile-cards-pool:before{content:\"\\ea3b\"}:host .icon-certificate:before{content:\"\\ea3c\"}:host .icon-check-mark-certificate:before{content:\"\\ea3d\"}:host .icon-server-databases-checkmark-user:before{content:\"\\ea3e\"}:host .icon-arrow-up-high-priority:before{content:\"\\ea3f\"}:host .icon-arrow-up-low-priority:before{content:\"\\ea40\"}:host .icon-stop-minus:before{content:\"\\ea41\"}:host .icon-document-file-checkmark-bottom-left:before{content:\"\\ea42\"}:host .icon-monitor-computer:before{content:\"\\ea43\"}:host .icon-arrow-redo:before{content:\"\\ea44\"}:host .icon-arrow-undo:before{content:\"\\ea45\"}:host .icon-folders-copy-expand-arrow-down:before{content:\"\\ea39\"}:host .icon-folders-copy-expand-arrow-up:before{content:\"\\ea3a\"}:host .icon-clock-hour-4:before{content:\"\\ea32\"}:host .icon-documents-file:before{content:\"\\ea33\"}:host .icon-expand-pathfinder-dot-square-segmentation:before{content:\"\\ea34\"}:host .icon-square-fill-outline:before{content:\"\\ea35\"}:host .icon-square-fill:before{content:\"\\ea36\"}:host .icon-square-outline:before{content:\"\\ea37\"}:host .icon-flywheel-viewer-mark-logo:before{content:\"\\ea38\"}:host .icon-filter-sort-check-mark:before{content:\"\\ea2e\"}:host .icon-filter-sort-delete:before{content:\"\\ea2f\"}:host .icon-filter-sort-add:before{content:\"\\ea31\"}:host .icon-chevron-input-number:before{content:\"\\ea30\"}:host .icon-shield-protect:before{content:\"\\ea29\"}:host .icon-3d-sphere-rotate-arrows:before{content:\"\\ea2b\"}:host .icon-livewire-tool:before{content:\"\\ea2c\"}:host .icon-bezier-curve:before{content:\"\\ea2d\"}:host .icon-technology-cube-3d:before{content:\"\\ea28\"}:host .icon-brightness-photo-edit:before{content:\"\\bea29\"}:host .icon-target-space-object-select:before{content:\"\\ea2a\"}:host .icon-crown-style-circle:before{content:\"\\ea27\"}:host .icon-hammer-legal-square:before{content:\"\\ea18\"}:host .icon-browser-internet-web-windows:before{content:\"\\ea26\"}:host .icon-settings-adjust:before{content:\"\\e912\"}:host .icon-lock-unlock:before{content:\"\\e939\"}:host .icon-private-mode-protection-circle:before{content:\"\\ea17\"}:host .icon-ai:before{content:\"\\ea19\"}:host .icon-reader-studies:before{content:\"\\ea1a\"}:host .icon-shapes-objects:before{content:\"\\ea1b\"}:host .icon-cloud-upload:before{content:\"\\ea1c\"}:host .icon-floppy-save:before{content:\"\\ea1d\"}:host .icon-text-input-form:before{content:\"\\ea1e\"}:host .icon-document-file-add-plus-bottom-left:before{content:\"\\ea1f\"}:host .icon-document-file-upload-bottom-center:before{content:\"\\ea20\"}:host .icon-paint-roller:before{content:\"\\ea21\"}:host .icon-brush-edit-create:before{content:\"\\ea22\"}:host .icon-bucket-paint:before{content:\"\\ea23\"}:host .icon-edit-erase:before{content:\"\\ea24\"}:host .icon-grid-dot-square:before{content:\"\\ea25\"}:host .icon-column-edit:before{content:\"\\ea0c\"}:host .icon-molecule:before{content:\"\\ea0d\"}:host .icon-invoice-checkmark-paid:before{content:\"\\ea0e\"}:host .icon-invoice:before{content:\"\\ea0f\"}:host .icon-pause:before{content:\"\\ea10\"}:host .icon-calendar-arrow-left-center:before{content:\"\\ea11\"}:host .icon-file-blank-image-load-mask:before{content:\"\\ea12\"}:host .icon-closed-freehand-vector-poly:before{content:\"\\ea13\"}:host .icon-curve-object-secet-cursor:before{content:\"\\ea14\"}:host .icon-freehand-vector-poly:before{content:\"\\ea15\"}:host .icon-pen-edit-circle:before{content:\"\\ea16\"}:host .icon-code-block-embed:before{content:\"\\e9fd\"}:host .icon-italic:before{content:\"\\e9fe\"}:host .icon-list-paragraph-number:before{content:\"\\e9ff\"}:host .icon-list-paragraph:before{content:\"\\ea00\"}:host .icon-text-bold:before{content:\"\\ea01\"}:host .icon-text-cross:before{content:\"\\ea02\"}:host .icon-text-h1:before{content:\"\\ea03\"}:host .icon-text-h2:before{content:\"\\ea04\"}:host .icon-text-underline:before{content:\"\\ea05\"}:host .icon-twitter:before{content:\"\\ea06\"}:host .icon-smiley-emoji-face:before{content:\"\\ea07\"}:host .icon-exchange:before{content:\"\\ea08\"}:host .icon-markdown:before{content:\"\\ea09\"}:host .icon-quote:before{content:\"\\ea0a\"}:host .icon-measure-ruler-calibration:before{content:\"\\ea0b\"}:host .icon-zendesk-logo:before{content:\"\\e9f1\"}:host .icon-add-server-databases-endpoint:before{content:\"\\e9f2\"}:host .icon-cloud-network-add:before{content:\"\\e9f3\"}:host .icon-server-database-endpoint:before{content:\"\\e9f4\"}:host .icon-book-lab-flask:before{content:\"\\e9f5\"}:host .icon-list-test-lab-flask:before{content:\"\\e9f6\"}:host .icon-test-lab-flask:before{content:\"\\e9f7\"}:host .icon-message-checkmark-sent:before{content:\"\\e9f8\"}:host .icon-send-message-share:before{content:\"\\e9f9\"}:host .icon-flywheel-mark-logo:before{content:\"\\e9fa\"}:host .icon-speed-dashboard:before{content:\"\\e9fb\"}:host .icon-arrange-filter-sort:before{content:\"\\e9fc\"}:host .icon-delivery-shipment-packages:before{content:\"\\e9bb\"}:host .icon-color-ven-design-profile-central:before{content:\"\\e9ce\"}:host .icon-home-modern-door:before{content:\"\\e9e4\"}:host .icon-tasklist-to-do-checkmark:before{content:\"\\e9eb\"}:host .icon-user-profile-group-discovery:before{content:\"\\e999\"}:host .icon-flip-horizontal:before{content:\"\\e9b5\"}:host .icon-flip-vertical:before{content:\"\\e9b6\"}:host .icon-facebook:before{content:\"\\e9b7\"}:host .icon-github-color-login:before{content:\"\\e9b8\"}:host .icon-linkedin:before{content:\"\\e9b9\"}:host .icon-youtube:before{content:\"\\e9ba\"}:host .icon-server-databases-connect:before{content:\"\\e9bc\"}:host .icon-server-databases-download:before{content:\"\\e9bd\"}:host .icon-server-databases-minimal-download:before{content:\"\\e9be\"}:host .icon-server-databases-sync:before{content:\"\\e9bf\"}:host .icon-graduate-hat:before{content:\"\\e9c0\"}:host .icon-blocks-code-test-checkmark:before{content:\"\\e9c1\"}:host .icon-camera-photo-capture:before{content:\"\\e9c2\"}:host .icon-photo-edit-brightness-invert:before{content:\"\\e9c3\"}:host .icon-unlimited-repeat-subscription-circle:before{content:\"\\e9c4\"}:host .icon-mute:before{content:\"\\e9c5\"}:host .icon-volume-full:before{content:\"\\e9c6\"}:host .icon-hand-money-currency:before{content:\"\\e9c7\"}:host .icon-bookmark-plus-add:before{content:\"\\e9c8\"}:host .icon-circle:before{content:\"\\e9c9\"}:host .icon-clip-attachment:before{content:\"\\e9ca\"}:host .icon-code-text:before{content:\"\\e9cb\"}:host .icon-document-status-done-checkmark:before{content:\"\\e9cc\"}:host .icon-done-check-tracked:before{content:\"\\e9cd\"}:host .icon-home-modern-option-lines:before{content:\"\\e9cf\"}:host .icon-keyboard:before{content:\"\\e9d0\"}:host .icon-line:before{content:\"\\e9d1\"}:host .icon-link-unlink:before{content:\"\\e9d2\"}:host .icon-measure-angle:before{content:\"\\e9d3\"}:host .icon-media-library-imports-dowload:before{content:\"\\e9d4\"}:host .icon-message-chat-info:before{content:\"\\e9d5\"}:host .icon-microphone-mic-rec-circle:before{content:\"\\e9d6\"}:host .icon-microphone-mic-rec:before{content:\"\\e9d7\"}:host .icon-microphone-mic-recording-circle:before{content:\"\\e9d8\"}:host .icon-pie-graph-chart-sample:before{content:\"\\e9d9\"}:host .icon-plus-add-rectangle:before{content:\"\\e9da\"}:host .icon-polygon:before{content:\"\\e9db\"}:host .icon-rotate-arrow-manual:before{content:\"\\e9dc\"}:host .icon-rotate-item-left:before{content:\"\\e9dd\"}:host .icon-rotate-item-right:before{content:\"\\e9de\"}:host .icon-stars-light-sparkle:before{content:\"\\e9df\"}:host .icon-undone-uncheck-untracked:before{content:\"\\e9e0\"}:host .icon-clap-applause-hands:before{content:\"\\e9e1\"}:host .icon-email-mail-checkmark-group:before{content:\"\\e9e2\"}:host .icon-circle-ellipses:before{content:\"\\e9e3\"}:host .icon-crosshair:before{content:\"\\e9e5\"}:host .icon-cursor-select:before{content:\"\\e9e6\"}:host .icon-draw-rectangle:before{content:\"\\e9e7\"}:host .icon-ruler-bidirectional:before{content:\"\\e9e8\"}:host .icon-ruler:before{content:\"\\e9e9\"}:host .icon-workspace-mode:before{content:\"\\e9ea\"}:host .icon-creative-commons:before{content:\"\\e9ec\"}:host .icon-free-rights:before{content:\"\\e9ed\"}:host .icon-hammer-screwdriver:before{content:\"\\e9ee\"}:host .icon-arrow-annotate:before{content:\"\\e9ef\"}:host .icon-arrow:before{content:\"\\e9f0\"}:host .icon-notebook-open:before{content:\"\\e998\"}:host .icon-windows:before{content:\"\\e963\"}:host .icon-add-new-create:before{content:\"\\e969\"}:host .icon-add-row-above:before{content:\"\\e96a\"}:host .icon-add-row-below:before{content:\"\\e96b\"}:host .icon-arrow-rotate-restore:before{content:\"\\e96c\"}:host .icon-arrow-rotate:before{content:\"\\e96d\"}:host .icon-arrow-back-collapse:before{content:\"\\e96e\"}:host .icon-arrow-forward-collapse:before{content:\"\\e96f\"}:host .icon-barcode-serial:before{content:\"\\e97a\"}:host .icon-barcode-stack-scan:before{content:\"\\e97b\"}:host .icon-button-form-element:before{content:\"\\e97c\"}:host .icon-calendar-schedule:before{content:\"\\e97d\"}:host .icon-chat-messages-bubble:before{content:\"\\e97e\"}:host .icon-checklist-tasks-chechmark-square:before{content:\"\\e97f\"}:host .icon-color-design-profile:before{content:\"\\e980\"}:host .icon-computer-chip:before{content:\"\\e981\"}:host .icon-contrast-photo-edit:before{content:\"\\e982\"}:host .icon-document-file-list-protocol:before{content:\"\\e983\"}:host .icon-drag-drop-indicator:before{content:\"\\e984\"}:host .icon-form-metadata-element:before{content:\"\\e985\"}:host .icon-full-screen-zoom:before{content:\"\\e986\"}:host .icon-layout:before{content:\"\\e987\"}:host .icon-header-form-element:before{content:\"\\e988\"}:host .icon-human-artificial-intelligence:before{content:\"\\e989\"}:host .icon-image-photo-copy-left-down:before{content:\"\\e98a\"}:host .icon-image-picture-square:before{content:\"\\e98b\"}:host .icon-items-group-elements:before{content:\"\\e98c\"}:host .icon-layers:before{content:\"\\e98d\"}:host .icon-menu-burger-handle:before{content:\"\\e98e\"}:host .icon-menu-list-form-square:before{content:\"\\e98f\"}:host .icon-message-chat-question-support:before{content:\"\\e990\"}:host .icon-message-question-checkmark:before{content:\"\\e991\"}:host .icon-minus:before{content:\"\\e992\"}:host .icon-mouse-big:before{content:\"\\e993\"}:host .icon-move:before{content:\"\\e994\"}:host .icon-music-play-resume:before{content:\"\\e995\"}:host .icon-music-stop:before{content:\"\\e996\"}:host .icon-notebook-add-plus:before{content:\"\\e997\"}:host .icon-notebook-pen-edit:before{content:\"\\e99a\"}:host .icon-notebook:before{content:\"\\e99b\"}:host .icon-notes-pen:before{content:\"\\e99c\"}:host .icon-object-search-zoom-plus:before{content:\"\\e99d\"}:host .icon-pencil-edit-create:before{content:\"\\e99e\"}:host .icon-protection-target:before{content:\"\\e99f\"}:host .icon-rotate:before{content:\"\\e9a0\"}:host .icon-scanner:before{content:\"\\e9a1\"}:host .icon-search-user-profile-person:before{content:\"\\e9a2\"}:host .icon-search-zoom-minus:before{content:\"\\e9a3\"}:host .icon-search-zoom-plus:before{content:\"\\e9a4\"}:host .icon-section-form-element:before{content:\"\\e9a5\"}:host .icon-server-databases-key-protection:before{content:\"\\e9a6\"}:host .icon-server-databases-sync-import:before{content:\"\\e9a7\"}:host .icon-servers-database:before{content:\"\\e9a8\"}:host .icon-target:before{content:\"\\e9a9\"}:host .icon-text-long:before{content:\"\\e9aa\"}:host .icon-text-short-form-element:before{content:\"\\e9ab\"}:host .icon-timer-clock-style:before{content:\"\\e9ac\"}:host .icon-user-document:before{content:\"\\e9ad\"}:host .icon-video-player-controls:before{content:\"\\e9ae\"}:host .icon-visible-eye-hidden:before{content:\"\\e9af\"}:host .icon-window-finder-resize-arrow-down:before{content:\"\\e9b0\"}:host .icon-window-finder-resize-arrow-up:before{content:\"\\e9b1\"}:host .icon-window-resize-left:before{content:\"\\e9b2\"}:host .icon-window-resize-right:before{content:\"\\e9b3\"}:host .icon-window-zoom-plus-loupe:before{content:\"\\e9b4\"}:host .icon-laptop-health-medical-cross:before{content:\"\\e971\"}:host .icon-radiology-scan-circle:before{content:\"\\e974\"}:host .icon-money-coin:before{content:\"\\e965\"}:host .icon-brain:before{content:\"\\e972\"}:host .icon-dna-hospital-medical:before{content:\"\\e973\"}:host .icon-lungs:before{content:\"\\e976\"}:host .icon-protective-mask:before{content:\"\\e977\"}:host .icon-radiology-scan:before{content:\"\\e978\"}:host .icon-stomach:before{content:\"\\e979\"}:host .icon-cash-banknotes:before{content:\"\\e964\"}:host .icon-money-dollar:before{content:\"\\e966\"}:host .icon-money:before{content:\"\\e967\"}:host .icon-cloud-storage-checkmark:before{content:\"\\e968\"}:host .icon-modalities:before{content:\"\\e970\"}:host .icon-search-loop:before{content:\"\\e936\"}:host .icon-question-circle:before{content:\"\\e921\"}:host .icon-earth-globe-fail:before{content:\"\\e935\"}:host .icon-user-setting-gear:before{content:\"\\e909\"}:host .icon-user-delete-cross:before{content:\"\\e95b\"}:host .icon-apply-copy-duplicate:before{content:\"\\e95c\"}:host .icon-arrow-down:before{content:\"\\e95d\"}:host .icon-arrow-up:before{content:\"\\e95e\"}:host .icon-grid-layout:before{content:\"\\e95f\"}:host .icon-folder-blank:before{content:\"\\e960\"}:host .icon-folder-group:before{content:\"\\e961\"}:host .icon-file-text:before{content:\"\\e962\"}:host .icon-edit-boxed:before{content:\"\\e922\"}:host .icon-chart-trend-square:before{content:\"\\e900\"}:host .icon-layout-grid:before{content:\"\\e901\"}:host .icon-files-library-content:before{content:\"\\e902\"}:host .icon-user-lock:before{content:\"\\e903\"}:host .icon-lock:before{content:\"\\e904\"}:host .icon-add-user:before{content:\"\\e905\"}:host .icon-user-checked:before{content:\"\\e906\"}:host .icon-user-group:before{content:\"\\e907\"}:host .icon-user-key:before{content:\"\\e908\"}:host .icon-thumbs-up-like:before{content:\"\\e90a\"}:host .icon-apple:before{content:\"\\e90b\"}:host .icon-gitlab:before{content:\"\\e90c\"}:host .icon-linux:before{content:\"\\e90d\"}:host .icon-add-server:before{content:\"\\e90e\"}:host .icon-server-checkmark:before{content:\"\\e90f\"}:host .icon-server-upload:before{content:\"\\e910\"}:host .icon-server:before{content:\"\\e911\"}:host .icon-data-tree:before{content:\"\\e913\"}:host .icon-add-circle:before{content:\"\\e914\"}:host .icon-bell-notification:before{content:\"\\e915\"}:host .icon-bookmark:before{content:\"\\e916\"}:host .icon-chart-square:before{content:\"\\e917\"}:host .icon-checklist:before{content:\"\\e918\"}:host .icon-clock-history:before{content:\"\\e919\"}:host .icon-clock-loading:before{content:\"\\e91a\"}:host .icon-close-circled:before{content:\"\\e91b\"}:host .icon-close:before{content:\"\\e91c\"}:host .icon-copy-item:before{content:\"\\e91d\"}:host .icon-done-check:before{content:\"\\e91e\"}:host .icon-download-status:before{content:\"\\e91f\"}:host .icon-download:before{content:\"\\e920\"}:host .icon-edit:before{content:\"\\e923\"}:host .icon-email:before{content:\"\\e924\"}:host .icon-file-download:before{content:\"\\e925\"}:host .icon-files-library:before{content:\"\\e926\"}:host .icon-files:before{content:\"\\e927\"}:host .icon-filter:before{content:\"\\e928\"}:host .icon-flag:before{content:\"\\e929\"}:host .icon-information-circle:before{content:\"\\e92a\"}:host .icon-key:before{content:\"\\e92b\"}:host .icon-keychain:before{content:\"\\e92c\"}:host .icon-label-tag:before{content:\"\\e92d\"}:host .icon-link:before{content:\"\\e92e\"}:host .icon-loading-status-checkmark:before{content:\"\\e92f\"}:host .icon-logout:before{content:\"\\e930\"}:host .icon-menu-horizontal:before{content:\"\\e931\"}:host .icon-menu-vertical:before{content:\"\\e932\"}:host .icon-open:before{content:\"\\e933\"}:host .icon-pie-chart:before{content:\"\\e934\"}:host .icon-search:before{content:\"\\e937\"}:host .icon-setting-gear:before{content:\"\\e938\"}:host .icon-settings-gear-square:before{content:\"\\e93a\"}:host .icon-settings-gear:before{content:\"\\e93b\"}:host .icon-settings-select:before{content:\"\\e93c\"}:host .icon-share:before{content:\"\\e93d\"}:host .icon-show-visible:before{content:\"\\e93e\"}:host .icon-star:before{content:\"\\e93f\"}:host .icon-substract-group:before{content:\"\\e940\"}:host .icon-switch:before{content:\"\\e941\"}:host .icon-trash-delete:before{content:\"\\e942\"}:host .icon-upload:before{content:\"\\e943\"}:host .icon-user:before{content:\"\\e944\"}:host .icon-warning-circle:before{content:\"\\e945\"}:host .icon-warning:before{content:\"\\e946\"}:host .icon-icon-placeholder:before{content:\"\\e947\"}:host .icon-network-storage-alert:before{content:\"\\e948\"}:host .icon-folder-add:before{content:\"\\e949\"}:host .icon-folder-checked:before{content:\"\\e94a\"}:host .icon-folder-open:before{content:\"\\e94b\"}:host .icon-folder-share:before{content:\"\\e94c\"}:host .icon-document-file-blank:before{content:\"\\e94d\"}:host .icon-document-file-download:before{content:\"\\e94e\"}:host .icon-document-file-tar:before{content:\"\\e94f\"}:host .icon-document-file-zip:before{content:\"\\e950\"}:host .icon-document-visible:before{content:\"\\e951\"}:host .icon-documents-files:before{content:\"\\e952\"}:host .icon-arrow-back:before{content:\"\\e953\"}:host .icon-arrow-forward:before{content:\"\\e954\"}:host .icon-chevron-back:before{content:\"\\e955\"}:host .icon-chevron-down:before{content:\"\\e956\"}:host .icon-chevron-forward:before{content:\"\\e957\"}:host .icon-chevron-up:before{content:\"\\e958\"}:host .icon-embed-circle:before{content:\"\\e959\"}:host .icon-rotate-refresh:before{content:\"\\e95a\"}:host p{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow-y:hidden;text-overflow:ellipsis;line-height:140%;color:var(--typography-muted)}:host img{max-width:100%;margin:auto;border-radius:4px;border:1px solid var(--separations-base, #1e3154)}\n"] }]
|
|
2340
2341
|
}] });
|
|
2341
2342
|
|
|
2342
2343
|
class FwCardFooterComponent {
|
|
@@ -3030,7 +3031,7 @@ class FwDialogComponent {
|
|
|
3030
3031
|
}, 300);
|
|
3031
3032
|
}
|
|
3032
3033
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwDialogComponent, deps: [{ token: i1$3.DialogRef, optional: true }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3033
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwDialogComponent, selector: "fw-dialog", inputs: { width: "width", title: "title", icon: "icon", iconColor: "iconColor", showClose: "showClose", externalClasses: ["class", "externalClasses"] }, outputs: { close: "close" }, host: { properties: { "class": "this.classes" } }, ngImport: i0, template: "<div class=\"fw-dialog\">\n <fw-icon-button\n *ngIf=\"showClose\"\n tabindex=\"-1\" icon=\"close\" color=\"slate\"\n (click)=\"handleCloseButton()\">\n </fw-icon-button>\n <div class=\"dialog-header\">\n <ng-content select=\"fw-dialog-header\"></ng-content>\n <div class=\"dialog-title\" *ngIf=\"title\">\n <fw-icon *ngIf=\"icon\" [color]=\"iconColor\">{{ icon }}</fw-icon>\n <h3 class=\"vision-h3\">{{ title }}</h3>\n </div>\n </div>\n <div class=\"dialog-body\">\n <ng-content select=\"fw-dialog-content\"></ng-content>\n </div>\n <div class=\"dialog-actions\">\n <ng-content select=\"fw-dialog-actions\"></ng-content>\n </div>\n</div>\n", styles: ["@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(100vh)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out-to-bottom{0%{opacity:1;transform:translateY(0)}99%{opacity:0;transform:translateY(100vh)}to{opacity:0;transform:translateY(100vh)}}:host{box-sizing:border-box;background-color:var(--card-background);border:1px solid var(--separations-border);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;animation:slide-in-from-bottom .15s ease-out}:host.dialog-closing{animation:slide-out-to-bottom .15s ease-in forwards}:host.dialog-width-extra-small{width:444px}:host.dialog-width-small{width:600px}:host.dialog-width-medium{width:900px}:host.dialog-width-large{width:1200px}:host.dialog-width-extra-large{width:1536px}:host.dialog-width-responsive{max-width:100vw;margin:0 12px}@media only screen and (width <= 575px){:host.dialog-width-responsive{max-height:92vh;margin-top:4vh;margin-bottom:4vh}:host.dialog-width-responsive .fw-dialog{border-radius:12px}:host.dialog-width-responsive .fw-dialog .dialog-body{max-height:65vh;overflow-y:auto;-webkit-overflow-scrolling:touch}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar{width:4px}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar-track{background:var(--separations-base)}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar-thumb{background:var(--slate-base);border-radius:2px}}@media only screen and (width >= 576px){:host.dialog-width-responsive{width:90vw;max-width:600px;margin:0}}@media only screen and (width >= 768px){:host.dialog-width-responsive{width:80vw;max-width:900px}:host.dialog-width-responsive .fw-dialog .dialog-body{max-height:70vh;overflow-y:auto}}@media only screen and (width >= 992px){:host.dialog-width-responsive{width:60vw;max-width:1200px}}@media only screen and (width >= 1200px){:host.dialog-width-responsive{width:50vw;max-width:1536px}}:host .fw-dialog{position:relative}:host .fw-dialog fw-icon-button{position:absolute;top:4px;right:4px}:host .fw-dialog .dialog-header{background-color:var(--card-header)}:host .fw-dialog .dialog-header .dialog-title{display:flex;gap:8px;box-sizing:border-box;border-bottom:1px solid var(--separations-base);padding:12px 16px;height:44px;overflow:hidden;align-items:center}:host .fw-dialog .dialog-header .dialog-title fw-icon{font-size:22px}:host .fw-dialog .dialog-header .dialog-title h3{overflow:clip visible;min-width:0;white-space:nowrap;text-overflow:ellipsis;margin-right:30px;flex:1}:host .fw-dialog .dialog-header h3{margin:0}:host .fw-dialog .dialog-header:empty{display:none}:host .fw-dialog .dialog-body{background-color:var(--card-background);border-bottom:1px solid var(--separations-base)}:host .fw-dialog .dialog-body:empty{display:none}:host .fw-dialog .dialog-actions{padding:16px}:host .fw-dialog .dialog-actions:empty{display:none}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
3034
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwDialogComponent, selector: "fw-dialog", inputs: { width: "width", title: "title", icon: "icon", iconColor: "iconColor", showClose: "showClose", externalClasses: ["class", "externalClasses"] }, outputs: { close: "close" }, host: { properties: { "class": "this.classes" } }, ngImport: i0, template: "<div class=\"fw-dialog\">\n <fw-icon-button\n *ngIf=\"showClose\"\n tabindex=\"-1\" icon=\"close\" color=\"slate\"\n (click)=\"handleCloseButton()\">\n </fw-icon-button>\n <div class=\"dialog-header\">\n <ng-content select=\"fw-dialog-header\"></ng-content>\n <div class=\"dialog-title\" *ngIf=\"title\">\n <fw-icon *ngIf=\"icon\" [color]=\"iconColor\">{{ icon }}</fw-icon>\n <h3 class=\"vision-h3\">{{ title }}</h3>\n </div>\n </div>\n <div class=\"dialog-body\">\n <ng-content select=\"fw-dialog-content\"></ng-content>\n </div>\n <div class=\"dialog-actions\">\n <ng-content select=\"fw-dialog-actions\"></ng-content>\n </div>\n</div>\n", styles: ["@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(100vh)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out-to-bottom{0%{opacity:1;transform:translateY(0)}99%{opacity:0;transform:translateY(100vh)}to{opacity:0;transform:translateY(100vh)}}:host{box-sizing:border-box;background-color:var(--card-background);border:1px solid var(--separations-border);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;animation:slide-in-from-bottom .15s ease-out}:host.dialog-closing{animation:slide-out-to-bottom .15s ease-in forwards}:host.dialog-width-extra-small{width:444px}:host.dialog-width-small{width:600px}:host.dialog-width-medium{width:900px}:host.dialog-width-large{width:1200px}:host.dialog-width-extra-large{width:1536px}:host.dialog-width-responsive{max-width:100vw;margin:0 12px}@media only screen and (width <= 575px){:host.dialog-width-responsive{max-height:92vh;margin-top:4vh;margin-bottom:4vh}:host.dialog-width-responsive .fw-dialog{border-radius:12px}:host.dialog-width-responsive .fw-dialog .dialog-body{max-height:65vh;overflow-y:auto;-webkit-overflow-scrolling:touch}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar{width:4px}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar-track{background:var(--separations-base)}:host.dialog-width-responsive .fw-dialog .dialog-body::-webkit-scrollbar-thumb{background:var(--slate-base);border-radius:2px}}@media only screen and (width >= 576px){:host.dialog-width-responsive{width:90vw;max-width:600px;margin:0}}@media only screen and (width >= 768px){:host.dialog-width-responsive{width:80vw;max-width:900px}:host.dialog-width-responsive .fw-dialog .dialog-body{max-height:70vh;overflow-y:auto}}@media only screen and (width >= 992px){:host.dialog-width-responsive{width:60vw;max-width:1200px}}@media only screen and (width >= 1200px){:host.dialog-width-responsive{width:50vw;max-width:1536px}}:host .fw-dialog{position:relative}:host .fw-dialog fw-icon-button{position:absolute;top:4px;right:4px}:host .fw-dialog .dialog-header{background-color:var(--card-header)}:host .fw-dialog .dialog-header .dialog-title{display:flex;gap:8px;box-sizing:border-box;border-bottom:1px solid var(--separations-base);padding:12px 16px;height:44px;overflow:hidden;align-items:center}:host .fw-dialog .dialog-header .dialog-title fw-icon{font-size:22px}:host .fw-dialog .dialog-header .dialog-title h3{overflow:clip visible;min-width:0;white-space:nowrap;text-overflow:ellipsis;margin-right:30px;flex:1}:host .fw-dialog .dialog-header h3{margin:0}:host .fw-dialog .dialog-header:empty{display:none}:host .fw-dialog .dialog-body{background-color:var(--card-background);border-bottom:1px solid var(--separations-base)}:host .fw-dialog .dialog-body:empty{display:none}:host .fw-dialog .dialog-actions{padding:16px}:host .fw-dialog .dialog-actions:empty{display:none}\n"], dependencies: [{ kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected", "border"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }] }); }
|
|
3034
3035
|
}
|
|
3035
3036
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwDialogComponent, decorators: [{
|
|
3036
3037
|
type: Component,
|
|
@@ -4011,6 +4012,7 @@ const allIcons = [
|
|
|
4011
4012
|
'menu-horizontal',
|
|
4012
4013
|
'menu-list-form-square',
|
|
4013
4014
|
'menu-vertical',
|
|
4015
|
+
'message-chat-add-plus',
|
|
4014
4016
|
'message-chat-info',
|
|
4015
4017
|
'message-chat-question-support',
|
|
4016
4018
|
'message-checkmark-sent',
|
|
@@ -4025,6 +4027,7 @@ const allIcons = [
|
|
|
4025
4027
|
'money-coin',
|
|
4026
4028
|
'money-dollar',
|
|
4027
4029
|
'monitor-computer',
|
|
4030
|
+
'moon-night-mode',
|
|
4028
4031
|
'mouse-big',
|
|
4029
4032
|
'mouse-scroll',
|
|
4030
4033
|
'move',
|
|
@@ -4042,6 +4045,7 @@ const allIcons = [
|
|
|
4042
4045
|
'paint-roller',
|
|
4043
4046
|
'pause',
|
|
4044
4047
|
'pen-edit-circle',
|
|
4048
|
+
'pen-edit-compose-new',
|
|
4045
4049
|
'pencil-edit-create',
|
|
4046
4050
|
'photo-edit-brightness-invert',
|
|
4047
4051
|
'pie-chart',
|
|
@@ -4098,6 +4102,7 @@ const allIcons = [
|
|
|
4098
4102
|
'square-fill-outline',
|
|
4099
4103
|
'square-outline',
|
|
4100
4104
|
'star',
|
|
4105
|
+
'star-ai-artificial-intelligence',
|
|
4101
4106
|
'stars-light-sparkle',
|
|
4102
4107
|
'stomach',
|
|
4103
4108
|
'stop-minus',
|
|
@@ -4120,6 +4125,7 @@ const allIcons = [
|
|
|
4120
4125
|
'thumbs-down-dislike',
|
|
4121
4126
|
'thumbs-up-like',
|
|
4122
4127
|
'timer-clock-style',
|
|
4128
|
+
'trash-bin-warning',
|
|
4123
4129
|
'trash-delete',
|
|
4124
4130
|
'twitter',
|
|
4125
4131
|
'undone-uncheck-untracked',
|
|
@@ -4378,7 +4384,7 @@ class FwMenuItemComponent {
|
|
|
4378
4384
|
}
|
|
4379
4385
|
;
|
|
4380
4386
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwMenuItemComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4381
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: FwMenuItemComponent, selector: "fw-menu-item", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: false, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: false, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: false, isRequired: false, transformFunction: null }, iconColor: { classPropertyName: "iconColor", publicName: "iconColor", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, showCheckbox: { classPropertyName: "showCheckbox", publicName: "showCheckbox", isSignal: false, isRequired: false, transformFunction: null }, checkboxColor: { classPropertyName: "checkboxColor", publicName: "checkboxColor", isSignal: false, isRequired: false, transformFunction: null }, multiSelect: { classPropertyName: "multiSelect", publicName: "multiSelect", isSignal: false, isRequired: false, transformFunction: null }, hidden: { classPropertyName: "hidden", publicName: "hidden", isSignal: false, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: false, isRequired: false, transformFunction: null }, href: { classPropertyName: "href", publicName: "href", isSignal: false, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: false, isRequired: false, transformFunction: null }, subItemsOpen: { classPropertyName: "subItemsOpen", publicName: "subItemsOpen", isSignal: false, isRequired: false, transformFunction: null }, mouseEnterHandler: { classPropertyName: "mouseEnterHandler", publicName: "mouseEnterHandler", isSignal: true, isRequired: false, transformFunction: null }, focused: { classPropertyName: "focused", publicName: "focused", isSignal: false, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: false, isRequired: false, transformFunction: null } }, outputs: { mouseEnterHandler: "mouseEnterHandlerChange", click: "click" }, host: { listeners: { "mouseenter": "onMouseEnter($event)" }, properties: { "class.collapsed": "this.collapsed", "class.focused": "this.focused", "class.selected": "this.selected", "attr.title": "this.attrTitle" } }, queries: [{ propertyName: "subItems", predicate: FwMenuSubItemComponent }], usesOnChanges: true, ngImport: i0, template: "<div (click)=\"handleClick($event)\" *ngIf=\"!hidden\">\n <div\n [ngClass]=\"['menu-item', 'size-'+size, disabled?'disabled':'']\"\n [class.disabled]=\"disabled\">\n <div class=\"item-checkbox\" *ngIf=\"showCheckbox && multiSelect\">\n <fw-checkbox\n [disabled]=\"disabled\"\n [color]=\"checkboxColor\"\n [checked]=\"selected\">\n </fw-checkbox>\n </div>\n <div class=\"item-radiobutton\" *ngIf=\"showCheckbox && !multiSelect\">\n <fw-radio-button\n [value]=\"value\"\n [color]=\"checkboxColor\"\n [disabled]=\"disabled\"\n [checked]=\"selected\">\n </fw-radio-button>\n </div>\n <fw-icon [color]=\"iconColor\" *ngIf=\"icon\" class=\"menu-icon {{iconColor}}\">{{ icon }}</fw-icon>\n <ng-content select=\"fw-avatar\"></ng-content>\n <div class=\"menu-text\" *ngIf=\"title\">\n <h4 class=\"vision-h4\">{{ title }}</h4>\n <p *ngIf=\"description\" class=\"vision-p4 description\">{{ description }}</p>\n </div>\n <div class=\"key-text vision-p2\">\n <ng-content select=\"p\"></ng-content>\n <ng-content select=\"fw-badge\"></ng-content>\n <ng-content select=\"fw-icon\"></ng-content>\n <ng-content select=\"fw-icon-button\"></ng-content>\n <fw-icon-button\n [size]=\"'small'\"\n [icon]=\"subItemsOpen?'chevron-up':'chevron-down'\"\n *ngIf=\"subItems.length>0\"\n (click)=\"toggleSubItemsView()\">\n </fw-icon-button>\n </div>\n </div>\n</div>\n<div class=\"item-subitems\">\n <ng-content select=\"fw-menu-sub-item\"></ng-content>\n</div>\n", styles: [":host{position:relative;display:flex;flex-direction:column}:host>div{display:flex;flex:1;text-decoration:none;max-width:100%}:host h4{text-overflow:ellipsis}:host:hover:not(.selected) .menu-item:not(.disabled),:host.focused .menu-item:not(.disabled){background-color:var(--slate-hover);cursor:pointer}:host:hover:not(.selected) .menu-item:not(.disabled) .menu-icon,:host.focused .menu-item:not(.disabled) .menu-icon{color:var(--primary-base)}:host:hover:not(.selected) .menu-item:not(.disabled) .menu-text h4,:host.focused .menu-item:not(.disabled) .menu-text h4{color:var(--typography-base)}:host.selected .menu-item{background-color:var(--primary-hover);cursor:pointer}:host.selected .menu-item .menu-icon{color:var(--primary-base)}:host.selected .menu-item .menu-text h4{color:var(--typography-base)}:host.collapsed .menu-item{container-name:menuitem;container-type:size}:host .menu-item{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;flex:1;gap:8px;padding:8px;margin:1px 4px;border-radius:4px;color:var(--typography-muted);min-height:40px;width:stretch}:host .menu-item .item-checkbox:empty{display:none}:host .menu-item .item-radiobutton{padding:0}:host .menu-item .item-radiobutton:empty{display:none}:host .menu-item .menu-icon{font-size:18px;min-width:18px;width:18px;white-space:nowrap}:host .menu-item .menu-text{flex:1;overflow:hidden;padding:2px 0}:host .menu-item .menu-text h4{margin:0;color:var(--typography-muted);white-space:nowrap;overflow:hidden}:host .menu-item .menu-text p{margin:0}:host .menu-item .menu-text p.description{color:var(--typography-light)}:host .menu-item .key-text{display:flex;align-items:center;gap:8px;color:var(--typography-light)}:host .menu-item .key-text fw-icon-button{min-height:22px!important;min-width:22px!important;width:22px!important}:host .menu-item.size-compact{min-height:32px}:host .menu-item.size-compact .menu-text .description{display:none}:host .menu-item.disabled{opacity:.4;cursor:not-allowed}:host .item-subitems{display:flex;flex-direction:column}@container menuitem (max-width: 60px){.menu-item{gap:0}.menu-item .menu-text{opacity:0}}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: FwCheckboxComponent, selector: "fw-checkbox", inputs: ["name", "disabled", "size", "color", "title", "focused", "checked"], outputs: ["change"] }, { kind: "component", type: FwRadioComponent, selector: "fw-radio-button", inputs: ["value", "checked", "group", "disabled", "size", "color", "title", "focused"], outputs: ["checkedChange", "change"] }] }); }
|
|
4387
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.3.12", type: FwMenuItemComponent, selector: "fw-menu-item", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: false, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: false, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: false, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: false, isRequired: false, transformFunction: null }, iconColor: { classPropertyName: "iconColor", publicName: "iconColor", isSignal: false, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: null }, showCheckbox: { classPropertyName: "showCheckbox", publicName: "showCheckbox", isSignal: false, isRequired: false, transformFunction: null }, checkboxColor: { classPropertyName: "checkboxColor", publicName: "checkboxColor", isSignal: false, isRequired: false, transformFunction: null }, multiSelect: { classPropertyName: "multiSelect", publicName: "multiSelect", isSignal: false, isRequired: false, transformFunction: null }, hidden: { classPropertyName: "hidden", publicName: "hidden", isSignal: false, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: false, isRequired: false, transformFunction: null }, href: { classPropertyName: "href", publicName: "href", isSignal: false, isRequired: false, transformFunction: null }, target: { classPropertyName: "target", publicName: "target", isSignal: false, isRequired: false, transformFunction: null }, subItemsOpen: { classPropertyName: "subItemsOpen", publicName: "subItemsOpen", isSignal: false, isRequired: false, transformFunction: null }, mouseEnterHandler: { classPropertyName: "mouseEnterHandler", publicName: "mouseEnterHandler", isSignal: true, isRequired: false, transformFunction: null }, focused: { classPropertyName: "focused", publicName: "focused", isSignal: false, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: false, isRequired: false, transformFunction: null } }, outputs: { mouseEnterHandler: "mouseEnterHandlerChange", click: "click" }, host: { listeners: { "mouseenter": "onMouseEnter($event)" }, properties: { "class.collapsed": "this.collapsed", "class.focused": "this.focused", "class.selected": "this.selected", "attr.title": "this.attrTitle" } }, queries: [{ propertyName: "subItems", predicate: FwMenuSubItemComponent }], usesOnChanges: true, ngImport: i0, template: "<div (click)=\"handleClick($event)\" *ngIf=\"!hidden\">\n <div\n [ngClass]=\"['menu-item', 'size-'+size, disabled?'disabled':'']\"\n [class.disabled]=\"disabled\">\n <div class=\"item-checkbox\" *ngIf=\"showCheckbox && multiSelect\">\n <fw-checkbox\n [disabled]=\"disabled\"\n [color]=\"checkboxColor\"\n [checked]=\"selected\">\n </fw-checkbox>\n </div>\n <div class=\"item-radiobutton\" *ngIf=\"showCheckbox && !multiSelect\">\n <fw-radio-button\n [value]=\"value\"\n [color]=\"checkboxColor\"\n [disabled]=\"disabled\"\n [checked]=\"selected\">\n </fw-radio-button>\n </div>\n <fw-icon [color]=\"iconColor\" *ngIf=\"icon\" class=\"menu-icon {{iconColor}}\">{{ icon }}</fw-icon>\n <ng-content select=\"fw-avatar\"></ng-content>\n <div class=\"menu-text\" *ngIf=\"title\">\n <h4 class=\"vision-h4\">{{ title }}</h4>\n <p *ngIf=\"description\" class=\"vision-p4 description\">{{ description }}</p>\n </div>\n <div class=\"key-text vision-p2\">\n <ng-content select=\"p\"></ng-content>\n <ng-content select=\"fw-badge\"></ng-content>\n <ng-content select=\"fw-icon\"></ng-content>\n <ng-content select=\"fw-icon-button\"></ng-content>\n <fw-icon-button\n [size]=\"'small'\"\n [icon]=\"subItemsOpen?'chevron-up':'chevron-down'\"\n *ngIf=\"subItems.length>0\"\n (click)=\"toggleSubItemsView()\">\n </fw-icon-button>\n </div>\n </div>\n</div>\n<div class=\"item-subitems\">\n <ng-content select=\"fw-menu-sub-item\"></ng-content>\n</div>\n", styles: [":host{position:relative;display:flex;flex-direction:column}:host>div{display:flex;flex:1;text-decoration:none;max-width:100%}:host h4{text-overflow:ellipsis}:host:hover:not(.selected) .menu-item:not(.disabled),:host.focused .menu-item:not(.disabled){background-color:var(--slate-hover);cursor:pointer}:host:hover:not(.selected) .menu-item:not(.disabled) .menu-icon,:host.focused .menu-item:not(.disabled) .menu-icon{color:var(--primary-base)}:host:hover:not(.selected) .menu-item:not(.disabled) .menu-text h4,:host.focused .menu-item:not(.disabled) .menu-text h4{color:var(--typography-base)}:host.selected .menu-item{background-color:var(--primary-hover);cursor:pointer}:host.selected .menu-item .menu-icon{color:var(--primary-base)}:host.selected .menu-item .menu-text h4{color:var(--typography-base)}:host.collapsed .menu-item{container-name:menuitem;container-type:size}:host .menu-item{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;flex:1;gap:8px;padding:8px;margin:1px 4px;border-radius:4px;color:var(--typography-muted);min-height:40px;width:stretch}:host .menu-item .item-checkbox:empty{display:none}:host .menu-item .item-radiobutton{padding:0}:host .menu-item .item-radiobutton:empty{display:none}:host .menu-item .menu-icon{font-size:18px;min-width:18px;width:18px;white-space:nowrap}:host .menu-item .menu-text{flex:1;overflow:hidden;padding:2px 0}:host .menu-item .menu-text h4{margin:0;color:var(--typography-muted);white-space:nowrap;overflow:hidden}:host .menu-item .menu-text p{margin:0}:host .menu-item .menu-text p.description{color:var(--typography-light)}:host .menu-item .key-text{display:flex;align-items:center;gap:8px;color:var(--typography-light)}:host .menu-item .key-text fw-icon-button{min-height:22px!important;min-width:22px!important;width:22px!important}:host .menu-item.size-compact{min-height:32px}:host .menu-item.size-compact .menu-text .description{display:none}:host .menu-item.disabled{opacity:.4;cursor:not-allowed}:host .item-subitems{display:flex;flex-direction:column}@container menuitem (max-width: 60px){.menu-item{gap:0}.menu-item .menu-text{opacity:0}}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected", "border"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: FwCheckboxComponent, selector: "fw-checkbox", inputs: ["name", "disabled", "size", "color", "title", "focused", "checked"], outputs: ["change"] }, { kind: "component", type: FwRadioComponent, selector: "fw-radio-button", inputs: ["value", "checked", "group", "disabled", "size", "color", "title", "focused"], outputs: ["checkedChange", "change"] }] }); }
|
|
4382
4388
|
}
|
|
4383
4389
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwMenuItemComponent, decorators: [{
|
|
4384
4390
|
type: Component,
|
|
@@ -5249,7 +5255,7 @@ class FwNavbarItemComponent {
|
|
|
5249
5255
|
return false;
|
|
5250
5256
|
}
|
|
5251
5257
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwNavbarItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5252
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwNavbarItemComponent, selector: "fw-navbar-item", inputs: { value: "value", title: "title", description: "description", icon: "icon", iconColor: "iconColor", disabled: "disabled", hidden: "hidden", tooltipText: "tooltipText", showTooltip: "showTooltip", collapsed: "collapsed", href: "href", target: "target", subItemsOpen: "subItemsOpen", subItemsTooltipTitle: "subItemsTooltipTitle", selected: "selected" }, host: { properties: { "class.collapsed": "this.collapsed", "class.selected": "this.selected" } }, queries: [{ propertyName: "subItems", predicate: FwNavbarSubItemComponent }], usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"!hidden\">\n <a [href]=\"href?href:'javascript:void(0)'\" [target]=\"target?target:''\">\n <fw-tooltip [title]=\"showTooltip ? tooltipText || title : ''\" position=\"right\" [fullWidth]=\"true\">\n <div\n [ngClass]=\"['navbar-item', disabled?'disabled':'']\"\n [class.disabled]=\"disabled\">\n <fw-icon [color]=\"iconColor\" *ngIf=\"icon\" class=\"navbar-icon {{iconColor}}\">{{ icon }}</fw-icon>\n <ng-content select=\"fw-avatar\"></ng-content>\n <div class=\"navbar-text\" *ngIf=\"title\">\n <h5 class=\"vision-h5\">{{ title }}</h5>\n <p *ngIf=\"description\" class=\"vision-p4 description\">{{ description }}</p>\n </div>\n <div class=\"key-text vision-p2\">\n <ng-content select=\"p\"></ng-content>\n <ng-content select=\"fw-badge\"></ng-content>\n <ng-content select=\"fw-icon\"></ng-content>\n <ng-content select=\"fw-icon-button\"></ng-content>\n <fw-tooltip\n *ngIf=\"subItems.length>0 && !collapsed\"\n [title]=\"subItemsTooltipTitle\"\n position=\"right\">\n <fw-icon-button\n [size]=\"'small'\"\n [icon]=\"subItemsOpen?'chevron-up':'chevron-down'\"\n (click)=\"toggleSubItemsView($event)\">\n </fw-icon-button>\n </fw-tooltip>\n </div>\n </div>\n </fw-tooltip>\n </a>\n</div>\n<div class=\"item-subitems\">\n <ng-content select=\"fw-navbar-sub-item\"></ng-content>\n</div>\n", styles: [":host{position:relative;display:flex;flex-direction:column}:host a{text-decoration:none;color:var(--typography-base);outline:none;display:flex;flex:1;max-width:100%}:host h5{text-overflow:ellipsis}:host:hover:not(.selected) .navbar-item:not(.disabled),:host.focused:not(.selected) .navbar-item:not(.disabled){background-color:var(--primary-hover);cursor:pointer}:host:hover:not(.selected) .navbar-item:not(.disabled) .navbar-text h5,:host.focused:not(.selected) .navbar-item:not(.disabled) .navbar-text h5{color:var(--typography-base)}:host.selected .navbar-item{background-color:var(--primary-hover);cursor:pointer}:host.selected .navbar-item .navbar-icon{color:var(--primary-base)}:host.selected .navbar-item .navbar-text h5{color:var(--typography-base)}:host.selected .navbar-item:before{position:absolute;content:\" \";height:16px;border-left:3px solid var(--primary-base);margin-left:-16px}:host.collapsed .navbar-item{container-name:navbaritem;container-type:size}:host .navbar-item{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;flex:1;gap:8px;padding:8px 16px;border-radius:6px;margin:1px 4px;color:var(--typography-muted);height:34px;width:stretch;cursor:pointer}:host .navbar-item .navbar-icon{font-size:18px;width:18px;max-width:18px;white-space:nowrap}:host .navbar-item .navbar-text{flex:1;overflow:hidden;padding:2px 0}:host .navbar-item .navbar-text h5{margin:0;color:var(--typography-muted);white-space:nowrap;overflow:hidden}:host .navbar-item .navbar-text p{margin:0}:host .navbar-item .navbar-text p.description{color:var(--typography-light)}:host .navbar-item .key-text{display:flex;align-items:center;gap:8px;color:var(--typography-light)}:host .navbar-item .key-text fw-icon-button{min-height:22px!important;min-width:22px!important;margin-top:2px;margin-right:-4px}:host .navbar-item.disabled{opacity:.4;cursor:not-allowed}:host .item-subitems{display:flex;flex-direction:column}@container navbaritem (max-width: 60px){.navbar-item{gap:0}.navbar-item .navbar-text{opacity:0}}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: FwTooltipComponent, selector: "fw-tooltip", inputs: ["title", "color", "position", "maxWidth", "fullWidth", "isOpen", "trigger", "delay"] }] }); }
|
|
5258
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: FwNavbarItemComponent, selector: "fw-navbar-item", inputs: { value: "value", title: "title", description: "description", icon: "icon", iconColor: "iconColor", disabled: "disabled", hidden: "hidden", tooltipText: "tooltipText", showTooltip: "showTooltip", collapsed: "collapsed", href: "href", target: "target", subItemsOpen: "subItemsOpen", subItemsTooltipTitle: "subItemsTooltipTitle", selected: "selected" }, host: { properties: { "class.collapsed": "this.collapsed", "class.selected": "this.selected" } }, queries: [{ propertyName: "subItems", predicate: FwNavbarSubItemComponent }], usesOnChanges: true, ngImport: i0, template: "<div *ngIf=\"!hidden\">\n <a [href]=\"href?href:'javascript:void(0)'\" [target]=\"target?target:''\">\n <fw-tooltip [title]=\"showTooltip ? tooltipText || title : ''\" position=\"right\" [fullWidth]=\"true\">\n <div\n [ngClass]=\"['navbar-item', disabled?'disabled':'']\"\n [class.disabled]=\"disabled\">\n <fw-icon [color]=\"iconColor\" *ngIf=\"icon\" class=\"navbar-icon {{iconColor}}\">{{ icon }}</fw-icon>\n <ng-content select=\"fw-avatar\"></ng-content>\n <div class=\"navbar-text\" *ngIf=\"title\">\n <h5 class=\"vision-h5\">{{ title }}</h5>\n <p *ngIf=\"description\" class=\"vision-p4 description\">{{ description }}</p>\n </div>\n <div class=\"key-text vision-p2\">\n <ng-content select=\"p\"></ng-content>\n <ng-content select=\"fw-badge\"></ng-content>\n <ng-content select=\"fw-icon\"></ng-content>\n <ng-content select=\"fw-icon-button\"></ng-content>\n <fw-tooltip\n *ngIf=\"subItems.length>0 && !collapsed\"\n [title]=\"subItemsTooltipTitle\"\n position=\"right\">\n <fw-icon-button\n [size]=\"'small'\"\n [icon]=\"subItemsOpen?'chevron-up':'chevron-down'\"\n (click)=\"toggleSubItemsView($event)\">\n </fw-icon-button>\n </fw-tooltip>\n </div>\n </div>\n </fw-tooltip>\n </a>\n</div>\n<div class=\"item-subitems\">\n <ng-content select=\"fw-navbar-sub-item\"></ng-content>\n</div>\n", styles: [":host{position:relative;display:flex;flex-direction:column}:host a{text-decoration:none;color:var(--typography-base);outline:none;display:flex;flex:1;max-width:100%}:host h5{text-overflow:ellipsis}:host:hover:not(.selected) .navbar-item:not(.disabled),:host.focused:not(.selected) .navbar-item:not(.disabled){background-color:var(--primary-hover);cursor:pointer}:host:hover:not(.selected) .navbar-item:not(.disabled) .navbar-text h5,:host.focused:not(.selected) .navbar-item:not(.disabled) .navbar-text h5{color:var(--typography-base)}:host.selected .navbar-item{background-color:var(--primary-hover);cursor:pointer}:host.selected .navbar-item .navbar-icon{color:var(--primary-base)}:host.selected .navbar-item .navbar-text h5{color:var(--typography-base)}:host.selected .navbar-item:before{position:absolute;content:\" \";height:16px;border-left:3px solid var(--primary-base);margin-left:-16px}:host.collapsed .navbar-item{container-name:navbaritem;container-type:size}:host .navbar-item{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;flex:1;gap:8px;padding:8px 16px;border-radius:6px;margin:1px 4px;color:var(--typography-muted);height:34px;width:stretch;cursor:pointer}:host .navbar-item .navbar-icon{font-size:18px;width:18px;max-width:18px;white-space:nowrap}:host .navbar-item .navbar-text{flex:1;overflow:hidden;padding:2px 0}:host .navbar-item .navbar-text h5{margin:0;color:var(--typography-muted);white-space:nowrap;overflow:hidden}:host .navbar-item .navbar-text p{margin:0}:host .navbar-item .navbar-text p.description{color:var(--typography-light)}:host .navbar-item .key-text{display:flex;align-items:center;gap:8px;color:var(--typography-light)}:host .navbar-item .key-text fw-icon-button{min-height:22px!important;min-width:22px!important;margin-top:2px;margin-right:-4px}:host .navbar-item.disabled{opacity:.4;cursor:not-allowed}:host .item-subitems{display:flex;flex-direction:column}@container navbaritem (max-width: 60px){.navbar-item{gap:0}.navbar-item .navbar-text{opacity:0}}\n"], dependencies: [{ kind: "directive", type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected", "border"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }, { kind: "component", type: FwTooltipComponent, selector: "fw-tooltip", inputs: ["title", "color", "position", "maxWidth", "fullWidth", "isOpen", "trigger", "delay"] }] }); }
|
|
5253
5259
|
}
|
|
5254
5260
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwNavbarItemComponent, decorators: [{
|
|
5255
5261
|
type: Component,
|
|
@@ -7659,7 +7665,7 @@ class FwSnackbarComponent {
|
|
|
7659
7665
|
this.cdr.markForCheck();
|
|
7660
7666
|
}
|
|
7661
7667
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwSnackbarComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: FwSnackbarTimerService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7662
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: FwSnackbarComponent, selector: "fw-snackbar", inputs: { message: { classPropertyName: "message", publicName: "message", isSignal: true, isRequired: true, transformFunction: null }, messageDuration: { classPropertyName: "messageDuration", publicName: "messageDuration", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ready: "ready", dismiss: "dismiss", action: "action" }, host: { properties: { "class": "this.cssClass" } }, providers: [FwSnackbarTimerService], ngImport: i0, template: "@if (message(); as msg) {\n @if (icon()) {\n <fw-icon>{{ icon() }}</fw-icon>\n }\n @if (isTemplateRef()) {\n <ng-container *ngTemplateOutlet=\"$any(msg.message); context: msg.templateContext\"></ng-container>\n } @else {\n @if (msg.message) {\n <h4 class=\"vision-h4\">{{ msg.message }}</h4>\n }\n }\n @if (msg.actionText) {\n <fw-button\n size=\"small\"\n variant=\"ghost\"\n [color]=\"color()\"\n (click)=\"handleAction()\"\n >\n {{ msg.actionText }}\n </fw-button>\n }\n @if (showClose()) {\n <fw-icon-button\n icon=\"close\"\n size=\"small\"\n [color]=\"msg.severity\"\n (click)=\"handleDismiss()\"\n ></fw-icon-button>\n }\n @if (!msg.actionText && !showClose()) {\n <div></div>\n }\n}\n", styles: [".vision-shadow-extra-large{box-shadow:0 8px 25px #0000001a}.vision-shadow-large,fw-snackbar{box-shadow:0 5px 15px #0000001a}.vision-shadow-medium{box-shadow:0 2px 5px #0000001a}.vision-shadow-small{box-shadow:0 1px 2px #0000000d}.vision-shadow-inner{box-shadow:0 2px 4px #00000014 inset}fw-snackbar{display:flex;align-items:flex-start;box-sizing:border-box;max-width:320px;min-width:200px;min-height:30px;padding:8px 8px 8px 16px;gap:8px;transform-origin:center;background-color:var(--card-header);color:var(--typography-base);white-space:pre-wrap;border-radius:4px;border:1px solid var(--separations-border);margin:8px}fw-snackbar>fw-icon{width:24px;height:24px;font-size:24px;white-space:nowrap;margin:3px 0}fw-snackbar h4{margin:6px 0 0;flex:1}fw-snackbar.primary fw-icon{color:var(--primary-base)}fw-snackbar.danger fw-icon{color:var(--red-base)}fw-snackbar.success fw-icon{color:var(--green-base)}fw-snackbar.warning fw-icon{color:var(--orange-base)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: FwButtonComponent, selector: "fw-button", inputs: ["color", "size", "variant", "type", "disabled", "fullWidth", "leftIcon", "rightIcon"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
7668
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.12", type: FwSnackbarComponent, selector: "fw-snackbar", inputs: { message: { classPropertyName: "message", publicName: "message", isSignal: true, isRequired: true, transformFunction: null }, messageDuration: { classPropertyName: "messageDuration", publicName: "messageDuration", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ready: "ready", dismiss: "dismiss", action: "action" }, host: { properties: { "class": "this.cssClass" } }, providers: [FwSnackbarTimerService], ngImport: i0, template: "@if (message(); as msg) {\n @if (icon()) {\n <fw-icon>{{ icon() }}</fw-icon>\n }\n @if (isTemplateRef()) {\n <ng-container *ngTemplateOutlet=\"$any(msg.message); context: msg.templateContext\"></ng-container>\n } @else {\n @if (msg.message) {\n <h4 class=\"vision-h4\">{{ msg.message }}</h4>\n }\n }\n @if (msg.actionText) {\n <fw-button\n size=\"small\"\n variant=\"ghost\"\n [color]=\"color()\"\n (click)=\"handleAction()\"\n >\n {{ msg.actionText }}\n </fw-button>\n }\n @if (showClose()) {\n <fw-icon-button\n icon=\"close\"\n size=\"small\"\n [color]=\"msg.severity\"\n (click)=\"handleDismiss()\"\n ></fw-icon-button>\n }\n @if (!msg.actionText && !showClose()) {\n <div></div>\n }\n}\n", styles: [".vision-shadow-extra-large{box-shadow:0 8px 25px #0000001a}.vision-shadow-large,fw-snackbar{box-shadow:0 5px 15px #0000001a}.vision-shadow-medium{box-shadow:0 2px 5px #0000001a}.vision-shadow-small{box-shadow:0 1px 2px #0000000d}.vision-shadow-inner{box-shadow:0 2px 4px #00000014 inset}fw-snackbar{display:flex;align-items:flex-start;box-sizing:border-box;max-width:320px;min-width:200px;min-height:30px;padding:8px 8px 8px 16px;gap:8px;transform-origin:center;background-color:var(--card-header);color:var(--typography-base);white-space:pre-wrap;border-radius:4px;border:1px solid var(--separations-border);margin:8px}fw-snackbar>fw-icon{width:24px;height:24px;font-size:24px;white-space:nowrap;margin:3px 0}fw-snackbar h4{margin:6px 0 0;flex:1}fw-snackbar.primary fw-icon{color:var(--primary-base)}fw-snackbar.danger fw-icon{color:var(--red-base)}fw-snackbar.success fw-icon{color:var(--green-base)}fw-snackbar.warning fw-icon{color:var(--orange-base)}\n"], dependencies: [{ kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: FwButtonComponent, selector: "fw-button", inputs: ["color", "size", "variant", "type", "disabled", "fullWidth", "leftIcon", "rightIcon"] }, { kind: "component", type: FwIconButtonComponent, selector: "fw-icon-button", inputs: ["color", "icon", "size", "disabled", "selected", "border"] }, { kind: "component", type: FwIconComponent, selector: "fw-icon", inputs: ["size", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
7663
7669
|
}
|
|
7664
7670
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FwSnackbarComponent, decorators: [{
|
|
7665
7671
|
type: Component,
|