@lucca-front/ng 17.2.0 → 17.2.2
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/button/button.component.d.ts +1 -2
- package/callout/callout-feedback-list/callout-feedback-list.component.d.ts +1 -2
- package/core/public-api.d.ts +1 -1
- package/core/tools/class.d.ts +11 -0
- package/core-select/api/api-v3.directive.d.ts +25 -0
- package/core-select/api/api-v4.directive.d.ts +22 -0
- package/core-select/api/api.directive.d.ts +31 -0
- package/core-select/api/index.d.ts +5 -0
- package/core-select/api/public-api.d.ts +3 -0
- package/core-select/input/select-input.component.d.ts +3 -3
- package/core-select/option/option.component.d.ts +1 -0
- package/esm2022/button/button.component.mjs +7 -8
- package/esm2022/callout/callout-feedback-list/callout-feedback-list.component.mjs +6 -7
- package/esm2022/core/public-api.mjs +2 -2
- package/esm2022/core/tools/class.mjs +75 -0
- package/esm2022/core-select/api/api-v3.directive.mjs +62 -0
- package/esm2022/core-select/api/api-v4.directive.mjs +56 -0
- package/esm2022/core-select/api/api.directive.mjs +46 -0
- package/esm2022/core-select/api/lucca-front-ng-core-select-api.mjs +5 -0
- package/esm2022/core-select/api/public-api.mjs +4 -0
- package/esm2022/core-select/input/select-input.component.mjs +13 -12
- package/esm2022/core-select/option/option.component.mjs +5 -4
- package/esm2022/empty-state/empty-state-page/empty-state-page.component.mjs +3 -3
- package/esm2022/empty-state/empty-state-section/empty-state-section.component.mjs +3 -3
- package/esm2022/establishment/select/establishment-select.token.mjs +4 -0
- package/esm2022/establishment/select/input/establishment-select-input.component.mjs +13 -16
- package/esm2022/establishment/select/legal-unit-selector/legal-unit-selector.directive.mjs +9 -10
- package/esm2022/establishment/select/searcher/establishment-searcher.component.mjs +9 -10
- package/esm2022/establishment/select/select-all/establishment-select-all.component.mjs +9 -10
- package/esm2022/form-field/form-field.component.mjs +11 -10
- package/esm2022/icon/icon.component.mjs +3 -3
- package/esm2022/inline-message/inline-message.component.mjs +7 -8
- package/esm2022/multi-select/displayer/default-displayer.component.mjs +4 -2
- package/esm2022/multi-select/input/panel-ref.factory.mjs +6 -6
- package/esm2022/multi-select/input/select-input.component.mjs +3 -10
- package/esm2022/multi-select/panel/panel.component.mjs +18 -18
- package/esm2022/multi-select/select.model.mjs +2 -2
- package/esm2022/numeric-badge/numeric-badge.component.mjs +7 -8
- package/esm2022/option/item/option-item.component.mjs +3 -3
- package/esm2022/option/item/tree-option-item.component.mjs +3 -3
- package/esm2022/simple-select/api/api-v3.directive.mjs +6 -62
- package/esm2022/simple-select/api/api-v4.directive.mjs +6 -56
- package/esm2022/simple-select/api/api.directive.mjs +6 -40
- package/esm2022/simple-select/input/panel-ref.factory.mjs +7 -7
- package/esm2022/simple-select/input/select-input.component.mjs +2 -9
- package/esm2022/simple-select/panel/option-selected.pipe.mjs +17 -0
- package/esm2022/simple-select/panel/panel.component.mjs +21 -20
- package/esm2022/simple-select/select.model.mjs +2 -2
- package/establishment/select/establishment-select.token.d.ts +4 -0
- package/establishment/select/input/establishment-select-input.component.d.ts +2 -2
- package/establishment/select/legal-unit-selector/legal-unit-selector.directive.d.ts +2 -2
- package/establishment/select/searcher/establishment-searcher.component.d.ts +2 -2
- package/establishment/select/select-all/establishment-select-all.component.d.ts +2 -2
- package/fesm2022/lucca-front-ng-button.mjs +6 -7
- package/fesm2022/lucca-front-ng-button.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-callout.mjs +5 -6
- package/fesm2022/lucca-front-ng-callout.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select-api.mjs +162 -0
- package/fesm2022/lucca-front-ng-core-select-api.mjs.map +1 -0
- package/fesm2022/lucca-front-ng-core-select.mjs +16 -14
- package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core.mjs +72 -22
- package/fesm2022/lucca-front-ng-core.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-empty-state.mjs +4 -4
- package/fesm2022/lucca-front-ng-empty-state.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-establishment.mjs +32 -39
- package/fesm2022/lucca-front-ng-establishment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +10 -9
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-icon.mjs +2 -2
- package/fesm2022/lucca-front-ng-icon.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-inline-message.mjs +6 -7
- package/fesm2022/lucca-front-ng-inline-message.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-multi-select.mjs +26 -31
- package/fesm2022/lucca-front-ng-multi-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-numeric-badge.mjs +6 -7
- package/fesm2022/lucca-front-ng-numeric-badge.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-option.mjs +4 -4
- package/fesm2022/lucca-front-ng-option.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-simple-select-api.mjs +13 -146
- package/fesm2022/lucca-front-ng-simple-select-api.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-simple-select.mjs +40 -32
- package/fesm2022/lucca-front-ng-simple-select.mjs.map +1 -1
- package/form-field/form-field.component.d.ts +1 -2
- package/inline-message/inline-message.component.d.ts +1 -2
- package/multi-select/input/panel-ref.factory.d.ts +2 -2
- package/multi-select/panel/panel.component.d.ts +5 -5
- package/multi-select/select.model.d.ts +3 -12
- package/numeric-badge/numeric-badge.component.d.ts +1 -2
- package/package.json +26 -20
- package/simple-select/api/api-v3.directive.d.ts +5 -25
- package/simple-select/api/api-v4.directive.d.ts +5 -22
- package/simple-select/api/api.directive.d.ts +5 -32
- package/simple-select/input/panel-ref.factory.d.ts +2 -2
- package/simple-select/panel/option-selected.pipe.d.ts +7 -0
- package/simple-select/panel/panel.component.d.ts +5 -5
- package/simple-select/select.model.d.ts +3 -12
- package/src/definitions/option/_option-item.scss +1 -0
- package/core/tools/ng-clazz.directive.d.ts +0 -9
- package/esm2022/core/tools/ng-clazz.directive.mjs +0 -26
|
@@ -3,17 +3,16 @@ import { NgIf, NgSwitch, NgSwitchCase, NgTemplateOutlet } from '@angular/common'
|
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { InlineMessageComponent } from '@lucca-front/ng/inline-message';
|
|
5
5
|
import { LuTooltipModule } from '@lucca-front/ng/tooltip';
|
|
6
|
-
import {
|
|
6
|
+
import { LuClass } from '@lucca-front/ng/core';
|
|
7
7
|
import { NG_VALIDATORS, NgControl, ReactiveFormsModule, RequiredValidator, Validators } from '@angular/forms';
|
|
8
8
|
import { IconComponent } from '@lucca-front/ng/icon';
|
|
9
9
|
import { FORM_FIELD_INSTANCE } from './form-field.token';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
|
-
import * as i1 from "@lucca-front/ng/
|
|
12
|
-
import * as i2 from "@lucca-front/ng/tooltip";
|
|
11
|
+
import * as i1 from "@lucca-front/ng/tooltip";
|
|
13
12
|
let nextId = 0;
|
|
14
13
|
export class FormFieldComponent {
|
|
15
14
|
constructor() {
|
|
16
|
-
this.#
|
|
15
|
+
this.#luClass = inject(LuClass);
|
|
17
16
|
this.clazz = 'form-field';
|
|
18
17
|
this.hiddenLabel = false;
|
|
19
18
|
this.required = false;
|
|
@@ -22,7 +21,7 @@ export class FormFieldComponent {
|
|
|
22
21
|
this.ready$ = new BehaviorSubject(false);
|
|
23
22
|
this.#ariaLabelledBy = [];
|
|
24
23
|
}
|
|
25
|
-
#
|
|
24
|
+
#luClass;
|
|
26
25
|
#control;
|
|
27
26
|
#requiredValidator;
|
|
28
27
|
set validators(validators) {
|
|
@@ -62,10 +61,10 @@ export class FormFieldComponent {
|
|
|
62
61
|
}
|
|
63
62
|
#nativeInputRef;
|
|
64
63
|
ngOnChanges() {
|
|
65
|
-
this.#
|
|
64
|
+
this.#luClass.setState({
|
|
66
65
|
[`mod-${this.size}`]: true,
|
|
67
66
|
[`mod-checkable`]: this.layout === 'checkable',
|
|
68
|
-
};
|
|
67
|
+
});
|
|
69
68
|
if (this.#nativeInputRef) {
|
|
70
69
|
this.updateAria();
|
|
71
70
|
}
|
|
@@ -107,15 +106,17 @@ export class FormFieldComponent {
|
|
|
107
106
|
}
|
|
108
107
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FormFieldComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
109
108
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.0.2", type: FormFieldComponent, isStandalone: true, selector: "lu-form-field", inputs: { label: "label", hiddenLabel: ["hiddenLabel", "hiddenLabel", booleanAttribute], tooltip: "tooltip", inlineMessage: "inlineMessage", inlineMessageState: "inlineMessageState", size: "size", layout: "layout" }, host: { properties: { "class": "this.clazz" } }, providers: [
|
|
109
|
+
LuClass,
|
|
110
110
|
{
|
|
111
111
|
provide: FORM_FIELD_INSTANCE,
|
|
112
112
|
useExisting: forwardRef(() => FormFieldComponent),
|
|
113
113
|
},
|
|
114
|
-
], queries: [{ propertyName: "control", first: true, predicate: NgControl, descendants: true }, { propertyName: "validators", predicate: NG_VALIDATORS }], usesOnChanges: true,
|
|
114
|
+
], queries: [{ propertyName: "control", first: true, predicate: NgControl, descendants: true }, { propertyName: "validators", predicate: NG_VALIDATORS }], usesOnChanges: true, ngImport: i0, template: "<label\n\tclass=\"formLabel\"\n\t[class.is-error]=\"invalid\"\n\tid=\"{{id}}-label\"\n\tfor=\"{{id}}\"\n\t[class.u-mask]=\"hiddenLabel\"\n\tattr.aria-hidden=\"{{hiddenLabel}}\"\n>\n\t{{label}}<sup class=\"formLabel-required\" aria-hidden=\"true\" *ngIf=\"required\">*</sup>\n\t<lu-icon icon=\"helpOutline\" alt=\"\" *ngIf=\"tooltip\" [luTooltip]=\"tooltip\" [color]=\"invalid ? 'error' : 'inherit'\"></lu-icon>\n</label>\n<ng-content></ng-content>\n<lu-inline-message\n\tid=\"{{id}}-message\"\n\t*ngIf=\"inlineMessage\"\n\t[label]=\"inlineMessage\"\n\t[state]=\"invalid ? 'error' : inlineMessageState\"\n></lu-inline-message>\n", styles: [".textField{--component-textField-lineHeight: var(--size-M-lightHeight);--component-textField-fontSize: var(--size-M-fontSize);--component-textField-placeholder: var(--palettes-grey-400);--component-textField-background: var(--colors-white-color);--component-textField-border: var(--palettes-grey-300);--component-textField-color: var(--palettes-grey-800);--component-textField-prefix-color: var(--palettes-grey-600);--component-textField-padding: var(--spacings-XS);--component-textField-affix-padding: var(--component-textField-padding);display:flex;align-items:stretch;border-radius:var(--commons-borderRadius-M);background-color:var(--component-textField-background)}.textField:has(.textField-input-value:focus-visible){outline:2px solid var(--palettes-primary-700);outline-offset:3px}.textField-input{display:flex;align-items:center;width:100%;box-shadow:0 0 0 1px var(--component-textField-border);border-radius:var(--commons-borderRadius-M);background-color:var(--component-textField-background);position:relative}.textField-input:hover{--component-textField-border: var(--palettes-grey-400)}.textField-input:has(.textField-input-affix-icon){--component-textField-affix-padding: 2.5rem}.textField-input:has(.textField-input-affix-clear){--component-textField-affix-padding: 2rem}.textField-input:has(.textField-input-affix-clear):has(.textField-input-affix-icon){--component-textField-affix-padding: 4rem}.textField-input-value{border:0;outline:0;line-height:var(--component-textField-lineHeight);font-size:var(--component-textField-fontSize);width:100%;padding:var(--component-textField-padding) var(--component-textField-affix-padding) var(--component-textField-padding) var(--component-textField-padding);background-color:transparent;color:var(--component-textField-color)}.textField-input-value::placeholder{color:var(--component-textField-placeholder)}.textField-input-affix{display:inline-flex;align-items:center;gap:var(--spacings-XS);position:absolute;right:var(--spacings-XS);pointer-events:none}.textField-input-affix-icon{--icon-size: 1.5rem;color:var(--palettes-grey-600);pointer-events:none}.textField-input-affix-clear{pointer-events:auto}.textField-input-affix-passwordToggle{pointer-events:auto;width:1.75rem;height:1.75rem}.textField-prefix{display:flex;padding:0 var(--component-textField-padding);align-items:center;color:var(--component-textField-prefix-color);line-height:var(--component-textField-lineHeight);font-size:var(--component-textField-fontSize);box-shadow:0 0 0 1px var(--component-textField-border);border-top-left-radius:var(--commons-borderRadius-M);border-bottom-left-radius:var(--commons-borderRadius-M)}.textField-prefix~.textField-input{border-top-left-radius:0;border-bottom-left-radius:0}.textField-suffix{display:flex;padding:0 var(--component-textField-padding);align-items:center;color:var(--component-textField-prefix-color);line-height:var(--component-textField-lineHeight);font-size:var(--component-textField-fontSize);box-shadow:0 0 0 1px var(--component-textField-border);border-top-right-radius:var(--commons-borderRadius-M);border-bottom-right-radius:var(--commons-borderRadius-M);order:1}.textField-suffix~.textField-input{border-top-right-radius:0;border-bottom-right-radius:0}.textField.mod-S{--component-textField-fontSize: var(--sizes-S-fontSize);--component-textField-lineHeight: var(--sizes-S-lineHeight);--component-textField-padding: .375rem}.textField.mod-S .textField-input-affix-clear{--components-clear-size: .75rem;--icon-size: .75rem}.textField.mod-S .textField-input-affix-icon{--icon-size: 1.25rem}.textField.mod-XS{--component-textField-fontSize: var(--sizes-XS-fontSize);--component-textField-lineHeight: var(--sizes-XS-lineHeight);--component-textField-padding: var(--spacings-XXS)}.textField.mod-XS .textField-prefix,.textField.mod-XS .textField-suffix,.textField.mod-XS .textField-input-affix-icon{--icon-size: 1rem}.textField.mod-XS .textField-input-affix-clear{--components-clear-size: .75rem;--icon-size: .75rem}.textField.is-invalid,.textField:has(.textField-input-value[aria-invalid=true]){--component-textField-border: var(--palettes-error-400);--component-textField-background: var(--palettes-error-50);--component-textField-placeholder: var(--palettes-error-400)}.textField.is-invalid .textField-input:hover,.textField:has(.textField-input-value[aria-invalid=true]) .textField-input:hover{--component-textField-border: var(--palettes-error-600)}.textField.is-disabled,.textField:has(.textField-input-value:disabled){--component-textField-border: var(--palettes-grey-300);--component-textField-background: var(--palettes-grey-100);--component-textField-color: var(--palettes-grey-600)}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: InlineMessageComponent, selector: "lu-inline-message", inputs: ["label", "state", "size"] }, { kind: "ngmodule", type: LuTooltipModule }, { kind: "directive", type: i1.LuTooltipTriggerDirective, selector: "[luTooltip]", inputs: ["luTooltip", "luTooltipEnterDelay", "luTooltipLeaveDelay", "luTooltipDisabled", "luTooltipPosition", "luTooltipWhenEllipsis"], outputs: ["luTooltipOnOpen", "luTooltipOnClose"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "component", type: IconComponent, selector: "lu-icon", inputs: ["icon", "alt", "size", "color"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
115
115
|
}
|
|
116
116
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: FormFieldComponent, decorators: [{
|
|
117
117
|
type: Component,
|
|
118
|
-
args: [{ selector: 'lu-form-field', standalone: true, imports: [NgIf, NgSwitch, NgSwitchCase, NgTemplateOutlet, InlineMessageComponent, LuTooltipModule, ReactiveFormsModule, IconComponent],
|
|
118
|
+
args: [{ selector: 'lu-form-field', standalone: true, imports: [NgIf, NgSwitch, NgSwitchCase, NgTemplateOutlet, InlineMessageComponent, LuTooltipModule, ReactiveFormsModule, IconComponent], providers: [
|
|
119
|
+
LuClass,
|
|
119
120
|
{
|
|
120
121
|
provide: FORM_FIELD_INSTANCE,
|
|
121
122
|
useExisting: forwardRef(() => FormFieldComponent),
|
|
@@ -151,4 +152,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImpor
|
|
|
151
152
|
}], layout: [{
|
|
152
153
|
type: Input
|
|
153
154
|
}] } });
|
|
154
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtLWZpZWxkL2Zvcm0tZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybS1maWVsZC9mb3JtLWZpZWxkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLGVBQWUsRUFBVyxVQUFVLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQW1DLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hNLE9BQU8sRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBR2pGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDdkMsT0FBTyxFQUFFLHNCQUFzQixFQUFzQixNQUFNLGdDQUFnQyxDQUFDO0FBRTVGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQUUsaUJBQWlCLEVBQWEsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekgsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDOzs7O0FBRXpELElBQUksTUFBTSxHQUFHLENBQUMsQ0FBQztBQWlCZixNQUFNLE9BQU8sa0JBQWtCO0lBZi9CO1FBZ0JDLGFBQVEsR0FBRyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUM7UUFxQjNCLFVBQUssR0FBRyxZQUFZLENBQUM7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cUJBQ2Q7Z0JBTUQsV0FBVztzQkFIVixLQUFLO3VCQUFDO3dCQUNOLFNBQVMsRUFBRSxnQkFBZ0I7cUJBQzNCO2dCQUlELE9BQU87c0JBRE4sS0FBSztnQkFRTixhQUFhO3NCQURaLEtBQUs7Z0JBT04sa0JBQWtCO3NCQURqQixLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixNQUFNO3NCQURMLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBib29sZWFuQXR0cmlidXRlLCBDb21wb25lbnQsIENvbnRlbnRDaGlsZCwgQ29udGVudENoaWxkcmVuLCBEb0NoZWNrLCBmb3J3YXJkUmVmLCBIb3N0QmluZGluZywgaW5qZWN0LCBJbnB1dCwgT25DaGFuZ2VzLCBPbkRlc3Ryb3ksIFF1ZXJ5TGlzdCwgVmlld0VuY2Fwc3VsYXRpb24gfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5nSWYsIE5nU3dpdGNoLCBOZ1N3aXRjaENhc2UsIE5nVGVtcGxhdGVPdXRsZXQgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgSW5wdXREaXJlY3RpdmUgfSBmcm9tICcuL2lucHV0LmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBGb3JtRmllbGRTaXplIH0gZnJvbSAnLi9mb3JtLWZpZWxkLXNpemUnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBJbmxpbmVNZXNzYWdlQ29tcG9uZW50LCBJbmxpbmVNZXNzYWdlU3RhdGUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvaW5saW5lLW1lc3NhZ2UnO1xuaW1wb3J0IHsgU2FmZUh0bWwgfSBmcm9tICdAYW5ndWxhci9wbGF0Zm9ybS1icm93c2VyJztcbmltcG9ydCB7IEx1VG9vbHRpcE1vZHVsZSB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy90b29sdGlwJztcbmltcG9ydCB7IE5nQ2xhenogfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvY29yZSc7XG5pbXBvcnQgeyBOR19WQUxJREFUT1JTLCBOZ0NvbnRyb2wsIFJlYWN0aXZlRm9ybXNNb2R1bGUsIFJlcXVpcmVkVmFsaWRhdG9yLCBWYWxpZGF0b3IsIFZhbGlkYXRvcnMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBJY29uQ29tcG9uZW50IH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2ljb24nO1xuaW1wb3J0IHsgRk9STV9GSUVMRF9JTlNUQU5DRSB9IGZyb20gJy4vZm9ybS1maWVsZC50b2tlbic7XG5cbmxldCBuZXh0SWQgPSAwO1xuXG5AQ29tcG9uZW50KHtcblx0c2VsZWN0b3I6ICdsdS1mb3JtLWZpZWxkJyxcblx0c3RhbmRhbG9uZTogdHJ1ZSxcblx0aW1wb3J0czogW05nSWYsIE5nU3dpdGNoLCBOZ1N3aXRjaENhc2UsIE5nVGVtcGxhdGVPdXRsZXQsIElubGluZU1lc3NhZ2VDb21wb25lbnQsIEx1VG9vbHRpcE1vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSwgSWNvbkNvbXBvbmVudF0sXG5cdHRlbXBsYXRlVXJsOiAnLi9mb3JtLWZpZWxkLmNvbXBvbmVudC5odG1sJyxcblx0c3R5bGVVcmxzOiBbJy4vZm9ybS1maWVsZC5jb21wb25lbnQuc2NzcyddLFxuXHRob3N0RGlyZWN0aXZlczogW05nQ2xhenpdLFxuXHRwcm92aWRlcnM6IFtcblx0XHR7XG5cdFx0XHRwcm92aWRlOiBGT1JNX0ZJRUxEX0lOU1RBTkNFLFxuXHRcdFx0dXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gRm9ybUZpZWxkQ29tcG9uZW50KSxcblx0XHR9LFxuXHRdLFxuXHRlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBGb3JtRmllbGRDb21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMsIE9uRGVzdHJveSwgRG9DaGVjayB7XG5cdCNuZ0NsYXNzID0gaW5qZWN0KE5nQ2xhenopO1xuXG5cdCNjb250cm9sOiBOZ0NvbnRyb2w7XG5cblx0I3JlcXVpcmVkVmFsaWRhdG9yOiBSZXF1aXJlZFZhbGlkYXRvciB8IHVuZGVmaW5lZDtcblxuXHRAQ29udGVudENoaWxkcmVuKE5HX1ZBTElEQVRPUlMpXG5cdHB1YmxpYyBzZXQgdmFsaWRhdG9ycyh2YWxpZGF0b3JzOiBRdWVyeUxpc3Q8VmFsaWRhdG9yIHwgdW5kZWZpbmVkPikge1xuXHRcdHRoaXMuI3JlcXVpcmVkVmFsaWRhdG9yID0gdmFsaWRhdG9ycy50b0FycmF5KCk/LmZpbmQoKHYpOiB2IGlzIFJlcXVpcmVkVmFsaWRhdG9yID0+IHYgaW5zdGFuY2VvZiBSZXF1aXJlZFZhbGlkYXRvcik7XG5cdH1cblxuXHRAQ29udGVudENoaWxkKE5nQ29udHJvbClcblx0cHVibGljIHNldCBjb250cm9sKGNvbnRyb2w6IE5nQ29udHJvbCkge1xuXHRcdGlmIChjb250cm9sID09PSB1bmRlZmluZWQpIHtcblx0XHRcdC8vIFRoaXMgbWlnaHQgYmUgYmVjYXVzZSB0aGUgY2hpbGQgaW5wdXQgaXMgaW5pdGlhbGl6ZWQgd2l0aCBhIG5nSWYsIGp1c3QgaWdub3JlIHRoaXMgY2FzZVxuXHRcdFx0cmV0dXJuO1xuXHRcdH1cblx0XHR0aGlzLiNjb250cm9sID0gY29udHJvbDtcblx0fVxuXG5cdEBIb3N0QmluZGluZygnY2xhc3MnKVxuXHRjbGF6eiA9ICdmb3JtLWZpZWxkJztcblxuXHRASW5wdXQoe1xuXHRcdHJlcXVpcmVkOiB0cnVlLFxuXHR9KVxuXHRsYWJlbDogc3RyaW5nO1xuXG5cdEBJbnB1dCh7XG5cdFx0dHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlLFxuXHR9KVxuXHRoaWRkZW5MYWJlbCA9IGZhbHNlO1xuXG5cdEBJbnB1dCgpXG5cdHRvb2x0aXA6IHN0cmluZyB8IFNhZmVIdG1sO1xuXG5cdHJlcXVpcmVkID0gZmFsc2U7XG5cblx0aW52YWxpZCA9IGZhbHNlO1xuXG5cdEBJbnB1dCgpXG5cdGlubGluZU1lc3NhZ2U6IHN0cmluZztcblxuXHQvKipcblx0ICogU3RhdGUgb2YgdGhlIGlubGluZSBtZXNzYWdlLCB3aWxsIGJlIGlnbm9yZWQgaWYgZm9ybSBzdGF0ZSBpcyBpbnZhbGlkXG5cdCAqL1xuXHRASW5wdXQoKVxuXHRpbmxpbmVNZXNzYWdlU3RhdGU6IElubGluZU1lc3NhZ2VTdGF0ZTtcblxuXHRASW5wdXQoKVxuXHRzaXplOiBGb3JtRmllbGRTaXplO1xuXG5cdEBJbnB1dCgpXG5cdGxheW91dDogJ2RlZmF1bHQnIHwgJ2NoZWNrYWJsZScgPSAnZGVmYXVsdCc7XG5cblx0cHJpdmF0ZSBfaW5wdXQ6IElucHV0RGlyZWN0aXZlO1xuXG5cdHB1YmxpYyBzZXQgaW5wdXQoaW5wdXQ6IElucHV0RGlyZWN0aXZlKSB7XG5cdFx0dGhpcy5faW5wdXQgPSBpbnB1dDtcblx0XHR0aGlzLnByZXBhcmVJbnB1dCgpO1xuXHR9XG5cblx0cHVibGljIGdldCBpbnB1dCgpOiBJbnB1dERpcmVjdGl2ZSB7XG5cdFx0cmV0dXJuIHRoaXMuX2lucHV0O1xuXHR9XG5cblx0aWQ6IHN0cmluZztcblxuXHRyZWFkeSQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+KGZhbHNlKTtcblxuXHRwdWJsaWMgZ2V0IHJlYWR5KCk6IGJvb2xlYW4ge1xuXHRcdHJldHVybiB0aGlzLnJlYWR5JC52YWx1ZTtcblx0fVxuXG5cdCNhcmlhTGFiZWxsZWRCeTogc3RyaW5nW10gPSBbXTtcblxuXHRhZGRMYWJlbGxlZEJ5KGlkOiBzdHJpbmcsIHByZXBlbmQgPSBmYWxzZSk6IHZvaWQge1xuXHRcdGlmIChwcmVwZW5kKSB7XG5cdFx0XHR0aGlzLiNhcmlhTGFiZWxsZWRCeSA9IFtpZCwgLi4udGhpcy4jYXJpYUxhYmVsbGVkQnldO1xuXHRcdH0gZWxzZSB7XG5cdFx0XHR0aGlzLiNhcmlhTGFiZWxsZWRCeSA9IFsuLi50aGlzLiNhcmlhTGFiZWxsZWRCeSwgaWRdO1xuXHRcdH1cblx0XHRpZiAodGhpcy4jbmF0aXZlSW5wdXRSZWYpIHtcblx0XHRcdHRoaXMuI25hdGl2ZUlucHV0UmVmLnNldEF0dHJpYnV0ZSgnYXJpYS1sYWJlbGxlZGJ5JywgdGhpcy4jYXJpYUxhYmVsbGVkQnkuam9pbignICcpKTtcblx0XHR9XG5cdH1cblxuXHRyZW1vdmVMYWJlbGxlZEJ5KGlkOiBzdHJpbmcpOiB2b2lkIHtcblx0XHR0aGlzLiNhcmlhTGFiZWxsZWRCeSA9IHRoaXMuI2FyaWFMYWJlbGxlZEJ5LmZpbHRlcigobGFiZWxsZWRCeSkgPT4gbGFiZWxsZWRCeSA9PT0gaWQpO1xuXHR9XG5cblx0I25hdGl2ZUlucHV0UmVmOiBIVE1MRWxlbWVudDtcblxuXHRuZ09uQ2hhbmdlcygpOiB2b2lkIHtcblx0XHR0aGlzLiNuZ0NsYXNzLm5nQ2xhc3MgPSB7XG5cdFx0XHRbYG1vZC0ke3RoaXMuc2l6ZX1gXTogdHJ1ZSxcblx0XHRcdFtgbW9kLWNoZWNrYWJsZWBdOiB0aGlzLmxheW91dCA9PT0gJ2NoZWNrYWJsZScsXG5cdFx0fTtcblx0XHRpZiAodGhpcy4jbmF0aXZlSW5wdXRSZWYpIHtcblx0XHRcdHRoaXMudXBkYXRlQXJpYSgpO1xuXHRcdH1cblx0fVxuXG5cdHByZXBhcmVJbnB1dCgpOiB2b2lkIHtcblx0XHRpZiAoIXRoaXMuaW5wdXQpIHtcblx0XHRcdHRocm93IG5ldyBFcnJvcignTWlzc2luZyBpbnB1dCBmb3IgZm9ybSBmaWVsZCwgbWFrZSBzdXJlIHRvIHNldCBgbHVJbnB1dGAgdG8geW91ciBpbnB1dCBpbnNpZGUgbHUtZm9ybS1maWVsZCcpO1xuXHRcdH1cblx0XHR0aGlzLiNuYXRpdmVJbnB1dFJlZiA9IHRoaXMuaW5wdXQuaG9zdC5uYXRpdmVFbGVtZW50O1xuXHRcdHRoaXMuaWQgPSBgJHt0aGlzLiNuYXRpdmVJbnB1dFJlZi50YWdOYW1lLnRvTG93ZXJDYXNlKCl9LSR7KytuZXh0SWR9YDtcblx0XHR0aGlzLiNuYXRpdmVJbnB1dFJlZi5pZCA9IHRoaXMuaWQ7XG5cdFx0dGhpcy51cGRhdGVBcmlhKCk7XG5cdFx0dGhpcy5yZWFkeSQubmV4dCh0cnVlKTtcblx0fVxuXG5cdHByaXZhdGUgdXBkYXRlQXJpYSgpOiB2b2lkIHtcblx0XHR0aGlzLiNuYXRpdmVJbnB1dFJlZi5hcmlhSW52YWxpZCA9IHRoaXMuaW52YWxpZC50b1N0cmluZygpO1xuXHRcdHRoaXMuI25hdGl2ZUlucHV0UmVmLmFyaWFSZXF1aXJlZCA9IHRoaXMucmVxdWlyZWQudG9TdHJpbmcoKTtcblx0XHR0aGlzLiNuYXRpdmVJbnB1dFJlZi5zZXRBdHRyaWJ1dGUoJ2FyaWEtZGVzY3JpYmVkYnknLCBgJHt0aGlzLmlkfS1tZXNzYWdlYCk7XG5cdFx0dGhpcy5hZGRMYWJlbGxlZEJ5KGAke3RoaXMuaWR9LWxhYmVsYCk7XG5cdH1cblxuXHRuZ09uRGVzdHJveSgpOiB2b2lkIHtcblx0XHR0aGlzLnJlYWR5JC5jb21wbGV0ZSgpO1xuXHR9XG5cblx0bmdEb0NoZWNrKCk6IHZvaWQge1xuXHRcdGlmICh0aGlzLiNjb250cm9sKSB7XG5cdFx0XHQvLyBpbnZhbGlkIG1hbmFnZW1lbnRcblx0XHRcdGNvbnN0IHByZXZpb3VzSW52YWxpZCA9IHRoaXMuaW52YWxpZDtcblx0XHRcdHRoaXMuaW52YWxpZCA9IHRoaXMuI2NvbnRyb2wuaW52YWxpZCAmJiB0aGlzLiNjb250cm9sLnRvdWNoZWQ7XG5cblx0XHRcdC8vIHJlcXVpcmVkIG1hbmFnZW1lbnRcblx0XHRcdGNvbnN0IHByZXZpb3VzUmVxdWlyZWQgPSB0aGlzLnJlcXVpcmVkO1xuXHRcdFx0dGhpcy5yZXF1aXJlZCA9IHRoaXMuI3JlcXVpcmVkVmFsaWRhdG9yXG5cdFx0XHRcdD8gYm9vbGVhbkF0dHJpYnV0ZSh0aGlzLiNyZXF1aXJlZFZhbGlkYXRvci5yZXF1aXJlZClcblx0XHRcdFx0OiB0aGlzLiNjb250cm9sLmNvbnRyb2wuaGFzVmFsaWRhdG9yKFZhbGlkYXRvcnMucmVxdWlyZWQpIHx8IHRoaXMuI2NvbnRyb2wuY29udHJvbC5oYXNWYWxpZGF0b3IoVmFsaWRhdG9ycy5yZXF1aXJlZFRydWUpO1xuXG5cdFx0XHQvLyBJZiBzdHVmZiBjaGFuZ2VkLCB1cGRhdGUgYXJpYSBhdHRyaWJ1dGVzXG5cdFx0XHRpZiAodGhpcy5pbnZhbGlkICE9PSBwcmV2aW91c0ludmFsaWQgfHwgdGhpcy5yZXF1aXJlZCAhPT0gcHJldmlvdXNSZXF1aXJlZCkge1xuXHRcdFx0XHR0aGlzLnVwZGF0ZUFyaWEoKTtcblx0XHRcdH1cblx0XHR9XG5cdH1cbn1cbiIsIjxsYWJlbFxuXHRjbGFzcz1cImZvcm1MYWJlbFwiXG5cdFtjbGFzcy5pcy1lcnJvcl09XCJpbnZhbGlkXCJcblx0aWQ9XCJ7e2lkfX0tbGFiZWxcIlxuXHRmb3I9XCJ7e2lkfX1cIlxuXHRbY2xhc3MudS1tYXNrXT1cImhpZGRlbkxhYmVsXCJcblx0YXR0ci5hcmlhLWhpZGRlbj1cInt7aGlkZGVuTGFiZWx9fVwiXG4+XG5cdHt7bGFiZWx9fTxzdXAgY2xhc3M9XCJmb3JtTGFiZWwtcmVxdWlyZWRcIiBhcmlhLWhpZGRlbj1cInRydWVcIiAqbmdJZj1cInJlcXVpcmVkXCI+Kjwvc3VwPlxuXHQ8bHUtaWNvbiBpY29uPVwiaGVscE91dGxpbmVcIiBhbHQ9XCJcIiAqbmdJZj1cInRvb2x0aXBcIiBbbHVUb29sdGlwXT1cInRvb2x0aXBcIiBbY29sb3JdPVwiaW52YWxpZCA/ICdlcnJvcicgOiAnaW5oZXJpdCdcIj48L2x1LWljb24+XG48L2xhYmVsPlxuPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPGx1LWlubGluZS1tZXNzYWdlXG5cdGlkPVwie3tpZH19LW1lc3NhZ2VcIlxuXHQqbmdJZj1cImlubGluZU1lc3NhZ2VcIlxuXHRbbGFiZWxdPVwiaW5saW5lTWVzc2FnZVwiXG5cdFtzdGF0ZV09XCJpbnZhbGlkID8gJ2Vycm9yJyA6IGlubGluZU1lc3NhZ2VTdGF0ZVwiXG4+PC9sdS1pbmxpbmUtbWVzc2FnZT5cbiJdfQ==
|
|
155
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9mb3JtLWZpZWxkL2Zvcm0tZmllbGQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvZm9ybS1maWVsZC9mb3JtLWZpZWxkLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLGVBQWUsRUFBVyxVQUFVLEVBQUUsV0FBVyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQW1DLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hNLE9BQU8sRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLFlBQVksRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBR2pGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDdkMsT0FBTyxFQUFFLHNCQUFzQixFQUFzQixNQUFNLGdDQUFnQyxDQUFDO0FBRTVGLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUMxRCxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQUUsaUJBQWlCLEVBQWEsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekgsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLG9CQUFvQixDQUFDOzs7QUFFekQsSUFBSSxNQUFNLEdBQUcsQ0FBQyxDQUFDO0FBaUJmLE1BQU0sT0FBTyxrQkFBa0I7SUFmL0I7UUFnQkMsYUFBUSxHQUFHLE1BQU0sQ0FBQyxPQUFPLENBQUMsQ0FBQztRQXFCM0IsVUFBSyxHQUFHLFlBQVksQ0FBQztR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QUFJO3FCQUNkO2dCQU1ELFdBQVc7c0JBSFYsS0FBSzt1QkFBQzt3QkFDTixTQUFTLEVBQUUsZ0JBQWdCO3FCQUMzQjtnQkFJRCxPQUFPO3NCQUROLEtBQUs7Z0JBUU4sYUFBYTtzQkFEWixLQUFLO2dCQU9OLGtCQUFrQjtzQkFEakIsS0FBSztnQkFJTixJQUFJO3NCQURILEtBQUs7Z0JBSU4sTUFBTTtzQkFETCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgYm9vbGVhbkF0dHJpYnV0ZSwgQ29tcG9uZW50LCBDb250ZW50Q2hpbGQsIENvbnRlbnRDaGlsZHJlbiwgRG9DaGVjaywgZm9yd2FyZFJlZiwgSG9zdEJpbmRpbmcsIGluamVjdCwgSW5wdXQsIE9uQ2hhbmdlcywgT25EZXN0cm95LCBRdWVyeUxpc3QsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZ0lmLCBOZ1N3aXRjaCwgTmdTd2l0Y2hDYXNlLCBOZ1RlbXBsYXRlT3V0bGV0IH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IElucHV0RGlyZWN0aXZlIH0gZnJvbSAnLi9pbnB1dC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRm9ybUZpZWxkU2l6ZSB9IGZyb20gJy4vZm9ybS1maWVsZC1zaXplJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCB9IGZyb20gJ3J4anMnO1xuaW1wb3J0IHsgSW5saW5lTWVzc2FnZUNvbXBvbmVudCwgSW5saW5lTWVzc2FnZVN0YXRlIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2lubGluZS1tZXNzYWdlJztcbmltcG9ydCB7IFNhZmVIdG1sIH0gZnJvbSAnQGFuZ3VsYXIvcGxhdGZvcm0tYnJvd3Nlcic7XG5pbXBvcnQgeyBMdVRvb2x0aXBNb2R1bGUgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvdG9vbHRpcCc7XG5pbXBvcnQgeyBMdUNsYXNzIH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2NvcmUnO1xuaW1wb3J0IHsgTkdfVkFMSURBVE9SUywgTmdDb250cm9sLCBSZWFjdGl2ZUZvcm1zTW9kdWxlLCBSZXF1aXJlZFZhbGlkYXRvciwgVmFsaWRhdG9yLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgSWNvbkNvbXBvbmVudCB9IGZyb20gJ0BsdWNjYS1mcm9udC9uZy9pY29uJztcbmltcG9ydCB7IEZPUk1fRklFTERfSU5TVEFOQ0UgfSBmcm9tICcuL2Zvcm0tZmllbGQudG9rZW4nO1xuXG5sZXQgbmV4dElkID0gMDtcblxuQENvbXBvbmVudCh7XG5cdHNlbGVjdG9yOiAnbHUtZm9ybS1maWVsZCcsXG5cdHN0YW5kYWxvbmU6IHRydWUsXG5cdGltcG9ydHM6IFtOZ0lmLCBOZ1N3aXRjaCwgTmdTd2l0Y2hDYXNlLCBOZ1RlbXBsYXRlT3V0bGV0LCBJbmxpbmVNZXNzYWdlQ29tcG9uZW50LCBMdVRvb2x0aXBNb2R1bGUsIFJlYWN0aXZlRm9ybXNNb2R1bGUsIEljb25Db21wb25lbnRdLFxuXHR0ZW1wbGF0ZVVybDogJy4vZm9ybS1maWVsZC5jb21wb25lbnQuaHRtbCcsXG5cdHN0eWxlVXJsczogWycuL2Zvcm0tZmllbGQuY29tcG9uZW50LnNjc3MnXSxcblx0cHJvdmlkZXJzOiBbXG5cdFx0THVDbGFzcyxcblx0XHR7XG5cdFx0XHRwcm92aWRlOiBGT1JNX0ZJRUxEX0lOU1RBTkNFLFxuXHRcdFx0dXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gRm9ybUZpZWxkQ29tcG9uZW50KSxcblx0XHR9LFxuXHRdLFxuXHRlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxufSlcbmV4cG9ydCBjbGFzcyBGb3JtRmllbGRDb21wb25lbnQgaW1wbGVtZW50cyBPbkNoYW5nZXMsIE9uRGVzdHJveSwgRG9DaGVjayB7XG5cdCNsdUNsYXNzID0gaW5qZWN0KEx1Q2xhc3MpO1xuXG5cdCNjb250cm9sOiBOZ0NvbnRyb2w7XG5cblx0I3JlcXVpcmVkVmFsaWRhdG9yOiBSZXF1aXJlZFZhbGlkYXRvciB8IHVuZGVmaW5lZDtcblxuXHRAQ29udGVudENoaWxkcmVuKE5HX1ZBTElEQVRPUlMpXG5cdHB1YmxpYyBzZXQgdmFsaWRhdG9ycyh2YWxpZGF0b3JzOiBRdWVyeUxpc3Q8VmFsaWRhdG9yIHwgdW5kZWZpbmVkPikge1xuXHRcdHRoaXMuI3JlcXVpcmVkVmFsaWRhdG9yID0gdmFsaWRhdG9ycy50b0FycmF5KCk/LmZpbmQoKHYpOiB2IGlzIFJlcXVpcmVkVmFsaWRhdG9yID0+IHYgaW5zdGFuY2VvZiBSZXF1aXJlZFZhbGlkYXRvcik7XG5cdH1cblxuXHRAQ29udGVudENoaWxkKE5nQ29udHJvbClcblx0cHVibGljIHNldCBjb250cm9sKGNvbnRyb2w6IE5nQ29udHJvbCkge1xuXHRcdGlmIChjb250cm9sID09PSB1bmRlZmluZWQpIHtcblx0XHRcdC8vIFRoaXMgbWlnaHQgYmUgYmVjYXVzZSB0aGUgY2hpbGQgaW5wdXQgaXMgaW5pdGlhbGl6ZWQgd2l0aCBhIG5nSWYsIGp1c3QgaWdub3JlIHRoaXMgY2FzZVxuXHRcdFx0cmV0dXJuO1xuXHRcdH1cblx0XHR0aGlzLiNjb250cm9sID0gY29udHJvbDtcblx0fVxuXG5cdEBIb3N0QmluZGluZygnY2xhc3MnKVxuXHRjbGF6eiA9ICdmb3JtLWZpZWxkJztcblxuXHRASW5wdXQoe1xuXHRcdHJlcXVpcmVkOiB0cnVlLFxuXHR9KVxuXHRsYWJlbDogc3RyaW5nO1xuXG5cdEBJbnB1dCh7XG5cdFx0dHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlLFxuXHR9KVxuXHRoaWRkZW5MYWJlbCA9IGZhbHNlO1xuXG5cdEBJbnB1dCgpXG5cdHRvb2x0aXA6IHN0cmluZyB8IFNhZmVIdG1sO1xuXG5cdHJlcXVpcmVkID0gZmFsc2U7XG5cblx0aW52YWxpZCA9IGZhbHNlO1xuXG5cdEBJbnB1dCgpXG5cdGlubGluZU1lc3NhZ2U6IHN0cmluZztcblxuXHQvKipcblx0ICogU3RhdGUgb2YgdGhlIGlubGluZSBtZXNzYWdlLCB3aWxsIGJlIGlnbm9yZWQgaWYgZm9ybSBzdGF0ZSBpcyBpbnZhbGlkXG5cdCAqL1xuXHRASW5wdXQoKVxuXHRpbmxpbmVNZXNzYWdlU3RhdGU6IElubGluZU1lc3NhZ2VTdGF0ZTtcblxuXHRASW5wdXQoKVxuXHRzaXplOiBGb3JtRmllbGRTaXplO1xuXG5cdEBJbnB1dCgpXG5cdGxheW91dDogJ2RlZmF1bHQnIHwgJ2NoZWNrYWJsZScgPSAnZGVmYXVsdCc7XG5cblx0cHJpdmF0ZSBfaW5wdXQ6IElucHV0RGlyZWN0aXZlO1xuXG5cdHB1YmxpYyBzZXQgaW5wdXQoaW5wdXQ6IElucHV0RGlyZWN0aXZlKSB7XG5cdFx0dGhpcy5faW5wdXQgPSBpbnB1dDtcblx0XHR0aGlzLnByZXBhcmVJbnB1dCgpO1xuXHR9XG5cblx0cHVibGljIGdldCBpbnB1dCgpOiBJbnB1dERpcmVjdGl2ZSB7XG5cdFx0cmV0dXJuIHRoaXMuX2lucHV0O1xuXHR9XG5cblx0aWQ6IHN0cmluZztcblxuXHRyZWFkeSQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PGJvb2xlYW4+KGZhbHNlKTtcblxuXHRwdWJsaWMgZ2V0IHJlYWR5KCk6IGJvb2xlYW4ge1xuXHRcdHJldHVybiB0aGlzLnJlYWR5JC52YWx1ZTtcblx0fVxuXG5cdCNhcmlhTGFiZWxsZWRCeTogc3RyaW5nW10gPSBbXTtcblxuXHRhZGRMYWJlbGxlZEJ5KGlkOiBzdHJpbmcsIHByZXBlbmQgPSBmYWxzZSk6IHZvaWQge1xuXHRcdGlmIChwcmVwZW5kKSB7XG5cdFx0XHR0aGlzLiNhcmlhTGFiZWxsZWRCeSA9IFtpZCwgLi4udGhpcy4jYXJpYUxhYmVsbGVkQnldO1xuXHRcdH0gZWxzZSB7XG5cdFx0XHR0aGlzLiNhcmlhTGFiZWxsZWRCeSA9IFsuLi50aGlzLiNhcmlhTGFiZWxsZWRCeSwgaWRdO1xuXHRcdH1cblx0XHRpZiAodGhpcy4jbmF0aXZlSW5wdXRSZWYpIHtcblx0XHRcdHRoaXMuI25hdGl2ZUlucHV0UmVmLnNldEF0dHJpYnV0ZSgnYXJpYS1sYWJlbGxlZGJ5JywgdGhpcy4jYXJpYUxhYmVsbGVkQnkuam9pbignICcpKTtcblx0XHR9XG5cdH1cblxuXHRyZW1vdmVMYWJlbGxlZEJ5KGlkOiBzdHJpbmcpOiB2b2lkIHtcblx0XHR0aGlzLiNhcmlhTGFiZWxsZWRCeSA9IHRoaXMuI2FyaWFMYWJlbGxlZEJ5LmZpbHRlcigobGFiZWxsZWRCeSkgPT4gbGFiZWxsZWRCeSA9PT0gaWQpO1xuXHR9XG5cblx0I25hdGl2ZUlucHV0UmVmOiBIVE1MRWxlbWVudDtcblxuXHRuZ09uQ2hhbmdlcygpOiB2b2lkIHtcblx0XHR0aGlzLiNsdUNsYXNzLnNldFN0YXRlKHtcblx0XHRcdFtgbW9kLSR7dGhpcy5zaXplfWBdOiB0cnVlLFxuXHRcdFx0W2Btb2QtY2hlY2thYmxlYF06IHRoaXMubGF5b3V0ID09PSAnY2hlY2thYmxlJyxcblx0XHR9KTtcblx0XHRpZiAodGhpcy4jbmF0aXZlSW5wdXRSZWYpIHtcblx0XHRcdHRoaXMudXBkYXRlQXJpYSgpO1xuXHRcdH1cblx0fVxuXG5cdHByZXBhcmVJbnB1dCgpOiB2b2lkIHtcblx0XHRpZiAoIXRoaXMuaW5wdXQpIHtcblx0XHRcdHRocm93IG5ldyBFcnJvcignTWlzc2luZyBpbnB1dCBmb3IgZm9ybSBmaWVsZCwgbWFrZSBzdXJlIHRvIHNldCBgbHVJbnB1dGAgdG8geW91ciBpbnB1dCBpbnNpZGUgbHUtZm9ybS1maWVsZCcpO1xuXHRcdH1cblx0XHR0aGlzLiNuYXRpdmVJbnB1dFJlZiA9IHRoaXMuaW5wdXQuaG9zdC5uYXRpdmVFbGVtZW50O1xuXHRcdHRoaXMuaWQgPSBgJHt0aGlzLiNuYXRpdmVJbnB1dFJlZi50YWdOYW1lLnRvTG93ZXJDYXNlKCl9LSR7KytuZXh0SWR9YDtcblx0XHR0aGlzLiNuYXRpdmVJbnB1dFJlZi5pZCA9IHRoaXMuaWQ7XG5cdFx0dGhpcy51cGRhdGVBcmlhKCk7XG5cdFx0dGhpcy5yZWFkeSQubmV4dCh0cnVlKTtcblx0fVxuXG5cdHByaXZhdGUgdXBkYXRlQXJpYSgpOiB2b2lkIHtcblx0XHR0aGlzLiNuYXRpdmVJbnB1dFJlZi5hcmlhSW52YWxpZCA9IHRoaXMuaW52YWxpZC50b1N0cmluZygpO1xuXHRcdHRoaXMuI25hdGl2ZUlucHV0UmVmLmFyaWFSZXF1aXJlZCA9IHRoaXMucmVxdWlyZWQudG9TdHJpbmcoKTtcblx0XHR0aGlzLiNuYXRpdmVJbnB1dFJlZi5zZXRBdHRyaWJ1dGUoJ2FyaWEtZGVzY3JpYmVkYnknLCBgJHt0aGlzLmlkfS1tZXNzYWdlYCk7XG5cdFx0dGhpcy5hZGRMYWJlbGxlZEJ5KGAke3RoaXMuaWR9LWxhYmVsYCk7XG5cdH1cblxuXHRuZ09uRGVzdHJveSgpOiB2b2lkIHtcblx0XHR0aGlzLnJlYWR5JC5jb21wbGV0ZSgpO1xuXHR9XG5cblx0bmdEb0NoZWNrKCk6IHZvaWQge1xuXHRcdGlmICh0aGlzLiNjb250cm9sKSB7XG5cdFx0XHQvLyBpbnZhbGlkIG1hbmFnZW1lbnRcblx0XHRcdGNvbnN0IHByZXZpb3VzSW52YWxpZCA9IHRoaXMuaW52YWxpZDtcblx0XHRcdHRoaXMuaW52YWxpZCA9IHRoaXMuI2NvbnRyb2wuaW52YWxpZCAmJiB0aGlzLiNjb250cm9sLnRvdWNoZWQ7XG5cblx0XHRcdC8vIHJlcXVpcmVkIG1hbmFnZW1lbnRcblx0XHRcdGNvbnN0IHByZXZpb3VzUmVxdWlyZWQgPSB0aGlzLnJlcXVpcmVkO1xuXHRcdFx0dGhpcy5yZXF1aXJlZCA9IHRoaXMuI3JlcXVpcmVkVmFsaWRhdG9yXG5cdFx0XHRcdD8gYm9vbGVhbkF0dHJpYnV0ZSh0aGlzLiNyZXF1aXJlZFZhbGlkYXRvci5yZXF1aXJlZClcblx0XHRcdFx0OiB0aGlzLiNjb250cm9sLmNvbnRyb2wuaGFzVmFsaWRhdG9yKFZhbGlkYXRvcnMucmVxdWlyZWQpIHx8IHRoaXMuI2NvbnRyb2wuY29udHJvbC5oYXNWYWxpZGF0b3IoVmFsaWRhdG9ycy5yZXF1aXJlZFRydWUpO1xuXG5cdFx0XHQvLyBJZiBzdHVmZiBjaGFuZ2VkLCB1cGRhdGUgYXJpYSBhdHRyaWJ1dGVzXG5cdFx0XHRpZiAodGhpcy5pbnZhbGlkICE9PSBwcmV2aW91c0ludmFsaWQgfHwgdGhpcy5yZXF1aXJlZCAhPT0gcHJldmlvdXNSZXF1aXJlZCkge1xuXHRcdFx0XHR0aGlzLnVwZGF0ZUFyaWEoKTtcblx0XHRcdH1cblx0XHR9XG5cdH1cbn1cbiIsIjxsYWJlbFxuXHRjbGFzcz1cImZvcm1MYWJlbFwiXG5cdFtjbGFzcy5pcy1lcnJvcl09XCJpbnZhbGlkXCJcblx0aWQ9XCJ7e2lkfX0tbGFiZWxcIlxuXHRmb3I9XCJ7e2lkfX1cIlxuXHRbY2xhc3MudS1tYXNrXT1cImhpZGRlbkxhYmVsXCJcblx0YXR0ci5hcmlhLWhpZGRlbj1cInt7aGlkZGVuTGFiZWx9fVwiXG4+XG5cdHt7bGFiZWx9fTxzdXAgY2xhc3M9XCJmb3JtTGFiZWwtcmVxdWlyZWRcIiBhcmlhLWhpZGRlbj1cInRydWVcIiAqbmdJZj1cInJlcXVpcmVkXCI+Kjwvc3VwPlxuXHQ8bHUtaWNvbiBpY29uPVwiaGVscE91dGxpbmVcIiBhbHQ9XCJcIiAqbmdJZj1cInRvb2x0aXBcIiBbbHVUb29sdGlwXT1cInRvb2x0aXBcIiBbY29sb3JdPVwiaW52YWxpZCA/ICdlcnJvcicgOiAnaW5oZXJpdCdcIj48L2x1LWljb24+XG48L2xhYmVsPlxuPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuPGx1LWlubGluZS1tZXNzYWdlXG5cdGlkPVwie3tpZH19LW1lc3NhZ2VcIlxuXHQqbmdJZj1cImlubGluZU1lc3NhZ2VcIlxuXHRbbGFiZWxdPVwiaW5saW5lTWVzc2FnZVwiXG5cdFtzdGF0ZV09XCJpbnZhbGlkID8gJ2Vycm9yJyA6IGlubGluZU1lc3NhZ2VTdGF0ZVwiXG4+PC9sdS1pbmxpbmUtbWVzc2FnZT5cbiJdfQ==
|
|
@@ -6,11 +6,11 @@ export class IconComponent {
|
|
|
6
6
|
this.color = 'inherit';
|
|
7
7
|
}
|
|
8
8
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
9
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.2", type: IconComponent, isStandalone: true, selector: "lu-icon", inputs: { icon: "icon", alt: "alt", size: "size", color: "color" }, ngImport: i0, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\n", styles: ["@charset \"UTF-8\";body{-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lucca icons;font-style:normal;font-weight:400;src:url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff2) format(\"woff2\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff) format(\"woff\");letter-spacing:normal;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures}.lucca-icon{font-weight:400;font-size:var(--icon-size, 1.5rem);direction:ltr;display:inline-block;font-family:Lucca icons;font-feature-settings:\"liga\";-webkit-font-smoothing:antialiased;font-style:normal;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:text-bottom;white-space:nowrap;word-wrap:normal}.lucca-icon.icon-app:before{content:\"\\e959\"}.lucca-icon.icon-apps:before{content:\"\\e959\"}.lucca-icon.icon-nineTiles:before{content:\"\\e959\"}.lucca-icon.icon-mosaic:before{content:\"\\e959\"}.lucca-icon.icon-tiles:before{content:\"\\e959\"}.lucca-icon.icon-arrowBackward:before{content:\"\\e9ef\"}.lucca-icon.icon-backward:before{content:\"\\e9ef\"}.lucca-icon.icon-arrowBottom:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowFullSouth:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowBottomLeft:before{content:\"\\e9ddd\"}.lucca-icon.icon-arrowBottomRight:before{content:\"\\e9ccc\"}.lucca-icon.icon-arrowChevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowSouth:before{content:\"\\e97c\"}.lucca-icon.icon-southArrow:before{content:\"\\e97c\"}.lucca-icon.icon-southThinArrow:before{content:\"\\e97c\"}.lucca-icon.icon-chevronSouth:before{content:\"\\e97c\"}.lucca-icon.icon-chevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowChevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowWest:before{content:\"\\e994\"}.lucca-icon.icon-westArrow:before{content:\"\\e994\"}.lucca-icon.icon-westThinArrow:before{content:\"\\e994\"}.lucca-icon.icon-chevronWest:before{content:\"\\e994\"}.lucca-icon.icon-chevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowChevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowEast:before{content:\"\\e926\"}.lucca-icon.icon-eastArrow:before{content:\"\\e926\"}.lucca-icon.icon-eastThinArrow:before{content:\"\\e926\"}.lucca-icon.icon-chevronEast:before{content:\"\\e926\"}.lucca-icon.icon-chevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowChevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowNorth:before{content:\"\\e95a\"}.lucca-icon.icon-northArrow:before{content:\"\\e95a\"}.lucca-icon.icon-northThinArrow:before{content:\"\\e95a\"}.lucca-icon.icon-chevronNorth:before{content:\"\\e95a\"}.lucca-icon.icon-chevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowCorner:before{content:\"\\e9b9\"}.lucca-icon.icon-distribute:before{content:\"\\e9b9\"}.lucca-icon.icon-arrowDownload:before{content:\"\\e924\"}.lucca-icon.icon-download:before{content:\"\\e924\"}.lucca-icon.icon-arrowExternal:before{content:\"\\e95d\"}.lucca-icon.icon-outside:before{content:\"\\e95d\"}.lucca-icon.icon-arrowForward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowDouble:before{content:\"\\e9c5\"}.lucca-icon.icon-forward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowLeft:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowFullWest:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowLogin:before{content:\"\\e93f\"}.lucca-icon.icon-login:before{content:\"\\e93f\"}.lucca-icon.icon-arrowLogout:before{content:\"\\e940\"}.lucca-icon.icon-logout:before{content:\"\\e940\"}.lucca-icon.icon-arrowOppositeHorizontal:before{content:\"\\e9ad\"}.lucca-icon.icon-swap:before{content:\"\\e9ad\"}.lucca-icon.icon-arrowOppositeVertical:before{content:\"\\e912\"}.lucca-icon.icon-creditDebit:before{content:\"\\e912\"}.lucca-icon.icon-arrowReply:before{content:\"\\e9ba\"}.lucca-icon.icon-reply:before{content:\"\\e9ba\"}.lucca-icon.icon-arrowReset:before{content:\"\\e970\"}.lucca-icon.icon-refresh:before{content:\"\\e970\"}.lucca-icon.icon-update:before{content:\"\\e970\"}.lucca-icon.icon-arrowRight:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowFullEast:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowSync:before{content:\"\\e9c3\"}.lucca-icon.icon-sync:before{content:\"\\e9c3\"}.lucca-icon.icon-arrowSyncStrikethrough:before{content:\"\\e9c2\"}.lucca-icon.icon-syncDisabled:before{content:\"\\e9c2\"}.lucca-icon.icon-arrowTop:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowFullNorth:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowTopLeft:before{content:\"\\e9dd\"}.lucca-icon.icon-arrowTopRight:before{content:\"\\e9df\"}.lucca-icon.icon-arrowUnfoldLess:before{content:\"\\e9c8\"}.lucca-icon.icon-collapse:before{content:\"\\e9c8\"}.lucca-icon.icon-arrowUnfoldMore:before{content:\"\\e9c9\"}.lucca-icon.icon-expand:before{content:\"\\e9c9\"}.lucca-icon.icon-arrowUpload:before{content:\"\\e98f\"}.lucca-icon.icon-upload:before{content:\"\\e98f\"}.lucca-icon.icon-cloudUpload:before{content:\"\\e98f\"}.lucca-icon.icon-bell:before{content:\"\\e904\"}.lucca-icon.icon-notification:before{content:\"\\e904\"}.lucca-icon.icon-bellStrikethrough:before{content:\"\\e91a\"}.lucca-icon.icon-book:before{content:\"\\e9af\"}.lucca-icon.icon-bookmark:before{content:\"\\e9c0\"}.lucca-icon.icon-bookmarkFilled:before{content:\"\\e9da\"}.lucca-icon.icon-boxArchive:before{content:\"\\e99c\"}.lucca-icon.icon-archive:before{content:\"\\e99c\"}.lucca-icon.icon-boxUnarchive:before{content:\"\\e95e\"}.lucca-icon.icon-unarchive:before{content:\"\\e95e\"}.lucca-icon.icon-branch:before{content:\"\\e90d\"}.lucca-icon.icon-bubbleAnswer:before{content:\"\\e953\"}.lucca-icon.icon-answer:before{content:\"\\e953\"}.lucca-icon.icon-bubbleConversation:before{content:\"\\e935\"}.lucca-icon.icon-messenger:before{content:\"\\e935\"}.lucca-icon.icon-bubbleSpeech:before{content:\"\\e982\"}.lucca-icon.icon-chat:before{content:\"\\e982\"}.lucca-icon.icon-talk:before{content:\"\\e982\"}.lucca-icon.icon-dialog:before{content:\"\\e982\"}.lucca-icon.icon-buildingCompany:before{content:\"\\e903\"}.lucca-icon.icon-building:before{content:\"\\e903\"}.lucca-icon.icon-establishment:before{content:\"\\e903\"}.lucca-icon.icon-buildingHouse:before{content:\"\\e913\"}.lucca-icon.icon-house:before{content:\"\\e913\"}.lucca-icon.icon-home:before{content:\"\\e913\"}.lucca-icon.icon-buildingHouseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-houseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-homeFill:before{content:\"\\e99d\"}.lucca-icon.icon-buildingHouseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-houseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-homeStarred:before{content:\"\\e99e\"}.lucca-icon.icon-buildingStore:before{content:\"\\e8ff\"}.lucca-icon.icon-store:before{content:\"\\e8ff\"}.lucca-icon.icon-bulb:before{content:\"\\e9b1\"}.lucca-icon.icon-lightBulb:before{content:\"\\e9b1\"}.lucca-icon.icon-calendarChecked:before{content:\"\\e9c7\"}.lucca-icon.icon-calendarDate:before{content:\"\\e920\"}.lucca-icon.icon-calendar:before{content:\"\\e920\"}.lucca-icon.icon-planning:before{content:\"\\e920\"}.lucca-icon.icon-calendarEdit:before{content:\"\\e91e\"}.lucca-icon.icon-planningEdit:before{content:\"\\e91e\"}.lucca-icon.icon-calendarPlanning:before{content:\"\\e90c\"}.lucca-icon.icon-payPeriod:before{content:\"\\e90c\"}.lucca-icon.icon-calendarSettings:before{content:\"\\e92a\"}.lucca-icon.icon-planningManage:before{content:\"\\e92a\"}.lucca-icon.icon-calendarStrikethrough:before{content:\"\\e957\"}.lucca-icon.icon-calendarOff:before{content:\"\\e957\"}.lucca-icon.icon-capCrown:before{content:\"\\e95b\"}.lucca-icon.icon-crown:before{content:\"\\e95b\"}.lucca-icon.icon-capGraduate:before{content:\"\\e9d3\"}.lucca-icon.icon-graduate:before{content:\"\\e9d3\"}.lucca-icon.icon-school:before{content:\"\\e9d3\"}.lucca-icon.icon-certificationFailed:before{content:\"\\e9a8\"}.lucca-icon.icon-certifKo:before{content:\"\\e9a8\"}.lucca-icon.icon-certificationSuccess:before{content:\"\\e9a6\"}.lucca-icon.icon-certifOk:before{content:\"\\e9a6\"}.lucca-icon.icon-certificationWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-certifWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-chartDonut:before{content:\"\\e9aa\"}.lucca-icon.icon-donut:before{content:\"\\e9aa\"}.lucca-icon.icon-donutChart:before{content:\"\\e9aa\"}.lucca-icon.icon-chartFlow:before{content:\"\\e930\"}.lucca-icon.icon-familyTree:before{content:\"\\e930\"}.lucca-icon.icon-orgTree:before{content:\"\\e930\"}.lucca-icon.icon-chartHorizontalBar:before{content:\"\\e9ab\"}.lucca-icon.icon-horizontalBarChart:before{content:\"\\e9ab\"}.lucca-icon.icon-chartLevels:before{content:\"\\e9ae\"}.lucca-icon.icon-level:before{content:\"\\e9ae\"}.lucca-icon.icon-chartPie:before{content:\"\\e9ac\"}.lucca-icon.icon-dashboard:before{content:\"\\e9ac\"}.lucca-icon.icon-chartSpider:before{content:\"\\e9f1\"}.lucca-icon.icon-chartVerticalBar:before{content:\"\\e971\"}.lucca-icon.icon-analytics:before{content:\"\\e971\"}.lucca-icon.icon-charts:before{content:\"\\e971\"}.lucca-icon.icon-clipboard:before{content:\"\\e962\"}.lucca-icon.icon-paste:before{content:\"\\e962\"}.lucca-icon.icon-completion:before{content:\"\\e905\"}.lucca-icon.icon-cornersFullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-fullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-cornersFullscreenOpen:before{content:\"\\e937\"}.lucca-icon.icon-fullscreen:before{content:\"\\e937\"}.lucca-icon.icon-dataTable:before{content:\"\\e9d5\"}.lucca-icon.icon-table:before{content:\"\\e9d5\"}.lucca-icon.icon-database:before{content:\"\\e91f\"}.lucca-icon.icon-databaseArrow:before{content:\"\\e907\"}.lucca-icon.icon-apiSync:before{content:\"\\e907\"}.lucca-icon.icon-deviceCamera:before{content:\"\\e965\"}.lucca-icon.icon-camera:before{content:\"\\e965\"}.lucca-icon.icon-deviceComputer:before{content:\"\\e91c\"}.lucca-icon.icon-computer:before{content:\"\\e91c\"}.lucca-icon.icon-deviceLaptop:before{content:\"\\e9d0\"}.lucca-icon.icon-laptop:before{content:\"\\e9d0\"}.lucca-icon.icon-deviceMobile:before{content:\"\\e9999\"}.lucca-icon.icon-deviceMouse:before{content:\"\\e91d\"}.lucca-icon.icon-computerMouse:before{content:\"\\e91d\"}.lucca-icon.icon-devicePrinter:before{content:\"\\e96b\"}.lucca-icon.icon-print:before{content:\"\\e96b\"}.lucca-icon.icon-deviceVideo:before{content:\"\\e9e5\"}.lucca-icon.icon-dotsDrag:before{content:\"\\e9a4\"}.lucca-icon.icon-drag:before{content:\"\\e9a4\"}.lucca-icon.icon-eye:before{content:\"\\e993\"}.lucca-icon.icon-watch:before{content:\"\\e993\"}.lucca-icon.icon-eyeStrikethrough:before{content:\"\\e98e\"}.lucca-icon.icon-unwatch:before{content:\"\\e98e\"}.lucca-icon.icon-fileContract:before{content:\"\\e914\"}.lucca-icon.icon-contract:before{content:\"\\e914\"}.lucca-icon.icon-fileCopy:before{content:\"\\e9ca\"}.lucca-icon.icon-copy:before{content:\"\\e9ca\"}.lucca-icon.icon-fileDocument:before{content:\"\\e932\"}.lucca-icon.icon-file:before{content:\"\\e932\"}.lucca-icon.icon-fileExport:before{content:\"\\e9cb\"}.lucca-icon.icon-fileFolder:before{content:\"\\e9cd\"}.lucca-icon.icon-folder:before{content:\"\\e9cd\"}.lucca-icon.icon-fileImport:before{content:\"\\e9e4\"}.lucca-icon.icon-importDirty:before{content:\"\\e9e4\"}.lucca-icon.icon-importPristine:before{content:\"\\e9e4\"}.lucca-icon.icon-fileSign:before{content:\"\\e95c\"}.lucca-icon.icon-sign:before{content:\"\\e95c\"}.lucca-icon.icon-filtersDescending:before{content:\"\\e9cc\"}.lucca-icon.icon-filterAbstract:before{content:\"\\e9cc\"}.lucca-icon.icon-filtersFunnel:before{content:\"\\e933\"}.lucca-icon.icon-funnel:before{content:\"\\e933\"}.lucca-icon.icon-filter:before{content:\"\\e933\"}.lucca-icon.icon-filtersSort:before{content:\"\\e9d4\"}.lucca-icon.icon-sort:before{content:\"\\e9d4\"}.lucca-icon.icon-reorder:before{content:\"\\e9d4\"}.lucca-icon.icon-flag:before{content:\"\\e934\"}.lucca-icon.icon-floppyDiskSave:before{content:\"\\e901\"}.lucca-icon.icon-save:before{content:\"\\e901\"}.lucca-icon.icon-foodBirthdayCake:before{content:\"\\e90b\"}.lucca-icon.icon-birthday:before{content:\"\\e90b\"}.lucca-icon.icon-foodBobun:before{content:\"\\e9e6\"}.lucca-icon.icon-lunchAlternative:before{content:\"\\e9e6\"}.lucca-icon.icon-foodBurger:before{content:\"\\e94d\"}.lucca-icon.icon-lunch:before{content:\"\\e94d\"}.lucca-icon.icon-meal:before{content:\"\\e94d\"}.lucca-icon.icon-foodChefHat:before{content:\"\\e9a1\"}.lucca-icon.icon-restaurant:before{content:\"\\e9a1\"}.lucca-icon.icon-foodClocheDish:before{content:\"\\e921\"}.lucca-icon.icon-diner:before{content:\"\\e921\"}.lucca-icon.icon-foodCocktail:before{content:\"\\e925\"}.lucca-icon.icon-drink:before{content:\"\\e925\"}.lucca-icon.icon-foodCoffee:before{content:\"\\e90f\"}.lucca-icon.icon-coffee:before{content:\"\\e90f\"}.lucca-icon.icon-breaktime:before{content:\"\\e90f\"}.lucca-icon.icon-foodCroissant:before{content:\"\\e90e\"}.lucca-icon.icon-breakfast:before{content:\"\\e90e\"}.lucca-icon.icon-foodSandwich:before{content:\"\\e97b\"}.lucca-icon.icon-snack:before{content:\"\\e97b\"}.lucca-icon.icon-formatBulletedList:before{content:\"\\e948\"}.lucca-icon.icon-list:before{content:\"\\e948\"}.lucca-icon.icon-formatClipperAttachment:before{content:\"\\e909\"}.lucca-icon.icon-attach:before{content:\"\\e909\"}.lucca-icon.icon-formatCornerUpLeft:before{content:\"\\e96f\"}.lucca-icon.icon-formatUndo:before{content:\"\\e96f\"}.lucca-icon.icon-formatCornerUpRight:before{content:\"\\e96e\"}.lucca-icon.icon-formatRedo:before{content:\"\\e96e\"}.lucca-icon.icon-formatLink:before{content:\"\\e93b\"}.lucca-icon.icon-formatNumberedList:before{content:\"\\e969\"}.lucca-icon.icon-formatListNb:before{content:\"\\e969\"}.lucca-icon.icon-formatText:before{content:\"\\e927\"}.lucca-icon.icon-formatJustify:before{content:\"\\e927\"}.lucca-icon.icon-formatTextBold:before{content:\"\\e997\"}.lucca-icon.icon-formatBold:before{content:\"\\e997\"}.lucca-icon.icon-formatTextClear:before{content:\"\\e999\"}.lucca-icon.icon-formatClear:before{content:\"\\e999\"}.lucca-icon.icon-formatTextItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatTextSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatTextStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatTextUnderline:before{content:\"\\e996\"}.lucca-icon.icon-formatUnderlined:before{content:\"\\e996\"}.lucca-icon.icon-formatUnlink:before{content:\"\\e915\"}.lucca-icon.icon-unlink:before{content:\"\\e915\"}.lucca-icon.icon-gift:before{content:\"\\e9cf\"}.lucca-icon.icon-present:before{content:\"\\e9cf\"}.lucca-icon.icon-heart:before{content:\"\\e910\"}.lucca-icon.icon-heartFilled:before{content:\"\\e9db\"}.lucca-icon.icon-heartStrikethrough:before{content:\"\\e93e\"}.lucca-icon.icon-brokenHeart:before{content:\"\\e93e\"}.lucca-icon.icon-hotelBed:before{content:\"\\e941\"}.lucca-icon.icon-bed:before{content:\"\\e941\"}.lucca-icon.icon-hotel:before{content:\"\\e941\"}.lucca-icon.icon-hotelHanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hotelIron:before{content:\"\\e945\"}.lucca-icon.icon-iron:before{content:\"\\e945\"}.lucca-icon.icon-pressing:before{content:\"\\e945\"}.lucca-icon.icon-hotelLuggage:before{content:\"\\e94c\"}.lucca-icon.icon-luggage:before{content:\"\\e94c\"}.lucca-icon.icon-jigsawPuzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-puzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-journey:before{content:\"\\e946\"}.lucca-icon.icon-milestone:before{content:\"\\e946\"}.lucca-icon.icon-jumpingCc:before{content:\"\\e94b\"}.lucca-icon.icon-lucca:before{content:\"\\e94b\"}.lucca-icon.icon-laboratoryTestFlask:before{content:\"\\e9d7\"}.lucca-icon.icon-test:before{content:\"\\e9d7\"}.lucca-icon.icon-layers:before{content:\"\\e987\"}.lucca-icon.icon-floor:before{content:\"\\e987\"}.lucca-icon.icon-listChecked:before{content:\"\\e9d1\"}.lucca-icon.icon-listChecklist:before{content:\"\\e917\"}.lucca-icon.icon-listTodo:before{content:\"\\e917\"}.lucca-icon.icon-lockClose:before{content:\"\\e94a\"}.lucca-icon.icon-lock:before{content:\"\\e94a\"}.lucca-icon.icon-lockKey:before{content:\"\\e947\"}.lucca-icon.icon-key:before{content:\"\\e947\"}.lucca-icon.icon-lockOpen:before{content:\"\\e98d\"}.lucca-icon.icon-unlock:before{content:\"\\e98d\"}.lucca-icon.icon-mailEnvelope:before{content:\"\\e94e\"}.lucca-icon.icon-mail:before{content:\"\\e94e\"}.lucca-icon.icon-mailMailbox:before{content:\"\\e97e\"}.lucca-icon.icon-mailbox:before{content:\"\\e97e\"}.lucca-icon.icon-stamp:before{content:\"\\e97e\"}.lucca-icon.icon-postage:before{content:\"\\e97e\"}.lucca-icon.icon-mailPaperPlane:before{content:\"\\e977\"}.lucca-icon.icon-send:before{content:\"\\e977\"}.lucca-icon.icon-mapGlobe:before{content:\"\\e97a\"}.lucca-icon.icon-globe:before{content:\"\\e97a\"}.lucca-icon.icon-mapLocation:before{content:\"\\e949\"}.lucca-icon.icon-location:before{content:\"\\e949\"}.lucca-icon.icon-mapPin:before{content:\"\\e967\"}.lucca-icon.icon-pin:before{content:\"\\e967\"}.lucca-icon.icon-mathsDivide:before{content:\"\\e954\"}.lucca-icon.icon-divide:before{content:\"\\e954\"}.lucca-icon.icon-mathsEquals:before{content:\"\\e93d\"}.lucca-icon.icon-equal:before{content:\"\\e93d\"}.lucca-icon.icon-mathsMinus:before{content:\"\\e975\"}.lucca-icon.icon-minus:before{content:\"\\e975\"}.lucca-icon.icon-partial:before{content:\"\\e975\"}.lucca-icon.icon-minimize:before{content:\"\\e975\"}.lucca-icon.icon-mathsMultiplicate:before{content:\"\\e981\"}.lucca-icon.icon-close:before{content:\"\\e981\"}.lucca-icon.icon-thinCross:before{content:\"\\e981\"}.lucca-icon.icon-cross:before{content:\"\\e981\"}.lucca-icon.icon-crossBold:before{content:\"\\e981\"}.lucca-icon.icon-mathsPlus:before{content:\"\\e985\"}.lucca-icon.icon-plus:before{content:\"\\e985\"}.lucca-icon.icon-plusBold:before{content:\"\\e985\"}.lucca-icon.icon-menuBurger:before{content:\"\\e950\"}.lucca-icon.icon-menu:before{content:\"\\e950\"}.lucca-icon.icon-hamburgerMenu:before{content:\"\\e950\"}.lucca-icon.icon-menuDots:before{content:\"\\e92b\"}.lucca-icon.icon-menuEllipsis:before{content:\"\\e92b\"}.lucca-icon.icon-ellipsis:before{content:\"\\e92b\"}.lucca-icon.icon-moneyBag:before{content:\"\\e900\"}.lucca-icon.icon-moneybag:before{content:\"\\e900\"}.lucca-icon.icon-moneyBagStrikethrough:before{content:\"\\e9f0\"}.lucca-icon.icon-noMoney:before{content:\"\\e9f0\"}.lucca-icon.icon-moneyBanknoteStrikethrough:before{content:\"\\e9de\"}.lucca-icon.icon-moneyBill:before{content:\"\\e9c6\"}.lucca-icon.icon-bill:before{content:\"\\e9c6\"}.lucca-icon.icon-moneyBuildingBank:before{content:\"\\e99f\"}.lucca-icon.icon-bank:before{content:\"\\e99f\"}.lucca-icon.icon-moneyCardImport:before{content:\"\\e943\"}.lucca-icon.icon-importCb:before{content:\"\\e943\"}.lucca-icon.icon-moneyCoins:before{content:\"\\e9d2\"}.lucca-icon.icon-money:before{content:\"\\e9d2\"}.lucca-icon.icon-payment:before{content:\"\\e9d2\"}.lucca-icon.icon-moneyCurrencyDollar:before{content:\"\\e9a5\"}.lucca-icon.icon-dollar:before{content:\"\\e9a5\"}.lucca-icon.icon-moneyCurrencyEuro:before{content:\"\\e92d\"}.lucca-icon.icon-euro:before{content:\"\\e92d\"}.lucca-icon.icon-moneyPaymentCard:before{content:\"\\e90a\"}.lucca-icon.icon-bankingCard:before{content:\"\\e90a\"}.lucca-icon.icon-moneyPiggyBank:before{content:\"\\e966\"}.lucca-icon.icon-piggyBank:before{content:\"\\e966\"}.lucca-icon.icon-moneyWallet:before{content:\"\\e9d8\"}.lucca-icon.icon-wallet:before{content:\"\\e9d8\"}.lucca-icon.icon-officeBriefcase:before{content:\"\\e9be\"}.lucca-icon.icon-officeChair:before{content:\"\\e986\"}.lucca-icon.icon-chair:before{content:\"\\e986\"}.lucca-icon.icon-officeCompass:before{content:\"\\e9a0\"}.lucca-icon.icon-compass:before{content:\"\\e9a0\"}.lucca-icon.icon-officeElectricalPlug:before{content:\"\\e9bd\"}.lucca-icon.icon-officePen:before{content:\"\\e928\"}.lucca-icon.icon-edit:before{content:\"\\e928\"}.lucca-icon.icon-editMini:before{content:\"\\e928\"}.lucca-icon.icon-officePenWriting:before{content:\"\\e929\"}.lucca-icon.icon-editWrite:before{content:\"\\e929\"}.lucca-icon.icon-editFrame:before{content:\"\\e929\"}.lucca-icon.icon-officePhone:before{content:\"\\e99b\"}.lucca-icon.icon-telephone:before{content:\"\\e99b\"}.lucca-icon.icon-officeScissors:before{content:\"\\e956\"}.lucca-icon.icon-cut:before{content:\"\\e956\"}.lucca-icon.icon-officeSupplies:before{content:\"\\e9e9\"}.lucca-icon.icon-supplies:before{content:\"\\e9e9\"}.lucca-icon.icon-peopleAdd:before{content:\"\\e902\"}.lucca-icon.icon-userAdd:before{content:\"\\e902\"}.lucca-icon.icon-adduser:before{content:\"\\e902\"}.lucca-icon.icon-peopleGroup:before{content:\"\\e93c\"}.lucca-icon.icon-userGroup:before{content:\"\\e93c\"}.lucca-icon.icon-group:before{content:\"\\e93c\"}.lucca-icon.icon-peopleId:before{content:\"\\e99a\"}.lucca-icon.icon-identityCard:before{content:\"\\e99a\"}.lucca-icon.icon-userFile:before{content:\"\\e99a\"}.lucca-icon.icon-dossierRh:before{content:\"\\e99a\"}.lucca-icon.icon-peopleLocked:before{content:\"\\e9d9\"}.lucca-icon.icon-userRoles:before{content:\"\\e9d9\"}.lucca-icon.icon-peoplePerson:before{content:\"\\e990\"}.lucca-icon.icon-user:before{content:\"\\e990\"}.lucca-icon.icon-face:before{content:\"\\e990\"}.lucca-icon.icon-peopleRemove:before{content:\"\\e972\"}.lucca-icon.icon-userRemove:before{content:\"\\e972\"}.lucca-icon.icon-peopleSwitch:before{content:\"\\e978\"}.lucca-icon.icon-send2user:before{content:\"\\e978\"}.lucca-icon.icon-userSendTo:before{content:\"\\e978\"}.lucca-icon.icon-peopleTeacher:before{content:\"\\e9b8\"}.lucca-icon.icon-teacher:before{content:\"\\e9b8\"}.lucca-icon.icon-pictureGallery:before{content:\"\\e939\"}.lucca-icon.icon-gallery:before{content:\"\\e939\"}.lucca-icon.icon-pictureImage:before{content:\"\\e942\"}.lucca-icon.icon-image:before{content:\"\\e942\"}.lucca-icon.icon-picturePalette:before{content:\"\\e95f\"}.lucca-icon.icon-palette:before{content:\"\\e95f\"}.lucca-icon.icon-playerPauseCircle:before{content:\"\\e955\"}.lucca-icon.icon-pause:before{content:\"\\e955\"}.lucca-icon.icon-playerPlay:before{content:\"\\e944\"}.lucca-icon.icon-playFull:before{content:\"\\e944\"}.lucca-icon.icon-playerPlayCircle:before{content:\"\\e92f\"}.lucca-icon.icon-play:before{content:\"\\e92f\"}.lucca-icon.icon-playerStopCircle:before{content:\"\\e958\"}.lucca-icon.icon-stop:before{content:\"\\e958\"}.lucca-icon.icon-priceTag:before{content:\"\\e96a\"}.lucca-icon.icon-pricetag:before{content:\"\\e96a\"}.lucca-icon.icon-priorityHigh:before{content:\"\\e964\"}.lucca-icon.icon-high:before{content:\"\\e964\"}.lucca-icon.icon-priorityHigher:before{content:\"\\e94f\"}.lucca-icon.icon-higher:before{content:\"\\e94f\"}.lucca-icon.icon-priorityHighest:before{content:\"\\e96c\"}.lucca-icon.icon-highest:before{content:\"\\e96c\"}.lucca-icon.icon-priorityLow:before{content:\"\\e96d\"}.lucca-icon.icon-low:before{content:\"\\e96d\"}.lucca-icon.icon-priorityLower:before{content:\"\\e952\"}.lucca-icon.icon-lower:before{content:\"\\e952\"}.lucca-icon.icon-priorityLowest:before{content:\"\\e973\"}.lucca-icon.icon-lowest:before{content:\"\\e973\"}.lucca-icon.icon-priorityMedium:before{content:\"\\e974\"}.lucca-icon.icon-medium:before{content:\"\\e974\"}.lucca-icon.icon-rotationLeft:before{content:\"\\e9b2\"}.lucca-icon.icon-rotate:before{content:\"\\e9b2\"}.lucca-icon.icon-rotationRight:before{content:\"\\e9e8\"}.lucca-icon.icon-rotateRight:before{content:\"\\e9e8\"}.lucca-icon.icon-searchMagnifyingGlass:before{content:\"\\e976\"}.lucca-icon.icon-search:before{content:\"\\e976\"}.lucca-icon.icon-searchZoomIn:before{content:\"\\e9ff\"}.lucca-icon.icon-searchZoomOut:before{content:\"\\e9ee\"}.lucca-icon.icon-settingsEqualizer:before{content:\"\\e991\"}.lucca-icon.icon-sliders:before{content:\"\\e991\"}.lucca-icon.icon-settingsGear:before{content:\"\\e979\"}.lucca-icon.icon-settings:before{content:\"\\e979\"}.lucca-icon.icon-settingsTools:before{content:\"\\e989\"}.lucca-icon.icon-tools:before{content:\"\\e989\"}.lucca-icon.icon-share:before{content:\"\\e906\"}.lucca-icon.icon-signBan:before{content:\"\\e936\"}.lucca-icon.icon-forbidden:before{content:\"\\e936\"}.lucca-icon.icon-signCancel:before{content:\"\\e963\"}.lucca-icon.icon-cancel:before{content:\"\\e963\"}.lucca-icon.icon-signClose:before{content:\"\\e9bf\"}.lucca-icon.icon-signConfirm:before{content:\"\\e97d\"}.lucca-icon.icon-confirm:before{content:\"\\e97d\"}.lucca-icon.icon-tick:before{content:\"\\e97d\"}.lucca-icon.icon-tickThin:before{content:\"\\e97d\"}.lucca-icon.icon-tickBold:before{content:\"\\e97d\"}.lucca-icon.icon-signConstruction:before{content:\"\\e931\"}.lucca-icon.icon-build:before{content:\"\\e931\"}.lucca-icon.icon-signDiscount:before{content:\"\\e9e1\"}.lucca-icon.icon-discount:before{content:\"\\e9e1\"}.lucca-icon.icon-signError:before{content:\"\\e92c\"}.lucca-icon.icon-error:before{content:\"\\e92c\"}.lucca-icon.icon-signHelp:before{content:\"\\e9a3\"}.lucca-icon.icon-help:before{content:\"\\e9a3\"}.lucca-icon.icon-helpOutline:before{content:\"\\e9a3\"}.lucca-icon.icon-signInfo:before{content:\"\\e9b0\"}.lucca-icon.icon-info:before{content:\"\\e9b0\"}.lucca-icon.icon-signParking:before{content:\"\\e960\"}.lucca-icon.icon-parking:before{content:\"\\e960\"}.lucca-icon.icon-signSuccess:before{content:\"\\e9ed\"}.lucca-icon.icon-success:before{content:\"\\e9ed\"}.lucca-icon.icon-signWarning:before{content:\"\\e992\"}.lucca-icon.icon-warning:before{content:\"\\e992\"}.lucca-icon.icon-star:before{content:\"\\e961\"}.lucca-icon.icon-unstared:before{content:\"\\e961\"}.lucca-icon.icon-starFilled:before{content:\"\\e97f\"}.lucca-icon.icon-target:before{content:\"\\e9d6\"}.lucca-icon.icon-thumbDown:before{content:\"\\e923\"}.lucca-icon.icon-thumbDownFilled:before{content:\"\\e9dc\"}.lucca-icon.icon-thumbUp:before{content:\"\\e922\"}.lucca-icon.icon-thumbUpFilled:before{content:\"\\e9e2\"}.lucca-icon.icon-thumbnail:before{content:\"\\e91b\"}.lucca-icon.icon-timeAlarm:before{content:\"\\e9c4\"}.lucca-icon.icon-alarm:before{content:\"\\e9c4\"}.lucca-icon.icon-timeClock:before{content:\"\\e919\"}.lucca-icon.icon-clock:before{content:\"\\e919\"}.lucca-icon.icon-timeFuture:before{content:\"\\e908\"}.lucca-icon.icon-postpone:before{content:\"\\e908\"}.lucca-icon.icon-timeHourglass:before{content:\"\\e988\"}.lucca-icon.icon-timer:before{content:\"\\e988\"}.lucca-icon.icon-timePast:before{content:\"\\e984\"}.lucca-icon.icon-history:before{content:\"\\e984\"}.lucca-icon.icon-timeTimer:before{content:\"\\e9e0\"}.lucca-icon.icon-chronoOn:before{content:\"\\e9e0\"}.lucca-icon.icon-timeTimerStrikethrough:before{content:\"\\e9e7\"}.lucca-icon.icon-overplanned:before{content:\"\\e9e7\"}.lucca-icon.icon-timeTimesheet:before{content:\"\\e916\"}.lucca-icon.icon-timesheet:before{content:\"\\e916\"}.lucca-icon.icon-transportBus:before{content:\"\\e911\"}.lucca-icon.icon-bus:before{content:\"\\e911\"}.lucca-icon.icon-transportCar:before{content:\"\\e9a9\"}.lucca-icon.icon-car:before{content:\"\\e9a9\"}.lucca-icon.icon-transportCarwashStation:before{content:\"\\e918\"}.lucca-icon.icon-cleanCar:before{content:\"\\e918\"}.lucca-icon.icon-transportGazStation:before{content:\"\\e93a\"}.lucca-icon.icon-gasoline:before{content:\"\\e93a\"}.lucca-icon.icon-transportPlane:before{content:\"\\e968\"}.lucca-icon.icon-plane:before{content:\"\\e968\"}.lucca-icon.icon-transportRocket:before{content:\"\\e995\"}.lucca-icon.icon-rocket:before{content:\"\\e995\"}.lucca-icon.icon-transportSpeedometer:before{content:\"\\e951\"}.lucca-icon.icon-speedometer:before{content:\"\\e951\"}.lucca-icon.icon-mileage:before{content:\"\\e951\"}.lucca-icon.icon-transportSubway:before{content:\"\\e980\"}.lucca-icon.icon-subway:before{content:\"\\e980\"}.lucca-icon.icon-transportTaxi:before{content:\"\\e983\"}.lucca-icon.icon-taxi:before{content:\"\\e983\"}.lucca-icon.icon-transportToll:before{content:\"\\e9b3\"}.lucca-icon.icon-toll:before{content:\"\\e9b3\"}.lucca-icon.icon-tollDollar:before{content:\"\\e9b3\"}.lucca-icon.icon-tollEuro:before{content:\"\\e9b3\"}.lucca-icon.icon-transportTrain:before{content:\"\\e98a\"}.lucca-icon.icon-train:before{content:\"\\e98a\"}.lucca-icon.icon-transportTruck:before{content:\"\\e98c\"}.lucca-icon.icon-truck:before{content:\"\\e98c\"}.lucca-icon.icon-trashDelete:before{content:\"\\e98b\"}.lucca-icon.icon-trash:before{content:\"\\e98b\"}.lucca-icon.icon-trendingGrowth:before{content:\"\\e9bb\"}.lucca-icon.icon-evolution:before{content:\"\\e9bb\"}.lucca-icon.icon-trendingLoss:before{content:\"\\e9e3\"}.lucca-icon.icon-evolutionDown:before{content:\"\\e9e3\"}.lucca-icon.icon-weatherCloudy:before{content:\"\\e9ea\"}.lucca-icon.icon-weatherLightning:before{content:\"\\e9f2\"}.lucca-icon.icon-weatherStormy:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherStorm:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherSunny:before{content:\"\\e9ec\"}.lucca-icon.icon-weatherSun:before{content:\"\\e9ec\"}.lucca-icon.icon-weight:before{content:\"\\e9c1\"}.lucca-icon.mod-XXS{--icon-size: .75rem}.lucca-icon.mod-XS{--icon-size: 1rem}.lucca-icon.mod-S{--icon-size: 1.25rem}.lucca-icon.mod-M{--icon-size: 1.5rem}.lucca-icon.mod-L{--icon-size: 1.75rem}.lucca-icon.mod-XL{--icon-size: 2rem}.lucca-icon.mod-XXL{--icon-size: 2.5rem}:host{display:inline-flex}.icon-color-primary{color:var(--palettes-primary-700)}.icon-color-secondary{color:var(--palettes-secondary-700)}.icon-color-error{color:var(--palettes-error-700)}.icon-color-warning{color:var(--palettes-warning-700)}.icon-color-success{color:var(--palettes-success-700)}.icon-color-light{color:var(--palettes-grey-600)}.icon-color-placeholder{color:var(--palettes-grey-400)}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
9
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.2", type: IconComponent, isStandalone: true, selector: "lu-icon", inputs: { icon: "icon", alt: "alt", size: "size", color: "color" }, ngImport: i0, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\n", styles: ["@charset \"UTF-8\";body{-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lucca icons;font-style:normal;font-weight:400;src:url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff2) format(\"woff2\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff) format(\"woff\");letter-spacing:normal;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures}.lucca-icon{font-weight:400;font-size:var(--icon-size, 1.5rem);direction:ltr;display:inline-block;font-family:Lucca icons;font-feature-settings:\"liga\";-webkit-font-smoothing:antialiased;font-style:normal;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:text-bottom;white-space:nowrap;word-wrap:normal}.lucca-icon.icon-app:before{content:\"\\e959\"}.lucca-icon.icon-apps:before{content:\"\\e959\"}.lucca-icon.icon-nineTiles:before{content:\"\\e959\"}.lucca-icon.icon-mosaic:before{content:\"\\e959\"}.lucca-icon.icon-tiles:before{content:\"\\e959\"}.lucca-icon.icon-arrowBackward:before{content:\"\\e9ef\"}.lucca-icon.icon-backward:before{content:\"\\e9ef\"}.lucca-icon.icon-arrowBottom:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowFullSouth:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowBottomLeft:before{content:\"\\e9ddd\"}.lucca-icon.icon-arrowBottomRight:before{content:\"\\e9ccc\"}.lucca-icon.icon-arrowChevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowSouth:before{content:\"\\e97c\"}.lucca-icon.icon-southArrow:before{content:\"\\e97c\"}.lucca-icon.icon-southThinArrow:before{content:\"\\e97c\"}.lucca-icon.icon-chevronSouth:before{content:\"\\e97c\"}.lucca-icon.icon-chevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowChevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowWest:before{content:\"\\e994\"}.lucca-icon.icon-westArrow:before{content:\"\\e994\"}.lucca-icon.icon-westThinArrow:before{content:\"\\e994\"}.lucca-icon.icon-chevronWest:before{content:\"\\e994\"}.lucca-icon.icon-chevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowChevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowEast:before{content:\"\\e926\"}.lucca-icon.icon-eastArrow:before{content:\"\\e926\"}.lucca-icon.icon-eastThinArrow:before{content:\"\\e926\"}.lucca-icon.icon-chevronEast:before{content:\"\\e926\"}.lucca-icon.icon-chevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowChevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowNorth:before{content:\"\\e95a\"}.lucca-icon.icon-northArrow:before{content:\"\\e95a\"}.lucca-icon.icon-northThinArrow:before{content:\"\\e95a\"}.lucca-icon.icon-chevronNorth:before{content:\"\\e95a\"}.lucca-icon.icon-chevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowCorner:before{content:\"\\e9b9\"}.lucca-icon.icon-distribute:before{content:\"\\e9b9\"}.lucca-icon.icon-arrowDownload:before{content:\"\\e924\"}.lucca-icon.icon-download:before{content:\"\\e924\"}.lucca-icon.icon-arrowExternal:before{content:\"\\e95d\"}.lucca-icon.icon-outside:before{content:\"\\e95d\"}.lucca-icon.icon-arrowForward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowDouble:before{content:\"\\e9c5\"}.lucca-icon.icon-forward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowLeft:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowFullWest:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowLogin:before{content:\"\\e93f\"}.lucca-icon.icon-login:before{content:\"\\e93f\"}.lucca-icon.icon-arrowLogout:before{content:\"\\e940\"}.lucca-icon.icon-logout:before{content:\"\\e940\"}.lucca-icon.icon-arrowOppositeHorizontal:before{content:\"\\e9ad\"}.lucca-icon.icon-swap:before{content:\"\\e9ad\"}.lucca-icon.icon-arrowOppositeVertical:before{content:\"\\e912\"}.lucca-icon.icon-creditDebit:before{content:\"\\e912\"}.lucca-icon.icon-arrowReply:before{content:\"\\e9ba\"}.lucca-icon.icon-reply:before{content:\"\\e9ba\"}.lucca-icon.icon-arrowReset:before{content:\"\\e970\"}.lucca-icon.icon-refresh:before{content:\"\\e970\"}.lucca-icon.icon-update:before{content:\"\\e970\"}.lucca-icon.icon-arrowRight:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowFullEast:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowSync:before{content:\"\\e9c3\"}.lucca-icon.icon-sync:before{content:\"\\e9c3\"}.lucca-icon.icon-arrowSyncStrikethrough:before{content:\"\\e9c2\"}.lucca-icon.icon-syncDisabled:before{content:\"\\e9c2\"}.lucca-icon.icon-arrowTop:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowFullNorth:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowTopLeft:before{content:\"\\e9dd\"}.lucca-icon.icon-arrowTopRight:before{content:\"\\e9df\"}.lucca-icon.icon-arrowUnfoldLess:before{content:\"\\e9c8\"}.lucca-icon.icon-collapse:before{content:\"\\e9c8\"}.lucca-icon.icon-arrowUnfoldMore:before{content:\"\\e9c9\"}.lucca-icon.icon-expand:before{content:\"\\e9c9\"}.lucca-icon.icon-arrowUpload:before{content:\"\\e98f\"}.lucca-icon.icon-upload:before{content:\"\\e98f\"}.lucca-icon.icon-cloudUpload:before{content:\"\\e98f\"}.lucca-icon.icon-bell:before{content:\"\\e904\"}.lucca-icon.icon-notification:before{content:\"\\e904\"}.lucca-icon.icon-bellStrikethrough:before{content:\"\\e91a\"}.lucca-icon.icon-book:before{content:\"\\e9af\"}.lucca-icon.icon-bookmark:before{content:\"\\e9c0\"}.lucca-icon.icon-bookmarkFilled:before{content:\"\\e9da\"}.lucca-icon.icon-boxArchive:before{content:\"\\e99c\"}.lucca-icon.icon-archive:before{content:\"\\e99c\"}.lucca-icon.icon-boxUnarchive:before{content:\"\\e95e\"}.lucca-icon.icon-unarchive:before{content:\"\\e95e\"}.lucca-icon.icon-branch:before{content:\"\\e90d\"}.lucca-icon.icon-bubbleAnswer:before{content:\"\\e953\"}.lucca-icon.icon-answer:before{content:\"\\e953\"}.lucca-icon.icon-bubbleConversation:before{content:\"\\e935\"}.lucca-icon.icon-messenger:before{content:\"\\e935\"}.lucca-icon.icon-bubbleSpeech:before{content:\"\\e982\"}.lucca-icon.icon-chat:before{content:\"\\e982\"}.lucca-icon.icon-talk:before{content:\"\\e982\"}.lucca-icon.icon-dialog:before{content:\"\\e982\"}.lucca-icon.icon-buildingCompany:before{content:\"\\e903\"}.lucca-icon.icon-building:before{content:\"\\e903\"}.lucca-icon.icon-establishment:before{content:\"\\e903\"}.lucca-icon.icon-buildingHouse:before{content:\"\\e913\"}.lucca-icon.icon-house:before{content:\"\\e913\"}.lucca-icon.icon-home:before{content:\"\\e913\"}.lucca-icon.icon-buildingHouseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-houseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-homeFill:before{content:\"\\e99d\"}.lucca-icon.icon-buildingHouseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-houseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-homeStarred:before{content:\"\\e99e\"}.lucca-icon.icon-buildingStore:before{content:\"\\e8ff\"}.lucca-icon.icon-store:before{content:\"\\e8ff\"}.lucca-icon.icon-bulb:before{content:\"\\e9b1\"}.lucca-icon.icon-lightBulb:before{content:\"\\e9b1\"}.lucca-icon.icon-calendarChecked:before{content:\"\\e9c7\"}.lucca-icon.icon-calendarDate:before{content:\"\\e920\"}.lucca-icon.icon-calendar:before{content:\"\\e920\"}.lucca-icon.icon-planning:before{content:\"\\e920\"}.lucca-icon.icon-calendarEdit:before{content:\"\\e91e\"}.lucca-icon.icon-planningEdit:before{content:\"\\e91e\"}.lucca-icon.icon-calendarPlanning:before{content:\"\\e90c\"}.lucca-icon.icon-payPeriod:before{content:\"\\e90c\"}.lucca-icon.icon-calendarSettings:before{content:\"\\e92a\"}.lucca-icon.icon-planningManage:before{content:\"\\e92a\"}.lucca-icon.icon-calendarStrikethrough:before{content:\"\\e957\"}.lucca-icon.icon-calendarOff:before{content:\"\\e957\"}.lucca-icon.icon-capCrown:before{content:\"\\e95b\"}.lucca-icon.icon-crown:before{content:\"\\e95b\"}.lucca-icon.icon-capGraduate:before{content:\"\\e9d3\"}.lucca-icon.icon-graduate:before{content:\"\\e9d3\"}.lucca-icon.icon-school:before{content:\"\\e9d3\"}.lucca-icon.icon-certificationFailed:before{content:\"\\e9a8\"}.lucca-icon.icon-certifKo:before{content:\"\\e9a8\"}.lucca-icon.icon-certificationSuccess:before{content:\"\\e9a6\"}.lucca-icon.icon-certifOk:before{content:\"\\e9a6\"}.lucca-icon.icon-certificationWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-certifWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-chartDonut:before{content:\"\\e9aa\"}.lucca-icon.icon-donut:before{content:\"\\e9aa\"}.lucca-icon.icon-donutChart:before{content:\"\\e9aa\"}.lucca-icon.icon-chartFlow:before{content:\"\\e930\"}.lucca-icon.icon-familyTree:before{content:\"\\e930\"}.lucca-icon.icon-orgTree:before{content:\"\\e930\"}.lucca-icon.icon-chartHorizontalBar:before{content:\"\\e9ab\"}.lucca-icon.icon-horizontalBarChart:before{content:\"\\e9ab\"}.lucca-icon.icon-chartLevels:before{content:\"\\e9ae\"}.lucca-icon.icon-level:before{content:\"\\e9ae\"}.lucca-icon.icon-chartPie:before{content:\"\\e9ac\"}.lucca-icon.icon-dashboard:before{content:\"\\e9ac\"}.lucca-icon.icon-chartSpider:before{content:\"\\e9f1\"}.lucca-icon.icon-chartVerticalBar:before{content:\"\\e971\"}.lucca-icon.icon-analytics:before{content:\"\\e971\"}.lucca-icon.icon-charts:before{content:\"\\e971\"}.lucca-icon.icon-clipboard:before{content:\"\\e962\"}.lucca-icon.icon-paste:before{content:\"\\e962\"}.lucca-icon.icon-completion:before{content:\"\\e905\"}.lucca-icon.icon-cornersFullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-fullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-cornersFullscreenOpen:before{content:\"\\e937\"}.lucca-icon.icon-fullscreen:before{content:\"\\e937\"}.lucca-icon.icon-dataTable:before{content:\"\\e9d5\"}.lucca-icon.icon-table:before{content:\"\\e9d5\"}.lucca-icon.icon-database:before{content:\"\\e91f\"}.lucca-icon.icon-databaseArrow:before{content:\"\\e907\"}.lucca-icon.icon-apiSync:before{content:\"\\e907\"}.lucca-icon.icon-deviceCamera:before{content:\"\\e965\"}.lucca-icon.icon-camera:before{content:\"\\e965\"}.lucca-icon.icon-deviceComputer:before{content:\"\\e91c\"}.lucca-icon.icon-computer:before{content:\"\\e91c\"}.lucca-icon.icon-deviceLaptop:before{content:\"\\e9d0\"}.lucca-icon.icon-laptop:before{content:\"\\e9d0\"}.lucca-icon.icon-deviceMobile:before{content:\"\\e9999\"}.lucca-icon.icon-deviceMouse:before{content:\"\\e91d\"}.lucca-icon.icon-computerMouse:before{content:\"\\e91d\"}.lucca-icon.icon-devicePrinter:before{content:\"\\e96b\"}.lucca-icon.icon-print:before{content:\"\\e96b\"}.lucca-icon.icon-deviceVideo:before{content:\"\\e9e5\"}.lucca-icon.icon-dotsDrag:before{content:\"\\e9a4\"}.lucca-icon.icon-drag:before{content:\"\\e9a4\"}.lucca-icon.icon-eye:before{content:\"\\e993\"}.lucca-icon.icon-watch:before{content:\"\\e993\"}.lucca-icon.icon-eyeStrikethrough:before{content:\"\\e98e\"}.lucca-icon.icon-unwatch:before{content:\"\\e98e\"}.lucca-icon.icon-fileContract:before{content:\"\\e914\"}.lucca-icon.icon-contract:before{content:\"\\e914\"}.lucca-icon.icon-fileCopy:before{content:\"\\e9ca\"}.lucca-icon.icon-copy:before{content:\"\\e9ca\"}.lucca-icon.icon-fileDocument:before{content:\"\\e932\"}.lucca-icon.icon-file:before{content:\"\\e932\"}.lucca-icon.icon-fileExport:before{content:\"\\e9cb\"}.lucca-icon.icon-fileFolder:before{content:\"\\e9cd\"}.lucca-icon.icon-folder:before{content:\"\\e9cd\"}.lucca-icon.icon-fileImport:before{content:\"\\e9e4\"}.lucca-icon.icon-importDirty:before{content:\"\\e9e4\"}.lucca-icon.icon-importPristine:before{content:\"\\e9e4\"}.lucca-icon.icon-fileSign:before{content:\"\\e95c\"}.lucca-icon.icon-sign:before{content:\"\\e95c\"}.lucca-icon.icon-filtersDescending:before{content:\"\\e9cc\"}.lucca-icon.icon-filterAbstract:before{content:\"\\e9cc\"}.lucca-icon.icon-filtersFunnel:before{content:\"\\e933\"}.lucca-icon.icon-funnel:before{content:\"\\e933\"}.lucca-icon.icon-filter:before{content:\"\\e933\"}.lucca-icon.icon-filtersSort:before{content:\"\\e9d4\"}.lucca-icon.icon-sort:before{content:\"\\e9d4\"}.lucca-icon.icon-reorder:before{content:\"\\e9d4\"}.lucca-icon.icon-flag:before{content:\"\\e934\"}.lucca-icon.icon-floppyDiskSave:before{content:\"\\e901\"}.lucca-icon.icon-save:before{content:\"\\e901\"}.lucca-icon.icon-foodBirthdayCake:before{content:\"\\e90b\"}.lucca-icon.icon-birthday:before{content:\"\\e90b\"}.lucca-icon.icon-foodBobun:before{content:\"\\e9e6\"}.lucca-icon.icon-lunchAlternative:before{content:\"\\e9e6\"}.lucca-icon.icon-foodBurger:before{content:\"\\e94d\"}.lucca-icon.icon-lunch:before{content:\"\\e94d\"}.lucca-icon.icon-meal:before{content:\"\\e94d\"}.lucca-icon.icon-foodChefHat:before{content:\"\\e9a1\"}.lucca-icon.icon-restaurant:before{content:\"\\e9a1\"}.lucca-icon.icon-foodClocheDish:before{content:\"\\e921\"}.lucca-icon.icon-diner:before{content:\"\\e921\"}.lucca-icon.icon-foodCocktail:before{content:\"\\e925\"}.lucca-icon.icon-drink:before{content:\"\\e925\"}.lucca-icon.icon-foodCoffee:before{content:\"\\e90f\"}.lucca-icon.icon-coffee:before{content:\"\\e90f\"}.lucca-icon.icon-breaktime:before{content:\"\\e90f\"}.lucca-icon.icon-foodCroissant:before{content:\"\\e90e\"}.lucca-icon.icon-breakfast:before{content:\"\\e90e\"}.lucca-icon.icon-foodSandwich:before{content:\"\\e97b\"}.lucca-icon.icon-snack:before{content:\"\\e97b\"}.lucca-icon.icon-formatBulletedList:before{content:\"\\e948\"}.lucca-icon.icon-list:before{content:\"\\e948\"}.lucca-icon.icon-formatClipperAttachment:before{content:\"\\e909\"}.lucca-icon.icon-attach:before{content:\"\\e909\"}.lucca-icon.icon-formatCornerUpLeft:before{content:\"\\e96f\"}.lucca-icon.icon-formatUndo:before{content:\"\\e96f\"}.lucca-icon.icon-formatCornerUpRight:before{content:\"\\e96e\"}.lucca-icon.icon-formatRedo:before{content:\"\\e96e\"}.lucca-icon.icon-formatLink:before{content:\"\\e93b\"}.lucca-icon.icon-formatNumberedList:before{content:\"\\e969\"}.lucca-icon.icon-formatListNb:before{content:\"\\e969\"}.lucca-icon.icon-formatText:before{content:\"\\e927\"}.lucca-icon.icon-formatJustify:before{content:\"\\e927\"}.lucca-icon.icon-formatTextBold:before{content:\"\\e997\"}.lucca-icon.icon-formatBold:before{content:\"\\e997\"}.lucca-icon.icon-formatTextClear:before{content:\"\\e999\"}.lucca-icon.icon-formatClear:before{content:\"\\e999\"}.lucca-icon.icon-formatTextItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatTextSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatTextStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatTextUnderline:before{content:\"\\e996\"}.lucca-icon.icon-formatUnderlined:before{content:\"\\e996\"}.lucca-icon.icon-formatUnlink:before{content:\"\\e915\"}.lucca-icon.icon-unlink:before{content:\"\\e915\"}.lucca-icon.icon-gift:before{content:\"\\e9cf\"}.lucca-icon.icon-present:before{content:\"\\e9cf\"}.lucca-icon.icon-heart:before{content:\"\\e910\"}.lucca-icon.icon-heartFilled:before{content:\"\\e9db\"}.lucca-icon.icon-heartStrikethrough:before{content:\"\\e93e\"}.lucca-icon.icon-brokenHeart:before{content:\"\\e93e\"}.lucca-icon.icon-hotelBed:before{content:\"\\e941\"}.lucca-icon.icon-bed:before{content:\"\\e941\"}.lucca-icon.icon-hotel:before{content:\"\\e941\"}.lucca-icon.icon-hotelHanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hotelIron:before{content:\"\\e945\"}.lucca-icon.icon-iron:before{content:\"\\e945\"}.lucca-icon.icon-pressing:before{content:\"\\e945\"}.lucca-icon.icon-hotelLuggage:before{content:\"\\e94c\"}.lucca-icon.icon-luggage:before{content:\"\\e94c\"}.lucca-icon.icon-jigsawPuzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-puzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-journey:before{content:\"\\e946\"}.lucca-icon.icon-milestone:before{content:\"\\e946\"}.lucca-icon.icon-jumpingCc:before{content:\"\\e94b\"}.lucca-icon.icon-lucca:before{content:\"\\e94b\"}.lucca-icon.icon-laboratoryTestFlask:before{content:\"\\e9d7\"}.lucca-icon.icon-test:before{content:\"\\e9d7\"}.lucca-icon.icon-layers:before{content:\"\\e987\"}.lucca-icon.icon-floor:before{content:\"\\e987\"}.lucca-icon.icon-listChecked:before{content:\"\\e9d1\"}.lucca-icon.icon-listChecklist:before{content:\"\\e917\"}.lucca-icon.icon-listTodo:before{content:\"\\e917\"}.lucca-icon.icon-lockClose:before{content:\"\\e94a\"}.lucca-icon.icon-lock:before{content:\"\\e94a\"}.lucca-icon.icon-lockKey:before{content:\"\\e947\"}.lucca-icon.icon-key:before{content:\"\\e947\"}.lucca-icon.icon-lockOpen:before{content:\"\\e98d\"}.lucca-icon.icon-unlock:before{content:\"\\e98d\"}.lucca-icon.icon-mailEnvelope:before{content:\"\\e94e\"}.lucca-icon.icon-mail:before{content:\"\\e94e\"}.lucca-icon.icon-mailMailbox:before{content:\"\\e97e\"}.lucca-icon.icon-mailbox:before{content:\"\\e97e\"}.lucca-icon.icon-stamp:before{content:\"\\e97e\"}.lucca-icon.icon-postage:before{content:\"\\e97e\"}.lucca-icon.icon-mailPaperPlane:before{content:\"\\e977\"}.lucca-icon.icon-send:before{content:\"\\e977\"}.lucca-icon.icon-mapGlobe:before{content:\"\\e97a\"}.lucca-icon.icon-globe:before{content:\"\\e97a\"}.lucca-icon.icon-mapLocation:before{content:\"\\e949\"}.lucca-icon.icon-location:before{content:\"\\e949\"}.lucca-icon.icon-mapPin:before{content:\"\\e967\"}.lucca-icon.icon-pin:before{content:\"\\e967\"}.lucca-icon.icon-mathsDivide:before{content:\"\\e954\"}.lucca-icon.icon-divide:before{content:\"\\e954\"}.lucca-icon.icon-mathsEquals:before{content:\"\\e93d\"}.lucca-icon.icon-equal:before{content:\"\\e93d\"}.lucca-icon.icon-mathsMinus:before{content:\"\\e975\"}.lucca-icon.icon-minus:before{content:\"\\e975\"}.lucca-icon.icon-partial:before{content:\"\\e975\"}.lucca-icon.icon-minimize:before{content:\"\\e975\"}.lucca-icon.icon-mathsMultiplicate:before{content:\"\\e981\"}.lucca-icon.icon-close:before{content:\"\\e981\"}.lucca-icon.icon-thinCross:before{content:\"\\e981\"}.lucca-icon.icon-cross:before{content:\"\\e981\"}.lucca-icon.icon-crossBold:before{content:\"\\e981\"}.lucca-icon.icon-mathsPlus:before{content:\"\\e985\"}.lucca-icon.icon-plus:before{content:\"\\e985\"}.lucca-icon.icon-plusBold:before{content:\"\\e985\"}.lucca-icon.icon-menuBurger:before{content:\"\\e950\"}.lucca-icon.icon-menu:before{content:\"\\e950\"}.lucca-icon.icon-hamburgerMenu:before{content:\"\\e950\"}.lucca-icon.icon-menuDots:before{content:\"\\e92b\"}.lucca-icon.icon-menuEllipsis:before{content:\"\\e92b\"}.lucca-icon.icon-ellipsis:before{content:\"\\e92b\"}.lucca-icon.icon-moneyBag:before{content:\"\\e900\"}.lucca-icon.icon-moneybag:before{content:\"\\e900\"}.lucca-icon.icon-moneyBagStrikethrough:before{content:\"\\e9f0\"}.lucca-icon.icon-noMoney:before{content:\"\\e9f0\"}.lucca-icon.icon-moneyBanknoteStrikethrough:before{content:\"\\e9de\"}.lucca-icon.icon-moneyBill:before{content:\"\\e9c6\"}.lucca-icon.icon-bill:before{content:\"\\e9c6\"}.lucca-icon.icon-moneyBuildingBank:before{content:\"\\e99f\"}.lucca-icon.icon-bank:before{content:\"\\e99f\"}.lucca-icon.icon-moneyBankImport:before{content:\"\\e9f3\"}.lucca-icon.icon-moneyCardImport:before{content:\"\\e943\"}.lucca-icon.icon-importCb:before{content:\"\\e943\"}.lucca-icon.icon-moneyCoins:before{content:\"\\e9d2\"}.lucca-icon.icon-money:before{content:\"\\e9d2\"}.lucca-icon.icon-payment:before{content:\"\\e9d2\"}.lucca-icon.icon-moneyCurrencyDollar:before{content:\"\\e9a5\"}.lucca-icon.icon-dollar:before{content:\"\\e9a5\"}.lucca-icon.icon-moneyCurrencyEuro:before{content:\"\\e92d\"}.lucca-icon.icon-euro:before{content:\"\\e92d\"}.lucca-icon.icon-moneyPaymentCard:before{content:\"\\e90a\"}.lucca-icon.icon-bankingCard:before{content:\"\\e90a\"}.lucca-icon.icon-moneyPiggyBank:before{content:\"\\e966\"}.lucca-icon.icon-piggyBank:before{content:\"\\e966\"}.lucca-icon.icon-moneyWallet:before{content:\"\\e9d8\"}.lucca-icon.icon-wallet:before{content:\"\\e9d8\"}.lucca-icon.icon-officeBriefcase:before{content:\"\\e9be\"}.lucca-icon.icon-officeChair:before{content:\"\\e986\"}.lucca-icon.icon-chair:before{content:\"\\e986\"}.lucca-icon.icon-officeCompass:before{content:\"\\e9a0\"}.lucca-icon.icon-compass:before{content:\"\\e9a0\"}.lucca-icon.icon-officeElectricalPlug:before{content:\"\\e9bd\"}.lucca-icon.icon-officePen:before{content:\"\\e928\"}.lucca-icon.icon-edit:before{content:\"\\e928\"}.lucca-icon.icon-editMini:before{content:\"\\e928\"}.lucca-icon.icon-officePenWriting:before{content:\"\\e929\"}.lucca-icon.icon-editWrite:before{content:\"\\e929\"}.lucca-icon.icon-editFrame:before{content:\"\\e929\"}.lucca-icon.icon-officePhone:before{content:\"\\e99b\"}.lucca-icon.icon-telephone:before{content:\"\\e99b\"}.lucca-icon.icon-officeScissors:before{content:\"\\e956\"}.lucca-icon.icon-cut:before{content:\"\\e956\"}.lucca-icon.icon-officeSupplies:before{content:\"\\e9e9\"}.lucca-icon.icon-supplies:before{content:\"\\e9e9\"}.lucca-icon.icon-peopleAdd:before{content:\"\\e902\"}.lucca-icon.icon-userAdd:before{content:\"\\e902\"}.lucca-icon.icon-adduser:before{content:\"\\e902\"}.lucca-icon.icon-peopleGroup:before{content:\"\\e93c\"}.lucca-icon.icon-userGroup:before{content:\"\\e93c\"}.lucca-icon.icon-group:before{content:\"\\e93c\"}.lucca-icon.icon-peopleId:before{content:\"\\e99a\"}.lucca-icon.icon-identityCard:before{content:\"\\e99a\"}.lucca-icon.icon-userFile:before{content:\"\\e99a\"}.lucca-icon.icon-dossierRh:before{content:\"\\e99a\"}.lucca-icon.icon-peopleLocked:before{content:\"\\e9d9\"}.lucca-icon.icon-userRoles:before{content:\"\\e9d9\"}.lucca-icon.icon-peoplePerson:before{content:\"\\e990\"}.lucca-icon.icon-user:before{content:\"\\e990\"}.lucca-icon.icon-face:before{content:\"\\e990\"}.lucca-icon.icon-peopleRemove:before{content:\"\\e972\"}.lucca-icon.icon-userRemove:before{content:\"\\e972\"}.lucca-icon.icon-peopleSwitch:before{content:\"\\e978\"}.lucca-icon.icon-send2user:before{content:\"\\e978\"}.lucca-icon.icon-userSendTo:before{content:\"\\e978\"}.lucca-icon.icon-peopleTeacher:before{content:\"\\e9b8\"}.lucca-icon.icon-teacher:before{content:\"\\e9b8\"}.lucca-icon.icon-pictureGallery:before{content:\"\\e939\"}.lucca-icon.icon-gallery:before{content:\"\\e939\"}.lucca-icon.icon-pictureImage:before{content:\"\\e942\"}.lucca-icon.icon-image:before{content:\"\\e942\"}.lucca-icon.icon-picturePalette:before{content:\"\\e95f\"}.lucca-icon.icon-palette:before{content:\"\\e95f\"}.lucca-icon.icon-playerPauseCircle:before{content:\"\\e955\"}.lucca-icon.icon-pause:before{content:\"\\e955\"}.lucca-icon.icon-playerPlay:before{content:\"\\e944\"}.lucca-icon.icon-playFull:before{content:\"\\e944\"}.lucca-icon.icon-playerPlayCircle:before{content:\"\\e92f\"}.lucca-icon.icon-play:before{content:\"\\e92f\"}.lucca-icon.icon-playerStopCircle:before{content:\"\\e958\"}.lucca-icon.icon-stop:before{content:\"\\e958\"}.lucca-icon.icon-priceTag:before{content:\"\\e96a\"}.lucca-icon.icon-pricetag:before{content:\"\\e96a\"}.lucca-icon.icon-priorityHigh:before{content:\"\\e964\"}.lucca-icon.icon-high:before{content:\"\\e964\"}.lucca-icon.icon-priorityHigher:before{content:\"\\e94f\"}.lucca-icon.icon-higher:before{content:\"\\e94f\"}.lucca-icon.icon-priorityHighest:before{content:\"\\e96c\"}.lucca-icon.icon-highest:before{content:\"\\e96c\"}.lucca-icon.icon-priorityLow:before{content:\"\\e96d\"}.lucca-icon.icon-low:before{content:\"\\e96d\"}.lucca-icon.icon-priorityLower:before{content:\"\\e952\"}.lucca-icon.icon-lower:before{content:\"\\e952\"}.lucca-icon.icon-priorityLowest:before{content:\"\\e973\"}.lucca-icon.icon-lowest:before{content:\"\\e973\"}.lucca-icon.icon-priorityMedium:before{content:\"\\e974\"}.lucca-icon.icon-medium:before{content:\"\\e974\"}.lucca-icon.icon-rotationLeft:before{content:\"\\e9b2\"}.lucca-icon.icon-rotate:before{content:\"\\e9b2\"}.lucca-icon.icon-rotationRight:before{content:\"\\e9e8\"}.lucca-icon.icon-rotateRight:before{content:\"\\e9e8\"}.lucca-icon.icon-searchMagnifyingGlass:before{content:\"\\e976\"}.lucca-icon.icon-search:before{content:\"\\e976\"}.lucca-icon.icon-searchZoomIn:before{content:\"\\e9ff\"}.lucca-icon.icon-searchZoomOut:before{content:\"\\e9ee\"}.lucca-icon.icon-settingsEqualizer:before{content:\"\\e991\"}.lucca-icon.icon-sliders:before{content:\"\\e991\"}.lucca-icon.icon-settingsGear:before{content:\"\\e979\"}.lucca-icon.icon-settings:before{content:\"\\e979\"}.lucca-icon.icon-settingsTools:before{content:\"\\e989\"}.lucca-icon.icon-tools:before{content:\"\\e989\"}.lucca-icon.icon-share:before{content:\"\\e906\"}.lucca-icon.icon-signBan:before{content:\"\\e936\"}.lucca-icon.icon-forbidden:before{content:\"\\e936\"}.lucca-icon.icon-signCancel:before{content:\"\\e963\"}.lucca-icon.icon-cancel:before{content:\"\\e963\"}.lucca-icon.icon-signClose:before{content:\"\\e9bf\"}.lucca-icon.icon-signConfirm:before{content:\"\\e97d\"}.lucca-icon.icon-confirm:before{content:\"\\e97d\"}.lucca-icon.icon-tick:before{content:\"\\e97d\"}.lucca-icon.icon-tickThin:before{content:\"\\e97d\"}.lucca-icon.icon-tickBold:before{content:\"\\e97d\"}.lucca-icon.icon-signConstruction:before{content:\"\\e931\"}.lucca-icon.icon-build:before{content:\"\\e931\"}.lucca-icon.icon-signDiscount:before{content:\"\\e9e1\"}.lucca-icon.icon-discount:before{content:\"\\e9e1\"}.lucca-icon.icon-signError:before{content:\"\\e92c\"}.lucca-icon.icon-error:before{content:\"\\e92c\"}.lucca-icon.icon-signHelp:before{content:\"\\e9a3\"}.lucca-icon.icon-help:before{content:\"\\e9a3\"}.lucca-icon.icon-helpOutline:before{content:\"\\e9a3\"}.lucca-icon.icon-signInfo:before{content:\"\\e9b0\"}.lucca-icon.icon-info:before{content:\"\\e9b0\"}.lucca-icon.icon-signParking:before{content:\"\\e960\"}.lucca-icon.icon-parking:before{content:\"\\e960\"}.lucca-icon.icon-signSuccess:before{content:\"\\e9ed\"}.lucca-icon.icon-success:before{content:\"\\e9ed\"}.lucca-icon.icon-signWarning:before{content:\"\\e992\"}.lucca-icon.icon-warning:before{content:\"\\e992\"}.lucca-icon.icon-star:before{content:\"\\e961\"}.lucca-icon.icon-unstared:before{content:\"\\e961\"}.lucca-icon.icon-starFilled:before{content:\"\\e97f\"}.lucca-icon.icon-target:before{content:\"\\e9d6\"}.lucca-icon.icon-thumbDown:before{content:\"\\e923\"}.lucca-icon.icon-thumbDownFilled:before{content:\"\\e9dc\"}.lucca-icon.icon-thumbUp:before{content:\"\\e922\"}.lucca-icon.icon-thumbUpFilled:before{content:\"\\e9e2\"}.lucca-icon.icon-thumbnail:before{content:\"\\e91b\"}.lucca-icon.icon-timeAlarm:before{content:\"\\e9c4\"}.lucca-icon.icon-alarm:before{content:\"\\e9c4\"}.lucca-icon.icon-timeClock:before{content:\"\\e919\"}.lucca-icon.icon-clock:before{content:\"\\e919\"}.lucca-icon.icon-timeFuture:before{content:\"\\e908\"}.lucca-icon.icon-postpone:before{content:\"\\e908\"}.lucca-icon.icon-timeHourglass:before{content:\"\\e988\"}.lucca-icon.icon-timer:before{content:\"\\e988\"}.lucca-icon.icon-timePast:before{content:\"\\e984\"}.lucca-icon.icon-history:before{content:\"\\e984\"}.lucca-icon.icon-timeTimer:before{content:\"\\e9e0\"}.lucca-icon.icon-chronoOn:before{content:\"\\e9e0\"}.lucca-icon.icon-timeTimerStrikethrough:before{content:\"\\e9e7\"}.lucca-icon.icon-overplanned:before{content:\"\\e9e7\"}.lucca-icon.icon-timeTimesheet:before{content:\"\\e916\"}.lucca-icon.icon-timesheet:before{content:\"\\e916\"}.lucca-icon.icon-transportBus:before{content:\"\\e911\"}.lucca-icon.icon-bus:before{content:\"\\e911\"}.lucca-icon.icon-transportCar:before{content:\"\\e9a9\"}.lucca-icon.icon-car:before{content:\"\\e9a9\"}.lucca-icon.icon-transportCarwashStation:before{content:\"\\e918\"}.lucca-icon.icon-cleanCar:before{content:\"\\e918\"}.lucca-icon.icon-transportGazStation:before{content:\"\\e93a\"}.lucca-icon.icon-gasoline:before{content:\"\\e93a\"}.lucca-icon.icon-transportPlane:before{content:\"\\e968\"}.lucca-icon.icon-plane:before{content:\"\\e968\"}.lucca-icon.icon-transportRocket:before{content:\"\\e995\"}.lucca-icon.icon-rocket:before{content:\"\\e995\"}.lucca-icon.icon-transportSpeedometer:before{content:\"\\e951\"}.lucca-icon.icon-speedometer:before{content:\"\\e951\"}.lucca-icon.icon-mileage:before{content:\"\\e951\"}.lucca-icon.icon-transportSubway:before{content:\"\\e980\"}.lucca-icon.icon-subway:before{content:\"\\e980\"}.lucca-icon.icon-transportTaxi:before{content:\"\\e983\"}.lucca-icon.icon-taxi:before{content:\"\\e983\"}.lucca-icon.icon-transportToll:before{content:\"\\e9b3\"}.lucca-icon.icon-toll:before{content:\"\\e9b3\"}.lucca-icon.icon-tollDollar:before{content:\"\\e9b3\"}.lucca-icon.icon-tollEuro:before{content:\"\\e9b3\"}.lucca-icon.icon-transportTrain:before{content:\"\\e98a\"}.lucca-icon.icon-train:before{content:\"\\e98a\"}.lucca-icon.icon-transportTruck:before{content:\"\\e98c\"}.lucca-icon.icon-truck:before{content:\"\\e98c\"}.lucca-icon.icon-trashDelete:before{content:\"\\e98b\"}.lucca-icon.icon-trash:before{content:\"\\e98b\"}.lucca-icon.icon-trendingGrowth:before{content:\"\\e9bb\"}.lucca-icon.icon-evolution:before{content:\"\\e9bb\"}.lucca-icon.icon-trendingLoss:before{content:\"\\e9e3\"}.lucca-icon.icon-evolutionDown:before{content:\"\\e9e3\"}.lucca-icon.icon-weatherCloudy:before{content:\"\\e9ea\"}.lucca-icon.icon-weatherLightning:before{content:\"\\e9f2\"}.lucca-icon.icon-weatherStormy:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherStorm:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherSunny:before{content:\"\\e9ec\"}.lucca-icon.icon-weatherSun:before{content:\"\\e9ec\"}.lucca-icon.icon-weight:before{content:\"\\e9c1\"}.lucca-icon.mod-XXS{--icon-size: .75rem}.lucca-icon.mod-XS{--icon-size: 1rem}.lucca-icon.mod-S{--icon-size: 1.25rem}.lucca-icon.mod-M{--icon-size: 1.5rem}.lucca-icon.mod-L{--icon-size: 1.75rem}.lucca-icon.mod-XL{--icon-size: 2rem}.lucca-icon.mod-XXL{--icon-size: 2.5rem}lu-icon{display:inline-flex}.icon-color-primary{color:var(--palettes-primary-700)}.icon-color-secondary{color:var(--palettes-secondary-700)}.icon-color-error{color:var(--palettes-error-700)}.icon-color-warning{color:var(--palettes-warning-700)}.icon-color-success{color:var(--palettes-success-700)}.icon-color-light{color:var(--palettes-grey-600)}.icon-color-placeholder{color:var(--palettes-grey-400)}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
10
10
|
}
|
|
11
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: IconComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
|
-
args: [{ selector: 'lu-icon', standalone: true, imports: [NgIf], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\n", styles: ["@charset \"UTF-8\";body{-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lucca icons;font-style:normal;font-weight:400;src:url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff2) format(\"woff2\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff) format(\"woff\");letter-spacing:normal;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures}.lucca-icon{font-weight:400;font-size:var(--icon-size, 1.5rem);direction:ltr;display:inline-block;font-family:Lucca icons;font-feature-settings:\"liga\";-webkit-font-smoothing:antialiased;font-style:normal;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:text-bottom;white-space:nowrap;word-wrap:normal}.lucca-icon.icon-app:before{content:\"\\e959\"}.lucca-icon.icon-apps:before{content:\"\\e959\"}.lucca-icon.icon-nineTiles:before{content:\"\\e959\"}.lucca-icon.icon-mosaic:before{content:\"\\e959\"}.lucca-icon.icon-tiles:before{content:\"\\e959\"}.lucca-icon.icon-arrowBackward:before{content:\"\\e9ef\"}.lucca-icon.icon-backward:before{content:\"\\e9ef\"}.lucca-icon.icon-arrowBottom:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowFullSouth:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowBottomLeft:before{content:\"\\e9ddd\"}.lucca-icon.icon-arrowBottomRight:before{content:\"\\e9ccc\"}.lucca-icon.icon-arrowChevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowSouth:before{content:\"\\e97c\"}.lucca-icon.icon-southArrow:before{content:\"\\e97c\"}.lucca-icon.icon-southThinArrow:before{content:\"\\e97c\"}.lucca-icon.icon-chevronSouth:before{content:\"\\e97c\"}.lucca-icon.icon-chevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowChevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowWest:before{content:\"\\e994\"}.lucca-icon.icon-westArrow:before{content:\"\\e994\"}.lucca-icon.icon-westThinArrow:before{content:\"\\e994\"}.lucca-icon.icon-chevronWest:before{content:\"\\e994\"}.lucca-icon.icon-chevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowChevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowEast:before{content:\"\\e926\"}.lucca-icon.icon-eastArrow:before{content:\"\\e926\"}.lucca-icon.icon-eastThinArrow:before{content:\"\\e926\"}.lucca-icon.icon-chevronEast:before{content:\"\\e926\"}.lucca-icon.icon-chevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowChevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowNorth:before{content:\"\\e95a\"}.lucca-icon.icon-northArrow:before{content:\"\\e95a\"}.lucca-icon.icon-northThinArrow:before{content:\"\\e95a\"}.lucca-icon.icon-chevronNorth:before{content:\"\\e95a\"}.lucca-icon.icon-chevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowCorner:before{content:\"\\e9b9\"}.lucca-icon.icon-distribute:before{content:\"\\e9b9\"}.lucca-icon.icon-arrowDownload:before{content:\"\\e924\"}.lucca-icon.icon-download:before{content:\"\\e924\"}.lucca-icon.icon-arrowExternal:before{content:\"\\e95d\"}.lucca-icon.icon-outside:before{content:\"\\e95d\"}.lucca-icon.icon-arrowForward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowDouble:before{content:\"\\e9c5\"}.lucca-icon.icon-forward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowLeft:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowFullWest:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowLogin:before{content:\"\\e93f\"}.lucca-icon.icon-login:before{content:\"\\e93f\"}.lucca-icon.icon-arrowLogout:before{content:\"\\e940\"}.lucca-icon.icon-logout:before{content:\"\\e940\"}.lucca-icon.icon-arrowOppositeHorizontal:before{content:\"\\e9ad\"}.lucca-icon.icon-swap:before{content:\"\\e9ad\"}.lucca-icon.icon-arrowOppositeVertical:before{content:\"\\e912\"}.lucca-icon.icon-creditDebit:before{content:\"\\e912\"}.lucca-icon.icon-arrowReply:before{content:\"\\e9ba\"}.lucca-icon.icon-reply:before{content:\"\\e9ba\"}.lucca-icon.icon-arrowReset:before{content:\"\\e970\"}.lucca-icon.icon-refresh:before{content:\"\\e970\"}.lucca-icon.icon-update:before{content:\"\\e970\"}.lucca-icon.icon-arrowRight:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowFullEast:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowSync:before{content:\"\\e9c3\"}.lucca-icon.icon-sync:before{content:\"\\e9c3\"}.lucca-icon.icon-arrowSyncStrikethrough:before{content:\"\\e9c2\"}.lucca-icon.icon-syncDisabled:before{content:\"\\e9c2\"}.lucca-icon.icon-arrowTop:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowFullNorth:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowTopLeft:before{content:\"\\e9dd\"}.lucca-icon.icon-arrowTopRight:before{content:\"\\e9df\"}.lucca-icon.icon-arrowUnfoldLess:before{content:\"\\e9c8\"}.lucca-icon.icon-collapse:before{content:\"\\e9c8\"}.lucca-icon.icon-arrowUnfoldMore:before{content:\"\\e9c9\"}.lucca-icon.icon-expand:before{content:\"\\e9c9\"}.lucca-icon.icon-arrowUpload:before{content:\"\\e98f\"}.lucca-icon.icon-upload:before{content:\"\\e98f\"}.lucca-icon.icon-cloudUpload:before{content:\"\\e98f\"}.lucca-icon.icon-bell:before{content:\"\\e904\"}.lucca-icon.icon-notification:before{content:\"\\e904\"}.lucca-icon.icon-bellStrikethrough:before{content:\"\\e91a\"}.lucca-icon.icon-book:before{content:\"\\e9af\"}.lucca-icon.icon-bookmark:before{content:\"\\e9c0\"}.lucca-icon.icon-bookmarkFilled:before{content:\"\\e9da\"}.lucca-icon.icon-boxArchive:before{content:\"\\e99c\"}.lucca-icon.icon-archive:before{content:\"\\e99c\"}.lucca-icon.icon-boxUnarchive:before{content:\"\\e95e\"}.lucca-icon.icon-unarchive:before{content:\"\\e95e\"}.lucca-icon.icon-branch:before{content:\"\\e90d\"}.lucca-icon.icon-bubbleAnswer:before{content:\"\\e953\"}.lucca-icon.icon-answer:before{content:\"\\e953\"}.lucca-icon.icon-bubbleConversation:before{content:\"\\e935\"}.lucca-icon.icon-messenger:before{content:\"\\e935\"}.lucca-icon.icon-bubbleSpeech:before{content:\"\\e982\"}.lucca-icon.icon-chat:before{content:\"\\e982\"}.lucca-icon.icon-talk:before{content:\"\\e982\"}.lucca-icon.icon-dialog:before{content:\"\\e982\"}.lucca-icon.icon-buildingCompany:before{content:\"\\e903\"}.lucca-icon.icon-building:before{content:\"\\e903\"}.lucca-icon.icon-establishment:before{content:\"\\e903\"}.lucca-icon.icon-buildingHouse:before{content:\"\\e913\"}.lucca-icon.icon-house:before{content:\"\\e913\"}.lucca-icon.icon-home:before{content:\"\\e913\"}.lucca-icon.icon-buildingHouseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-houseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-homeFill:before{content:\"\\e99d\"}.lucca-icon.icon-buildingHouseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-houseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-homeStarred:before{content:\"\\e99e\"}.lucca-icon.icon-buildingStore:before{content:\"\\e8ff\"}.lucca-icon.icon-store:before{content:\"\\e8ff\"}.lucca-icon.icon-bulb:before{content:\"\\e9b1\"}.lucca-icon.icon-lightBulb:before{content:\"\\e9b1\"}.lucca-icon.icon-calendarChecked:before{content:\"\\e9c7\"}.lucca-icon.icon-calendarDate:before{content:\"\\e920\"}.lucca-icon.icon-calendar:before{content:\"\\e920\"}.lucca-icon.icon-planning:before{content:\"\\e920\"}.lucca-icon.icon-calendarEdit:before{content:\"\\e91e\"}.lucca-icon.icon-planningEdit:before{content:\"\\e91e\"}.lucca-icon.icon-calendarPlanning:before{content:\"\\e90c\"}.lucca-icon.icon-payPeriod:before{content:\"\\e90c\"}.lucca-icon.icon-calendarSettings:before{content:\"\\e92a\"}.lucca-icon.icon-planningManage:before{content:\"\\e92a\"}.lucca-icon.icon-calendarStrikethrough:before{content:\"\\e957\"}.lucca-icon.icon-calendarOff:before{content:\"\\e957\"}.lucca-icon.icon-capCrown:before{content:\"\\e95b\"}.lucca-icon.icon-crown:before{content:\"\\e95b\"}.lucca-icon.icon-capGraduate:before{content:\"\\e9d3\"}.lucca-icon.icon-graduate:before{content:\"\\e9d3\"}.lucca-icon.icon-school:before{content:\"\\e9d3\"}.lucca-icon.icon-certificationFailed:before{content:\"\\e9a8\"}.lucca-icon.icon-certifKo:before{content:\"\\e9a8\"}.lucca-icon.icon-certificationSuccess:before{content:\"\\e9a6\"}.lucca-icon.icon-certifOk:before{content:\"\\e9a6\"}.lucca-icon.icon-certificationWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-certifWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-chartDonut:before{content:\"\\e9aa\"}.lucca-icon.icon-donut:before{content:\"\\e9aa\"}.lucca-icon.icon-donutChart:before{content:\"\\e9aa\"}.lucca-icon.icon-chartFlow:before{content:\"\\e930\"}.lucca-icon.icon-familyTree:before{content:\"\\e930\"}.lucca-icon.icon-orgTree:before{content:\"\\e930\"}.lucca-icon.icon-chartHorizontalBar:before{content:\"\\e9ab\"}.lucca-icon.icon-horizontalBarChart:before{content:\"\\e9ab\"}.lucca-icon.icon-chartLevels:before{content:\"\\e9ae\"}.lucca-icon.icon-level:before{content:\"\\e9ae\"}.lucca-icon.icon-chartPie:before{content:\"\\e9ac\"}.lucca-icon.icon-dashboard:before{content:\"\\e9ac\"}.lucca-icon.icon-chartSpider:before{content:\"\\e9f1\"}.lucca-icon.icon-chartVerticalBar:before{content:\"\\e971\"}.lucca-icon.icon-analytics:before{content:\"\\e971\"}.lucca-icon.icon-charts:before{content:\"\\e971\"}.lucca-icon.icon-clipboard:before{content:\"\\e962\"}.lucca-icon.icon-paste:before{content:\"\\e962\"}.lucca-icon.icon-completion:before{content:\"\\e905\"}.lucca-icon.icon-cornersFullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-fullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-cornersFullscreenOpen:before{content:\"\\e937\"}.lucca-icon.icon-fullscreen:before{content:\"\\e937\"}.lucca-icon.icon-dataTable:before{content:\"\\e9d5\"}.lucca-icon.icon-table:before{content:\"\\e9d5\"}.lucca-icon.icon-database:before{content:\"\\e91f\"}.lucca-icon.icon-databaseArrow:before{content:\"\\e907\"}.lucca-icon.icon-apiSync:before{content:\"\\e907\"}.lucca-icon.icon-deviceCamera:before{content:\"\\e965\"}.lucca-icon.icon-camera:before{content:\"\\e965\"}.lucca-icon.icon-deviceComputer:before{content:\"\\e91c\"}.lucca-icon.icon-computer:before{content:\"\\e91c\"}.lucca-icon.icon-deviceLaptop:before{content:\"\\e9d0\"}.lucca-icon.icon-laptop:before{content:\"\\e9d0\"}.lucca-icon.icon-deviceMobile:before{content:\"\\e9999\"}.lucca-icon.icon-deviceMouse:before{content:\"\\e91d\"}.lucca-icon.icon-computerMouse:before{content:\"\\e91d\"}.lucca-icon.icon-devicePrinter:before{content:\"\\e96b\"}.lucca-icon.icon-print:before{content:\"\\e96b\"}.lucca-icon.icon-deviceVideo:before{content:\"\\e9e5\"}.lucca-icon.icon-dotsDrag:before{content:\"\\e9a4\"}.lucca-icon.icon-drag:before{content:\"\\e9a4\"}.lucca-icon.icon-eye:before{content:\"\\e993\"}.lucca-icon.icon-watch:before{content:\"\\e993\"}.lucca-icon.icon-eyeStrikethrough:before{content:\"\\e98e\"}.lucca-icon.icon-unwatch:before{content:\"\\e98e\"}.lucca-icon.icon-fileContract:before{content:\"\\e914\"}.lucca-icon.icon-contract:before{content:\"\\e914\"}.lucca-icon.icon-fileCopy:before{content:\"\\e9ca\"}.lucca-icon.icon-copy:before{content:\"\\e9ca\"}.lucca-icon.icon-fileDocument:before{content:\"\\e932\"}.lucca-icon.icon-file:before{content:\"\\e932\"}.lucca-icon.icon-fileExport:before{content:\"\\e9cb\"}.lucca-icon.icon-fileFolder:before{content:\"\\e9cd\"}.lucca-icon.icon-folder:before{content:\"\\e9cd\"}.lucca-icon.icon-fileImport:before{content:\"\\e9e4\"}.lucca-icon.icon-importDirty:before{content:\"\\e9e4\"}.lucca-icon.icon-importPristine:before{content:\"\\e9e4\"}.lucca-icon.icon-fileSign:before{content:\"\\e95c\"}.lucca-icon.icon-sign:before{content:\"\\e95c\"}.lucca-icon.icon-filtersDescending:before{content:\"\\e9cc\"}.lucca-icon.icon-filterAbstract:before{content:\"\\e9cc\"}.lucca-icon.icon-filtersFunnel:before{content:\"\\e933\"}.lucca-icon.icon-funnel:before{content:\"\\e933\"}.lucca-icon.icon-filter:before{content:\"\\e933\"}.lucca-icon.icon-filtersSort:before{content:\"\\e9d4\"}.lucca-icon.icon-sort:before{content:\"\\e9d4\"}.lucca-icon.icon-reorder:before{content:\"\\e9d4\"}.lucca-icon.icon-flag:before{content:\"\\e934\"}.lucca-icon.icon-floppyDiskSave:before{content:\"\\e901\"}.lucca-icon.icon-save:before{content:\"\\e901\"}.lucca-icon.icon-foodBirthdayCake:before{content:\"\\e90b\"}.lucca-icon.icon-birthday:before{content:\"\\e90b\"}.lucca-icon.icon-foodBobun:before{content:\"\\e9e6\"}.lucca-icon.icon-lunchAlternative:before{content:\"\\e9e6\"}.lucca-icon.icon-foodBurger:before{content:\"\\e94d\"}.lucca-icon.icon-lunch:before{content:\"\\e94d\"}.lucca-icon.icon-meal:before{content:\"\\e94d\"}.lucca-icon.icon-foodChefHat:before{content:\"\\e9a1\"}.lucca-icon.icon-restaurant:before{content:\"\\e9a1\"}.lucca-icon.icon-foodClocheDish:before{content:\"\\e921\"}.lucca-icon.icon-diner:before{content:\"\\e921\"}.lucca-icon.icon-foodCocktail:before{content:\"\\e925\"}.lucca-icon.icon-drink:before{content:\"\\e925\"}.lucca-icon.icon-foodCoffee:before{content:\"\\e90f\"}.lucca-icon.icon-coffee:before{content:\"\\e90f\"}.lucca-icon.icon-breaktime:before{content:\"\\e90f\"}.lucca-icon.icon-foodCroissant:before{content:\"\\e90e\"}.lucca-icon.icon-breakfast:before{content:\"\\e90e\"}.lucca-icon.icon-foodSandwich:before{content:\"\\e97b\"}.lucca-icon.icon-snack:before{content:\"\\e97b\"}.lucca-icon.icon-formatBulletedList:before{content:\"\\e948\"}.lucca-icon.icon-list:before{content:\"\\e948\"}.lucca-icon.icon-formatClipperAttachment:before{content:\"\\e909\"}.lucca-icon.icon-attach:before{content:\"\\e909\"}.lucca-icon.icon-formatCornerUpLeft:before{content:\"\\e96f\"}.lucca-icon.icon-formatUndo:before{content:\"\\e96f\"}.lucca-icon.icon-formatCornerUpRight:before{content:\"\\e96e\"}.lucca-icon.icon-formatRedo:before{content:\"\\e96e\"}.lucca-icon.icon-formatLink:before{content:\"\\e93b\"}.lucca-icon.icon-formatNumberedList:before{content:\"\\e969\"}.lucca-icon.icon-formatListNb:before{content:\"\\e969\"}.lucca-icon.icon-formatText:before{content:\"\\e927\"}.lucca-icon.icon-formatJustify:before{content:\"\\e927\"}.lucca-icon.icon-formatTextBold:before{content:\"\\e997\"}.lucca-icon.icon-formatBold:before{content:\"\\e997\"}.lucca-icon.icon-formatTextClear:before{content:\"\\e999\"}.lucca-icon.icon-formatClear:before{content:\"\\e999\"}.lucca-icon.icon-formatTextItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatTextSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatTextStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatTextUnderline:before{content:\"\\e996\"}.lucca-icon.icon-formatUnderlined:before{content:\"\\e996\"}.lucca-icon.icon-formatUnlink:before{content:\"\\e915\"}.lucca-icon.icon-unlink:before{content:\"\\e915\"}.lucca-icon.icon-gift:before{content:\"\\e9cf\"}.lucca-icon.icon-present:before{content:\"\\e9cf\"}.lucca-icon.icon-heart:before{content:\"\\e910\"}.lucca-icon.icon-heartFilled:before{content:\"\\e9db\"}.lucca-icon.icon-heartStrikethrough:before{content:\"\\e93e\"}.lucca-icon.icon-brokenHeart:before{content:\"\\e93e\"}.lucca-icon.icon-hotelBed:before{content:\"\\e941\"}.lucca-icon.icon-bed:before{content:\"\\e941\"}.lucca-icon.icon-hotel:before{content:\"\\e941\"}.lucca-icon.icon-hotelHanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hotelIron:before{content:\"\\e945\"}.lucca-icon.icon-iron:before{content:\"\\e945\"}.lucca-icon.icon-pressing:before{content:\"\\e945\"}.lucca-icon.icon-hotelLuggage:before{content:\"\\e94c\"}.lucca-icon.icon-luggage:before{content:\"\\e94c\"}.lucca-icon.icon-jigsawPuzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-puzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-journey:before{content:\"\\e946\"}.lucca-icon.icon-milestone:before{content:\"\\e946\"}.lucca-icon.icon-jumpingCc:before{content:\"\\e94b\"}.lucca-icon.icon-lucca:before{content:\"\\e94b\"}.lucca-icon.icon-laboratoryTestFlask:before{content:\"\\e9d7\"}.lucca-icon.icon-test:before{content:\"\\e9d7\"}.lucca-icon.icon-layers:before{content:\"\\e987\"}.lucca-icon.icon-floor:before{content:\"\\e987\"}.lucca-icon.icon-listChecked:before{content:\"\\e9d1\"}.lucca-icon.icon-listChecklist:before{content:\"\\e917\"}.lucca-icon.icon-listTodo:before{content:\"\\e917\"}.lucca-icon.icon-lockClose:before{content:\"\\e94a\"}.lucca-icon.icon-lock:before{content:\"\\e94a\"}.lucca-icon.icon-lockKey:before{content:\"\\e947\"}.lucca-icon.icon-key:before{content:\"\\e947\"}.lucca-icon.icon-lockOpen:before{content:\"\\e98d\"}.lucca-icon.icon-unlock:before{content:\"\\e98d\"}.lucca-icon.icon-mailEnvelope:before{content:\"\\e94e\"}.lucca-icon.icon-mail:before{content:\"\\e94e\"}.lucca-icon.icon-mailMailbox:before{content:\"\\e97e\"}.lucca-icon.icon-mailbox:before{content:\"\\e97e\"}.lucca-icon.icon-stamp:before{content:\"\\e97e\"}.lucca-icon.icon-postage:before{content:\"\\e97e\"}.lucca-icon.icon-mailPaperPlane:before{content:\"\\e977\"}.lucca-icon.icon-send:before{content:\"\\e977\"}.lucca-icon.icon-mapGlobe:before{content:\"\\e97a\"}.lucca-icon.icon-globe:before{content:\"\\e97a\"}.lucca-icon.icon-mapLocation:before{content:\"\\e949\"}.lucca-icon.icon-location:before{content:\"\\e949\"}.lucca-icon.icon-mapPin:before{content:\"\\e967\"}.lucca-icon.icon-pin:before{content:\"\\e967\"}.lucca-icon.icon-mathsDivide:before{content:\"\\e954\"}.lucca-icon.icon-divide:before{content:\"\\e954\"}.lucca-icon.icon-mathsEquals:before{content:\"\\e93d\"}.lucca-icon.icon-equal:before{content:\"\\e93d\"}.lucca-icon.icon-mathsMinus:before{content:\"\\e975\"}.lucca-icon.icon-minus:before{content:\"\\e975\"}.lucca-icon.icon-partial:before{content:\"\\e975\"}.lucca-icon.icon-minimize:before{content:\"\\e975\"}.lucca-icon.icon-mathsMultiplicate:before{content:\"\\e981\"}.lucca-icon.icon-close:before{content:\"\\e981\"}.lucca-icon.icon-thinCross:before{content:\"\\e981\"}.lucca-icon.icon-cross:before{content:\"\\e981\"}.lucca-icon.icon-crossBold:before{content:\"\\e981\"}.lucca-icon.icon-mathsPlus:before{content:\"\\e985\"}.lucca-icon.icon-plus:before{content:\"\\e985\"}.lucca-icon.icon-plusBold:before{content:\"\\e985\"}.lucca-icon.icon-menuBurger:before{content:\"\\e950\"}.lucca-icon.icon-menu:before{content:\"\\e950\"}.lucca-icon.icon-hamburgerMenu:before{content:\"\\e950\"}.lucca-icon.icon-menuDots:before{content:\"\\e92b\"}.lucca-icon.icon-menuEllipsis:before{content:\"\\e92b\"}.lucca-icon.icon-ellipsis:before{content:\"\\e92b\"}.lucca-icon.icon-moneyBag:before{content:\"\\e900\"}.lucca-icon.icon-moneybag:before{content:\"\\e900\"}.lucca-icon.icon-moneyBagStrikethrough:before{content:\"\\e9f0\"}.lucca-icon.icon-noMoney:before{content:\"\\e9f0\"}.lucca-icon.icon-moneyBanknoteStrikethrough:before{content:\"\\e9de\"}.lucca-icon.icon-moneyBill:before{content:\"\\e9c6\"}.lucca-icon.icon-bill:before{content:\"\\e9c6\"}.lucca-icon.icon-moneyBuildingBank:before{content:\"\\e99f\"}.lucca-icon.icon-bank:before{content:\"\\e99f\"}.lucca-icon.icon-moneyCardImport:before{content:\"\\e943\"}.lucca-icon.icon-importCb:before{content:\"\\e943\"}.lucca-icon.icon-moneyCoins:before{content:\"\\e9d2\"}.lucca-icon.icon-money:before{content:\"\\e9d2\"}.lucca-icon.icon-payment:before{content:\"\\e9d2\"}.lucca-icon.icon-moneyCurrencyDollar:before{content:\"\\e9a5\"}.lucca-icon.icon-dollar:before{content:\"\\e9a5\"}.lucca-icon.icon-moneyCurrencyEuro:before{content:\"\\e92d\"}.lucca-icon.icon-euro:before{content:\"\\e92d\"}.lucca-icon.icon-moneyPaymentCard:before{content:\"\\e90a\"}.lucca-icon.icon-bankingCard:before{content:\"\\e90a\"}.lucca-icon.icon-moneyPiggyBank:before{content:\"\\e966\"}.lucca-icon.icon-piggyBank:before{content:\"\\e966\"}.lucca-icon.icon-moneyWallet:before{content:\"\\e9d8\"}.lucca-icon.icon-wallet:before{content:\"\\e9d8\"}.lucca-icon.icon-officeBriefcase:before{content:\"\\e9be\"}.lucca-icon.icon-officeChair:before{content:\"\\e986\"}.lucca-icon.icon-chair:before{content:\"\\e986\"}.lucca-icon.icon-officeCompass:before{content:\"\\e9a0\"}.lucca-icon.icon-compass:before{content:\"\\e9a0\"}.lucca-icon.icon-officeElectricalPlug:before{content:\"\\e9bd\"}.lucca-icon.icon-officePen:before{content:\"\\e928\"}.lucca-icon.icon-edit:before{content:\"\\e928\"}.lucca-icon.icon-editMini:before{content:\"\\e928\"}.lucca-icon.icon-officePenWriting:before{content:\"\\e929\"}.lucca-icon.icon-editWrite:before{content:\"\\e929\"}.lucca-icon.icon-editFrame:before{content:\"\\e929\"}.lucca-icon.icon-officePhone:before{content:\"\\e99b\"}.lucca-icon.icon-telephone:before{content:\"\\e99b\"}.lucca-icon.icon-officeScissors:before{content:\"\\e956\"}.lucca-icon.icon-cut:before{content:\"\\e956\"}.lucca-icon.icon-officeSupplies:before{content:\"\\e9e9\"}.lucca-icon.icon-supplies:before{content:\"\\e9e9\"}.lucca-icon.icon-peopleAdd:before{content:\"\\e902\"}.lucca-icon.icon-userAdd:before{content:\"\\e902\"}.lucca-icon.icon-adduser:before{content:\"\\e902\"}.lucca-icon.icon-peopleGroup:before{content:\"\\e93c\"}.lucca-icon.icon-userGroup:before{content:\"\\e93c\"}.lucca-icon.icon-group:before{content:\"\\e93c\"}.lucca-icon.icon-peopleId:before{content:\"\\e99a\"}.lucca-icon.icon-identityCard:before{content:\"\\e99a\"}.lucca-icon.icon-userFile:before{content:\"\\e99a\"}.lucca-icon.icon-dossierRh:before{content:\"\\e99a\"}.lucca-icon.icon-peopleLocked:before{content:\"\\e9d9\"}.lucca-icon.icon-userRoles:before{content:\"\\e9d9\"}.lucca-icon.icon-peoplePerson:before{content:\"\\e990\"}.lucca-icon.icon-user:before{content:\"\\e990\"}.lucca-icon.icon-face:before{content:\"\\e990\"}.lucca-icon.icon-peopleRemove:before{content:\"\\e972\"}.lucca-icon.icon-userRemove:before{content:\"\\e972\"}.lucca-icon.icon-peopleSwitch:before{content:\"\\e978\"}.lucca-icon.icon-send2user:before{content:\"\\e978\"}.lucca-icon.icon-userSendTo:before{content:\"\\e978\"}.lucca-icon.icon-peopleTeacher:before{content:\"\\e9b8\"}.lucca-icon.icon-teacher:before{content:\"\\e9b8\"}.lucca-icon.icon-pictureGallery:before{content:\"\\e939\"}.lucca-icon.icon-gallery:before{content:\"\\e939\"}.lucca-icon.icon-pictureImage:before{content:\"\\e942\"}.lucca-icon.icon-image:before{content:\"\\e942\"}.lucca-icon.icon-picturePalette:before{content:\"\\e95f\"}.lucca-icon.icon-palette:before{content:\"\\e95f\"}.lucca-icon.icon-playerPauseCircle:before{content:\"\\e955\"}.lucca-icon.icon-pause:before{content:\"\\e955\"}.lucca-icon.icon-playerPlay:before{content:\"\\e944\"}.lucca-icon.icon-playFull:before{content:\"\\e944\"}.lucca-icon.icon-playerPlayCircle:before{content:\"\\e92f\"}.lucca-icon.icon-play:before{content:\"\\e92f\"}.lucca-icon.icon-playerStopCircle:before{content:\"\\e958\"}.lucca-icon.icon-stop:before{content:\"\\e958\"}.lucca-icon.icon-priceTag:before{content:\"\\e96a\"}.lucca-icon.icon-pricetag:before{content:\"\\e96a\"}.lucca-icon.icon-priorityHigh:before{content:\"\\e964\"}.lucca-icon.icon-high:before{content:\"\\e964\"}.lucca-icon.icon-priorityHigher:before{content:\"\\e94f\"}.lucca-icon.icon-higher:before{content:\"\\e94f\"}.lucca-icon.icon-priorityHighest:before{content:\"\\e96c\"}.lucca-icon.icon-highest:before{content:\"\\e96c\"}.lucca-icon.icon-priorityLow:before{content:\"\\e96d\"}.lucca-icon.icon-low:before{content:\"\\e96d\"}.lucca-icon.icon-priorityLower:before{content:\"\\e952\"}.lucca-icon.icon-lower:before{content:\"\\e952\"}.lucca-icon.icon-priorityLowest:before{content:\"\\e973\"}.lucca-icon.icon-lowest:before{content:\"\\e973\"}.lucca-icon.icon-priorityMedium:before{content:\"\\e974\"}.lucca-icon.icon-medium:before{content:\"\\e974\"}.lucca-icon.icon-rotationLeft:before{content:\"\\e9b2\"}.lucca-icon.icon-rotate:before{content:\"\\e9b2\"}.lucca-icon.icon-rotationRight:before{content:\"\\e9e8\"}.lucca-icon.icon-rotateRight:before{content:\"\\e9e8\"}.lucca-icon.icon-searchMagnifyingGlass:before{content:\"\\e976\"}.lucca-icon.icon-search:before{content:\"\\e976\"}.lucca-icon.icon-searchZoomIn:before{content:\"\\e9ff\"}.lucca-icon.icon-searchZoomOut:before{content:\"\\e9ee\"}.lucca-icon.icon-settingsEqualizer:before{content:\"\\e991\"}.lucca-icon.icon-sliders:before{content:\"\\e991\"}.lucca-icon.icon-settingsGear:before{content:\"\\e979\"}.lucca-icon.icon-settings:before{content:\"\\e979\"}.lucca-icon.icon-settingsTools:before{content:\"\\e989\"}.lucca-icon.icon-tools:before{content:\"\\e989\"}.lucca-icon.icon-share:before{content:\"\\e906\"}.lucca-icon.icon-signBan:before{content:\"\\e936\"}.lucca-icon.icon-forbidden:before{content:\"\\e936\"}.lucca-icon.icon-signCancel:before{content:\"\\e963\"}.lucca-icon.icon-cancel:before{content:\"\\e963\"}.lucca-icon.icon-signClose:before{content:\"\\e9bf\"}.lucca-icon.icon-signConfirm:before{content:\"\\e97d\"}.lucca-icon.icon-confirm:before{content:\"\\e97d\"}.lucca-icon.icon-tick:before{content:\"\\e97d\"}.lucca-icon.icon-tickThin:before{content:\"\\e97d\"}.lucca-icon.icon-tickBold:before{content:\"\\e97d\"}.lucca-icon.icon-signConstruction:before{content:\"\\e931\"}.lucca-icon.icon-build:before{content:\"\\e931\"}.lucca-icon.icon-signDiscount:before{content:\"\\e9e1\"}.lucca-icon.icon-discount:before{content:\"\\e9e1\"}.lucca-icon.icon-signError:before{content:\"\\e92c\"}.lucca-icon.icon-error:before{content:\"\\e92c\"}.lucca-icon.icon-signHelp:before{content:\"\\e9a3\"}.lucca-icon.icon-help:before{content:\"\\e9a3\"}.lucca-icon.icon-helpOutline:before{content:\"\\e9a3\"}.lucca-icon.icon-signInfo:before{content:\"\\e9b0\"}.lucca-icon.icon-info:before{content:\"\\e9b0\"}.lucca-icon.icon-signParking:before{content:\"\\e960\"}.lucca-icon.icon-parking:before{content:\"\\e960\"}.lucca-icon.icon-signSuccess:before{content:\"\\e9ed\"}.lucca-icon.icon-success:before{content:\"\\e9ed\"}.lucca-icon.icon-signWarning:before{content:\"\\e992\"}.lucca-icon.icon-warning:before{content:\"\\e992\"}.lucca-icon.icon-star:before{content:\"\\e961\"}.lucca-icon.icon-unstared:before{content:\"\\e961\"}.lucca-icon.icon-starFilled:before{content:\"\\e97f\"}.lucca-icon.icon-target:before{content:\"\\e9d6\"}.lucca-icon.icon-thumbDown:before{content:\"\\e923\"}.lucca-icon.icon-thumbDownFilled:before{content:\"\\e9dc\"}.lucca-icon.icon-thumbUp:before{content:\"\\e922\"}.lucca-icon.icon-thumbUpFilled:before{content:\"\\e9e2\"}.lucca-icon.icon-thumbnail:before{content:\"\\e91b\"}.lucca-icon.icon-timeAlarm:before{content:\"\\e9c4\"}.lucca-icon.icon-alarm:before{content:\"\\e9c4\"}.lucca-icon.icon-timeClock:before{content:\"\\e919\"}.lucca-icon.icon-clock:before{content:\"\\e919\"}.lucca-icon.icon-timeFuture:before{content:\"\\e908\"}.lucca-icon.icon-postpone:before{content:\"\\e908\"}.lucca-icon.icon-timeHourglass:before{content:\"\\e988\"}.lucca-icon.icon-timer:before{content:\"\\e988\"}.lucca-icon.icon-timePast:before{content:\"\\e984\"}.lucca-icon.icon-history:before{content:\"\\e984\"}.lucca-icon.icon-timeTimer:before{content:\"\\e9e0\"}.lucca-icon.icon-chronoOn:before{content:\"\\e9e0\"}.lucca-icon.icon-timeTimerStrikethrough:before{content:\"\\e9e7\"}.lucca-icon.icon-overplanned:before{content:\"\\e9e7\"}.lucca-icon.icon-timeTimesheet:before{content:\"\\e916\"}.lucca-icon.icon-timesheet:before{content:\"\\e916\"}.lucca-icon.icon-transportBus:before{content:\"\\e911\"}.lucca-icon.icon-bus:before{content:\"\\e911\"}.lucca-icon.icon-transportCar:before{content:\"\\e9a9\"}.lucca-icon.icon-car:before{content:\"\\e9a9\"}.lucca-icon.icon-transportCarwashStation:before{content:\"\\e918\"}.lucca-icon.icon-cleanCar:before{content:\"\\e918\"}.lucca-icon.icon-transportGazStation:before{content:\"\\e93a\"}.lucca-icon.icon-gasoline:before{content:\"\\e93a\"}.lucca-icon.icon-transportPlane:before{content:\"\\e968\"}.lucca-icon.icon-plane:before{content:\"\\e968\"}.lucca-icon.icon-transportRocket:before{content:\"\\e995\"}.lucca-icon.icon-rocket:before{content:\"\\e995\"}.lucca-icon.icon-transportSpeedometer:before{content:\"\\e951\"}.lucca-icon.icon-speedometer:before{content:\"\\e951\"}.lucca-icon.icon-mileage:before{content:\"\\e951\"}.lucca-icon.icon-transportSubway:before{content:\"\\e980\"}.lucca-icon.icon-subway:before{content:\"\\e980\"}.lucca-icon.icon-transportTaxi:before{content:\"\\e983\"}.lucca-icon.icon-taxi:before{content:\"\\e983\"}.lucca-icon.icon-transportToll:before{content:\"\\e9b3\"}.lucca-icon.icon-toll:before{content:\"\\e9b3\"}.lucca-icon.icon-tollDollar:before{content:\"\\e9b3\"}.lucca-icon.icon-tollEuro:before{content:\"\\e9b3\"}.lucca-icon.icon-transportTrain:before{content:\"\\e98a\"}.lucca-icon.icon-train:before{content:\"\\e98a\"}.lucca-icon.icon-transportTruck:before{content:\"\\e98c\"}.lucca-icon.icon-truck:before{content:\"\\e98c\"}.lucca-icon.icon-trashDelete:before{content:\"\\e98b\"}.lucca-icon.icon-trash:before{content:\"\\e98b\"}.lucca-icon.icon-trendingGrowth:before{content:\"\\e9bb\"}.lucca-icon.icon-evolution:before{content:\"\\e9bb\"}.lucca-icon.icon-trendingLoss:before{content:\"\\e9e3\"}.lucca-icon.icon-evolutionDown:before{content:\"\\e9e3\"}.lucca-icon.icon-weatherCloudy:before{content:\"\\e9ea\"}.lucca-icon.icon-weatherLightning:before{content:\"\\e9f2\"}.lucca-icon.icon-weatherStormy:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherStorm:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherSunny:before{content:\"\\e9ec\"}.lucca-icon.icon-weatherSun:before{content:\"\\e9ec\"}.lucca-icon.icon-weight:before{content:\"\\e9c1\"}.lucca-icon.mod-XXS{--icon-size: .75rem}.lucca-icon.mod-XS{--icon-size: 1rem}.lucca-icon.mod-S{--icon-size: 1.25rem}.lucca-icon.mod-M{--icon-size: 1.5rem}.lucca-icon.mod-L{--icon-size: 1.75rem}.lucca-icon.mod-XL{--icon-size: 2rem}.lucca-icon.mod-XXL{--icon-size: 2.5rem}:host{display:inline-flex}.icon-color-primary{color:var(--palettes-primary-700)}.icon-color-secondary{color:var(--palettes-secondary-700)}.icon-color-error{color:var(--palettes-error-700)}.icon-color-warning{color:var(--palettes-warning-700)}.icon-color-success{color:var(--palettes-success-700)}.icon-color-light{color:var(--palettes-grey-600)}.icon-color-placeholder{color:var(--palettes-grey-400)}\n"] }]
|
|
13
|
+
args: [{ selector: 'lu-icon', standalone: true, imports: [NgIf], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<span aria-hidden=\"true\" class=\"lucca-icon icon-{{icon}} mod-{{size}} icon-color-{{color}}\"></span>\n<span class=\"u-mask\" *ngIf=\"alt\">{{alt}}</span>\n", styles: ["@charset \"UTF-8\";body{-moz-osx-font-smoothing:grayscale}@font-face{font-family:Lucca icons;font-style:normal;font-weight:400;src:url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff2) format(\"woff2\"),url(//cdn.lucca.fr/lucca-front/icons/font/lucca-icons.woff) format(\"woff\");letter-spacing:normal;-ms-font-feature-settings:\"liga\" 1;font-feature-settings:\"liga\";font-variant-ligatures:discretionary-ligatures}.lucca-icon{font-weight:400;font-size:var(--icon-size, 1.5rem);direction:ltr;display:inline-block;font-family:Lucca icons;font-feature-settings:\"liga\";-webkit-font-smoothing:antialiased;font-style:normal;letter-spacing:normal;line-height:1;text-transform:none;vertical-align:text-bottom;white-space:nowrap;word-wrap:normal}.lucca-icon.icon-app:before{content:\"\\e959\"}.lucca-icon.icon-apps:before{content:\"\\e959\"}.lucca-icon.icon-nineTiles:before{content:\"\\e959\"}.lucca-icon.icon-mosaic:before{content:\"\\e959\"}.lucca-icon.icon-tiles:before{content:\"\\e959\"}.lucca-icon.icon-arrowBackward:before{content:\"\\e9ef\"}.lucca-icon.icon-backward:before{content:\"\\e9ef\"}.lucca-icon.icon-arrowBottom:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowFullSouth:before{content:\"\\e9b5\"}.lucca-icon.icon-arrowBottomLeft:before{content:\"\\e9ddd\"}.lucca-icon.icon-arrowBottomRight:before{content:\"\\e9ccc\"}.lucca-icon.icon-arrowChevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowSouth:before{content:\"\\e97c\"}.lucca-icon.icon-southArrow:before{content:\"\\e97c\"}.lucca-icon.icon-southThinArrow:before{content:\"\\e97c\"}.lucca-icon.icon-chevronSouth:before{content:\"\\e97c\"}.lucca-icon.icon-chevronBottom:before{content:\"\\e97c\"}.lucca-icon.icon-arrowChevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowWest:before{content:\"\\e994\"}.lucca-icon.icon-westArrow:before{content:\"\\e994\"}.lucca-icon.icon-westThinArrow:before{content:\"\\e994\"}.lucca-icon.icon-chevronWest:before{content:\"\\e994\"}.lucca-icon.icon-chevronLeft:before{content:\"\\e994\"}.lucca-icon.icon-arrowChevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowEast:before{content:\"\\e926\"}.lucca-icon.icon-eastArrow:before{content:\"\\e926\"}.lucca-icon.icon-eastThinArrow:before{content:\"\\e926\"}.lucca-icon.icon-chevronEast:before{content:\"\\e926\"}.lucca-icon.icon-chevronRight:before{content:\"\\e926\"}.lucca-icon.icon-arrowChevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowNorth:before{content:\"\\e95a\"}.lucca-icon.icon-northArrow:before{content:\"\\e95a\"}.lucca-icon.icon-northThinArrow:before{content:\"\\e95a\"}.lucca-icon.icon-chevronNorth:before{content:\"\\e95a\"}.lucca-icon.icon-chevronTop:before{content:\"\\e95a\"}.lucca-icon.icon-arrowCorner:before{content:\"\\e9b9\"}.lucca-icon.icon-distribute:before{content:\"\\e9b9\"}.lucca-icon.icon-arrowDownload:before{content:\"\\e924\"}.lucca-icon.icon-download:before{content:\"\\e924\"}.lucca-icon.icon-arrowExternal:before{content:\"\\e95d\"}.lucca-icon.icon-outside:before{content:\"\\e95d\"}.lucca-icon.icon-arrowForward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowDouble:before{content:\"\\e9c5\"}.lucca-icon.icon-forward:before{content:\"\\e9c5\"}.lucca-icon.icon-arrowLeft:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowFullWest:before{content:\"\\e9b4\"}.lucca-icon.icon-arrowLogin:before{content:\"\\e93f\"}.lucca-icon.icon-login:before{content:\"\\e93f\"}.lucca-icon.icon-arrowLogout:before{content:\"\\e940\"}.lucca-icon.icon-logout:before{content:\"\\e940\"}.lucca-icon.icon-arrowOppositeHorizontal:before{content:\"\\e9ad\"}.lucca-icon.icon-swap:before{content:\"\\e9ad\"}.lucca-icon.icon-arrowOppositeVertical:before{content:\"\\e912\"}.lucca-icon.icon-creditDebit:before{content:\"\\e912\"}.lucca-icon.icon-arrowReply:before{content:\"\\e9ba\"}.lucca-icon.icon-reply:before{content:\"\\e9ba\"}.lucca-icon.icon-arrowReset:before{content:\"\\e970\"}.lucca-icon.icon-refresh:before{content:\"\\e970\"}.lucca-icon.icon-update:before{content:\"\\e970\"}.lucca-icon.icon-arrowRight:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowFullEast:before{content:\"\\e9b6\"}.lucca-icon.icon-arrowSync:before{content:\"\\e9c3\"}.lucca-icon.icon-sync:before{content:\"\\e9c3\"}.lucca-icon.icon-arrowSyncStrikethrough:before{content:\"\\e9c2\"}.lucca-icon.icon-syncDisabled:before{content:\"\\e9c2\"}.lucca-icon.icon-arrowTop:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowFullNorth:before{content:\"\\e9b7\"}.lucca-icon.icon-arrowTopLeft:before{content:\"\\e9dd\"}.lucca-icon.icon-arrowTopRight:before{content:\"\\e9df\"}.lucca-icon.icon-arrowUnfoldLess:before{content:\"\\e9c8\"}.lucca-icon.icon-collapse:before{content:\"\\e9c8\"}.lucca-icon.icon-arrowUnfoldMore:before{content:\"\\e9c9\"}.lucca-icon.icon-expand:before{content:\"\\e9c9\"}.lucca-icon.icon-arrowUpload:before{content:\"\\e98f\"}.lucca-icon.icon-upload:before{content:\"\\e98f\"}.lucca-icon.icon-cloudUpload:before{content:\"\\e98f\"}.lucca-icon.icon-bell:before{content:\"\\e904\"}.lucca-icon.icon-notification:before{content:\"\\e904\"}.lucca-icon.icon-bellStrikethrough:before{content:\"\\e91a\"}.lucca-icon.icon-book:before{content:\"\\e9af\"}.lucca-icon.icon-bookmark:before{content:\"\\e9c0\"}.lucca-icon.icon-bookmarkFilled:before{content:\"\\e9da\"}.lucca-icon.icon-boxArchive:before{content:\"\\e99c\"}.lucca-icon.icon-archive:before{content:\"\\e99c\"}.lucca-icon.icon-boxUnarchive:before{content:\"\\e95e\"}.lucca-icon.icon-unarchive:before{content:\"\\e95e\"}.lucca-icon.icon-branch:before{content:\"\\e90d\"}.lucca-icon.icon-bubbleAnswer:before{content:\"\\e953\"}.lucca-icon.icon-answer:before{content:\"\\e953\"}.lucca-icon.icon-bubbleConversation:before{content:\"\\e935\"}.lucca-icon.icon-messenger:before{content:\"\\e935\"}.lucca-icon.icon-bubbleSpeech:before{content:\"\\e982\"}.lucca-icon.icon-chat:before{content:\"\\e982\"}.lucca-icon.icon-talk:before{content:\"\\e982\"}.lucca-icon.icon-dialog:before{content:\"\\e982\"}.lucca-icon.icon-buildingCompany:before{content:\"\\e903\"}.lucca-icon.icon-building:before{content:\"\\e903\"}.lucca-icon.icon-establishment:before{content:\"\\e903\"}.lucca-icon.icon-buildingHouse:before{content:\"\\e913\"}.lucca-icon.icon-house:before{content:\"\\e913\"}.lucca-icon.icon-home:before{content:\"\\e913\"}.lucca-icon.icon-buildingHouseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-houseFilled:before{content:\"\\e99d\"}.lucca-icon.icon-homeFill:before{content:\"\\e99d\"}.lucca-icon.icon-buildingHouseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-houseStarred:before{content:\"\\e99e\"}.lucca-icon.icon-homeStarred:before{content:\"\\e99e\"}.lucca-icon.icon-buildingStore:before{content:\"\\e8ff\"}.lucca-icon.icon-store:before{content:\"\\e8ff\"}.lucca-icon.icon-bulb:before{content:\"\\e9b1\"}.lucca-icon.icon-lightBulb:before{content:\"\\e9b1\"}.lucca-icon.icon-calendarChecked:before{content:\"\\e9c7\"}.lucca-icon.icon-calendarDate:before{content:\"\\e920\"}.lucca-icon.icon-calendar:before{content:\"\\e920\"}.lucca-icon.icon-planning:before{content:\"\\e920\"}.lucca-icon.icon-calendarEdit:before{content:\"\\e91e\"}.lucca-icon.icon-planningEdit:before{content:\"\\e91e\"}.lucca-icon.icon-calendarPlanning:before{content:\"\\e90c\"}.lucca-icon.icon-payPeriod:before{content:\"\\e90c\"}.lucca-icon.icon-calendarSettings:before{content:\"\\e92a\"}.lucca-icon.icon-planningManage:before{content:\"\\e92a\"}.lucca-icon.icon-calendarStrikethrough:before{content:\"\\e957\"}.lucca-icon.icon-calendarOff:before{content:\"\\e957\"}.lucca-icon.icon-capCrown:before{content:\"\\e95b\"}.lucca-icon.icon-crown:before{content:\"\\e95b\"}.lucca-icon.icon-capGraduate:before{content:\"\\e9d3\"}.lucca-icon.icon-graduate:before{content:\"\\e9d3\"}.lucca-icon.icon-school:before{content:\"\\e9d3\"}.lucca-icon.icon-certificationFailed:before{content:\"\\e9a8\"}.lucca-icon.icon-certifKo:before{content:\"\\e9a8\"}.lucca-icon.icon-certificationSuccess:before{content:\"\\e9a6\"}.lucca-icon.icon-certifOk:before{content:\"\\e9a6\"}.lucca-icon.icon-certificationWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-certifWaiting:before{content:\"\\e9a7\"}.lucca-icon.icon-chartDonut:before{content:\"\\e9aa\"}.lucca-icon.icon-donut:before{content:\"\\e9aa\"}.lucca-icon.icon-donutChart:before{content:\"\\e9aa\"}.lucca-icon.icon-chartFlow:before{content:\"\\e930\"}.lucca-icon.icon-familyTree:before{content:\"\\e930\"}.lucca-icon.icon-orgTree:before{content:\"\\e930\"}.lucca-icon.icon-chartHorizontalBar:before{content:\"\\e9ab\"}.lucca-icon.icon-horizontalBarChart:before{content:\"\\e9ab\"}.lucca-icon.icon-chartLevels:before{content:\"\\e9ae\"}.lucca-icon.icon-level:before{content:\"\\e9ae\"}.lucca-icon.icon-chartPie:before{content:\"\\e9ac\"}.lucca-icon.icon-dashboard:before{content:\"\\e9ac\"}.lucca-icon.icon-chartSpider:before{content:\"\\e9f1\"}.lucca-icon.icon-chartVerticalBar:before{content:\"\\e971\"}.lucca-icon.icon-analytics:before{content:\"\\e971\"}.lucca-icon.icon-charts:before{content:\"\\e971\"}.lucca-icon.icon-clipboard:before{content:\"\\e962\"}.lucca-icon.icon-paste:before{content:\"\\e962\"}.lucca-icon.icon-completion:before{content:\"\\e905\"}.lucca-icon.icon-cornersFullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-fullscreenExit:before{content:\"\\e938\"}.lucca-icon.icon-cornersFullscreenOpen:before{content:\"\\e937\"}.lucca-icon.icon-fullscreen:before{content:\"\\e937\"}.lucca-icon.icon-dataTable:before{content:\"\\e9d5\"}.lucca-icon.icon-table:before{content:\"\\e9d5\"}.lucca-icon.icon-database:before{content:\"\\e91f\"}.lucca-icon.icon-databaseArrow:before{content:\"\\e907\"}.lucca-icon.icon-apiSync:before{content:\"\\e907\"}.lucca-icon.icon-deviceCamera:before{content:\"\\e965\"}.lucca-icon.icon-camera:before{content:\"\\e965\"}.lucca-icon.icon-deviceComputer:before{content:\"\\e91c\"}.lucca-icon.icon-computer:before{content:\"\\e91c\"}.lucca-icon.icon-deviceLaptop:before{content:\"\\e9d0\"}.lucca-icon.icon-laptop:before{content:\"\\e9d0\"}.lucca-icon.icon-deviceMobile:before{content:\"\\e9999\"}.lucca-icon.icon-deviceMouse:before{content:\"\\e91d\"}.lucca-icon.icon-computerMouse:before{content:\"\\e91d\"}.lucca-icon.icon-devicePrinter:before{content:\"\\e96b\"}.lucca-icon.icon-print:before{content:\"\\e96b\"}.lucca-icon.icon-deviceVideo:before{content:\"\\e9e5\"}.lucca-icon.icon-dotsDrag:before{content:\"\\e9a4\"}.lucca-icon.icon-drag:before{content:\"\\e9a4\"}.lucca-icon.icon-eye:before{content:\"\\e993\"}.lucca-icon.icon-watch:before{content:\"\\e993\"}.lucca-icon.icon-eyeStrikethrough:before{content:\"\\e98e\"}.lucca-icon.icon-unwatch:before{content:\"\\e98e\"}.lucca-icon.icon-fileContract:before{content:\"\\e914\"}.lucca-icon.icon-contract:before{content:\"\\e914\"}.lucca-icon.icon-fileCopy:before{content:\"\\e9ca\"}.lucca-icon.icon-copy:before{content:\"\\e9ca\"}.lucca-icon.icon-fileDocument:before{content:\"\\e932\"}.lucca-icon.icon-file:before{content:\"\\e932\"}.lucca-icon.icon-fileExport:before{content:\"\\e9cb\"}.lucca-icon.icon-fileFolder:before{content:\"\\e9cd\"}.lucca-icon.icon-folder:before{content:\"\\e9cd\"}.lucca-icon.icon-fileImport:before{content:\"\\e9e4\"}.lucca-icon.icon-importDirty:before{content:\"\\e9e4\"}.lucca-icon.icon-importPristine:before{content:\"\\e9e4\"}.lucca-icon.icon-fileSign:before{content:\"\\e95c\"}.lucca-icon.icon-sign:before{content:\"\\e95c\"}.lucca-icon.icon-filtersDescending:before{content:\"\\e9cc\"}.lucca-icon.icon-filterAbstract:before{content:\"\\e9cc\"}.lucca-icon.icon-filtersFunnel:before{content:\"\\e933\"}.lucca-icon.icon-funnel:before{content:\"\\e933\"}.lucca-icon.icon-filter:before{content:\"\\e933\"}.lucca-icon.icon-filtersSort:before{content:\"\\e9d4\"}.lucca-icon.icon-sort:before{content:\"\\e9d4\"}.lucca-icon.icon-reorder:before{content:\"\\e9d4\"}.lucca-icon.icon-flag:before{content:\"\\e934\"}.lucca-icon.icon-floppyDiskSave:before{content:\"\\e901\"}.lucca-icon.icon-save:before{content:\"\\e901\"}.lucca-icon.icon-foodBirthdayCake:before{content:\"\\e90b\"}.lucca-icon.icon-birthday:before{content:\"\\e90b\"}.lucca-icon.icon-foodBobun:before{content:\"\\e9e6\"}.lucca-icon.icon-lunchAlternative:before{content:\"\\e9e6\"}.lucca-icon.icon-foodBurger:before{content:\"\\e94d\"}.lucca-icon.icon-lunch:before{content:\"\\e94d\"}.lucca-icon.icon-meal:before{content:\"\\e94d\"}.lucca-icon.icon-foodChefHat:before{content:\"\\e9a1\"}.lucca-icon.icon-restaurant:before{content:\"\\e9a1\"}.lucca-icon.icon-foodClocheDish:before{content:\"\\e921\"}.lucca-icon.icon-diner:before{content:\"\\e921\"}.lucca-icon.icon-foodCocktail:before{content:\"\\e925\"}.lucca-icon.icon-drink:before{content:\"\\e925\"}.lucca-icon.icon-foodCoffee:before{content:\"\\e90f\"}.lucca-icon.icon-coffee:before{content:\"\\e90f\"}.lucca-icon.icon-breaktime:before{content:\"\\e90f\"}.lucca-icon.icon-foodCroissant:before{content:\"\\e90e\"}.lucca-icon.icon-breakfast:before{content:\"\\e90e\"}.lucca-icon.icon-foodSandwich:before{content:\"\\e97b\"}.lucca-icon.icon-snack:before{content:\"\\e97b\"}.lucca-icon.icon-formatBulletedList:before{content:\"\\e948\"}.lucca-icon.icon-list:before{content:\"\\e948\"}.lucca-icon.icon-formatClipperAttachment:before{content:\"\\e909\"}.lucca-icon.icon-attach:before{content:\"\\e909\"}.lucca-icon.icon-formatCornerUpLeft:before{content:\"\\e96f\"}.lucca-icon.icon-formatUndo:before{content:\"\\e96f\"}.lucca-icon.icon-formatCornerUpRight:before{content:\"\\e96e\"}.lucca-icon.icon-formatRedo:before{content:\"\\e96e\"}.lucca-icon.icon-formatLink:before{content:\"\\e93b\"}.lucca-icon.icon-formatNumberedList:before{content:\"\\e969\"}.lucca-icon.icon-formatListNb:before{content:\"\\e969\"}.lucca-icon.icon-formatText:before{content:\"\\e927\"}.lucca-icon.icon-formatJustify:before{content:\"\\e927\"}.lucca-icon.icon-formatTextBold:before{content:\"\\e997\"}.lucca-icon.icon-formatBold:before{content:\"\\e997\"}.lucca-icon.icon-formatTextClear:before{content:\"\\e999\"}.lucca-icon.icon-formatClear:before{content:\"\\e999\"}.lucca-icon.icon-formatTextItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatItalic:before{content:\"\\e998\"}.lucca-icon.icon-formatTextSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatSize:before{content:\"\\e9ce\"}.lucca-icon.icon-formatTextStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatStrikethrough:before{content:\"\\e92e\"}.lucca-icon.icon-formatTextUnderline:before{content:\"\\e996\"}.lucca-icon.icon-formatUnderlined:before{content:\"\\e996\"}.lucca-icon.icon-formatUnlink:before{content:\"\\e915\"}.lucca-icon.icon-unlink:before{content:\"\\e915\"}.lucca-icon.icon-gift:before{content:\"\\e9cf\"}.lucca-icon.icon-present:before{content:\"\\e9cf\"}.lucca-icon.icon-heart:before{content:\"\\e910\"}.lucca-icon.icon-heartFilled:before{content:\"\\e9db\"}.lucca-icon.icon-heartStrikethrough:before{content:\"\\e93e\"}.lucca-icon.icon-brokenHeart:before{content:\"\\e93e\"}.lucca-icon.icon-hotelBed:before{content:\"\\e941\"}.lucca-icon.icon-bed:before{content:\"\\e941\"}.lucca-icon.icon-hotel:before{content:\"\\e941\"}.lucca-icon.icon-hotelHanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hanger:before{content:\"\\e9a2\"}.lucca-icon.icon-hotelIron:before{content:\"\\e945\"}.lucca-icon.icon-iron:before{content:\"\\e945\"}.lucca-icon.icon-pressing:before{content:\"\\e945\"}.lucca-icon.icon-hotelLuggage:before{content:\"\\e94c\"}.lucca-icon.icon-luggage:before{content:\"\\e94c\"}.lucca-icon.icon-jigsawPuzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-puzzle:before{content:\"\\e9bc\"}.lucca-icon.icon-journey:before{content:\"\\e946\"}.lucca-icon.icon-milestone:before{content:\"\\e946\"}.lucca-icon.icon-jumpingCc:before{content:\"\\e94b\"}.lucca-icon.icon-lucca:before{content:\"\\e94b\"}.lucca-icon.icon-laboratoryTestFlask:before{content:\"\\e9d7\"}.lucca-icon.icon-test:before{content:\"\\e9d7\"}.lucca-icon.icon-layers:before{content:\"\\e987\"}.lucca-icon.icon-floor:before{content:\"\\e987\"}.lucca-icon.icon-listChecked:before{content:\"\\e9d1\"}.lucca-icon.icon-listChecklist:before{content:\"\\e917\"}.lucca-icon.icon-listTodo:before{content:\"\\e917\"}.lucca-icon.icon-lockClose:before{content:\"\\e94a\"}.lucca-icon.icon-lock:before{content:\"\\e94a\"}.lucca-icon.icon-lockKey:before{content:\"\\e947\"}.lucca-icon.icon-key:before{content:\"\\e947\"}.lucca-icon.icon-lockOpen:before{content:\"\\e98d\"}.lucca-icon.icon-unlock:before{content:\"\\e98d\"}.lucca-icon.icon-mailEnvelope:before{content:\"\\e94e\"}.lucca-icon.icon-mail:before{content:\"\\e94e\"}.lucca-icon.icon-mailMailbox:before{content:\"\\e97e\"}.lucca-icon.icon-mailbox:before{content:\"\\e97e\"}.lucca-icon.icon-stamp:before{content:\"\\e97e\"}.lucca-icon.icon-postage:before{content:\"\\e97e\"}.lucca-icon.icon-mailPaperPlane:before{content:\"\\e977\"}.lucca-icon.icon-send:before{content:\"\\e977\"}.lucca-icon.icon-mapGlobe:before{content:\"\\e97a\"}.lucca-icon.icon-globe:before{content:\"\\e97a\"}.lucca-icon.icon-mapLocation:before{content:\"\\e949\"}.lucca-icon.icon-location:before{content:\"\\e949\"}.lucca-icon.icon-mapPin:before{content:\"\\e967\"}.lucca-icon.icon-pin:before{content:\"\\e967\"}.lucca-icon.icon-mathsDivide:before{content:\"\\e954\"}.lucca-icon.icon-divide:before{content:\"\\e954\"}.lucca-icon.icon-mathsEquals:before{content:\"\\e93d\"}.lucca-icon.icon-equal:before{content:\"\\e93d\"}.lucca-icon.icon-mathsMinus:before{content:\"\\e975\"}.lucca-icon.icon-minus:before{content:\"\\e975\"}.lucca-icon.icon-partial:before{content:\"\\e975\"}.lucca-icon.icon-minimize:before{content:\"\\e975\"}.lucca-icon.icon-mathsMultiplicate:before{content:\"\\e981\"}.lucca-icon.icon-close:before{content:\"\\e981\"}.lucca-icon.icon-thinCross:before{content:\"\\e981\"}.lucca-icon.icon-cross:before{content:\"\\e981\"}.lucca-icon.icon-crossBold:before{content:\"\\e981\"}.lucca-icon.icon-mathsPlus:before{content:\"\\e985\"}.lucca-icon.icon-plus:before{content:\"\\e985\"}.lucca-icon.icon-plusBold:before{content:\"\\e985\"}.lucca-icon.icon-menuBurger:before{content:\"\\e950\"}.lucca-icon.icon-menu:before{content:\"\\e950\"}.lucca-icon.icon-hamburgerMenu:before{content:\"\\e950\"}.lucca-icon.icon-menuDots:before{content:\"\\e92b\"}.lucca-icon.icon-menuEllipsis:before{content:\"\\e92b\"}.lucca-icon.icon-ellipsis:before{content:\"\\e92b\"}.lucca-icon.icon-moneyBag:before{content:\"\\e900\"}.lucca-icon.icon-moneybag:before{content:\"\\e900\"}.lucca-icon.icon-moneyBagStrikethrough:before{content:\"\\e9f0\"}.lucca-icon.icon-noMoney:before{content:\"\\e9f0\"}.lucca-icon.icon-moneyBanknoteStrikethrough:before{content:\"\\e9de\"}.lucca-icon.icon-moneyBill:before{content:\"\\e9c6\"}.lucca-icon.icon-bill:before{content:\"\\e9c6\"}.lucca-icon.icon-moneyBuildingBank:before{content:\"\\e99f\"}.lucca-icon.icon-bank:before{content:\"\\e99f\"}.lucca-icon.icon-moneyBankImport:before{content:\"\\e9f3\"}.lucca-icon.icon-moneyCardImport:before{content:\"\\e943\"}.lucca-icon.icon-importCb:before{content:\"\\e943\"}.lucca-icon.icon-moneyCoins:before{content:\"\\e9d2\"}.lucca-icon.icon-money:before{content:\"\\e9d2\"}.lucca-icon.icon-payment:before{content:\"\\e9d2\"}.lucca-icon.icon-moneyCurrencyDollar:before{content:\"\\e9a5\"}.lucca-icon.icon-dollar:before{content:\"\\e9a5\"}.lucca-icon.icon-moneyCurrencyEuro:before{content:\"\\e92d\"}.lucca-icon.icon-euro:before{content:\"\\e92d\"}.lucca-icon.icon-moneyPaymentCard:before{content:\"\\e90a\"}.lucca-icon.icon-bankingCard:before{content:\"\\e90a\"}.lucca-icon.icon-moneyPiggyBank:before{content:\"\\e966\"}.lucca-icon.icon-piggyBank:before{content:\"\\e966\"}.lucca-icon.icon-moneyWallet:before{content:\"\\e9d8\"}.lucca-icon.icon-wallet:before{content:\"\\e9d8\"}.lucca-icon.icon-officeBriefcase:before{content:\"\\e9be\"}.lucca-icon.icon-officeChair:before{content:\"\\e986\"}.lucca-icon.icon-chair:before{content:\"\\e986\"}.lucca-icon.icon-officeCompass:before{content:\"\\e9a0\"}.lucca-icon.icon-compass:before{content:\"\\e9a0\"}.lucca-icon.icon-officeElectricalPlug:before{content:\"\\e9bd\"}.lucca-icon.icon-officePen:before{content:\"\\e928\"}.lucca-icon.icon-edit:before{content:\"\\e928\"}.lucca-icon.icon-editMini:before{content:\"\\e928\"}.lucca-icon.icon-officePenWriting:before{content:\"\\e929\"}.lucca-icon.icon-editWrite:before{content:\"\\e929\"}.lucca-icon.icon-editFrame:before{content:\"\\e929\"}.lucca-icon.icon-officePhone:before{content:\"\\e99b\"}.lucca-icon.icon-telephone:before{content:\"\\e99b\"}.lucca-icon.icon-officeScissors:before{content:\"\\e956\"}.lucca-icon.icon-cut:before{content:\"\\e956\"}.lucca-icon.icon-officeSupplies:before{content:\"\\e9e9\"}.lucca-icon.icon-supplies:before{content:\"\\e9e9\"}.lucca-icon.icon-peopleAdd:before{content:\"\\e902\"}.lucca-icon.icon-userAdd:before{content:\"\\e902\"}.lucca-icon.icon-adduser:before{content:\"\\e902\"}.lucca-icon.icon-peopleGroup:before{content:\"\\e93c\"}.lucca-icon.icon-userGroup:before{content:\"\\e93c\"}.lucca-icon.icon-group:before{content:\"\\e93c\"}.lucca-icon.icon-peopleId:before{content:\"\\e99a\"}.lucca-icon.icon-identityCard:before{content:\"\\e99a\"}.lucca-icon.icon-userFile:before{content:\"\\e99a\"}.lucca-icon.icon-dossierRh:before{content:\"\\e99a\"}.lucca-icon.icon-peopleLocked:before{content:\"\\e9d9\"}.lucca-icon.icon-userRoles:before{content:\"\\e9d9\"}.lucca-icon.icon-peoplePerson:before{content:\"\\e990\"}.lucca-icon.icon-user:before{content:\"\\e990\"}.lucca-icon.icon-face:before{content:\"\\e990\"}.lucca-icon.icon-peopleRemove:before{content:\"\\e972\"}.lucca-icon.icon-userRemove:before{content:\"\\e972\"}.lucca-icon.icon-peopleSwitch:before{content:\"\\e978\"}.lucca-icon.icon-send2user:before{content:\"\\e978\"}.lucca-icon.icon-userSendTo:before{content:\"\\e978\"}.lucca-icon.icon-peopleTeacher:before{content:\"\\e9b8\"}.lucca-icon.icon-teacher:before{content:\"\\e9b8\"}.lucca-icon.icon-pictureGallery:before{content:\"\\e939\"}.lucca-icon.icon-gallery:before{content:\"\\e939\"}.lucca-icon.icon-pictureImage:before{content:\"\\e942\"}.lucca-icon.icon-image:before{content:\"\\e942\"}.lucca-icon.icon-picturePalette:before{content:\"\\e95f\"}.lucca-icon.icon-palette:before{content:\"\\e95f\"}.lucca-icon.icon-playerPauseCircle:before{content:\"\\e955\"}.lucca-icon.icon-pause:before{content:\"\\e955\"}.lucca-icon.icon-playerPlay:before{content:\"\\e944\"}.lucca-icon.icon-playFull:before{content:\"\\e944\"}.lucca-icon.icon-playerPlayCircle:before{content:\"\\e92f\"}.lucca-icon.icon-play:before{content:\"\\e92f\"}.lucca-icon.icon-playerStopCircle:before{content:\"\\e958\"}.lucca-icon.icon-stop:before{content:\"\\e958\"}.lucca-icon.icon-priceTag:before{content:\"\\e96a\"}.lucca-icon.icon-pricetag:before{content:\"\\e96a\"}.lucca-icon.icon-priorityHigh:before{content:\"\\e964\"}.lucca-icon.icon-high:before{content:\"\\e964\"}.lucca-icon.icon-priorityHigher:before{content:\"\\e94f\"}.lucca-icon.icon-higher:before{content:\"\\e94f\"}.lucca-icon.icon-priorityHighest:before{content:\"\\e96c\"}.lucca-icon.icon-highest:before{content:\"\\e96c\"}.lucca-icon.icon-priorityLow:before{content:\"\\e96d\"}.lucca-icon.icon-low:before{content:\"\\e96d\"}.lucca-icon.icon-priorityLower:before{content:\"\\e952\"}.lucca-icon.icon-lower:before{content:\"\\e952\"}.lucca-icon.icon-priorityLowest:before{content:\"\\e973\"}.lucca-icon.icon-lowest:before{content:\"\\e973\"}.lucca-icon.icon-priorityMedium:before{content:\"\\e974\"}.lucca-icon.icon-medium:before{content:\"\\e974\"}.lucca-icon.icon-rotationLeft:before{content:\"\\e9b2\"}.lucca-icon.icon-rotate:before{content:\"\\e9b2\"}.lucca-icon.icon-rotationRight:before{content:\"\\e9e8\"}.lucca-icon.icon-rotateRight:before{content:\"\\e9e8\"}.lucca-icon.icon-searchMagnifyingGlass:before{content:\"\\e976\"}.lucca-icon.icon-search:before{content:\"\\e976\"}.lucca-icon.icon-searchZoomIn:before{content:\"\\e9ff\"}.lucca-icon.icon-searchZoomOut:before{content:\"\\e9ee\"}.lucca-icon.icon-settingsEqualizer:before{content:\"\\e991\"}.lucca-icon.icon-sliders:before{content:\"\\e991\"}.lucca-icon.icon-settingsGear:before{content:\"\\e979\"}.lucca-icon.icon-settings:before{content:\"\\e979\"}.lucca-icon.icon-settingsTools:before{content:\"\\e989\"}.lucca-icon.icon-tools:before{content:\"\\e989\"}.lucca-icon.icon-share:before{content:\"\\e906\"}.lucca-icon.icon-signBan:before{content:\"\\e936\"}.lucca-icon.icon-forbidden:before{content:\"\\e936\"}.lucca-icon.icon-signCancel:before{content:\"\\e963\"}.lucca-icon.icon-cancel:before{content:\"\\e963\"}.lucca-icon.icon-signClose:before{content:\"\\e9bf\"}.lucca-icon.icon-signConfirm:before{content:\"\\e97d\"}.lucca-icon.icon-confirm:before{content:\"\\e97d\"}.lucca-icon.icon-tick:before{content:\"\\e97d\"}.lucca-icon.icon-tickThin:before{content:\"\\e97d\"}.lucca-icon.icon-tickBold:before{content:\"\\e97d\"}.lucca-icon.icon-signConstruction:before{content:\"\\e931\"}.lucca-icon.icon-build:before{content:\"\\e931\"}.lucca-icon.icon-signDiscount:before{content:\"\\e9e1\"}.lucca-icon.icon-discount:before{content:\"\\e9e1\"}.lucca-icon.icon-signError:before{content:\"\\e92c\"}.lucca-icon.icon-error:before{content:\"\\e92c\"}.lucca-icon.icon-signHelp:before{content:\"\\e9a3\"}.lucca-icon.icon-help:before{content:\"\\e9a3\"}.lucca-icon.icon-helpOutline:before{content:\"\\e9a3\"}.lucca-icon.icon-signInfo:before{content:\"\\e9b0\"}.lucca-icon.icon-info:before{content:\"\\e9b0\"}.lucca-icon.icon-signParking:before{content:\"\\e960\"}.lucca-icon.icon-parking:before{content:\"\\e960\"}.lucca-icon.icon-signSuccess:before{content:\"\\e9ed\"}.lucca-icon.icon-success:before{content:\"\\e9ed\"}.lucca-icon.icon-signWarning:before{content:\"\\e992\"}.lucca-icon.icon-warning:before{content:\"\\e992\"}.lucca-icon.icon-star:before{content:\"\\e961\"}.lucca-icon.icon-unstared:before{content:\"\\e961\"}.lucca-icon.icon-starFilled:before{content:\"\\e97f\"}.lucca-icon.icon-target:before{content:\"\\e9d6\"}.lucca-icon.icon-thumbDown:before{content:\"\\e923\"}.lucca-icon.icon-thumbDownFilled:before{content:\"\\e9dc\"}.lucca-icon.icon-thumbUp:before{content:\"\\e922\"}.lucca-icon.icon-thumbUpFilled:before{content:\"\\e9e2\"}.lucca-icon.icon-thumbnail:before{content:\"\\e91b\"}.lucca-icon.icon-timeAlarm:before{content:\"\\e9c4\"}.lucca-icon.icon-alarm:before{content:\"\\e9c4\"}.lucca-icon.icon-timeClock:before{content:\"\\e919\"}.lucca-icon.icon-clock:before{content:\"\\e919\"}.lucca-icon.icon-timeFuture:before{content:\"\\e908\"}.lucca-icon.icon-postpone:before{content:\"\\e908\"}.lucca-icon.icon-timeHourglass:before{content:\"\\e988\"}.lucca-icon.icon-timer:before{content:\"\\e988\"}.lucca-icon.icon-timePast:before{content:\"\\e984\"}.lucca-icon.icon-history:before{content:\"\\e984\"}.lucca-icon.icon-timeTimer:before{content:\"\\e9e0\"}.lucca-icon.icon-chronoOn:before{content:\"\\e9e0\"}.lucca-icon.icon-timeTimerStrikethrough:before{content:\"\\e9e7\"}.lucca-icon.icon-overplanned:before{content:\"\\e9e7\"}.lucca-icon.icon-timeTimesheet:before{content:\"\\e916\"}.lucca-icon.icon-timesheet:before{content:\"\\e916\"}.lucca-icon.icon-transportBus:before{content:\"\\e911\"}.lucca-icon.icon-bus:before{content:\"\\e911\"}.lucca-icon.icon-transportCar:before{content:\"\\e9a9\"}.lucca-icon.icon-car:before{content:\"\\e9a9\"}.lucca-icon.icon-transportCarwashStation:before{content:\"\\e918\"}.lucca-icon.icon-cleanCar:before{content:\"\\e918\"}.lucca-icon.icon-transportGazStation:before{content:\"\\e93a\"}.lucca-icon.icon-gasoline:before{content:\"\\e93a\"}.lucca-icon.icon-transportPlane:before{content:\"\\e968\"}.lucca-icon.icon-plane:before{content:\"\\e968\"}.lucca-icon.icon-transportRocket:before{content:\"\\e995\"}.lucca-icon.icon-rocket:before{content:\"\\e995\"}.lucca-icon.icon-transportSpeedometer:before{content:\"\\e951\"}.lucca-icon.icon-speedometer:before{content:\"\\e951\"}.lucca-icon.icon-mileage:before{content:\"\\e951\"}.lucca-icon.icon-transportSubway:before{content:\"\\e980\"}.lucca-icon.icon-subway:before{content:\"\\e980\"}.lucca-icon.icon-transportTaxi:before{content:\"\\e983\"}.lucca-icon.icon-taxi:before{content:\"\\e983\"}.lucca-icon.icon-transportToll:before{content:\"\\e9b3\"}.lucca-icon.icon-toll:before{content:\"\\e9b3\"}.lucca-icon.icon-tollDollar:before{content:\"\\e9b3\"}.lucca-icon.icon-tollEuro:before{content:\"\\e9b3\"}.lucca-icon.icon-transportTrain:before{content:\"\\e98a\"}.lucca-icon.icon-train:before{content:\"\\e98a\"}.lucca-icon.icon-transportTruck:before{content:\"\\e98c\"}.lucca-icon.icon-truck:before{content:\"\\e98c\"}.lucca-icon.icon-trashDelete:before{content:\"\\e98b\"}.lucca-icon.icon-trash:before{content:\"\\e98b\"}.lucca-icon.icon-trendingGrowth:before{content:\"\\e9bb\"}.lucca-icon.icon-evolution:before{content:\"\\e9bb\"}.lucca-icon.icon-trendingLoss:before{content:\"\\e9e3\"}.lucca-icon.icon-evolutionDown:before{content:\"\\e9e3\"}.lucca-icon.icon-weatherCloudy:before{content:\"\\e9ea\"}.lucca-icon.icon-weatherLightning:before{content:\"\\e9f2\"}.lucca-icon.icon-weatherStormy:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherStorm:before{content:\"\\e9eb\"}.lucca-icon.icon-weatherSunny:before{content:\"\\e9ec\"}.lucca-icon.icon-weatherSun:before{content:\"\\e9ec\"}.lucca-icon.icon-weight:before{content:\"\\e9c1\"}.lucca-icon.mod-XXS{--icon-size: .75rem}.lucca-icon.mod-XS{--icon-size: 1rem}.lucca-icon.mod-S{--icon-size: 1.25rem}.lucca-icon.mod-M{--icon-size: 1.5rem}.lucca-icon.mod-L{--icon-size: 1.75rem}.lucca-icon.mod-XL{--icon-size: 2rem}.lucca-icon.mod-XXL{--icon-size: 2.5rem}lu-icon{display:inline-flex}.icon-color-primary{color:var(--palettes-primary-700)}.icon-color-secondary{color:var(--palettes-secondary-700)}.icon-color-error{color:var(--palettes-error-700)}.icon-color-warning{color:var(--palettes-warning-700)}.icon-color-success{color:var(--palettes-success-700)}.icon-color-light{color:var(--palettes-grey-600)}.icon-color-placeholder{color:var(--palettes-grey-400)}\n"] }]
|
|
14
14
|
}], propDecorators: { icon: [{
|
|
15
15
|
type: Input,
|
|
16
16
|
args: [{ required: true }]
|
|
@@ -21,4 +21,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImpor
|
|
|
21
21
|
}], color: [{
|
|
22
22
|
type: Input
|
|
23
23
|
}] } });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wYWNrYWdlcy9uZy9pY29uL2ljb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvaWNvbi9pY29uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzdGLE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFZdkMsTUFBTSxPQUFPLGFBQWE7SUFUMUI7UUFvQkMsVUFBSyxHQUFvRyxTQUFTLENBQUM7S0FDbkg7OEdBWlksYUFBYTtrR0FBYixhQUFhLHVJQ2IxQixnS0FFQSxnbzZCREtXLElBQUk7OzJGQU1GLGFBQWE7a0JBVHpCLFNBQVM7K0JBQ0MsU0FBUyxjQUNQLElBQUksV0FDUCxDQUFDLElBQUksQ0FBQyxtQkFHRSx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJOzhCQUlyQyxJQUFJO3NCQURILEtBQUs7dUJBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO2dCQUl6QixHQUFHO3NCQURGLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLEtBQUs7c0JBREosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0LCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmdJZiB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBMdWNjYUljb24gfSBmcm9tICdAbHVjY2EtZnJvbnQvaWNvbnMnO1xuXG5AQ29tcG9uZW50KHtcblx0c2VsZWN0b3I6ICdsdS1pY29uJyxcblx0c3RhbmRhbG9uZTogdHJ1ZSxcblx0aW1wb3J0czogW05nSWZdLFxuXHR0ZW1wbGF0ZVVybDogJy4vaWNvbi5jb21wb25lbnQuaHRtbCcsXG5cdHN0eWxlVXJsczogWycuL2ljb24uY29tcG9uZW50LnNjc3MnXSxcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG5cdGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG59KVxuZXhwb3J0IGNsYXNzIEljb25Db21wb25lbnQge1xuXHRASW5wdXQoeyByZXF1aXJlZDogdHJ1ZSB9KVxuXHRpY29uOiBMdWNjYUljb247XG5cblx0QElucHV0KClcblx0YWx0OiBzdHJpbmc7XG5cblx0QElucHV0KClcblx0c2l6ZTogJ1hYUycgfCAnWFMnIHwgJ1MnIHwgJ00nIHwgJ0wnIHwgJ1hMJyB8ICdYWEwnO1xuXG5cdEBJbnB1dCgpXG5cdGNvbG9yOiAncHJpbWFyeScgfCAnc2Vjb25kYXJ5JyB8ICdlcnJvcicgfCAnd2FybmluZycgfCAnc3VjY2VzcycgfCAnbGlnaHQnIHwgJ3BsYWNlaG9sZGVyJyB8ICdpbmhlcml0JyA9ICdpbmhlcml0Jztcbn1cbiIsIjxzcGFuIGFyaWEtaGlkZGVuPVwidHJ1ZVwiIGNsYXNzPVwibHVjY2EtaWNvbiBpY29uLXt7aWNvbn19IG1vZC17e3NpemV9fSBpY29uLWNvbG9yLXt7Y29sb3J9fVwiPjwvc3Bhbj5cbjxzcGFuIGNsYXNzPVwidS1tYXNrXCIgKm5nSWY9XCJhbHRcIj57e2FsdH19PC9zcGFuPlxuIl19
|
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, inject, Input, ViewEncapsulation } from '@angular/core';
|
|
2
2
|
import { NgIf } from '@angular/common';
|
|
3
|
-
import {
|
|
3
|
+
import { LuClass } from '@lucca-front/ng/core';
|
|
4
4
|
import { IconComponent } from '@lucca-front/ng/icon';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@lucca-front/ng/core";
|
|
7
6
|
export class InlineMessageComponent {
|
|
8
|
-
#
|
|
7
|
+
#luClass = inject(LuClass);
|
|
9
8
|
ngOnChanges() {
|
|
10
|
-
this.#
|
|
9
|
+
this.#luClass.setState({
|
|
11
10
|
[`mod-${this.size}`]: true,
|
|
12
11
|
[`is-${this.state}`]: true,
|
|
13
|
-
};
|
|
12
|
+
});
|
|
14
13
|
}
|
|
15
14
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: InlineMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
16
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.2", type: InlineMessageComponent, isStandalone: true, selector: "lu-inline-message", inputs: { label: "label", state: "state", size: "size" }, host: { classAttribute: "inlineMessage" },
|
|
15
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.2", type: InlineMessageComponent, isStandalone: true, selector: "lu-inline-message", inputs: { label: "label", state: "state", size: "size" }, host: { classAttribute: "inlineMessage" }, providers: [LuClass], usesOnChanges: true, ngImport: i0, template: "<lu-icon [icon]=\"state\" *ngIf=\"state && state !== 'default'\" [alt]=\"state\"></lu-icon>{{label}}\n", styles: [".inlineMessage{--components-inlineMessage-fontSize: var(--sizes-S-fontSize);--components-inlineMessage-lineHeight: var(--sizes-S-lineHeight);--components-inlineMessage-color: var(--palettes-grey-700);--components-inlineMessage-icon-color: var(--palettes-grey-600);display:flex;gap:var(--components-inlineMessage-gap);font-size:var(--components-inlineMessage-fontSize);line-height:var(--components-inlineMessage-lineHeight);color:var(--components-inlineMessage-color);grid-column:2}.inlineMessage .lucca-icon{--icon-size: 1rem;color:var(--components-inlineMessage-icon-color);margin-top:2px}.inlineMessage.mod-S{--components-inlineMessage-fontSize: var(--sizes-XS-fontSize);--components-inlineMessage-lineHeight: var(--sizes-XS-lineHeight)}.inlineMessage.mod-S .lucca-icon{--icon-size: .75rem}.inlineMessage.is-success{--components-inlineMessage-icon-color: var(--palettes-success-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-success .lucca-icon:before{content:\"\\e9ed\";content:\"\\e9ed\"/\"\"}.inlineMessage.is-warning{--components-inlineMessage-icon-color: var(--palettes-warning-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-warning .lucca-icon:before{content:\"\\e992\";content:\"\\e992\"/\"\"}.inlineMessage.is-error{--components-inlineMessage-icon-color: var(--palettes-error-700);--components-inlineMessage-color: var(--palettes-error-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-error .lucca-icon:before{content:\"\\e92c\";content:\"\\e92c\"/\"\"}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconComponent, selector: "lu-icon", inputs: ["icon", "alt", "size", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
17
16
|
}
|
|
18
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImport: i0, type: InlineMessageComponent, decorators: [{
|
|
19
18
|
type: Component,
|
|
20
|
-
args: [{ selector: 'lu-inline-message', standalone: true, imports: [NgIf, IconComponent],
|
|
19
|
+
args: [{ selector: 'lu-inline-message', standalone: true, imports: [NgIf, IconComponent], providers: [LuClass], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
|
|
21
20
|
class: 'inlineMessage',
|
|
22
21
|
}, template: "<lu-icon [icon]=\"state\" *ngIf=\"state && state !== 'default'\" [alt]=\"state\"></lu-icon>{{label}}\n", styles: [".inlineMessage{--components-inlineMessage-fontSize: var(--sizes-S-fontSize);--components-inlineMessage-lineHeight: var(--sizes-S-lineHeight);--components-inlineMessage-color: var(--palettes-grey-700);--components-inlineMessage-icon-color: var(--palettes-grey-600);display:flex;gap:var(--components-inlineMessage-gap);font-size:var(--components-inlineMessage-fontSize);line-height:var(--components-inlineMessage-lineHeight);color:var(--components-inlineMessage-color);grid-column:2}.inlineMessage .lucca-icon{--icon-size: 1rem;color:var(--components-inlineMessage-icon-color);margin-top:2px}.inlineMessage.mod-S{--components-inlineMessage-fontSize: var(--sizes-XS-fontSize);--components-inlineMessage-lineHeight: var(--sizes-XS-lineHeight)}.inlineMessage.mod-S .lucca-icon{--icon-size: .75rem}.inlineMessage.is-success{--components-inlineMessage-icon-color: var(--palettes-success-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-success .lucca-icon:before{content:\"\\e9ed\";content:\"\\e9ed\"/\"\"}.inlineMessage.is-warning{--components-inlineMessage-icon-color: var(--palettes-warning-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-warning .lucca-icon:before{content:\"\\e992\";content:\"\\e992\"/\"\"}.inlineMessage.is-error{--components-inlineMessage-icon-color: var(--palettes-error-700);--components-inlineMessage-color: var(--palettes-error-700);--components-inlineMessage-gap: var(--spacings-XXS)}.inlineMessage.is-error .lucca-icon:before{content:\"\\e92c\";content:\"\\e92c\"/\"\"}\n"] }]
|
|
23
22
|
}], propDecorators: { label: [{
|
|
@@ -28,4 +27,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.2", ngImpor
|
|
|
28
27
|
}], size: [{
|
|
29
28
|
type: Input
|
|
30
29
|
}] } });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5saW5lLW1lc3NhZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvaW5saW5lLW1lc3NhZ2UvaW5saW5lLW1lc3NhZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vcGFja2FnZXMvbmcvaW5saW5lLW1lc3NhZ2UvaW5saW5lLW1lc3NhZ2UuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFhLGlCQUFpQixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2hILE9BQU8sRUFBRSxJQUFJLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUV2QyxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQWVyRCxNQUFNLE9BQU8sc0JBQXNCO0lBQ2xDLFFBQVEsR0FBRyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUM7SUFXM0IsV0FBVztRQUNWLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDO1lBQ3RCLENBQUMsT0FBTyxJQUFJLENBQUMsSUFBSSxFQUFFLENBQUMsRUFBRSxJQUFJO1lBQzFCLENBQUMsTUFBTSxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUMsRUFBRSxJQUFJO1NBQzFCLENBQUMsQ0FBQztJQUNKLENBQUM7OEdBakJXLHNCQUFzQjtrR0FBdEIsc0JBQXNCLHFLQVR2QixDQUFDLE9BQU8sQ0FBQywrQ0NWckIsd0dBQ0EscWtERFFXLElBQUksNkZBQUUsYUFBYTs7MkZBVWpCLHNCQUFzQjtrQkFibEMsU0FBUzsrQkFDQyxtQkFBbUIsY0FDakIsSUFBSSxXQUNQLENBQUMsSUFBSSxFQUFFLGFBQWEsQ0FBQyxhQUNuQixDQUFDLE9BQU8sQ0FBQyxtQkFHSCx1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJLFFBQy9CO3dCQUNMLEtBQUssRUFBRSxlQUFlO3FCQUN0Qjs4QkFNRCxLQUFLO3NCQURKLEtBQUs7dUJBQUMsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFO2dCQUl6QixLQUFLO3NCQURKLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgaW5qZWN0LCBJbnB1dCwgT25DaGFuZ2VzLCBWaWV3RW5jYXBzdWxhdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmdJZiB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBJbmxpbmVNZXNzYWdlU3RhdGUgfSBmcm9tICcuL2lubGluZS1tZXNzYWdlLXN0YXRlJztcbmltcG9ydCB7IEx1Q2xhc3MgfSBmcm9tICdAbHVjY2EtZnJvbnQvbmcvY29yZSc7XG5pbXBvcnQgeyBJY29uQ29tcG9uZW50IH0gZnJvbSAnQGx1Y2NhLWZyb250L25nL2ljb24nO1xuXG5AQ29tcG9uZW50KHtcblx0c2VsZWN0b3I6ICdsdS1pbmxpbmUtbWVzc2FnZScsXG5cdHN0YW5kYWxvbmU6IHRydWUsXG5cdGltcG9ydHM6IFtOZ0lmLCBJY29uQ29tcG9uZW50XSxcblx0cHJvdmlkZXJzOiBbTHVDbGFzc10sXG5cdHRlbXBsYXRlVXJsOiAnLi9pbmxpbmUtbWVzc2FnZS5jb21wb25lbnQuaHRtbCcsXG5cdHN0eWxlVXJsczogWycuL2lubGluZS1tZXNzYWdlLmNvbXBvbmVudC5zY3NzJ10sXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuXHRlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuXHRob3N0OiB7XG5cdFx0Y2xhc3M6ICdpbmxpbmVNZXNzYWdlJyxcblx0fSxcbn0pXG5leHBvcnQgY2xhc3MgSW5saW5lTWVzc2FnZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uQ2hhbmdlcyB7XG5cdCNsdUNsYXNzID0gaW5qZWN0KEx1Q2xhc3MpO1xuXG5cdEBJbnB1dCh7IHJlcXVpcmVkOiB0cnVlIH0pXG5cdGxhYmVsOiBzdHJpbmc7XG5cblx0QElucHV0KClcblx0c3RhdGU6IElubGluZU1lc3NhZ2VTdGF0ZTtcblxuXHRASW5wdXQoKVxuXHRzaXplOiAnUycgfCAnTSc7XG5cblx0bmdPbkNoYW5nZXMoKTogdm9pZCB7XG5cdFx0dGhpcy4jbHVDbGFzcy5zZXRTdGF0ZSh7XG5cdFx0XHRbYG1vZC0ke3RoaXMuc2l6ZX1gXTogdHJ1ZSxcblx0XHRcdFtgaXMtJHt0aGlzLnN0YXRlfWBdOiB0cnVlLFxuXHRcdH0pO1xuXHR9XG59XG4iLCI8bHUtaWNvbiBbaWNvbl09XCJzdGF0ZVwiICpuZ0lmPVwic3RhdGUgJiYgc3RhdGUgIT09ICdkZWZhdWx0J1wiIFthbHRdPVwic3RhdGVcIj48L2x1LWljb24+e3tsYWJlbH19XG4iXX0=
|