aeb-ui-kit 10.0.0-preview.1171 → 10.0.0-preview.1175

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.
@@ -37,25 +37,25 @@ class Accordion {
37
37
  });
38
38
  this._resizeObserver.observe(element);
39
39
  }
40
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Accordion, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
41
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.2.4", type: Accordion, isStandalone: true, selector: "aeb-accordion", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.aeb-accordion--open": "isOpen()", "class.aeb-accordion--primary": "type() === \"primary\"", "class.aeb-accordion--secondary": "type() === \"secondary\"" }, classAttribute: "aeb-accordion" }, viewQueries: [{ propertyName: "_content", first: true, predicate: ["content"], descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"aeb-accordion__header\" (click)=\"openHandler()\">\n <span class=\"aeb-accordion__heading\"> {{ header() }} </span>\n <div class=\"aeb-accordion__arrow-icon\">\n <svg\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M6.66675 11.3333L15.6465 20.3131C15.8418 20.5083 16.1584 20.5083 16.3536 20.3131L25.3334 11.3333\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n</div>\n<div\n class=\"aeb-accordion__content\"\n [style.height]=\"isOpen() ? contentHeight() + 'px' : '0'\"\n>\n <div #content class=\"aeb-accordion__content-inner\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-accordion{display:block;box-sizing:border-box;width:100%;color:var(--c-t-primary);cursor:pointer;border-radius:32px;transition:background-color .2s;-webkit-user-select:none;user-select:none;overflow:hidden}@media screen and (max-width: 599px){.aeb-accordion{border-radius:20px}}@media screen and (min-width: 600px) and (max-width: 1200px){.aeb-accordion{border-radius:24px}}.aeb-accordion--primary{background-color:var(--c-bg-light);box-shadow:0 2px 8px #27303e1a}.aeb-accordion--secondary{background-color:var(--c-bg-surface)}.aeb-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:32px;font-size:22px;font-weight:500}.aeb-accordion__header:hover .aeb-accordion__heading{color:var(--c-t-secondary)}.aeb-accordion__header:hover .aeb-accordion__arrow-icon svg path{stroke:var(--c-i-secondary)}@media screen and (max-width: 599px){.aeb-accordion__header{padding:20px;font-size:16px}}@media screen and (min-width: 600px) and (max-width: 1200px){.aeb-accordion__header{padding:24px;font-size:18px}}.aeb-accordion__arrow-icon{display:flex;align-items:center;transition:transform .4s ease-in-out;width:32px;height:32px}@media screen and (max-width: 1200px){.aeb-accordion__arrow-icon{width:24px;height:24px}}.aeb-accordion__content{overflow:hidden;height:0;transition:height .4s ease-in-out;background-color:var(--c-bg-light)}.aeb-accordion__content-inner{padding:0 32px 32px;line-height:1.6;-webkit-user-select:text;user-select:text}@media screen and (max-width: 599px){.aeb-accordion__content-inner{padding:0 20px 20px}}@media screen and (min-width: 600px) and (max-width: 1200px){.aeb-accordion__content-inner{padding:0 24px 24px}}.aeb-accordion--open .aeb-accordion__arrow-icon{transform:rotate(180deg)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
40
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Accordion, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
41
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.0.3", type: Accordion, isStandalone: true, selector: "aeb-accordion", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.aeb-accordion--open": "isOpen()", "class.aeb-accordion--primary": "type() === \"primary\"", "class.aeb-accordion--secondary": "type() === \"secondary\"" }, classAttribute: "aeb-accordion" }, viewQueries: [{ propertyName: "_content", first: true, predicate: ["content"], descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"aeb-accordion__header\" (click)=\"openHandler()\">\n <span class=\"aeb-accordion__heading\"> {{ header() }} </span>\n <div class=\"aeb-accordion__arrow-icon\">\n <svg\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M6.66675 11.3333L15.6465 20.3131C15.8418 20.5083 16.1584 20.5083 16.3536 20.3131L25.3334 11.3333\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n</div>\n<div\n class=\"aeb-accordion__content\"\n [style.height]=\"isOpen() ? contentHeight() + 'px' : '0'\"\n>\n <div #content class=\"aeb-accordion__content-inner\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-accordion{display:block;box-sizing:border-box;width:100%;color:var(--c-t-primary);cursor:pointer;border-radius:32px;transition:background-color .2s;-webkit-user-select:none;user-select:none;overflow:hidden}@media screen and (max-width:599px){.aeb-accordion{border-radius:20px}}@media screen and (min-width:600px)and (max-width:1200px){.aeb-accordion{border-radius:24px}}.aeb-accordion--primary{background-color:var(--c-bg-light);box-shadow:0 2px 8px #27303e1a}.aeb-accordion--secondary{background-color:var(--c-bg-surface)}.aeb-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:32px;font-size:22px;font-weight:500}.aeb-accordion__header:hover .aeb-accordion__heading{color:var(--c-t-secondary)}.aeb-accordion__header:hover .aeb-accordion__arrow-icon svg path{stroke:var(--c-i-secondary)}@media screen and (max-width:599px){.aeb-accordion__header{padding:20px;font-size:16px}}@media screen and (min-width:600px)and (max-width:1200px){.aeb-accordion__header{padding:24px;font-size:18px}}.aeb-accordion__arrow-icon{display:flex;align-items:center;transition:transform .4s ease-in-out;width:32px;height:32px}@media screen and (max-width:1200px){.aeb-accordion__arrow-icon{width:24px;height:24px}}.aeb-accordion__content{overflow:hidden;height:0;transition:height .4s ease-in-out;background-color:var(--c-bg-light)}.aeb-accordion__content-inner{padding:0 32px 32px;line-height:1.6;-webkit-user-select:text;user-select:text}@media screen and (max-width:599px){.aeb-accordion__content-inner{padding:0 20px 20px}}@media screen and (min-width:600px)and (max-width:1200px){.aeb-accordion__content-inner{padding:0 24px 24px}}.aeb-accordion--open .aeb-accordion__arrow-icon{transform:rotate(180deg)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Accordion, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Accordion, decorators: [{
44
44
  type: Component,
45
45
  args: [{ selector: 'aeb-accordion', encapsulation: ViewEncapsulation.None, host: {
46
46
  class: 'aeb-accordion',
47
47
  '[class.aeb-accordion--open]': 'isOpen()',
48
48
  '[class.aeb-accordion--primary]': 'type() === "primary"',
49
49
  '[class.aeb-accordion--secondary]': 'type() === "secondary"'
50
- }, template: "<div class=\"aeb-accordion__header\" (click)=\"openHandler()\">\n <span class=\"aeb-accordion__heading\"> {{ header() }} </span>\n <div class=\"aeb-accordion__arrow-icon\">\n <svg\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M6.66675 11.3333L15.6465 20.3131C15.8418 20.5083 16.1584 20.5083 16.3536 20.3131L25.3334 11.3333\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n</div>\n<div\n class=\"aeb-accordion__content\"\n [style.height]=\"isOpen() ? contentHeight() + 'px' : '0'\"\n>\n <div #content class=\"aeb-accordion__content-inner\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-accordion{display:block;box-sizing:border-box;width:100%;color:var(--c-t-primary);cursor:pointer;border-radius:32px;transition:background-color .2s;-webkit-user-select:none;user-select:none;overflow:hidden}@media screen and (max-width: 599px){.aeb-accordion{border-radius:20px}}@media screen and (min-width: 600px) and (max-width: 1200px){.aeb-accordion{border-radius:24px}}.aeb-accordion--primary{background-color:var(--c-bg-light);box-shadow:0 2px 8px #27303e1a}.aeb-accordion--secondary{background-color:var(--c-bg-surface)}.aeb-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:32px;font-size:22px;font-weight:500}.aeb-accordion__header:hover .aeb-accordion__heading{color:var(--c-t-secondary)}.aeb-accordion__header:hover .aeb-accordion__arrow-icon svg path{stroke:var(--c-i-secondary)}@media screen and (max-width: 599px){.aeb-accordion__header{padding:20px;font-size:16px}}@media screen and (min-width: 600px) and (max-width: 1200px){.aeb-accordion__header{padding:24px;font-size:18px}}.aeb-accordion__arrow-icon{display:flex;align-items:center;transition:transform .4s ease-in-out;width:32px;height:32px}@media screen and (max-width: 1200px){.aeb-accordion__arrow-icon{width:24px;height:24px}}.aeb-accordion__content{overflow:hidden;height:0;transition:height .4s ease-in-out;background-color:var(--c-bg-light)}.aeb-accordion__content-inner{padding:0 32px 32px;line-height:1.6;-webkit-user-select:text;user-select:text}@media screen and (max-width: 599px){.aeb-accordion__content-inner{padding:0 20px 20px}}@media screen and (min-width: 600px) and (max-width: 1200px){.aeb-accordion__content-inner{padding:0 24px 24px}}.aeb-accordion--open .aeb-accordion__arrow-icon{transform:rotate(180deg)}\n"] }]
51
- }], ctorParameters: () => [] });
50
+ }, template: "<div class=\"aeb-accordion__header\" (click)=\"openHandler()\">\n <span class=\"aeb-accordion__heading\"> {{ header() }} </span>\n <div class=\"aeb-accordion__arrow-icon\">\n <svg\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M6.66675 11.3333L15.6465 20.3131C15.8418 20.5083 16.1584 20.5083 16.3536 20.3131L25.3334 11.3333\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n</div>\n<div\n class=\"aeb-accordion__content\"\n [style.height]=\"isOpen() ? contentHeight() + 'px' : '0'\"\n>\n <div #content class=\"aeb-accordion__content-inner\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-accordion{display:block;box-sizing:border-box;width:100%;color:var(--c-t-primary);cursor:pointer;border-radius:32px;transition:background-color .2s;-webkit-user-select:none;user-select:none;overflow:hidden}@media screen and (max-width:599px){.aeb-accordion{border-radius:20px}}@media screen and (min-width:600px)and (max-width:1200px){.aeb-accordion{border-radius:24px}}.aeb-accordion--primary{background-color:var(--c-bg-light);box-shadow:0 2px 8px #27303e1a}.aeb-accordion--secondary{background-color:var(--c-bg-surface)}.aeb-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:32px;font-size:22px;font-weight:500}.aeb-accordion__header:hover .aeb-accordion__heading{color:var(--c-t-secondary)}.aeb-accordion__header:hover .aeb-accordion__arrow-icon svg path{stroke:var(--c-i-secondary)}@media screen and (max-width:599px){.aeb-accordion__header{padding:20px;font-size:16px}}@media screen and (min-width:600px)and (max-width:1200px){.aeb-accordion__header{padding:24px;font-size:18px}}.aeb-accordion__arrow-icon{display:flex;align-items:center;transition:transform .4s ease-in-out;width:32px;height:32px}@media screen and (max-width:1200px){.aeb-accordion__arrow-icon{width:24px;height:24px}}.aeb-accordion__content{overflow:hidden;height:0;transition:height .4s ease-in-out;background-color:var(--c-bg-light)}.aeb-accordion__content-inner{padding:0 32px 32px;line-height:1.6;-webkit-user-select:text;user-select:text}@media screen and (max-width:599px){.aeb-accordion__content-inner{padding:0 20px 20px}}@media screen and (min-width:600px)and (max-width:1200px){.aeb-accordion__content-inner{padding:0 24px 24px}}.aeb-accordion--open .aeb-accordion__arrow-icon{transform:rotate(180deg)}\n"] }]
51
+ }], ctorParameters: () => [], propDecorators: { _content: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }] } });
52
52
 
53
53
  class AccordionModule {
54
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
55
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AccordionModule, imports: [Accordion], exports: [Accordion] }); }
56
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AccordionModule }); }
54
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AccordionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
55
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: AccordionModule, imports: [Accordion], exports: [Accordion] }); }
56
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AccordionModule }); }
57
57
  }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AccordionModule, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AccordionModule, decorators: [{
59
59
  type: NgModule,
60
60
  args: [{
61
61
  imports: [Accordion],
@@ -68,20 +68,20 @@ class ActionBar {
68
68
  this.isOpen = input(undefined, ...(ngDevMode ? [{ debugName: "isOpen" }] : []));
69
69
  this.zIndex = input(undefined, ...(ngDevMode ? [{ debugName: "zIndex" }] : []));
70
70
  }
71
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ActionBar, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
72
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.4", type: ActionBar, isStandalone: true, selector: "aeb-action-bar", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, zIndex: { classPropertyName: "zIndex", publicName: "zIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div\n class=\"aeb-action-bar\"\n [style]=\"'z-index: ' + (zIndex() || 'var(--z-fixed)')\"\n [ngClass]=\"{\n 'aeb-action-bar--open': isOpen()\n }\"\n>\n <ng-content />\n</div>\n", styles: [".aeb-action-bar{position:fixed;bottom:-90px;z-index:var(--z-fixed);width:100vw;height:90px;background-color:var(--color-mono-0);transition:position,.2s}.aeb-action-bar--open{bottom:0}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None }); }
71
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ActionBar, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
72
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: ActionBar, isStandalone: true, selector: "aeb-action-bar", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, zIndex: { classPropertyName: "zIndex", publicName: "zIndex", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div\n class=\"aeb-action-bar\"\n [style]=\"'z-index: ' + (zIndex() || 'var(--z-fixed)')\"\n [ngClass]=\"{\n 'aeb-action-bar--open': isOpen()\n }\"\n>\n <ng-content />\n</div>\n", styles: [".aeb-action-bar{position:fixed;bottom:-90px;z-index:var(--z-fixed);width:100vw;height:90px;background-color:var(--color-mono-0);transition:position,.2s}.aeb-action-bar--open{bottom:0}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None }); }
73
73
  }
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ActionBar, decorators: [{
74
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ActionBar, decorators: [{
75
75
  type: Component,
76
76
  args: [{ selector: 'aeb-action-bar', encapsulation: ViewEncapsulation.None, imports: [NgClass], template: "<div\n class=\"aeb-action-bar\"\n [style]=\"'z-index: ' + (zIndex() || 'var(--z-fixed)')\"\n [ngClass]=\"{\n 'aeb-action-bar--open': isOpen()\n }\"\n>\n <ng-content />\n</div>\n", styles: [".aeb-action-bar{position:fixed;bottom:-90px;z-index:var(--z-fixed);width:100vw;height:90px;background-color:var(--color-mono-0);transition:position,.2s}.aeb-action-bar--open{bottom:0}\n"] }]
77
- }] });
77
+ }], propDecorators: { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], zIndex: [{ type: i0.Input, args: [{ isSignal: true, alias: "zIndex", required: false }] }] } });
78
78
 
79
79
  class ActionBarModule {
80
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ActionBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
81
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: ActionBarModule, imports: [ActionBar], exports: [ActionBar] }); }
82
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ActionBarModule }); }
80
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ActionBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
81
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: ActionBarModule, imports: [ActionBar], exports: [ActionBar] }); }
82
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ActionBarModule }); }
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ActionBarModule, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ActionBarModule, decorators: [{
85
85
  type: NgModule,
86
86
  args: [{
87
87
  imports: [ActionBar],
@@ -90,10 +90,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
90
90
  }] });
91
91
 
92
92
  class ButtonLeftIconDirective {
93
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ButtonLeftIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
94
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.4", type: ButtonLeftIconDirective, isStandalone: true, selector: "img.aeb-icon-left, svg.aeb-icon-left", host: { classAttribute: "aeb-button__icon aeb-button__icon--left" }, ngImport: i0 }); }
93
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ButtonLeftIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
94
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.3", type: ButtonLeftIconDirective, isStandalone: true, selector: "img.aeb-icon-left, svg.aeb-icon-left", host: { classAttribute: "aeb-button__icon aeb-button__icon--left" }, ngImport: i0 }); }
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ButtonLeftIconDirective, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ButtonLeftIconDirective, decorators: [{
97
97
  type: Directive,
98
98
  args: [{
99
99
  selector: 'img.aeb-icon-left, svg.aeb-icon-left',
@@ -104,10 +104,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
104
104
  }] });
105
105
 
106
106
  class ButtonRightIconDirective {
107
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ButtonRightIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
108
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.4", type: ButtonRightIconDirective, isStandalone: true, selector: "img.aeb-icon-right, svg.aeb-icon-right", host: { classAttribute: "aeb-button__icon aeb-button__icon--right" }, ngImport: i0 }); }
107
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ButtonRightIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
108
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.3", type: ButtonRightIconDirective, isStandalone: true, selector: "img.aeb-icon-right, svg.aeb-icon-right", host: { classAttribute: "aeb-button__icon aeb-button__icon--right" }, ngImport: i0 }); }
109
109
  }
110
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ButtonRightIconDirective, decorators: [{
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ButtonRightIconDirective, decorators: [{
111
111
  type: Directive,
112
112
  args: [{
113
113
  selector: 'img.aeb-icon-right, svg.aeb-icon-right',
@@ -130,10 +130,10 @@ class Button {
130
130
  onLeave() {
131
131
  this._host.nativeElement.blur();
132
132
  }
133
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Button, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
134
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.2.4", type: Button, isStandalone: true, selector: "button[aebButton], a[aebButton]", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, isWarning: { classPropertyName: "isWarning", publicName: "isWarning", isSignal: true, isRequired: false, transformFunction: null }, fill: { classPropertyName: "fill", publicName: "fill", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "mouseleave": "onLeave()" }, properties: { "class.aeb-button--primary": "variant() === \"primary\"", "class.aeb-button--secondary": "variant() === \"secondary\"", "class.aeb-button--flat": "variant() === \"flat\"", "class.aeb-button--outline": "variant() === \"outline\"", "class.aeb-button--large": "size() === \"L\"", "class.aeb-button--medium": "size() === \"M\"", "class.aeb-button--small": "size() === \"S\"", "class.aeb-button--extra-small": "size() === \"XS\"", "class.aeb-button--warning": "isWarning()", "class.aeb-button--fill": "fill()", "class.aeb-button--flat-has-left-icon": "variant() === \"flat\" && !!leftIcon()", "class.aeb-button--icon-only": "!!leftIcon() && !rightIcon()" }, classAttribute: "aeb-button" }, queries: [{ propertyName: "leftIcon", first: true, predicate: ButtonLeftIconDirective, descendants: true, isSignal: true }, { propertyName: "rightIcon", first: true, predicate: ButtonRightIconDirective, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"aeb-button__icon--left__wrapper\">\n <ng-content select=\".aeb-icon-left\" />\n</div>\n<div class=\"aeb-button__label\">\n <ng-content />\n</div>\n<ng-content select=\".aeb-icon-right\" />\n", styles: [".aeb-button{--filter-color-mono-0: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7411%) hue-rotate(237deg) brightness(111%) contrast(100%);--filter-color-blue-100: brightness(0) saturate(100%) invert(80%) sepia(5%) saturate(1644%) hue-rotate(184deg) brightness(109%) contrast(97%);--filter-color-blue-200: brightness(0) saturate(100%) invert(68%) sepia(24%) saturate(506%) hue-rotate(173deg) brightness(102%) contrast(107%);--filter-color-blue-300: brightness(0) saturate(100%) invert(62%) sepia(77%) saturate(283%) hue-rotate(177deg) brightness(98%) contrast(96%);--filter-color-blue-400: brightness(0) saturate(100%) invert(57%) sepia(10%) saturate(3291%) hue-rotate(175deg) brightness(94%) contrast(101%);--filter-color-blue-500: brightness(0) saturate(100%) invert(52%) sepia(55%) saturate(4999%) hue-rotate(195deg) brightness(98%) contrast(91%);--filter-color-blue-600: brightness(0) saturate(100%) invert(46%) sepia(14%) saturate(2219%) hue-rotate(172deg) brightness(95%) contrast(110%);--filter-color-blue-700: brightness(0) saturate(100%) invert(40%) sepia(8%) saturate(6758%) hue-rotate(180deg) brightness(90%) contrast(87%);--filter-color-blue-800: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(1567%) hue-rotate(189deg) brightness(116%) contrast(88%);--filter-color-red-200: brightness(0) saturate(100%) invert(91%) sepia(56%) saturate(2290%) hue-rotate(286deg) brightness(90%) contrast(125%);--filter-color-red-300: brightness(0) saturate(100%) invert(50%) sepia(42%) saturate(1314%) hue-rotate(310deg) brightness(106%) contrast(104%);--filter-color-red-400: brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(1108%) hue-rotate(314deg) brightness(98%) contrast(112%);--filter-color-red-500: brightness(0) saturate(100%) invert(39%) sepia(74%) saturate(5844%) hue-rotate(334deg) brightness(106%) contrast(101%);--filter-color-red-600: brightness(0) saturate(100%) invert(45%) sepia(66%) saturate(7154%) hue-rotate(331deg) brightness(90%) contrast(93%);--filter-color-red-700: brightness(0) saturate(100%) invert(27%) sepia(54%) saturate(1956%) hue-rotate(318deg) brightness(91%) contrast(96%);--filter-color-red-800: brightness(0) saturate(100%) invert(20%) sepia(23%) saturate(3848%) hue-rotate(314deg) brightness(97%) contrast(95%);--filter-color-mono-700: brightness(0) saturate(100%) invert(41%) sepia(6%) saturate(1258%) hue-rotate(175deg) brightness(92%) contrast(90%);--filter-color-mono-500: brightness(0) saturate(100%) invert(57%) sepia(6%) saturate(840%) hue-rotate(175deg) brightness(88%) contrast(86%);--filter-color-mono-800: brightness(0) saturate(100%) invert(25%) sepia(31%) saturate(337%) hue-rotate(176deg) brightness(96%) contrast(92%);--filter-color-mono-900: brightness(0) saturate(100%) invert(14%) sepia(9%) saturate(1883%) hue-rotate(178deg) brightness(98%) contrast(88%);--primary-default-background: var(--c-btn-p-default);--primary-hovered-background: var(--c-btn-p-hovered);--primary-pressed-background: var(--c-btn-p-pressed);--primary-disabled-background: var(--color-blue-200);--primary-default-color: var(--c-t-primary-white);--primary-disabled-color: var(--c-t-primary-white);--primary-warning-default-background: var(--c-btn-w-default);--primary-warning-hovered-background: var(--c-btn-w-hovered);--primary-warning-pressed-background: var(--c-btn-w-pressed);--primary-warning-disabled-background: var(--color-red-200);--primary-warning-disabled-color: var(--c-t-primary-white);--primary-icon-default: var(--filter-color-mono-0);--primary-icon-disabled: var(--filter-color-mono-0);--primary-icon-warning-disabled: var(--filter-color-mono-0);--secondary-default-background: var(--c-btn-ps-default);--secondary-hovered-background: var(--c-btn-ps-hovered);--secondary-pressed-background: var(--c-btn-ps-pressed);--secondary-disabled-background: var(--c-btn-ps-default);--secondary-default-color: var(--c-t-links);--secondary-hovered-color: var(--c-t-links);--secondary-pressed-color: var(--c-t-links);--secondary-disabled-color: var(--color-blue-200);--secondary-warning-default-background: var(--c-btn-ws-default);--secondary-warning-hovered-background: var(--c-btn-ws-hovered);--secondary-warning-pressed-background: var(--c-btn-ws-pressed);--secondary-warning-disabled-background: var(--c-btn-ws-default);--secondary-warning-default-color: var(--c-t-critical);--secondary-warning-pressed-color: var(--c-t-critical);--secondary-warning-disabled-color: var(--color-red-200);--secondary-icon-default: var(--filter-color-blue-500);--secondary-icon-hovered: var(--filter-color-blue-500);--secondary-icon-disabled: var(--filter-color-blue-200);--secondary-icon-warning: var(--filter-color-red-500);--secondary-icon-warning-hovered: var(--filter-color-red-500);--secondary-icon-warning-disabled: var(--filter-color-red-200);--outline-default-border: var(--c-btn-p-default);--outline-hovered-border: var(--c-btn-p-hovered);--outline-pressed-border: var(--c-btn-p-pressed);--outline-disabled-border: var(--color-blue-200);--outline-default-color: var(--c-t-links);--outline-hovered-color: var(--c-t-links-hovered);--outline-pressed-color: var(--c-t-links-pressed);--outline-disabled-color: var(--color-blue-200);--outline-warning-default-border: var(--c-btn-w-default);--outline-warning-hovered-border: var(--c-btn-w-hovered);--outline-warning-pressed-border: var(--c-btn-w-pressed);--outline-warning-disabled-border: var(--color-red-200);--outline-warning-default-color: var(--c-t-critical);--outline-warning-hovered-color: var(--color-red-400);--outline-warning-pressed-color: var(--c-btn-w-pressed);--outline-warning-disabled-color: var(--color-red-200);--outline-icon-default: var(--filter-color-blue-500);--outline-icon-hovered: var(--filter-color-blue-400);--outline-icon-pressed: var(--filter-color-blue-600);--outline-icon-disabled: var(--filter-color-blue-200);--outline-icon-warning: var(--filter-color-red-500);--outline-icon-warning-hovered: var(--filter-color-red-400);--outline-icon-warning-pressed: var(--filter-color-red-600);--outline-icon-warning-disabled: var(--filter-color-red-200);--flat-default-background: transparent;--flat-hovered-background: var(--c-btn-ps-default);--flat-pressed-background: var(--c-btn-ps-pressed);--flat-disabled-background: transparent;--flat-default-color: var(--color-blue-500);--flat-hovered-color: var(--color-blue-500);--flat-pressed-color: var(--color-blue-500);--flat-disabled-color: var(--color-blue-200);--flat-warning-default-background: transparent;--flat-warning-hovered-background: var(--c-btn-ws-default);--flat-warning-pressed-background: var(--c-btn-ws-pressed);--flat-warning-disabled-background: transparent;--flat-warning-default-color: var(--c-t-critical);--flat-warning-hovered-color: var(--c-t-critical);--flat-warning-pressed-color: var(--c-t-critical);--flat-warning-disabled-color: var(--color-red-200);--flat-icon-default: var(--filter-color-blue-500);--flat-icon-hovered: var(--filter-color-blue-500);--flat-icon-disabled: var(--filter-color-blue-200);--flat-icon-warning: var(--filter-color-red-500);--flat-icon-warning-disabled: var(--filter-color-red-200);box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:8px;width:fit-content;border-radius:var(--border-base-rounded);cursor:pointer;-webkit-user-select:none;user-select:none;height:auto;font-size:var(--font-size-m);font-family:inherit;line-height:24px;-webkit-tap-highlight-color:transparent;text-decoration:none}.aeb-button:focus{outline:none}.aeb-button:disabled{pointer-events:none}.aeb-button__icon{width:24px;height:24px;pointer-events:none}.aeb-button__icon--left__wrapper{display:flex}.aeb-button__icon--left__wrapper:not(:has(img,svg)){display:none}.aeb-button__label{line-height:26px;white-space:nowrap;font-weight:400;font-size:18px}.aeb-button--fill{width:100%}.aeb-button--icon-only.aeb-button{gap:0}.aeb-button--icon-only.aeb-button--small{padding:2px;border-radius:8px}.aeb-button--icon-only.aeb-button--small.aeb-button--flat .aeb-button__icon--left__wrapper{border-radius:8px}.aeb-button--icon-only.aeb-button--medium{padding:10px}.aeb-button--icon-only.aeb-button--large{padding:14px}.aeb-button--primary{background-color:var(--primary-default-background);border:var(--border-skinny) solid var(--primary-default-background);color:var(--primary-default-color)}.aeb-button--primary .aeb-button__icon{filter:var(--primary-icon-default)}.aeb-button--primary.aeb-button--warning{background-color:var(--primary-warning-default-background);border-color:var(--primary-warning-default-background)}@media (hover: hover){.aeb-button--primary:hover,.aeb-button--primary:focus{background-color:var(--primary-hovered-background);border-color:var(--primary-hovered-background)}.aeb-button--primary:hover.aeb-button--warning,.aeb-button--primary:focus.aeb-button--warning{background-color:var(--primary-warning-hovered-background);border-color:var(--primary-warning-hovered-background)}}.aeb-button--primary:active{background-color:var(--primary-pressed-background);border-color:var(--primary-pressed-background)}.aeb-button--primary:active.aeb-button--warning{background-color:var(--primary-warning-pressed-background);border-color:var(--primary-warning-pressed-background)}.aeb-button--primary:disabled{background-color:var(--primary-disabled-background);border-color:var(--primary-disabled-background);color:var(--primary-disabled-color);cursor:not-allowed}.aeb-button--primary:disabled .aeb-button__icon{filter:var(--primary-icon-disabled)}.aeb-button--primary:disabled.aeb-button--warning{background-color:var(--primary-warning-disabled-background);border-color:var(--primary-warning-disabled-background);color:var(--primary-warning-disabled-color)}.aeb-button--primary:disabled.aeb-button--warning .aeb-button__icon{filter:var(--primary-icon-warning-disabled)}.aeb-button--secondary{background-color:var(--secondary-default-background);border:var(--border-skinny) solid var(--secondary-default-background);color:var(--secondary-default-color)}.aeb-button--secondary .aeb-button__icon{filter:var(--secondary-icon-default)}.aeb-button--secondary.aeb-button--warning{background-color:var(--secondary-warning-default-background);border-color:var(--secondary-warning-default-background);color:var(--secondary-warning-default-color)}.aeb-button--secondary.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning)}@media (hover: hover){.aeb-button--secondary:hover,.aeb-button--secondary:focus{background-color:var(--secondary-hovered-background);border-color:var(--secondary-hovered-background);color:var(--secondary-hovered-color)}.aeb-button--secondary:hover.aeb-button--warning,.aeb-button--secondary:focus.aeb-button--warning{background-color:var(--secondary-warning-hovered-background);border-color:var(--secondary-warning-hovered-background);color:var(--secondary-warning-default-color)}.aeb-button--secondary:hover.aeb-button--warning .aeb-button__icon,.aeb-button--secondary:focus.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-hovered)}.aeb-button--secondary:hover .aeb-button__icon,.aeb-button--secondary:focus .aeb-button__icon{filter:var(--secondary-icon-hovered)}}.aeb-button--secondary:active{border-color:var(--secondary-pressed-background);background-color:var(--secondary-pressed-background);color:var(--secondary-pressed-color)}.aeb-button--secondary:active .aeb-button__icon{filter:var(--secondary-icon-hovered)}.aeb-button--secondary:active.aeb-button--warning{background-color:var(--secondary-warning-pressed-background);border-color:var(--secondary-warning-pressed-background);color:var(--secondary-warning-pressed-color)}.aeb-button--secondary:active.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-hovered)}.aeb-button--secondary:disabled{background-color:var(--secondary-disabled-background);border-color:var(--secondary-disabled-background);color:var(--secondary-disabled-color)}.aeb-button--secondary:disabled .aeb-button__icon{filter:var(--secondary-icon-disabled)}.aeb-button--secondary:disabled.aeb-button--warning{background-color:var(--secondary-warning-disabled-background);border-color:var(--secondary-warning-disabled-background);color:var(--secondary-warning-disabled-color)}.aeb-button--secondary:disabled.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-disabled)}.aeb-button--outline{border:var(--border-skinny) solid var(--outline-default-border);background-color:transparent;color:var(--outline-default-color)}.aeb-button--outline .aeb-button__icon{filter:var(--outline-icon-default)}.aeb-button--outline.aeb-button--warning{border-color:var(--outline-warning-default-border);color:var(--outline-warning-default-color)}.aeb-button--outline.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning)}@media (hover: hover){.aeb-button--outline:hover,.aeb-button--outline:focus{border-color:var(--outline-hovered-border);color:var(--outline-hovered-color)}.aeb-button--outline:hover .aeb-button__icon,.aeb-button--outline:focus .aeb-button__icon{filter:var(--outline-icon-hovered)}.aeb-button--outline:hover.aeb-button--warning,.aeb-button--outline:focus.aeb-button--warning{border-color:var(--outline-warning-hovered-border);color:var(--outline-warning-hovered-color)}.aeb-button--outline:hover.aeb-button--warning .aeb-button__icon,.aeb-button--outline:focus.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-hovered)}}.aeb-button--outline:active{border-color:var(--outline-pressed-border);color:var(--outline-pressed-color)}.aeb-button--outline:active .aeb-button__icon{filter:var(--outline-icon-pressed)}.aeb-button--outline:active.aeb-button--warning{border-color:var(--outline-warning-pressed-border);color:var(--outline-warning-pressed-color)}.aeb-button--outline:active.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-pressed)}.aeb-button--outline:disabled{border-color:var(--outline-disabled-border);color:var(--outline-disabled-color)}.aeb-button--outline:disabled .aeb-button__icon{filter:var(--outline-icon-disabled)}.aeb-button--outline:disabled.aeb-button--warning{border-color:var(--outline-warning-disabled-border);color:var(--outline-warning-disabled-color)}.aeb-button--outline:disabled.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-disabled)}.aeb-button--flat{background-color:var(--flat-default-background);border:2px solid var(--flat-default-background);color:var(--flat-default-color)}.aeb-button--flat .aeb-button__icon{filter:var(--flat-icon-default)}.aeb-button--flat.aeb-button--warning{color:var(--flat-warning-default-color);background-color:var(--flat-warning-default-background);border:var(--border-skinny) solid var(--flat-warning-default-background)}.aeb-button--flat.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}@media (hover: hover){.aeb-button--flat:hover,.aeb-button--flat:focus{background-color:var(--flat-hovered-background);border:var(--border-skinny) solid var(--flat-hovered-background)}.aeb-button--flat:hover.aeb-button--warning,.aeb-button--flat:focus.aeb-button--warning{background-color:var(--flat-warning-hovered-background);border:var(--border-skinny) solid var(--flat-warning-hovered-background);color:var(--flat-warning-hovered-color)}.aeb-button--flat:hover.aeb-button--warning .aeb-button__icon,.aeb-button--flat:focus.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}.aeb-button--flat:hover .aeb-button__icon,.aeb-button--flat:focus .aeb-button__icon{filter:var(--flat-icon-hovered)}}.aeb-button--flat:active{background-color:var(--flat-pressed-background);border:var(--border-skinny) solid var(--flat-pressed-background)}.aeb-button--flat:active .aeb-button__icon{filter:var(--flat-icon-hovered)}.aeb-button--flat:active.aeb-button--warning{background-color:var(--flat-warning-pressed-background);border:var(--border-skinny) solid var(--flat-warning-pressed-background);color:var(--flat-warning-pressed-color)}.aeb-button--flat:active.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}.aeb-button--flat:disabled{color:var(--flat-disabled-color);background-color:none;border:var(--border-skinny) solid transparent}.aeb-button--flat:disabled .aeb-button__icon{filter:var(--flat-icon-disabled)}.aeb-button--flat:disabled.aeb-button--warning{color:var(--flat-warning-disabled-color);background-color:var(--flat-warning-disabled-background);border:var(--border-skinny) solid var(--flat-warning-disabled-background)}.aeb-button--flat:disabled.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning-disabled)}.aeb-button--extra-small{height:32px;padding:0 10px;border-radius:8px}.aeb-button--extra-small .aeb-button__label{font-size:14px}.aeb-button--small{height:40px;padding:0 14px;border-radius:10px}.aeb-button--medium{height:48px;padding:0 14px;border-radius:10px}.aeb-button--large{height:56px;padding:0 18px;border-radius:12px}.aeb-button--large .aeb-button__label{font-size:18px}body.dark .aeb-button{--primary-default-background: var(--c-btn-p-default);--primary-hovered-background: var(--c-btn-p-hovered);--primary-pressed-background: var(--c-btn-p-pressed);--primary-disabled-background: var(--c-btn-p-disabled);--primary-default-color: var(--c-t-primary);--primary-disabled-color: var(--c-t-secondary);--primary-warning-default-background: var(--c-btn-w-default);--primary-warning-hovered-background: var(--c-btn-w-hovered);--primary-warning-pressed-background: var(--c-btn-w-pressed);--primary-warning-disabled-background: var(--c-btn-w-disabled);--primary-warning-disabled-color: var(--c-t-secondary);--primary-icon-default: var(--filter-color-mono-0);--primary-icon-disabled: var(--filter-color-mono-500);--primary-icon-warning-disabled: var(--filter-color-mono-500);--secondary-default-background: var(--c-btn-ps-default);--secondary-hovered-background: var(--c-btn-ps-hovered);--secondary-pressed-background: var(--c-btn-ps-pressed);--secondary-disabled-background: var(--c-btn-ps-disabled);--secondary-default-color: var(--c-t-links);--secondary-hovered-color: var(--c-t-links);--secondary-pressed-color: var(--c-t-links);--secondary-disabled-color: var(--color-blue-800);--secondary-warning-default-background: var(--c-btn-ws-default);--secondary-warning-hovered-background: var(--c-btn-ws-hovered);--secondary-warning-pressed-background: var(--c-btn-ws-pressed);--secondary-warning-disabled-background: var(--c-btn-ws-disabled);--secondary-warning-default-color: var(--c-t-critical);--secondary-warning-disabled-color: var(--color-red-800);--secondary-icon-default: var(--filter-color-blue-400);--secondary-icon-hovered: var(--filter-color-blue-400);--secondary-icon-disabled: var(--filter-color-blue-800);--secondary-icon-warning: var(--filter-color-red-400);--secondary-icon-warning-hovered: var(--filter-color-red-400);--secondary-icon-warning-disabled: var(--filter-color-red-800);--outline-default-border: var(--c-btn-p-default);--outline-hovered-border: var(--c-btn-p-hovered);--outline-pressed-border: var(--c-btn-p-pressed);--outline-disabled-border: var(--c-btn-p-disabled);--outline-default-color: var(--c-t-links);--outline-hovered-color: var(--c-t-links-hovered);--outline-pressed-color: var(--c-t-links-pressed);--outline-disabled-color: var(--color-mono-900);--outline-warning-default-border: var(--c-btn-w-default);--outline-warning-hovered-border: var(--c-btn-w-hovered);--outline-warning-pressed-border: var(--c-btn-w-pressed);--outline-warning-disabled-border: var(--c-btn-w-disabled);--outline-warning-default-color: var(--c-t-critical);--outline-warning-hovered-color: var(--color-red-500);--outline-warning-pressed-color: var(--color-red-300);--outline-warning-disabled-color: var(--color-mono-900);--outline-icon-default: var(--filter-color-blue-400);--outline-icon-hovered: var(--filter-color-blue-500);--outline-icon-pressed: var(--filter-color-blue-300);--outline-icon-disabled: var(--filter-color-mono-800);--outline-icon-warning: var(--filter-color-red-400);--outline-icon-warning-hovered: var(--filter-color-red-500);--outline-icon-warning-pressed: var(--filter-color-red-300);--outline-icon-warning-disabled: var(--filter-color-mono-900);--flat-default-background: transparent;--flat-hovered-background: var(--c-btn-ps-default);--flat-pressed-background: var(--c-btn-ps-pressed);--flat-disabled-background: transparent;--flat-default-color: var(--c-t-links);--flat-hovered-color: var(--c-t-links);--flat-pressed-color: var(--c-t-links);--flat-disabled-color: var(--color-blue-800);--flat-warning-default-background: transparent;--flat-warning-hovered-background: var(--c-btn-ws-default);--flat-warning-pressed-background: var(--c-btn-ws-pressed);--flat-warning-disabled-background: transparent;--flat-warning-default-color: var(--c-t-critical);--flat-warning-hovered-color: var(--c-t-critical);--flat-warning-pressed-color: var(--c-t-critical);--flat-warning-disabled-color: var(--color-red-800);--flat-icon-default: var(--filter-color-blue-500);--flat-icon-hovered: var(--filter-color-blue-500);--flat-icon-disabled: var(--filter-color-blue-800);--flat-icon-warning: var(--filter-color-red-400);--flat-icon-warning-hovered: var(--filter-color-red-400);--flat-icon-warning-disabled: var(--filter-color-red-800)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
133
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Button, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
134
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.0.3", type: Button, isStandalone: true, selector: "button[aebButton], a[aebButton]", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, isWarning: { classPropertyName: "isWarning", publicName: "isWarning", isSignal: true, isRequired: false, transformFunction: null }, fill: { classPropertyName: "fill", publicName: "fill", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "mouseleave": "onLeave()" }, properties: { "class.aeb-button--primary": "variant() === \"primary\"", "class.aeb-button--secondary": "variant() === \"secondary\"", "class.aeb-button--flat": "variant() === \"flat\"", "class.aeb-button--outline": "variant() === \"outline\"", "class.aeb-button--large": "size() === \"L\"", "class.aeb-button--medium": "size() === \"M\"", "class.aeb-button--small": "size() === \"S\"", "class.aeb-button--extra-small": "size() === \"XS\"", "class.aeb-button--warning": "isWarning()", "class.aeb-button--fill": "fill()", "class.aeb-button--flat-has-left-icon": "variant() === \"flat\" && !!leftIcon()", "class.aeb-button--icon-only": "!!leftIcon() && !rightIcon()" }, classAttribute: "aeb-button" }, queries: [{ propertyName: "leftIcon", first: true, predicate: ButtonLeftIconDirective, descendants: true, isSignal: true }, { propertyName: "rightIcon", first: true, predicate: ButtonRightIconDirective, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"aeb-button__icon--left__wrapper\">\n <ng-content select=\".aeb-icon-left\" />\n</div>\n<div class=\"aeb-button__label\">\n <ng-content />\n</div>\n<ng-content select=\".aeb-icon-right\" />\n", styles: [".aeb-button{--filter-color-mono-0: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7411%) hue-rotate(237deg) brightness(111%) contrast(100%);--filter-color-blue-100: brightness(0) saturate(100%) invert(80%) sepia(5%) saturate(1644%) hue-rotate(184deg) brightness(109%) contrast(97%);--filter-color-blue-200: brightness(0) saturate(100%) invert(68%) sepia(24%) saturate(506%) hue-rotate(173deg) brightness(102%) contrast(107%);--filter-color-blue-300: brightness(0) saturate(100%) invert(62%) sepia(77%) saturate(283%) hue-rotate(177deg) brightness(98%) contrast(96%);--filter-color-blue-400: brightness(0) saturate(100%) invert(57%) sepia(10%) saturate(3291%) hue-rotate(175deg) brightness(94%) contrast(101%);--filter-color-blue-500: brightness(0) saturate(100%) invert(52%) sepia(55%) saturate(4999%) hue-rotate(195deg) brightness(98%) contrast(91%);--filter-color-blue-600: brightness(0) saturate(100%) invert(46%) sepia(14%) saturate(2219%) hue-rotate(172deg) brightness(95%) contrast(110%);--filter-color-blue-700: brightness(0) saturate(100%) invert(40%) sepia(8%) saturate(6758%) hue-rotate(180deg) brightness(90%) contrast(87%);--filter-color-blue-800: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(1567%) hue-rotate(189deg) brightness(116%) contrast(88%);--filter-color-red-200: brightness(0) saturate(100%) invert(91%) sepia(56%) saturate(2290%) hue-rotate(286deg) brightness(90%) contrast(125%);--filter-color-red-300: brightness(0) saturate(100%) invert(50%) sepia(42%) saturate(1314%) hue-rotate(310deg) brightness(106%) contrast(104%);--filter-color-red-400: brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(1108%) hue-rotate(314deg) brightness(98%) contrast(112%);--filter-color-red-500: brightness(0) saturate(100%) invert(39%) sepia(74%) saturate(5844%) hue-rotate(334deg) brightness(106%) contrast(101%);--filter-color-red-600: brightness(0) saturate(100%) invert(45%) sepia(66%) saturate(7154%) hue-rotate(331deg) brightness(90%) contrast(93%);--filter-color-red-700: brightness(0) saturate(100%) invert(27%) sepia(54%) saturate(1956%) hue-rotate(318deg) brightness(91%) contrast(96%);--filter-color-red-800: brightness(0) saturate(100%) invert(20%) sepia(23%) saturate(3848%) hue-rotate(314deg) brightness(97%) contrast(95%);--filter-color-mono-700: brightness(0) saturate(100%) invert(41%) sepia(6%) saturate(1258%) hue-rotate(175deg) brightness(92%) contrast(90%);--filter-color-mono-500: brightness(0) saturate(100%) invert(57%) sepia(6%) saturate(840%) hue-rotate(175deg) brightness(88%) contrast(86%);--filter-color-mono-800: brightness(0) saturate(100%) invert(25%) sepia(31%) saturate(337%) hue-rotate(176deg) brightness(96%) contrast(92%);--filter-color-mono-900: brightness(0) saturate(100%) invert(14%) sepia(9%) saturate(1883%) hue-rotate(178deg) brightness(98%) contrast(88%);--primary-default-background: var(--c-btn-p-default);--primary-hovered-background: var(--c-btn-p-hovered);--primary-pressed-background: var(--c-btn-p-pressed);--primary-disabled-background: var(--color-blue-200);--primary-default-color: var(--c-t-primary-white);--primary-disabled-color: var(--c-t-primary-white);--primary-warning-default-background: var(--c-btn-w-default);--primary-warning-hovered-background: var(--c-btn-w-hovered);--primary-warning-pressed-background: var(--c-btn-w-pressed);--primary-warning-disabled-background: var(--color-red-200);--primary-warning-disabled-color: var(--c-t-primary-white);--primary-icon-default: var(--filter-color-mono-0);--primary-icon-disabled: var(--filter-color-mono-0);--primary-icon-warning-disabled: var(--filter-color-mono-0);--secondary-default-background: var(--c-btn-ps-default);--secondary-hovered-background: var(--c-btn-ps-hovered);--secondary-pressed-background: var(--c-btn-ps-pressed);--secondary-disabled-background: var(--c-btn-ps-default);--secondary-default-color: var(--c-t-links);--secondary-hovered-color: var(--c-t-links);--secondary-pressed-color: var(--c-t-links);--secondary-disabled-color: var(--color-blue-200);--secondary-warning-default-background: var(--c-btn-ws-default);--secondary-warning-hovered-background: var(--c-btn-ws-hovered);--secondary-warning-pressed-background: var(--c-btn-ws-pressed);--secondary-warning-disabled-background: var(--c-btn-ws-default);--secondary-warning-default-color: var(--c-t-critical);--secondary-warning-pressed-color: var(--c-t-critical);--secondary-warning-disabled-color: var(--color-red-200);--secondary-icon-default: var(--filter-color-blue-500);--secondary-icon-hovered: var(--filter-color-blue-500);--secondary-icon-disabled: var(--filter-color-blue-200);--secondary-icon-warning: var(--filter-color-red-500);--secondary-icon-warning-hovered: var(--filter-color-red-500);--secondary-icon-warning-disabled: var(--filter-color-red-200);--outline-default-border: var(--c-btn-p-default);--outline-hovered-border: var(--c-btn-p-hovered);--outline-pressed-border: var(--c-btn-p-pressed);--outline-disabled-border: var(--color-blue-200);--outline-default-color: var(--c-t-links);--outline-hovered-color: var(--c-t-links-hovered);--outline-pressed-color: var(--c-t-links-pressed);--outline-disabled-color: var(--color-blue-200);--outline-warning-default-border: var(--c-btn-w-default);--outline-warning-hovered-border: var(--c-btn-w-hovered);--outline-warning-pressed-border: var(--c-btn-w-pressed);--outline-warning-disabled-border: var(--color-red-200);--outline-warning-default-color: var(--c-t-critical);--outline-warning-hovered-color: var(--color-red-400);--outline-warning-pressed-color: var(--c-btn-w-pressed);--outline-warning-disabled-color: var(--color-red-200);--outline-icon-default: var(--filter-color-blue-500);--outline-icon-hovered: var(--filter-color-blue-400);--outline-icon-pressed: var(--filter-color-blue-600);--outline-icon-disabled: var(--filter-color-blue-200);--outline-icon-warning: var(--filter-color-red-500);--outline-icon-warning-hovered: var(--filter-color-red-400);--outline-icon-warning-pressed: var(--filter-color-red-600);--outline-icon-warning-disabled: var(--filter-color-red-200);--flat-default-background: transparent;--flat-hovered-background: var(--c-btn-ps-default);--flat-pressed-background: var(--c-btn-ps-pressed);--flat-disabled-background: transparent;--flat-default-color: var(--color-blue-500);--flat-hovered-color: var(--color-blue-500);--flat-pressed-color: var(--color-blue-500);--flat-disabled-color: var(--color-blue-200);--flat-warning-default-background: transparent;--flat-warning-hovered-background: var(--c-btn-ws-default);--flat-warning-pressed-background: var(--c-btn-ws-pressed);--flat-warning-disabled-background: transparent;--flat-warning-default-color: var(--c-t-critical);--flat-warning-hovered-color: var(--c-t-critical);--flat-warning-pressed-color: var(--c-t-critical);--flat-warning-disabled-color: var(--color-red-200);--flat-icon-default: var(--filter-color-blue-500);--flat-icon-hovered: var(--filter-color-blue-500);--flat-icon-disabled: var(--filter-color-blue-200);--flat-icon-warning: var(--filter-color-red-500);--flat-icon-warning-disabled: var(--filter-color-red-200);box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:8px;width:fit-content;border-radius:var(--border-base-rounded);cursor:pointer;-webkit-user-select:none;user-select:none;height:auto;font-size:var(--font-size-m);font-family:inherit;line-height:24px;-webkit-tap-highlight-color:transparent;text-decoration:none}.aeb-button:focus{outline:none}.aeb-button:disabled{pointer-events:none}.aeb-button__icon{width:24px;height:24px;pointer-events:none}.aeb-button__icon--left__wrapper{display:flex}.aeb-button__icon--left__wrapper:not(:has(img,svg)){display:none}.aeb-button__label{line-height:26px;white-space:nowrap;font-weight:400;font-size:18px}.aeb-button--fill{width:100%}.aeb-button--icon-only.aeb-button{gap:0}.aeb-button--icon-only.aeb-button--small{padding:2px;border-radius:8px}.aeb-button--icon-only.aeb-button--small.aeb-button--flat .aeb-button__icon--left__wrapper{border-radius:8px}.aeb-button--icon-only.aeb-button--medium{padding:10px}.aeb-button--icon-only.aeb-button--large{padding:14px}.aeb-button--primary{background-color:var(--primary-default-background);border:var(--border-skinny) solid var(--primary-default-background);color:var(--primary-default-color)}.aeb-button--primary .aeb-button__icon{filter:var(--primary-icon-default)}.aeb-button--primary.aeb-button--warning{background-color:var(--primary-warning-default-background);border-color:var(--primary-warning-default-background)}@media(hover:hover){.aeb-button--primary:hover,.aeb-button--primary:focus{background-color:var(--primary-hovered-background);border-color:var(--primary-hovered-background)}.aeb-button--primary:hover.aeb-button--warning,.aeb-button--primary:focus.aeb-button--warning{background-color:var(--primary-warning-hovered-background);border-color:var(--primary-warning-hovered-background)}}.aeb-button--primary:active{background-color:var(--primary-pressed-background);border-color:var(--primary-pressed-background)}.aeb-button--primary:active.aeb-button--warning{background-color:var(--primary-warning-pressed-background);border-color:var(--primary-warning-pressed-background)}.aeb-button--primary:disabled{background-color:var(--primary-disabled-background);border-color:var(--primary-disabled-background);color:var(--primary-disabled-color);cursor:not-allowed}.aeb-button--primary:disabled .aeb-button__icon{filter:var(--primary-icon-disabled)}.aeb-button--primary:disabled.aeb-button--warning{background-color:var(--primary-warning-disabled-background);border-color:var(--primary-warning-disabled-background);color:var(--primary-warning-disabled-color)}.aeb-button--primary:disabled.aeb-button--warning .aeb-button__icon{filter:var(--primary-icon-warning-disabled)}.aeb-button--secondary{background-color:var(--secondary-default-background);border:var(--border-skinny) solid var(--secondary-default-background);color:var(--secondary-default-color)}.aeb-button--secondary .aeb-button__icon{filter:var(--secondary-icon-default)}.aeb-button--secondary.aeb-button--warning{background-color:var(--secondary-warning-default-background);border-color:var(--secondary-warning-default-background);color:var(--secondary-warning-default-color)}.aeb-button--secondary.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning)}@media(hover:hover){.aeb-button--secondary:hover,.aeb-button--secondary:focus{background-color:var(--secondary-hovered-background);border-color:var(--secondary-hovered-background);color:var(--secondary-hovered-color)}.aeb-button--secondary:hover.aeb-button--warning,.aeb-button--secondary:focus.aeb-button--warning{background-color:var(--secondary-warning-hovered-background);border-color:var(--secondary-warning-hovered-background);color:var(--secondary-warning-default-color)}.aeb-button--secondary:hover.aeb-button--warning .aeb-button__icon,.aeb-button--secondary:focus.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-hovered)}.aeb-button--secondary:hover .aeb-button__icon,.aeb-button--secondary:focus .aeb-button__icon{filter:var(--secondary-icon-hovered)}}.aeb-button--secondary:active{border-color:var(--secondary-pressed-background);background-color:var(--secondary-pressed-background);color:var(--secondary-pressed-color)}.aeb-button--secondary:active .aeb-button__icon{filter:var(--secondary-icon-hovered)}.aeb-button--secondary:active.aeb-button--warning{background-color:var(--secondary-warning-pressed-background);border-color:var(--secondary-warning-pressed-background);color:var(--secondary-warning-pressed-color)}.aeb-button--secondary:active.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-hovered)}.aeb-button--secondary:disabled{background-color:var(--secondary-disabled-background);border-color:var(--secondary-disabled-background);color:var(--secondary-disabled-color)}.aeb-button--secondary:disabled .aeb-button__icon{filter:var(--secondary-icon-disabled)}.aeb-button--secondary:disabled.aeb-button--warning{background-color:var(--secondary-warning-disabled-background);border-color:var(--secondary-warning-disabled-background);color:var(--secondary-warning-disabled-color)}.aeb-button--secondary:disabled.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-disabled)}.aeb-button--outline{border:var(--border-skinny) solid var(--outline-default-border);background-color:transparent;color:var(--outline-default-color)}.aeb-button--outline .aeb-button__icon{filter:var(--outline-icon-default)}.aeb-button--outline.aeb-button--warning{border-color:var(--outline-warning-default-border);color:var(--outline-warning-default-color)}.aeb-button--outline.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning)}@media(hover:hover){.aeb-button--outline:hover,.aeb-button--outline:focus{border-color:var(--outline-hovered-border);color:var(--outline-hovered-color)}.aeb-button--outline:hover .aeb-button__icon,.aeb-button--outline:focus .aeb-button__icon{filter:var(--outline-icon-hovered)}.aeb-button--outline:hover.aeb-button--warning,.aeb-button--outline:focus.aeb-button--warning{border-color:var(--outline-warning-hovered-border);color:var(--outline-warning-hovered-color)}.aeb-button--outline:hover.aeb-button--warning .aeb-button__icon,.aeb-button--outline:focus.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-hovered)}}.aeb-button--outline:active{border-color:var(--outline-pressed-border);color:var(--outline-pressed-color)}.aeb-button--outline:active .aeb-button__icon{filter:var(--outline-icon-pressed)}.aeb-button--outline:active.aeb-button--warning{border-color:var(--outline-warning-pressed-border);color:var(--outline-warning-pressed-color)}.aeb-button--outline:active.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-pressed)}.aeb-button--outline:disabled{border-color:var(--outline-disabled-border);color:var(--outline-disabled-color)}.aeb-button--outline:disabled .aeb-button__icon{filter:var(--outline-icon-disabled)}.aeb-button--outline:disabled.aeb-button--warning{border-color:var(--outline-warning-disabled-border);color:var(--outline-warning-disabled-color)}.aeb-button--outline:disabled.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-disabled)}.aeb-button--flat{background-color:var(--flat-default-background);border:2px solid var(--flat-default-background);color:var(--flat-default-color)}.aeb-button--flat .aeb-button__icon{filter:var(--flat-icon-default)}.aeb-button--flat.aeb-button--warning{color:var(--flat-warning-default-color);background-color:var(--flat-warning-default-background);border:var(--border-skinny) solid var(--flat-warning-default-background)}.aeb-button--flat.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}@media(hover:hover){.aeb-button--flat:hover,.aeb-button--flat:focus{background-color:var(--flat-hovered-background);border:var(--border-skinny) solid var(--flat-hovered-background)}.aeb-button--flat:hover.aeb-button--warning,.aeb-button--flat:focus.aeb-button--warning{background-color:var(--flat-warning-hovered-background);border:var(--border-skinny) solid var(--flat-warning-hovered-background);color:var(--flat-warning-hovered-color)}.aeb-button--flat:hover.aeb-button--warning .aeb-button__icon,.aeb-button--flat:focus.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}.aeb-button--flat:hover .aeb-button__icon,.aeb-button--flat:focus .aeb-button__icon{filter:var(--flat-icon-hovered)}}.aeb-button--flat:active{background-color:var(--flat-pressed-background);border:var(--border-skinny) solid var(--flat-pressed-background)}.aeb-button--flat:active .aeb-button__icon{filter:var(--flat-icon-hovered)}.aeb-button--flat:active.aeb-button--warning{background-color:var(--flat-warning-pressed-background);border:var(--border-skinny) solid var(--flat-warning-pressed-background);color:var(--flat-warning-pressed-color)}.aeb-button--flat:active.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}.aeb-button--flat:disabled{color:var(--flat-disabled-color);background-color:none;border:var(--border-skinny) solid transparent}.aeb-button--flat:disabled .aeb-button__icon{filter:var(--flat-icon-disabled)}.aeb-button--flat:disabled.aeb-button--warning{color:var(--flat-warning-disabled-color);background-color:var(--flat-warning-disabled-background);border:var(--border-skinny) solid var(--flat-warning-disabled-background)}.aeb-button--flat:disabled.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning-disabled)}.aeb-button--extra-small{height:32px;padding:0 10px;border-radius:8px}.aeb-button--extra-small .aeb-button__label{font-size:14px}.aeb-button--small{height:40px;padding:0 14px;border-radius:10px}.aeb-button--medium{height:48px;padding:0 14px;border-radius:10px}.aeb-button--large{height:56px;padding:0 18px;border-radius:12px}.aeb-button--large .aeb-button__label{font-size:18px}body.dark .aeb-button{--primary-default-background: var(--c-btn-p-default);--primary-hovered-background: var(--c-btn-p-hovered);--primary-pressed-background: var(--c-btn-p-pressed);--primary-disabled-background: var(--c-btn-p-disabled);--primary-default-color: var(--c-t-primary);--primary-disabled-color: var(--c-t-secondary);--primary-warning-default-background: var(--c-btn-w-default);--primary-warning-hovered-background: var(--c-btn-w-hovered);--primary-warning-pressed-background: var(--c-btn-w-pressed);--primary-warning-disabled-background: var(--c-btn-w-disabled);--primary-warning-disabled-color: var(--c-t-secondary);--primary-icon-default: var(--filter-color-mono-0);--primary-icon-disabled: var(--filter-color-mono-500);--primary-icon-warning-disabled: var(--filter-color-mono-500);--secondary-default-background: var(--c-btn-ps-default);--secondary-hovered-background: var(--c-btn-ps-hovered);--secondary-pressed-background: var(--c-btn-ps-pressed);--secondary-disabled-background: var(--c-btn-ps-disabled);--secondary-default-color: var(--c-t-links);--secondary-hovered-color: var(--c-t-links);--secondary-pressed-color: var(--c-t-links);--secondary-disabled-color: var(--color-blue-800);--secondary-warning-default-background: var(--c-btn-ws-default);--secondary-warning-hovered-background: var(--c-btn-ws-hovered);--secondary-warning-pressed-background: var(--c-btn-ws-pressed);--secondary-warning-disabled-background: var(--c-btn-ws-disabled);--secondary-warning-default-color: var(--c-t-critical);--secondary-warning-disabled-color: var(--color-red-800);--secondary-icon-default: var(--filter-color-blue-400);--secondary-icon-hovered: var(--filter-color-blue-400);--secondary-icon-disabled: var(--filter-color-blue-800);--secondary-icon-warning: var(--filter-color-red-400);--secondary-icon-warning-hovered: var(--filter-color-red-400);--secondary-icon-warning-disabled: var(--filter-color-red-800);--outline-default-border: var(--c-btn-p-default);--outline-hovered-border: var(--c-btn-p-hovered);--outline-pressed-border: var(--c-btn-p-pressed);--outline-disabled-border: var(--c-btn-p-disabled);--outline-default-color: var(--c-t-links);--outline-hovered-color: var(--c-t-links-hovered);--outline-pressed-color: var(--c-t-links-pressed);--outline-disabled-color: var(--color-mono-900);--outline-warning-default-border: var(--c-btn-w-default);--outline-warning-hovered-border: var(--c-btn-w-hovered);--outline-warning-pressed-border: var(--c-btn-w-pressed);--outline-warning-disabled-border: var(--c-btn-w-disabled);--outline-warning-default-color: var(--c-t-critical);--outline-warning-hovered-color: var(--color-red-500);--outline-warning-pressed-color: var(--color-red-300);--outline-warning-disabled-color: var(--color-mono-900);--outline-icon-default: var(--filter-color-blue-400);--outline-icon-hovered: var(--filter-color-blue-500);--outline-icon-pressed: var(--filter-color-blue-300);--outline-icon-disabled: var(--filter-color-mono-800);--outline-icon-warning: var(--filter-color-red-400);--outline-icon-warning-hovered: var(--filter-color-red-500);--outline-icon-warning-pressed: var(--filter-color-red-300);--outline-icon-warning-disabled: var(--filter-color-mono-900);--flat-default-background: transparent;--flat-hovered-background: var(--c-btn-ps-default);--flat-pressed-background: var(--c-btn-ps-pressed);--flat-disabled-background: transparent;--flat-default-color: var(--c-t-links);--flat-hovered-color: var(--c-t-links);--flat-pressed-color: var(--c-t-links);--flat-disabled-color: var(--color-blue-800);--flat-warning-default-background: transparent;--flat-warning-hovered-background: var(--c-btn-ws-default);--flat-warning-pressed-background: var(--c-btn-ws-pressed);--flat-warning-disabled-background: transparent;--flat-warning-default-color: var(--c-t-critical);--flat-warning-hovered-color: var(--c-t-critical);--flat-warning-pressed-color: var(--c-t-critical);--flat-warning-disabled-color: var(--color-red-800);--flat-icon-default: var(--filter-color-blue-500);--flat-icon-hovered: var(--filter-color-blue-500);--flat-icon-disabled: var(--filter-color-blue-800);--flat-icon-warning: var(--filter-color-red-400);--flat-icon-warning-hovered: var(--filter-color-red-400);--flat-icon-warning-disabled: var(--filter-color-red-800)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
135
135
  }
136
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Button, decorators: [{
136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Button, decorators: [{
137
137
  type: Component,
138
138
  args: [{ selector: 'button[aebButton], a[aebButton]', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
139
139
  class: 'aeb-button',
@@ -150,15 +150,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
150
150
  '[class.aeb-button--flat-has-left-icon]': 'variant() === "flat" && !!leftIcon()',
151
151
  '[class.aeb-button--icon-only]': '!!leftIcon() && !rightIcon()',
152
152
  '(mouseleave)': 'onLeave()'
153
- }, template: "<div class=\"aeb-button__icon--left__wrapper\">\n <ng-content select=\".aeb-icon-left\" />\n</div>\n<div class=\"aeb-button__label\">\n <ng-content />\n</div>\n<ng-content select=\".aeb-icon-right\" />\n", styles: [".aeb-button{--filter-color-mono-0: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7411%) hue-rotate(237deg) brightness(111%) contrast(100%);--filter-color-blue-100: brightness(0) saturate(100%) invert(80%) sepia(5%) saturate(1644%) hue-rotate(184deg) brightness(109%) contrast(97%);--filter-color-blue-200: brightness(0) saturate(100%) invert(68%) sepia(24%) saturate(506%) hue-rotate(173deg) brightness(102%) contrast(107%);--filter-color-blue-300: brightness(0) saturate(100%) invert(62%) sepia(77%) saturate(283%) hue-rotate(177deg) brightness(98%) contrast(96%);--filter-color-blue-400: brightness(0) saturate(100%) invert(57%) sepia(10%) saturate(3291%) hue-rotate(175deg) brightness(94%) contrast(101%);--filter-color-blue-500: brightness(0) saturate(100%) invert(52%) sepia(55%) saturate(4999%) hue-rotate(195deg) brightness(98%) contrast(91%);--filter-color-blue-600: brightness(0) saturate(100%) invert(46%) sepia(14%) saturate(2219%) hue-rotate(172deg) brightness(95%) contrast(110%);--filter-color-blue-700: brightness(0) saturate(100%) invert(40%) sepia(8%) saturate(6758%) hue-rotate(180deg) brightness(90%) contrast(87%);--filter-color-blue-800: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(1567%) hue-rotate(189deg) brightness(116%) contrast(88%);--filter-color-red-200: brightness(0) saturate(100%) invert(91%) sepia(56%) saturate(2290%) hue-rotate(286deg) brightness(90%) contrast(125%);--filter-color-red-300: brightness(0) saturate(100%) invert(50%) sepia(42%) saturate(1314%) hue-rotate(310deg) brightness(106%) contrast(104%);--filter-color-red-400: brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(1108%) hue-rotate(314deg) brightness(98%) contrast(112%);--filter-color-red-500: brightness(0) saturate(100%) invert(39%) sepia(74%) saturate(5844%) hue-rotate(334deg) brightness(106%) contrast(101%);--filter-color-red-600: brightness(0) saturate(100%) invert(45%) sepia(66%) saturate(7154%) hue-rotate(331deg) brightness(90%) contrast(93%);--filter-color-red-700: brightness(0) saturate(100%) invert(27%) sepia(54%) saturate(1956%) hue-rotate(318deg) brightness(91%) contrast(96%);--filter-color-red-800: brightness(0) saturate(100%) invert(20%) sepia(23%) saturate(3848%) hue-rotate(314deg) brightness(97%) contrast(95%);--filter-color-mono-700: brightness(0) saturate(100%) invert(41%) sepia(6%) saturate(1258%) hue-rotate(175deg) brightness(92%) contrast(90%);--filter-color-mono-500: brightness(0) saturate(100%) invert(57%) sepia(6%) saturate(840%) hue-rotate(175deg) brightness(88%) contrast(86%);--filter-color-mono-800: brightness(0) saturate(100%) invert(25%) sepia(31%) saturate(337%) hue-rotate(176deg) brightness(96%) contrast(92%);--filter-color-mono-900: brightness(0) saturate(100%) invert(14%) sepia(9%) saturate(1883%) hue-rotate(178deg) brightness(98%) contrast(88%);--primary-default-background: var(--c-btn-p-default);--primary-hovered-background: var(--c-btn-p-hovered);--primary-pressed-background: var(--c-btn-p-pressed);--primary-disabled-background: var(--color-blue-200);--primary-default-color: var(--c-t-primary-white);--primary-disabled-color: var(--c-t-primary-white);--primary-warning-default-background: var(--c-btn-w-default);--primary-warning-hovered-background: var(--c-btn-w-hovered);--primary-warning-pressed-background: var(--c-btn-w-pressed);--primary-warning-disabled-background: var(--color-red-200);--primary-warning-disabled-color: var(--c-t-primary-white);--primary-icon-default: var(--filter-color-mono-0);--primary-icon-disabled: var(--filter-color-mono-0);--primary-icon-warning-disabled: var(--filter-color-mono-0);--secondary-default-background: var(--c-btn-ps-default);--secondary-hovered-background: var(--c-btn-ps-hovered);--secondary-pressed-background: var(--c-btn-ps-pressed);--secondary-disabled-background: var(--c-btn-ps-default);--secondary-default-color: var(--c-t-links);--secondary-hovered-color: var(--c-t-links);--secondary-pressed-color: var(--c-t-links);--secondary-disabled-color: var(--color-blue-200);--secondary-warning-default-background: var(--c-btn-ws-default);--secondary-warning-hovered-background: var(--c-btn-ws-hovered);--secondary-warning-pressed-background: var(--c-btn-ws-pressed);--secondary-warning-disabled-background: var(--c-btn-ws-default);--secondary-warning-default-color: var(--c-t-critical);--secondary-warning-pressed-color: var(--c-t-critical);--secondary-warning-disabled-color: var(--color-red-200);--secondary-icon-default: var(--filter-color-blue-500);--secondary-icon-hovered: var(--filter-color-blue-500);--secondary-icon-disabled: var(--filter-color-blue-200);--secondary-icon-warning: var(--filter-color-red-500);--secondary-icon-warning-hovered: var(--filter-color-red-500);--secondary-icon-warning-disabled: var(--filter-color-red-200);--outline-default-border: var(--c-btn-p-default);--outline-hovered-border: var(--c-btn-p-hovered);--outline-pressed-border: var(--c-btn-p-pressed);--outline-disabled-border: var(--color-blue-200);--outline-default-color: var(--c-t-links);--outline-hovered-color: var(--c-t-links-hovered);--outline-pressed-color: var(--c-t-links-pressed);--outline-disabled-color: var(--color-blue-200);--outline-warning-default-border: var(--c-btn-w-default);--outline-warning-hovered-border: var(--c-btn-w-hovered);--outline-warning-pressed-border: var(--c-btn-w-pressed);--outline-warning-disabled-border: var(--color-red-200);--outline-warning-default-color: var(--c-t-critical);--outline-warning-hovered-color: var(--color-red-400);--outline-warning-pressed-color: var(--c-btn-w-pressed);--outline-warning-disabled-color: var(--color-red-200);--outline-icon-default: var(--filter-color-blue-500);--outline-icon-hovered: var(--filter-color-blue-400);--outline-icon-pressed: var(--filter-color-blue-600);--outline-icon-disabled: var(--filter-color-blue-200);--outline-icon-warning: var(--filter-color-red-500);--outline-icon-warning-hovered: var(--filter-color-red-400);--outline-icon-warning-pressed: var(--filter-color-red-600);--outline-icon-warning-disabled: var(--filter-color-red-200);--flat-default-background: transparent;--flat-hovered-background: var(--c-btn-ps-default);--flat-pressed-background: var(--c-btn-ps-pressed);--flat-disabled-background: transparent;--flat-default-color: var(--color-blue-500);--flat-hovered-color: var(--color-blue-500);--flat-pressed-color: var(--color-blue-500);--flat-disabled-color: var(--color-blue-200);--flat-warning-default-background: transparent;--flat-warning-hovered-background: var(--c-btn-ws-default);--flat-warning-pressed-background: var(--c-btn-ws-pressed);--flat-warning-disabled-background: transparent;--flat-warning-default-color: var(--c-t-critical);--flat-warning-hovered-color: var(--c-t-critical);--flat-warning-pressed-color: var(--c-t-critical);--flat-warning-disabled-color: var(--color-red-200);--flat-icon-default: var(--filter-color-blue-500);--flat-icon-hovered: var(--filter-color-blue-500);--flat-icon-disabled: var(--filter-color-blue-200);--flat-icon-warning: var(--filter-color-red-500);--flat-icon-warning-disabled: var(--filter-color-red-200);box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:8px;width:fit-content;border-radius:var(--border-base-rounded);cursor:pointer;-webkit-user-select:none;user-select:none;height:auto;font-size:var(--font-size-m);font-family:inherit;line-height:24px;-webkit-tap-highlight-color:transparent;text-decoration:none}.aeb-button:focus{outline:none}.aeb-button:disabled{pointer-events:none}.aeb-button__icon{width:24px;height:24px;pointer-events:none}.aeb-button__icon--left__wrapper{display:flex}.aeb-button__icon--left__wrapper:not(:has(img,svg)){display:none}.aeb-button__label{line-height:26px;white-space:nowrap;font-weight:400;font-size:18px}.aeb-button--fill{width:100%}.aeb-button--icon-only.aeb-button{gap:0}.aeb-button--icon-only.aeb-button--small{padding:2px;border-radius:8px}.aeb-button--icon-only.aeb-button--small.aeb-button--flat .aeb-button__icon--left__wrapper{border-radius:8px}.aeb-button--icon-only.aeb-button--medium{padding:10px}.aeb-button--icon-only.aeb-button--large{padding:14px}.aeb-button--primary{background-color:var(--primary-default-background);border:var(--border-skinny) solid var(--primary-default-background);color:var(--primary-default-color)}.aeb-button--primary .aeb-button__icon{filter:var(--primary-icon-default)}.aeb-button--primary.aeb-button--warning{background-color:var(--primary-warning-default-background);border-color:var(--primary-warning-default-background)}@media (hover: hover){.aeb-button--primary:hover,.aeb-button--primary:focus{background-color:var(--primary-hovered-background);border-color:var(--primary-hovered-background)}.aeb-button--primary:hover.aeb-button--warning,.aeb-button--primary:focus.aeb-button--warning{background-color:var(--primary-warning-hovered-background);border-color:var(--primary-warning-hovered-background)}}.aeb-button--primary:active{background-color:var(--primary-pressed-background);border-color:var(--primary-pressed-background)}.aeb-button--primary:active.aeb-button--warning{background-color:var(--primary-warning-pressed-background);border-color:var(--primary-warning-pressed-background)}.aeb-button--primary:disabled{background-color:var(--primary-disabled-background);border-color:var(--primary-disabled-background);color:var(--primary-disabled-color);cursor:not-allowed}.aeb-button--primary:disabled .aeb-button__icon{filter:var(--primary-icon-disabled)}.aeb-button--primary:disabled.aeb-button--warning{background-color:var(--primary-warning-disabled-background);border-color:var(--primary-warning-disabled-background);color:var(--primary-warning-disabled-color)}.aeb-button--primary:disabled.aeb-button--warning .aeb-button__icon{filter:var(--primary-icon-warning-disabled)}.aeb-button--secondary{background-color:var(--secondary-default-background);border:var(--border-skinny) solid var(--secondary-default-background);color:var(--secondary-default-color)}.aeb-button--secondary .aeb-button__icon{filter:var(--secondary-icon-default)}.aeb-button--secondary.aeb-button--warning{background-color:var(--secondary-warning-default-background);border-color:var(--secondary-warning-default-background);color:var(--secondary-warning-default-color)}.aeb-button--secondary.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning)}@media (hover: hover){.aeb-button--secondary:hover,.aeb-button--secondary:focus{background-color:var(--secondary-hovered-background);border-color:var(--secondary-hovered-background);color:var(--secondary-hovered-color)}.aeb-button--secondary:hover.aeb-button--warning,.aeb-button--secondary:focus.aeb-button--warning{background-color:var(--secondary-warning-hovered-background);border-color:var(--secondary-warning-hovered-background);color:var(--secondary-warning-default-color)}.aeb-button--secondary:hover.aeb-button--warning .aeb-button__icon,.aeb-button--secondary:focus.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-hovered)}.aeb-button--secondary:hover .aeb-button__icon,.aeb-button--secondary:focus .aeb-button__icon{filter:var(--secondary-icon-hovered)}}.aeb-button--secondary:active{border-color:var(--secondary-pressed-background);background-color:var(--secondary-pressed-background);color:var(--secondary-pressed-color)}.aeb-button--secondary:active .aeb-button__icon{filter:var(--secondary-icon-hovered)}.aeb-button--secondary:active.aeb-button--warning{background-color:var(--secondary-warning-pressed-background);border-color:var(--secondary-warning-pressed-background);color:var(--secondary-warning-pressed-color)}.aeb-button--secondary:active.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-hovered)}.aeb-button--secondary:disabled{background-color:var(--secondary-disabled-background);border-color:var(--secondary-disabled-background);color:var(--secondary-disabled-color)}.aeb-button--secondary:disabled .aeb-button__icon{filter:var(--secondary-icon-disabled)}.aeb-button--secondary:disabled.aeb-button--warning{background-color:var(--secondary-warning-disabled-background);border-color:var(--secondary-warning-disabled-background);color:var(--secondary-warning-disabled-color)}.aeb-button--secondary:disabled.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-disabled)}.aeb-button--outline{border:var(--border-skinny) solid var(--outline-default-border);background-color:transparent;color:var(--outline-default-color)}.aeb-button--outline .aeb-button__icon{filter:var(--outline-icon-default)}.aeb-button--outline.aeb-button--warning{border-color:var(--outline-warning-default-border);color:var(--outline-warning-default-color)}.aeb-button--outline.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning)}@media (hover: hover){.aeb-button--outline:hover,.aeb-button--outline:focus{border-color:var(--outline-hovered-border);color:var(--outline-hovered-color)}.aeb-button--outline:hover .aeb-button__icon,.aeb-button--outline:focus .aeb-button__icon{filter:var(--outline-icon-hovered)}.aeb-button--outline:hover.aeb-button--warning,.aeb-button--outline:focus.aeb-button--warning{border-color:var(--outline-warning-hovered-border);color:var(--outline-warning-hovered-color)}.aeb-button--outline:hover.aeb-button--warning .aeb-button__icon,.aeb-button--outline:focus.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-hovered)}}.aeb-button--outline:active{border-color:var(--outline-pressed-border);color:var(--outline-pressed-color)}.aeb-button--outline:active .aeb-button__icon{filter:var(--outline-icon-pressed)}.aeb-button--outline:active.aeb-button--warning{border-color:var(--outline-warning-pressed-border);color:var(--outline-warning-pressed-color)}.aeb-button--outline:active.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-pressed)}.aeb-button--outline:disabled{border-color:var(--outline-disabled-border);color:var(--outline-disabled-color)}.aeb-button--outline:disabled .aeb-button__icon{filter:var(--outline-icon-disabled)}.aeb-button--outline:disabled.aeb-button--warning{border-color:var(--outline-warning-disabled-border);color:var(--outline-warning-disabled-color)}.aeb-button--outline:disabled.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-disabled)}.aeb-button--flat{background-color:var(--flat-default-background);border:2px solid var(--flat-default-background);color:var(--flat-default-color)}.aeb-button--flat .aeb-button__icon{filter:var(--flat-icon-default)}.aeb-button--flat.aeb-button--warning{color:var(--flat-warning-default-color);background-color:var(--flat-warning-default-background);border:var(--border-skinny) solid var(--flat-warning-default-background)}.aeb-button--flat.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}@media (hover: hover){.aeb-button--flat:hover,.aeb-button--flat:focus{background-color:var(--flat-hovered-background);border:var(--border-skinny) solid var(--flat-hovered-background)}.aeb-button--flat:hover.aeb-button--warning,.aeb-button--flat:focus.aeb-button--warning{background-color:var(--flat-warning-hovered-background);border:var(--border-skinny) solid var(--flat-warning-hovered-background);color:var(--flat-warning-hovered-color)}.aeb-button--flat:hover.aeb-button--warning .aeb-button__icon,.aeb-button--flat:focus.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}.aeb-button--flat:hover .aeb-button__icon,.aeb-button--flat:focus .aeb-button__icon{filter:var(--flat-icon-hovered)}}.aeb-button--flat:active{background-color:var(--flat-pressed-background);border:var(--border-skinny) solid var(--flat-pressed-background)}.aeb-button--flat:active .aeb-button__icon{filter:var(--flat-icon-hovered)}.aeb-button--flat:active.aeb-button--warning{background-color:var(--flat-warning-pressed-background);border:var(--border-skinny) solid var(--flat-warning-pressed-background);color:var(--flat-warning-pressed-color)}.aeb-button--flat:active.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}.aeb-button--flat:disabled{color:var(--flat-disabled-color);background-color:none;border:var(--border-skinny) solid transparent}.aeb-button--flat:disabled .aeb-button__icon{filter:var(--flat-icon-disabled)}.aeb-button--flat:disabled.aeb-button--warning{color:var(--flat-warning-disabled-color);background-color:var(--flat-warning-disabled-background);border:var(--border-skinny) solid var(--flat-warning-disabled-background)}.aeb-button--flat:disabled.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning-disabled)}.aeb-button--extra-small{height:32px;padding:0 10px;border-radius:8px}.aeb-button--extra-small .aeb-button__label{font-size:14px}.aeb-button--small{height:40px;padding:0 14px;border-radius:10px}.aeb-button--medium{height:48px;padding:0 14px;border-radius:10px}.aeb-button--large{height:56px;padding:0 18px;border-radius:12px}.aeb-button--large .aeb-button__label{font-size:18px}body.dark .aeb-button{--primary-default-background: var(--c-btn-p-default);--primary-hovered-background: var(--c-btn-p-hovered);--primary-pressed-background: var(--c-btn-p-pressed);--primary-disabled-background: var(--c-btn-p-disabled);--primary-default-color: var(--c-t-primary);--primary-disabled-color: var(--c-t-secondary);--primary-warning-default-background: var(--c-btn-w-default);--primary-warning-hovered-background: var(--c-btn-w-hovered);--primary-warning-pressed-background: var(--c-btn-w-pressed);--primary-warning-disabled-background: var(--c-btn-w-disabled);--primary-warning-disabled-color: var(--c-t-secondary);--primary-icon-default: var(--filter-color-mono-0);--primary-icon-disabled: var(--filter-color-mono-500);--primary-icon-warning-disabled: var(--filter-color-mono-500);--secondary-default-background: var(--c-btn-ps-default);--secondary-hovered-background: var(--c-btn-ps-hovered);--secondary-pressed-background: var(--c-btn-ps-pressed);--secondary-disabled-background: var(--c-btn-ps-disabled);--secondary-default-color: var(--c-t-links);--secondary-hovered-color: var(--c-t-links);--secondary-pressed-color: var(--c-t-links);--secondary-disabled-color: var(--color-blue-800);--secondary-warning-default-background: var(--c-btn-ws-default);--secondary-warning-hovered-background: var(--c-btn-ws-hovered);--secondary-warning-pressed-background: var(--c-btn-ws-pressed);--secondary-warning-disabled-background: var(--c-btn-ws-disabled);--secondary-warning-default-color: var(--c-t-critical);--secondary-warning-disabled-color: var(--color-red-800);--secondary-icon-default: var(--filter-color-blue-400);--secondary-icon-hovered: var(--filter-color-blue-400);--secondary-icon-disabled: var(--filter-color-blue-800);--secondary-icon-warning: var(--filter-color-red-400);--secondary-icon-warning-hovered: var(--filter-color-red-400);--secondary-icon-warning-disabled: var(--filter-color-red-800);--outline-default-border: var(--c-btn-p-default);--outline-hovered-border: var(--c-btn-p-hovered);--outline-pressed-border: var(--c-btn-p-pressed);--outline-disabled-border: var(--c-btn-p-disabled);--outline-default-color: var(--c-t-links);--outline-hovered-color: var(--c-t-links-hovered);--outline-pressed-color: var(--c-t-links-pressed);--outline-disabled-color: var(--color-mono-900);--outline-warning-default-border: var(--c-btn-w-default);--outline-warning-hovered-border: var(--c-btn-w-hovered);--outline-warning-pressed-border: var(--c-btn-w-pressed);--outline-warning-disabled-border: var(--c-btn-w-disabled);--outline-warning-default-color: var(--c-t-critical);--outline-warning-hovered-color: var(--color-red-500);--outline-warning-pressed-color: var(--color-red-300);--outline-warning-disabled-color: var(--color-mono-900);--outline-icon-default: var(--filter-color-blue-400);--outline-icon-hovered: var(--filter-color-blue-500);--outline-icon-pressed: var(--filter-color-blue-300);--outline-icon-disabled: var(--filter-color-mono-800);--outline-icon-warning: var(--filter-color-red-400);--outline-icon-warning-hovered: var(--filter-color-red-500);--outline-icon-warning-pressed: var(--filter-color-red-300);--outline-icon-warning-disabled: var(--filter-color-mono-900);--flat-default-background: transparent;--flat-hovered-background: var(--c-btn-ps-default);--flat-pressed-background: var(--c-btn-ps-pressed);--flat-disabled-background: transparent;--flat-default-color: var(--c-t-links);--flat-hovered-color: var(--c-t-links);--flat-pressed-color: var(--c-t-links);--flat-disabled-color: var(--color-blue-800);--flat-warning-default-background: transparent;--flat-warning-hovered-background: var(--c-btn-ws-default);--flat-warning-pressed-background: var(--c-btn-ws-pressed);--flat-warning-disabled-background: transparent;--flat-warning-default-color: var(--c-t-critical);--flat-warning-hovered-color: var(--c-t-critical);--flat-warning-pressed-color: var(--c-t-critical);--flat-warning-disabled-color: var(--color-red-800);--flat-icon-default: var(--filter-color-blue-500);--flat-icon-hovered: var(--filter-color-blue-500);--flat-icon-disabled: var(--filter-color-blue-800);--flat-icon-warning: var(--filter-color-red-400);--flat-icon-warning-hovered: var(--filter-color-red-400);--flat-icon-warning-disabled: var(--filter-color-red-800)}\n"] }]
154
- }] });
153
+ }, template: "<div class=\"aeb-button__icon--left__wrapper\">\n <ng-content select=\".aeb-icon-left\" />\n</div>\n<div class=\"aeb-button__label\">\n <ng-content />\n</div>\n<ng-content select=\".aeb-icon-right\" />\n", styles: [".aeb-button{--filter-color-mono-0: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7411%) hue-rotate(237deg) brightness(111%) contrast(100%);--filter-color-blue-100: brightness(0) saturate(100%) invert(80%) sepia(5%) saturate(1644%) hue-rotate(184deg) brightness(109%) contrast(97%);--filter-color-blue-200: brightness(0) saturate(100%) invert(68%) sepia(24%) saturate(506%) hue-rotate(173deg) brightness(102%) contrast(107%);--filter-color-blue-300: brightness(0) saturate(100%) invert(62%) sepia(77%) saturate(283%) hue-rotate(177deg) brightness(98%) contrast(96%);--filter-color-blue-400: brightness(0) saturate(100%) invert(57%) sepia(10%) saturate(3291%) hue-rotate(175deg) brightness(94%) contrast(101%);--filter-color-blue-500: brightness(0) saturate(100%) invert(52%) sepia(55%) saturate(4999%) hue-rotate(195deg) brightness(98%) contrast(91%);--filter-color-blue-600: brightness(0) saturate(100%) invert(46%) sepia(14%) saturate(2219%) hue-rotate(172deg) brightness(95%) contrast(110%);--filter-color-blue-700: brightness(0) saturate(100%) invert(40%) sepia(8%) saturate(6758%) hue-rotate(180deg) brightness(90%) contrast(87%);--filter-color-blue-800: brightness(0) saturate(100%) invert(18%) sepia(57%) saturate(1567%) hue-rotate(189deg) brightness(116%) contrast(88%);--filter-color-red-200: brightness(0) saturate(100%) invert(91%) sepia(56%) saturate(2290%) hue-rotate(286deg) brightness(90%) contrast(125%);--filter-color-red-300: brightness(0) saturate(100%) invert(50%) sepia(42%) saturate(1314%) hue-rotate(310deg) brightness(106%) contrast(104%);--filter-color-red-400: brightness(0) saturate(100%) invert(47%) sepia(93%) saturate(1108%) hue-rotate(314deg) brightness(98%) contrast(112%);--filter-color-red-500: brightness(0) saturate(100%) invert(39%) sepia(74%) saturate(5844%) hue-rotate(334deg) brightness(106%) contrast(101%);--filter-color-red-600: brightness(0) saturate(100%) invert(45%) sepia(66%) saturate(7154%) hue-rotate(331deg) brightness(90%) contrast(93%);--filter-color-red-700: brightness(0) saturate(100%) invert(27%) sepia(54%) saturate(1956%) hue-rotate(318deg) brightness(91%) contrast(96%);--filter-color-red-800: brightness(0) saturate(100%) invert(20%) sepia(23%) saturate(3848%) hue-rotate(314deg) brightness(97%) contrast(95%);--filter-color-mono-700: brightness(0) saturate(100%) invert(41%) sepia(6%) saturate(1258%) hue-rotate(175deg) brightness(92%) contrast(90%);--filter-color-mono-500: brightness(0) saturate(100%) invert(57%) sepia(6%) saturate(840%) hue-rotate(175deg) brightness(88%) contrast(86%);--filter-color-mono-800: brightness(0) saturate(100%) invert(25%) sepia(31%) saturate(337%) hue-rotate(176deg) brightness(96%) contrast(92%);--filter-color-mono-900: brightness(0) saturate(100%) invert(14%) sepia(9%) saturate(1883%) hue-rotate(178deg) brightness(98%) contrast(88%);--primary-default-background: var(--c-btn-p-default);--primary-hovered-background: var(--c-btn-p-hovered);--primary-pressed-background: var(--c-btn-p-pressed);--primary-disabled-background: var(--color-blue-200);--primary-default-color: var(--c-t-primary-white);--primary-disabled-color: var(--c-t-primary-white);--primary-warning-default-background: var(--c-btn-w-default);--primary-warning-hovered-background: var(--c-btn-w-hovered);--primary-warning-pressed-background: var(--c-btn-w-pressed);--primary-warning-disabled-background: var(--color-red-200);--primary-warning-disabled-color: var(--c-t-primary-white);--primary-icon-default: var(--filter-color-mono-0);--primary-icon-disabled: var(--filter-color-mono-0);--primary-icon-warning-disabled: var(--filter-color-mono-0);--secondary-default-background: var(--c-btn-ps-default);--secondary-hovered-background: var(--c-btn-ps-hovered);--secondary-pressed-background: var(--c-btn-ps-pressed);--secondary-disabled-background: var(--c-btn-ps-default);--secondary-default-color: var(--c-t-links);--secondary-hovered-color: var(--c-t-links);--secondary-pressed-color: var(--c-t-links);--secondary-disabled-color: var(--color-blue-200);--secondary-warning-default-background: var(--c-btn-ws-default);--secondary-warning-hovered-background: var(--c-btn-ws-hovered);--secondary-warning-pressed-background: var(--c-btn-ws-pressed);--secondary-warning-disabled-background: var(--c-btn-ws-default);--secondary-warning-default-color: var(--c-t-critical);--secondary-warning-pressed-color: var(--c-t-critical);--secondary-warning-disabled-color: var(--color-red-200);--secondary-icon-default: var(--filter-color-blue-500);--secondary-icon-hovered: var(--filter-color-blue-500);--secondary-icon-disabled: var(--filter-color-blue-200);--secondary-icon-warning: var(--filter-color-red-500);--secondary-icon-warning-hovered: var(--filter-color-red-500);--secondary-icon-warning-disabled: var(--filter-color-red-200);--outline-default-border: var(--c-btn-p-default);--outline-hovered-border: var(--c-btn-p-hovered);--outline-pressed-border: var(--c-btn-p-pressed);--outline-disabled-border: var(--color-blue-200);--outline-default-color: var(--c-t-links);--outline-hovered-color: var(--c-t-links-hovered);--outline-pressed-color: var(--c-t-links-pressed);--outline-disabled-color: var(--color-blue-200);--outline-warning-default-border: var(--c-btn-w-default);--outline-warning-hovered-border: var(--c-btn-w-hovered);--outline-warning-pressed-border: var(--c-btn-w-pressed);--outline-warning-disabled-border: var(--color-red-200);--outline-warning-default-color: var(--c-t-critical);--outline-warning-hovered-color: var(--color-red-400);--outline-warning-pressed-color: var(--c-btn-w-pressed);--outline-warning-disabled-color: var(--color-red-200);--outline-icon-default: var(--filter-color-blue-500);--outline-icon-hovered: var(--filter-color-blue-400);--outline-icon-pressed: var(--filter-color-blue-600);--outline-icon-disabled: var(--filter-color-blue-200);--outline-icon-warning: var(--filter-color-red-500);--outline-icon-warning-hovered: var(--filter-color-red-400);--outline-icon-warning-pressed: var(--filter-color-red-600);--outline-icon-warning-disabled: var(--filter-color-red-200);--flat-default-background: transparent;--flat-hovered-background: var(--c-btn-ps-default);--flat-pressed-background: var(--c-btn-ps-pressed);--flat-disabled-background: transparent;--flat-default-color: var(--color-blue-500);--flat-hovered-color: var(--color-blue-500);--flat-pressed-color: var(--color-blue-500);--flat-disabled-color: var(--color-blue-200);--flat-warning-default-background: transparent;--flat-warning-hovered-background: var(--c-btn-ws-default);--flat-warning-pressed-background: var(--c-btn-ws-pressed);--flat-warning-disabled-background: transparent;--flat-warning-default-color: var(--c-t-critical);--flat-warning-hovered-color: var(--c-t-critical);--flat-warning-pressed-color: var(--c-t-critical);--flat-warning-disabled-color: var(--color-red-200);--flat-icon-default: var(--filter-color-blue-500);--flat-icon-hovered: var(--filter-color-blue-500);--flat-icon-disabled: var(--filter-color-blue-200);--flat-icon-warning: var(--filter-color-red-500);--flat-icon-warning-disabled: var(--filter-color-red-200);box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:8px;width:fit-content;border-radius:var(--border-base-rounded);cursor:pointer;-webkit-user-select:none;user-select:none;height:auto;font-size:var(--font-size-m);font-family:inherit;line-height:24px;-webkit-tap-highlight-color:transparent;text-decoration:none}.aeb-button:focus{outline:none}.aeb-button:disabled{pointer-events:none}.aeb-button__icon{width:24px;height:24px;pointer-events:none}.aeb-button__icon--left__wrapper{display:flex}.aeb-button__icon--left__wrapper:not(:has(img,svg)){display:none}.aeb-button__label{line-height:26px;white-space:nowrap;font-weight:400;font-size:18px}.aeb-button--fill{width:100%}.aeb-button--icon-only.aeb-button{gap:0}.aeb-button--icon-only.aeb-button--small{padding:2px;border-radius:8px}.aeb-button--icon-only.aeb-button--small.aeb-button--flat .aeb-button__icon--left__wrapper{border-radius:8px}.aeb-button--icon-only.aeb-button--medium{padding:10px}.aeb-button--icon-only.aeb-button--large{padding:14px}.aeb-button--primary{background-color:var(--primary-default-background);border:var(--border-skinny) solid var(--primary-default-background);color:var(--primary-default-color)}.aeb-button--primary .aeb-button__icon{filter:var(--primary-icon-default)}.aeb-button--primary.aeb-button--warning{background-color:var(--primary-warning-default-background);border-color:var(--primary-warning-default-background)}@media(hover:hover){.aeb-button--primary:hover,.aeb-button--primary:focus{background-color:var(--primary-hovered-background);border-color:var(--primary-hovered-background)}.aeb-button--primary:hover.aeb-button--warning,.aeb-button--primary:focus.aeb-button--warning{background-color:var(--primary-warning-hovered-background);border-color:var(--primary-warning-hovered-background)}}.aeb-button--primary:active{background-color:var(--primary-pressed-background);border-color:var(--primary-pressed-background)}.aeb-button--primary:active.aeb-button--warning{background-color:var(--primary-warning-pressed-background);border-color:var(--primary-warning-pressed-background)}.aeb-button--primary:disabled{background-color:var(--primary-disabled-background);border-color:var(--primary-disabled-background);color:var(--primary-disabled-color);cursor:not-allowed}.aeb-button--primary:disabled .aeb-button__icon{filter:var(--primary-icon-disabled)}.aeb-button--primary:disabled.aeb-button--warning{background-color:var(--primary-warning-disabled-background);border-color:var(--primary-warning-disabled-background);color:var(--primary-warning-disabled-color)}.aeb-button--primary:disabled.aeb-button--warning .aeb-button__icon{filter:var(--primary-icon-warning-disabled)}.aeb-button--secondary{background-color:var(--secondary-default-background);border:var(--border-skinny) solid var(--secondary-default-background);color:var(--secondary-default-color)}.aeb-button--secondary .aeb-button__icon{filter:var(--secondary-icon-default)}.aeb-button--secondary.aeb-button--warning{background-color:var(--secondary-warning-default-background);border-color:var(--secondary-warning-default-background);color:var(--secondary-warning-default-color)}.aeb-button--secondary.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning)}@media(hover:hover){.aeb-button--secondary:hover,.aeb-button--secondary:focus{background-color:var(--secondary-hovered-background);border-color:var(--secondary-hovered-background);color:var(--secondary-hovered-color)}.aeb-button--secondary:hover.aeb-button--warning,.aeb-button--secondary:focus.aeb-button--warning{background-color:var(--secondary-warning-hovered-background);border-color:var(--secondary-warning-hovered-background);color:var(--secondary-warning-default-color)}.aeb-button--secondary:hover.aeb-button--warning .aeb-button__icon,.aeb-button--secondary:focus.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-hovered)}.aeb-button--secondary:hover .aeb-button__icon,.aeb-button--secondary:focus .aeb-button__icon{filter:var(--secondary-icon-hovered)}}.aeb-button--secondary:active{border-color:var(--secondary-pressed-background);background-color:var(--secondary-pressed-background);color:var(--secondary-pressed-color)}.aeb-button--secondary:active .aeb-button__icon{filter:var(--secondary-icon-hovered)}.aeb-button--secondary:active.aeb-button--warning{background-color:var(--secondary-warning-pressed-background);border-color:var(--secondary-warning-pressed-background);color:var(--secondary-warning-pressed-color)}.aeb-button--secondary:active.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-hovered)}.aeb-button--secondary:disabled{background-color:var(--secondary-disabled-background);border-color:var(--secondary-disabled-background);color:var(--secondary-disabled-color)}.aeb-button--secondary:disabled .aeb-button__icon{filter:var(--secondary-icon-disabled)}.aeb-button--secondary:disabled.aeb-button--warning{background-color:var(--secondary-warning-disabled-background);border-color:var(--secondary-warning-disabled-background);color:var(--secondary-warning-disabled-color)}.aeb-button--secondary:disabled.aeb-button--warning .aeb-button__icon{filter:var(--secondary-icon-warning-disabled)}.aeb-button--outline{border:var(--border-skinny) solid var(--outline-default-border);background-color:transparent;color:var(--outline-default-color)}.aeb-button--outline .aeb-button__icon{filter:var(--outline-icon-default)}.aeb-button--outline.aeb-button--warning{border-color:var(--outline-warning-default-border);color:var(--outline-warning-default-color)}.aeb-button--outline.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning)}@media(hover:hover){.aeb-button--outline:hover,.aeb-button--outline:focus{border-color:var(--outline-hovered-border);color:var(--outline-hovered-color)}.aeb-button--outline:hover .aeb-button__icon,.aeb-button--outline:focus .aeb-button__icon{filter:var(--outline-icon-hovered)}.aeb-button--outline:hover.aeb-button--warning,.aeb-button--outline:focus.aeb-button--warning{border-color:var(--outline-warning-hovered-border);color:var(--outline-warning-hovered-color)}.aeb-button--outline:hover.aeb-button--warning .aeb-button__icon,.aeb-button--outline:focus.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-hovered)}}.aeb-button--outline:active{border-color:var(--outline-pressed-border);color:var(--outline-pressed-color)}.aeb-button--outline:active .aeb-button__icon{filter:var(--outline-icon-pressed)}.aeb-button--outline:active.aeb-button--warning{border-color:var(--outline-warning-pressed-border);color:var(--outline-warning-pressed-color)}.aeb-button--outline:active.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-pressed)}.aeb-button--outline:disabled{border-color:var(--outline-disabled-border);color:var(--outline-disabled-color)}.aeb-button--outline:disabled .aeb-button__icon{filter:var(--outline-icon-disabled)}.aeb-button--outline:disabled.aeb-button--warning{border-color:var(--outline-warning-disabled-border);color:var(--outline-warning-disabled-color)}.aeb-button--outline:disabled.aeb-button--warning .aeb-button__icon{filter:var(--outline-icon-warning-disabled)}.aeb-button--flat{background-color:var(--flat-default-background);border:2px solid var(--flat-default-background);color:var(--flat-default-color)}.aeb-button--flat .aeb-button__icon{filter:var(--flat-icon-default)}.aeb-button--flat.aeb-button--warning{color:var(--flat-warning-default-color);background-color:var(--flat-warning-default-background);border:var(--border-skinny) solid var(--flat-warning-default-background)}.aeb-button--flat.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}@media(hover:hover){.aeb-button--flat:hover,.aeb-button--flat:focus{background-color:var(--flat-hovered-background);border:var(--border-skinny) solid var(--flat-hovered-background)}.aeb-button--flat:hover.aeb-button--warning,.aeb-button--flat:focus.aeb-button--warning{background-color:var(--flat-warning-hovered-background);border:var(--border-skinny) solid var(--flat-warning-hovered-background);color:var(--flat-warning-hovered-color)}.aeb-button--flat:hover.aeb-button--warning .aeb-button__icon,.aeb-button--flat:focus.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}.aeb-button--flat:hover .aeb-button__icon,.aeb-button--flat:focus .aeb-button__icon{filter:var(--flat-icon-hovered)}}.aeb-button--flat:active{background-color:var(--flat-pressed-background);border:var(--border-skinny) solid var(--flat-pressed-background)}.aeb-button--flat:active .aeb-button__icon{filter:var(--flat-icon-hovered)}.aeb-button--flat:active.aeb-button--warning{background-color:var(--flat-warning-pressed-background);border:var(--border-skinny) solid var(--flat-warning-pressed-background);color:var(--flat-warning-pressed-color)}.aeb-button--flat:active.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning)}.aeb-button--flat:disabled{color:var(--flat-disabled-color);background-color:none;border:var(--border-skinny) solid transparent}.aeb-button--flat:disabled .aeb-button__icon{filter:var(--flat-icon-disabled)}.aeb-button--flat:disabled.aeb-button--warning{color:var(--flat-warning-disabled-color);background-color:var(--flat-warning-disabled-background);border:var(--border-skinny) solid var(--flat-warning-disabled-background)}.aeb-button--flat:disabled.aeb-button--warning .aeb-button__icon{filter:var(--flat-icon-warning-disabled)}.aeb-button--extra-small{height:32px;padding:0 10px;border-radius:8px}.aeb-button--extra-small .aeb-button__label{font-size:14px}.aeb-button--small{height:40px;padding:0 14px;border-radius:10px}.aeb-button--medium{height:48px;padding:0 14px;border-radius:10px}.aeb-button--large{height:56px;padding:0 18px;border-radius:12px}.aeb-button--large .aeb-button__label{font-size:18px}body.dark .aeb-button{--primary-default-background: var(--c-btn-p-default);--primary-hovered-background: var(--c-btn-p-hovered);--primary-pressed-background: var(--c-btn-p-pressed);--primary-disabled-background: var(--c-btn-p-disabled);--primary-default-color: var(--c-t-primary);--primary-disabled-color: var(--c-t-secondary);--primary-warning-default-background: var(--c-btn-w-default);--primary-warning-hovered-background: var(--c-btn-w-hovered);--primary-warning-pressed-background: var(--c-btn-w-pressed);--primary-warning-disabled-background: var(--c-btn-w-disabled);--primary-warning-disabled-color: var(--c-t-secondary);--primary-icon-default: var(--filter-color-mono-0);--primary-icon-disabled: var(--filter-color-mono-500);--primary-icon-warning-disabled: var(--filter-color-mono-500);--secondary-default-background: var(--c-btn-ps-default);--secondary-hovered-background: var(--c-btn-ps-hovered);--secondary-pressed-background: var(--c-btn-ps-pressed);--secondary-disabled-background: var(--c-btn-ps-disabled);--secondary-default-color: var(--c-t-links);--secondary-hovered-color: var(--c-t-links);--secondary-pressed-color: var(--c-t-links);--secondary-disabled-color: var(--color-blue-800);--secondary-warning-default-background: var(--c-btn-ws-default);--secondary-warning-hovered-background: var(--c-btn-ws-hovered);--secondary-warning-pressed-background: var(--c-btn-ws-pressed);--secondary-warning-disabled-background: var(--c-btn-ws-disabled);--secondary-warning-default-color: var(--c-t-critical);--secondary-warning-disabled-color: var(--color-red-800);--secondary-icon-default: var(--filter-color-blue-400);--secondary-icon-hovered: var(--filter-color-blue-400);--secondary-icon-disabled: var(--filter-color-blue-800);--secondary-icon-warning: var(--filter-color-red-400);--secondary-icon-warning-hovered: var(--filter-color-red-400);--secondary-icon-warning-disabled: var(--filter-color-red-800);--outline-default-border: var(--c-btn-p-default);--outline-hovered-border: var(--c-btn-p-hovered);--outline-pressed-border: var(--c-btn-p-pressed);--outline-disabled-border: var(--c-btn-p-disabled);--outline-default-color: var(--c-t-links);--outline-hovered-color: var(--c-t-links-hovered);--outline-pressed-color: var(--c-t-links-pressed);--outline-disabled-color: var(--color-mono-900);--outline-warning-default-border: var(--c-btn-w-default);--outline-warning-hovered-border: var(--c-btn-w-hovered);--outline-warning-pressed-border: var(--c-btn-w-pressed);--outline-warning-disabled-border: var(--c-btn-w-disabled);--outline-warning-default-color: var(--c-t-critical);--outline-warning-hovered-color: var(--color-red-500);--outline-warning-pressed-color: var(--color-red-300);--outline-warning-disabled-color: var(--color-mono-900);--outline-icon-default: var(--filter-color-blue-400);--outline-icon-hovered: var(--filter-color-blue-500);--outline-icon-pressed: var(--filter-color-blue-300);--outline-icon-disabled: var(--filter-color-mono-800);--outline-icon-warning: var(--filter-color-red-400);--outline-icon-warning-hovered: var(--filter-color-red-500);--outline-icon-warning-pressed: var(--filter-color-red-300);--outline-icon-warning-disabled: var(--filter-color-mono-900);--flat-default-background: transparent;--flat-hovered-background: var(--c-btn-ps-default);--flat-pressed-background: var(--c-btn-ps-pressed);--flat-disabled-background: transparent;--flat-default-color: var(--c-t-links);--flat-hovered-color: var(--c-t-links);--flat-pressed-color: var(--c-t-links);--flat-disabled-color: var(--color-blue-800);--flat-warning-default-background: transparent;--flat-warning-hovered-background: var(--c-btn-ws-default);--flat-warning-pressed-background: var(--c-btn-ws-pressed);--flat-warning-disabled-background: transparent;--flat-warning-default-color: var(--c-t-critical);--flat-warning-hovered-color: var(--c-t-critical);--flat-warning-pressed-color: var(--c-t-critical);--flat-warning-disabled-color: var(--color-red-800);--flat-icon-default: var(--filter-color-blue-500);--flat-icon-hovered: var(--filter-color-blue-500);--flat-icon-disabled: var(--filter-color-blue-800);--flat-icon-warning: var(--filter-color-red-400);--flat-icon-warning-hovered: var(--filter-color-red-400);--flat-icon-warning-disabled: var(--filter-color-red-800)}\n"] }]
154
+ }], propDecorators: { leftIcon: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ButtonLeftIconDirective), { isSignal: true }] }], rightIcon: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ButtonRightIconDirective), { isSignal: true }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], isWarning: [{ type: i0.Input, args: [{ isSignal: true, alias: "isWarning", required: false }] }], fill: [{ type: i0.Input, args: [{ isSignal: true, alias: "fill", required: false }] }] } });
155
155
 
156
156
  class ButtonModule {
157
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
158
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: ButtonModule, imports: [Button, ButtonLeftIconDirective, ButtonRightIconDirective], exports: [Button, ButtonLeftIconDirective, ButtonRightIconDirective] }); }
159
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ButtonModule }); }
157
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
158
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: ButtonModule, imports: [Button, ButtonLeftIconDirective, ButtonRightIconDirective], exports: [Button, ButtonLeftIconDirective, ButtonRightIconDirective] }); }
159
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ButtonModule }); }
160
160
  }
161
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ButtonModule, decorators: [{
161
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ButtonModule, decorators: [{
162
162
  type: NgModule,
163
163
  args: [{
164
164
  imports: [Button, ButtonLeftIconDirective, ButtonRightIconDirective],
@@ -212,16 +212,16 @@ class Checkbox {
212
212
  this._isDisabled = isDisabled;
213
213
  this._checkboxInput().nativeElement.disabled = isDisabled;
214
214
  }
215
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Checkbox, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
216
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Checkbox, isStandalone: true, selector: "aeb-checkbox", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, isValid: { classPropertyName: "isValid", publicName: "isValid", isSignal: true, isRequired: false, transformFunction: null }, hasText: { classPropertyName: "hasText", publicName: "hasText", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, initialChecked: { classPropertyName: "initialChecked", publicName: "initialChecked", isSignal: true, isRequired: false, transformFunction: null }, initialDisabled: { classPropertyName: "initialDisabled", publicName: "initialDisabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.aeb-checkbox--checked": "_isChecked", "class.aeb-checkbox--disabled": "_isDisabled", "class.aeb-checkbox--error": "!isValid()" }, classAttribute: "aeb-checkbox" }, providers: [
215
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Checkbox, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
216
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Checkbox, isStandalone: true, selector: "aeb-checkbox", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, isValid: { classPropertyName: "isValid", publicName: "isValid", isSignal: true, isRequired: false, transformFunction: null }, hasText: { classPropertyName: "hasText", publicName: "hasText", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, initialChecked: { classPropertyName: "initialChecked", publicName: "initialChecked", isSignal: true, isRequired: false, transformFunction: null }, initialDisabled: { classPropertyName: "initialDisabled", publicName: "initialDisabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { valueChange: "valueChange" }, host: { properties: { "class.aeb-checkbox--checked": "_isChecked", "class.aeb-checkbox--disabled": "_isDisabled", "class.aeb-checkbox--error": "!isValid()" }, classAttribute: "aeb-checkbox" }, providers: [
217
217
  {
218
218
  provide: NG_VALUE_ACCESSOR,
219
219
  useExisting: forwardRef(() => Checkbox),
220
220
  multi: true
221
221
  }
222
- ], viewQueries: [{ propertyName: "_checkboxInput", first: true, predicate: ["checkbox"], descendants: true, isSignal: true }], ngImport: i0, template: "<label [attr.for]=\"id()\">\n <input\n #checkbox\n type=\"checkbox\"\n [id]=\"id()\"\n [attr.name]=\"name()\"\n [checked]=\"_isChecked\"\n [disabled]=\"_isDisabled\"\n (click)=\"handleChange($event)\"\n hidden\n />\n <div class=\"aeb-checkbox__indicator\">\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n <rect width=\"24\" height=\"24\" rx=\"4\" />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M10.2857 16L6 12.1538L7.2 11.0769L10.2857 13.8462L16.8 8L18 9.07692L10.2857 16Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n @if (hasText()) {\n <div class=\"aeb-checkbox__label\">\n <ng-content />\n </div>\n }\n</label>\n", styles: [".aeb-checkbox{--checkbox-color-default: var(--color-blue-500);--checkbox-color-hover: var(--color-blue-600);--checkbox-color-active: var(--color-blue-700);--checkbox-color-disabled: var(--color-blue-100);--checkbox-color-error: var(--color-red-500);--checkbox-color-error-hover: var(--color-red-300);--checkbox-color-error-active: var(--color-red-600);--text-color-default: var(--color-mono-900);--text-color-alternate: var(--color-mono-700);display:block;box-sizing:border-box;width:fit-content;-webkit-tap-highlight-color:transparent}.aeb-checkbox label{display:flex;align-items:flex-start;justify-content:flex-start;cursor:pointer;gap:12px}.aeb-checkbox__indicator{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:transparent;border:var(--border-skinny) solid var(--checkbox-color-default);border-radius:var(--border-lightly-rounded)}.aeb-checkbox__indicator>svg{opacity:var(--100-total)}.aeb-checkbox__label{line-height:20px;color:var(--text-color-default);-webkit-user-select:none;user-select:none;align-self:center}.aeb-checkbox--checked .aeb-checkbox__indicator{border:none;border-width:0}.aeb-checkbox--checked .aeb-checkbox__indicator>svg{opacity:var(--0-zero)}.aeb-checkbox--checked .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-default)}.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error)}.aeb-checkbox--error .aeb-checkbox__label{color:var(--text-color-alternate)}.aeb-checkbox--disabled{pointer-events:none}.aeb-checkbox--disabled label{cursor:default}.aeb-checkbox--disabled .aeb-checkbox__indicator{border-color:var(--checkbox-color-disabled)}.aeb-checkbox--disabled .aeb-checkbox__label{color:var(--text-color-alternate)}.aeb-checkbox.aeb-checkbox--checked.aeb-checkbox--error .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-error)}.aeb-checkbox.aeb-checkbox--checked.aeb-checkbox--disabled .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-disabled)}@media (hover: hover){.aeb-checkbox:hover .aeb-checkbox__indicator{border-color:var(--checkbox-color-hover)}.aeb-checkbox:hover.aeb-checkbox--checked svg rect{fill:var(--checkbox-color-hover)}.aeb-checkbox:hover.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error-hover)}.aeb-checkbox:hover.aeb-checkbox--checked.aeb-checkbox--error svg rect{fill:var(--checkbox-color-error-hover)}}.aeb-checkbox:active .aeb-checkbox__indicator{border-color:var(--checkbox-color-active)}.aeb-checkbox:active.aeb-checkbox--checked svg rect{fill:var(--checkbox-color-active)}.aeb-checkbox:active.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error-active)}.aeb-checkbox:active.aeb-checkbox--checked.aeb-checkbox--error svg rect{fill:var(--checkbox-color-error-active)}body.dark .aeb-checkbox{--checkbox-color-default: var(--color-blue-400);--checkbox-color-hover: var(--color-blue-500);--checkbox-color-active: var(--color-blue-600);--checkbox-color-disabled: var(--color-mono-900);--checkbox-color-error: var(--color-red-500);--checkbox-color-error-hover: var(--color-red-300);--checkbox-color-error-active: var(--color-red-600);--text-color-default: var(--color-mono-0);--text-color-alternate: var(--color-mono-300)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
222
+ ], viewQueries: [{ propertyName: "_checkboxInput", first: true, predicate: ["checkbox"], descendants: true, isSignal: true }], ngImport: i0, template: "<label [attr.for]=\"id()\">\n <input\n #checkbox\n type=\"checkbox\"\n [id]=\"id()\"\n [attr.name]=\"name()\"\n [checked]=\"_isChecked\"\n [disabled]=\"_isDisabled\"\n (click)=\"handleChange($event)\"\n hidden\n />\n <div class=\"aeb-checkbox__indicator\">\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n <rect width=\"24\" height=\"24\" rx=\"4\" />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M10.2857 16L6 12.1538L7.2 11.0769L10.2857 13.8462L16.8 8L18 9.07692L10.2857 16Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n @if (hasText()) {\n <div class=\"aeb-checkbox__label\">\n <ng-content />\n </div>\n }\n</label>\n", styles: [".aeb-checkbox{--checkbox-color-default: var(--color-blue-500);--checkbox-color-hover: var(--color-blue-600);--checkbox-color-active: var(--color-blue-700);--checkbox-color-disabled: var(--color-blue-100);--checkbox-color-error: var(--color-red-500);--checkbox-color-error-hover: var(--color-red-300);--checkbox-color-error-active: var(--color-red-600);--text-color-default: var(--color-mono-900);--text-color-alternate: var(--color-mono-700);display:block;box-sizing:border-box;width:fit-content;-webkit-tap-highlight-color:transparent}.aeb-checkbox label{display:flex;align-items:flex-start;justify-content:flex-start;cursor:pointer;gap:12px}.aeb-checkbox__indicator{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:transparent;border:var(--border-skinny) solid var(--checkbox-color-default);border-radius:var(--border-lightly-rounded)}.aeb-checkbox__indicator>svg{opacity:var(--100-total)}.aeb-checkbox__label{line-height:20px;color:var(--text-color-default);-webkit-user-select:none;user-select:none;align-self:center}.aeb-checkbox--checked .aeb-checkbox__indicator{border:none;border-width:0}.aeb-checkbox--checked .aeb-checkbox__indicator>svg{opacity:var(--0-zero)}.aeb-checkbox--checked .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-default)}.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error)}.aeb-checkbox--error .aeb-checkbox__label{color:var(--text-color-alternate)}.aeb-checkbox--disabled{pointer-events:none}.aeb-checkbox--disabled label{cursor:default}.aeb-checkbox--disabled .aeb-checkbox__indicator{border-color:var(--checkbox-color-disabled)}.aeb-checkbox--disabled .aeb-checkbox__label{color:var(--text-color-alternate)}.aeb-checkbox.aeb-checkbox--checked.aeb-checkbox--error .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-error)}.aeb-checkbox.aeb-checkbox--checked.aeb-checkbox--disabled .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-disabled)}@media(hover:hover){.aeb-checkbox:hover .aeb-checkbox__indicator{border-color:var(--checkbox-color-hover)}.aeb-checkbox:hover.aeb-checkbox--checked svg rect{fill:var(--checkbox-color-hover)}.aeb-checkbox:hover.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error-hover)}.aeb-checkbox:hover.aeb-checkbox--checked.aeb-checkbox--error svg rect{fill:var(--checkbox-color-error-hover)}}.aeb-checkbox:active .aeb-checkbox__indicator{border-color:var(--checkbox-color-active)}.aeb-checkbox:active.aeb-checkbox--checked svg rect{fill:var(--checkbox-color-active)}.aeb-checkbox:active.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error-active)}.aeb-checkbox:active.aeb-checkbox--checked.aeb-checkbox--error svg rect{fill:var(--checkbox-color-error-active)}body.dark .aeb-checkbox{--checkbox-color-default: var(--color-blue-400);--checkbox-color-hover: var(--color-blue-500);--checkbox-color-active: var(--color-blue-600);--checkbox-color-disabled: var(--color-mono-900);--checkbox-color-error: var(--color-red-500);--checkbox-color-error-hover: var(--color-red-300);--checkbox-color-error-active: var(--color-red-600);--text-color-default: var(--color-mono-0);--text-color-alternate: var(--color-mono-300)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
223
223
  }
224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Checkbox, decorators: [{
224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Checkbox, decorators: [{
225
225
  type: Component,
226
226
  args: [{ selector: 'aeb-checkbox', encapsulation: ViewEncapsulation.None, providers: [
227
227
  {
@@ -234,8 +234,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
234
234
  '[class.aeb-checkbox--checked]': '_isChecked',
235
235
  '[class.aeb-checkbox--disabled]': '_isDisabled',
236
236
  '[class.aeb-checkbox--error]': '!isValid()'
237
- }, template: "<label [attr.for]=\"id()\">\n <input\n #checkbox\n type=\"checkbox\"\n [id]=\"id()\"\n [attr.name]=\"name()\"\n [checked]=\"_isChecked\"\n [disabled]=\"_isDisabled\"\n (click)=\"handleChange($event)\"\n hidden\n />\n <div class=\"aeb-checkbox__indicator\">\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n <rect width=\"24\" height=\"24\" rx=\"4\" />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M10.2857 16L6 12.1538L7.2 11.0769L10.2857 13.8462L16.8 8L18 9.07692L10.2857 16Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n @if (hasText()) {\n <div class=\"aeb-checkbox__label\">\n <ng-content />\n </div>\n }\n</label>\n", styles: [".aeb-checkbox{--checkbox-color-default: var(--color-blue-500);--checkbox-color-hover: var(--color-blue-600);--checkbox-color-active: var(--color-blue-700);--checkbox-color-disabled: var(--color-blue-100);--checkbox-color-error: var(--color-red-500);--checkbox-color-error-hover: var(--color-red-300);--checkbox-color-error-active: var(--color-red-600);--text-color-default: var(--color-mono-900);--text-color-alternate: var(--color-mono-700);display:block;box-sizing:border-box;width:fit-content;-webkit-tap-highlight-color:transparent}.aeb-checkbox label{display:flex;align-items:flex-start;justify-content:flex-start;cursor:pointer;gap:12px}.aeb-checkbox__indicator{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:transparent;border:var(--border-skinny) solid var(--checkbox-color-default);border-radius:var(--border-lightly-rounded)}.aeb-checkbox__indicator>svg{opacity:var(--100-total)}.aeb-checkbox__label{line-height:20px;color:var(--text-color-default);-webkit-user-select:none;user-select:none;align-self:center}.aeb-checkbox--checked .aeb-checkbox__indicator{border:none;border-width:0}.aeb-checkbox--checked .aeb-checkbox__indicator>svg{opacity:var(--0-zero)}.aeb-checkbox--checked .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-default)}.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error)}.aeb-checkbox--error .aeb-checkbox__label{color:var(--text-color-alternate)}.aeb-checkbox--disabled{pointer-events:none}.aeb-checkbox--disabled label{cursor:default}.aeb-checkbox--disabled .aeb-checkbox__indicator{border-color:var(--checkbox-color-disabled)}.aeb-checkbox--disabled .aeb-checkbox__label{color:var(--text-color-alternate)}.aeb-checkbox.aeb-checkbox--checked.aeb-checkbox--error .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-error)}.aeb-checkbox.aeb-checkbox--checked.aeb-checkbox--disabled .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-disabled)}@media (hover: hover){.aeb-checkbox:hover .aeb-checkbox__indicator{border-color:var(--checkbox-color-hover)}.aeb-checkbox:hover.aeb-checkbox--checked svg rect{fill:var(--checkbox-color-hover)}.aeb-checkbox:hover.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error-hover)}.aeb-checkbox:hover.aeb-checkbox--checked.aeb-checkbox--error svg rect{fill:var(--checkbox-color-error-hover)}}.aeb-checkbox:active .aeb-checkbox__indicator{border-color:var(--checkbox-color-active)}.aeb-checkbox:active.aeb-checkbox--checked svg rect{fill:var(--checkbox-color-active)}.aeb-checkbox:active.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error-active)}.aeb-checkbox:active.aeb-checkbox--checked.aeb-checkbox--error svg rect{fill:var(--checkbox-color-error-active)}body.dark .aeb-checkbox{--checkbox-color-default: var(--color-blue-400);--checkbox-color-hover: var(--color-blue-500);--checkbox-color-active: var(--color-blue-600);--checkbox-color-disabled: var(--color-mono-900);--checkbox-color-error: var(--color-red-500);--checkbox-color-error-hover: var(--color-red-300);--checkbox-color-error-active: var(--color-red-600);--text-color-default: var(--color-mono-0);--text-color-alternate: var(--color-mono-300)}\n"] }]
238
- }], ctorParameters: () => [] });
237
+ }, template: "<label [attr.for]=\"id()\">\n <input\n #checkbox\n type=\"checkbox\"\n [id]=\"id()\"\n [attr.name]=\"name()\"\n [checked]=\"_isChecked\"\n [disabled]=\"_isDisabled\"\n (click)=\"handleChange($event)\"\n hidden\n />\n <div class=\"aeb-checkbox__indicator\">\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n <rect width=\"24\" height=\"24\" rx=\"4\" />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M10.2857 16L6 12.1538L7.2 11.0769L10.2857 13.8462L16.8 8L18 9.07692L10.2857 16Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n @if (hasText()) {\n <div class=\"aeb-checkbox__label\">\n <ng-content />\n </div>\n }\n</label>\n", styles: [".aeb-checkbox{--checkbox-color-default: var(--color-blue-500);--checkbox-color-hover: var(--color-blue-600);--checkbox-color-active: var(--color-blue-700);--checkbox-color-disabled: var(--color-blue-100);--checkbox-color-error: var(--color-red-500);--checkbox-color-error-hover: var(--color-red-300);--checkbox-color-error-active: var(--color-red-600);--text-color-default: var(--color-mono-900);--text-color-alternate: var(--color-mono-700);display:block;box-sizing:border-box;width:fit-content;-webkit-tap-highlight-color:transparent}.aeb-checkbox label{display:flex;align-items:flex-start;justify-content:flex-start;cursor:pointer;gap:12px}.aeb-checkbox__indicator{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:transparent;border:var(--border-skinny) solid var(--checkbox-color-default);border-radius:var(--border-lightly-rounded)}.aeb-checkbox__indicator>svg{opacity:var(--100-total)}.aeb-checkbox__label{line-height:20px;color:var(--text-color-default);-webkit-user-select:none;user-select:none;align-self:center}.aeb-checkbox--checked .aeb-checkbox__indicator{border:none;border-width:0}.aeb-checkbox--checked .aeb-checkbox__indicator>svg{opacity:var(--0-zero)}.aeb-checkbox--checked .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-default)}.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error)}.aeb-checkbox--error .aeb-checkbox__label{color:var(--text-color-alternate)}.aeb-checkbox--disabled{pointer-events:none}.aeb-checkbox--disabled label{cursor:default}.aeb-checkbox--disabled .aeb-checkbox__indicator{border-color:var(--checkbox-color-disabled)}.aeb-checkbox--disabled .aeb-checkbox__label{color:var(--text-color-alternate)}.aeb-checkbox.aeb-checkbox--checked.aeb-checkbox--error .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-error)}.aeb-checkbox.aeb-checkbox--checked.aeb-checkbox--disabled .aeb-checkbox__indicator>svg rect{fill:var(--checkbox-color-disabled)}@media(hover:hover){.aeb-checkbox:hover .aeb-checkbox__indicator{border-color:var(--checkbox-color-hover)}.aeb-checkbox:hover.aeb-checkbox--checked svg rect{fill:var(--checkbox-color-hover)}.aeb-checkbox:hover.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error-hover)}.aeb-checkbox:hover.aeb-checkbox--checked.aeb-checkbox--error svg rect{fill:var(--checkbox-color-error-hover)}}.aeb-checkbox:active .aeb-checkbox__indicator{border-color:var(--checkbox-color-active)}.aeb-checkbox:active.aeb-checkbox--checked svg rect{fill:var(--checkbox-color-active)}.aeb-checkbox:active.aeb-checkbox--error .aeb-checkbox__indicator{border-color:var(--checkbox-color-error-active)}.aeb-checkbox:active.aeb-checkbox--checked.aeb-checkbox--error svg rect{fill:var(--checkbox-color-error-active)}body.dark .aeb-checkbox{--checkbox-color-default: var(--color-blue-400);--checkbox-color-hover: var(--color-blue-500);--checkbox-color-active: var(--color-blue-600);--checkbox-color-disabled: var(--color-mono-900);--checkbox-color-error: var(--color-red-500);--checkbox-color-error-hover: var(--color-red-300);--checkbox-color-error-active: var(--color-red-600);--text-color-default: var(--color-mono-0);--text-color-alternate: var(--color-mono-300)}\n"] }]
238
+ }], ctorParameters: () => [], propDecorators: { _checkboxInput: [{ type: i0.ViewChild, args: ['checkbox', { isSignal: true }] }], id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], isValid: [{ type: i0.Input, args: [{ isSignal: true, alias: "isValid", required: false }] }], hasText: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasText", required: false }] }], name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: false }] }], initialChecked: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialChecked", required: false }] }], initialDisabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialDisabled", required: false }] }], valueChange: [{ type: i0.Output, args: ["valueChange"] }] } });
239
239
 
240
240
  /**
241
241
  * Готовый компонент для группы чекбоксов. Принимает на вход в свойстве `checkboxArray` массив объектов,
@@ -268,20 +268,20 @@ class CheckboxGroup {
268
268
  }
269
269
  return this.checkboxFormGroup.get(checkboxOld.name)?.valid;
270
270
  }
271
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CheckboxGroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
272
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: CheckboxGroup, isStandalone: true, selector: "aeb-checkbox-group", inputs: { checkboxArray: { classPropertyName: "checkboxArray", publicName: "checkboxArray", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"aeb-checkbox-group__header\">\u0413\u0440\u0443\u043F\u043F\u0430 \u0447\u0435\u043A\u0431\u043E\u043A\u0441\u043E\u0432</div>\n<form [formGroup]=\"checkboxFormGroup\">\n @for (data of checkboxArray(); track data) {\n <aeb-checkbox\n class=\"aeb-checkbox-layout\"\n [id]=\"data.id\"\n [name]=\"data.name\"\n [required]=\"data.required\"\n [isValid]=\"isControlValid(data)\"\n formControlName=\"{{ data.name }}\"\n >\n {{ data.label }}\n </aeb-checkbox>\n }\n</form>\n", styles: [".aeb-checkbox-group__header{margin-bottom:16px;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-checkbox-layout{margin-bottom:16px}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: Checkbox, selector: "aeb-checkbox", inputs: ["id", "isValid", "hasText", "name", "initialChecked", "initialDisabled"], outputs: ["valueChange"] }] }); }
271
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CheckboxGroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
272
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: CheckboxGroup, isStandalone: true, selector: "aeb-checkbox-group", inputs: { checkboxArray: { classPropertyName: "checkboxArray", publicName: "checkboxArray", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"aeb-checkbox-group__header\">\u0413\u0440\u0443\u043F\u043F\u0430 \u0447\u0435\u043A\u0431\u043E\u043A\u0441\u043E\u0432</div>\n<form [formGroup]=\"checkboxFormGroup\">\n @for (data of checkboxArray(); track data) {\n <aeb-checkbox\n class=\"aeb-checkbox-layout\"\n [id]=\"data.id\"\n [name]=\"data.name\"\n [required]=\"data.required\"\n [isValid]=\"isControlValid(data)\"\n formControlName=\"{{ data.name }}\"\n >\n {{ data.label }}\n </aeb-checkbox>\n }\n</form>\n", styles: [".aeb-checkbox-group__header{margin-bottom:16px;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-checkbox-layout{margin-bottom:16px}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: Checkbox, selector: "aeb-checkbox", inputs: ["id", "isValid", "hasText", "name", "initialChecked", "initialDisabled"], outputs: ["valueChange"] }] }); }
273
273
  }
274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CheckboxGroup, decorators: [{
274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CheckboxGroup, decorators: [{
275
275
  type: Component,
276
276
  args: [{ selector: 'aeb-checkbox-group', imports: [FormsModule, ReactiveFormsModule, Checkbox], template: "<div class=\"aeb-checkbox-group__header\">\u0413\u0440\u0443\u043F\u043F\u0430 \u0447\u0435\u043A\u0431\u043E\u043A\u0441\u043E\u0432</div>\n<form [formGroup]=\"checkboxFormGroup\">\n @for (data of checkboxArray(); track data) {\n <aeb-checkbox\n class=\"aeb-checkbox-layout\"\n [id]=\"data.id\"\n [name]=\"data.name\"\n [required]=\"data.required\"\n [isValid]=\"isControlValid(data)\"\n formControlName=\"{{ data.name }}\"\n >\n {{ data.label }}\n </aeb-checkbox>\n }\n</form>\n", styles: [".aeb-checkbox-group__header{margin-bottom:16px;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-checkbox-layout{margin-bottom:16px}\n"] }]
277
- }] });
277
+ }], propDecorators: { checkboxArray: [{ type: i0.Input, args: [{ isSignal: true, alias: "checkboxArray", required: false }] }] } });
278
278
 
279
279
  class CheckboxModule {
280
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
281
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: CheckboxModule, imports: [Checkbox, CheckboxGroup], exports: [Checkbox, CheckboxGroup] }); }
282
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CheckboxModule, imports: [CheckboxGroup] }); }
280
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
281
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: CheckboxModule, imports: [Checkbox, CheckboxGroup], exports: [Checkbox, CheckboxGroup] }); }
282
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CheckboxModule, imports: [CheckboxGroup] }); }
283
283
  }
284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CheckboxModule, decorators: [{
284
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CheckboxModule, decorators: [{
285
285
  type: NgModule,
286
286
  args: [{
287
287
  imports: [Checkbox, CheckboxGroup],
@@ -299,16 +299,16 @@ class AutofocusDirective {
299
299
  this._host.nativeElement.focus();
300
300
  }
301
301
  }
302
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AutofocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
303
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.2.4", type: AutofocusDirective, isStandalone: true, selector: "[autofocus]", inputs: { autofocus: { classPropertyName: "autofocus", publicName: "autofocus", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
302
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AutofocusDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
303
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.3", type: AutofocusDirective, isStandalone: true, selector: "[autofocus]", inputs: { autofocus: { classPropertyName: "autofocus", publicName: "autofocus", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
304
304
  }
305
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AutofocusDirective, decorators: [{
305
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AutofocusDirective, decorators: [{
306
306
  type: Directive,
307
307
  args: [{
308
308
  selector: '[autofocus]',
309
309
  standalone: true
310
310
  }]
311
- }] });
311
+ }], propDecorators: { autofocus: [{ type: i0.Input, args: [{ isSignal: true, alias: "autofocus", required: false }] }] } });
312
312
 
313
313
  class CodeInput {
314
314
  get disabled() {
@@ -424,16 +424,16 @@ class CodeInput {
424
424
  this.isFocus = true;
425
425
  }
426
426
  }
427
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CodeInput, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
428
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: CodeInput, isStandalone: true, selector: "aeb-code-input", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, tip: { classPropertyName: "tip", publicName: "tip", isSignal: true, isRequired: false, transformFunction: null }, initialDisabled: { classPropertyName: "initialDisabled", publicName: "initialDisabled", isSignal: true, isRequired: false, transformFunction: null }, hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, isResendable: { classPropertyName: "isResendable", publicName: "isResendable", isSignal: true, isRequired: false, transformFunction: null }, secondsUntilRetry: { classPropertyName: "secondsUntilRetry", publicName: "secondsUntilRetry", isSignal: true, isRequired: false, transformFunction: null }, errorMessage: { classPropertyName: "errorMessage", publicName: "errorMessage", isSignal: true, isRequired: false, transformFunction: null }, codeLength: { classPropertyName: "codeLength", publicName: "codeLength", isSignal: true, isRequired: false, transformFunction: null }, isAutofocus: { classPropertyName: "isAutofocus", publicName: "isAutofocus", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { codeCompleted: "codeCompleted", timeOut: "timeOut", resendClick: "resendClick" }, host: { classAttribute: "aeb-code-input" }, providers: [
427
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CodeInput, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
428
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: CodeInput, isStandalone: true, selector: "aeb-code-input", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, tip: { classPropertyName: "tip", publicName: "tip", isSignal: true, isRequired: false, transformFunction: null }, initialDisabled: { classPropertyName: "initialDisabled", publicName: "initialDisabled", isSignal: true, isRequired: false, transformFunction: null }, hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, isResendable: { classPropertyName: "isResendable", publicName: "isResendable", isSignal: true, isRequired: false, transformFunction: null }, secondsUntilRetry: { classPropertyName: "secondsUntilRetry", publicName: "secondsUntilRetry", isSignal: true, isRequired: false, transformFunction: null }, errorMessage: { classPropertyName: "errorMessage", publicName: "errorMessage", isSignal: true, isRequired: false, transformFunction: null }, codeLength: { classPropertyName: "codeLength", publicName: "codeLength", isSignal: true, isRequired: false, transformFunction: null }, isAutofocus: { classPropertyName: "isAutofocus", publicName: "isAutofocus", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { codeCompleted: "codeCompleted", timeOut: "timeOut", resendClick: "resendClick" }, host: { classAttribute: "aeb-code-input" }, providers: [
429
429
  {
430
430
  provide: NG_VALUE_ACCESSOR,
431
431
  useExisting: forwardRef(() => CodeInput),
432
432
  multi: true
433
433
  }
434
- ], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], ngImport: i0, template: "@if (title()) {\n<h2 class=\"aeb-code-input__title\">{{ title() }}</h2>\n} @if (tip()) {\n<span class=\"aeb-code-input__tip\">{{ tip() }}</span>\n}\n<div\n class=\"aeb-code-input__field-wrapper\"\n (click)=\"input.focus(); isFocus = true\"\n>\n <input\n class=\"aeb-code-input__field\"\n #input\n [maxLength]=\"codeLength()\"\n [value]=\"inputValue\"\n [disabled]=\"disabled\"\n inputmode=\"numeric\"\n [autofocus]=\"isAutofocus()\"\n autocomplete=\"one-time-code\"\n pattern=\"[0-9]\"\n (blur)=\"handleInputBlur()\"\n (keypress)=\"numbersOnly($event)\"\n (input)=\"inputChangeHandler($event)\"\n />\n @for (value of [].constructor(codeLength()); track $index) {\n <span\n class=\"aeb-code-input__field-input\"\n [ngClass]=\"{\n 'aeb-code-input__field-input--active':\n inputValue.length === $index && isFocus && !disabled,\n 'aeb-code-input__field-input--has-error': hasError()\n }\"\n >\n {{ arrayInputValue[$index] }}\n <div\n [ngClass]=\"{\n 'aeb-code-input__field-input-caret':\n inputValue.length === $index && isFocus && !disabled,\n 'aeb-code-input__field-input-caret--has-error':\n inputValue.length === $index && isFocus && !disabled && hasError()\n }\"\n ></div>\n </span>\n }\n</div>\n@if (hasError() || isResendable()) {\n<div class=\"aeb-code-input__text\">\n @if (hasError()) {\n <span class=\"aeb-code-input__text-wrong\">{{ errorMessage() }}</span>\n } @if (isResendable()) { @if (showTimer) {\n <div class=\"aeb-code-input__text-wrapper\">\n <span class=\"aeb-code-input__text-info\"\n >\u0417\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u0443\u044E \u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0443 \u043C\u043E\u0436\u043D\u043E \u0447\u0435\u0440\u0435\u0437\n </span>\n <span class=\"aeb-code-input__text-time\">{{ seconds$ | async }}</span>\n </div>\n } @if (showCodeText) {\n <span class=\"aeb-code-input__text-again\" (click)=\"resend()\"\n >\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E</span\n >\n } }\n</div>\n}\n", styles: [".aeb-code-input{display:flex;flex-direction:column;align-items:center;color:var(--c-t-primary);background-color:none}@media screen and (max-width: 599px){.aeb-code-input{width:100%;box-sizing:border-box}}.aeb-code-input__field-wrapper{position:relative;display:flex;justify-content:center;gap:16px}.aeb-code-input__field{position:absolute;width:100%;height:56px;box-sizing:border-box;background:transparent;border:none;color:transparent;outline:none;-webkit-user-select:none;user-select:none;caret-color:transparent;z-index:var(--z-dropdown);pointer-events:none}.aeb-code-input__field::selection{background:transparent}.aeb-code-input__field-input{width:56px;height:64px;display:flex;justify-content:center;align-items:center;border:var(--border-skinny) solid var(--c-bg-surface-medium);border-radius:var(--border-rounded);box-sizing:border-box;font-size:var(--font-size-lm);font-weight:500;cursor:text}@media screen and (max-width: 599px){.aeb-code-input__field-input{width:48px;height:56px;font-size:var(--font-size-l)}}.aeb-code-input__field-input--active{border:var(--border-skinny) solid var(--c-t-links)}.aeb-code-input__field-input--has-error{border:var(--border-skinny) solid var(--c-t-critical);background-color:var(--c-btn-ws-default)}.aeb-code-input__field-input-caret{width:2px;height:24px;background-color:var(--c-t-links);animation-name:flicker;animation-duration:1s;animation-iteration-count:infinite}.aeb-code-input__field-input-caret--has-error{background-color:var(--c-t-critical)}@keyframes flicker{0%{opacity:0}to{opacity:1}}.aeb-code-input__title{width:fit-content;margin:0 0 16px;font-size:var(--font-size-l);text-align:center;font-weight:500}@media screen and (max-width: 599px){.aeb-code-input__title{font-size:18px;margin:0 0 8px}}.aeb-code-input__tip{margin-bottom:32px;text-align:center;color:var(--c-t-secondary)}@media screen and (max-width: 599px){.aeb-code-input__tip{font-size:14px;margin-bottom:24px}}.aeb-code-input__text{display:flex;flex-direction:column;align-items:center;margin-top:32px;font-size:var(--font-size-s);line-height:20px}@media screen and (max-width: 599px){.aeb-code-input__text{margin-top:24px;font-size:14px}}.aeb-code-input__text-wrapper{text-align:center}.aeb-code-input__text-info{color:var(--c-t-secondary)}.aeb-code-input__text-time{color:var(--c-t-links)}.aeb-code-input__text-again{color:var(--c-t-links);cursor:pointer}.aeb-code-input__text-wrong{color:var(--c-t-critical);text-align:center;font-size:16px}@media screen and (max-width: 599px){.aeb-code-input__text-wrong{font-size:12px}}\n"], dependencies: [{ kind: "directive", type: AutofocusDirective, selector: "[autofocus]", inputs: ["autofocus"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], encapsulation: i0.ViewEncapsulation.None }); }
434
+ ], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], ngImport: i0, template: "@if (title()) {\n<h2 class=\"aeb-code-input__title\">{{ title() }}</h2>\n} @if (tip()) {\n<span class=\"aeb-code-input__tip\">{{ tip() }}</span>\n}\n<div\n class=\"aeb-code-input__field-wrapper\"\n (click)=\"input.focus(); isFocus = true\"\n>\n <input\n class=\"aeb-code-input__field\"\n #input\n [maxLength]=\"codeLength()\"\n [value]=\"inputValue\"\n [disabled]=\"disabled\"\n inputmode=\"numeric\"\n [autofocus]=\"isAutofocus()\"\n autocomplete=\"one-time-code\"\n pattern=\"[0-9]\"\n (blur)=\"handleInputBlur()\"\n (keypress)=\"numbersOnly($event)\"\n (input)=\"inputChangeHandler($event)\"\n />\n @for (value of [].constructor(codeLength()); track $index) {\n <span\n class=\"aeb-code-input__field-input\"\n [ngClass]=\"{\n 'aeb-code-input__field-input--active':\n inputValue.length === $index && isFocus && !disabled,\n 'aeb-code-input__field-input--has-error': hasError()\n }\"\n >\n {{ arrayInputValue[$index] }}\n <div\n [ngClass]=\"{\n 'aeb-code-input__field-input-caret':\n inputValue.length === $index && isFocus && !disabled,\n 'aeb-code-input__field-input-caret--has-error':\n inputValue.length === $index && isFocus && !disabled && hasError()\n }\"\n ></div>\n </span>\n }\n</div>\n@if (hasError() || isResendable()) {\n<div class=\"aeb-code-input__text\">\n @if (hasError()) {\n <span class=\"aeb-code-input__text-wrong\">{{ errorMessage() }}</span>\n } @if (isResendable()) { @if (showTimer) {\n <div class=\"aeb-code-input__text-wrapper\">\n <span class=\"aeb-code-input__text-info\"\n >\u0417\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u0443\u044E \u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0443 \u043C\u043E\u0436\u043D\u043E \u0447\u0435\u0440\u0435\u0437\n </span>\n <span class=\"aeb-code-input__text-time\">{{ seconds$ | async }}</span>\n </div>\n } @if (showCodeText) {\n <span class=\"aeb-code-input__text-again\" (click)=\"resend()\"\n >\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E</span\n >\n } }\n</div>\n}\n", styles: [".aeb-code-input{display:flex;flex-direction:column;align-items:center;color:var(--c-t-primary);background-color:none}@media screen and (max-width:599px){.aeb-code-input{width:100%;box-sizing:border-box}}.aeb-code-input__field-wrapper{position:relative;display:flex;justify-content:center;gap:16px}.aeb-code-input__field{position:absolute;width:100%;height:56px;box-sizing:border-box;background:transparent;border:none;color:transparent;outline:none;-webkit-user-select:none;user-select:none;caret-color:transparent;z-index:var(--z-dropdown);pointer-events:none}.aeb-code-input__field::selection{background:transparent}.aeb-code-input__field-input{width:56px;height:64px;display:flex;justify-content:center;align-items:center;border:var(--border-skinny) solid var(--c-bg-surface-medium);border-radius:var(--border-rounded);box-sizing:border-box;font-size:var(--font-size-lm);font-weight:500;cursor:text}@media screen and (max-width:599px){.aeb-code-input__field-input{width:48px;height:56px;font-size:var(--font-size-l)}}.aeb-code-input__field-input--active{border:var(--border-skinny) solid var(--c-t-links)}.aeb-code-input__field-input--has-error{border:var(--border-skinny) solid var(--c-t-critical);background-color:var(--c-btn-ws-default)}.aeb-code-input__field-input-caret{width:2px;height:24px;background-color:var(--c-t-links);animation-name:flicker;animation-duration:1s;animation-iteration-count:infinite}.aeb-code-input__field-input-caret--has-error{background-color:var(--c-t-critical)}@keyframes flicker{0%{opacity:0}to{opacity:1}}.aeb-code-input__title{width:fit-content;margin:0 0 16px;font-size:var(--font-size-l);text-align:center;font-weight:500}@media screen and (max-width:599px){.aeb-code-input__title{font-size:18px;margin:0 0 8px}}.aeb-code-input__tip{margin-bottom:32px;text-align:center;color:var(--c-t-secondary)}@media screen and (max-width:599px){.aeb-code-input__tip{font-size:14px;margin-bottom:24px}}.aeb-code-input__text{display:flex;flex-direction:column;align-items:center;margin-top:32px;font-size:var(--font-size-s);line-height:20px}@media screen and (max-width:599px){.aeb-code-input__text{margin-top:24px;font-size:14px}}.aeb-code-input__text-wrapper{text-align:center}.aeb-code-input__text-info{color:var(--c-t-secondary)}.aeb-code-input__text-time{color:var(--c-t-links)}.aeb-code-input__text-again{color:var(--c-t-links);cursor:pointer}.aeb-code-input__text-wrong{color:var(--c-t-critical);text-align:center;font-size:16px}@media screen and (max-width:599px){.aeb-code-input__text-wrong{font-size:12px}}\n"], dependencies: [{ kind: "directive", type: AutofocusDirective, selector: "[autofocus]", inputs: ["autofocus"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: AsyncPipe, name: "async" }], encapsulation: i0.ViewEncapsulation.None }); }
435
435
  }
436
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CodeInput, decorators: [{
436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CodeInput, decorators: [{
437
437
  type: Component,
438
438
  args: [{ selector: 'aeb-code-input', providers: [
439
439
  {
@@ -443,18 +443,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
443
443
  }
444
444
  ], encapsulation: ViewEncapsulation.None, imports: [AutofocusDirective, NgClass, AsyncPipe], host: {
445
445
  class: 'aeb-code-input'
446
- }, template: "@if (title()) {\n<h2 class=\"aeb-code-input__title\">{{ title() }}</h2>\n} @if (tip()) {\n<span class=\"aeb-code-input__tip\">{{ tip() }}</span>\n}\n<div\n class=\"aeb-code-input__field-wrapper\"\n (click)=\"input.focus(); isFocus = true\"\n>\n <input\n class=\"aeb-code-input__field\"\n #input\n [maxLength]=\"codeLength()\"\n [value]=\"inputValue\"\n [disabled]=\"disabled\"\n inputmode=\"numeric\"\n [autofocus]=\"isAutofocus()\"\n autocomplete=\"one-time-code\"\n pattern=\"[0-9]\"\n (blur)=\"handleInputBlur()\"\n (keypress)=\"numbersOnly($event)\"\n (input)=\"inputChangeHandler($event)\"\n />\n @for (value of [].constructor(codeLength()); track $index) {\n <span\n class=\"aeb-code-input__field-input\"\n [ngClass]=\"{\n 'aeb-code-input__field-input--active':\n inputValue.length === $index && isFocus && !disabled,\n 'aeb-code-input__field-input--has-error': hasError()\n }\"\n >\n {{ arrayInputValue[$index] }}\n <div\n [ngClass]=\"{\n 'aeb-code-input__field-input-caret':\n inputValue.length === $index && isFocus && !disabled,\n 'aeb-code-input__field-input-caret--has-error':\n inputValue.length === $index && isFocus && !disabled && hasError()\n }\"\n ></div>\n </span>\n }\n</div>\n@if (hasError() || isResendable()) {\n<div class=\"aeb-code-input__text\">\n @if (hasError()) {\n <span class=\"aeb-code-input__text-wrong\">{{ errorMessage() }}</span>\n } @if (isResendable()) { @if (showTimer) {\n <div class=\"aeb-code-input__text-wrapper\">\n <span class=\"aeb-code-input__text-info\"\n >\u0417\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u0443\u044E \u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0443 \u043C\u043E\u0436\u043D\u043E \u0447\u0435\u0440\u0435\u0437\n </span>\n <span class=\"aeb-code-input__text-time\">{{ seconds$ | async }}</span>\n </div>\n } @if (showCodeText) {\n <span class=\"aeb-code-input__text-again\" (click)=\"resend()\"\n >\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E</span\n >\n } }\n</div>\n}\n", styles: [".aeb-code-input{display:flex;flex-direction:column;align-items:center;color:var(--c-t-primary);background-color:none}@media screen and (max-width: 599px){.aeb-code-input{width:100%;box-sizing:border-box}}.aeb-code-input__field-wrapper{position:relative;display:flex;justify-content:center;gap:16px}.aeb-code-input__field{position:absolute;width:100%;height:56px;box-sizing:border-box;background:transparent;border:none;color:transparent;outline:none;-webkit-user-select:none;user-select:none;caret-color:transparent;z-index:var(--z-dropdown);pointer-events:none}.aeb-code-input__field::selection{background:transparent}.aeb-code-input__field-input{width:56px;height:64px;display:flex;justify-content:center;align-items:center;border:var(--border-skinny) solid var(--c-bg-surface-medium);border-radius:var(--border-rounded);box-sizing:border-box;font-size:var(--font-size-lm);font-weight:500;cursor:text}@media screen and (max-width: 599px){.aeb-code-input__field-input{width:48px;height:56px;font-size:var(--font-size-l)}}.aeb-code-input__field-input--active{border:var(--border-skinny) solid var(--c-t-links)}.aeb-code-input__field-input--has-error{border:var(--border-skinny) solid var(--c-t-critical);background-color:var(--c-btn-ws-default)}.aeb-code-input__field-input-caret{width:2px;height:24px;background-color:var(--c-t-links);animation-name:flicker;animation-duration:1s;animation-iteration-count:infinite}.aeb-code-input__field-input-caret--has-error{background-color:var(--c-t-critical)}@keyframes flicker{0%{opacity:0}to{opacity:1}}.aeb-code-input__title{width:fit-content;margin:0 0 16px;font-size:var(--font-size-l);text-align:center;font-weight:500}@media screen and (max-width: 599px){.aeb-code-input__title{font-size:18px;margin:0 0 8px}}.aeb-code-input__tip{margin-bottom:32px;text-align:center;color:var(--c-t-secondary)}@media screen and (max-width: 599px){.aeb-code-input__tip{font-size:14px;margin-bottom:24px}}.aeb-code-input__text{display:flex;flex-direction:column;align-items:center;margin-top:32px;font-size:var(--font-size-s);line-height:20px}@media screen and (max-width: 599px){.aeb-code-input__text{margin-top:24px;font-size:14px}}.aeb-code-input__text-wrapper{text-align:center}.aeb-code-input__text-info{color:var(--c-t-secondary)}.aeb-code-input__text-time{color:var(--c-t-links)}.aeb-code-input__text-again{color:var(--c-t-links);cursor:pointer}.aeb-code-input__text-wrong{color:var(--c-t-critical);text-align:center;font-size:16px}@media screen and (max-width: 599px){.aeb-code-input__text-wrong{font-size:12px}}\n"] }]
446
+ }, template: "@if (title()) {\n<h2 class=\"aeb-code-input__title\">{{ title() }}</h2>\n} @if (tip()) {\n<span class=\"aeb-code-input__tip\">{{ tip() }}</span>\n}\n<div\n class=\"aeb-code-input__field-wrapper\"\n (click)=\"input.focus(); isFocus = true\"\n>\n <input\n class=\"aeb-code-input__field\"\n #input\n [maxLength]=\"codeLength()\"\n [value]=\"inputValue\"\n [disabled]=\"disabled\"\n inputmode=\"numeric\"\n [autofocus]=\"isAutofocus()\"\n autocomplete=\"one-time-code\"\n pattern=\"[0-9]\"\n (blur)=\"handleInputBlur()\"\n (keypress)=\"numbersOnly($event)\"\n (input)=\"inputChangeHandler($event)\"\n />\n @for (value of [].constructor(codeLength()); track $index) {\n <span\n class=\"aeb-code-input__field-input\"\n [ngClass]=\"{\n 'aeb-code-input__field-input--active':\n inputValue.length === $index && isFocus && !disabled,\n 'aeb-code-input__field-input--has-error': hasError()\n }\"\n >\n {{ arrayInputValue[$index] }}\n <div\n [ngClass]=\"{\n 'aeb-code-input__field-input-caret':\n inputValue.length === $index && isFocus && !disabled,\n 'aeb-code-input__field-input-caret--has-error':\n inputValue.length === $index && isFocus && !disabled && hasError()\n }\"\n ></div>\n </span>\n }\n</div>\n@if (hasError() || isResendable()) {\n<div class=\"aeb-code-input__text\">\n @if (hasError()) {\n <span class=\"aeb-code-input__text-wrong\">{{ errorMessage() }}</span>\n } @if (isResendable()) { @if (showTimer) {\n <div class=\"aeb-code-input__text-wrapper\">\n <span class=\"aeb-code-input__text-info\"\n >\u0417\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u044C \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u0443\u044E \u043E\u0442\u043F\u0440\u0430\u0432\u043A\u0443 \u043C\u043E\u0436\u043D\u043E \u0447\u0435\u0440\u0435\u0437\n </span>\n <span class=\"aeb-code-input__text-time\">{{ seconds$ | async }}</span>\n </div>\n } @if (showCodeText) {\n <span class=\"aeb-code-input__text-again\" (click)=\"resend()\"\n >\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C \u043A\u043E\u0434 \u043F\u043E\u0432\u0442\u043E\u0440\u043D\u043E</span\n >\n } }\n</div>\n}\n", styles: [".aeb-code-input{display:flex;flex-direction:column;align-items:center;color:var(--c-t-primary);background-color:none}@media screen and (max-width:599px){.aeb-code-input{width:100%;box-sizing:border-box}}.aeb-code-input__field-wrapper{position:relative;display:flex;justify-content:center;gap:16px}.aeb-code-input__field{position:absolute;width:100%;height:56px;box-sizing:border-box;background:transparent;border:none;color:transparent;outline:none;-webkit-user-select:none;user-select:none;caret-color:transparent;z-index:var(--z-dropdown);pointer-events:none}.aeb-code-input__field::selection{background:transparent}.aeb-code-input__field-input{width:56px;height:64px;display:flex;justify-content:center;align-items:center;border:var(--border-skinny) solid var(--c-bg-surface-medium);border-radius:var(--border-rounded);box-sizing:border-box;font-size:var(--font-size-lm);font-weight:500;cursor:text}@media screen and (max-width:599px){.aeb-code-input__field-input{width:48px;height:56px;font-size:var(--font-size-l)}}.aeb-code-input__field-input--active{border:var(--border-skinny) solid var(--c-t-links)}.aeb-code-input__field-input--has-error{border:var(--border-skinny) solid var(--c-t-critical);background-color:var(--c-btn-ws-default)}.aeb-code-input__field-input-caret{width:2px;height:24px;background-color:var(--c-t-links);animation-name:flicker;animation-duration:1s;animation-iteration-count:infinite}.aeb-code-input__field-input-caret--has-error{background-color:var(--c-t-critical)}@keyframes flicker{0%{opacity:0}to{opacity:1}}.aeb-code-input__title{width:fit-content;margin:0 0 16px;font-size:var(--font-size-l);text-align:center;font-weight:500}@media screen and (max-width:599px){.aeb-code-input__title{font-size:18px;margin:0 0 8px}}.aeb-code-input__tip{margin-bottom:32px;text-align:center;color:var(--c-t-secondary)}@media screen and (max-width:599px){.aeb-code-input__tip{font-size:14px;margin-bottom:24px}}.aeb-code-input__text{display:flex;flex-direction:column;align-items:center;margin-top:32px;font-size:var(--font-size-s);line-height:20px}@media screen and (max-width:599px){.aeb-code-input__text{margin-top:24px;font-size:14px}}.aeb-code-input__text-wrapper{text-align:center}.aeb-code-input__text-info{color:var(--c-t-secondary)}.aeb-code-input__text-time{color:var(--c-t-links)}.aeb-code-input__text-again{color:var(--c-t-links);cursor:pointer}.aeb-code-input__text-wrong{color:var(--c-t-critical);text-align:center;font-size:16px}@media screen and (max-width:599px){.aeb-code-input__text-wrong{font-size:12px}}\n"] }]
447
447
  }], ctorParameters: () => [], propDecorators: { input: [{
448
448
  type: ViewChild,
449
449
  args: ['input']
450
- }] } });
450
+ }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], tip: [{ type: i0.Input, args: [{ isSignal: true, alias: "tip", required: false }] }], initialDisabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialDisabled", required: false }] }], hasError: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasError", required: false }] }], isResendable: [{ type: i0.Input, args: [{ isSignal: true, alias: "isResendable", required: false }] }], secondsUntilRetry: [{ type: i0.Input, args: [{ isSignal: true, alias: "secondsUntilRetry", required: false }] }], errorMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "errorMessage", required: false }] }], codeLength: [{ type: i0.Input, args: [{ isSignal: true, alias: "codeLength", required: false }] }], isAutofocus: [{ type: i0.Input, args: [{ isSignal: true, alias: "isAutofocus", required: false }] }], codeCompleted: [{ type: i0.Output, args: ["codeCompleted"] }], timeOut: [{ type: i0.Output, args: ["timeOut"] }], resendClick: [{ type: i0.Output, args: ["resendClick"] }] } });
451
451
 
452
452
  class CodeInputModule {
453
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CodeInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
454
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: CodeInputModule, imports: [CodeInput], exports: [CodeInput] }); }
455
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CodeInputModule }); }
453
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CodeInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
454
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: CodeInputModule, imports: [CodeInput], exports: [CodeInput] }); }
455
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CodeInputModule }); }
456
456
  }
457
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CodeInputModule, decorators: [{
457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CodeInputModule, decorators: [{
458
458
  type: NgModule,
459
459
  args: [{
460
460
  imports: [CodeInput],
@@ -466,13 +466,13 @@ class ErrorMessageDirective {
466
466
  constructor() {
467
467
  this.errorMessage = input(undefined, ...(ngDevMode ? [{ debugName: "errorMessage" }] : []));
468
468
  }
469
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ErrorMessageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
470
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.2.4", type: ErrorMessageDirective, isStandalone: true, selector: "[errorMessage]", inputs: { errorMessage: { classPropertyName: "errorMessage", publicName: "errorMessage", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
469
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ErrorMessageDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
470
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.3", type: ErrorMessageDirective, isStandalone: true, selector: "[errorMessage]", inputs: { errorMessage: { classPropertyName: "errorMessage", publicName: "errorMessage", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
471
471
  }
472
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ErrorMessageDirective, decorators: [{
472
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ErrorMessageDirective, decorators: [{
473
473
  type: Directive,
474
474
  args: [{ selector: '[errorMessage]' }]
475
- }] });
475
+ }], propDecorators: { errorMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "errorMessage", required: false }] }] } });
476
476
 
477
477
  class FormFieldDirective {
478
478
  constructor() {
@@ -498,15 +498,6 @@ class FormFieldDirective {
498
498
  this.hasValue = value !== null && value !== undefined && value !== '';
499
499
  this._value = value;
500
500
  }
501
- change(value) {
502
- this.value = value;
503
- }
504
- focus() {
505
- this.isFocused = true;
506
- }
507
- blur() {
508
- this.isFocused = false;
509
- }
510
501
  disable() {
511
502
  if (this.ngControl) {
512
503
  this.ngControl.control.disable();
@@ -523,17 +514,26 @@ class FormFieldDirective {
523
514
  this.elementRef.nativeElement.disabled = false;
524
515
  }
525
516
  }
526
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormFieldDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
527
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.4", type: FormFieldDirective, isStandalone: true, selector: "input[aebInput], textarea[aebTextarea]", inputs: { value: "value" }, host: { listeners: { "input": "change($event.target.value)", "focus": "focus()", "blur": "blur()" }, properties: { "attr.disabled": "isDisabled" }, classAttribute: "aeb-input" }, ngImport: i0 }); }
517
+ change(target) {
518
+ this.value = target.value;
519
+ }
520
+ focus() {
521
+ this.isFocused = true;
522
+ }
523
+ blur() {
524
+ this.isFocused = false;
525
+ }
526
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormFieldDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
527
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.3", type: FormFieldDirective, isStandalone: true, selector: "input[aebInput], textarea[aebTextarea]", inputs: { value: "value" }, host: { listeners: { "input": "change($event.target)", "focus": "focus()", "blur": "blur()" }, properties: { "attr.disabled": "isDisabled" }, classAttribute: "aeb-input" }, ngImport: i0 }); }
528
528
  }
529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormFieldDirective, decorators: [{
529
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormFieldDirective, decorators: [{
530
530
  type: Directive,
531
531
  args: [{
532
532
  selector: 'input[aebInput], textarea[aebTextarea]',
533
533
  host: {
534
534
  class: 'aeb-input',
535
535
  '[attr.disabled]': 'isDisabled',
536
- '(input)': 'change($event.target.value)',
536
+ '(input)': 'change($event.target)',
537
537
  '(focus)': 'focus()',
538
538
  '(blur)': 'blur()'
539
539
  }
@@ -546,25 +546,25 @@ class IconDirective {
546
546
  constructor() {
547
547
  this.aebIcon = input(undefined, ...(ngDevMode ? [{ debugName: "aebIcon" }] : []));
548
548
  }
549
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
550
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.2.4", type: IconDirective, isStandalone: true, selector: "[aebIcon]", inputs: { aebIcon: { classPropertyName: "aebIcon", publicName: "aebIcon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
549
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
550
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.3", type: IconDirective, isStandalone: true, selector: "[aebIcon]", inputs: { aebIcon: { classPropertyName: "aebIcon", publicName: "aebIcon", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
551
551
  }
552
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IconDirective, decorators: [{
552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IconDirective, decorators: [{
553
553
  type: Directive,
554
554
  args: [{ selector: '[aebIcon]' }]
555
- }] });
555
+ }], propDecorators: { aebIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "aebIcon", required: false }] }] } });
556
556
 
557
557
  class LabelDirective {
558
558
  constructor() {
559
559
  this.aebLabel = input(undefined, ...(ngDevMode ? [{ debugName: "aebLabel" }] : []));
560
560
  }
561
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: LabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
562
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.2.4", type: LabelDirective, isStandalone: true, selector: "[aebLabel]", inputs: { aebLabel: { classPropertyName: "aebLabel", publicName: "aebLabel", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
561
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: LabelDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
562
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.3", type: LabelDirective, isStandalone: true, selector: "[aebLabel]", inputs: { aebLabel: { classPropertyName: "aebLabel", publicName: "aebLabel", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
563
563
  }
564
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: LabelDirective, decorators: [{
564
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: LabelDirective, decorators: [{
565
565
  type: Directive,
566
566
  args: [{ selector: '[aebLabel]' }]
567
- }] });
567
+ }], propDecorators: { aebLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "aebLabel", required: false }] }] } });
568
568
 
569
569
  class FormField {
570
570
  set formField(value) {
@@ -640,8 +640,8 @@ class FormField {
640
640
  this.formField.enable();
641
641
  }
642
642
  }
643
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormField, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
644
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: FormField, isStandalone: true, selector: "aeb-form-field", inputs: { showDescription: { classPropertyName: "showDescription", publicName: "showDescription", isSignal: true, isRequired: false, transformFunction: null }, showErrorMessage: { classPropertyName: "showErrorMessage", publicName: "showErrorMessage", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, isInvalid: { classPropertyName: "isInvalid", publicName: "isInvalid", isSignal: true, isRequired: false, transformFunction: null }, showIcon: { classPropertyName: "showIcon", publicName: "showIcon", isSignal: true, isRequired: false, transformFunction: null }, validateOnDirty: { classPropertyName: "validateOnDirty", publicName: "validateOnDirty", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.aeb-form-field--focused": "focused", "class.aeb-form-field--has-value": "hasValue", "class.aeb-form-field--error": "error", "class.aeb-form-field--disabled": "isDisabled", "class.aeb-form-field--has-icon": "hasIcon" }, classAttribute: "aeb-form-field" }, queries: [{ propertyName: "formField", first: true, predicate: FormFieldDirective, descendants: true }], ngImport: i0, template: "<ng-content />\n\n<div class=\"aeb-label__container\">\n <ng-content select=\"[aebLabel]\" />\n</div>\n\n@if (showIcon()) {\n<ng-content select=\"[aebIcon]\" />\n} @if (showErrorMessage() && error && !disabled() && !isFocused) {\n<div\n [@labelVisibility]=\"\n showErrorMessage() && error && !disabled() && !isFocused ? 'visible' : 'void'\n \"\n class=\"aeb-form-field--error-message\"\n>\n <ng-content select=\"[errorMessage]\" />\n</div>\n} @if (showDescription() && !error && !disabled()) {\n<div\n [@labelVisibility]=\"\n showDescription() && !error && !disabled() ? 'visible' : 'void'\n \"\n class=\"aeb-form-field--description\"\n>\n <ng-content select=\"[description]\" />\n</div>\n}\n", styles: [".aeb-form-field{--border-color-default: var(--c-bg-surface-medium);--border-color-hovered: var(--c-bg-surface);--border-color-active: var(--c-btn-p-default);--border-color-disabled: var(--c-bg-surface-medium);--border-color-warning-default: var(--c-btn-ws-pressed);--border-color-warning-hovered: var(--c-btn-ws-default);--border-color-warning-focused: var(--c-btn-w-default);--border-color-warning-disabled: var(--c-btn-ws-pressed);--background-color-default: var(--c-bg-surface-medium);--background-color-hovered: var(--c-bg-surface);--background-color-focused: var(--c-bg-default);--background-color-disabled: var(--c-bg-surface-medium);--background-color-warning-default: var(--c-btn-ws-pressed);--background-color-warning-hovered: var(--c-btn-ws-default);--background-color-warning-focused: var(--c-bg-default);--background-color-warning-disabled: var(--c-btn-ws-pressed);--label-color-default: var(--c-t-secondary);--label-color-active: var(--c-t-secondary);--label-color-disabled: var(--c-t-secondary);--input-text-color-default: var(--c-t-primary);--input-text-color-disabled: var(--c-t-secondary);--error-text-color: var(--c-t-critical);position:relative;display:flex;flex-direction:column;color:var(--label-color-default)}.aeb-form-field.aeb-form-field--error .aeb-input{border-color:var(--border-color-warning-default);background-color:var(--background-color-warning-default)}.aeb-form-field.aeb-form-field--error .aeb-input:hover{border-color:var(--border-color-warning-hovered);background-color:var(--background-color-warning-hovered)}.aeb-form-field.aeb-form-field--error .aeb-input:focus{border-color:var(--border-color-warning-focused);background-color:var(--background-color-warning-focused)}.aeb-form-field.aeb-form-field--error .aeb-input:disabled{border-color:var(--border-color-warning-disabled);background-color:var(--background-color-warning-disabled)}.aeb-form-field.aeb-form-field--error .aeb-label__container{color:var(--label-color-error)}.aeb-form-field--focused .aeb-form-field--description{color:var(--label-color-active)}.aeb-form-field--error-message{padding:8px 0;font-size:var(--font-size-xxs);color:var(--error-text-color);overflow-wrap:break-word}.aeb-form-field--error-message:has(*:empty){display:none}.aeb-form-field--description{padding:8px 0;font-size:var(--font-size-xxs);color:var(--input-text-color-disabled);overflow-wrap:break-word}.aeb-form-field.aeb-form-field--disabled .aeb-input{border:var(--border-thin) solid var(--border-color-disabled);color:var(--input-text-color-disabled);background-color:var(--background-color-disabled)}.aeb-form-field.aeb-form-field--disabled .aeb-label__container{color:var(--label-color-disabled)}.aeb-form-field .aeb-input{display:block;box-sizing:border-box;width:100%;min-height:auto;color:var(--input-text-color-default);padding:24px 16px 7px;font-size:16px;border:var(--border-thin) solid var(--border-color-default);background-color:var(--background-color-default);border-radius:var(--border-medium-rounded);box-shadow:none;transition:all ease-in-out .2s linear;font-weight:300}.aeb-form-field .aeb-input:hover{background-color:var(--background-color-hovered);border:var(--border-thin) solid var(--border-color-hovered)}.aeb-form-field .aeb-input:focus{outline:none;background-color:var(--background-color-focused);border:var(--border-thin) solid var(--background-color-focused)}.aeb-form-field .aeb-input,.aeb-form-field .aeb-input::-webkit-search-cancel-button,.aeb-form-field .aeb-input::-webkit-search-decoration,.aeb-form-field .aeb-input::-webkit-search-results-button,.aeb-form-field .aeb-input::-webkit-search-results-decoration{appearance:none}.aeb-form-field .aeb-input::-webkit-contacts-auto-fill-button,.aeb-form-field .aeb-input::-webkit-caps-lock-indicator,.aeb-form-field .aeb-input::-webkit-credentials-auto-fill-button{visibility:hidden}.aeb-form-field .aeb-input::-webkit-outer-spin-button,.aeb-form-field .aeb-input::-webkit-inner-spin-button{appearance:none;margin:0}.aeb-form-field .aeb-input[type=number]{appearance:textfield}.aeb-form-field textarea{resize:vertical;cursor:auto;scroll-behavior:smooth}.aeb-form-field textarea.aeb-input{min-height:70px;scrollbar-color:var(--color-blue-50) transparent;scrollbar-width:thin}.aeb-form-field textarea.aeb-input::-webkit-scrollbar{width:16px}.aeb-form-field textarea.aeb-input::-webkit-scrollbar-thumb{border:6px solid rgba(0,0,0,0);background-color:var(--color-blue-50);background-clip:padding-box;border-radius:9999px}.aeb-form-field textarea.aeb-input::-webkit-scrollbar-corner{background-color:transparent}.aeb-form-field textarea.aeb-input::-webkit-resizer{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTMuMjc5NTMgNC44Mzg1NkMzLjA2NDI3IDUuMDUzODEgMi43MTUyNyA1LjA1MzgxIDIuNTAwMDEgNC44Mzg1NkMyLjI4NDc1IDQuNjIzMyAyLjI4NDc1IDQuMjc0MyAyLjUwMDAxIDQuMDU5MDVMNC4wNTkwNCAyLjUwMDAzQzQuMjc0MyAyLjI4NDc3IDQuNjIzMyAyLjI4NDc3IDQuODM4NTYgMi41MDAwM0M1LjA1MzgxIDIuNzE1MjggNS4wNTM4MSAzLjA2NDI4IDQuODM4NTYgMy4yNzk1NEwzLjI3OTUzIDQuODM4NTZaIiBmaWxsPSIjM0I0MDRBIi8+DQo8cGF0aCBkPSJNMC45NDA5NTkgNC4wNTlDMC43MjU3MDIgNC4yNzQyNSAwLjM3NjcgNC4yNzQyNSAwLjE2MTQ0MyA0LjA1OUMtMC4wNTM4MTQzIDMuODQzNzQgLTAuMDUzODE0NCAzLjQ5NDc0IDAuMTYxNDQzIDMuMjc5NDlMMy4yNzk1MSAwLjE2MTQ0MkMzLjQ5NDc2IC0wLjA1MzgxNCAzLjg0Mzc2IC0wLjA1MzgxNCA0LjA1OTAyIDAuMTYxNDQyQzQuMjc0MjggMC4zNzY2OTggNC4yNzQyOCAwLjcyNTY5NyA0LjA1OTAyIDAuOTQwOTUzTDAuOTQwOTU5IDQuMDU5WiIgZmlsbD0iIzNCNDA0QSIvPg0KPC9zdmc+DQo=);background-repeat:no-repeat;background-position:center}.aeb-form-field .aeb-label__container{display:inline-block;position:absolute;top:16px;left:16px;max-width:calc(100% - 32px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;pointer-events:none;background-color:#0000;transition:all .2s ease-out;box-sizing:border-box;-webkit-user-select:none;user-select:none;font-weight:300}.aeb-form-field.aeb-form-field--focused .aeb-label__container,.aeb-form-field.aeb-form-field--has-value .aeb-label__container{line-height:14px;top:8px;font-size:var(--font-size-xxs)}.aeb-form-field.aeb-form-field--focused .aeb-input{border-color:var(--border-color-active)}.aeb-form-field.aeb-form-field--focused .aeb-label__container{color:var(--label-color-active)}.aeb-form-field.aeb-form-field--has-icon .aeb-input{padding-right:38px}.aeb-form-field.aeb-form-field--has-icon .aeb-label__container{max-width:calc(100% - 56px)}.aeb-form-field *[aebIcon]{position:absolute;top:16px;right:12px;width:24px;height:24px;-webkit-user-select:none;user-select:none}.aeb-form-field *[aebIcon] img{width:24px;height:24px}\n"], animations: [
643
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormField, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
644
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: FormField, isStandalone: true, selector: "aeb-form-field", inputs: { showDescription: { classPropertyName: "showDescription", publicName: "showDescription", isSignal: true, isRequired: false, transformFunction: null }, showErrorMessage: { classPropertyName: "showErrorMessage", publicName: "showErrorMessage", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, isInvalid: { classPropertyName: "isInvalid", publicName: "isInvalid", isSignal: true, isRequired: false, transformFunction: null }, showIcon: { classPropertyName: "showIcon", publicName: "showIcon", isSignal: true, isRequired: false, transformFunction: null }, validateOnDirty: { classPropertyName: "validateOnDirty", publicName: "validateOnDirty", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.aeb-form-field--focused": "focused", "class.aeb-form-field--has-value": "hasValue", "class.aeb-form-field--error": "error", "class.aeb-form-field--disabled": "isDisabled", "class.aeb-form-field--has-icon": "hasIcon" }, classAttribute: "aeb-form-field" }, queries: [{ propertyName: "formField", first: true, predicate: FormFieldDirective, descendants: true }], ngImport: i0, template: "<ng-content />\n\n<div class=\"aeb-label__container\">\n <ng-content select=\"[aebLabel]\" />\n</div>\n\n@if (showIcon()) {\n<ng-content select=\"[aebIcon]\" />\n} @if (showErrorMessage() && error && !disabled() && !isFocused) {\n<div\n [@labelVisibility]=\"\n showErrorMessage() && error && !disabled() && !isFocused ? 'visible' : 'void'\n \"\n class=\"aeb-form-field--error-message\"\n>\n <ng-content select=\"[errorMessage]\" />\n</div>\n} @if (showDescription() && !error && !disabled()) {\n<div\n [@labelVisibility]=\"\n showDescription() && !error && !disabled() ? 'visible' : 'void'\n \"\n class=\"aeb-form-field--description\"\n>\n <ng-content select=\"[description]\" />\n</div>\n}\n", styles: [".aeb-form-field{--border-color-default: var(--c-bg-surface-medium);--border-color-hovered: var(--c-bg-surface);--border-color-active: var(--c-btn-p-default);--border-color-disabled: var(--c-bg-surface-medium);--border-color-warning-default: var(--c-btn-ws-pressed);--border-color-warning-hovered: var(--c-btn-ws-default);--border-color-warning-focused: var(--c-btn-w-default);--border-color-warning-disabled: var(--c-btn-ws-pressed);--background-color-default: var(--c-bg-surface-medium);--background-color-hovered: var(--c-bg-surface);--background-color-focused: var(--c-bg-default);--background-color-disabled: var(--c-bg-surface-medium);--background-color-warning-default: var(--c-btn-ws-pressed);--background-color-warning-hovered: var(--c-btn-ws-default);--background-color-warning-focused: var(--c-bg-default);--background-color-warning-disabled: var(--c-btn-ws-pressed);--label-color-default: var(--c-t-secondary);--label-color-active: var(--c-t-secondary);--label-color-disabled: var(--c-t-secondary);--input-text-color-default: var(--c-t-primary);--input-text-color-disabled: var(--c-t-secondary);--error-text-color: var(--c-t-critical);position:relative;display:flex;flex-direction:column;color:var(--label-color-default)}.aeb-form-field.aeb-form-field--error .aeb-input{border-color:var(--border-color-warning-default);background-color:var(--background-color-warning-default)}.aeb-form-field.aeb-form-field--error .aeb-input:hover{border-color:var(--border-color-warning-hovered);background-color:var(--background-color-warning-hovered)}.aeb-form-field.aeb-form-field--error .aeb-input:focus{border-color:var(--border-color-warning-focused);background-color:var(--background-color-warning-focused)}.aeb-form-field.aeb-form-field--error .aeb-input:disabled{border-color:var(--border-color-warning-disabled);background-color:var(--background-color-warning-disabled)}.aeb-form-field.aeb-form-field--error .aeb-label__container{color:var(--label-color-error)}.aeb-form-field--focused .aeb-form-field--description{color:var(--label-color-active)}.aeb-form-field--error-message{padding:8px 0;font-size:var(--font-size-xxs);color:var(--error-text-color);overflow-wrap:break-word}.aeb-form-field--error-message:has(*:empty){display:none}.aeb-form-field--description{padding:8px 0;font-size:var(--font-size-xxs);color:var(--input-text-color-disabled);overflow-wrap:break-word}.aeb-form-field.aeb-form-field--disabled .aeb-input{border:var(--border-thin) solid var(--border-color-disabled);color:var(--input-text-color-disabled);background-color:var(--background-color-disabled)}.aeb-form-field.aeb-form-field--disabled .aeb-label__container{color:var(--label-color-disabled)}.aeb-form-field .aeb-input{display:block;box-sizing:border-box;width:100%;min-height:auto;color:var(--input-text-color-default);padding:24px 16px 7px;font-size:16px;border:var(--border-thin) solid var(--border-color-default);background-color:var(--background-color-default);border-radius:var(--border-medium-rounded);box-shadow:none;transition:all ease-in-out .2s linear;font-weight:300}.aeb-form-field .aeb-input:hover{background-color:var(--background-color-hovered);border:var(--border-thin) solid var(--border-color-hovered)}.aeb-form-field .aeb-input:focus{outline:none;background-color:var(--background-color-focused);border:var(--border-thin) solid var(--background-color-focused)}.aeb-form-field .aeb-input,.aeb-form-field .aeb-input::-webkit-search-cancel-button,.aeb-form-field .aeb-input::-webkit-search-decoration,.aeb-form-field .aeb-input::-webkit-search-results-button,.aeb-form-field .aeb-input::-webkit-search-results-decoration{appearance:none}.aeb-form-field .aeb-input::-webkit-contacts-auto-fill-button,.aeb-form-field .aeb-input::-webkit-caps-lock-indicator,.aeb-form-field .aeb-input::-webkit-credentials-auto-fill-button{visibility:hidden}.aeb-form-field .aeb-input::-webkit-outer-spin-button,.aeb-form-field .aeb-input::-webkit-inner-spin-button{appearance:none;margin:0}.aeb-form-field .aeb-input[type=number]{appearance:textfield}.aeb-form-field textarea{resize:vertical;cursor:auto;scroll-behavior:smooth}.aeb-form-field textarea.aeb-input{min-height:70px;scrollbar-color:var(--color-blue-50) transparent;scrollbar-width:thin}.aeb-form-field textarea.aeb-input::-webkit-scrollbar{width:16px}.aeb-form-field textarea.aeb-input::-webkit-scrollbar-thumb{border:6px solid rgba(0,0,0,0);background-color:var(--color-blue-50);background-clip:padding-box;border-radius:9999px}.aeb-form-field textarea.aeb-input::-webkit-scrollbar-corner{background-color:transparent}.aeb-form-field textarea.aeb-input::-webkit-resizer{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTMuMjc5NTMgNC44Mzg1NkMzLjA2NDI3IDUuMDUzODEgMi43MTUyNyA1LjA1MzgxIDIuNTAwMDEgNC44Mzg1NkMyLjI4NDc1IDQuNjIzMyAyLjI4NDc1IDQuMjc0MyAyLjUwMDAxIDQuMDU5MDVMNC4wNTkwNCAyLjUwMDAzQzQuMjc0MyAyLjI4NDc3IDQuNjIzMyAyLjI4NDc3IDQuODM4NTYgMi41MDAwM0M1LjA1MzgxIDIuNzE1MjggNS4wNTM4MSAzLjA2NDI4IDQuODM4NTYgMy4yNzk1NEwzLjI3OTUzIDQuODM4NTZaIiBmaWxsPSIjM0I0MDRBIi8+DQo8cGF0aCBkPSJNMC45NDA5NTkgNC4wNTlDMC43MjU3MDIgNC4yNzQyNSAwLjM3NjcgNC4yNzQyNSAwLjE2MTQ0MyA0LjA1OUMtMC4wNTM4MTQzIDMuODQzNzQgLTAuMDUzODE0NCAzLjQ5NDc0IDAuMTYxNDQzIDMuMjc5NDlMMy4yNzk1MSAwLjE2MTQ0MkMzLjQ5NDc2IC0wLjA1MzgxNCAzLjg0Mzc2IC0wLjA1MzgxNCA0LjA1OTAyIDAuMTYxNDQyQzQuMjc0MjggMC4zNzY2OTggNC4yNzQyOCAwLjcyNTY5NyA0LjA1OTAyIDAuOTQwOTUzTDAuOTQwOTU5IDQuMDU5WiIgZmlsbD0iIzNCNDA0QSIvPg0KPC9zdmc+DQo=);background-repeat:no-repeat;background-position:center}.aeb-form-field .aeb-label__container{display:inline-block;position:absolute;top:16px;left:16px;max-width:calc(100% - 32px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px;pointer-events:none;background-color:#0000;transition:all .2s ease-out;box-sizing:border-box;-webkit-user-select:none;user-select:none;font-weight:300}.aeb-form-field.aeb-form-field--focused .aeb-label__container,.aeb-form-field.aeb-form-field--has-value .aeb-label__container{line-height:14px;top:8px;font-size:var(--font-size-xxs)}.aeb-form-field.aeb-form-field--focused .aeb-input{border-color:var(--border-color-active)}.aeb-form-field.aeb-form-field--focused .aeb-label__container{color:var(--label-color-active)}.aeb-form-field.aeb-form-field--has-icon .aeb-input{padding-right:38px}.aeb-form-field.aeb-form-field--has-icon .aeb-label__container{max-width:calc(100% - 56px)}.aeb-form-field *[aebIcon]{position:absolute;top:16px;right:12px;width:24px;height:24px;-webkit-user-select:none;user-select:none}.aeb-form-field *[aebIcon] img{width:24px;height:24px}\n"], animations: [
645
645
  trigger('labelVisibility', [
646
646
  state('void', style({
647
647
  'font-size': '0'
@@ -654,7 +654,7 @@ class FormField {
654
654
  ])
655
655
  ], encapsulation: i0.ViewEncapsulation.None }); }
656
656
  }
657
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormField, decorators: [{
657
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormField, decorators: [{
658
658
  type: Component,
659
659
  args: [{ selector: 'aeb-form-field', encapsulation: ViewEncapsulation.None, host: {
660
660
  class: 'aeb-form-field',
@@ -678,11 +678,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
678
678
  }], ctorParameters: () => [], propDecorators: { formField: [{
679
679
  type: ContentChild,
680
680
  args: [FormFieldDirective]
681
- }] } });
681
+ }], showDescription: [{ type: i0.Input, args: [{ isSignal: true, alias: "showDescription", required: false }] }], showErrorMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "showErrorMessage", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], isInvalid: [{ type: i0.Input, args: [{ isSignal: true, alias: "isInvalid", required: false }] }], showIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "showIcon", required: false }] }], validateOnDirty: [{ type: i0.Input, args: [{ isSignal: true, alias: "validateOnDirty", required: false }] }] } });
682
682
 
683
683
  class FormFieldModule {
684
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
685
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: FormFieldModule, imports: [FormField,
684
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
685
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: FormFieldModule, imports: [FormField,
686
686
  FormFieldDirective,
687
687
  LabelDirective,
688
688
  IconDirective,
@@ -691,9 +691,9 @@ class FormFieldModule {
691
691
  LabelDirective,
692
692
  IconDirective,
693
693
  ErrorMessageDirective] }); }
694
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormFieldModule }); }
694
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormFieldModule }); }
695
695
  }
696
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormFieldModule, decorators: [{
696
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormFieldModule, decorators: [{
697
697
  type: NgModule,
698
698
  args: [{
699
699
  imports: [
@@ -756,10 +756,10 @@ class DomService {
756
756
  this._containerElement = null;
757
757
  }
758
758
  }
759
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
760
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DomService, providedIn: 'root' }); }
759
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DomService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
760
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DomService, providedIn: 'root' }); }
761
761
  }
762
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DomService, decorators: [{
762
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DomService, decorators: [{
763
763
  type: Injectable,
764
764
  args: [{
765
765
  providedIn: 'root'
@@ -786,10 +786,10 @@ class Tooltip {
786
786
  // innerHTML binding in template will handle this
787
787
  }
788
788
  }
789
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Tooltip, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
790
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Tooltip, isStandalone: true, selector: "aeb-tooltip", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, html: { classPropertyName: "html", publicName: "html", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, contentEl: { classPropertyName: "contentEl", publicName: "contentEl", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "tooltip", first: true, predicate: ["tooltip"], descendants: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "<div #tooltip [class]=\"'aeb-tooltip aeb-tooltip--' + type()\">\n @if (title()) {\n <p class=\"aeb-tooltip__title\">{{ title() }}</p>\n }\n <div\n #container\n class=\"aeb-tooltip__container\"\n [innerHTML]=\"!contentEl() ? html() || data() : null\"\n ></div>\n</div>\n", styles: ["@keyframes out{0%{transform:scale(0)}to{transform:scale(1)}}.aeb-tooltip{position:fixed;z-index:var(--z-tooltip);pointer-events:none;border-radius:20px;opacity:0;transition:opacity .2s;min-width:194px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;color:var(--c-t-primary)}.aeb-tooltip:before{position:absolute;width:14px;height:14px;content:\"\";transform:rotate(45deg);background-color:inherit}.aeb-tooltip--open{opacity:1;animation:out .2s}.aeb-tooltip--primary{background-color:var(--c-bg-light);box-shadow:0 0 12px #27303e1f}.aeb-tooltip--secondary{background-color:var(--c-bg-surface-medium)}.aeb-tooltip__title{font-weight:500;font-size:16px;margin:0 0 8px}.aeb-tooltip__container{position:relative;align-items:center;justify-content:center;width:100%;font-size:14px;word-break:keep-all;white-space:nowrap}.aeb-tooltip--top:before{bottom:-7px;left:calc(50% - 7px)}.aeb-tooltip--right:before{top:calc(50% - 7px);left:-7px}.aeb-tooltip--bottom:before{top:-7px;left:calc(50% - 7px)}.aeb-tooltip--left:before{top:calc(50% - 7px);left:calc(100% - 7px)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
789
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Tooltip, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
790
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Tooltip, isStandalone: true, selector: "aeb-tooltip", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: false, transformFunction: null }, html: { classPropertyName: "html", publicName: "html", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, contentEl: { classPropertyName: "contentEl", publicName: "contentEl", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "tooltip", first: true, predicate: ["tooltip"], descendants: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "<div #tooltip [class]=\"'aeb-tooltip aeb-tooltip--' + type()\">\n @if (title()) {\n <p class=\"aeb-tooltip__title\">{{ title() }}</p>\n }\n <div\n #container\n class=\"aeb-tooltip__container\"\n [innerHTML]=\"!contentEl() ? html() || data() : null\"\n ></div>\n</div>\n", styles: ["@keyframes out{0%{transform:scale(0)}to{transform:scale(1)}}.aeb-tooltip{position:fixed;z-index:var(--z-tooltip);pointer-events:none;border-radius:20px;opacity:0;transition:opacity .2s;min-width:194px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;color:var(--c-t-primary)}.aeb-tooltip:before{position:absolute;width:14px;height:14px;content:\"\";transform:rotate(45deg);background-color:inherit}.aeb-tooltip--open{opacity:1;animation:out .2s}.aeb-tooltip--primary{background-color:var(--c-bg-light);box-shadow:0 0 12px #27303e1f}.aeb-tooltip--secondary{background-color:var(--c-bg-surface-medium)}.aeb-tooltip__title{font-weight:500;font-size:16px;margin:0 0 8px}.aeb-tooltip__container{position:relative;align-items:center;justify-content:center;width:100%;font-size:14px;word-break:keep-all;white-space:nowrap}.aeb-tooltip--top:before{bottom:-7px;left:calc(50% - 7px)}.aeb-tooltip--right:before{top:calc(50% - 7px);left:-7px}.aeb-tooltip--bottom:before{top:-7px;left:calc(50% - 7px)}.aeb-tooltip--left:before{top:calc(50% - 7px);left:calc(100% - 7px)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
791
791
  }
792
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Tooltip, decorators: [{
792
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Tooltip, decorators: [{
793
793
  type: Component,
794
794
  args: [{ selector: 'aeb-tooltip', encapsulation: ViewEncapsulation.None, template: "<div #tooltip [class]=\"'aeb-tooltip aeb-tooltip--' + type()\">\n @if (title()) {\n <p class=\"aeb-tooltip__title\">{{ title() }}</p>\n }\n <div\n #container\n class=\"aeb-tooltip__container\"\n [innerHTML]=\"!contentEl() ? html() || data() : null\"\n ></div>\n</div>\n", styles: ["@keyframes out{0%{transform:scale(0)}to{transform:scale(1)}}.aeb-tooltip{position:fixed;z-index:var(--z-tooltip);pointer-events:none;border-radius:20px;opacity:0;transition:opacity .2s;min-width:194px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;color:var(--c-t-primary)}.aeb-tooltip:before{position:absolute;width:14px;height:14px;content:\"\";transform:rotate(45deg);background-color:inherit}.aeb-tooltip--open{opacity:1;animation:out .2s}.aeb-tooltip--primary{background-color:var(--c-bg-light);box-shadow:0 0 12px #27303e1f}.aeb-tooltip--secondary{background-color:var(--c-bg-surface-medium)}.aeb-tooltip__title{font-weight:500;font-size:16px;margin:0 0 8px}.aeb-tooltip__container{position:relative;align-items:center;justify-content:center;width:100%;font-size:14px;word-break:keep-all;white-space:nowrap}.aeb-tooltip--top:before{bottom:-7px;left:calc(50% - 7px)}.aeb-tooltip--right:before{top:calc(50% - 7px);left:-7px}.aeb-tooltip--bottom:before{top:-7px;left:calc(50% - 7px)}.aeb-tooltip--left:before{top:calc(50% - 7px);left:calc(100% - 7px)}\n"] }]
795
795
  }], propDecorators: { tooltip: [{
@@ -798,7 +798,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
798
798
  }], container: [{
799
799
  type: ViewChild,
800
800
  args: ['container']
801
- }] } });
801
+ }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: false }] }], html: [{ type: i0.Input, args: [{ isSignal: true, alias: "html", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], contentEl: [{ type: i0.Input, args: [{ isSignal: true, alias: "contentEl", required: false }] }] } });
802
802
 
803
803
  class TooltipDirective {
804
804
  constructor() {
@@ -913,10 +913,10 @@ class TooltipDirective {
913
913
  const tooltip = this.tooltip.tooltip.nativeElement;
914
914
  tooltip.className = 'aeb-tooltip';
915
915
  }
916
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TooltipDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
917
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.2.4", type: TooltipDirective, isStandalone: true, selector: "[aebTooltip]", inputs: { tooltipTitle: { classPropertyName: "tooltipTitle", publicName: "tooltipTitle", isSignal: true, isRequired: false, transformFunction: null }, tooltipData: { classPropertyName: "tooltipData", publicName: "tooltipData", isSignal: true, isRequired: false, transformFunction: null }, tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, tooltipType: { classPropertyName: "tooltipType", publicName: "tooltipType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { clickOutside: "clickOutside" }, host: { listeners: { "mouseleave": "onMouseLeave()", "mouseenter": "onMouseEnter()", "touch": "onClick()", "window:orientationchange": "orientationChangeHandler()" } }, queries: [{ propertyName: "tooltipContent", first: true, predicate: ["tooltipContent"], descendants: true }], ngImport: i0 }); }
916
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TooltipDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
917
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.3", type: TooltipDirective, isStandalone: true, selector: "[aebTooltip]", inputs: { tooltipTitle: { classPropertyName: "tooltipTitle", publicName: "tooltipTitle", isSignal: true, isRequired: false, transformFunction: null }, tooltipData: { classPropertyName: "tooltipData", publicName: "tooltipData", isSignal: true, isRequired: false, transformFunction: null }, tooltipPosition: { classPropertyName: "tooltipPosition", publicName: "tooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, tooltipType: { classPropertyName: "tooltipType", publicName: "tooltipType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { clickOutside: "clickOutside" }, host: { listeners: { "mouseleave": "onMouseLeave()", "mouseenter": "onMouseEnter()", "touch": "onClick()", "window:orientationchange": "orientationChangeHandler()" } }, queries: [{ propertyName: "tooltipContent", first: true, predicate: ["tooltipContent"], descendants: true }], ngImport: i0 }); }
918
918
  }
919
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TooltipDirective, decorators: [{
919
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TooltipDirective, decorators: [{
920
920
  type: Directive,
921
921
  args: [{
922
922
  selector: '[aebTooltip]',
@@ -930,14 +930,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
930
930
  }], propDecorators: { tooltipContent: [{
931
931
  type: ContentChild,
932
932
  args: ['tooltipContent']
933
- }] } });
933
+ }], tooltipTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipTitle", required: false }] }], tooltipData: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipData", required: false }] }], tooltipPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipPosition", required: false }] }], tooltipType: [{ type: i0.Input, args: [{ isSignal: true, alias: "tooltipType", required: false }] }], clickOutside: [{ type: i0.Output, args: ["clickOutside"] }] } });
934
934
 
935
935
  class TooltipModule {
936
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
937
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: TooltipModule, imports: [TooltipDirective], exports: [TooltipDirective] }); }
938
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TooltipModule }); }
936
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
937
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: TooltipModule, imports: [TooltipDirective], exports: [TooltipDirective] }); }
938
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TooltipModule }); }
939
939
  }
940
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TooltipModule, decorators: [{
940
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TooltipModule, decorators: [{
941
941
  type: NgModule,
942
942
  args: [{
943
943
  imports: [TooltipDirective],
@@ -990,10 +990,10 @@ class Comment {
990
990
  content: ['', [Validators.required]]
991
991
  });
992
992
  }
993
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Comment, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
994
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Comment, isStandalone: true, selector: "aeb-comment", inputs: { comment: { classPropertyName: "comment", publicName: "comment", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { response: "response" }, viewQueries: [{ propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"aeb-comment\">\n <div class=\"aeb-comment__avatar-column\">\n <div class=\"aeb-comment__avatar\">\n @if (comment()?.avatar) {\n <img [src]=\"comment().avatar\" alt=\"Avatar\" />\n } @else {\n <div class=\"aeb-comment__initials\">\n {{ comment().firstName.slice(0, 1) }}{{ comment().lastName.slice(0, 1) }}\n </div>\n }\n </div>\n </div>\n <div class=\"aeb-comment__comment-column\">\n <div class=\"aeb-comment__author-wrapper\">\n <div class=\"aeb-comment__author-group\">\n {{ comment().group }} @if (comment()?.parentName) {\n <div class=\"aeb-comment__reply-icon\">\n <svg\n width=\"10\"\n height=\"8\"\n viewBox=\"0 0 10 8\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M4.68742 1.87519H3.7499V0.312666C3.7499 0.183289 3.67053 0.0676621 3.55052 0.0207864C3.43052 -0.0254644 3.29365 0.00703617 3.20614 0.102663L0.081095 3.54022C-0.0270317 3.65897 -0.0270317 3.84085 0.081095 3.96022L3.20614 7.39778C3.26677 7.46403 3.35115 7.50028 3.4374 7.50028C3.47552 7.50028 3.51365 7.4934 3.55052 7.47965C3.67053 7.43278 3.7499 7.31715 3.7499 7.18777V5.62525H4.61929C6.40307 5.62525 8.1306 6.26401 9.48437 7.42528C9.57624 7.50465 9.70812 7.52278 9.81812 7.47153C9.92937 7.4209 10 7.30965 10 7.18777C10 4.25835 7.61684 1.87519 4.68742 1.87519Z\"\n fill=\"#A3AAAE\"\n />\n </svg>\n </div>\n <span class=\"aeb-comment__reply-host\"> {{ comment().parentName }} </span>\n }\n </div>\n <div class=\"aeb-comment__author-name\">\n {{ comment().fullName }}\n <div\n aebTooltip\n [tooltipPosition]=\"'right'\"\n [tooltipData]=\"comment().aboutAuthor\"\n class=\"aeb-comment__author-info\"\n >\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z\"\n stroke=\"#27303E\"\n />\n <path\n d=\"M5.8125 6.3584C5.83529 5.78223 6.03874 5.31348 6.42285 4.95215C6.81022 4.59082 7.3457 4.41016 8.0293 4.41016C8.66732 4.41016 9.18652 4.58105 9.58691 4.92285C9.9873 5.26139 10.1875 5.69434 10.1875 6.22168C10.1875 6.92806 9.8457 7.48633 9.16211 7.89648C8.84961 8.08203 8.63639 8.25456 8.52246 8.41406C8.40853 8.57031 8.35156 8.77539 8.35156 9.0293V9.32715H7.34082L7.33594 8.93652C7.32292 8.59798 7.39128 8.3099 7.54102 8.07227C7.69401 7.83464 7.93978 7.61328 8.27832 7.4082C8.5778 7.22917 8.78613 7.05664 8.90332 6.89062C9.02051 6.72461 9.0791 6.51628 9.0791 6.26562C9.0791 5.98568 8.97819 5.75618 8.77637 5.57715C8.57454 5.39811 8.30762 5.30859 7.97559 5.30859C7.6403 5.30859 7.37012 5.40299 7.16504 5.5918C6.95996 5.7806 6.84603 6.03613 6.82324 6.3584H5.8125ZM7.85352 11.5879C7.67448 11.5879 7.52311 11.5277 7.39941 11.4072C7.27572 11.2868 7.21387 11.137 7.21387 10.958C7.21387 10.779 7.27572 10.6292 7.39941 10.5088C7.52311 10.3883 7.67448 10.3281 7.85352 10.3281C8.03581 10.3281 8.1888 10.3883 8.3125 10.5088C8.4362 10.6292 8.49805 10.779 8.49805 10.958C8.49805 11.137 8.4362 11.2868 8.3125 11.4072C8.1888 11.5277 8.03581 11.5879 7.85352 11.5879Z\"\n fill=\"#27303E\"\n />\n </svg>\n </div>\n </div>\n </div>\n <div class=\"aeb-comment__comment-wrapper\">\n <div class=\"aeb-comment__comment-header\">{{ comment().title }}</div>\n <div class=\"aeb-comment__comment-txt\">{{ comment().content }}</div>\n </div>\n <div class=\"aeb-comment__date-response\">\n <div class=\"aeb-comment__comment-date\">{{ comment().date }}</div>\n <div class=\"aeb-comment__comment-response\" (click)=\"responseHandler()\">\n \u041E\u0442\u0432\u0435\u0442\u0438\u0442\u044C\n </div>\n </div>\n @if (onResponse) {\n <form\n class=\"aeb-comment__response-form\"\n [formGroup]=\"responseForm\"\n (submit)=\"nullTarget($event)\"\n >\n <div\n class=\"aeb-comment__input\"\n [ngClass]=\"{\n 'aeb-comment__input--error': titleError\n }\"\n >\n <aeb-form-field>\n <label aebLabel>\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F</label>\n <label errorMessage>\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C</label>\n <input aebInput type=\"text\" formControlName=\"title\" />\n </aeb-form-field>\n </div>\n <div\n class=\"aeb-comment__input\"\n [ngClass]=\"{\n 'aeb-comment__input--error': contentError\n }\"\n >\n <aeb-form-field>\n <label errorMessage>\u041F\u043E\u043B\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C</label>\n <label aebLabel>\u041F\u043E\u043B\u0435 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F</label>\n <textarea\n aebTextarea\n style=\"height: 140px\"\n formControlName=\"content\"\n required\n >\n </textarea>\n </aeb-form-field>\n </div>\n <div class=\"aeb-comment__submit\">\n <button aebButton (click)=\"submitHandler()\" [disabled]>\n \u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C\n </button>\n </div>\n </form>\n } @if (comment()?.nestedComments && comment().nestedComments.length) {\n <div (click)=\"expandHandler()\" class=\"aeb-comment__response-ctrls\">\n <div class=\"aeb-comment__responses\">\u041E\u0442\u0432\u0435\u0442\u044B</div>\n <div class=\"aeb-comment__response-counter\">\n {{ comment().nestedComments.length }}\n </div>\n <div\n class=\"aeb-comment__arrow-icon\"\n [ngClass]=\"{\n 'aeb-comment__arrow-icon--active': isExpanded\n }\"\n >\n <svg\n width=\"10\"\n height=\"6\"\n viewBox=\"0 0 10 6\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M0.999999 5L4.92929 1.07071C4.96834 1.03166 5.03166 1.03166 5.07071 1.07071L9 5\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n } @if ( comment()?.nestedComments && comment().nestedComments.length &&\n isExpanded ) { @for (nestedComment of comment().nestedComments; track\n nestedComment) {\n <aeb-comment (response)=\"hoistHandler($event)\" [comment]=\"nestedComment\">\n </aeb-comment>\n } }\n </div>\n</div>\n", styles: [".aeb-comment{display:flex;width:100%;color:var(--color-mono-900)}.aeb-comment__avatar-column{margin-right:12px}.aeb-comment__comment-column{flex-grow:1}.aeb-comment__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--color-blue-500);border-radius:50%}.aeb-comment__avatar img{width:90%;border-radius:50%}.aeb-comment__initials{position:relative;bottom:1px;color:var(--color-mono-0)}.aeb-comment__author-group{display:flex;align-items:center;margin-bottom:4px;font-size:var(--font-size-md);font-weight:var(--font-weight-medium)}.aeb-comment__reply-icon{position:relative;bottom:4px;margin-left:32px}.aeb-comment__reply-host{margin-left:8px;font-size:var(--font-size-xxs);color:var(--color-mono-300)}.aeb-comment__author-name{display:flex;align-items:center;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-comment__author-info{position:relative;top:3px;margin-left:12px;cursor:pointer}.aeb-comment__author-wrapper{margin-bottom:20px}.aeb-comment__comment-wrapper{box-sizing:border-box;width:100%;padding:16px;background:var(--color-mono-10);border-radius:8px}.aeb-comment__comment-header{margin-bottom:10px;font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--color-mono-900)}.aeb-comment__date-response{display:flex;align-items:center;margin-top:20px;margin-bottom:25px}.aeb-comment__comment-date{margin-right:30px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-comment__comment-response{font-size:var(--font-size-xs);color:var(--color-blue-500);cursor:pointer}.aeb-comment__response-ctrls{display:inline-flex;align-items:center;margin-bottom:28px;cursor:pointer}.aeb-comment__responses{margin-right:15px;font-size:var(--font-size-xs);color:var(--color-mono-900)}.aeb-comment__response-counter{margin-right:12px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-comment__arrow-icon{position:relative;top:2px;transform:rotate(180deg)}.aeb-comment__arrow-icon--active{top:unset;bottom:3px;transform:none}.aeb-comment__input{margin-bottom:24px}.aeb-comment__submit{display:flex;justify-content:flex-end;width:100%;margin-top:24px}.aeb-comment__response-form{margin-bottom:24px}\n"], dependencies: [{ kind: "component", type: Comment, selector: "aeb-comment", inputs: ["comment"], outputs: ["response"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: TooltipDirective, selector: "[aebTooltip]", inputs: ["tooltipTitle", "tooltipData", "tooltipPosition", "tooltipType"], outputs: ["clickOutside"] }, { kind: "ngmodule", type: FormFieldModule }, { kind: "component", type: FormField, selector: "aeb-form-field", inputs: ["showDescription", "showErrorMessage", "disabled", "isInvalid", "showIcon", "validateOnDirty"] }, { kind: "directive", type: FormFieldDirective, selector: "input[aebInput], textarea[aebTextarea]", inputs: ["value"] }, { kind: "directive", type: LabelDirective, selector: "[aebLabel]", inputs: ["aebLabel"] }, { kind: "directive", type: ErrorMessageDirective, selector: "[errorMessage]", inputs: ["errorMessage"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: Button, selector: "button[aebButton], a[aebButton]", inputs: ["variant", "size", "isWarning", "fill"] }], encapsulation: i0.ViewEncapsulation.None }); }
993
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Comment, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
994
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Comment, isStandalone: true, selector: "aeb-comment", inputs: { comment: { classPropertyName: "comment", publicName: "comment", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { response: "response" }, viewQueries: [{ propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"aeb-comment\">\n <div class=\"aeb-comment__avatar-column\">\n <div class=\"aeb-comment__avatar\">\n @if (comment()?.avatar) {\n <img [src]=\"comment().avatar\" alt=\"Avatar\" />\n } @else {\n <div class=\"aeb-comment__initials\">\n {{ comment().firstName.slice(0, 1) }}{{ comment().lastName.slice(0, 1) }}\n </div>\n }\n </div>\n </div>\n <div class=\"aeb-comment__comment-column\">\n <div class=\"aeb-comment__author-wrapper\">\n <div class=\"aeb-comment__author-group\">\n {{ comment().group }} @if (comment()?.parentName) {\n <div class=\"aeb-comment__reply-icon\">\n <svg\n width=\"10\"\n height=\"8\"\n viewBox=\"0 0 10 8\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M4.68742 1.87519H3.7499V0.312666C3.7499 0.183289 3.67053 0.0676621 3.55052 0.0207864C3.43052 -0.0254644 3.29365 0.00703617 3.20614 0.102663L0.081095 3.54022C-0.0270317 3.65897 -0.0270317 3.84085 0.081095 3.96022L3.20614 7.39778C3.26677 7.46403 3.35115 7.50028 3.4374 7.50028C3.47552 7.50028 3.51365 7.4934 3.55052 7.47965C3.67053 7.43278 3.7499 7.31715 3.7499 7.18777V5.62525H4.61929C6.40307 5.62525 8.1306 6.26401 9.48437 7.42528C9.57624 7.50465 9.70812 7.52278 9.81812 7.47153C9.92937 7.4209 10 7.30965 10 7.18777C10 4.25835 7.61684 1.87519 4.68742 1.87519Z\"\n fill=\"#A3AAAE\"\n />\n </svg>\n </div>\n <span class=\"aeb-comment__reply-host\"> {{ comment().parentName }} </span>\n }\n </div>\n <div class=\"aeb-comment__author-name\">\n {{ comment().fullName }}\n <div\n aebTooltip\n [tooltipPosition]=\"'right'\"\n [tooltipData]=\"comment().aboutAuthor\"\n class=\"aeb-comment__author-info\"\n >\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z\"\n stroke=\"#27303E\"\n />\n <path\n d=\"M5.8125 6.3584C5.83529 5.78223 6.03874 5.31348 6.42285 4.95215C6.81022 4.59082 7.3457 4.41016 8.0293 4.41016C8.66732 4.41016 9.18652 4.58105 9.58691 4.92285C9.9873 5.26139 10.1875 5.69434 10.1875 6.22168C10.1875 6.92806 9.8457 7.48633 9.16211 7.89648C8.84961 8.08203 8.63639 8.25456 8.52246 8.41406C8.40853 8.57031 8.35156 8.77539 8.35156 9.0293V9.32715H7.34082L7.33594 8.93652C7.32292 8.59798 7.39128 8.3099 7.54102 8.07227C7.69401 7.83464 7.93978 7.61328 8.27832 7.4082C8.5778 7.22917 8.78613 7.05664 8.90332 6.89062C9.02051 6.72461 9.0791 6.51628 9.0791 6.26562C9.0791 5.98568 8.97819 5.75618 8.77637 5.57715C8.57454 5.39811 8.30762 5.30859 7.97559 5.30859C7.6403 5.30859 7.37012 5.40299 7.16504 5.5918C6.95996 5.7806 6.84603 6.03613 6.82324 6.3584H5.8125ZM7.85352 11.5879C7.67448 11.5879 7.52311 11.5277 7.39941 11.4072C7.27572 11.2868 7.21387 11.137 7.21387 10.958C7.21387 10.779 7.27572 10.6292 7.39941 10.5088C7.52311 10.3883 7.67448 10.3281 7.85352 10.3281C8.03581 10.3281 8.1888 10.3883 8.3125 10.5088C8.4362 10.6292 8.49805 10.779 8.49805 10.958C8.49805 11.137 8.4362 11.2868 8.3125 11.4072C8.1888 11.5277 8.03581 11.5879 7.85352 11.5879Z\"\n fill=\"#27303E\"\n />\n </svg>\n </div>\n </div>\n </div>\n <div class=\"aeb-comment__comment-wrapper\">\n <div class=\"aeb-comment__comment-header\">{{ comment().title }}</div>\n <div class=\"aeb-comment__comment-txt\">{{ comment().content }}</div>\n </div>\n <div class=\"aeb-comment__date-response\">\n <div class=\"aeb-comment__comment-date\">{{ comment().date }}</div>\n <div class=\"aeb-comment__comment-response\" (click)=\"responseHandler()\">\n \u041E\u0442\u0432\u0435\u0442\u0438\u0442\u044C\n </div>\n </div>\n @if (onResponse) {\n <form\n class=\"aeb-comment__response-form\"\n [formGroup]=\"responseForm\"\n (submit)=\"nullTarget($event)\"\n >\n <div\n class=\"aeb-comment__input\"\n [ngClass]=\"{\n 'aeb-comment__input--error': titleError\n }\"\n >\n <aeb-form-field>\n <label aebLabel>\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F</label>\n <label errorMessage>\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C</label>\n <input aebInput type=\"text\" formControlName=\"title\" />\n </aeb-form-field>\n </div>\n <div\n class=\"aeb-comment__input\"\n [ngClass]=\"{\n 'aeb-comment__input--error': contentError\n }\"\n >\n <aeb-form-field>\n <label errorMessage>\u041F\u043E\u043B\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C</label>\n <label aebLabel>\u041F\u043E\u043B\u0435 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F</label>\n <textarea\n aebTextarea\n style=\"height: 140px\"\n formControlName=\"content\"\n required\n >\n </textarea>\n </aeb-form-field>\n </div>\n <div class=\"aeb-comment__submit\">\n <button aebButton (click)=\"submitHandler()\" [disabled]>\n \u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C\n </button>\n </div>\n </form>\n } @if (comment()?.nestedComments && comment().nestedComments.length) {\n <div (click)=\"expandHandler()\" class=\"aeb-comment__response-ctrls\">\n <div class=\"aeb-comment__responses\">\u041E\u0442\u0432\u0435\u0442\u044B</div>\n <div class=\"aeb-comment__response-counter\">\n {{ comment().nestedComments.length }}\n </div>\n <div\n class=\"aeb-comment__arrow-icon\"\n [ngClass]=\"{\n 'aeb-comment__arrow-icon--active': isExpanded\n }\"\n >\n <svg\n width=\"10\"\n height=\"6\"\n viewBox=\"0 0 10 6\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M0.999999 5L4.92929 1.07071C4.96834 1.03166 5.03166 1.03166 5.07071 1.07071L9 5\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n } @if ( comment()?.nestedComments && comment().nestedComments.length &&\n isExpanded ) { @for (nestedComment of comment().nestedComments; track\n nestedComment) {\n <aeb-comment (response)=\"hoistHandler($event)\" [comment]=\"nestedComment\">\n </aeb-comment>\n } }\n </div>\n</div>\n", styles: [".aeb-comment{display:flex;width:100%;color:var(--color-mono-900)}.aeb-comment__avatar-column{margin-right:12px}.aeb-comment__comment-column{flex-grow:1}.aeb-comment__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--color-blue-500);border-radius:50%}.aeb-comment__avatar img{width:90%;border-radius:50%}.aeb-comment__initials{position:relative;bottom:1px;color:var(--color-mono-0)}.aeb-comment__author-group{display:flex;align-items:center;margin-bottom:4px;font-size:var(--font-size-md);font-weight:var(--font-weight-medium)}.aeb-comment__reply-icon{position:relative;bottom:4px;margin-left:32px}.aeb-comment__reply-host{margin-left:8px;font-size:var(--font-size-xxs);color:var(--color-mono-300)}.aeb-comment__author-name{display:flex;align-items:center;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-comment__author-info{position:relative;top:3px;margin-left:12px;cursor:pointer}.aeb-comment__author-wrapper{margin-bottom:20px}.aeb-comment__comment-wrapper{box-sizing:border-box;width:100%;padding:16px;background:var(--color-mono-10);border-radius:8px}.aeb-comment__comment-header{margin-bottom:10px;font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--color-mono-900)}.aeb-comment__date-response{display:flex;align-items:center;margin-top:20px;margin-bottom:25px}.aeb-comment__comment-date{margin-right:30px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-comment__comment-response{font-size:var(--font-size-xs);color:var(--color-blue-500);cursor:pointer}.aeb-comment__response-ctrls{display:inline-flex;align-items:center;margin-bottom:28px;cursor:pointer}.aeb-comment__responses{margin-right:15px;font-size:var(--font-size-xs);color:var(--color-mono-900)}.aeb-comment__response-counter{margin-right:12px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-comment__arrow-icon{position:relative;top:2px;transform:rotate(180deg)}.aeb-comment__arrow-icon--active{top:unset;bottom:3px;transform:none}.aeb-comment__input{margin-bottom:24px}.aeb-comment__submit{display:flex;justify-content:flex-end;width:100%;margin-top:24px}.aeb-comment__response-form{margin-bottom:24px}\n"], dependencies: [{ kind: "component", type: Comment, selector: "aeb-comment", inputs: ["comment"], outputs: ["response"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],[formArray],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: TooltipDirective, selector: "[aebTooltip]", inputs: ["tooltipTitle", "tooltipData", "tooltipPosition", "tooltipType"], outputs: ["clickOutside"] }, { kind: "ngmodule", type: FormFieldModule }, { kind: "component", type: FormField, selector: "aeb-form-field", inputs: ["showDescription", "showErrorMessage", "disabled", "isInvalid", "showIcon", "validateOnDirty"] }, { kind: "directive", type: FormFieldDirective, selector: "input[aebInput], textarea[aebTextarea]", inputs: ["value"] }, { kind: "directive", type: LabelDirective, selector: "[aebLabel]", inputs: ["aebLabel"] }, { kind: "directive", type: ErrorMessageDirective, selector: "[errorMessage]", inputs: ["errorMessage"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: Button, selector: "button[aebButton], a[aebButton]", inputs: ["variant", "size", "isWarning", "fill"] }], encapsulation: i0.ViewEncapsulation.None }); }
995
995
  }
996
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Comment, decorators: [{
996
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Comment, decorators: [{
997
997
  type: Component,
998
998
  args: [{ selector: 'aeb-comment', encapsulation: ViewEncapsulation.None, imports: [
999
999
  NgClass,
@@ -1003,14 +1003,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
1003
1003
  FormFieldModule,
1004
1004
  ButtonModule
1005
1005
  ], template: "<div class=\"aeb-comment\">\n <div class=\"aeb-comment__avatar-column\">\n <div class=\"aeb-comment__avatar\">\n @if (comment()?.avatar) {\n <img [src]=\"comment().avatar\" alt=\"Avatar\" />\n } @else {\n <div class=\"aeb-comment__initials\">\n {{ comment().firstName.slice(0, 1) }}{{ comment().lastName.slice(0, 1) }}\n </div>\n }\n </div>\n </div>\n <div class=\"aeb-comment__comment-column\">\n <div class=\"aeb-comment__author-wrapper\">\n <div class=\"aeb-comment__author-group\">\n {{ comment().group }} @if (comment()?.parentName) {\n <div class=\"aeb-comment__reply-icon\">\n <svg\n width=\"10\"\n height=\"8\"\n viewBox=\"0 0 10 8\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M4.68742 1.87519H3.7499V0.312666C3.7499 0.183289 3.67053 0.0676621 3.55052 0.0207864C3.43052 -0.0254644 3.29365 0.00703617 3.20614 0.102663L0.081095 3.54022C-0.0270317 3.65897 -0.0270317 3.84085 0.081095 3.96022L3.20614 7.39778C3.26677 7.46403 3.35115 7.50028 3.4374 7.50028C3.47552 7.50028 3.51365 7.4934 3.55052 7.47965C3.67053 7.43278 3.7499 7.31715 3.7499 7.18777V5.62525H4.61929C6.40307 5.62525 8.1306 6.26401 9.48437 7.42528C9.57624 7.50465 9.70812 7.52278 9.81812 7.47153C9.92937 7.4209 10 7.30965 10 7.18777C10 4.25835 7.61684 1.87519 4.68742 1.87519Z\"\n fill=\"#A3AAAE\"\n />\n </svg>\n </div>\n <span class=\"aeb-comment__reply-host\"> {{ comment().parentName }} </span>\n }\n </div>\n <div class=\"aeb-comment__author-name\">\n {{ comment().fullName }}\n <div\n aebTooltip\n [tooltipPosition]=\"'right'\"\n [tooltipData]=\"comment().aboutAuthor\"\n class=\"aeb-comment__author-info\"\n >\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M15.5 8C15.5 12.1421 12.1421 15.5 8 15.5C3.85786 15.5 0.5 12.1421 0.5 8C0.5 3.85786 3.85786 0.5 8 0.5C12.1421 0.5 15.5 3.85786 15.5 8Z\"\n stroke=\"#27303E\"\n />\n <path\n d=\"M5.8125 6.3584C5.83529 5.78223 6.03874 5.31348 6.42285 4.95215C6.81022 4.59082 7.3457 4.41016 8.0293 4.41016C8.66732 4.41016 9.18652 4.58105 9.58691 4.92285C9.9873 5.26139 10.1875 5.69434 10.1875 6.22168C10.1875 6.92806 9.8457 7.48633 9.16211 7.89648C8.84961 8.08203 8.63639 8.25456 8.52246 8.41406C8.40853 8.57031 8.35156 8.77539 8.35156 9.0293V9.32715H7.34082L7.33594 8.93652C7.32292 8.59798 7.39128 8.3099 7.54102 8.07227C7.69401 7.83464 7.93978 7.61328 8.27832 7.4082C8.5778 7.22917 8.78613 7.05664 8.90332 6.89062C9.02051 6.72461 9.0791 6.51628 9.0791 6.26562C9.0791 5.98568 8.97819 5.75618 8.77637 5.57715C8.57454 5.39811 8.30762 5.30859 7.97559 5.30859C7.6403 5.30859 7.37012 5.40299 7.16504 5.5918C6.95996 5.7806 6.84603 6.03613 6.82324 6.3584H5.8125ZM7.85352 11.5879C7.67448 11.5879 7.52311 11.5277 7.39941 11.4072C7.27572 11.2868 7.21387 11.137 7.21387 10.958C7.21387 10.779 7.27572 10.6292 7.39941 10.5088C7.52311 10.3883 7.67448 10.3281 7.85352 10.3281C8.03581 10.3281 8.1888 10.3883 8.3125 10.5088C8.4362 10.6292 8.49805 10.779 8.49805 10.958C8.49805 11.137 8.4362 11.2868 8.3125 11.4072C8.1888 11.5277 8.03581 11.5879 7.85352 11.5879Z\"\n fill=\"#27303E\"\n />\n </svg>\n </div>\n </div>\n </div>\n <div class=\"aeb-comment__comment-wrapper\">\n <div class=\"aeb-comment__comment-header\">{{ comment().title }}</div>\n <div class=\"aeb-comment__comment-txt\">{{ comment().content }}</div>\n </div>\n <div class=\"aeb-comment__date-response\">\n <div class=\"aeb-comment__comment-date\">{{ comment().date }}</div>\n <div class=\"aeb-comment__comment-response\" (click)=\"responseHandler()\">\n \u041E\u0442\u0432\u0435\u0442\u0438\u0442\u044C\n </div>\n </div>\n @if (onResponse) {\n <form\n class=\"aeb-comment__response-form\"\n [formGroup]=\"responseForm\"\n (submit)=\"nullTarget($event)\"\n >\n <div\n class=\"aeb-comment__input\"\n [ngClass]=\"{\n 'aeb-comment__input--error': titleError\n }\"\n >\n <aeb-form-field>\n <label aebLabel>\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F</label>\n <label errorMessage>\u0417\u0430\u0433\u043E\u043B\u043E\u0432\u043E\u043A \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C</label>\n <input aebInput type=\"text\" formControlName=\"title\" />\n </aeb-form-field>\n </div>\n <div\n class=\"aeb-comment__input\"\n [ngClass]=\"{\n 'aeb-comment__input--error': contentError\n }\"\n >\n <aeb-form-field>\n <label errorMessage>\u041F\u043E\u043B\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u043F\u0443\u0441\u0442\u044B\u043C</label>\n <label aebLabel>\u041F\u043E\u043B\u0435 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u044F</label>\n <textarea\n aebTextarea\n style=\"height: 140px\"\n formControlName=\"content\"\n required\n >\n </textarea>\n </aeb-form-field>\n </div>\n <div class=\"aeb-comment__submit\">\n <button aebButton (click)=\"submitHandler()\" [disabled]>\n \u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C\n </button>\n </div>\n </form>\n } @if (comment()?.nestedComments && comment().nestedComments.length) {\n <div (click)=\"expandHandler()\" class=\"aeb-comment__response-ctrls\">\n <div class=\"aeb-comment__responses\">\u041E\u0442\u0432\u0435\u0442\u044B</div>\n <div class=\"aeb-comment__response-counter\">\n {{ comment().nestedComments.length }}\n </div>\n <div\n class=\"aeb-comment__arrow-icon\"\n [ngClass]=\"{\n 'aeb-comment__arrow-icon--active': isExpanded\n }\"\n >\n <svg\n width=\"10\"\n height=\"6\"\n viewBox=\"0 0 10 6\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M0.999999 5L4.92929 1.07071C4.96834 1.03166 5.03166 1.03166 5.07071 1.07071L9 5\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n } @if ( comment()?.nestedComments && comment().nestedComments.length &&\n isExpanded ) { @for (nestedComment of comment().nestedComments; track\n nestedComment) {\n <aeb-comment (response)=\"hoistHandler($event)\" [comment]=\"nestedComment\">\n </aeb-comment>\n } }\n </div>\n</div>\n", styles: [".aeb-comment{display:flex;width:100%;color:var(--color-mono-900)}.aeb-comment__avatar-column{margin-right:12px}.aeb-comment__comment-column{flex-grow:1}.aeb-comment__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--color-blue-500);border-radius:50%}.aeb-comment__avatar img{width:90%;border-radius:50%}.aeb-comment__initials{position:relative;bottom:1px;color:var(--color-mono-0)}.aeb-comment__author-group{display:flex;align-items:center;margin-bottom:4px;font-size:var(--font-size-md);font-weight:var(--font-weight-medium)}.aeb-comment__reply-icon{position:relative;bottom:4px;margin-left:32px}.aeb-comment__reply-host{margin-left:8px;font-size:var(--font-size-xxs);color:var(--color-mono-300)}.aeb-comment__author-name{display:flex;align-items:center;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-comment__author-info{position:relative;top:3px;margin-left:12px;cursor:pointer}.aeb-comment__author-wrapper{margin-bottom:20px}.aeb-comment__comment-wrapper{box-sizing:border-box;width:100%;padding:16px;background:var(--color-mono-10);border-radius:8px}.aeb-comment__comment-header{margin-bottom:10px;font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--color-mono-900)}.aeb-comment__date-response{display:flex;align-items:center;margin-top:20px;margin-bottom:25px}.aeb-comment__comment-date{margin-right:30px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-comment__comment-response{font-size:var(--font-size-xs);color:var(--color-blue-500);cursor:pointer}.aeb-comment__response-ctrls{display:inline-flex;align-items:center;margin-bottom:28px;cursor:pointer}.aeb-comment__responses{margin-right:15px;font-size:var(--font-size-xs);color:var(--color-mono-900)}.aeb-comment__response-counter{margin-right:12px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-comment__arrow-icon{position:relative;top:2px;transform:rotate(180deg)}.aeb-comment__arrow-icon--active{top:unset;bottom:3px;transform:none}.aeb-comment__input{margin-bottom:24px}.aeb-comment__submit{display:flex;justify-content:flex-end;width:100%;margin-top:24px}.aeb-comment__response-form{margin-bottom:24px}\n"] }]
1006
- }] });
1006
+ }], propDecorators: { comment: [{ type: i0.Input, args: [{ isSignal: true, alias: "comment", required: false }] }], tooltip: [{ type: i0.ViewChild, args: [i0.forwardRef(() => TooltipDirective), { isSignal: true }] }], response: [{ type: i0.Output, args: ["response"] }] } });
1007
1007
 
1008
1008
  class CommentModule {
1009
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CommentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1010
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: CommentModule, imports: [Comment], exports: [Comment] }); }
1011
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CommentModule, imports: [Comment] }); }
1009
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CommentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1010
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: CommentModule, imports: [Comment], exports: [Comment] }); }
1011
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CommentModule, imports: [Comment] }); }
1012
1012
  }
1013
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CommentModule, decorators: [{
1013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CommentModule, decorators: [{
1014
1014
  type: NgModule,
1015
1015
  args: [{
1016
1016
  imports: [Comment],
@@ -1024,20 +1024,20 @@ class CreditItemCard {
1024
1024
  this.buttonClickEvent = output();
1025
1025
  this.infoClickEvent = output();
1026
1026
  }
1027
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CreditItemCard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1028
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: CreditItemCard, isStandalone: true, selector: "aeb-credit-item-card", inputs: { cardInfo: { classPropertyName: "cardInfo", publicName: "cardInfo", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonClickEvent: "buttonClickEvent", infoClickEvent: "infoClickEvent" }, ngImport: i0, template: "<div\n class=\"credit-item-card\"\n [style.background-image]=\"'url(' + cardInfo().image + ')'\"\n [style.background-color]=\"cardInfo().backgroundColor\"\n>\n <div\n class=\"credit-item-card__info-icon\"\n (click)=\"infoClickEvent.emit()\"\n ></div>\n <div\n class=\"credit-item-card__title-wrapper\"\n (click)=\"buttonClickEvent.emit()\"\n >\n <div class=\"credit-item-card__title\">\u00AB{{ cardInfo()?.title }}\u00BB</div>\n <div class=\"credit-item-card__title-text\">{{ cardInfo()?.caption }}</div>\n </div>\n <div class=\"credit-item-card__details-wrapper\">\n <div class=\"credit-item-card__credit-details\">\n @if (cardInfo()?.details?.time) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"credit-item-card__credit-details-item-title\">\n \u0421\u0440\u043E\u043A \u043A\u0440\u0435\u0434\u0438\u0442\u0430\n </div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n \u0434\u043E {{ cardInfo()?.details?.time }} {{ cardInfo()?.details?.timeMeasure\n }}\n </div>\n </div>\n } @if (cardInfo()?.details?.rate) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"credit-item-card__credit-details-item-title\">\u0421\u0442\u0430\u0432\u043A\u0430</div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n {{ cardInfo()?.details?.rate }} %\n </div>\n </div>\n } @if (cardInfo()?.details?.amount) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"ccredit-item-card__credit-details-item-title\">\n \u0421\u0443\u043C\u043C\u0430 \u043A\u0440\u0435\u0434\u0438\u0442\u0430\n </div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n \u0434\u043E {{ cardInfo()?.details?.amount }} {{\n cardInfo()?.details?.amountMeasure }}\n </div>\n </div>\n }\n </div>\n </div>\n <div class=\"credit-item-card__button-wrapper\">\n <button aebButton (click)=\"buttonClickEvent.emit()\">\n \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044C \u043A\u0440\u0435\u0434\u0438\u0442\n </button>\n </div>\n</div>\n", styles: [".credit-item-card{position:relative;box-sizing:border-box;width:100%;height:359px;padding:32px;color:var(--color-mono-900);zoom:98%;background-repeat:no-repeat;background-position:right;background-size:contain;border-radius:8px}@media screen and (max-width: 767px){.credit-item-card{zoom:54%}}@media screen and (max-width: 374px){.credit-item-card{zoom:48%}}.credit-item-card__info-icon{position:absolute;right:38px;width:27px;height:27px;cursor:pointer;background:url('data:image/svg+xml,<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<path d=\"M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z\" fill=\"white\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A<path d=\"M24 32V24\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A<path d=\"M24 16H24.02\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A</svg>%0A');background-repeat:no-repeat;background-size:cover}.credit-item-card__title-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;cursor:pointer}.credit-item-card__title{display:inline-block;font-size:var(--font-size-lm);font-weight:var(--font-weight-medium);line-height:42px}.credit-item-card__title-text{display:inline-block;font-size:var(--font-size-m);line-height:42px}.credit-item-card__details-wrapper{width:375px;margin-top:48px}.credit-item-card__button-wrapper{margin-top:16px}.credit-item-card__credit-details{display:flex;justify-content:space-between;width:100%;height:90px}.credit-item-card__credit-details-item{display:flex;flex-direction:column;align-items:flex-start}.credit-item-card__credit-details-item-title{font-size:var(--font-size-s);line-height:20px}.credit-item-card__credit-details-item-separator{width:50px;height:2px;margin-top:16px;background-color:var(--color-mono-900)}.credit-item-card__credit-details-item-value{font-size:var(--font-size-l);font-weight:var(--font-weight-medium);line-height:52px}\n"], dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "component", type: Button, selector: "button[aebButton], a[aebButton]", inputs: ["variant", "size", "isWarning", "fill"] }], encapsulation: i0.ViewEncapsulation.None }); }
1027
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CreditItemCard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1028
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: CreditItemCard, isStandalone: true, selector: "aeb-credit-item-card", inputs: { cardInfo: { classPropertyName: "cardInfo", publicName: "cardInfo", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonClickEvent: "buttonClickEvent", infoClickEvent: "infoClickEvent" }, ngImport: i0, template: "<div\n class=\"credit-item-card\"\n [style.background-image]=\"'url(' + cardInfo().image + ')'\"\n [style.background-color]=\"cardInfo().backgroundColor\"\n>\n <div\n class=\"credit-item-card__info-icon\"\n (click)=\"infoClickEvent.emit()\"\n ></div>\n <div\n class=\"credit-item-card__title-wrapper\"\n (click)=\"buttonClickEvent.emit()\"\n >\n <div class=\"credit-item-card__title\">\u00AB{{ cardInfo()?.title }}\u00BB</div>\n <div class=\"credit-item-card__title-text\">{{ cardInfo()?.caption }}</div>\n </div>\n <div class=\"credit-item-card__details-wrapper\">\n <div class=\"credit-item-card__credit-details\">\n @if (cardInfo()?.details?.time) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"credit-item-card__credit-details-item-title\">\n \u0421\u0440\u043E\u043A \u043A\u0440\u0435\u0434\u0438\u0442\u0430\n </div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n \u0434\u043E {{ cardInfo()?.details?.time }} {{ cardInfo()?.details?.timeMeasure\n }}\n </div>\n </div>\n } @if (cardInfo()?.details?.rate) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"credit-item-card__credit-details-item-title\">\u0421\u0442\u0430\u0432\u043A\u0430</div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n {{ cardInfo()?.details?.rate }} %\n </div>\n </div>\n } @if (cardInfo()?.details?.amount) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"ccredit-item-card__credit-details-item-title\">\n \u0421\u0443\u043C\u043C\u0430 \u043A\u0440\u0435\u0434\u0438\u0442\u0430\n </div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n \u0434\u043E {{ cardInfo()?.details?.amount }} {{\n cardInfo()?.details?.amountMeasure }}\n </div>\n </div>\n }\n </div>\n </div>\n <div class=\"credit-item-card__button-wrapper\">\n <button aebButton (click)=\"buttonClickEvent.emit()\">\n \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044C \u043A\u0440\u0435\u0434\u0438\u0442\n </button>\n </div>\n</div>\n", styles: [".credit-item-card{position:relative;box-sizing:border-box;width:100%;height:359px;padding:32px;color:var(--color-mono-900);zoom:98%;background-repeat:no-repeat;background-position:right;background-size:contain;border-radius:8px}@media screen and (max-width:767px){.credit-item-card{zoom:54%}}@media screen and (max-width:374px){.credit-item-card{zoom:48%}}.credit-item-card__info-icon{position:absolute;right:38px;width:27px;height:27px;cursor:pointer;background:url('data:image/svg+xml,<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<path d=\"M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z\" fill=\"white\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A<path d=\"M24 32V24\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A<path d=\"M24 16H24.02\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A</svg>%0A');background-repeat:no-repeat;background-size:cover}.credit-item-card__title-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;cursor:pointer}.credit-item-card__title{display:inline-block;font-size:var(--font-size-lm);font-weight:var(--font-weight-medium);line-height:42px}.credit-item-card__title-text{display:inline-block;font-size:var(--font-size-m);line-height:42px}.credit-item-card__details-wrapper{width:375px;margin-top:48px}.credit-item-card__button-wrapper{margin-top:16px}.credit-item-card__credit-details{display:flex;justify-content:space-between;width:100%;height:90px}.credit-item-card__credit-details-item{display:flex;flex-direction:column;align-items:flex-start}.credit-item-card__credit-details-item-title{font-size:var(--font-size-s);line-height:20px}.credit-item-card__credit-details-item-separator{width:50px;height:2px;margin-top:16px;background-color:var(--color-mono-900)}.credit-item-card__credit-details-item-value{font-size:var(--font-size-l);font-weight:var(--font-weight-medium);line-height:52px}\n"], dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "component", type: Button, selector: "button[aebButton], a[aebButton]", inputs: ["variant", "size", "isWarning", "fill"] }], encapsulation: i0.ViewEncapsulation.None }); }
1029
1029
  }
1030
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CreditItemCard, decorators: [{
1030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CreditItemCard, decorators: [{
1031
1031
  type: Component,
1032
- args: [{ selector: 'aeb-credit-item-card', encapsulation: ViewEncapsulation.None, imports: [ButtonModule], template: "<div\n class=\"credit-item-card\"\n [style.background-image]=\"'url(' + cardInfo().image + ')'\"\n [style.background-color]=\"cardInfo().backgroundColor\"\n>\n <div\n class=\"credit-item-card__info-icon\"\n (click)=\"infoClickEvent.emit()\"\n ></div>\n <div\n class=\"credit-item-card__title-wrapper\"\n (click)=\"buttonClickEvent.emit()\"\n >\n <div class=\"credit-item-card__title\">\u00AB{{ cardInfo()?.title }}\u00BB</div>\n <div class=\"credit-item-card__title-text\">{{ cardInfo()?.caption }}</div>\n </div>\n <div class=\"credit-item-card__details-wrapper\">\n <div class=\"credit-item-card__credit-details\">\n @if (cardInfo()?.details?.time) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"credit-item-card__credit-details-item-title\">\n \u0421\u0440\u043E\u043A \u043A\u0440\u0435\u0434\u0438\u0442\u0430\n </div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n \u0434\u043E {{ cardInfo()?.details?.time }} {{ cardInfo()?.details?.timeMeasure\n }}\n </div>\n </div>\n } @if (cardInfo()?.details?.rate) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"credit-item-card__credit-details-item-title\">\u0421\u0442\u0430\u0432\u043A\u0430</div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n {{ cardInfo()?.details?.rate }} %\n </div>\n </div>\n } @if (cardInfo()?.details?.amount) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"ccredit-item-card__credit-details-item-title\">\n \u0421\u0443\u043C\u043C\u0430 \u043A\u0440\u0435\u0434\u0438\u0442\u0430\n </div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n \u0434\u043E {{ cardInfo()?.details?.amount }} {{\n cardInfo()?.details?.amountMeasure }}\n </div>\n </div>\n }\n </div>\n </div>\n <div class=\"credit-item-card__button-wrapper\">\n <button aebButton (click)=\"buttonClickEvent.emit()\">\n \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044C \u043A\u0440\u0435\u0434\u0438\u0442\n </button>\n </div>\n</div>\n", styles: [".credit-item-card{position:relative;box-sizing:border-box;width:100%;height:359px;padding:32px;color:var(--color-mono-900);zoom:98%;background-repeat:no-repeat;background-position:right;background-size:contain;border-radius:8px}@media screen and (max-width: 767px){.credit-item-card{zoom:54%}}@media screen and (max-width: 374px){.credit-item-card{zoom:48%}}.credit-item-card__info-icon{position:absolute;right:38px;width:27px;height:27px;cursor:pointer;background:url('data:image/svg+xml,<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<path d=\"M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z\" fill=\"white\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A<path d=\"M24 32V24\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A<path d=\"M24 16H24.02\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A</svg>%0A');background-repeat:no-repeat;background-size:cover}.credit-item-card__title-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;cursor:pointer}.credit-item-card__title{display:inline-block;font-size:var(--font-size-lm);font-weight:var(--font-weight-medium);line-height:42px}.credit-item-card__title-text{display:inline-block;font-size:var(--font-size-m);line-height:42px}.credit-item-card__details-wrapper{width:375px;margin-top:48px}.credit-item-card__button-wrapper{margin-top:16px}.credit-item-card__credit-details{display:flex;justify-content:space-between;width:100%;height:90px}.credit-item-card__credit-details-item{display:flex;flex-direction:column;align-items:flex-start}.credit-item-card__credit-details-item-title{font-size:var(--font-size-s);line-height:20px}.credit-item-card__credit-details-item-separator{width:50px;height:2px;margin-top:16px;background-color:var(--color-mono-900)}.credit-item-card__credit-details-item-value{font-size:var(--font-size-l);font-weight:var(--font-weight-medium);line-height:52px}\n"] }]
1033
- }] });
1032
+ args: [{ selector: 'aeb-credit-item-card', encapsulation: ViewEncapsulation.None, imports: [ButtonModule], template: "<div\n class=\"credit-item-card\"\n [style.background-image]=\"'url(' + cardInfo().image + ')'\"\n [style.background-color]=\"cardInfo().backgroundColor\"\n>\n <div\n class=\"credit-item-card__info-icon\"\n (click)=\"infoClickEvent.emit()\"\n ></div>\n <div\n class=\"credit-item-card__title-wrapper\"\n (click)=\"buttonClickEvent.emit()\"\n >\n <div class=\"credit-item-card__title\">\u00AB{{ cardInfo()?.title }}\u00BB</div>\n <div class=\"credit-item-card__title-text\">{{ cardInfo()?.caption }}</div>\n </div>\n <div class=\"credit-item-card__details-wrapper\">\n <div class=\"credit-item-card__credit-details\">\n @if (cardInfo()?.details?.time) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"credit-item-card__credit-details-item-title\">\n \u0421\u0440\u043E\u043A \u043A\u0440\u0435\u0434\u0438\u0442\u0430\n </div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n \u0434\u043E {{ cardInfo()?.details?.time }} {{ cardInfo()?.details?.timeMeasure\n }}\n </div>\n </div>\n } @if (cardInfo()?.details?.rate) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"credit-item-card__credit-details-item-title\">\u0421\u0442\u0430\u0432\u043A\u0430</div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n {{ cardInfo()?.details?.rate }} %\n </div>\n </div>\n } @if (cardInfo()?.details?.amount) {\n <div class=\"credit-item-card__credit-details-item\">\n <div class=\"ccredit-item-card__credit-details-item-title\">\n \u0421\u0443\u043C\u043C\u0430 \u043A\u0440\u0435\u0434\u0438\u0442\u0430\n </div>\n <div class=\"credit-item-card__credit-details-item-separator\"></div>\n <div class=\"credit-item-card__credit-details-item-value\">\n \u0434\u043E {{ cardInfo()?.details?.amount }} {{\n cardInfo()?.details?.amountMeasure }}\n </div>\n </div>\n }\n </div>\n </div>\n <div class=\"credit-item-card__button-wrapper\">\n <button aebButton (click)=\"buttonClickEvent.emit()\">\n \u0420\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u0442\u044C \u043A\u0440\u0435\u0434\u0438\u0442\n </button>\n </div>\n</div>\n", styles: [".credit-item-card{position:relative;box-sizing:border-box;width:100%;height:359px;padding:32px;color:var(--color-mono-900);zoom:98%;background-repeat:no-repeat;background-position:right;background-size:contain;border-radius:8px}@media screen and (max-width:767px){.credit-item-card{zoom:54%}}@media screen and (max-width:374px){.credit-item-card{zoom:48%}}.credit-item-card__info-icon{position:absolute;right:38px;width:27px;height:27px;cursor:pointer;background:url('data:image/svg+xml,<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">%0A<path d=\"M24 44C35.0457 44 44 35.0457 44 24C44 12.9543 35.0457 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44Z\" fill=\"white\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A<path d=\"M24 32V24\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A<path d=\"M24 16H24.02\" stroke=\"%2394A8BE\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>%0A</svg>%0A');background-repeat:no-repeat;background-size:cover}.credit-item-card__title-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;cursor:pointer}.credit-item-card__title{display:inline-block;font-size:var(--font-size-lm);font-weight:var(--font-weight-medium);line-height:42px}.credit-item-card__title-text{display:inline-block;font-size:var(--font-size-m);line-height:42px}.credit-item-card__details-wrapper{width:375px;margin-top:48px}.credit-item-card__button-wrapper{margin-top:16px}.credit-item-card__credit-details{display:flex;justify-content:space-between;width:100%;height:90px}.credit-item-card__credit-details-item{display:flex;flex-direction:column;align-items:flex-start}.credit-item-card__credit-details-item-title{font-size:var(--font-size-s);line-height:20px}.credit-item-card__credit-details-item-separator{width:50px;height:2px;margin-top:16px;background-color:var(--color-mono-900)}.credit-item-card__credit-details-item-value{font-size:var(--font-size-l);font-weight:var(--font-weight-medium);line-height:52px}\n"] }]
1033
+ }], propDecorators: { cardInfo: [{ type: i0.Input, args: [{ isSignal: true, alias: "cardInfo", required: false }] }], buttonClickEvent: [{ type: i0.Output, args: ["buttonClickEvent"] }], infoClickEvent: [{ type: i0.Output, args: ["infoClickEvent"] }] } });
1034
1034
 
1035
1035
  class CreditItemCardModule {
1036
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CreditItemCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1037
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: CreditItemCardModule, imports: [CreditItemCard], exports: [CreditItemCard] }); }
1038
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CreditItemCardModule }); }
1036
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CreditItemCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1037
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: CreditItemCardModule, imports: [CreditItemCard], exports: [CreditItemCard] }); }
1038
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CreditItemCardModule }); }
1039
1039
  }
1040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: CreditItemCardModule, decorators: [{
1040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CreditItemCardModule, decorators: [{
1041
1041
  type: NgModule,
1042
1042
  args: [{
1043
1043
  imports: [CreditItemCard],
@@ -1056,11 +1056,11 @@ class ClickOutsideDirective {
1056
1056
  this.clickOutside.emit(event);
1057
1057
  }
1058
1058
  }
1059
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1060
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.4", type: ClickOutsideDirective, isStandalone: true, selector: "[clickOutside]", outputs: { clickOutside: "clickOutside" }, host: { listeners: { "document:click": "onClick($event)" } }, ngImport: i0 }); }
1061
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ClickOutsideDirective }); }
1059
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
1060
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.3", type: ClickOutsideDirective, isStandalone: true, selector: "[clickOutside]", outputs: { clickOutside: "clickOutside" }, host: { listeners: { "document:click": "onClick($event)" } }, ngImport: i0 }); }
1061
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ClickOutsideDirective }); }
1062
1062
  }
1063
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ClickOutsideDirective, decorators: [{
1063
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ClickOutsideDirective, decorators: [{
1064
1064
  type: Injectable
1065
1065
  }, {
1066
1066
  type: Directive,
@@ -1071,7 +1071,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
1071
1071
  '(document:click)': 'onClick($event)'
1072
1072
  }
1073
1073
  }]
1074
- }] });
1074
+ }], propDecorators: { clickOutside: [{ type: i0.Output, args: ["clickOutside"] }] } });
1075
1075
 
1076
1076
  const weekLocal = ['Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб', 'Вс'];
1077
1077
 
@@ -1079,10 +1079,10 @@ class DateToStrPipe {
1079
1079
  transform(value) {
1080
1080
  return value ? `${value.getDate()}` : '';
1081
1081
  }
1082
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DateToStrPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1083
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: DateToStrPipe, isStandalone: true, name: "dateToStr" }); }
1082
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DateToStrPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1083
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: DateToStrPipe, isStandalone: true, name: "dateToStr" }); }
1084
1084
  }
1085
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DateToStrPipe, decorators: [{
1085
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DateToStrPipe, decorators: [{
1086
1086
  type: Pipe,
1087
1087
  args: [{ name: 'dateToStr' }]
1088
1088
  }] });
@@ -1321,10 +1321,10 @@ class DatepickerUtilsService {
1321
1321
  areIntervalsOverlapping(interval1, interval2) {
1322
1322
  return interval1.start <= interval2.end && interval2.start <= interval1.end;
1323
1323
  }
1324
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1325
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerUtilsService, providedIn: 'root' }); }
1324
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1325
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerUtilsService, providedIn: 'root' }); }
1326
1326
  }
1327
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerUtilsService, decorators: [{
1327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerUtilsService, decorators: [{
1328
1328
  type: Injectable,
1329
1329
  args: [{
1330
1330
  providedIn: 'root'
@@ -1340,10 +1340,10 @@ class IsDisabledPipe {
1340
1340
  this._utils.isMaxOverlap(maxDate, date) ||
1341
1341
  !!excludedDates.filter((item) => this._utils.isSameDay(item, date)).length);
1342
1342
  }
1343
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsDisabledPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1344
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: IsDisabledPipe, isStandalone: true, name: "isDisabled" }); }
1343
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsDisabledPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1344
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: IsDisabledPipe, isStandalone: true, name: "isDisabled" }); }
1345
1345
  }
1346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsDisabledPipe, decorators: [{
1346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsDisabledPipe, decorators: [{
1347
1347
  type: Pipe,
1348
1348
  args: [{ name: 'isDisabled' }]
1349
1349
  }] });
@@ -1355,10 +1355,10 @@ class IsSameDatePipe {
1355
1355
  transform(date1, date2) {
1356
1356
  return this._utils.isSameDay(date1, date2);
1357
1357
  }
1358
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsSameDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1359
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: IsSameDatePipe, isStandalone: true, name: "isSameDate" }); }
1358
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsSameDatePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1359
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: IsSameDatePipe, isStandalone: true, name: "isSameDate" }); }
1360
1360
  }
1361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsSameDatePipe, decorators: [{
1361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsSameDatePipe, decorators: [{
1362
1362
  type: Pipe,
1363
1363
  args: [{ name: 'isSameDate' }]
1364
1364
  }] });
@@ -1370,10 +1370,10 @@ class IsTodayPipe {
1370
1370
  transform(date) {
1371
1371
  return this._utils.isToday(date);
1372
1372
  }
1373
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsTodayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1374
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: IsTodayPipe, isStandalone: true, name: "isToday" }); }
1373
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsTodayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1374
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: IsTodayPipe, isStandalone: true, name: "isToday" }); }
1375
1375
  }
1376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsTodayPipe, decorators: [{
1376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsTodayPipe, decorators: [{
1377
1377
  type: Pipe,
1378
1378
  args: [{ name: 'isToday' }]
1379
1379
  }] });
@@ -1394,13 +1394,13 @@ class DatepickerMonth {
1394
1394
  emitDate(date) {
1395
1395
  this.setDate.emit(date);
1396
1396
  }
1397
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerMonth, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1398
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: DatepickerMonth, isStandalone: true, selector: "div[aebDatepickerMonth]", inputs: { month: { classPropertyName: "month", publicName: "month", isSignal: true, isRequired: false, transformFunction: null }, date: { classPropertyName: "date", publicName: "date", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, excludedDates: { classPropertyName: "excludedDates", publicName: "excludedDates", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { setDate: "setDate" }, ngImport: i0, template: "<div class=\"aeb-datepicker-month__header\">\n @for (day of week(); track $index) {\n <div class=\"aeb-datepicker-month__header-day\">{{ day }}</div>\n }\n</div>\n@for (week of month(); track $index) {\n<div class=\"aeb-datepicker-month__week\">\n @for (day of week; track $index) { @if (!!day) {\n <div\n class=\"aeb-datepicker-month__day\"\n [ngClass]=\"{\n 'aeb-datepicker-month__day--today': day | isToday,\n 'aeb-datepicker-month__day--picked': day | isSameDate: date(),\n 'aeb-datepicker-month__day--disabled':\n day | isDisabled: minDate() : maxDate() : excludedDates()\n }\"\n (click)=\"emitDate(day)\"\n >\n {{ day | dateToStr }}\n </div>\n } @else {\n <div class=\"aeb-datepicker-month__day aeb-datepicker-month__day--stub\"></div>\n } }\n</div>\n}\n", styles: [".aeb-datepicker-month__header{display:flex;align-items:center;justify-content:space-between;width:fit-content;margin-bottom:16px;font-size:12px;gap:8px}.aeb-datepicker-month__header-day{text-align:center;font-size:12px;color:var(--c-t-secondary);cursor:default;width:32px;height:14px}.aeb-datepicker-month__week{display:flex;align-items:center;width:fit-content}.aeb-datepicker-month__week:not(:last-child){margin-bottom:8px}.aeb-datepicker-month__day{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:32px;height:26px;font-size:16px;cursor:pointer;border-radius:8px}.aeb-datepicker-month__day:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month__day--stub{pointer-events:none;cursor:none}.aeb-datepicker-month__day--today{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month__day--picked{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-month__day--picked:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-month__day--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}.aeb-datepicker-month__day:not(:last-child){margin-right:8px}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: DateToStrPipe, name: "dateToStr" }, { kind: "pipe", type: IsTodayPipe, name: "isToday" }, { kind: "pipe", type: IsSameDatePipe, name: "isSameDate" }, { kind: "pipe", type: IsDisabledPipe, name: "isDisabled" }], encapsulation: i0.ViewEncapsulation.None }); }
1397
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerMonth, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1398
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: DatepickerMonth, isStandalone: true, selector: "div[aebDatepickerMonth]", inputs: { month: { classPropertyName: "month", publicName: "month", isSignal: true, isRequired: false, transformFunction: null }, date: { classPropertyName: "date", publicName: "date", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, excludedDates: { classPropertyName: "excludedDates", publicName: "excludedDates", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { setDate: "setDate" }, ngImport: i0, template: "<div class=\"aeb-datepicker-month__header\">\n @for (day of week(); track $index) {\n <div class=\"aeb-datepicker-month__header-day\">{{ day }}</div>\n }\n</div>\n@for (week of month(); track $index) {\n<div class=\"aeb-datepicker-month__week\">\n @for (day of week; track $index) { @if (!!day) {\n <div\n class=\"aeb-datepicker-month__day\"\n [ngClass]=\"{\n 'aeb-datepicker-month__day--today': day | isToday,\n 'aeb-datepicker-month__day--picked': day | isSameDate: date(),\n 'aeb-datepicker-month__day--disabled':\n day | isDisabled: minDate() : maxDate() : excludedDates()\n }\"\n (click)=\"emitDate(day)\"\n >\n {{ day | dateToStr }}\n </div>\n } @else {\n <div class=\"aeb-datepicker-month__day aeb-datepicker-month__day--stub\"></div>\n } }\n</div>\n}\n", styles: [".aeb-datepicker-month__header{display:flex;align-items:center;justify-content:space-between;width:fit-content;margin-bottom:16px;font-size:12px;gap:8px}.aeb-datepicker-month__header-day{text-align:center;font-size:12px;color:var(--c-t-secondary);cursor:default;width:32px;height:14px}.aeb-datepicker-month__week{display:flex;align-items:center;width:fit-content}.aeb-datepicker-month__week:not(:last-child){margin-bottom:8px}.aeb-datepicker-month__day{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:32px;height:26px;font-size:16px;cursor:pointer;border-radius:8px}.aeb-datepicker-month__day:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month__day--stub{pointer-events:none;cursor:none}.aeb-datepicker-month__day--today{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month__day--picked{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-month__day--picked:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-month__day--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}.aeb-datepicker-month__day:not(:last-child){margin-right:8px}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: DateToStrPipe, name: "dateToStr" }, { kind: "pipe", type: IsTodayPipe, name: "isToday" }, { kind: "pipe", type: IsSameDatePipe, name: "isSameDate" }, { kind: "pipe", type: IsDisabledPipe, name: "isDisabled" }], encapsulation: i0.ViewEncapsulation.None }); }
1399
1399
  }
1400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerMonth, decorators: [{
1400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerMonth, decorators: [{
1401
1401
  type: Component,
1402
1402
  args: [{ selector: 'div[aebDatepickerMonth]', encapsulation: ViewEncapsulation.None, imports: [NgClass, DateToStrPipe, IsTodayPipe, IsSameDatePipe, IsDisabledPipe], template: "<div class=\"aeb-datepicker-month__header\">\n @for (day of week(); track $index) {\n <div class=\"aeb-datepicker-month__header-day\">{{ day }}</div>\n }\n</div>\n@for (week of month(); track $index) {\n<div class=\"aeb-datepicker-month__week\">\n @for (day of week; track $index) { @if (!!day) {\n <div\n class=\"aeb-datepicker-month__day\"\n [ngClass]=\"{\n 'aeb-datepicker-month__day--today': day | isToday,\n 'aeb-datepicker-month__day--picked': day | isSameDate: date(),\n 'aeb-datepicker-month__day--disabled':\n day | isDisabled: minDate() : maxDate() : excludedDates()\n }\"\n (click)=\"emitDate(day)\"\n >\n {{ day | dateToStr }}\n </div>\n } @else {\n <div class=\"aeb-datepicker-month__day aeb-datepicker-month__day--stub\"></div>\n } }\n</div>\n}\n", styles: [".aeb-datepicker-month__header{display:flex;align-items:center;justify-content:space-between;width:fit-content;margin-bottom:16px;font-size:12px;gap:8px}.aeb-datepicker-month__header-day{text-align:center;font-size:12px;color:var(--c-t-secondary);cursor:default;width:32px;height:14px}.aeb-datepicker-month__week{display:flex;align-items:center;width:fit-content}.aeb-datepicker-month__week:not(:last-child){margin-bottom:8px}.aeb-datepicker-month__day{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:32px;height:26px;font-size:16px;cursor:pointer;border-radius:8px}.aeb-datepicker-month__day:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month__day--stub{pointer-events:none;cursor:none}.aeb-datepicker-month__day--today{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month__day--picked{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-month__day--picked:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-month__day--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}.aeb-datepicker-month__day:not(:last-child){margin-right:8px}\n"] }]
1403
- }] });
1403
+ }], propDecorators: { month: [{ type: i0.Input, args: [{ isSignal: true, alias: "month", required: false }] }], date: [{ type: i0.Input, args: [{ isSignal: true, alias: "date", required: false }] }], minDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "minDate", required: false }] }], maxDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxDate", required: false }] }], excludedDates: [{ type: i0.Input, args: [{ isSignal: true, alias: "excludedDates", required: false }] }], setDate: [{ type: i0.Output, args: ["setDate"] }] } });
1404
1404
 
1405
1405
  const monthsLocal = [
1406
1406
  'Январь',
@@ -1440,10 +1440,10 @@ class IsMonthDisabledPipe {
1440
1440
  }
1441
1441
  return false;
1442
1442
  }
1443
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsMonthDisabledPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1444
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: IsMonthDisabledPipe, isStandalone: true, name: "isMonthDisabled" }); }
1443
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsMonthDisabledPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1444
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: IsMonthDisabledPipe, isStandalone: true, name: "isMonthDisabled" }); }
1445
1445
  }
1446
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsMonthDisabledPipe, decorators: [{
1446
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsMonthDisabledPipe, decorators: [{
1447
1447
  type: Pipe,
1448
1448
  args: [{
1449
1449
  name: 'isMonthDisabled',
@@ -1467,15 +1467,15 @@ class DatepickerMonthTiles {
1467
1467
  emitMonth(month) {
1468
1468
  this.setMonth.emit(month);
1469
1469
  }
1470
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerMonthTiles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1471
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: DatepickerMonthTiles, isStandalone: true, selector: "div[aebDatepickerMonthTiles]", inputs: { year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null }, month: { classPropertyName: "month", publicName: "month", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, woDays: { classPropertyName: "woDays", publicName: "woDays", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { setMonth: "setMonth" }, host: { properties: { "class.aeb-datepicker-month-tiles": "true" } }, ngImport: i0, template: "@for (monthNum of months(); track monthNum; let i = $index) {\n<div\n class=\"aeb-datepicker-month-tiles__tile\"\n [ngClass]=\"{\n 'aeb-datepicker-month-tiles__tile--active': i === month(),\n 'aeb-datepicker-month-tiles__tile--disabled':\n i | isMonthDisabled: woDays() : year() : minDate() : maxDate()\n }\"\n (click)=\"emitMonth(i)\"\n>\n {{ monthNum }}\n</div>\n}\n", styles: [".aeb-datepicker-month-tiles{width:100%;max-height:192px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.aeb-datepicker-month-tiles::-webkit-scrollbar{display:none}.aeb-datepicker-month-tiles__tile{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:42px;font-size:16px;border-radius:8px;cursor:pointer;padding:0}.aeb-datepicker-month-tiles__tile:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month-tiles__tile--active{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-month-tiles__tile--active:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-month-tiles__tile--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: IsMonthDisabledPipe, name: "isMonthDisabled" }], encapsulation: i0.ViewEncapsulation.None }); }
1470
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerMonthTiles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1471
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: DatepickerMonthTiles, isStandalone: true, selector: "div[aebDatepickerMonthTiles]", inputs: { year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null }, month: { classPropertyName: "month", publicName: "month", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, woDays: { classPropertyName: "woDays", publicName: "woDays", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { setMonth: "setMonth" }, host: { properties: { "class.aeb-datepicker-month-tiles": "true" } }, ngImport: i0, template: "@for (monthNum of months(); track monthNum; let i = $index) {\n<div\n class=\"aeb-datepicker-month-tiles__tile\"\n [ngClass]=\"{\n 'aeb-datepicker-month-tiles__tile--active': i === month(),\n 'aeb-datepicker-month-tiles__tile--disabled':\n i | isMonthDisabled: woDays() : year() : minDate() : maxDate()\n }\"\n (click)=\"emitMonth(i)\"\n>\n {{ monthNum }}\n</div>\n}\n", styles: [".aeb-datepicker-month-tiles{width:100%;max-height:192px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.aeb-datepicker-month-tiles::-webkit-scrollbar{display:none}.aeb-datepicker-month-tiles__tile{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:42px;font-size:16px;border-radius:8px;cursor:pointer;padding:0}.aeb-datepicker-month-tiles__tile:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month-tiles__tile--active{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-month-tiles__tile--active:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-month-tiles__tile--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: IsMonthDisabledPipe, name: "isMonthDisabled" }], encapsulation: i0.ViewEncapsulation.None }); }
1472
1472
  }
1473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerMonthTiles, decorators: [{
1473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerMonthTiles, decorators: [{
1474
1474
  type: Component,
1475
1475
  args: [{ selector: 'div[aebDatepickerMonthTiles]', encapsulation: ViewEncapsulation.None, host: {
1476
1476
  '[class.aeb-datepicker-month-tiles]': 'true'
1477
1477
  }, imports: [NgClass, IsMonthDisabledPipe], template: "@for (monthNum of months(); track monthNum; let i = $index) {\n<div\n class=\"aeb-datepicker-month-tiles__tile\"\n [ngClass]=\"{\n 'aeb-datepicker-month-tiles__tile--active': i === month(),\n 'aeb-datepicker-month-tiles__tile--disabled':\n i | isMonthDisabled: woDays() : year() : minDate() : maxDate()\n }\"\n (click)=\"emitMonth(i)\"\n>\n {{ monthNum }}\n</div>\n}\n", styles: [".aeb-datepicker-month-tiles{width:100%;max-height:192px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.aeb-datepicker-month-tiles::-webkit-scrollbar{display:none}.aeb-datepicker-month-tiles__tile{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:42px;font-size:16px;border-radius:8px;cursor:pointer;padding:0}.aeb-datepicker-month-tiles__tile:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-month-tiles__tile--active{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-month-tiles__tile--active:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-month-tiles__tile--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}\n"] }]
1478
- }] });
1478
+ }], propDecorators: { year: [{ type: i0.Input, args: [{ isSignal: true, alias: "year", required: false }] }], month: [{ type: i0.Input, args: [{ isSignal: true, alias: "month", required: false }] }], minDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "minDate", required: false }] }], maxDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxDate", required: false }] }], woDays: [{ type: i0.Input, args: [{ isSignal: true, alias: "woDays", required: false }] }], setMonth: [{ type: i0.Output, args: ["setMonth"] }] } });
1479
1479
 
1480
1480
  /**
1481
1481
  * Pipe to check if a year is disabled based on min/max date constraints
@@ -1499,10 +1499,10 @@ class IsYearDisabledPipe {
1499
1499
  }
1500
1500
  return false;
1501
1501
  }
1502
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsYearDisabledPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1503
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: IsYearDisabledPipe, isStandalone: true, name: "isYearDisabled" }); }
1502
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsYearDisabledPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
1503
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: IsYearDisabledPipe, isStandalone: true, name: "isYearDisabled" }); }
1504
1504
  }
1505
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: IsYearDisabledPipe, decorators: [{
1505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: IsYearDisabledPipe, decorators: [{
1506
1506
  type: Pipe,
1507
1507
  args: [{
1508
1508
  name: 'isYearDisabled',
@@ -1542,15 +1542,15 @@ class DatepickerYearTiles {
1542
1542
  }
1543
1543
  });
1544
1544
  }
1545
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerYearTiles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1546
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: DatepickerYearTiles, isStandalone: true, selector: "div[aebDatepickerYearTiles]", inputs: { year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null }, minYear: { classPropertyName: "minYear", publicName: "minYear", isSignal: true, isRequired: false, transformFunction: null }, maxYear: { classPropertyName: "maxYear", publicName: "maxYear", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, woDays: { classPropertyName: "woDays", publicName: "woDays", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { setYear: "setYear" }, host: { properties: { "class.aeb-datepicker-year-tiles": "true" } }, viewQueries: [{ propertyName: "yearTiles", predicate: ["yearTile"], descendants: true, isSignal: true }], ngImport: i0, template: "@for (yearNum of years(); track yearNum) {\n<div\n #yearTile\n class=\"aeb-datepicker-year-tiles__tile\"\n [ngClass]=\"{\n 'aeb-datepicker-year-tiles__tile--active': yearNum === year(),\n 'aeb-datepicker-year-tiles__tile--disabled':\n yearNum | isYearDisabled: woDays() : minDate() : maxDate()\n }\"\n (click)=\"emitYear(yearNum)\"\n>\n {{ yearNum }}\n</div>\n}\n", styles: [".aeb-datepicker-year-tiles{width:100%;max-height:192px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}.aeb-datepicker-year-tiles::-webkit-scrollbar{display:none}.aeb-datepicker-year-tiles__tile{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:42px;font-size:16px;border-radius:8px;cursor:pointer;padding:0}.aeb-datepicker-year-tiles__tile:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-year-tiles__tile--active{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-year-tiles__tile--active:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-year-tiles__tile--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: IsYearDisabledPipe, name: "isYearDisabled" }], encapsulation: i0.ViewEncapsulation.None }); }
1545
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerYearTiles, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1546
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: DatepickerYearTiles, isStandalone: true, selector: "div[aebDatepickerYearTiles]", inputs: { year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null }, minYear: { classPropertyName: "minYear", publicName: "minYear", isSignal: true, isRequired: false, transformFunction: null }, maxYear: { classPropertyName: "maxYear", publicName: "maxYear", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, woDays: { classPropertyName: "woDays", publicName: "woDays", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { setYear: "setYear" }, host: { properties: { "class.aeb-datepicker-year-tiles": "true" } }, viewQueries: [{ propertyName: "yearTiles", predicate: ["yearTile"], descendants: true, isSignal: true }], ngImport: i0, template: "@for (yearNum of years(); track yearNum) {\n<div\n #yearTile\n class=\"aeb-datepicker-year-tiles__tile\"\n [ngClass]=\"{\n 'aeb-datepicker-year-tiles__tile--active': yearNum === year(),\n 'aeb-datepicker-year-tiles__tile--disabled':\n yearNum | isYearDisabled: woDays() : minDate() : maxDate()\n }\"\n (click)=\"emitYear(yearNum)\"\n>\n {{ yearNum }}\n</div>\n}\n", styles: [".aeb-datepicker-year-tiles{width:100%;max-height:192px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}.aeb-datepicker-year-tiles::-webkit-scrollbar{display:none}.aeb-datepicker-year-tiles__tile{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:42px;font-size:16px;border-radius:8px;cursor:pointer;padding:0}.aeb-datepicker-year-tiles__tile:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-year-tiles__tile--active{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-year-tiles__tile--active:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-year-tiles__tile--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: IsYearDisabledPipe, name: "isYearDisabled" }], encapsulation: i0.ViewEncapsulation.None }); }
1547
1547
  }
1548
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerYearTiles, decorators: [{
1548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerYearTiles, decorators: [{
1549
1549
  type: Component,
1550
1550
  args: [{ selector: 'div[aebDatepickerYearTiles]', encapsulation: ViewEncapsulation.None, host: {
1551
1551
  '[class.aeb-datepicker-year-tiles]': 'true'
1552
1552
  }, imports: [NgClass, IsYearDisabledPipe], template: "@for (yearNum of years(); track yearNum) {\n<div\n #yearTile\n class=\"aeb-datepicker-year-tiles__tile\"\n [ngClass]=\"{\n 'aeb-datepicker-year-tiles__tile--active': yearNum === year(),\n 'aeb-datepicker-year-tiles__tile--disabled':\n yearNum | isYearDisabled: woDays() : minDate() : maxDate()\n }\"\n (click)=\"emitYear(yearNum)\"\n>\n {{ yearNum }}\n</div>\n}\n", styles: [".aeb-datepicker-year-tiles{width:100%;max-height:192px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}.aeb-datepicker-year-tiles::-webkit-scrollbar{display:none}.aeb-datepicker-year-tiles__tile{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;height:42px;font-size:16px;border-radius:8px;cursor:pointer;padding:0}.aeb-datepicker-year-tiles__tile:hover{background-color:var(--c-btn-ps-default)}.aeb-datepicker-year-tiles__tile--active{color:var(--c-bg-light);background-color:var(--c-btn-p-default)}.aeb-datepicker-year-tiles__tile--active:hover{background-color:var(--c-btn-p-hovered)}.aeb-datepicker-year-tiles__tile--disabled{color:var(--c-btn-p-disabled);pointer-events:none;cursor:none}\n"] }]
1553
- }] });
1553
+ }], propDecorators: { year: [{ type: i0.Input, args: [{ isSignal: true, alias: "year", required: false }] }], minYear: [{ type: i0.Input, args: [{ isSignal: true, alias: "minYear", required: false }] }], maxYear: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxYear", required: false }] }], minDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "minDate", required: false }] }], maxDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxDate", required: false }] }], woDays: [{ type: i0.Input, args: [{ isSignal: true, alias: "woDays", required: false }] }], setYear: [{ type: i0.Output, args: ["setYear"] }], yearTiles: [{ type: i0.ViewChildren, args: ['yearTile', { isSignal: true }] }] } });
1554
1554
 
1555
1555
  class DatepickerCore {
1556
1556
  constructor() {
@@ -1655,10 +1655,10 @@ class DatepickerCore {
1655
1655
  startOfYear(year) {
1656
1656
  return new Date(year, 0, 1);
1657
1657
  }
1658
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerCore, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1659
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.4", type: DatepickerCore, isStandalone: true, selector: "div[aebDatepickerCore]", inputs: { date: { classPropertyName: "date", publicName: "date", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, excludedDates: { classPropertyName: "excludedDates", publicName: "excludedDates", isSignal: true, isRequired: false, transformFunction: null }, minYear: { classPropertyName: "minYear", publicName: "minYear", isSignal: true, isRequired: false, transformFunction: null }, maxYear: { classPropertyName: "maxYear", publicName: "maxYear", isSignal: true, isRequired: false, transformFunction: null }, withoutDays: { classPropertyName: "withoutDays", publicName: "withoutDays", isSignal: true, isRequired: false, transformFunction: null }, hidden: { classPropertyName: "hidden", publicName: "hidden", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { dateChange: "dateChange", woDaysMonth: "woDaysMonth", woDaysYear: "woDaysYear", woDaysMonthSubInc: "woDaysMonthSubInc" }, host: { properties: { "class.aeb-datepicker-core": "true", "class.aeb-datepicker-core--hidden": "hidden()" } }, providers: [{ provide: LOCALE_ID, useValue: 'ru' }], ngImport: i0, template: "<div class=\"aeb-datepicker-core__controls\">\n <div class=\"aeb-datepicker-core__arrow\" (click)=\"subMonth()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M15 5L8.35355 11.6464C8.15829 11.8417 8.15829 12.1583 8.35355 12.3536L15 19\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n <div\n class=\"aeb-datepicker-core__btn aeb-datepicker-core__btn--month\"\n [class.aeb-datepicker-core__btn--active]=\"mode() === 'months'\"\n (click)=\"showMonthsHandler()\"\n >\n {{ firstDay() | date: 'LLLL' | titlecase }}\n </div>\n <div\n class=\"aeb-datepicker-core__btn\"\n [class.aeb-datepicker-core__btn--active]=\"mode() === 'years'\"\n (click)=\"showYearsHandler()\"\n >\n {{ firstDay() | date: 'yyyy' }}\n </div>\n <div class=\"aeb-datepicker-core__arrow\" (click)=\"addMonth()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M9 5L15.6464 11.6464C15.8417 11.8417 15.8417 12.1583 15.6464 12.3536L9 19\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n</div>\n<div\n aebDatepickerMonth\n [style.display]=\"mode() === 'none' ? 'block' : 'none'\"\n [month]=\"month()\"\n [date]=\"date()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [excludedDates]=\"excludedDates()\"\n (setDate)=\"setDate($event)\"\n></div>\n\n<div\n aebDatepickerYearTiles\n [style.display]=\"mode() === 'years' ? 'grid' : 'none'\"\n [year]=\"currentYear()\"\n [minYear]=\"minYear()\"\n [maxYear]=\"maxYear()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [woDays]=\"withoutDays()\"\n (setYear)=\"setYear($event)\"\n></div>\n\n<div\n aebDatepickerMonthTiles\n [style.display]=\"mode() === 'months' ? 'grid' : 'none'\"\n [year]=\"currentYear()\"\n [month]=\"currentMonth()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [woDays]=\"withoutDays()\"\n (setMonth)=\"setMonth($event)\"\n></div>\n", styles: [".aeb-datepicker-core{z-index:var(--z-dropdown);-webkit-user-select:none;user-select:none;position:absolute;top:62px;background-color:var(--c-bg-light);padding:20px;border-radius:20px;box-shadow:0 4px 12px #27303e26;opacity:0;visibility:hidden;transform:scaleY(.8) rotateX(-60deg);transform-origin:top center;transition:all .3s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,visibility;perspective:1000px;transform-style:preserve-3d}.aeb-datepicker-core--hidden{opacity:0;visibility:hidden;transform:scaleY(.8) rotateX(-60deg)}.aeb-datepicker-core:not(.aeb-datepicker-core--hidden){opacity:1;visibility:visible;transform:scaleY(1) rotateX(0)}.aeb-datepicker-core__calendar{width:100%}.aeb-datepicker-core__controls{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.aeb-datepicker-core__arrow{cursor:pointer;display:flex}.aeb-datepicker-core__btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:72px;height:32px;padding:6px 10px;margin-right:16px;font-size:14px;cursor:pointer;border-radius:8px;background-color:var(--c-bg-surface)}.aeb-datepicker-core__btn--month{width:112px;margin-right:8px;margin-left:16px}.aeb-datepicker-core__btn--active{color:var(--c-t-links)}\n"], dependencies: [{ kind: "component", type: DatepickerMonth, selector: "div[aebDatepickerMonth]", inputs: ["month", "date", "minDate", "maxDate", "excludedDates"], outputs: ["setDate"] }, { kind: "component", type: DatepickerMonthTiles, selector: "div[aebDatepickerMonthTiles]", inputs: ["year", "month", "minDate", "maxDate", "woDays"], outputs: ["setMonth"] }, { kind: "component", type: DatepickerYearTiles, selector: "div[aebDatepickerYearTiles]", inputs: ["year", "minYear", "maxYear", "minDate", "maxDate", "woDays"], outputs: ["setYear"] }, { kind: "pipe", type: TitleCasePipe, name: "titlecase" }, { kind: "pipe", type: DatePipe, name: "date" }], encapsulation: i0.ViewEncapsulation.None }); }
1658
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerCore, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1659
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: DatepickerCore, isStandalone: true, selector: "div[aebDatepickerCore]", inputs: { date: { classPropertyName: "date", publicName: "date", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, excludedDates: { classPropertyName: "excludedDates", publicName: "excludedDates", isSignal: true, isRequired: false, transformFunction: null }, minYear: { classPropertyName: "minYear", publicName: "minYear", isSignal: true, isRequired: false, transformFunction: null }, maxYear: { classPropertyName: "maxYear", publicName: "maxYear", isSignal: true, isRequired: false, transformFunction: null }, withoutDays: { classPropertyName: "withoutDays", publicName: "withoutDays", isSignal: true, isRequired: false, transformFunction: null }, hidden: { classPropertyName: "hidden", publicName: "hidden", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { dateChange: "dateChange", woDaysMonth: "woDaysMonth", woDaysYear: "woDaysYear", woDaysMonthSubInc: "woDaysMonthSubInc" }, host: { properties: { "class.aeb-datepicker-core": "true", "class.aeb-datepicker-core--hidden": "hidden()" } }, providers: [{ provide: LOCALE_ID, useValue: 'ru' }], ngImport: i0, template: "<div class=\"aeb-datepicker-core__controls\">\n <div class=\"aeb-datepicker-core__arrow\" (click)=\"subMonth()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M15 5L8.35355 11.6464C8.15829 11.8417 8.15829 12.1583 8.35355 12.3536L15 19\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n <div\n class=\"aeb-datepicker-core__btn aeb-datepicker-core__btn--month\"\n [class.aeb-datepicker-core__btn--active]=\"mode() === 'months'\"\n (click)=\"showMonthsHandler()\"\n >\n {{ firstDay() | date: 'LLLL' | titlecase }}\n </div>\n <div\n class=\"aeb-datepicker-core__btn\"\n [class.aeb-datepicker-core__btn--active]=\"mode() === 'years'\"\n (click)=\"showYearsHandler()\"\n >\n {{ firstDay() | date: 'yyyy' }}\n </div>\n <div class=\"aeb-datepicker-core__arrow\" (click)=\"addMonth()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M9 5L15.6464 11.6464C15.8417 11.8417 15.8417 12.1583 15.6464 12.3536L9 19\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n</div>\n<div\n aebDatepickerMonth\n [style.display]=\"mode() === 'none' ? 'block' : 'none'\"\n [month]=\"month()\"\n [date]=\"date()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [excludedDates]=\"excludedDates()\"\n (setDate)=\"setDate($event)\"\n></div>\n\n<div\n aebDatepickerYearTiles\n [style.display]=\"mode() === 'years' ? 'grid' : 'none'\"\n [year]=\"currentYear()\"\n [minYear]=\"minYear()\"\n [maxYear]=\"maxYear()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [woDays]=\"withoutDays()\"\n (setYear)=\"setYear($event)\"\n></div>\n\n<div\n aebDatepickerMonthTiles\n [style.display]=\"mode() === 'months' ? 'grid' : 'none'\"\n [year]=\"currentYear()\"\n [month]=\"currentMonth()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [woDays]=\"withoutDays()\"\n (setMonth)=\"setMonth($event)\"\n></div>\n", styles: [".aeb-datepicker-core{z-index:var(--z-dropdown);-webkit-user-select:none;user-select:none;position:absolute;top:62px;background-color:var(--c-bg-light);padding:20px;border-radius:20px;box-shadow:0 4px 12px #27303e26;opacity:0;visibility:hidden;transform:scaleY(.8) rotateX(-60deg);transform-origin:top center;transition:all .3s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,visibility;perspective:1000px;transform-style:preserve-3d}.aeb-datepicker-core--hidden{opacity:0;visibility:hidden;transform:scaleY(.8) rotateX(-60deg)}.aeb-datepicker-core:not(.aeb-datepicker-core--hidden){opacity:1;visibility:visible;transform:scaleY(1) rotateX(0)}.aeb-datepicker-core__calendar{width:100%}.aeb-datepicker-core__controls{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.aeb-datepicker-core__arrow{cursor:pointer;display:flex}.aeb-datepicker-core__btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:72px;height:32px;padding:6px 10px;margin-right:16px;font-size:14px;cursor:pointer;border-radius:8px;background-color:var(--c-bg-surface)}.aeb-datepicker-core__btn--month{width:112px;margin-right:8px;margin-left:16px}.aeb-datepicker-core__btn--active{color:var(--c-t-links)}\n"], dependencies: [{ kind: "component", type: DatepickerMonth, selector: "div[aebDatepickerMonth]", inputs: ["month", "date", "minDate", "maxDate", "excludedDates"], outputs: ["setDate"] }, { kind: "component", type: DatepickerMonthTiles, selector: "div[aebDatepickerMonthTiles]", inputs: ["year", "month", "minDate", "maxDate", "woDays"], outputs: ["setMonth"] }, { kind: "component", type: DatepickerYearTiles, selector: "div[aebDatepickerYearTiles]", inputs: ["year", "minYear", "maxYear", "minDate", "maxDate", "woDays"], outputs: ["setYear"] }, { kind: "pipe", type: TitleCasePipe, name: "titlecase" }, { kind: "pipe", type: DatePipe, name: "date" }], encapsulation: i0.ViewEncapsulation.None }); }
1660
1660
  }
1661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerCore, decorators: [{
1661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerCore, decorators: [{
1662
1662
  type: Component,
1663
1663
  args: [{ selector: 'div[aebDatepickerCore]', providers: [{ provide: LOCALE_ID, useValue: 'ru' }], encapsulation: ViewEncapsulation.None, host: {
1664
1664
  '[class.aeb-datepicker-core]': 'true',
@@ -1670,7 +1670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
1670
1670
  TitleCasePipe,
1671
1671
  DatePipe
1672
1672
  ], template: "<div class=\"aeb-datepicker-core__controls\">\n <div class=\"aeb-datepicker-core__arrow\" (click)=\"subMonth()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M15 5L8.35355 11.6464C8.15829 11.8417 8.15829 12.1583 8.35355 12.3536L15 19\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n <div\n class=\"aeb-datepicker-core__btn aeb-datepicker-core__btn--month\"\n [class.aeb-datepicker-core__btn--active]=\"mode() === 'months'\"\n (click)=\"showMonthsHandler()\"\n >\n {{ firstDay() | date: 'LLLL' | titlecase }}\n </div>\n <div\n class=\"aeb-datepicker-core__btn\"\n [class.aeb-datepicker-core__btn--active]=\"mode() === 'years'\"\n (click)=\"showYearsHandler()\"\n >\n {{ firstDay() | date: 'yyyy' }}\n </div>\n <div class=\"aeb-datepicker-core__arrow\" (click)=\"addMonth()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M9 5L15.6464 11.6464C15.8417 11.8417 15.8417 12.1583 15.6464 12.3536L9 19\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n</div>\n<div\n aebDatepickerMonth\n [style.display]=\"mode() === 'none' ? 'block' : 'none'\"\n [month]=\"month()\"\n [date]=\"date()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [excludedDates]=\"excludedDates()\"\n (setDate)=\"setDate($event)\"\n></div>\n\n<div\n aebDatepickerYearTiles\n [style.display]=\"mode() === 'years' ? 'grid' : 'none'\"\n [year]=\"currentYear()\"\n [minYear]=\"minYear()\"\n [maxYear]=\"maxYear()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [woDays]=\"withoutDays()\"\n (setYear)=\"setYear($event)\"\n></div>\n\n<div\n aebDatepickerMonthTiles\n [style.display]=\"mode() === 'months' ? 'grid' : 'none'\"\n [year]=\"currentYear()\"\n [month]=\"currentMonth()\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [woDays]=\"withoutDays()\"\n (setMonth)=\"setMonth($event)\"\n></div>\n", styles: [".aeb-datepicker-core{z-index:var(--z-dropdown);-webkit-user-select:none;user-select:none;position:absolute;top:62px;background-color:var(--c-bg-light);padding:20px;border-radius:20px;box-shadow:0 4px 12px #27303e26;opacity:0;visibility:hidden;transform:scaleY(.8) rotateX(-60deg);transform-origin:top center;transition:all .3s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,visibility;perspective:1000px;transform-style:preserve-3d}.aeb-datepicker-core--hidden{opacity:0;visibility:hidden;transform:scaleY(.8) rotateX(-60deg)}.aeb-datepicker-core:not(.aeb-datepicker-core--hidden){opacity:1;visibility:visible;transform:scaleY(1) rotateX(0)}.aeb-datepicker-core__calendar{width:100%}.aeb-datepicker-core__controls{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.aeb-datepicker-core__arrow{cursor:pointer;display:flex}.aeb-datepicker-core__btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:72px;height:32px;padding:6px 10px;margin-right:16px;font-size:14px;cursor:pointer;border-radius:8px;background-color:var(--c-bg-surface)}.aeb-datepicker-core__btn--month{width:112px;margin-right:8px;margin-left:16px}.aeb-datepicker-core__btn--active{color:var(--c-t-links)}\n"] }]
1673
- }] });
1673
+ }], propDecorators: { date: [{ type: i0.Input, args: [{ isSignal: true, alias: "date", required: false }] }], minDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "minDate", required: false }] }], maxDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxDate", required: false }] }], excludedDates: [{ type: i0.Input, args: [{ isSignal: true, alias: "excludedDates", required: false }] }], minYear: [{ type: i0.Input, args: [{ isSignal: true, alias: "minYear", required: false }] }], maxYear: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxYear", required: false }] }], withoutDays: [{ type: i0.Input, args: [{ isSignal: true, alias: "withoutDays", required: false }] }], hidden: [{ type: i0.Input, args: [{ isSignal: true, alias: "hidden", required: false }] }], dateChange: [{ type: i0.Output, args: ["dateChange"] }], woDaysMonth: [{ type: i0.Output, args: ["woDaysMonth"] }], woDaysYear: [{ type: i0.Output, args: ["woDaysYear"] }], woDaysMonthSubInc: [{ type: i0.Output, args: ["woDaysMonthSubInc"] }] } });
1674
1674
 
1675
1675
  class MaskUtilsService {
1676
1676
  static { this.allowedKeys = [
@@ -1870,10 +1870,10 @@ class MaskUtilsService {
1870
1870
  const beforeCursor = formattedValue.slice(0, cursorPosition);
1871
1871
  return beforeCursor.replace(/\D/g, '').length;
1872
1872
  }
1873
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MaskUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1874
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MaskUtilsService, providedIn: 'root' }); }
1873
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: MaskUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1874
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: MaskUtilsService, providedIn: 'root' }); }
1875
1875
  }
1876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MaskUtilsService, decorators: [{
1876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: MaskUtilsService, decorators: [{
1877
1877
  type: Injectable,
1878
1878
  args: [{
1879
1879
  providedIn: 'root'
@@ -2139,8 +2139,8 @@ class Datepicker {
2139
2139
  _onTouch() {
2140
2140
  // ignore
2141
2141
  }
2142
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Datepicker, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2143
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.2.4", type: Datepicker, isStandalone: true, selector: "aeb-datepicker", inputs: { hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, excludedDates: { classPropertyName: "excludedDates", publicName: "excludedDates", isSignal: true, isRequired: false, transformFunction: null }, minYear: { classPropertyName: "minYear", publicName: "minYear", isSignal: true, isRequired: false, transformFunction: null }, maxYear: { classPropertyName: "maxYear", publicName: "maxYear", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, collapseOnChange: { classPropertyName: "collapseOnChange", publicName: "collapseOnChange", isSignal: true, isRequired: false, transformFunction: null }, withoutDays: { classPropertyName: "withoutDays", publicName: "withoutDays", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { dateChange: "dateChange" }, host: { listeners: { "clickOutside": "clickOutsideHandler()" }, properties: { "class.aeb-datepicker": "true", "class.aeb-datepicker--disabled": "disabled" } }, providers: [
2142
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Datepicker, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2143
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.0.3", type: Datepicker, isStandalone: true, selector: "aeb-datepicker", inputs: { hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, excludedDates: { classPropertyName: "excludedDates", publicName: "excludedDates", isSignal: true, isRequired: false, transformFunction: null }, minYear: { classPropertyName: "minYear", publicName: "minYear", isSignal: true, isRequired: false, transformFunction: null }, maxYear: { classPropertyName: "maxYear", publicName: "maxYear", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, collapseOnChange: { classPropertyName: "collapseOnChange", publicName: "collapseOnChange", isSignal: true, isRequired: false, transformFunction: null }, withoutDays: { classPropertyName: "withoutDays", publicName: "withoutDays", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { dateChange: "dateChange" }, host: { listeners: { "clickOutside": "clickOutsideHandler()" }, properties: { "class.aeb-datepicker": "true", "class.aeb-datepicker--disabled": "disabled" } }, providers: [
2144
2144
  {
2145
2145
  provide: NG_VALUE_ACCESSOR,
2146
2146
  useExisting: forwardRef(() => Datepicker),
@@ -2148,7 +2148,7 @@ class Datepicker {
2148
2148
  }
2149
2149
  ], viewQueries: [{ propertyName: "core", first: true, predicate: DatepickerCore, descendants: true, isSignal: true }, { propertyName: "input", first: true, predicate: FormFieldDirective, descendants: true, isSignal: true }], hostDirectives: [{ directive: ClickOutsideDirective, outputs: ["clickOutside", "clickOutside"] }], ngImport: i0, template: "<aeb-form-field\n class=\"aeb-datepicker__field\"\n [ngClass]=\"{ 'aeb-datepicker__field--onerror': hasError() }\"\n>\n <label aebLabel class=\"aeb-datepicker__label\">{{ placeholder() }}</label>\n <input\n aebInput\n type=\"text\"\n class=\"aeb-datepicker__input\"\n [maxlength]=\"withoutDays() ? 7 : 10\"\n [(ngModel)]=\"inputValue\"\n (change)=\"handleInput($event)\"\n (click)=\"clickInputHandler()\"\n (input)=\"typeHandler()\"\n (keydown)=\"keyDownHandler($event)\"\n #input\n />\n <div class=\"aeb-datepicker__calendar-icon\" (click)=\"handleOpen()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect\n x=\"5\"\n y=\"6\"\n width=\"14\"\n height=\"14\"\n rx=\"1\"\n stroke=\"#BFC6D0\"\n stroke-width=\"2\"\n />\n <rect x=\"4\" y=\"5\" width=\"16\" height=\"4\" rx=\"2\" fill=\"#BFC6D0\" />\n <rect\n x=\"9\"\n y=\"3\"\n width=\"3\"\n height=\"2\"\n rx=\"1\"\n transform=\"rotate(90 9 3)\"\n fill=\"#BFC6D0\"\n />\n <rect\n x=\"17\"\n y=\"3\"\n width=\"3\"\n height=\"2\"\n rx=\"1\"\n transform=\"rotate(90 17 3)\"\n fill=\"#BFC6D0\"\n />\n </svg>\n </div>\n</aeb-form-field>\n<div\n aebDatepickerCore\n [date]=\"internalDate\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [excludedDates]=\"excludedDates()\"\n [minYear]=\"minYear()\"\n [maxYear]=\"maxYear()\"\n [withoutDays]=\"withoutDays()\"\n [hidden]=\"!isOpen\"\n (dateChange)=\"handleDateChange($event)\"\n (woDaysMonth)=\"woDaysMonthSet($event)\"\n (woDaysYear)=\"woDaysYearSet($event)\"\n (woDaysMonthSubInc)=\"woMonthIncSub($event)\"\n #core\n></div>\n", styles: [".aeb-datepicker{position:relative;width:100%;color:var(--c-t-primary)}.aeb-datepicker--disabled{pointer-events:none;opacity:.7}.aeb-datepicker__field{position:relative;min-width:312px}.aeb-datepicker__input{padding-right:35px!important}.aeb-datepicker__calendar-icon{position:absolute;top:16px;right:12px;width:24px;height:24px;cursor:pointer}\n"], dependencies: [{ kind: "ngmodule", type: FormFieldModule }, { kind: "component", type: FormField, selector: "aeb-form-field", inputs: ["showDescription", "showErrorMessage", "disabled", "isInvalid", "showIcon", "validateOnDirty"] }, { kind: "directive", type: FormFieldDirective, selector: "input[aebInput], textarea[aebTextarea]", inputs: ["value"] }, { kind: "directive", type: LabelDirective, selector: "[aebLabel]", inputs: ["aebLabel"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: DatepickerCore, selector: "div[aebDatepickerCore]", inputs: ["date", "minDate", "maxDate", "excludedDates", "minYear", "maxYear", "withoutDays", "hidden"], outputs: ["dateChange", "woDaysMonth", "woDaysYear", "woDaysMonthSubInc"] }], encapsulation: i0.ViewEncapsulation.None }); }
2150
2150
  }
2151
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Datepicker, decorators: [{
2151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Datepicker, decorators: [{
2152
2152
  type: Component,
2153
2153
  args: [{ selector: 'aeb-datepicker', encapsulation: ViewEncapsulation.None, providers: [
2154
2154
  {
@@ -2166,14 +2166,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
2166
2166
  '[class.aeb-datepicker--disabled]': 'disabled',
2167
2167
  '(clickOutside)': 'clickOutsideHandler()'
2168
2168
  }, imports: [FormFieldModule, NgClass, FormsModule, DatepickerCore], template: "<aeb-form-field\n class=\"aeb-datepicker__field\"\n [ngClass]=\"{ 'aeb-datepicker__field--onerror': hasError() }\"\n>\n <label aebLabel class=\"aeb-datepicker__label\">{{ placeholder() }}</label>\n <input\n aebInput\n type=\"text\"\n class=\"aeb-datepicker__input\"\n [maxlength]=\"withoutDays() ? 7 : 10\"\n [(ngModel)]=\"inputValue\"\n (change)=\"handleInput($event)\"\n (click)=\"clickInputHandler()\"\n (input)=\"typeHandler()\"\n (keydown)=\"keyDownHandler($event)\"\n #input\n />\n <div class=\"aeb-datepicker__calendar-icon\" (click)=\"handleOpen()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect\n x=\"5\"\n y=\"6\"\n width=\"14\"\n height=\"14\"\n rx=\"1\"\n stroke=\"#BFC6D0\"\n stroke-width=\"2\"\n />\n <rect x=\"4\" y=\"5\" width=\"16\" height=\"4\" rx=\"2\" fill=\"#BFC6D0\" />\n <rect\n x=\"9\"\n y=\"3\"\n width=\"3\"\n height=\"2\"\n rx=\"1\"\n transform=\"rotate(90 9 3)\"\n fill=\"#BFC6D0\"\n />\n <rect\n x=\"17\"\n y=\"3\"\n width=\"3\"\n height=\"2\"\n rx=\"1\"\n transform=\"rotate(90 17 3)\"\n fill=\"#BFC6D0\"\n />\n </svg>\n </div>\n</aeb-form-field>\n<div\n aebDatepickerCore\n [date]=\"internalDate\"\n [minDate]=\"minDate()\"\n [maxDate]=\"maxDate()\"\n [excludedDates]=\"excludedDates()\"\n [minYear]=\"minYear()\"\n [maxYear]=\"maxYear()\"\n [withoutDays]=\"withoutDays()\"\n [hidden]=\"!isOpen\"\n (dateChange)=\"handleDateChange($event)\"\n (woDaysMonth)=\"woDaysMonthSet($event)\"\n (woDaysYear)=\"woDaysYearSet($event)\"\n (woDaysMonthSubInc)=\"woMonthIncSub($event)\"\n #core\n></div>\n", styles: [".aeb-datepicker{position:relative;width:100%;color:var(--c-t-primary)}.aeb-datepicker--disabled{pointer-events:none;opacity:.7}.aeb-datepicker__field{position:relative;min-width:312px}.aeb-datepicker__input{padding-right:35px!important}.aeb-datepicker__calendar-icon{position:absolute;top:16px;right:12px;width:24px;height:24px;cursor:pointer}\n"] }]
2169
- }] });
2169
+ }], propDecorators: { hasError: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasError", required: false }] }], minDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "minDate", required: false }] }], maxDate: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxDate", required: false }] }], excludedDates: [{ type: i0.Input, args: [{ isSignal: true, alias: "excludedDates", required: false }] }], minYear: [{ type: i0.Input, args: [{ isSignal: true, alias: "minYear", required: false }] }], maxYear: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxYear", required: false }] }], placeholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeholder", required: false }] }], collapseOnChange: [{ type: i0.Input, args: [{ isSignal: true, alias: "collapseOnChange", required: false }] }], withoutDays: [{ type: i0.Input, args: [{ isSignal: true, alias: "withoutDays", required: false }] }], dateChange: [{ type: i0.Output, args: ["dateChange"] }], core: [{ type: i0.ViewChild, args: [i0.forwardRef(() => DatepickerCore), { isSignal: true }] }], input: [{ type: i0.ViewChild, args: [i0.forwardRef(() => FormFieldDirective), { isSignal: true }] }] } });
2170
2170
 
2171
2171
  class DatepickerModule {
2172
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2173
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: DatepickerModule, imports: [Datepicker], exports: [Datepicker] }); }
2174
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerModule, imports: [Datepicker] }); }
2172
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2173
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: DatepickerModule, imports: [Datepicker], exports: [Datepicker] }); }
2174
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerModule, imports: [Datepicker] }); }
2175
2175
  }
2176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DatepickerModule, decorators: [{
2176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DatepickerModule, decorators: [{
2177
2177
  type: NgModule,
2178
2178
  args: [{
2179
2179
  imports: [Datepicker],
@@ -2339,10 +2339,10 @@ class DropdownMenu {
2339
2339
  });
2340
2340
  }, 0);
2341
2341
  }
2342
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DropdownMenu, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2343
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: DropdownMenu, isStandalone: true, selector: "aeb-dropdown-menu", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, direction: { classPropertyName: "direction", publicName: "direction", isSignal: true, isRequired: false, transformFunction: null }, maxShownOptions: { classPropertyName: "maxShownOptions", publicName: "maxShownOptions", isSignal: true, isRequired: false, transformFunction: null }, optionSize: { classPropertyName: "optionSize", publicName: "optionSize", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, selectedOption: { classPropertyName: "selectedOption", publicName: "selectedOption", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { outsideClick: "outsideClick", optionSelect: "optionSelect" }, host: { listeners: { "clickOutside": "clickOutsideHandler($event)", "keydown": "onKeyDown($event)" }, properties: { "class.open": "isOpen()", "class.bottom": "direction() === \"bottom\"", "class.top": "direction() === \"top\"", "style.max-height": "maxHeight", "attr.role": "\"listbox\"", "attr.aria-label": "\"Dropdown options\"" }, classAttribute: "aeb-dropdown-menu" }, ngImport: i0, template: "@for (option of options(); track option.value; let i = $index) {\n<div\n class=\"aeb-dropdown-menu__option\"\n [class.active]=\"option === selectedOption()\"\n [class.focused]=\"i === focusedIndex()\"\n [class.has-additional]=\"option.additional\"\n [style.height]=\"optionHeightPx() + 'px'\"\n [attr.tabindex]=\"-1\"\n [attr.role]=\"'option'\"\n [attr.aria-selected]=\"i === focusedIndex()\"\n (click)=\"selectOption(option.value)\"\n>\n <div class=\"aeb-dropdown-menu__option-inner\">\n <p>{{ option.label }}</p>\n @if (option.additional) {\n <small>{{ option.additional }}</small>\n }\n </div>\n</div>\n}\n", styles: [".aeb-dropdown-menu{position:absolute;z-index:var(--z-dropdown);width:100%;left:0;background:var(--c-bg-light);margin:0;border-radius:12px;box-shadow:0 4px 12px #27303e26;overflow-y:auto;opacity:0;visibility:hidden;color:var(--c-t-primary);padding:8px 0 8px 8px;box-sizing:border-box;scrollbar-gutter:stable;transform:scaleY(.8) rotateX(-60deg);transform-origin:top center;transition:all .3s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,visibility;perspective:1000px;transform-style:preserve-3d}.aeb-dropdown-menu:empty{display:none}.aeb-dropdown-menu__option{padding:0 24px;box-sizing:border-box;line-height:20px;text-overflow:ellipsis;overflow:hidden;cursor:pointer;display:flex;justify-content:center;flex-direction:column;border-radius:12px;margin-bottom:2px}.aeb-dropdown-menu__option:last-child{margin-bottom:0}.aeb-dropdown-menu__option:hover,.aeb-dropdown-menu__option.active,.aeb-dropdown-menu__option.focused{background-color:var(--c-bg-surface)}.aeb-dropdown-menu__option p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aeb-dropdown-menu__option.has-additional{padding:0 24px}.aeb-dropdown-menu__option.has-additional small{display:block;margin-top:4px;line-height:16px;font-size:14px;color:var(--c-t-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aeb-dropdown-menu.bottom{top:calc(100% + 4px);transform-origin:top center;transform:scaleY(.8) rotateX(-60deg)}.aeb-dropdown-menu.top{bottom:calc(100% + 4px);top:auto;transform-origin:bottom center;transform:scaleY(.8) rotateX(60deg)}.aeb-dropdown-menu.open{opacity:1;visibility:visible;transform:scaleY(1) rotateX(0)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
2342
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DropdownMenu, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2343
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: DropdownMenu, isStandalone: true, selector: "aeb-dropdown-menu", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, direction: { classPropertyName: "direction", publicName: "direction", isSignal: true, isRequired: false, transformFunction: null }, maxShownOptions: { classPropertyName: "maxShownOptions", publicName: "maxShownOptions", isSignal: true, isRequired: false, transformFunction: null }, optionSize: { classPropertyName: "optionSize", publicName: "optionSize", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, selectedOption: { classPropertyName: "selectedOption", publicName: "selectedOption", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { outsideClick: "outsideClick", optionSelect: "optionSelect" }, host: { listeners: { "clickOutside": "clickOutsideHandler($event)", "keydown": "onKeyDown($event)" }, properties: { "class.open": "isOpen()", "class.bottom": "direction() === \"bottom\"", "class.top": "direction() === \"top\"", "style.max-height": "maxHeight", "attr.role": "\"listbox\"", "attr.aria-label": "\"Dropdown options\"" }, classAttribute: "aeb-dropdown-menu" }, ngImport: i0, template: "@for (option of options(); track option.value; let i = $index) {\n<div\n class=\"aeb-dropdown-menu__option\"\n [class.active]=\"option === selectedOption()\"\n [class.focused]=\"i === focusedIndex()\"\n [class.has-additional]=\"option.additional\"\n [style.height]=\"optionHeightPx() + 'px'\"\n [attr.tabindex]=\"-1\"\n [attr.role]=\"'option'\"\n [attr.aria-selected]=\"i === focusedIndex()\"\n (click)=\"selectOption(option.value)\"\n>\n <div class=\"aeb-dropdown-menu__option-inner\">\n <p>{{ option.label }}</p>\n @if (option.additional) {\n <small>{{ option.additional }}</small>\n }\n </div>\n</div>\n}\n", styles: [".aeb-dropdown-menu{position:absolute;z-index:var(--z-dropdown);width:100%;left:0;background:var(--c-bg-light);margin:0;border-radius:12px;box-shadow:0 4px 12px #27303e26;overflow-y:auto;opacity:0;visibility:hidden;color:var(--c-t-primary);padding:8px 0 8px 8px;box-sizing:border-box;scrollbar-gutter:stable;transform:scaleY(.8) rotateX(-60deg);transform-origin:top center;transition:all .3s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,visibility;perspective:1000px;transform-style:preserve-3d}.aeb-dropdown-menu:empty{display:none}.aeb-dropdown-menu__option{padding:0 24px;box-sizing:border-box;line-height:20px;text-overflow:ellipsis;overflow:hidden;cursor:pointer;display:flex;justify-content:center;flex-direction:column;border-radius:12px;margin-bottom:2px}.aeb-dropdown-menu__option:last-child{margin-bottom:0}.aeb-dropdown-menu__option:hover,.aeb-dropdown-menu__option.active,.aeb-dropdown-menu__option.focused{background-color:var(--c-bg-surface)}.aeb-dropdown-menu__option p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aeb-dropdown-menu__option.has-additional{padding:0 24px}.aeb-dropdown-menu__option.has-additional small{display:block;margin-top:4px;line-height:16px;font-size:14px;color:var(--c-t-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aeb-dropdown-menu.bottom{top:calc(100% + 4px);transform-origin:top center;transform:scaleY(.8) rotateX(-60deg)}.aeb-dropdown-menu.top{bottom:calc(100% + 4px);top:auto;transform-origin:bottom center;transform:scaleY(.8) rotateX(60deg)}.aeb-dropdown-menu.open{opacity:1;visibility:visible;transform:scaleY(1) rotateX(0)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
2344
2344
  }
2345
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DropdownMenu, decorators: [{
2345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DropdownMenu, decorators: [{
2346
2346
  type: Component,
2347
2347
  args: [{ selector: 'aeb-dropdown-menu', encapsulation: ViewEncapsulation.None, host: {
2348
2348
  class: 'aeb-dropdown-menu',
@@ -2355,7 +2355,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
2355
2355
  '(clickOutside)': 'clickOutsideHandler($event)',
2356
2356
  '(keydown)': 'onKeyDown($event)'
2357
2357
  }, template: "@for (option of options(); track option.value; let i = $index) {\n<div\n class=\"aeb-dropdown-menu__option\"\n [class.active]=\"option === selectedOption()\"\n [class.focused]=\"i === focusedIndex()\"\n [class.has-additional]=\"option.additional\"\n [style.height]=\"optionHeightPx() + 'px'\"\n [attr.tabindex]=\"-1\"\n [attr.role]=\"'option'\"\n [attr.aria-selected]=\"i === focusedIndex()\"\n (click)=\"selectOption(option.value)\"\n>\n <div class=\"aeb-dropdown-menu__option-inner\">\n <p>{{ option.label }}</p>\n @if (option.additional) {\n <small>{{ option.additional }}</small>\n }\n </div>\n</div>\n}\n", styles: [".aeb-dropdown-menu{position:absolute;z-index:var(--z-dropdown);width:100%;left:0;background:var(--c-bg-light);margin:0;border-radius:12px;box-shadow:0 4px 12px #27303e26;overflow-y:auto;opacity:0;visibility:hidden;color:var(--c-t-primary);padding:8px 0 8px 8px;box-sizing:border-box;scrollbar-gutter:stable;transform:scaleY(.8) rotateX(-60deg);transform-origin:top center;transition:all .3s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,visibility;perspective:1000px;transform-style:preserve-3d}.aeb-dropdown-menu:empty{display:none}.aeb-dropdown-menu__option{padding:0 24px;box-sizing:border-box;line-height:20px;text-overflow:ellipsis;overflow:hidden;cursor:pointer;display:flex;justify-content:center;flex-direction:column;border-radius:12px;margin-bottom:2px}.aeb-dropdown-menu__option:last-child{margin-bottom:0}.aeb-dropdown-menu__option:hover,.aeb-dropdown-menu__option.active,.aeb-dropdown-menu__option.focused{background-color:var(--c-bg-surface)}.aeb-dropdown-menu__option p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aeb-dropdown-menu__option.has-additional{padding:0 24px}.aeb-dropdown-menu__option.has-additional small{display:block;margin-top:4px;line-height:16px;font-size:14px;color:var(--c-t-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aeb-dropdown-menu.bottom{top:calc(100% + 4px);transform-origin:top center;transform:scaleY(.8) rotateX(-60deg)}.aeb-dropdown-menu.top{bottom:calc(100% + 4px);top:auto;transform-origin:bottom center;transform:scaleY(.8) rotateX(60deg)}.aeb-dropdown-menu.open{opacity:1;visibility:visible;transform:scaleY(1) rotateX(0)}\n"] }]
2358
- }], ctorParameters: () => [] });
2358
+ }], ctorParameters: () => [], propDecorators: { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], direction: [{ type: i0.Input, args: [{ isSignal: true, alias: "direction", required: false }] }], maxShownOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxShownOptions", required: false }] }], optionSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "optionSize", required: false }] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], selectedOption: [{ type: i0.Input, args: [{ isSignal: true, alias: "selectedOption", required: false }] }], outsideClick: [{ type: i0.Output, args: ["outsideClick"] }], optionSelect: [{ type: i0.Output, args: ["optionSelect"] }] } });
2359
2359
 
2360
2360
  class Dropdown {
2361
2361
  constructor() {
@@ -2653,10 +2653,10 @@ class Dropdown {
2653
2653
  }
2654
2654
  onChange(_) { }
2655
2655
  onTouch() { }
2656
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Dropdown, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2657
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.2.4", type: Dropdown, isStandalone: true, selector: "aeb-dropdown", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, errorMessageText: { classPropertyName: "errorMessageText", publicName: "errorMessageText", isSignal: true, isRequired: false, transformFunction: null }, filter: { classPropertyName: "filter", publicName: "filter", isSignal: true, isRequired: false, transformFunction: null }, hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, validateOnDirty: { classPropertyName: "validateOnDirty", publicName: "validateOnDirty", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { optionSelect: "optionSelect", inputChange: "inputChange" }, host: { listeners: { "keydown.tab": "keydownTabHandler()", "clickOutside": "clickOutsideHandler()" }, classAttribute: "aeb-dropdown" }, viewQueries: [{ propertyName: "_formFieldRef", first: true, predicate: FormField, descendants: true, isSignal: true }, { propertyName: "_dropdownMenuRef", first: true, predicate: DropdownMenu, descendants: true, isSignal: true }], hostDirectives: [{ directive: ClickOutsideDirective, outputs: ["clickOutside", "clickOutside"] }], ngImport: i0, template: "<aeb-form-field [isInvalid]=\"hasError()\" [disabled]=\"disabled()\">\n <label aebLabel>{{ label() }}</label>\n <input\n aebInput\n type=\"text\"\n [ngModel]=\"valueLabel()\"\n (ngModelChange)=\"valueLabel.set($event)\"\n (input)=\"inputHandler($event)\"\n (keydown)=\"onInputKeyDown($event)\"\n (keydown.tab)=\"clickInput()\"\n (focus)=\"clickInput()\"\n />\n <aeb-dropdown-menu\n [options]=\"filteredOptions()\"\n [isOpen]=\"dropdownIsOpen()\"\n (optionSelect)=\"selectHandler($event)\"\n ></aeb-dropdown-menu>\n <label [errorMessage]>{{ errorMessageText() }}</label>\n</aeb-form-field>\n\n<div\n class=\"aeb-dropdown__icon\"\n [ngClass]=\"{\n 'aeb-dropdown__icon--is-open': dropdownIsOpen()\n }\"\n (click)=\"openHandler()\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M8 10L11.9293 13.9293C11.9683 13.9683 12.0317 13.9683 12.0707 13.9293L16 10\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n", styles: [".aeb-dropdown{position:relative;width:100%}.aeb-dropdown__icon{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}.aeb-dropdown__icon svg{transition:transform,.2s}.aeb-dropdown__icon--is-open svg{transform:rotate(180deg)}\n"], dependencies: [{ kind: "component", type: FormField, selector: "aeb-form-field", inputs: ["showDescription", "showErrorMessage", "disabled", "isInvalid", "showIcon", "validateOnDirty"] }, { kind: "directive", type: LabelDirective, selector: "[aebLabel]", inputs: ["aebLabel"] }, { kind: "directive", type: FormFieldDirective, selector: "input[aebInput], textarea[aebTextarea]", inputs: ["value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: DropdownMenu, selector: "aeb-dropdown-menu", inputs: ["isOpen", "direction", "maxShownOptions", "optionSize", "options", "selectedOption"], outputs: ["outsideClick", "optionSelect"] }, { kind: "directive", type: ErrorMessageDirective, selector: "[errorMessage]", inputs: ["errorMessage"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2656
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Dropdown, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2657
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.0.3", type: Dropdown, isStandalone: true, selector: "aeb-dropdown", inputs: { options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, errorMessageText: { classPropertyName: "errorMessageText", publicName: "errorMessageText", isSignal: true, isRequired: false, transformFunction: null }, filter: { classPropertyName: "filter", publicName: "filter", isSignal: true, isRequired: false, transformFunction: null }, hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, validateOnDirty: { classPropertyName: "validateOnDirty", publicName: "validateOnDirty", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { optionSelect: "optionSelect", inputChange: "inputChange" }, host: { listeners: { "keydown.tab": "keydownTabHandler()", "clickOutside": "clickOutsideHandler()" }, classAttribute: "aeb-dropdown" }, viewQueries: [{ propertyName: "_formFieldRef", first: true, predicate: FormField, descendants: true, isSignal: true }, { propertyName: "_dropdownMenuRef", first: true, predicate: DropdownMenu, descendants: true, isSignal: true }], hostDirectives: [{ directive: ClickOutsideDirective, outputs: ["clickOutside", "clickOutside"] }], ngImport: i0, template: "<aeb-form-field [isInvalid]=\"hasError()\" [disabled]=\"disabled()\">\n <label aebLabel>{{ label() }}</label>\n <input\n aebInput\n type=\"text\"\n [ngModel]=\"valueLabel()\"\n (ngModelChange)=\"valueLabel.set($event)\"\n (input)=\"inputHandler($event)\"\n (keydown)=\"onInputKeyDown($event)\"\n (keydown.tab)=\"clickInput()\"\n (focus)=\"clickInput()\"\n />\n <aeb-dropdown-menu\n [options]=\"filteredOptions()\"\n [isOpen]=\"dropdownIsOpen()\"\n (optionSelect)=\"selectHandler($event)\"\n ></aeb-dropdown-menu>\n <label [errorMessage]>{{ errorMessageText() }}</label>\n</aeb-form-field>\n\n<div\n class=\"aeb-dropdown__icon\"\n [ngClass]=\"{\n 'aeb-dropdown__icon--is-open': dropdownIsOpen()\n }\"\n (click)=\"openHandler()\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M8 10L11.9293 13.9293C11.9683 13.9683 12.0317 13.9683 12.0707 13.9293L16 10\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n", styles: [".aeb-dropdown{position:relative;width:100%}.aeb-dropdown__icon{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}.aeb-dropdown__icon svg{transition:transform,.2s}.aeb-dropdown__icon--is-open svg{transform:rotate(180deg)}\n"], dependencies: [{ kind: "component", type: FormField, selector: "aeb-form-field", inputs: ["showDescription", "showErrorMessage", "disabled", "isInvalid", "showIcon", "validateOnDirty"] }, { kind: "directive", type: LabelDirective, selector: "[aebLabel]", inputs: ["aebLabel"] }, { kind: "directive", type: FormFieldDirective, selector: "input[aebInput], textarea[aebTextarea]", inputs: ["value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: DropdownMenu, selector: "aeb-dropdown-menu", inputs: ["isOpen", "direction", "maxShownOptions", "optionSize", "options", "selectedOption"], outputs: ["outsideClick", "optionSelect"] }, { kind: "directive", type: ErrorMessageDirective, selector: "[errorMessage]", inputs: ["errorMessage"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2658
2658
  }
2659
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Dropdown, decorators: [{
2659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Dropdown, decorators: [{
2660
2660
  type: Component,
2661
2661
  args: [{ selector: 'aeb-dropdown', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
2662
2662
  {
@@ -2676,14 +2676,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
2676
2676
  '(keydown.tab)': 'keydownTabHandler()',
2677
2677
  '(clickOutside)': 'clickOutsideHandler()'
2678
2678
  }, template: "<aeb-form-field [isInvalid]=\"hasError()\" [disabled]=\"disabled()\">\n <label aebLabel>{{ label() }}</label>\n <input\n aebInput\n type=\"text\"\n [ngModel]=\"valueLabel()\"\n (ngModelChange)=\"valueLabel.set($event)\"\n (input)=\"inputHandler($event)\"\n (keydown)=\"onInputKeyDown($event)\"\n (keydown.tab)=\"clickInput()\"\n (focus)=\"clickInput()\"\n />\n <aeb-dropdown-menu\n [options]=\"filteredOptions()\"\n [isOpen]=\"dropdownIsOpen()\"\n (optionSelect)=\"selectHandler($event)\"\n ></aeb-dropdown-menu>\n <label [errorMessage]>{{ errorMessageText() }}</label>\n</aeb-form-field>\n\n<div\n class=\"aeb-dropdown__icon\"\n [ngClass]=\"{\n 'aeb-dropdown__icon--is-open': dropdownIsOpen()\n }\"\n (click)=\"openHandler()\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M8 10L11.9293 13.9293C11.9683 13.9683 12.0317 13.9683 12.0707 13.9293L16 10\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n", styles: [".aeb-dropdown{position:relative;width:100%}.aeb-dropdown__icon{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}.aeb-dropdown__icon svg{transition:transform,.2s}.aeb-dropdown__icon--is-open svg{transform:rotate(180deg)}\n"] }]
2679
- }], ctorParameters: () => [] });
2679
+ }], ctorParameters: () => [], propDecorators: { _formFieldRef: [{ type: i0.ViewChild, args: [i0.forwardRef(() => FormField), { isSignal: true }] }], _dropdownMenuRef: [{ type: i0.ViewChild, args: [i0.forwardRef(() => DropdownMenu), { isSignal: true }] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], errorMessageText: [{ type: i0.Input, args: [{ isSignal: true, alias: "errorMessageText", required: false }] }], filter: [{ type: i0.Input, args: [{ isSignal: true, alias: "filter", required: false }] }], hasError: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasError", required: false }] }], validateOnDirty: [{ type: i0.Input, args: [{ isSignal: true, alias: "validateOnDirty", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], optionSelect: [{ type: i0.Output, args: ["optionSelect"] }], inputChange: [{ type: i0.Output, args: ["inputChange"] }] } });
2680
2680
 
2681
2681
  class DropdownModule {
2682
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2683
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: DropdownModule, imports: [Dropdown], exports: [Dropdown] }); }
2684
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DropdownModule, imports: [Dropdown] }); }
2682
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DropdownModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2683
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: DropdownModule, imports: [Dropdown], exports: [Dropdown] }); }
2684
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DropdownModule, imports: [Dropdown] }); }
2685
2685
  }
2686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DropdownModule, decorators: [{
2686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DropdownModule, decorators: [{
2687
2687
  type: NgModule,
2688
2688
  args: [{
2689
2689
  imports: [Dropdown],
@@ -2692,11 +2692,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
2692
2692
  }] });
2693
2693
 
2694
2694
  class DropdownMenuModule {
2695
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DropdownMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2696
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: DropdownMenuModule, imports: [DropdownMenu], exports: [DropdownMenu] }); }
2697
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DropdownMenuModule }); }
2695
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DropdownMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2696
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: DropdownMenuModule, imports: [DropdownMenu], exports: [DropdownMenu] }); }
2697
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DropdownMenuModule }); }
2698
2698
  }
2699
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DropdownMenuModule, decorators: [{
2699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DropdownMenuModule, decorators: [{
2700
2700
  type: NgModule,
2701
2701
  args: [{
2702
2702
  imports: [DropdownMenu],
@@ -2746,15 +2746,15 @@ class AttachButton {
2746
2746
  }
2747
2747
  }
2748
2748
  }
2749
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AttachButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2750
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: AttachButton, isStandalone: true, selector: "aeb-attach-button", inputs: { attachButtonIcon: { classPropertyName: "attachButtonIcon", publicName: "attachButtonIcon", isSignal: true, isRequired: false, transformFunction: null }, filesAmount: { classPropertyName: "filesAmount", publicName: "filesAmount", isSignal: true, isRequired: false, transformFunction: null }, requirement: { classPropertyName: "requirement", publicName: "requirement", isSignal: true, isRequired: false, transformFunction: null }, attachButtonText: { classPropertyName: "attachButtonText", publicName: "attachButtonText", isSignal: true, isRequired: false, transformFunction: null }, multi: { classPropertyName: "multi", publicName: "multi", isSignal: true, isRequired: false, transformFunction: null }, showErrorMessage: { classPropertyName: "showErrorMessage", publicName: "showErrorMessage", isSignal: true, isRequired: false, transformFunction: null }, showErrorMessageText: { classPropertyName: "showErrorMessageText", publicName: "showErrorMessageText", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { fileChoosen: "fileChoosen", buttonClick: "buttonClick", fileListCleared: "fileListCleared" }, host: { classAttribute: "aeb-attach-button" }, viewQueries: [{ propertyName: "fileInputRef", first: true, predicate: ["fileInput"], descendants: true, isSignal: true }], ngImport: i0, template: "<button aebButton [size]=\"'L'\" [variant]=\"'outline'\" (click)=\"onButtonClick()\">\n {{ attachButtonText() }} @if (attachButtonIcon()) {\n <img class=\"aeb-icon-left\" [src]=\"attachButtonIcon()\" alt=\"attach-icon\" />\n } @else {\n <svg\n class=\"aeb-icon-left\"\n width=\"22\"\n height=\"22\"\n viewBox=\"0 0 22 22\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M21 10.376L11.5445 19.2938C10.3861 20.3862 8.81499 21 7.1768 21C5.53861 21 3.96752 20.3862 2.80914 19.2938C1.65077 18.2013 1 16.7195 1 15.1745C1 13.6295 1.65077 12.1477 2.80914 11.0553L12.2647 2.1375C13.0369 1.40917 14.0843 1 15.1765 1C16.2686 1 17.316 1.40917 18.0882 2.1375C18.8605 2.86583 19.2943 3.85365 19.2943 4.88366C19.2943 5.91367 18.8605 6.9015 18.0882 7.62983L8.6224 16.5476C8.23627 16.9118 7.71257 17.1163 7.16651 17.1163C6.62045 17.1163 6.09675 16.9118 5.71063 16.5476C5.3245 16.1834 5.10758 15.6895 5.10758 15.1745C5.10758 14.6595 5.3245 14.1656 5.71063 13.8014L14.4459 5.57263\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n }\n</button>\n<input\n #fileInput\n type=\"file\"\n [multiple]=\"multi()\"\n (change)=\"chooseFile($event)\"\n style=\"display: none\"\n/>\n<div class=\"aeb-attach-button__file-message\">\n @if (showErrorMessageText() | async; as errorText) {\n <div class=\"aeb-attach-button__file-message__error\">\n @if (showErrorMessage()) {\n <div>{{ errorText }}</div>\n }\n </div>\n } @if (filesAmount() === 0 && requirement() !== undefined) {\n <div class=\"aeb-attach-button__file-message__container\">\n <p [innerHTML]=\"requirement().text\"></p>\n </div>\n } @if (filesAmount() > 0) {\n <div class=\"aeb-attach-button__file-message__file-amount\">\n <div>\n {{ filesAmount() === 1 ? '\u0412\u044B\u0431\u0440\u0430\u043D' : '\u0412\u044B\u0431\u0440\u0430\u043D\u043E' }} {{ filesAmount() }} {{\n getCaseByNumber(['\u0444\u0430\u0439\u043B', '\u0444\u0430\u0439\u043B\u0430', '\u0444\u0430\u0439\u043B\u043E\u0432']) }}\n </div>\n <div class=\"aeb-attach-button__remove-icon\" (click)=\"clearFileList()\">\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5 10.7609L11.0268 4.73413\"\n stroke=\"#27303E\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M11.0268 10.7609L5 4.73413\"\n stroke=\"#27303E\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n }\n</div>\n", styles: [".aeb-attach-button{display:flex;align-items:center}.aeb-attach-button__file-message{display:flex;flex-direction:column;margin-left:20px;font-size:var(--font-size-xs);line-height:16px;gap:8px}@media screen and (max-width: 599px){.aeb-attach-button__file-message{margin-top:16px;margin-left:0}}.aeb-attach-button__file-message__container p{margin:0}.aeb-attach-button__file-message__error{color:var(--color-red-500)}.aeb-attach-button__file-message__file-amount{display:flex}.aeb-attach-button__remove-icon{width:16px;height:16px;margin-left:20px;cursor:pointer}.aeb-attach-button__remove-icon:hover svg path{stroke:var(--color-blue-500)}@media screen and (max-width: 599px){.aeb-attach-button{flex-direction:column;align-items:flex-start}}\n"], dependencies: [{ kind: "component", type: Button, selector: "button[aebButton], a[aebButton]", inputs: ["variant", "size", "isWarning", "fill"] }, { kind: "directive", type: ButtonLeftIconDirective, selector: "img.aeb-icon-left, svg.aeb-icon-left" }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2749
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AttachButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2750
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: AttachButton, isStandalone: true, selector: "aeb-attach-button", inputs: { attachButtonIcon: { classPropertyName: "attachButtonIcon", publicName: "attachButtonIcon", isSignal: true, isRequired: false, transformFunction: null }, filesAmount: { classPropertyName: "filesAmount", publicName: "filesAmount", isSignal: true, isRequired: false, transformFunction: null }, requirement: { classPropertyName: "requirement", publicName: "requirement", isSignal: true, isRequired: false, transformFunction: null }, attachButtonText: { classPropertyName: "attachButtonText", publicName: "attachButtonText", isSignal: true, isRequired: false, transformFunction: null }, multi: { classPropertyName: "multi", publicName: "multi", isSignal: true, isRequired: false, transformFunction: null }, showErrorMessage: { classPropertyName: "showErrorMessage", publicName: "showErrorMessage", isSignal: true, isRequired: false, transformFunction: null }, showErrorMessageText: { classPropertyName: "showErrorMessageText", publicName: "showErrorMessageText", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { fileChoosen: "fileChoosen", buttonClick: "buttonClick", fileListCleared: "fileListCleared" }, host: { classAttribute: "aeb-attach-button" }, viewQueries: [{ propertyName: "fileInputRef", first: true, predicate: ["fileInput"], descendants: true, isSignal: true }], ngImport: i0, template: "<button aebButton [size]=\"'L'\" [variant]=\"'outline'\" (click)=\"onButtonClick()\">\n {{ attachButtonText() }} @if (attachButtonIcon()) {\n <img class=\"aeb-icon-left\" [src]=\"attachButtonIcon()\" alt=\"attach-icon\" />\n } @else {\n <svg\n class=\"aeb-icon-left\"\n width=\"22\"\n height=\"22\"\n viewBox=\"0 0 22 22\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M21 10.376L11.5445 19.2938C10.3861 20.3862 8.81499 21 7.1768 21C5.53861 21 3.96752 20.3862 2.80914 19.2938C1.65077 18.2013 1 16.7195 1 15.1745C1 13.6295 1.65077 12.1477 2.80914 11.0553L12.2647 2.1375C13.0369 1.40917 14.0843 1 15.1765 1C16.2686 1 17.316 1.40917 18.0882 2.1375C18.8605 2.86583 19.2943 3.85365 19.2943 4.88366C19.2943 5.91367 18.8605 6.9015 18.0882 7.62983L8.6224 16.5476C8.23627 16.9118 7.71257 17.1163 7.16651 17.1163C6.62045 17.1163 6.09675 16.9118 5.71063 16.5476C5.3245 16.1834 5.10758 15.6895 5.10758 15.1745C5.10758 14.6595 5.3245 14.1656 5.71063 13.8014L14.4459 5.57263\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n }\n</button>\n<input\n #fileInput\n type=\"file\"\n [multiple]=\"multi()\"\n (change)=\"chooseFile($event)\"\n style=\"display: none\"\n/>\n<div class=\"aeb-attach-button__file-message\">\n @if (showErrorMessageText() | async; as errorText) {\n <div class=\"aeb-attach-button__file-message__error\">\n @if (showErrorMessage()) {\n <div>{{ errorText }}</div>\n }\n </div>\n } @if (filesAmount() === 0 && requirement() !== undefined) {\n <div class=\"aeb-attach-button__file-message__container\">\n <p [innerHTML]=\"requirement().text\"></p>\n </div>\n } @if (filesAmount() > 0) {\n <div class=\"aeb-attach-button__file-message__file-amount\">\n <div>\n {{ filesAmount() === 1 ? '\u0412\u044B\u0431\u0440\u0430\u043D' : '\u0412\u044B\u0431\u0440\u0430\u043D\u043E' }} {{ filesAmount() }} {{\n getCaseByNumber(['\u0444\u0430\u0439\u043B', '\u0444\u0430\u0439\u043B\u0430', '\u0444\u0430\u0439\u043B\u043E\u0432']) }}\n </div>\n <div class=\"aeb-attach-button__remove-icon\" (click)=\"clearFileList()\">\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5 10.7609L11.0268 4.73413\"\n stroke=\"#27303E\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M11.0268 10.7609L5 4.73413\"\n stroke=\"#27303E\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n }\n</div>\n", styles: [".aeb-attach-button{display:flex;align-items:center}.aeb-attach-button__file-message{display:flex;flex-direction:column;margin-left:20px;font-size:var(--font-size-xs);line-height:16px;gap:8px}@media screen and (max-width:599px){.aeb-attach-button__file-message{margin-top:16px;margin-left:0}}.aeb-attach-button__file-message__container p{margin:0}.aeb-attach-button__file-message__error{color:var(--color-red-500)}.aeb-attach-button__file-message__file-amount{display:flex}.aeb-attach-button__remove-icon{width:16px;height:16px;margin-left:20px;cursor:pointer}.aeb-attach-button__remove-icon:hover svg path{stroke:var(--color-blue-500)}@media screen and (max-width:599px){.aeb-attach-button{flex-direction:column;align-items:flex-start}}\n"], dependencies: [{ kind: "component", type: Button, selector: "button[aebButton], a[aebButton]", inputs: ["variant", "size", "isWarning", "fill"] }, { kind: "directive", type: ButtonLeftIconDirective, selector: "img.aeb-icon-left, svg.aeb-icon-left" }, { kind: "pipe", type: AsyncPipe, name: "async" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2751
2751
  }
2752
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AttachButton, decorators: [{
2752
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AttachButton, decorators: [{
2753
2753
  type: Component,
2754
2754
  args: [{ selector: 'aeb-attach-button', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [Button, ButtonLeftIconDirective, AsyncPipe], host: {
2755
2755
  class: 'aeb-attach-button'
2756
- }, template: "<button aebButton [size]=\"'L'\" [variant]=\"'outline'\" (click)=\"onButtonClick()\">\n {{ attachButtonText() }} @if (attachButtonIcon()) {\n <img class=\"aeb-icon-left\" [src]=\"attachButtonIcon()\" alt=\"attach-icon\" />\n } @else {\n <svg\n class=\"aeb-icon-left\"\n width=\"22\"\n height=\"22\"\n viewBox=\"0 0 22 22\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M21 10.376L11.5445 19.2938C10.3861 20.3862 8.81499 21 7.1768 21C5.53861 21 3.96752 20.3862 2.80914 19.2938C1.65077 18.2013 1 16.7195 1 15.1745C1 13.6295 1.65077 12.1477 2.80914 11.0553L12.2647 2.1375C13.0369 1.40917 14.0843 1 15.1765 1C16.2686 1 17.316 1.40917 18.0882 2.1375C18.8605 2.86583 19.2943 3.85365 19.2943 4.88366C19.2943 5.91367 18.8605 6.9015 18.0882 7.62983L8.6224 16.5476C8.23627 16.9118 7.71257 17.1163 7.16651 17.1163C6.62045 17.1163 6.09675 16.9118 5.71063 16.5476C5.3245 16.1834 5.10758 15.6895 5.10758 15.1745C5.10758 14.6595 5.3245 14.1656 5.71063 13.8014L14.4459 5.57263\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n }\n</button>\n<input\n #fileInput\n type=\"file\"\n [multiple]=\"multi()\"\n (change)=\"chooseFile($event)\"\n style=\"display: none\"\n/>\n<div class=\"aeb-attach-button__file-message\">\n @if (showErrorMessageText() | async; as errorText) {\n <div class=\"aeb-attach-button__file-message__error\">\n @if (showErrorMessage()) {\n <div>{{ errorText }}</div>\n }\n </div>\n } @if (filesAmount() === 0 && requirement() !== undefined) {\n <div class=\"aeb-attach-button__file-message__container\">\n <p [innerHTML]=\"requirement().text\"></p>\n </div>\n } @if (filesAmount() > 0) {\n <div class=\"aeb-attach-button__file-message__file-amount\">\n <div>\n {{ filesAmount() === 1 ? '\u0412\u044B\u0431\u0440\u0430\u043D' : '\u0412\u044B\u0431\u0440\u0430\u043D\u043E' }} {{ filesAmount() }} {{\n getCaseByNumber(['\u0444\u0430\u0439\u043B', '\u0444\u0430\u0439\u043B\u0430', '\u0444\u0430\u0439\u043B\u043E\u0432']) }}\n </div>\n <div class=\"aeb-attach-button__remove-icon\" (click)=\"clearFileList()\">\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5 10.7609L11.0268 4.73413\"\n stroke=\"#27303E\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M11.0268 10.7609L5 4.73413\"\n stroke=\"#27303E\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n }\n</div>\n", styles: [".aeb-attach-button{display:flex;align-items:center}.aeb-attach-button__file-message{display:flex;flex-direction:column;margin-left:20px;font-size:var(--font-size-xs);line-height:16px;gap:8px}@media screen and (max-width: 599px){.aeb-attach-button__file-message{margin-top:16px;margin-left:0}}.aeb-attach-button__file-message__container p{margin:0}.aeb-attach-button__file-message__error{color:var(--color-red-500)}.aeb-attach-button__file-message__file-amount{display:flex}.aeb-attach-button__remove-icon{width:16px;height:16px;margin-left:20px;cursor:pointer}.aeb-attach-button__remove-icon:hover svg path{stroke:var(--color-blue-500)}@media screen and (max-width: 599px){.aeb-attach-button{flex-direction:column;align-items:flex-start}}\n"] }]
2757
- }] });
2756
+ }, template: "<button aebButton [size]=\"'L'\" [variant]=\"'outline'\" (click)=\"onButtonClick()\">\n {{ attachButtonText() }} @if (attachButtonIcon()) {\n <img class=\"aeb-icon-left\" [src]=\"attachButtonIcon()\" alt=\"attach-icon\" />\n } @else {\n <svg\n class=\"aeb-icon-left\"\n width=\"22\"\n height=\"22\"\n viewBox=\"0 0 22 22\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M21 10.376L11.5445 19.2938C10.3861 20.3862 8.81499 21 7.1768 21C5.53861 21 3.96752 20.3862 2.80914 19.2938C1.65077 18.2013 1 16.7195 1 15.1745C1 13.6295 1.65077 12.1477 2.80914 11.0553L12.2647 2.1375C13.0369 1.40917 14.0843 1 15.1765 1C16.2686 1 17.316 1.40917 18.0882 2.1375C18.8605 2.86583 19.2943 3.85365 19.2943 4.88366C19.2943 5.91367 18.8605 6.9015 18.0882 7.62983L8.6224 16.5476C8.23627 16.9118 7.71257 17.1163 7.16651 17.1163C6.62045 17.1163 6.09675 16.9118 5.71063 16.5476C5.3245 16.1834 5.10758 15.6895 5.10758 15.1745C5.10758 14.6595 5.3245 14.1656 5.71063 13.8014L14.4459 5.57263\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n }\n</button>\n<input\n #fileInput\n type=\"file\"\n [multiple]=\"multi()\"\n (change)=\"chooseFile($event)\"\n style=\"display: none\"\n/>\n<div class=\"aeb-attach-button__file-message\">\n @if (showErrorMessageText() | async; as errorText) {\n <div class=\"aeb-attach-button__file-message__error\">\n @if (showErrorMessage()) {\n <div>{{ errorText }}</div>\n }\n </div>\n } @if (filesAmount() === 0 && requirement() !== undefined) {\n <div class=\"aeb-attach-button__file-message__container\">\n <p [innerHTML]=\"requirement().text\"></p>\n </div>\n } @if (filesAmount() > 0) {\n <div class=\"aeb-attach-button__file-message__file-amount\">\n <div>\n {{ filesAmount() === 1 ? '\u0412\u044B\u0431\u0440\u0430\u043D' : '\u0412\u044B\u0431\u0440\u0430\u043D\u043E' }} {{ filesAmount() }} {{\n getCaseByNumber(['\u0444\u0430\u0439\u043B', '\u0444\u0430\u0439\u043B\u0430', '\u0444\u0430\u0439\u043B\u043E\u0432']) }}\n </div>\n <div class=\"aeb-attach-button__remove-icon\" (click)=\"clearFileList()\">\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 16 16\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5 10.7609L11.0268 4.73413\"\n stroke=\"#27303E\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M11.0268 10.7609L5 4.73413\"\n stroke=\"#27303E\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n }\n</div>\n", styles: [".aeb-attach-button{display:flex;align-items:center}.aeb-attach-button__file-message{display:flex;flex-direction:column;margin-left:20px;font-size:var(--font-size-xs);line-height:16px;gap:8px}@media screen and (max-width:599px){.aeb-attach-button__file-message{margin-top:16px;margin-left:0}}.aeb-attach-button__file-message__container p{margin:0}.aeb-attach-button__file-message__error{color:var(--color-red-500)}.aeb-attach-button__file-message__file-amount{display:flex}.aeb-attach-button__remove-icon{width:16px;height:16px;margin-left:20px;cursor:pointer}.aeb-attach-button__remove-icon:hover svg path{stroke:var(--color-blue-500)}@media screen and (max-width:599px){.aeb-attach-button{flex-direction:column;align-items:flex-start}}\n"] }]
2757
+ }], propDecorators: { attachButtonIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "attachButtonIcon", required: false }] }], filesAmount: [{ type: i0.Input, args: [{ isSignal: true, alias: "filesAmount", required: false }] }], requirement: [{ type: i0.Input, args: [{ isSignal: true, alias: "requirement", required: false }] }], attachButtonText: [{ type: i0.Input, args: [{ isSignal: true, alias: "attachButtonText", required: false }] }], multi: [{ type: i0.Input, args: [{ isSignal: true, alias: "multi", required: false }] }], showErrorMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "showErrorMessage", required: false }] }], showErrorMessageText: [{ type: i0.Input, args: [{ isSignal: true, alias: "showErrorMessageText", required: false }] }], fileChoosen: [{ type: i0.Output, args: ["fileChoosen"] }], buttonClick: [{ type: i0.Output, args: ["buttonClick"] }], fileListCleared: [{ type: i0.Output, args: ["fileListCleared"] }], fileInputRef: [{ type: i0.ViewChild, args: ['fileInput', { isSignal: true }] }] } });
2758
2758
 
2759
2759
  class DefaultBody {
2760
2760
  constructor() {
@@ -2762,29 +2762,29 @@ class DefaultBody {
2762
2762
  this.attachmentDescription = input([], ...(ngDevMode ? [{ debugName: "attachmentDescription" }] : []));
2763
2763
  this.documentListText = input('', ...(ngDevMode ? [{ debugName: "documentListText" }] : []));
2764
2764
  }
2765
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DefaultBody, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2766
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: DefaultBody, isStandalone: true, selector: "aeb-default-body", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, attachmentDescription: { classPropertyName: "attachmentDescription", publicName: "attachmentDescription", isSignal: true, isRequired: false, transformFunction: null }, documentListText: { classPropertyName: "documentListText", publicName: "documentListText", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "aeb-attach-default-body" }, ngImport: i0, template: "@if (title()) {\n<div class=\"aeb-attach-default-body__title aeb-attach-default-body__content\">\n {{ title() }}\n</div>\n} @if (attachmentDescription().length > 0) {\n<div\n class=\"aeb-attach-default-body__description aeb-attach-default-body__content\"\n>\n @for (description of attachmentDescription(); track description) {\n <div class=\"aeb-attach-default-body__description__item\">\n <div\n class=\"aeb-attach-default-body__description__item__icon\"\n [ngStyle]=\"{\n 'background-image': 'url(' + description.iconURL + ')'\n }\"\n ></div>\n <div class=\"aeb-attach-default-body__description__item__text\">\n {{ description.text }}\n </div>\n </div>\n }\n</div>\n} @if (documentListText()?.length) {\n<div class=\"aeb-attach-default-body__doclist aeb-attach-default-body__content\">\n {{ documentListText() }}\n</div>\n}\n<ng-content />\n", styles: [".aeb-attach-default-body__content{padding-bottom:16px}.aeb-attach-default-body__title{font-size:var(--font-size-m);line-height:20px}.aeb-attach-default-body__description{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width: 767px){.aeb-attach-default-body__description{grid-template-columns:1fr}}.aeb-attach-default-body__description__item{display:flex;align-items:center;max-width:488px}.aeb-attach-default-body__description__item__text{max-width:175px;margin-right:16px;margin-left:16px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}.aeb-attach-default-body__description__item__icon{width:52px;height:52px;background-repeat:no-repeat;background-size:cover}.aeb-attach-default-body__doclist{max-width:488px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2765
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DefaultBody, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2766
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: DefaultBody, isStandalone: true, selector: "aeb-default-body", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, attachmentDescription: { classPropertyName: "attachmentDescription", publicName: "attachmentDescription", isSignal: true, isRequired: false, transformFunction: null }, documentListText: { classPropertyName: "documentListText", publicName: "documentListText", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "aeb-attach-default-body" }, ngImport: i0, template: "@if (title()) {\n<div class=\"aeb-attach-default-body__title aeb-attach-default-body__content\">\n {{ title() }}\n</div>\n} @if (attachmentDescription().length > 0) {\n<div\n class=\"aeb-attach-default-body__description aeb-attach-default-body__content\"\n>\n @for (description of attachmentDescription(); track description) {\n <div class=\"aeb-attach-default-body__description__item\">\n <div\n class=\"aeb-attach-default-body__description__item__icon\"\n [ngStyle]=\"{\n 'background-image': 'url(' + description.iconURL + ')'\n }\"\n ></div>\n <div class=\"aeb-attach-default-body__description__item__text\">\n {{ description.text }}\n </div>\n </div>\n }\n</div>\n} @if (documentListText()?.length) {\n<div class=\"aeb-attach-default-body__doclist aeb-attach-default-body__content\">\n {{ documentListText() }}\n</div>\n}\n<ng-content />\n", styles: [".aeb-attach-default-body__content{padding-bottom:16px}.aeb-attach-default-body__title{font-size:var(--font-size-m);line-height:20px}.aeb-attach-default-body__description{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:767px){.aeb-attach-default-body__description{grid-template-columns:1fr}}.aeb-attach-default-body__description__item{display:flex;align-items:center;max-width:488px}.aeb-attach-default-body__description__item__text{max-width:175px;margin-right:16px;margin-left:16px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}.aeb-attach-default-body__description__item__icon{width:52px;height:52px;background-repeat:no-repeat;background-size:cover}.aeb-attach-default-body__doclist{max-width:488px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2767
2767
  }
2768
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DefaultBody, decorators: [{
2768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DefaultBody, decorators: [{
2769
2769
  type: Component,
2770
2770
  args: [{ selector: 'aeb-default-body', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [NgStyle], host: {
2771
2771
  class: 'aeb-attach-default-body'
2772
- }, template: "@if (title()) {\n<div class=\"aeb-attach-default-body__title aeb-attach-default-body__content\">\n {{ title() }}\n</div>\n} @if (attachmentDescription().length > 0) {\n<div\n class=\"aeb-attach-default-body__description aeb-attach-default-body__content\"\n>\n @for (description of attachmentDescription(); track description) {\n <div class=\"aeb-attach-default-body__description__item\">\n <div\n class=\"aeb-attach-default-body__description__item__icon\"\n [ngStyle]=\"{\n 'background-image': 'url(' + description.iconURL + ')'\n }\"\n ></div>\n <div class=\"aeb-attach-default-body__description__item__text\">\n {{ description.text }}\n </div>\n </div>\n }\n</div>\n} @if (documentListText()?.length) {\n<div class=\"aeb-attach-default-body__doclist aeb-attach-default-body__content\">\n {{ documentListText() }}\n</div>\n}\n<ng-content />\n", styles: [".aeb-attach-default-body__content{padding-bottom:16px}.aeb-attach-default-body__title{font-size:var(--font-size-m);line-height:20px}.aeb-attach-default-body__description{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width: 767px){.aeb-attach-default-body__description{grid-template-columns:1fr}}.aeb-attach-default-body__description__item{display:flex;align-items:center;max-width:488px}.aeb-attach-default-body__description__item__text{max-width:175px;margin-right:16px;margin-left:16px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}.aeb-attach-default-body__description__item__icon{width:52px;height:52px;background-repeat:no-repeat;background-size:cover}.aeb-attach-default-body__doclist{max-width:488px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}\n"] }]
2773
- }] });
2772
+ }, template: "@if (title()) {\n<div class=\"aeb-attach-default-body__title aeb-attach-default-body__content\">\n {{ title() }}\n</div>\n} @if (attachmentDescription().length > 0) {\n<div\n class=\"aeb-attach-default-body__description aeb-attach-default-body__content\"\n>\n @for (description of attachmentDescription(); track description) {\n <div class=\"aeb-attach-default-body__description__item\">\n <div\n class=\"aeb-attach-default-body__description__item__icon\"\n [ngStyle]=\"{\n 'background-image': 'url(' + description.iconURL + ')'\n }\"\n ></div>\n <div class=\"aeb-attach-default-body__description__item__text\">\n {{ description.text }}\n </div>\n </div>\n }\n</div>\n} @if (documentListText()?.length) {\n<div class=\"aeb-attach-default-body__doclist aeb-attach-default-body__content\">\n {{ documentListText() }}\n</div>\n}\n<ng-content />\n", styles: [".aeb-attach-default-body__content{padding-bottom:16px}.aeb-attach-default-body__title{font-size:var(--font-size-m);line-height:20px}.aeb-attach-default-body__description{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:767px){.aeb-attach-default-body__description{grid-template-columns:1fr}}.aeb-attach-default-body__description__item{display:flex;align-items:center;max-width:488px}.aeb-attach-default-body__description__item__text{max-width:175px;margin-right:16px;margin-left:16px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}.aeb-attach-default-body__description__item__icon{width:52px;height:52px;background-repeat:no-repeat;background-size:cover}.aeb-attach-default-body__doclist{max-width:488px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}\n"] }]
2773
+ }], propDecorators: { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], attachmentDescription: [{ type: i0.Input, args: [{ isSignal: true, alias: "attachmentDescription", required: false }] }], documentListText: [{ type: i0.Input, args: [{ isSignal: true, alias: "documentListText", required: false }] }] } });
2774
2774
 
2775
2775
  class SalaryPortalBody {
2776
2776
  constructor() {
2777
2777
  this.title = input('', ...(ngDevMode ? [{ debugName: "title" }] : []));
2778
2778
  }
2779
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SalaryPortalBody, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2780
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: SalaryPortalBody, isStandalone: true, selector: "aeb-salary-portal-body", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "aeb-attach-salary-portal-body" }, ngImport: i0, template: "@if (title()) {\n<div\n class=\"aeb-attach-salary-portal-body__title aeb-attach-salary-portal-body__content\"\n>\n {{ title() }}\n</div>\n}\n<div class=\"aeb-attach-salary-portal-body__upload-icon\">\n <svg\n width=\"70\"\n height=\"60\"\n viewBox=\"0 0 70 60\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M56.9299 17.0405C56.1814 12.5554 53.979 8.46218 50.6107 5.356C46.8682 1.90145 42.0029 0 36.9361 0C33.0208 0 29.2063 1.13216 25.9387 3.26585C23.2182 5.03667 20.9583 7.43163 19.3605 10.2475C18.6695 10.1169 17.9498 10.0443 17.2301 10.0443C11.1125 10.0443 6.13202 15.0665 6.13202 21.2353C6.13202 22.0336 6.21838 22.8029 6.36233 23.5577C2.40387 26.4607 0 31.1345 0 36.1131C0 40.1337 1.48262 44.0382 4.18877 47.1299C6.96689 50.2941 10.6375 52.1665 14.5527 52.3843C14.5959 52.3843 14.6247 52.3843 14.6679 52.3843H27.0471C28.1267 52.3843 28.9903 51.5134 28.9903 50.4247C28.9903 49.3361 28.1267 48.4652 27.0471 48.4652H14.7255C8.83817 48.1024 3.88649 42.4561 3.88649 36.0985C3.88649 31.9908 6.07444 28.1589 9.60107 26.0833C10.4215 25.6043 10.767 24.6027 10.4503 23.7028C10.1625 22.919 10.0185 22.0917 10.0185 21.2063C10.0185 17.2001 13.2572 13.9343 17.2301 13.9343C18.0794 13.9343 18.9143 14.0794 19.6915 14.3697C20.6416 14.7181 21.6924 14.2827 22.1242 13.3682C24.816 7.6058 30.6313 3.88999 36.9504 3.88999C45.4431 3.88999 52.4532 10.3056 53.2593 18.8113C53.3457 19.6967 54.0078 20.4079 54.8715 20.5531C61.277 21.6562 66.1135 27.6218 66.1135 34.4293C66.1135 41.6432 60.4853 47.9137 53.5472 48.4507H42.9385C41.8589 48.4507 40.9953 49.3216 40.9953 50.4102C40.9953 51.4988 41.8589 52.3697 42.9385 52.3697H53.6192C53.6623 52.3697 53.7055 52.3697 53.7631 52.3697C58.1534 52.0504 62.2558 50.0183 65.3074 46.6218C68.3447 43.2544 70 38.9289 70 34.4293C69.9856 26.2865 64.4725 19.0435 56.9299 17.0405Z\"\n fill=\"#F0F0F0\"\n />\n <path\n d=\"M46.6828 36.5255C47.4469 35.8634 47.4469 34.8014 46.6828 34.1393L36.3754 25.2068C36.015 24.8944 35.5104 24.707 35.0059 24.707C34.5013 24.707 33.9967 24.8819 33.6363 25.2068L23.3289 34.1393C22.5648 34.8014 22.5648 35.8634 23.3289 36.5255C23.7037 36.8503 24.2083 37.0252 24.6984 37.0252C25.1886 37.0252 25.6931 36.8628 26.0679 36.5255L33.0597 30.4663V58.3134C33.0597 59.2504 33.9247 60 35.0059 60C36.0871 60 36.952 59.2504 36.952 58.3134V30.4663L43.9438 36.5255C44.6934 37.1876 45.9188 37.1876 46.6828 36.5255Z\"\n fill=\"#F0F0F0\"\n />\n </svg>\n</div>\n<div class=\"aeb-attach-salary-portal-body__info-txt\">\u041F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0444\u0430\u0439\u043B \u0441\u044E\u0434\u0430</div>\n<div class=\"aeb-attach-salary-portal-body__button-wrapper\">\n <div class=\"aeb-attach-salary-portal-body__btn-left\">\u0438\u043B\u0438</div>\n <ng-content />\n</div>\n", styles: [".aeb-attach-salary-portal-body{display:flex;flex-direction:column;align-items:center;justify-content:center}.aeb-attach-salary-portal-body__title{font-size:var(--font-size-m);line-height:20px}.aeb-attach-salary-portal-body__upload-icon{margin-top:16px}.aeb-attach-salary-portal-body__info-txt{margin-top:16px;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-attach-salary-portal-body__btn-left{margin-right:20px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-attach-salary-portal-body__button-wrapper{display:flex;align-items:center;margin-top:16px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2779
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SalaryPortalBody, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2780
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: SalaryPortalBody, isStandalone: true, selector: "aeb-salary-portal-body", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "aeb-attach-salary-portal-body" }, ngImport: i0, template: "@if (title()) {\n<div\n class=\"aeb-attach-salary-portal-body__title aeb-attach-salary-portal-body__content\"\n>\n {{ title() }}\n</div>\n}\n<div class=\"aeb-attach-salary-portal-body__upload-icon\">\n <svg\n width=\"70\"\n height=\"60\"\n viewBox=\"0 0 70 60\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M56.9299 17.0405C56.1814 12.5554 53.979 8.46218 50.6107 5.356C46.8682 1.90145 42.0029 0 36.9361 0C33.0208 0 29.2063 1.13216 25.9387 3.26585C23.2182 5.03667 20.9583 7.43163 19.3605 10.2475C18.6695 10.1169 17.9498 10.0443 17.2301 10.0443C11.1125 10.0443 6.13202 15.0665 6.13202 21.2353C6.13202 22.0336 6.21838 22.8029 6.36233 23.5577C2.40387 26.4607 0 31.1345 0 36.1131C0 40.1337 1.48262 44.0382 4.18877 47.1299C6.96689 50.2941 10.6375 52.1665 14.5527 52.3843C14.5959 52.3843 14.6247 52.3843 14.6679 52.3843H27.0471C28.1267 52.3843 28.9903 51.5134 28.9903 50.4247C28.9903 49.3361 28.1267 48.4652 27.0471 48.4652H14.7255C8.83817 48.1024 3.88649 42.4561 3.88649 36.0985C3.88649 31.9908 6.07444 28.1589 9.60107 26.0833C10.4215 25.6043 10.767 24.6027 10.4503 23.7028C10.1625 22.919 10.0185 22.0917 10.0185 21.2063C10.0185 17.2001 13.2572 13.9343 17.2301 13.9343C18.0794 13.9343 18.9143 14.0794 19.6915 14.3697C20.6416 14.7181 21.6924 14.2827 22.1242 13.3682C24.816 7.6058 30.6313 3.88999 36.9504 3.88999C45.4431 3.88999 52.4532 10.3056 53.2593 18.8113C53.3457 19.6967 54.0078 20.4079 54.8715 20.5531C61.277 21.6562 66.1135 27.6218 66.1135 34.4293C66.1135 41.6432 60.4853 47.9137 53.5472 48.4507H42.9385C41.8589 48.4507 40.9953 49.3216 40.9953 50.4102C40.9953 51.4988 41.8589 52.3697 42.9385 52.3697H53.6192C53.6623 52.3697 53.7055 52.3697 53.7631 52.3697C58.1534 52.0504 62.2558 50.0183 65.3074 46.6218C68.3447 43.2544 70 38.9289 70 34.4293C69.9856 26.2865 64.4725 19.0435 56.9299 17.0405Z\"\n fill=\"#F0F0F0\"\n />\n <path\n d=\"M46.6828 36.5255C47.4469 35.8634 47.4469 34.8014 46.6828 34.1393L36.3754 25.2068C36.015 24.8944 35.5104 24.707 35.0059 24.707C34.5013 24.707 33.9967 24.8819 33.6363 25.2068L23.3289 34.1393C22.5648 34.8014 22.5648 35.8634 23.3289 36.5255C23.7037 36.8503 24.2083 37.0252 24.6984 37.0252C25.1886 37.0252 25.6931 36.8628 26.0679 36.5255L33.0597 30.4663V58.3134C33.0597 59.2504 33.9247 60 35.0059 60C36.0871 60 36.952 59.2504 36.952 58.3134V30.4663L43.9438 36.5255C44.6934 37.1876 45.9188 37.1876 46.6828 36.5255Z\"\n fill=\"#F0F0F0\"\n />\n </svg>\n</div>\n<div class=\"aeb-attach-salary-portal-body__info-txt\">\u041F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0444\u0430\u0439\u043B \u0441\u044E\u0434\u0430</div>\n<div class=\"aeb-attach-salary-portal-body__button-wrapper\">\n <div class=\"aeb-attach-salary-portal-body__btn-left\">\u0438\u043B\u0438</div>\n <ng-content />\n</div>\n", styles: [".aeb-attach-salary-portal-body{display:flex;flex-direction:column;align-items:center;justify-content:center}.aeb-attach-salary-portal-body__title{font-size:var(--font-size-m);line-height:20px}.aeb-attach-salary-portal-body__upload-icon{margin-top:16px}.aeb-attach-salary-portal-body__info-txt{margin-top:16px;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-attach-salary-portal-body__btn-left{margin-right:20px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-attach-salary-portal-body__button-wrapper{display:flex;align-items:center;margin-top:16px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
2781
2781
  }
2782
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SalaryPortalBody, decorators: [{
2782
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SalaryPortalBody, decorators: [{
2783
2783
  type: Component,
2784
2784
  args: [{ selector: 'aeb-salary-portal-body', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: {
2785
2785
  class: 'aeb-attach-salary-portal-body'
2786
2786
  }, template: "@if (title()) {\n<div\n class=\"aeb-attach-salary-portal-body__title aeb-attach-salary-portal-body__content\"\n>\n {{ title() }}\n</div>\n}\n<div class=\"aeb-attach-salary-portal-body__upload-icon\">\n <svg\n width=\"70\"\n height=\"60\"\n viewBox=\"0 0 70 60\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M56.9299 17.0405C56.1814 12.5554 53.979 8.46218 50.6107 5.356C46.8682 1.90145 42.0029 0 36.9361 0C33.0208 0 29.2063 1.13216 25.9387 3.26585C23.2182 5.03667 20.9583 7.43163 19.3605 10.2475C18.6695 10.1169 17.9498 10.0443 17.2301 10.0443C11.1125 10.0443 6.13202 15.0665 6.13202 21.2353C6.13202 22.0336 6.21838 22.8029 6.36233 23.5577C2.40387 26.4607 0 31.1345 0 36.1131C0 40.1337 1.48262 44.0382 4.18877 47.1299C6.96689 50.2941 10.6375 52.1665 14.5527 52.3843C14.5959 52.3843 14.6247 52.3843 14.6679 52.3843H27.0471C28.1267 52.3843 28.9903 51.5134 28.9903 50.4247C28.9903 49.3361 28.1267 48.4652 27.0471 48.4652H14.7255C8.83817 48.1024 3.88649 42.4561 3.88649 36.0985C3.88649 31.9908 6.07444 28.1589 9.60107 26.0833C10.4215 25.6043 10.767 24.6027 10.4503 23.7028C10.1625 22.919 10.0185 22.0917 10.0185 21.2063C10.0185 17.2001 13.2572 13.9343 17.2301 13.9343C18.0794 13.9343 18.9143 14.0794 19.6915 14.3697C20.6416 14.7181 21.6924 14.2827 22.1242 13.3682C24.816 7.6058 30.6313 3.88999 36.9504 3.88999C45.4431 3.88999 52.4532 10.3056 53.2593 18.8113C53.3457 19.6967 54.0078 20.4079 54.8715 20.5531C61.277 21.6562 66.1135 27.6218 66.1135 34.4293C66.1135 41.6432 60.4853 47.9137 53.5472 48.4507H42.9385C41.8589 48.4507 40.9953 49.3216 40.9953 50.4102C40.9953 51.4988 41.8589 52.3697 42.9385 52.3697H53.6192C53.6623 52.3697 53.7055 52.3697 53.7631 52.3697C58.1534 52.0504 62.2558 50.0183 65.3074 46.6218C68.3447 43.2544 70 38.9289 70 34.4293C69.9856 26.2865 64.4725 19.0435 56.9299 17.0405Z\"\n fill=\"#F0F0F0\"\n />\n <path\n d=\"M46.6828 36.5255C47.4469 35.8634 47.4469 34.8014 46.6828 34.1393L36.3754 25.2068C36.015 24.8944 35.5104 24.707 35.0059 24.707C34.5013 24.707 33.9967 24.8819 33.6363 25.2068L23.3289 34.1393C22.5648 34.8014 22.5648 35.8634 23.3289 36.5255C23.7037 36.8503 24.2083 37.0252 24.6984 37.0252C25.1886 37.0252 25.6931 36.8628 26.0679 36.5255L33.0597 30.4663V58.3134C33.0597 59.2504 33.9247 60 35.0059 60C36.0871 60 36.952 59.2504 36.952 58.3134V30.4663L43.9438 36.5255C44.6934 37.1876 45.9188 37.1876 46.6828 36.5255Z\"\n fill=\"#F0F0F0\"\n />\n </svg>\n</div>\n<div class=\"aeb-attach-salary-portal-body__info-txt\">\u041F\u0435\u0440\u0435\u0442\u0430\u0449\u0438\u0442\u0435 \u0444\u0430\u0439\u043B \u0441\u044E\u0434\u0430</div>\n<div class=\"aeb-attach-salary-portal-body__button-wrapper\">\n <div class=\"aeb-attach-salary-portal-body__btn-left\">\u0438\u043B\u0438</div>\n <ng-content />\n</div>\n", styles: [".aeb-attach-salary-portal-body{display:flex;flex-direction:column;align-items:center;justify-content:center}.aeb-attach-salary-portal-body__title{font-size:var(--font-size-m);line-height:20px}.aeb-attach-salary-portal-body__upload-icon{margin-top:16px}.aeb-attach-salary-portal-body__info-txt{margin-top:16px;font-size:var(--font-size-s);color:var(--color-mono-300)}.aeb-attach-salary-portal-body__btn-left{margin-right:20px;font-size:var(--font-size-xs);color:var(--color-mono-300)}.aeb-attach-salary-portal-body__button-wrapper{display:flex;align-items:center;margin-top:16px}\n"] }]
2787
- }] });
2787
+ }], propDecorators: { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }] } });
2788
2788
 
2789
2789
  class DragAndDropDirective {
2790
2790
  constructor() {
@@ -2810,10 +2810,10 @@ class DragAndDropDirective {
2810
2810
  }
2811
2811
  this.filesInFocus.emit(false);
2812
2812
  }
2813
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DragAndDropDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2814
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.4", type: DragAndDropDirective, isStandalone: true, selector: "[aebDragAndDrop]", outputs: { filesChoosen: "filesChoosen", filesInFocus: "filesInFocus" }, host: { listeners: { "dragover": "onDragOver($event)", "dragleave": "onDragLeave($event)", "drop": "onDrop($event)" } }, ngImport: i0 }); }
2813
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DragAndDropDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
2814
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.3", type: DragAndDropDirective, isStandalone: true, selector: "[aebDragAndDrop]", outputs: { filesChoosen: "filesChoosen", filesInFocus: "filesInFocus" }, host: { listeners: { "dragover": "onDragOver($event)", "dragleave": "onDragLeave($event)", "drop": "onDrop($event)" } }, ngImport: i0 }); }
2815
2815
  }
2816
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: DragAndDropDirective, decorators: [{
2816
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: DragAndDropDirective, decorators: [{
2817
2817
  type: Directive,
2818
2818
  args: [{
2819
2819
  selector: '[aebDragAndDrop]',
@@ -2824,7 +2824,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
2824
2824
  '(drop)': 'onDrop($event)'
2825
2825
  }
2826
2826
  }]
2827
- }] });
2827
+ }], propDecorators: { filesChoosen: [{ type: i0.Output, args: ["filesChoosen"] }], filesInFocus: [{ type: i0.Output, args: ["filesInFocus"] }] } });
2828
2828
 
2829
2829
  class FileAttach {
2830
2830
  constructor() {
@@ -2926,6 +2926,16 @@ class FileAttach {
2926
2926
  attachButtonClicked() {
2927
2927
  this.onTouch();
2928
2928
  }
2929
+ dropFile(files) {
2930
+ if (!this.multi() && files.length > 1) {
2931
+ this.addFile([files[0]]);
2932
+ return;
2933
+ }
2934
+ this.addFile(files);
2935
+ }
2936
+ checkFileInFocus(isInFocus) {
2937
+ this.onTouch();
2938
+ }
2929
2939
  addFile(files) {
2930
2940
  const fileArray = this.fileListToArray(files);
2931
2941
  const requirement = this.requirement();
@@ -2962,23 +2972,13 @@ class FileAttach {
2962
2972
  }
2963
2973
  return fileArray;
2964
2974
  }
2965
- dropFile(files) {
2966
- if (!this.multi() && files.length > 1) {
2967
- this.addFile([files[0]]);
2968
- return;
2969
- }
2970
- this.addFile(files);
2971
- }
2972
- checkFileInFocus(isInFocus) {
2973
- this.onTouch();
2974
- }
2975
2975
  // eslint-disable-next-line unused-imports/no-unused-vars, @typescript-eslint/no-unused-vars
2976
2976
  onChange(value) { }
2977
2977
  onTouch() { }
2978
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FileAttach, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2979
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: FileAttach, isStandalone: true, selector: "aeb-file-attach", inputs: { documentListText: { classPropertyName: "documentListText", publicName: "documentListText", isSignal: true, isRequired: false, transformFunction: null }, initialShowErrorMessage: { classPropertyName: "initialShowErrorMessage", publicName: "initialShowErrorMessage", isSignal: true, isRequired: false, transformFunction: null }, attachButtonText: { classPropertyName: "attachButtonText", publicName: "attachButtonText", isSignal: true, isRequired: false, transformFunction: null }, attachButtonIcon: { classPropertyName: "attachButtonIcon", publicName: "attachButtonIcon", isSignal: true, isRequired: false, transformFunction: null }, multi: { classPropertyName: "multi", publicName: "multi", isSignal: true, isRequired: false, transformFunction: null }, layoutMod: { classPropertyName: "layoutMod", publicName: "layoutMod", isSignal: true, isRequired: false, transformFunction: null }, attachmentDescription: { classPropertyName: "attachmentDescription", publicName: "attachmentDescription", isSignal: true, isRequired: false, transformFunction: null }, requirement: { classPropertyName: "requirement", publicName: "requirement", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { changeListEvent: "changeListEvent", requirementViolatedError: "requirementViolatedError" }, host: { listeners: { "filesChoosen": "dropFile($event)", "filesInFocus": "checkFileInFocus($event)" }, properties: { "class.aeb-attach--file-in-focus": "isFileInFocus", "class.aeb-attach--simple": "layoutMod() === \"simple\"" }, classAttribute: "aeb-attach" }, hostDirectives: [{ directive: DragAndDropDirective, outputs: ["filesChoosen", "filesChoosen", "filesInFocus", "filesInFocus"] }], ngImport: i0, template: "<ng-template #buttonTemplate>\n <aeb-attach-button\n [multi]=\"multi()\"\n [filesAmount]=\"files.length\"\n [attachButtonText]=\"attachButtonText()\"\n [attachButtonIcon]=\"attachButtonIcon()\"\n [showErrorMessage]=\"showErrorMessage\"\n [showErrorMessageText]=\"showErrorMessageText\"\n [requirement]=\"requirement()\"\n (buttonClick)=\"attachButtonClicked()\"\n (fileChoosen)=\"chooseFile($event)\"\n (fileListCleared)=\"clearFileList()\"\n />\n</ng-template>\n@if (layoutMod() === 'default') {\n<aeb-default-body\n [title]=\"title()\"\n [attachmentDescription]=\"attachmentDescription()\"\n [documentListText]=\"documentListText()\"\n>\n <ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n</aeb-default-body>\n} @if (layoutMod() === 'salaryPortal') {\n<aeb-salary-portal-body [title]=\"title()\">\n <ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n</aeb-salary-portal-body>\n} @if (layoutMod() === 'simple') {\n<ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n}\n", styles: [".aeb-attach{box-sizing:border-box;padding:calc(24px - var(--border-skinny));border:var(--border-skinny) dashed var(--color-mono-300);color:var(--color-mono-900);border-radius:var(--border-medium-rounded);display:flex;flex-direction:column}.aeb-attach--file-in-focus{border:var(--border-skinny) dashed var(--color-blue-500)}.aeb-attach--simple{box-sizing:border-box;width:100%;padding:0;color:var(--color-mono-900);border:var(--no-border)}\n"], dependencies: [{ kind: "component", type: AttachButton, selector: "aeb-attach-button", inputs: ["attachButtonIcon", "filesAmount", "requirement", "attachButtonText", "multi", "showErrorMessage", "showErrorMessageText"], outputs: ["fileChoosen", "buttonClick", "fileListCleared"] }, { kind: "component", type: DefaultBody, selector: "aeb-default-body", inputs: ["title", "attachmentDescription", "documentListText"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SalaryPortalBody, selector: "aeb-salary-portal-body", inputs: ["title"] }], encapsulation: i0.ViewEncapsulation.None }); }
2978
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FileAttach, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2979
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: FileAttach, isStandalone: true, selector: "aeb-file-attach", inputs: { documentListText: { classPropertyName: "documentListText", publicName: "documentListText", isSignal: true, isRequired: false, transformFunction: null }, initialShowErrorMessage: { classPropertyName: "initialShowErrorMessage", publicName: "initialShowErrorMessage", isSignal: true, isRequired: false, transformFunction: null }, attachButtonText: { classPropertyName: "attachButtonText", publicName: "attachButtonText", isSignal: true, isRequired: false, transformFunction: null }, attachButtonIcon: { classPropertyName: "attachButtonIcon", publicName: "attachButtonIcon", isSignal: true, isRequired: false, transformFunction: null }, multi: { classPropertyName: "multi", publicName: "multi", isSignal: true, isRequired: false, transformFunction: null }, layoutMod: { classPropertyName: "layoutMod", publicName: "layoutMod", isSignal: true, isRequired: false, transformFunction: null }, attachmentDescription: { classPropertyName: "attachmentDescription", publicName: "attachmentDescription", isSignal: true, isRequired: false, transformFunction: null }, requirement: { classPropertyName: "requirement", publicName: "requirement", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { changeListEvent: "changeListEvent", requirementViolatedError: "requirementViolatedError" }, host: { listeners: { "filesChoosen": "dropFile($event)", "filesInFocus": "checkFileInFocus($event)" }, properties: { "class.aeb-attach--file-in-focus": "isFileInFocus", "class.aeb-attach--simple": "layoutMod() === \"simple\"" }, classAttribute: "aeb-attach" }, hostDirectives: [{ directive: DragAndDropDirective, outputs: ["filesChoosen", "filesChoosen", "filesInFocus", "filesInFocus"] }], ngImport: i0, template: "<ng-template #buttonTemplate>\n <aeb-attach-button\n [multi]=\"multi()\"\n [filesAmount]=\"files.length\"\n [attachButtonText]=\"attachButtonText()\"\n [attachButtonIcon]=\"attachButtonIcon()\"\n [showErrorMessage]=\"showErrorMessage\"\n [showErrorMessageText]=\"showErrorMessageText\"\n [requirement]=\"requirement()\"\n (buttonClick)=\"attachButtonClicked()\"\n (fileChoosen)=\"chooseFile($event)\"\n (fileListCleared)=\"clearFileList()\"\n />\n</ng-template>\n@if (layoutMod() === 'default') {\n<aeb-default-body\n [title]=\"title()\"\n [attachmentDescription]=\"attachmentDescription()\"\n [documentListText]=\"documentListText()\"\n>\n <ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n</aeb-default-body>\n} @if (layoutMod() === 'salaryPortal') {\n<aeb-salary-portal-body [title]=\"title()\">\n <ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n</aeb-salary-portal-body>\n} @if (layoutMod() === 'simple') {\n<ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n}\n", styles: [".aeb-attach{box-sizing:border-box;padding:calc(24px - var(--border-skinny));border:var(--border-skinny) dashed var(--color-mono-300);color:var(--color-mono-900);border-radius:var(--border-medium-rounded);display:flex;flex-direction:column}.aeb-attach--file-in-focus{border:var(--border-skinny) dashed var(--color-blue-500)}.aeb-attach--simple{box-sizing:border-box;width:100%;padding:0;color:var(--color-mono-900);border:var(--no-border)}\n"], dependencies: [{ kind: "component", type: AttachButton, selector: "aeb-attach-button", inputs: ["attachButtonIcon", "filesAmount", "requirement", "attachButtonText", "multi", "showErrorMessage", "showErrorMessageText"], outputs: ["fileChoosen", "buttonClick", "fileListCleared"] }, { kind: "component", type: DefaultBody, selector: "aeb-default-body", inputs: ["title", "attachmentDescription", "documentListText"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SalaryPortalBody, selector: "aeb-salary-portal-body", inputs: ["title"] }], encapsulation: i0.ViewEncapsulation.None }); }
2980
2980
  }
2981
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FileAttach, decorators: [{
2981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FileAttach, decorators: [{
2982
2982
  type: Component,
2983
2983
  args: [{ selector: 'aeb-file-attach', encapsulation: ViewEncapsulation.None, hostDirectives: [
2984
2984
  {
@@ -2992,14 +2992,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
2992
2992
  '(filesChoosen)': 'dropFile($event)',
2993
2993
  '(filesInFocus)': 'checkFileInFocus($event)'
2994
2994
  }, template: "<ng-template #buttonTemplate>\n <aeb-attach-button\n [multi]=\"multi()\"\n [filesAmount]=\"files.length\"\n [attachButtonText]=\"attachButtonText()\"\n [attachButtonIcon]=\"attachButtonIcon()\"\n [showErrorMessage]=\"showErrorMessage\"\n [showErrorMessageText]=\"showErrorMessageText\"\n [requirement]=\"requirement()\"\n (buttonClick)=\"attachButtonClicked()\"\n (fileChoosen)=\"chooseFile($event)\"\n (fileListCleared)=\"clearFileList()\"\n />\n</ng-template>\n@if (layoutMod() === 'default') {\n<aeb-default-body\n [title]=\"title()\"\n [attachmentDescription]=\"attachmentDescription()\"\n [documentListText]=\"documentListText()\"\n>\n <ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n</aeb-default-body>\n} @if (layoutMod() === 'salaryPortal') {\n<aeb-salary-portal-body [title]=\"title()\">\n <ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n</aeb-salary-portal-body>\n} @if (layoutMod() === 'simple') {\n<ng-template [ngTemplateOutlet]=\"buttonTemplate\" />\n}\n", styles: [".aeb-attach{box-sizing:border-box;padding:calc(24px - var(--border-skinny));border:var(--border-skinny) dashed var(--color-mono-300);color:var(--color-mono-900);border-radius:var(--border-medium-rounded);display:flex;flex-direction:column}.aeb-attach--file-in-focus{border:var(--border-skinny) dashed var(--color-blue-500)}.aeb-attach--simple{box-sizing:border-box;width:100%;padding:0;color:var(--color-mono-900);border:var(--no-border)}\n"] }]
2995
- }], ctorParameters: () => [] });
2995
+ }], ctorParameters: () => [], propDecorators: { documentListText: [{ type: i0.Input, args: [{ isSignal: true, alias: "documentListText", required: false }] }], initialShowErrorMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialShowErrorMessage", required: false }] }], attachButtonText: [{ type: i0.Input, args: [{ isSignal: true, alias: "attachButtonText", required: false }] }], attachButtonIcon: [{ type: i0.Input, args: [{ isSignal: true, alias: "attachButtonIcon", required: false }] }], multi: [{ type: i0.Input, args: [{ isSignal: true, alias: "multi", required: false }] }], layoutMod: [{ type: i0.Input, args: [{ isSignal: true, alias: "layoutMod", required: false }] }], attachmentDescription: [{ type: i0.Input, args: [{ isSignal: true, alias: "attachmentDescription", required: false }] }], requirement: [{ type: i0.Input, args: [{ isSignal: true, alias: "requirement", required: false }] }], changeListEvent: [{ type: i0.Output, args: ["changeListEvent"] }], requirementViolatedError: [{ type: i0.Output, args: ["requirementViolatedError"] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }] } });
2996
2996
 
2997
2997
  class FileAttachModule {
2998
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FileAttachModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2999
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: FileAttachModule, imports: [FileAttach], exports: [FileAttach] }); }
3000
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FileAttachModule }); }
2998
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FileAttachModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2999
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: FileAttachModule, imports: [FileAttach], exports: [FileAttach] }); }
3000
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FileAttachModule }); }
3001
3001
  }
3002
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FileAttachModule, decorators: [{
3002
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FileAttachModule, decorators: [{
3003
3003
  type: NgModule,
3004
3004
  args: [{
3005
3005
  imports: [FileAttach],
@@ -3016,13 +3016,13 @@ class FilterTag {
3016
3016
  clickHandler(tag) {
3017
3017
  this.tagHandler.emit(tag);
3018
3018
  }
3019
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FilterTag, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3020
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.4", type: FilterTag, isStandalone: true, selector: "aeb-filter-tag", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, active: { classPropertyName: "active", publicName: "active", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { tagHandler: "tagHandler" }, ngImport: i0, template: "<div\n class=\"aeb-filter-tag\"\n [ngClass]=\"{\n 'aeb-filter-tag--active': active()\n }\"\n (click)=\"clickHandler(value())\"\n>\n <ng-content />\n</div>\n", styles: [".aeb-filter-tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-size:var(--font-size-m);color:var(--color-mono-400);cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--border-skinny) solid var(--color-mono-400);border-radius:8px}.aeb-filter-tag--active{color:var(--color-mono-0);background-color:var(--color-mono-900);border:var(--border-skinny) solid var(--color-mono-900)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None }); }
3019
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FilterTag, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3020
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: FilterTag, isStandalone: true, selector: "aeb-filter-tag", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, active: { classPropertyName: "active", publicName: "active", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { tagHandler: "tagHandler" }, ngImport: i0, template: "<div\n class=\"aeb-filter-tag\"\n [ngClass]=\"{\n 'aeb-filter-tag--active': active()\n }\"\n (click)=\"clickHandler(value())\"\n>\n <ng-content />\n</div>\n", styles: [".aeb-filter-tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-size:var(--font-size-m);color:var(--color-mono-400);cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--border-skinny) solid var(--color-mono-400);border-radius:8px}.aeb-filter-tag--active{color:var(--color-mono-0);background-color:var(--color-mono-900);border:var(--border-skinny) solid var(--color-mono-900)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None }); }
3021
3021
  }
3022
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FilterTag, decorators: [{
3022
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FilterTag, decorators: [{
3023
3023
  type: Component,
3024
3024
  args: [{ selector: 'aeb-filter-tag', encapsulation: ViewEncapsulation.None, imports: [NgClass], template: "<div\n class=\"aeb-filter-tag\"\n [ngClass]=\"{\n 'aeb-filter-tag--active': active()\n }\"\n (click)=\"clickHandler(value())\"\n>\n <ng-content />\n</div>\n", styles: [".aeb-filter-tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-size:var(--font-size-m);color:var(--color-mono-400);cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--border-skinny) solid var(--color-mono-400);border-radius:8px}.aeb-filter-tag--active{color:var(--color-mono-0);background-color:var(--color-mono-900);border:var(--border-skinny) solid var(--color-mono-900)}\n"] }]
3025
- }] });
3025
+ }], propDecorators: { value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], active: [{ type: i0.Input, args: [{ isSignal: true, alias: "active", required: false }] }], tagHandler: [{ type: i0.Output, args: ["tagHandler"] }] } });
3026
3026
 
3027
3027
  class FilterTags {
3028
3028
  get filterValue() {
@@ -3046,20 +3046,20 @@ class FilterTags {
3046
3046
  }
3047
3047
  this.tagChange.emit(this._filterValue);
3048
3048
  }
3049
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FilterTags, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3050
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: FilterTags, isStandalone: true, selector: "aeb-filter-tags", inputs: { initialFilterValue: { classPropertyName: "initialFilterValue", publicName: "initialFilterValue", isSignal: true, isRequired: false, transformFunction: null }, tags: { classPropertyName: "tags", publicName: "tags", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { tagChange: "tagChange" }, ngImport: i0, template: "<div class=\"aeb-filter-tags\">\n @for (tag of tags(); track tag) {\n <aeb-filter-tag\n [value]=\"tag.value\"\n [active]=\"filterValue.includes(tag.value)\"\n (tagHandler)=\"tagHandler($event)\"\n >\n {{ tag.label }}\n </aeb-filter-tag>\n }\n</div>\n", styles: [".aeb-filter-tags{display:flex;flex-wrap:wrap;gap:20px}\n"], dependencies: [{ kind: "component", type: FilterTag, selector: "aeb-filter-tag", inputs: ["value", "active"], outputs: ["tagHandler"] }], encapsulation: i0.ViewEncapsulation.None }); }
3049
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FilterTags, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3050
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: FilterTags, isStandalone: true, selector: "aeb-filter-tags", inputs: { initialFilterValue: { classPropertyName: "initialFilterValue", publicName: "initialFilterValue", isSignal: true, isRequired: false, transformFunction: null }, tags: { classPropertyName: "tags", publicName: "tags", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { tagChange: "tagChange" }, ngImport: i0, template: "<div class=\"aeb-filter-tags\">\n @for (tag of tags(); track tag) {\n <aeb-filter-tag\n [value]=\"tag.value\"\n [active]=\"filterValue.includes(tag.value)\"\n (tagHandler)=\"tagHandler($event)\"\n >\n {{ tag.label }}\n </aeb-filter-tag>\n }\n</div>\n", styles: [".aeb-filter-tags{display:flex;flex-wrap:wrap;gap:20px}\n"], dependencies: [{ kind: "component", type: FilterTag, selector: "aeb-filter-tag", inputs: ["value", "active"], outputs: ["tagHandler"] }], encapsulation: i0.ViewEncapsulation.None }); }
3051
3051
  }
3052
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FilterTags, decorators: [{
3052
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FilterTags, decorators: [{
3053
3053
  type: Component,
3054
3054
  args: [{ selector: 'aeb-filter-tags', encapsulation: ViewEncapsulation.None, imports: [FilterTag], template: "<div class=\"aeb-filter-tags\">\n @for (tag of tags(); track tag) {\n <aeb-filter-tag\n [value]=\"tag.value\"\n [active]=\"filterValue.includes(tag.value)\"\n (tagHandler)=\"tagHandler($event)\"\n >\n {{ tag.label }}\n </aeb-filter-tag>\n }\n</div>\n", styles: [".aeb-filter-tags{display:flex;flex-wrap:wrap;gap:20px}\n"] }]
3055
- }], ctorParameters: () => [] });
3055
+ }], ctorParameters: () => [], propDecorators: { initialFilterValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialFilterValue", required: false }] }], tags: [{ type: i0.Input, args: [{ isSignal: true, alias: "tags", required: false }] }], tagChange: [{ type: i0.Output, args: ["tagChange"] }] } });
3056
3056
 
3057
3057
  class FilterTagsModule {
3058
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FilterTagsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3059
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: FilterTagsModule, imports: [FilterTags], exports: [FilterTags] }); }
3060
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FilterTagsModule }); }
3058
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FilterTagsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3059
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: FilterTagsModule, imports: [FilterTags], exports: [FilterTags] }); }
3060
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FilterTagsModule }); }
3061
3061
  }
3062
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FilterTagsModule, decorators: [{
3062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FilterTagsModule, decorators: [{
3063
3063
  type: NgModule,
3064
3064
  args: [{
3065
3065
  imports: [FilterTags],
@@ -3078,16 +3078,16 @@ class BaseContentProjectableFooter {
3078
3078
  this.hasContent = !!contentParentElement.innerHTML;
3079
3079
  this.cdr.detectChanges();
3080
3080
  }
3081
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: BaseContentProjectableFooter, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3082
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.2.4", type: BaseContentProjectableFooter, isStandalone: false, selector: "ng-component", viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, isSignal: true }], ngImport: i0, template: '', isInline: true }); }
3081
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: BaseContentProjectableFooter, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3082
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.0.3", type: BaseContentProjectableFooter, isStandalone: false, selector: "ng-component", viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, isSignal: true }], ngImport: i0, template: '', isInline: true }); }
3083
3083
  }
3084
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: BaseContentProjectableFooter, decorators: [{
3084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: BaseContentProjectableFooter, decorators: [{
3085
3085
  type: Component,
3086
3086
  args: [{
3087
3087
  template: '',
3088
3088
  standalone: false
3089
3089
  }]
3090
- }] });
3090
+ }], propDecorators: { content: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }] } });
3091
3091
 
3092
3092
  const DEFAULT_MENU_ITEMS = [
3093
3093
  {
@@ -3136,39 +3136,39 @@ class FooterBottom extends BaseContentProjectableFooter {
3136
3136
  this.links = input(undefined, ...(ngDevMode ? [{ debugName: "links" }] : []));
3137
3137
  this.year = input(new Date().getFullYear(), ...(ngDevMode ? [{ debugName: "year" }] : []));
3138
3138
  }
3139
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterBottom, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3140
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: FooterBottom, isStandalone: true, selector: "aeb-footer-bottom", inputs: { links: { classPropertyName: "links", publicName: "links", isSignal: true, isRequired: false, transformFunction: null }, year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-bottom\">\n <div class=\"aeb-footer-bottom--copyrights-row\">\n <p>\n \u00A9 {{ year() }} \u0410\u041A\u0411 \u00AB\u0410\u043B\u043C\u0430\u0437\u044D\u0440\u0433\u0438\u044D\u043D\u0431\u0430\u043D\u043A\u00BB \u0410\u041E. \u0413\u0435\u043D\u0435\u0440\u0430\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u0446\u0435\u043D\u0437\u0438\u044F \u0426\u0411 \u0420\u0424 \u21162602\n \u043E\u0442 08.06.2015\n </p>\n <div class=\"aeb-footer-bottom__soc-networks\">\n <a\n href=\"https://t.me/albankykt\"\n target=\"_blank\"\n rel=\"noopener noreferrer nofollow external\"\n class=\"aeb-footer-bottom__soc-icon\"\n >\n <svg\n width=\"34\"\n height=\"34\"\n viewBox=\"0 0 34 34\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17 1C25.8303 1 33 8.16968 33 17C33 25.8303 25.8303 33 17 33C8.16969 33 1 25.8303 1 17C1 8.16968 8.16969 1 17 1Z\"\n stroke=\"white\"\n stroke-width=\"2\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M21.7075 24.8233C21.9651 25.0057 22.2971 25.0513 22.5931 24.9393C22.8891 24.8265 23.1067 24.5737 23.1723 24.2673C23.8675 21.0001 25.5539 12.7305 26.1867 9.75852C26.2347 9.53452 26.1547 9.30172 25.9787 9.15212C25.8027 9.00252 25.5587 8.95932 25.3411 9.04012C21.9867 10.2817 11.6563 14.1577 7.43392 15.7201C7.16592 15.8193 6.99152 16.0769 7.00032 16.3593C7.00992 16.6425 7.20032 16.8881 7.47472 16.9705C9.36832 17.5369 11.8539 18.3249 11.8539 18.3249C11.8539 18.3249 13.0155 21.8329 13.6211 23.6169C13.6971 23.8409 13.8723 24.0169 14.1035 24.0777C14.3339 24.1377 14.5803 24.0745 14.7523 23.9121C15.7251 22.9937 17.2291 21.5737 17.2291 21.5737C17.2291 21.5737 20.0867 23.6689 21.7075 24.8233ZM12.8995 17.8817L14.2427 22.3121L14.5411 19.5065C14.5411 19.5065 19.7307 14.8257 22.6891 12.1577C22.7755 12.0793 22.7875 11.9481 22.7155 11.8561C22.6443 11.7641 22.5131 11.7425 22.4147 11.8049C18.9859 13.9945 12.8995 17.8817 12.8995 17.8817Z\"\n fill=\"white\"\n />\n </svg>\n </a>\n <a\n href=\"https://vk.com/albankykt\"\n target=\"_blank\"\n rel=\"noopener noreferrer nofollow external\"\n class=\"aeb-footer-bottom__soc-icon\"\n >\n <svg\n width=\"34\"\n height=\"34\"\n viewBox=\"0 0 34 34\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17.6877 23.4812C18.3614 23.4812 18.3614 22.5127 18.3614 22.1363C18.3614 21.4635 19.0326 20.7923 19.7062 20.7923C20.3799 20.7923 21.5328 21.9443 22.3968 22.8083C23.0705 23.482 23.0705 23.482 23.7425 23.482H25.761C25.761 23.482 27.1067 23.429 27.1067 22.1355C27.1067 21.7161 26.6452 21.0037 25.0881 19.4466C23.7425 18.1026 23.0519 18.7965 25.0881 16.0849C26.3277 14.4344 27.2305 12.938 27.0763 12.506C26.9273 12.0934 23.4789 11.4382 23.0705 12.0513C21.7248 14.0673 21.4772 14.5624 21.0519 15.4121C20.3799 16.7569 20.3126 17.4298 19.7062 17.4298C19.0949 17.4298 19.0326 16.1245 19.0326 15.4121C19.0326 13.1906 19.3559 11.6184 18.3606 11.3784H16.342C15.2591 11.3784 14.3243 12.0521 14.3243 12.0521C14.3243 12.0521 13.489 12.7022 13.6507 12.7233C13.8519 12.7511 14.9963 12.4454 14.9963 13.3961V14.7409C14.9963 14.7409 15.0031 17.4298 14.3243 17.4298C13.6507 17.4298 12.3058 14.7409 10.9601 12.7224C10.4321 11.9317 10.2865 12.0513 9.6153 12.0513C8.89446 12.0513 8.26961 12.0791 7.59593 12.0791C6.92393 12.0791 6.83719 12.5068 6.92393 12.7233C8.26961 16.0849 9.23551 18.1961 11.7913 20.8563C14.1374 23.2959 15.7029 23.4247 17.0157 23.4803C17.3517 23.4946 17.0157 23.4803 17.6877 23.4803V23.4812Z\"\n fill=\"white\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17 1C25.8303 1 33 8.16968 33 17C33 25.8303 25.8303 33 17 33C8.16968 33 1 25.8303 1 17C1 8.16968 8.16968 1 17 1Z\"\n stroke=\"white\"\n stroke-width=\"2\"\n />\n </svg>\n </a>\n </div>\n </div>\n @for (link of links(); track link) {\n <span class=\"aeb-footer-bottom__link__inline-container\">\n <div class=\"aeb-footer-bottom__link__block-container\">\n <a class=\"aeb-footer-bottom__link\" [href]=\"link.link\">\n {{ link.name }}\n </a>\n </div>\n </span>\n }\n</div>\n}\n", styles: [".aeb-footer-bottom{--soc-icons-hover-filter: brightness(0) saturate(100%) invert(89%) sepia(17%) saturate(608%) hue-rotate(177deg) brightness(95%) contrast(93%);position:relative;box-sizing:border-box;width:100%;padding-bottom:28px;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}.aeb-footer-bottom--copyrights-row{display:flex;justify-content:space-between;line-height:20px}@media screen and (max-width: 992px){.aeb-footer-bottom--copyrights-row{display:block}}.aeb-footer-bottom p{padding:24px 0 20px;margin:0;font-size:var(--font-size-s);color:#fff3}@media screen and (max-width: 992px){.aeb-footer-bottom p{padding:16px 0}}.aeb-footer-bottom__link{font-size:var(--font-size-xxs);color:var(--color-mono-0);text-decoration:none;line-height:14px}.aeb-footer-bottom__link__inline-container{display:block;line-height:0}.aeb-footer-bottom__link__block-container{width:fit-content;margin-bottom:12px}.aeb-footer-bottom__soc-networks{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width: 992px){.aeb-footer-bottom__soc-networks{justify-content:flex-start;padding-bottom:16px}}.aeb-footer-bottom__soc-icon:not(:last-child){margin-right:24px}.aeb-footer-bottom a:hover.aeb-footer-bottom__soc-icon{content:\"\";filter:var(--soc-icons-hover-filter);display:block}@media screen and (max-width: 992px){.aeb-footer-bottom{padding-bottom:4px}}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3139
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterBottom, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3140
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: FooterBottom, isStandalone: true, selector: "aeb-footer-bottom", inputs: { links: { classPropertyName: "links", publicName: "links", isSignal: true, isRequired: false, transformFunction: null }, year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-bottom\">\n <div class=\"aeb-footer-bottom--copyrights-row\">\n <p>\n \u00A9 {{ year() }} \u0410\u041A\u0411 \u00AB\u0410\u043B\u043C\u0430\u0437\u044D\u0440\u0433\u0438\u044D\u043D\u0431\u0430\u043D\u043A\u00BB \u0410\u041E. \u0413\u0435\u043D\u0435\u0440\u0430\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u0446\u0435\u043D\u0437\u0438\u044F \u0426\u0411 \u0420\u0424 \u21162602\n \u043E\u0442 08.06.2015\n </p>\n <div class=\"aeb-footer-bottom__soc-networks\">\n <a\n href=\"https://t.me/albankykt\"\n target=\"_blank\"\n rel=\"noopener noreferrer nofollow external\"\n class=\"aeb-footer-bottom__soc-icon\"\n >\n <svg\n width=\"34\"\n height=\"34\"\n viewBox=\"0 0 34 34\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17 1C25.8303 1 33 8.16968 33 17C33 25.8303 25.8303 33 17 33C8.16969 33 1 25.8303 1 17C1 8.16968 8.16969 1 17 1Z\"\n stroke=\"white\"\n stroke-width=\"2\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M21.7075 24.8233C21.9651 25.0057 22.2971 25.0513 22.5931 24.9393C22.8891 24.8265 23.1067 24.5737 23.1723 24.2673C23.8675 21.0001 25.5539 12.7305 26.1867 9.75852C26.2347 9.53452 26.1547 9.30172 25.9787 9.15212C25.8027 9.00252 25.5587 8.95932 25.3411 9.04012C21.9867 10.2817 11.6563 14.1577 7.43392 15.7201C7.16592 15.8193 6.99152 16.0769 7.00032 16.3593C7.00992 16.6425 7.20032 16.8881 7.47472 16.9705C9.36832 17.5369 11.8539 18.3249 11.8539 18.3249C11.8539 18.3249 13.0155 21.8329 13.6211 23.6169C13.6971 23.8409 13.8723 24.0169 14.1035 24.0777C14.3339 24.1377 14.5803 24.0745 14.7523 23.9121C15.7251 22.9937 17.2291 21.5737 17.2291 21.5737C17.2291 21.5737 20.0867 23.6689 21.7075 24.8233ZM12.8995 17.8817L14.2427 22.3121L14.5411 19.5065C14.5411 19.5065 19.7307 14.8257 22.6891 12.1577C22.7755 12.0793 22.7875 11.9481 22.7155 11.8561C22.6443 11.7641 22.5131 11.7425 22.4147 11.8049C18.9859 13.9945 12.8995 17.8817 12.8995 17.8817Z\"\n fill=\"white\"\n />\n </svg>\n </a>\n <a\n href=\"https://vk.com/albankykt\"\n target=\"_blank\"\n rel=\"noopener noreferrer nofollow external\"\n class=\"aeb-footer-bottom__soc-icon\"\n >\n <svg\n width=\"34\"\n height=\"34\"\n viewBox=\"0 0 34 34\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17.6877 23.4812C18.3614 23.4812 18.3614 22.5127 18.3614 22.1363C18.3614 21.4635 19.0326 20.7923 19.7062 20.7923C20.3799 20.7923 21.5328 21.9443 22.3968 22.8083C23.0705 23.482 23.0705 23.482 23.7425 23.482H25.761C25.761 23.482 27.1067 23.429 27.1067 22.1355C27.1067 21.7161 26.6452 21.0037 25.0881 19.4466C23.7425 18.1026 23.0519 18.7965 25.0881 16.0849C26.3277 14.4344 27.2305 12.938 27.0763 12.506C26.9273 12.0934 23.4789 11.4382 23.0705 12.0513C21.7248 14.0673 21.4772 14.5624 21.0519 15.4121C20.3799 16.7569 20.3126 17.4298 19.7062 17.4298C19.0949 17.4298 19.0326 16.1245 19.0326 15.4121C19.0326 13.1906 19.3559 11.6184 18.3606 11.3784H16.342C15.2591 11.3784 14.3243 12.0521 14.3243 12.0521C14.3243 12.0521 13.489 12.7022 13.6507 12.7233C13.8519 12.7511 14.9963 12.4454 14.9963 13.3961V14.7409C14.9963 14.7409 15.0031 17.4298 14.3243 17.4298C13.6507 17.4298 12.3058 14.7409 10.9601 12.7224C10.4321 11.9317 10.2865 12.0513 9.6153 12.0513C8.89446 12.0513 8.26961 12.0791 7.59593 12.0791C6.92393 12.0791 6.83719 12.5068 6.92393 12.7233C8.26961 16.0849 9.23551 18.1961 11.7913 20.8563C14.1374 23.2959 15.7029 23.4247 17.0157 23.4803C17.3517 23.4946 17.0157 23.4803 17.6877 23.4803V23.4812Z\"\n fill=\"white\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17 1C25.8303 1 33 8.16968 33 17C33 25.8303 25.8303 33 17 33C8.16968 33 1 25.8303 1 17C1 8.16968 8.16968 1 17 1Z\"\n stroke=\"white\"\n stroke-width=\"2\"\n />\n </svg>\n </a>\n </div>\n </div>\n @for (link of links(); track link) {\n <span class=\"aeb-footer-bottom__link__inline-container\">\n <div class=\"aeb-footer-bottom__link__block-container\">\n <a class=\"aeb-footer-bottom__link\" [href]=\"link.link\">\n {{ link.name }}\n </a>\n </div>\n </span>\n }\n</div>\n}\n", styles: [".aeb-footer-bottom{--soc-icons-hover-filter: brightness(0) saturate(100%) invert(89%) sepia(17%) saturate(608%) hue-rotate(177deg) brightness(95%) contrast(93%);position:relative;box-sizing:border-box;width:100%;padding-bottom:28px;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}.aeb-footer-bottom--copyrights-row{display:flex;justify-content:space-between;line-height:20px}@media screen and (max-width:992px){.aeb-footer-bottom--copyrights-row{display:block}}.aeb-footer-bottom p{padding:24px 0 20px;margin:0;font-size:var(--font-size-s);color:#fff3}@media screen and (max-width:992px){.aeb-footer-bottom p{padding:16px 0}}.aeb-footer-bottom__link{font-size:var(--font-size-xxs);color:var(--color-mono-0);text-decoration:none;line-height:14px}.aeb-footer-bottom__link__inline-container{display:block;line-height:0}.aeb-footer-bottom__link__block-container{width:fit-content;margin-bottom:12px}.aeb-footer-bottom__soc-networks{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width:992px){.aeb-footer-bottom__soc-networks{justify-content:flex-start;padding-bottom:16px}}.aeb-footer-bottom__soc-icon:not(:last-child){margin-right:24px}.aeb-footer-bottom a:hover.aeb-footer-bottom__soc-icon{content:\"\";filter:var(--soc-icons-hover-filter);display:block}@media screen and (max-width:992px){.aeb-footer-bottom{padding-bottom:4px}}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3141
3141
  }
3142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterBottom, decorators: [{
3142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterBottom, decorators: [{
3143
3143
  type: Component,
3144
- args: [{ selector: 'aeb-footer-bottom', encapsulation: ViewEncapsulation.None, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-bottom\">\n <div class=\"aeb-footer-bottom--copyrights-row\">\n <p>\n \u00A9 {{ year() }} \u0410\u041A\u0411 \u00AB\u0410\u043B\u043C\u0430\u0437\u044D\u0440\u0433\u0438\u044D\u043D\u0431\u0430\u043D\u043A\u00BB \u0410\u041E. \u0413\u0435\u043D\u0435\u0440\u0430\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u0446\u0435\u043D\u0437\u0438\u044F \u0426\u0411 \u0420\u0424 \u21162602\n \u043E\u0442 08.06.2015\n </p>\n <div class=\"aeb-footer-bottom__soc-networks\">\n <a\n href=\"https://t.me/albankykt\"\n target=\"_blank\"\n rel=\"noopener noreferrer nofollow external\"\n class=\"aeb-footer-bottom__soc-icon\"\n >\n <svg\n width=\"34\"\n height=\"34\"\n viewBox=\"0 0 34 34\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17 1C25.8303 1 33 8.16968 33 17C33 25.8303 25.8303 33 17 33C8.16969 33 1 25.8303 1 17C1 8.16968 8.16969 1 17 1Z\"\n stroke=\"white\"\n stroke-width=\"2\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M21.7075 24.8233C21.9651 25.0057 22.2971 25.0513 22.5931 24.9393C22.8891 24.8265 23.1067 24.5737 23.1723 24.2673C23.8675 21.0001 25.5539 12.7305 26.1867 9.75852C26.2347 9.53452 26.1547 9.30172 25.9787 9.15212C25.8027 9.00252 25.5587 8.95932 25.3411 9.04012C21.9867 10.2817 11.6563 14.1577 7.43392 15.7201C7.16592 15.8193 6.99152 16.0769 7.00032 16.3593C7.00992 16.6425 7.20032 16.8881 7.47472 16.9705C9.36832 17.5369 11.8539 18.3249 11.8539 18.3249C11.8539 18.3249 13.0155 21.8329 13.6211 23.6169C13.6971 23.8409 13.8723 24.0169 14.1035 24.0777C14.3339 24.1377 14.5803 24.0745 14.7523 23.9121C15.7251 22.9937 17.2291 21.5737 17.2291 21.5737C17.2291 21.5737 20.0867 23.6689 21.7075 24.8233ZM12.8995 17.8817L14.2427 22.3121L14.5411 19.5065C14.5411 19.5065 19.7307 14.8257 22.6891 12.1577C22.7755 12.0793 22.7875 11.9481 22.7155 11.8561C22.6443 11.7641 22.5131 11.7425 22.4147 11.8049C18.9859 13.9945 12.8995 17.8817 12.8995 17.8817Z\"\n fill=\"white\"\n />\n </svg>\n </a>\n <a\n href=\"https://vk.com/albankykt\"\n target=\"_blank\"\n rel=\"noopener noreferrer nofollow external\"\n class=\"aeb-footer-bottom__soc-icon\"\n >\n <svg\n width=\"34\"\n height=\"34\"\n viewBox=\"0 0 34 34\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17.6877 23.4812C18.3614 23.4812 18.3614 22.5127 18.3614 22.1363C18.3614 21.4635 19.0326 20.7923 19.7062 20.7923C20.3799 20.7923 21.5328 21.9443 22.3968 22.8083C23.0705 23.482 23.0705 23.482 23.7425 23.482H25.761C25.761 23.482 27.1067 23.429 27.1067 22.1355C27.1067 21.7161 26.6452 21.0037 25.0881 19.4466C23.7425 18.1026 23.0519 18.7965 25.0881 16.0849C26.3277 14.4344 27.2305 12.938 27.0763 12.506C26.9273 12.0934 23.4789 11.4382 23.0705 12.0513C21.7248 14.0673 21.4772 14.5624 21.0519 15.4121C20.3799 16.7569 20.3126 17.4298 19.7062 17.4298C19.0949 17.4298 19.0326 16.1245 19.0326 15.4121C19.0326 13.1906 19.3559 11.6184 18.3606 11.3784H16.342C15.2591 11.3784 14.3243 12.0521 14.3243 12.0521C14.3243 12.0521 13.489 12.7022 13.6507 12.7233C13.8519 12.7511 14.9963 12.4454 14.9963 13.3961V14.7409C14.9963 14.7409 15.0031 17.4298 14.3243 17.4298C13.6507 17.4298 12.3058 14.7409 10.9601 12.7224C10.4321 11.9317 10.2865 12.0513 9.6153 12.0513C8.89446 12.0513 8.26961 12.0791 7.59593 12.0791C6.92393 12.0791 6.83719 12.5068 6.92393 12.7233C8.26961 16.0849 9.23551 18.1961 11.7913 20.8563C14.1374 23.2959 15.7029 23.4247 17.0157 23.4803C17.3517 23.4946 17.0157 23.4803 17.6877 23.4803V23.4812Z\"\n fill=\"white\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17 1C25.8303 1 33 8.16968 33 17C33 25.8303 25.8303 33 17 33C8.16968 33 1 25.8303 1 17C1 8.16968 8.16968 1 17 1Z\"\n stroke=\"white\"\n stroke-width=\"2\"\n />\n </svg>\n </a>\n </div>\n </div>\n @for (link of links(); track link) {\n <span class=\"aeb-footer-bottom__link__inline-container\">\n <div class=\"aeb-footer-bottom__link__block-container\">\n <a class=\"aeb-footer-bottom__link\" [href]=\"link.link\">\n {{ link.name }}\n </a>\n </div>\n </span>\n }\n</div>\n}\n", styles: [".aeb-footer-bottom{--soc-icons-hover-filter: brightness(0) saturate(100%) invert(89%) sepia(17%) saturate(608%) hue-rotate(177deg) brightness(95%) contrast(93%);position:relative;box-sizing:border-box;width:100%;padding-bottom:28px;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}.aeb-footer-bottom--copyrights-row{display:flex;justify-content:space-between;line-height:20px}@media screen and (max-width: 992px){.aeb-footer-bottom--copyrights-row{display:block}}.aeb-footer-bottom p{padding:24px 0 20px;margin:0;font-size:var(--font-size-s);color:#fff3}@media screen and (max-width: 992px){.aeb-footer-bottom p{padding:16px 0}}.aeb-footer-bottom__link{font-size:var(--font-size-xxs);color:var(--color-mono-0);text-decoration:none;line-height:14px}.aeb-footer-bottom__link__inline-container{display:block;line-height:0}.aeb-footer-bottom__link__block-container{width:fit-content;margin-bottom:12px}.aeb-footer-bottom__soc-networks{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width: 992px){.aeb-footer-bottom__soc-networks{justify-content:flex-start;padding-bottom:16px}}.aeb-footer-bottom__soc-icon:not(:last-child){margin-right:24px}.aeb-footer-bottom a:hover.aeb-footer-bottom__soc-icon{content:\"\";filter:var(--soc-icons-hover-filter);display:block}@media screen and (max-width: 992px){.aeb-footer-bottom{padding-bottom:4px}}\n"] }]
3145
- }] });
3144
+ args: [{ selector: 'aeb-footer-bottom', encapsulation: ViewEncapsulation.None, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-bottom\">\n <div class=\"aeb-footer-bottom--copyrights-row\">\n <p>\n \u00A9 {{ year() }} \u0410\u041A\u0411 \u00AB\u0410\u043B\u043C\u0430\u0437\u044D\u0440\u0433\u0438\u044D\u043D\u0431\u0430\u043D\u043A\u00BB \u0410\u041E. \u0413\u0435\u043D\u0435\u0440\u0430\u043B\u044C\u043D\u0430\u044F \u043B\u0438\u0446\u0435\u043D\u0437\u0438\u044F \u0426\u0411 \u0420\u0424 \u21162602\n \u043E\u0442 08.06.2015\n </p>\n <div class=\"aeb-footer-bottom__soc-networks\">\n <a\n href=\"https://t.me/albankykt\"\n target=\"_blank\"\n rel=\"noopener noreferrer nofollow external\"\n class=\"aeb-footer-bottom__soc-icon\"\n >\n <svg\n width=\"34\"\n height=\"34\"\n viewBox=\"0 0 34 34\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17 1C25.8303 1 33 8.16968 33 17C33 25.8303 25.8303 33 17 33C8.16969 33 1 25.8303 1 17C1 8.16968 8.16969 1 17 1Z\"\n stroke=\"white\"\n stroke-width=\"2\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M21.7075 24.8233C21.9651 25.0057 22.2971 25.0513 22.5931 24.9393C22.8891 24.8265 23.1067 24.5737 23.1723 24.2673C23.8675 21.0001 25.5539 12.7305 26.1867 9.75852C26.2347 9.53452 26.1547 9.30172 25.9787 9.15212C25.8027 9.00252 25.5587 8.95932 25.3411 9.04012C21.9867 10.2817 11.6563 14.1577 7.43392 15.7201C7.16592 15.8193 6.99152 16.0769 7.00032 16.3593C7.00992 16.6425 7.20032 16.8881 7.47472 16.9705C9.36832 17.5369 11.8539 18.3249 11.8539 18.3249C11.8539 18.3249 13.0155 21.8329 13.6211 23.6169C13.6971 23.8409 13.8723 24.0169 14.1035 24.0777C14.3339 24.1377 14.5803 24.0745 14.7523 23.9121C15.7251 22.9937 17.2291 21.5737 17.2291 21.5737C17.2291 21.5737 20.0867 23.6689 21.7075 24.8233ZM12.8995 17.8817L14.2427 22.3121L14.5411 19.5065C14.5411 19.5065 19.7307 14.8257 22.6891 12.1577C22.7755 12.0793 22.7875 11.9481 22.7155 11.8561C22.6443 11.7641 22.5131 11.7425 22.4147 11.8049C18.9859 13.9945 12.8995 17.8817 12.8995 17.8817Z\"\n fill=\"white\"\n />\n </svg>\n </a>\n <a\n href=\"https://vk.com/albankykt\"\n target=\"_blank\"\n rel=\"noopener noreferrer nofollow external\"\n class=\"aeb-footer-bottom__soc-icon\"\n >\n <svg\n width=\"34\"\n height=\"34\"\n viewBox=\"0 0 34 34\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17.6877 23.4812C18.3614 23.4812 18.3614 22.5127 18.3614 22.1363C18.3614 21.4635 19.0326 20.7923 19.7062 20.7923C20.3799 20.7923 21.5328 21.9443 22.3968 22.8083C23.0705 23.482 23.0705 23.482 23.7425 23.482H25.761C25.761 23.482 27.1067 23.429 27.1067 22.1355C27.1067 21.7161 26.6452 21.0037 25.0881 19.4466C23.7425 18.1026 23.0519 18.7965 25.0881 16.0849C26.3277 14.4344 27.2305 12.938 27.0763 12.506C26.9273 12.0934 23.4789 11.4382 23.0705 12.0513C21.7248 14.0673 21.4772 14.5624 21.0519 15.4121C20.3799 16.7569 20.3126 17.4298 19.7062 17.4298C19.0949 17.4298 19.0326 16.1245 19.0326 15.4121C19.0326 13.1906 19.3559 11.6184 18.3606 11.3784H16.342C15.2591 11.3784 14.3243 12.0521 14.3243 12.0521C14.3243 12.0521 13.489 12.7022 13.6507 12.7233C13.8519 12.7511 14.9963 12.4454 14.9963 13.3961V14.7409C14.9963 14.7409 15.0031 17.4298 14.3243 17.4298C13.6507 17.4298 12.3058 14.7409 10.9601 12.7224C10.4321 11.9317 10.2865 12.0513 9.6153 12.0513C8.89446 12.0513 8.26961 12.0791 7.59593 12.0791C6.92393 12.0791 6.83719 12.5068 6.92393 12.7233C8.26961 16.0849 9.23551 18.1961 11.7913 20.8563C14.1374 23.2959 15.7029 23.4247 17.0157 23.4803C17.3517 23.4946 17.0157 23.4803 17.6877 23.4803V23.4812Z\"\n fill=\"white\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M17 1C25.8303 1 33 8.16968 33 17C33 25.8303 25.8303 33 17 33C8.16968 33 1 25.8303 1 17C1 8.16968 8.16968 1 17 1Z\"\n stroke=\"white\"\n stroke-width=\"2\"\n />\n </svg>\n </a>\n </div>\n </div>\n @for (link of links(); track link) {\n <span class=\"aeb-footer-bottom__link__inline-container\">\n <div class=\"aeb-footer-bottom__link__block-container\">\n <a class=\"aeb-footer-bottom__link\" [href]=\"link.link\">\n {{ link.name }}\n </a>\n </div>\n </span>\n }\n</div>\n}\n", styles: [".aeb-footer-bottom{--soc-icons-hover-filter: brightness(0) saturate(100%) invert(89%) sepia(17%) saturate(608%) hue-rotate(177deg) brightness(95%) contrast(93%);position:relative;box-sizing:border-box;width:100%;padding-bottom:28px;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}.aeb-footer-bottom--copyrights-row{display:flex;justify-content:space-between;line-height:20px}@media screen and (max-width:992px){.aeb-footer-bottom--copyrights-row{display:block}}.aeb-footer-bottom p{padding:24px 0 20px;margin:0;font-size:var(--font-size-s);color:#fff3}@media screen and (max-width:992px){.aeb-footer-bottom p{padding:16px 0}}.aeb-footer-bottom__link{font-size:var(--font-size-xxs);color:var(--color-mono-0);text-decoration:none;line-height:14px}.aeb-footer-bottom__link__inline-container{display:block;line-height:0}.aeb-footer-bottom__link__block-container{width:fit-content;margin-bottom:12px}.aeb-footer-bottom__soc-networks{display:flex;align-items:center;justify-content:flex-end}@media screen and (max-width:992px){.aeb-footer-bottom__soc-networks{justify-content:flex-start;padding-bottom:16px}}.aeb-footer-bottom__soc-icon:not(:last-child){margin-right:24px}.aeb-footer-bottom a:hover.aeb-footer-bottom__soc-icon{content:\"\";filter:var(--soc-icons-hover-filter);display:block}@media screen and (max-width:992px){.aeb-footer-bottom{padding-bottom:4px}}\n"] }]
3145
+ }], propDecorators: { links: [{ type: i0.Input, args: [{ isSignal: true, alias: "links", required: false }] }], year: [{ type: i0.Input, args: [{ isSignal: true, alias: "year", required: false }] }] } });
3146
3146
 
3147
3147
  class FooterMenu extends BaseContentProjectableFooter {
3148
3148
  constructor() {
3149
3149
  super(...arguments);
3150
3150
  this.items = input(undefined, ...(ngDevMode ? [{ debugName: "items" }] : []));
3151
3151
  }
3152
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterMenu, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3153
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: FooterMenu, isStandalone: true, selector: "aeb-footer-menu", inputs: { items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-menu\">\n <ul class=\"aeb-footer-menu__wrapper\">\n @for (item of items(); track item) {\n <li class=\"aeb-footer-menu__item\">\n <a [href]=\"item.link\"> {{ item.name }} </a>\n </li>\n }\n <div class=\"aeb-footer-menu__item--feedback\" style=\"cursor: pointer\">\n <a href=\"https://www.albank.ru/ru/feedback\">\u0421\u0432\u044F\u0437\u044C \u0441 \u0411\u0430\u043D\u043A\u043E\u043C</a>\n </div>\n </ul>\n</div>\n}\n", styles: [".aeb-footer-menu{position:relative;box-sizing:border-box;display:flex;width:100%;padding:24px 0;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}@media screen and (max-width: 992px){.aeb-footer-menu{flex-direction:column;align-items:flex-start}}.aeb-footer-menu a{color:var(--color-mono-0);text-decoration:none}.aeb-footer-menu__wrapper{box-sizing:border-box;display:flex;flex:0 0 100%;padding-left:0;margin:0;font-size:var(--font-size-m);line-height:26px}@media screen and (max-width: 992px){.aeb-footer-menu__wrapper{display:flex;flex-direction:column;align-items:flex-start;width:271px}}.aeb-footer-menu__item{font-size:var(--font-size-m);color:var(--color-mono-0);text-decoration:none;list-style:none}.aeb-footer-menu__item:not(:last-child){margin-right:36px}.aeb-footer-menu__item--feedback{box-sizing:border-box;margin-left:auto}@media screen and (max-width: 992px){.aeb-footer-menu__item--feedback{margin-left:0}}@media screen and (max-width: 992px){.aeb-footer-menu__item{margin-right:0}.aeb-footer-menu__item:not(:last-child){margin-bottom:24px}}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3152
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterMenu, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3153
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: FooterMenu, isStandalone: true, selector: "aeb-footer-menu", inputs: { items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-menu\">\n <ul class=\"aeb-footer-menu__wrapper\">\n @for (item of items(); track item) {\n <li class=\"aeb-footer-menu__item\">\n <a [href]=\"item.link\"> {{ item.name }} </a>\n </li>\n }\n <div class=\"aeb-footer-menu__item--feedback\" style=\"cursor: pointer\">\n <a href=\"https://www.albank.ru/ru/feedback\">\u0421\u0432\u044F\u0437\u044C \u0441 \u0411\u0430\u043D\u043A\u043E\u043C</a>\n </div>\n </ul>\n</div>\n}\n", styles: [".aeb-footer-menu{position:relative;box-sizing:border-box;display:flex;width:100%;padding:24px 0;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}@media screen and (max-width:992px){.aeb-footer-menu{flex-direction:column;align-items:flex-start}}.aeb-footer-menu a{color:var(--color-mono-0);text-decoration:none}.aeb-footer-menu__wrapper{box-sizing:border-box;display:flex;flex:0 0 100%;padding-left:0;margin:0;font-size:var(--font-size-m);line-height:26px}@media screen and (max-width:992px){.aeb-footer-menu__wrapper{display:flex;flex-direction:column;align-items:flex-start;width:271px}}.aeb-footer-menu__item{font-size:var(--font-size-m);color:var(--color-mono-0);text-decoration:none;list-style:none}.aeb-footer-menu__item:not(:last-child){margin-right:36px}.aeb-footer-menu__item--feedback{box-sizing:border-box;margin-left:auto}@media screen and (max-width:992px){.aeb-footer-menu__item--feedback{margin-left:0}}@media screen and (max-width:992px){.aeb-footer-menu__item{margin-right:0}.aeb-footer-menu__item:not(:last-child){margin-bottom:24px}}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3154
3154
  }
3155
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterMenu, decorators: [{
3155
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterMenu, decorators: [{
3156
3156
  type: Component,
3157
- args: [{ selector: 'aeb-footer-menu', encapsulation: ViewEncapsulation.None, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-menu\">\n <ul class=\"aeb-footer-menu__wrapper\">\n @for (item of items(); track item) {\n <li class=\"aeb-footer-menu__item\">\n <a [href]=\"item.link\"> {{ item.name }} </a>\n </li>\n }\n <div class=\"aeb-footer-menu__item--feedback\" style=\"cursor: pointer\">\n <a href=\"https://www.albank.ru/ru/feedback\">\u0421\u0432\u044F\u0437\u044C \u0441 \u0411\u0430\u043D\u043A\u043E\u043C</a>\n </div>\n </ul>\n</div>\n}\n", styles: [".aeb-footer-menu{position:relative;box-sizing:border-box;display:flex;width:100%;padding:24px 0;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}@media screen and (max-width: 992px){.aeb-footer-menu{flex-direction:column;align-items:flex-start}}.aeb-footer-menu a{color:var(--color-mono-0);text-decoration:none}.aeb-footer-menu__wrapper{box-sizing:border-box;display:flex;flex:0 0 100%;padding-left:0;margin:0;font-size:var(--font-size-m);line-height:26px}@media screen and (max-width: 992px){.aeb-footer-menu__wrapper{display:flex;flex-direction:column;align-items:flex-start;width:271px}}.aeb-footer-menu__item{font-size:var(--font-size-m);color:var(--color-mono-0);text-decoration:none;list-style:none}.aeb-footer-menu__item:not(:last-child){margin-right:36px}.aeb-footer-menu__item--feedback{box-sizing:border-box;margin-left:auto}@media screen and (max-width: 992px){.aeb-footer-menu__item--feedback{margin-left:0}}@media screen and (max-width: 992px){.aeb-footer-menu__item{margin-right:0}.aeb-footer-menu__item:not(:last-child){margin-bottom:24px}}\n"] }]
3158
- }] });
3157
+ args: [{ selector: 'aeb-footer-menu', encapsulation: ViewEncapsulation.None, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-menu\">\n <ul class=\"aeb-footer-menu__wrapper\">\n @for (item of items(); track item) {\n <li class=\"aeb-footer-menu__item\">\n <a [href]=\"item.link\"> {{ item.name }} </a>\n </li>\n }\n <div class=\"aeb-footer-menu__item--feedback\" style=\"cursor: pointer\">\n <a href=\"https://www.albank.ru/ru/feedback\">\u0421\u0432\u044F\u0437\u044C \u0441 \u0411\u0430\u043D\u043A\u043E\u043C</a>\n </div>\n </ul>\n</div>\n}\n", styles: [".aeb-footer-menu{position:relative;box-sizing:border-box;display:flex;width:100%;padding:24px 0;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}@media screen and (max-width:992px){.aeb-footer-menu{flex-direction:column;align-items:flex-start}}.aeb-footer-menu a{color:var(--color-mono-0);text-decoration:none}.aeb-footer-menu__wrapper{box-sizing:border-box;display:flex;flex:0 0 100%;padding-left:0;margin:0;font-size:var(--font-size-m);line-height:26px}@media screen and (max-width:992px){.aeb-footer-menu__wrapper{display:flex;flex-direction:column;align-items:flex-start;width:271px}}.aeb-footer-menu__item{font-size:var(--font-size-m);color:var(--color-mono-0);text-decoration:none;list-style:none}.aeb-footer-menu__item:not(:last-child){margin-right:36px}.aeb-footer-menu__item--feedback{box-sizing:border-box;margin-left:auto}@media screen and (max-width:992px){.aeb-footer-menu__item--feedback{margin-left:0}}@media screen and (max-width:992px){.aeb-footer-menu__item{margin-right:0}.aeb-footer-menu__item:not(:last-child){margin-bottom:24px}}\n"] }]
3158
+ }], propDecorators: { items: [{ type: i0.Input, args: [{ isSignal: true, alias: "items", required: false }] }] } });
3159
3159
 
3160
3160
  class FooterTop extends BaseContentProjectableFooter {
3161
3161
  constructor() {
3162
3162
  super(...arguments);
3163
3163
  this.onlyPhone = input(false, ...(ngDevMode ? [{ debugName: "onlyPhone" }] : []));
3164
3164
  }
3165
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterTop, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3166
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: FooterTop, isStandalone: true, selector: "aeb-footer-top", inputs: { onlyPhone: { classPropertyName: "onlyPhone", publicName: "onlyPhone", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-top\">\n <div class=\"aeb-footer-top__wrapper\">\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u0430\u044F \u0433\u043E\u0440\u044F\u0447\u0430\u044F \u043B\u0438\u043D\u0438\u044F</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"tel:+78001003422\">\n 8 800 100-34-22\n </a>\n </div>\n </div>\n </div>\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u0422\u0435\u043B\u0435\u0444\u043E\u043D</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"tel:+74112342222\">\n 8 (4112) 34-22-22\n </a>\n </div>\n </div>\n </div>\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"mailto:bank@albank.ru\">\n bank&#64;albank.ru\n </a>\n </div>\n </div>\n </div>\n @if (!onlyPhone()) {\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u041D\u0430\u0448 \u0430\u0434\u0440\u0435\u0441</div>\n <div class=\"aeb-footer-top__cell\">\u0433. \u042F\u043A\u0443\u0442\u0441\u043A, \u043F\u0440. \u041B\u0435\u043D\u0438\u043D\u0430, 1</div>\n </div>\n </div>\n }\n </div>\n <a class=\"aeb-footer-top__app\" href=\"https://app.albank.ru/\">\n <div class=\"aeb-footer-top__mobile-icon\">\n <svg\n width=\"48\"\n height=\"48\"\n viewBox=\"0 0 48 48\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect width=\"48\" height=\"48\" rx=\"8\" fill=\"#2F88F0\" />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M26.5406 25.319L25.3223 26.5376L26.1321 28.4946L28.4972 26.129L26.5406 25.319ZM24.8708 26.724H23.1436L22.3337 28.681H25.6735L24.8708 26.724ZM26.7342 23.1398V24.8602L28.6835 25.6702V22.3297L26.7342 23.1398ZM22.6849 26.5376L21.4665 25.319L19.5171 26.129L21.8822 28.4946L22.6849 26.5376ZM26.1321 19.5054L25.3223 21.4624L26.5406 22.681L28.4972 21.871L26.1321 19.5054ZM23.1436 21.2688H24.8708L25.6735 19.319H22.3337L23.1436 21.2688ZM21.2802 24.8602V23.1398L19.3308 22.3297V25.6702L21.2802 24.8602ZM21.4665 22.681L22.6849 21.4624L21.8822 19.5054L19.5171 21.871L21.4665 22.681ZM22.7566 18.0358H34.5675C34.976 18.0358 35.3845 18.1935 35.6999 18.509C36.0152 18.8244 36.1729 19.233 36.1729 19.6416C36.1729 20.0502 36.0152 20.466 35.6999 20.7814L38.409 23.491C39.4697 22.4301 40 21.0323 40 19.6416C40 18.2509 39.4697 16.8602 38.409 15.7993C37.3483 14.7384 35.9579 14.2079 34.5675 14.2079H26.5837L22.7566 18.0358ZM27.3362 18.8961L35.6856 27.2545C35.9794 27.5412 36.1586 27.9427 36.1586 28.3871C36.1586 28.8315 35.9794 29.233 35.6856 29.5269C35.3989 29.8136 34.9975 29.9928 34.5532 29.9928V33.828C36.0511 33.828 37.4128 33.2186 38.3946 32.2366C39.3836 31.2473 39.9857 29.8925 39.9857 28.3871C39.9857 26.8889 39.3765 25.5269 38.3946 24.5376L32.7543 18.8961H27.3362ZM29.9664 22.7455V34.5591C29.9664 34.9677 29.8087 35.3835 29.4934 35.6989C29.1781 36.0072 28.7695 36.1649 28.361 36.1649C27.9525 36.1649 27.5368 36.0072 27.2287 35.6989L24.5124 38.4086C25.5803 39.4695 26.9707 40 28.361 40C29.7514 40 31.1418 39.4695 32.2096 38.4086C33.2703 37.3477 33.8007 35.9498 33.8007 34.5591L33.7935 26.5806L29.9664 22.7455ZM29.1064 27.3262L20.757 35.6846C20.4632 35.9713 20.0618 36.1505 19.6175 36.1505C19.1731 36.1505 18.7789 35.9713 18.4851 35.6846C18.1913 35.3907 18.0121 34.9892 18.0121 34.5448H14.1778C14.1778 36.0502 14.787 37.405 15.776 38.3943C16.7579 39.3763 18.1196 39.9857 19.6175 39.9857C21.1225 39.9857 22.477 39.3763 23.4661 38.3943L29.1064 32.7455V27.3262ZM25.2578 29.957H13.4468C13.0383 29.957 12.6226 29.7993 12.3144 29.491C11.9991 29.1756 11.8414 28.767 11.8414 28.3513C11.8414 27.9427 11.9991 27.534 12.3144 27.2186L9.60538 24.509C8.53751 25.5699 8.00717 26.9606 8.00717 28.3513C8.00717 29.7419 8.53751 31.1398 9.60538 32.2007C10.6661 33.2616 12.0564 33.7921 13.4468 33.7921H21.4307L25.2578 29.957ZM20.6567 29.0466L12.3073 20.6953C12.0134 20.4014 11.8343 20 11.8343 19.5556C11.8343 19.1111 12.0134 18.7097 12.3073 18.4229C12.594 18.129 12.9953 17.9498 13.4396 17.9498V14.1219C11.9418 14.1219 10.5801 14.7312 9.59821 15.7133C8.60918 16.6953 8 18.0573 8 19.5556C8 21.0609 8.60918 22.4158 9.59821 23.405L15.2385 29.0466H20.6567ZM18.0479 25.2473V13.4337C18.0479 13.0251 18.2056 12.6165 18.5209 12.3011C18.8291 11.9857 19.2448 11.8351 19.6533 11.828C20.0618 11.828 20.4703 11.9857 20.7857 12.3011L23.5019 9.5914C22.434 8.53047 21.0437 8 19.6533 8C18.2629 8 16.8726 8.53047 15.8047 9.5914C14.744 10.6523 14.2137 12.043 14.2137 13.4409V21.4194L18.0479 25.2473ZM18.908 20.6667L27.2573 12.3154C27.5512 12.0215 27.9525 11.8495 28.3969 11.8495C28.8412 11.8495 29.2354 12.0287 29.5292 12.3154C29.8231 12.6093 30.0022 13.0036 30.0022 13.4552H33.8365C33.8365 11.9498 33.2202 10.5878 32.2383 9.60573C31.2564 8.62366 29.8947 8.01434 28.3969 8.01434C26.8918 8.01434 25.5301 8.62366 24.5483 9.60573L18.908 15.2473V20.6667ZM24.9639 26.3082L26.3113 24.9534V23.0394L24.9639 21.6918H23.0504L21.6959 23.0394V24.9534L23.0504 26.3082H24.9639ZM21.8965 29.0968L18.908 26.1147V21.8853L21.8965 18.8961H26.1178L29.1064 21.8853V26.1147L26.1178 29.0968H21.8965Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F iOS \u0438 Android</div>\n <div class=\"aeb-footer-top__cell\">\u0410\u042D\u0411 \u041E\u043D\u043B\u0430\u0439\u043D 3.0</div>\n </div>\n </a>\n</div>\n}\n", styles: [".aeb-footer-top{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}@media screen and (max-width: 992px){.aeb-footer-top{flex-direction:column;align-items:flex-start;padding:16px 0 24px}}.aeb-footer-top__columns{display:flex}.aeb-footer-top__column:not(:last-of-type){margin-right:64px}@media screen and (max-width: 992px){.aeb-footer-top__column{width:100%;margin-right:0!important;margin-bottom:24px}}.aeb-footer-top__wrapper{display:flex}@media screen and (max-width: 992px){.aeb-footer-top__wrapper{flex-direction:column;align-items:center;width:unset}}.aeb-footer-top__row{display:flex;flex-direction:column;justify-content:center}.aeb-footer-top__head{margin-bottom:6px;font-size:var(--font-size-xs);color:var(--color-mono-300);line-height:16px}.aeb-footer-top__cell{font-size:var(--font-size-m);color:var(--color-mono-0)}.aeb-footer-top a.aeb-footer-top__phone-number{border-bottom:none;color:inherit}.aeb-footer-top a:visited{color:inherit}.aeb-footer-top a:hover.aeb-footer-top__phone-number{border-bottom:none}.aeb-footer-top__app{top:24px;right:0;display:flex;cursor:pointer}.aeb-footer-top__mobile-icon{height:47px;margin-right:24px}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3165
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterTop, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3166
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: FooterTop, isStandalone: true, selector: "aeb-footer-top", inputs: { onlyPhone: { classPropertyName: "onlyPhone", publicName: "onlyPhone", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-top\">\n <div class=\"aeb-footer-top__wrapper\">\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u0430\u044F \u0433\u043E\u0440\u044F\u0447\u0430\u044F \u043B\u0438\u043D\u0438\u044F</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"tel:+78001003422\">\n 8 800 100-34-22\n </a>\n </div>\n </div>\n </div>\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u0422\u0435\u043B\u0435\u0444\u043E\u043D</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"tel:+74112342222\">\n 8 (4112) 34-22-22\n </a>\n </div>\n </div>\n </div>\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"mailto:bank@albank.ru\">\n bank&#64;albank.ru\n </a>\n </div>\n </div>\n </div>\n @if (!onlyPhone()) {\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u041D\u0430\u0448 \u0430\u0434\u0440\u0435\u0441</div>\n <div class=\"aeb-footer-top__cell\">\u0433. \u042F\u043A\u0443\u0442\u0441\u043A, \u043F\u0440. \u041B\u0435\u043D\u0438\u043D\u0430, 1</div>\n </div>\n </div>\n }\n </div>\n <a class=\"aeb-footer-top__app\" href=\"https://app.albank.ru/\">\n <div class=\"aeb-footer-top__mobile-icon\">\n <svg\n width=\"48\"\n height=\"48\"\n viewBox=\"0 0 48 48\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect width=\"48\" height=\"48\" rx=\"8\" fill=\"#2F88F0\" />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M26.5406 25.319L25.3223 26.5376L26.1321 28.4946L28.4972 26.129L26.5406 25.319ZM24.8708 26.724H23.1436L22.3337 28.681H25.6735L24.8708 26.724ZM26.7342 23.1398V24.8602L28.6835 25.6702V22.3297L26.7342 23.1398ZM22.6849 26.5376L21.4665 25.319L19.5171 26.129L21.8822 28.4946L22.6849 26.5376ZM26.1321 19.5054L25.3223 21.4624L26.5406 22.681L28.4972 21.871L26.1321 19.5054ZM23.1436 21.2688H24.8708L25.6735 19.319H22.3337L23.1436 21.2688ZM21.2802 24.8602V23.1398L19.3308 22.3297V25.6702L21.2802 24.8602ZM21.4665 22.681L22.6849 21.4624L21.8822 19.5054L19.5171 21.871L21.4665 22.681ZM22.7566 18.0358H34.5675C34.976 18.0358 35.3845 18.1935 35.6999 18.509C36.0152 18.8244 36.1729 19.233 36.1729 19.6416C36.1729 20.0502 36.0152 20.466 35.6999 20.7814L38.409 23.491C39.4697 22.4301 40 21.0323 40 19.6416C40 18.2509 39.4697 16.8602 38.409 15.7993C37.3483 14.7384 35.9579 14.2079 34.5675 14.2079H26.5837L22.7566 18.0358ZM27.3362 18.8961L35.6856 27.2545C35.9794 27.5412 36.1586 27.9427 36.1586 28.3871C36.1586 28.8315 35.9794 29.233 35.6856 29.5269C35.3989 29.8136 34.9975 29.9928 34.5532 29.9928V33.828C36.0511 33.828 37.4128 33.2186 38.3946 32.2366C39.3836 31.2473 39.9857 29.8925 39.9857 28.3871C39.9857 26.8889 39.3765 25.5269 38.3946 24.5376L32.7543 18.8961H27.3362ZM29.9664 22.7455V34.5591C29.9664 34.9677 29.8087 35.3835 29.4934 35.6989C29.1781 36.0072 28.7695 36.1649 28.361 36.1649C27.9525 36.1649 27.5368 36.0072 27.2287 35.6989L24.5124 38.4086C25.5803 39.4695 26.9707 40 28.361 40C29.7514 40 31.1418 39.4695 32.2096 38.4086C33.2703 37.3477 33.8007 35.9498 33.8007 34.5591L33.7935 26.5806L29.9664 22.7455ZM29.1064 27.3262L20.757 35.6846C20.4632 35.9713 20.0618 36.1505 19.6175 36.1505C19.1731 36.1505 18.7789 35.9713 18.4851 35.6846C18.1913 35.3907 18.0121 34.9892 18.0121 34.5448H14.1778C14.1778 36.0502 14.787 37.405 15.776 38.3943C16.7579 39.3763 18.1196 39.9857 19.6175 39.9857C21.1225 39.9857 22.477 39.3763 23.4661 38.3943L29.1064 32.7455V27.3262ZM25.2578 29.957H13.4468C13.0383 29.957 12.6226 29.7993 12.3144 29.491C11.9991 29.1756 11.8414 28.767 11.8414 28.3513C11.8414 27.9427 11.9991 27.534 12.3144 27.2186L9.60538 24.509C8.53751 25.5699 8.00717 26.9606 8.00717 28.3513C8.00717 29.7419 8.53751 31.1398 9.60538 32.2007C10.6661 33.2616 12.0564 33.7921 13.4468 33.7921H21.4307L25.2578 29.957ZM20.6567 29.0466L12.3073 20.6953C12.0134 20.4014 11.8343 20 11.8343 19.5556C11.8343 19.1111 12.0134 18.7097 12.3073 18.4229C12.594 18.129 12.9953 17.9498 13.4396 17.9498V14.1219C11.9418 14.1219 10.5801 14.7312 9.59821 15.7133C8.60918 16.6953 8 18.0573 8 19.5556C8 21.0609 8.60918 22.4158 9.59821 23.405L15.2385 29.0466H20.6567ZM18.0479 25.2473V13.4337C18.0479 13.0251 18.2056 12.6165 18.5209 12.3011C18.8291 11.9857 19.2448 11.8351 19.6533 11.828C20.0618 11.828 20.4703 11.9857 20.7857 12.3011L23.5019 9.5914C22.434 8.53047 21.0437 8 19.6533 8C18.2629 8 16.8726 8.53047 15.8047 9.5914C14.744 10.6523 14.2137 12.043 14.2137 13.4409V21.4194L18.0479 25.2473ZM18.908 20.6667L27.2573 12.3154C27.5512 12.0215 27.9525 11.8495 28.3969 11.8495C28.8412 11.8495 29.2354 12.0287 29.5292 12.3154C29.8231 12.6093 30.0022 13.0036 30.0022 13.4552H33.8365C33.8365 11.9498 33.2202 10.5878 32.2383 9.60573C31.2564 8.62366 29.8947 8.01434 28.3969 8.01434C26.8918 8.01434 25.5301 8.62366 24.5483 9.60573L18.908 15.2473V20.6667ZM24.9639 26.3082L26.3113 24.9534V23.0394L24.9639 21.6918H23.0504L21.6959 23.0394V24.9534L23.0504 26.3082H24.9639ZM21.8965 29.0968L18.908 26.1147V21.8853L21.8965 18.8961H26.1178L29.1064 21.8853V26.1147L26.1178 29.0968H21.8965Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F iOS \u0438 Android</div>\n <div class=\"aeb-footer-top__cell\">\u0410\u042D\u0411 \u041E\u043D\u043B\u0430\u0439\u043D 3.0</div>\n </div>\n </a>\n</div>\n}\n", styles: [".aeb-footer-top{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}@media screen and (max-width:992px){.aeb-footer-top{flex-direction:column;align-items:flex-start;padding:16px 0 24px}}.aeb-footer-top__columns{display:flex}.aeb-footer-top__column:not(:last-of-type){margin-right:64px}@media screen and (max-width:992px){.aeb-footer-top__column{width:100%;margin-right:0!important;margin-bottom:24px}}.aeb-footer-top__wrapper{display:flex}@media screen and (max-width:992px){.aeb-footer-top__wrapper{flex-direction:column;align-items:center;width:unset}}.aeb-footer-top__row{display:flex;flex-direction:column;justify-content:center}.aeb-footer-top__head{margin-bottom:6px;font-size:var(--font-size-xs);color:var(--color-mono-300);line-height:16px}.aeb-footer-top__cell{font-size:var(--font-size-m);color:var(--color-mono-0)}.aeb-footer-top a.aeb-footer-top__phone-number{border-bottom:none;color:inherit}.aeb-footer-top a:visited{color:inherit}.aeb-footer-top a:hover.aeb-footer-top__phone-number{border-bottom:none}.aeb-footer-top__app{top:24px;right:0;display:flex;cursor:pointer}.aeb-footer-top__mobile-icon{height:47px;margin-right:24px}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3167
3167
  }
3168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterTop, decorators: [{
3168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterTop, decorators: [{
3169
3169
  type: Component,
3170
- args: [{ selector: 'aeb-footer-top', encapsulation: ViewEncapsulation.None, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-top\">\n <div class=\"aeb-footer-top__wrapper\">\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u0430\u044F \u0433\u043E\u0440\u044F\u0447\u0430\u044F \u043B\u0438\u043D\u0438\u044F</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"tel:+78001003422\">\n 8 800 100-34-22\n </a>\n </div>\n </div>\n </div>\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u0422\u0435\u043B\u0435\u0444\u043E\u043D</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"tel:+74112342222\">\n 8 (4112) 34-22-22\n </a>\n </div>\n </div>\n </div>\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"mailto:bank@albank.ru\">\n bank&#64;albank.ru\n </a>\n </div>\n </div>\n </div>\n @if (!onlyPhone()) {\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u041D\u0430\u0448 \u0430\u0434\u0440\u0435\u0441</div>\n <div class=\"aeb-footer-top__cell\">\u0433. \u042F\u043A\u0443\u0442\u0441\u043A, \u043F\u0440. \u041B\u0435\u043D\u0438\u043D\u0430, 1</div>\n </div>\n </div>\n }\n </div>\n <a class=\"aeb-footer-top__app\" href=\"https://app.albank.ru/\">\n <div class=\"aeb-footer-top__mobile-icon\">\n <svg\n width=\"48\"\n height=\"48\"\n viewBox=\"0 0 48 48\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect width=\"48\" height=\"48\" rx=\"8\" fill=\"#2F88F0\" />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M26.5406 25.319L25.3223 26.5376L26.1321 28.4946L28.4972 26.129L26.5406 25.319ZM24.8708 26.724H23.1436L22.3337 28.681H25.6735L24.8708 26.724ZM26.7342 23.1398V24.8602L28.6835 25.6702V22.3297L26.7342 23.1398ZM22.6849 26.5376L21.4665 25.319L19.5171 26.129L21.8822 28.4946L22.6849 26.5376ZM26.1321 19.5054L25.3223 21.4624L26.5406 22.681L28.4972 21.871L26.1321 19.5054ZM23.1436 21.2688H24.8708L25.6735 19.319H22.3337L23.1436 21.2688ZM21.2802 24.8602V23.1398L19.3308 22.3297V25.6702L21.2802 24.8602ZM21.4665 22.681L22.6849 21.4624L21.8822 19.5054L19.5171 21.871L21.4665 22.681ZM22.7566 18.0358H34.5675C34.976 18.0358 35.3845 18.1935 35.6999 18.509C36.0152 18.8244 36.1729 19.233 36.1729 19.6416C36.1729 20.0502 36.0152 20.466 35.6999 20.7814L38.409 23.491C39.4697 22.4301 40 21.0323 40 19.6416C40 18.2509 39.4697 16.8602 38.409 15.7993C37.3483 14.7384 35.9579 14.2079 34.5675 14.2079H26.5837L22.7566 18.0358ZM27.3362 18.8961L35.6856 27.2545C35.9794 27.5412 36.1586 27.9427 36.1586 28.3871C36.1586 28.8315 35.9794 29.233 35.6856 29.5269C35.3989 29.8136 34.9975 29.9928 34.5532 29.9928V33.828C36.0511 33.828 37.4128 33.2186 38.3946 32.2366C39.3836 31.2473 39.9857 29.8925 39.9857 28.3871C39.9857 26.8889 39.3765 25.5269 38.3946 24.5376L32.7543 18.8961H27.3362ZM29.9664 22.7455V34.5591C29.9664 34.9677 29.8087 35.3835 29.4934 35.6989C29.1781 36.0072 28.7695 36.1649 28.361 36.1649C27.9525 36.1649 27.5368 36.0072 27.2287 35.6989L24.5124 38.4086C25.5803 39.4695 26.9707 40 28.361 40C29.7514 40 31.1418 39.4695 32.2096 38.4086C33.2703 37.3477 33.8007 35.9498 33.8007 34.5591L33.7935 26.5806L29.9664 22.7455ZM29.1064 27.3262L20.757 35.6846C20.4632 35.9713 20.0618 36.1505 19.6175 36.1505C19.1731 36.1505 18.7789 35.9713 18.4851 35.6846C18.1913 35.3907 18.0121 34.9892 18.0121 34.5448H14.1778C14.1778 36.0502 14.787 37.405 15.776 38.3943C16.7579 39.3763 18.1196 39.9857 19.6175 39.9857C21.1225 39.9857 22.477 39.3763 23.4661 38.3943L29.1064 32.7455V27.3262ZM25.2578 29.957H13.4468C13.0383 29.957 12.6226 29.7993 12.3144 29.491C11.9991 29.1756 11.8414 28.767 11.8414 28.3513C11.8414 27.9427 11.9991 27.534 12.3144 27.2186L9.60538 24.509C8.53751 25.5699 8.00717 26.9606 8.00717 28.3513C8.00717 29.7419 8.53751 31.1398 9.60538 32.2007C10.6661 33.2616 12.0564 33.7921 13.4468 33.7921H21.4307L25.2578 29.957ZM20.6567 29.0466L12.3073 20.6953C12.0134 20.4014 11.8343 20 11.8343 19.5556C11.8343 19.1111 12.0134 18.7097 12.3073 18.4229C12.594 18.129 12.9953 17.9498 13.4396 17.9498V14.1219C11.9418 14.1219 10.5801 14.7312 9.59821 15.7133C8.60918 16.6953 8 18.0573 8 19.5556C8 21.0609 8.60918 22.4158 9.59821 23.405L15.2385 29.0466H20.6567ZM18.0479 25.2473V13.4337C18.0479 13.0251 18.2056 12.6165 18.5209 12.3011C18.8291 11.9857 19.2448 11.8351 19.6533 11.828C20.0618 11.828 20.4703 11.9857 20.7857 12.3011L23.5019 9.5914C22.434 8.53047 21.0437 8 19.6533 8C18.2629 8 16.8726 8.53047 15.8047 9.5914C14.744 10.6523 14.2137 12.043 14.2137 13.4409V21.4194L18.0479 25.2473ZM18.908 20.6667L27.2573 12.3154C27.5512 12.0215 27.9525 11.8495 28.3969 11.8495C28.8412 11.8495 29.2354 12.0287 29.5292 12.3154C29.8231 12.6093 30.0022 13.0036 30.0022 13.4552H33.8365C33.8365 11.9498 33.2202 10.5878 32.2383 9.60573C31.2564 8.62366 29.8947 8.01434 28.3969 8.01434C26.8918 8.01434 25.5301 8.62366 24.5483 9.60573L18.908 15.2473V20.6667ZM24.9639 26.3082L26.3113 24.9534V23.0394L24.9639 21.6918H23.0504L21.6959 23.0394V24.9534L23.0504 26.3082H24.9639ZM21.8965 29.0968L18.908 26.1147V21.8853L21.8965 18.8961H26.1178L29.1064 21.8853V26.1147L26.1178 29.0968H21.8965Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F iOS \u0438 Android</div>\n <div class=\"aeb-footer-top__cell\">\u0410\u042D\u0411 \u041E\u043D\u043B\u0430\u0439\u043D 3.0</div>\n </div>\n </a>\n</div>\n}\n", styles: [".aeb-footer-top{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}@media screen and (max-width: 992px){.aeb-footer-top{flex-direction:column;align-items:flex-start;padding:16px 0 24px}}.aeb-footer-top__columns{display:flex}.aeb-footer-top__column:not(:last-of-type){margin-right:64px}@media screen and (max-width: 992px){.aeb-footer-top__column{width:100%;margin-right:0!important;margin-bottom:24px}}.aeb-footer-top__wrapper{display:flex}@media screen and (max-width: 992px){.aeb-footer-top__wrapper{flex-direction:column;align-items:center;width:unset}}.aeb-footer-top__row{display:flex;flex-direction:column;justify-content:center}.aeb-footer-top__head{margin-bottom:6px;font-size:var(--font-size-xs);color:var(--color-mono-300);line-height:16px}.aeb-footer-top__cell{font-size:var(--font-size-m);color:var(--color-mono-0)}.aeb-footer-top a.aeb-footer-top__phone-number{border-bottom:none;color:inherit}.aeb-footer-top a:visited{color:inherit}.aeb-footer-top a:hover.aeb-footer-top__phone-number{border-bottom:none}.aeb-footer-top__app{top:24px;right:0;display:flex;cursor:pointer}.aeb-footer-top__mobile-icon{height:47px;margin-right:24px}\n"] }]
3171
- }] });
3170
+ args: [{ selector: 'aeb-footer-top', encapsulation: ViewEncapsulation.None, template: "@if (hasContent) {\n<div #content>\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer-top\">\n <div class=\"aeb-footer-top__wrapper\">\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u0430\u044F \u0433\u043E\u0440\u044F\u0447\u0430\u044F \u043B\u0438\u043D\u0438\u044F</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"tel:+78001003422\">\n 8 800 100-34-22\n </a>\n </div>\n </div>\n </div>\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u0422\u0435\u043B\u0435\u0444\u043E\u043D</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"tel:+74112342222\">\n 8 (4112) 34-22-22\n </a>\n </div>\n </div>\n </div>\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u042D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u0430\u044F \u043F\u043E\u0447\u0442\u0430</div>\n <div class=\"aeb-footer-top__cell\">\n <a class=\"aeb-footer-top__phone-number\" href=\"mailto:bank@albank.ru\">\n bank&#64;albank.ru\n </a>\n </div>\n </div>\n </div>\n @if (!onlyPhone()) {\n <div class=\"aeb-footer-top__column\">\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u041D\u0430\u0448 \u0430\u0434\u0440\u0435\u0441</div>\n <div class=\"aeb-footer-top__cell\">\u0433. \u042F\u043A\u0443\u0442\u0441\u043A, \u043F\u0440. \u041B\u0435\u043D\u0438\u043D\u0430, 1</div>\n </div>\n </div>\n }\n </div>\n <a class=\"aeb-footer-top__app\" href=\"https://app.albank.ru/\">\n <div class=\"aeb-footer-top__mobile-icon\">\n <svg\n width=\"48\"\n height=\"48\"\n viewBox=\"0 0 48 48\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect width=\"48\" height=\"48\" rx=\"8\" fill=\"#2F88F0\" />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M26.5406 25.319L25.3223 26.5376L26.1321 28.4946L28.4972 26.129L26.5406 25.319ZM24.8708 26.724H23.1436L22.3337 28.681H25.6735L24.8708 26.724ZM26.7342 23.1398V24.8602L28.6835 25.6702V22.3297L26.7342 23.1398ZM22.6849 26.5376L21.4665 25.319L19.5171 26.129L21.8822 28.4946L22.6849 26.5376ZM26.1321 19.5054L25.3223 21.4624L26.5406 22.681L28.4972 21.871L26.1321 19.5054ZM23.1436 21.2688H24.8708L25.6735 19.319H22.3337L23.1436 21.2688ZM21.2802 24.8602V23.1398L19.3308 22.3297V25.6702L21.2802 24.8602ZM21.4665 22.681L22.6849 21.4624L21.8822 19.5054L19.5171 21.871L21.4665 22.681ZM22.7566 18.0358H34.5675C34.976 18.0358 35.3845 18.1935 35.6999 18.509C36.0152 18.8244 36.1729 19.233 36.1729 19.6416C36.1729 20.0502 36.0152 20.466 35.6999 20.7814L38.409 23.491C39.4697 22.4301 40 21.0323 40 19.6416C40 18.2509 39.4697 16.8602 38.409 15.7993C37.3483 14.7384 35.9579 14.2079 34.5675 14.2079H26.5837L22.7566 18.0358ZM27.3362 18.8961L35.6856 27.2545C35.9794 27.5412 36.1586 27.9427 36.1586 28.3871C36.1586 28.8315 35.9794 29.233 35.6856 29.5269C35.3989 29.8136 34.9975 29.9928 34.5532 29.9928V33.828C36.0511 33.828 37.4128 33.2186 38.3946 32.2366C39.3836 31.2473 39.9857 29.8925 39.9857 28.3871C39.9857 26.8889 39.3765 25.5269 38.3946 24.5376L32.7543 18.8961H27.3362ZM29.9664 22.7455V34.5591C29.9664 34.9677 29.8087 35.3835 29.4934 35.6989C29.1781 36.0072 28.7695 36.1649 28.361 36.1649C27.9525 36.1649 27.5368 36.0072 27.2287 35.6989L24.5124 38.4086C25.5803 39.4695 26.9707 40 28.361 40C29.7514 40 31.1418 39.4695 32.2096 38.4086C33.2703 37.3477 33.8007 35.9498 33.8007 34.5591L33.7935 26.5806L29.9664 22.7455ZM29.1064 27.3262L20.757 35.6846C20.4632 35.9713 20.0618 36.1505 19.6175 36.1505C19.1731 36.1505 18.7789 35.9713 18.4851 35.6846C18.1913 35.3907 18.0121 34.9892 18.0121 34.5448H14.1778C14.1778 36.0502 14.787 37.405 15.776 38.3943C16.7579 39.3763 18.1196 39.9857 19.6175 39.9857C21.1225 39.9857 22.477 39.3763 23.4661 38.3943L29.1064 32.7455V27.3262ZM25.2578 29.957H13.4468C13.0383 29.957 12.6226 29.7993 12.3144 29.491C11.9991 29.1756 11.8414 28.767 11.8414 28.3513C11.8414 27.9427 11.9991 27.534 12.3144 27.2186L9.60538 24.509C8.53751 25.5699 8.00717 26.9606 8.00717 28.3513C8.00717 29.7419 8.53751 31.1398 9.60538 32.2007C10.6661 33.2616 12.0564 33.7921 13.4468 33.7921H21.4307L25.2578 29.957ZM20.6567 29.0466L12.3073 20.6953C12.0134 20.4014 11.8343 20 11.8343 19.5556C11.8343 19.1111 12.0134 18.7097 12.3073 18.4229C12.594 18.129 12.9953 17.9498 13.4396 17.9498V14.1219C11.9418 14.1219 10.5801 14.7312 9.59821 15.7133C8.60918 16.6953 8 18.0573 8 19.5556C8 21.0609 8.60918 22.4158 9.59821 23.405L15.2385 29.0466H20.6567ZM18.0479 25.2473V13.4337C18.0479 13.0251 18.2056 12.6165 18.5209 12.3011C18.8291 11.9857 19.2448 11.8351 19.6533 11.828C20.0618 11.828 20.4703 11.9857 20.7857 12.3011L23.5019 9.5914C22.434 8.53047 21.0437 8 19.6533 8C18.2629 8 16.8726 8.53047 15.8047 9.5914C14.744 10.6523 14.2137 12.043 14.2137 13.4409V21.4194L18.0479 25.2473ZM18.908 20.6667L27.2573 12.3154C27.5512 12.0215 27.9525 11.8495 28.3969 11.8495C28.8412 11.8495 29.2354 12.0287 29.5292 12.3154C29.8231 12.6093 30.0022 13.0036 30.0022 13.4552H33.8365C33.8365 11.9498 33.2202 10.5878 32.2383 9.60573C31.2564 8.62366 29.8947 8.01434 28.3969 8.01434C26.8918 8.01434 25.5301 8.62366 24.5483 9.60573L18.908 15.2473V20.6667ZM24.9639 26.3082L26.3113 24.9534V23.0394L24.9639 21.6918H23.0504L21.6959 23.0394V24.9534L23.0504 26.3082H24.9639ZM21.8965 29.0968L18.908 26.1147V21.8853L21.8965 18.8961H26.1178L29.1064 21.8853V26.1147L26.1178 29.0968H21.8965Z\"\n fill=\"white\"\n />\n </svg>\n </div>\n <div class=\"aeb-footer-top__row\">\n <div class=\"aeb-footer-top__head\">\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0435 \u0434\u043B\u044F iOS \u0438 Android</div>\n <div class=\"aeb-footer-top__cell\">\u0410\u042D\u0411 \u041E\u043D\u043B\u0430\u0439\u043D 3.0</div>\n </div>\n </a>\n</div>\n}\n", styles: [".aeb-footer-top{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(var(--color-mono-clear),10%)}@media screen and (max-width:992px){.aeb-footer-top{flex-direction:column;align-items:flex-start;padding:16px 0 24px}}.aeb-footer-top__columns{display:flex}.aeb-footer-top__column:not(:last-of-type){margin-right:64px}@media screen and (max-width:992px){.aeb-footer-top__column{width:100%;margin-right:0!important;margin-bottom:24px}}.aeb-footer-top__wrapper{display:flex}@media screen and (max-width:992px){.aeb-footer-top__wrapper{flex-direction:column;align-items:center;width:unset}}.aeb-footer-top__row{display:flex;flex-direction:column;justify-content:center}.aeb-footer-top__head{margin-bottom:6px;font-size:var(--font-size-xs);color:var(--color-mono-300);line-height:16px}.aeb-footer-top__cell{font-size:var(--font-size-m);color:var(--color-mono-0)}.aeb-footer-top a.aeb-footer-top__phone-number{border-bottom:none;color:inherit}.aeb-footer-top a:visited{color:inherit}.aeb-footer-top a:hover.aeb-footer-top__phone-number{border-bottom:none}.aeb-footer-top__app{top:24px;right:0;display:flex;cursor:pointer}.aeb-footer-top__mobile-icon{height:47px;margin-right:24px}\n"] }]
3171
+ }], propDecorators: { onlyPhone: [{ type: i0.Input, args: [{ isSignal: true, alias: "onlyPhone", required: false }] }] } });
3172
3172
 
3173
3173
  class Footer extends BaseContentProjectableFooter {
3174
3174
  constructor() {
@@ -3177,22 +3177,22 @@ class Footer extends BaseContentProjectableFooter {
3177
3177
  this.menuItems = input(DEFAULT_MENU_ITEMS, ...(ngDevMode ? [{ debugName: "menuItems" }] : []));
3178
3178
  this.year = input(new Date().getFullYear(), ...(ngDevMode ? [{ debugName: "year" }] : []));
3179
3179
  }
3180
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Footer, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3181
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Footer, isStandalone: true, selector: "footer[aebFooter]", inputs: { links: { classPropertyName: "links", publicName: "links", isSignal: true, isRequired: false, transformFunction: null }, menuItems: { classPropertyName: "menuItems", publicName: "menuItems", isSignal: true, isRequired: false, transformFunction: null }, year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "aeb-footer" }, usesInheritance: true, ngImport: i0, template: "@if (hasContent) {\n<div #content class=\"aeb-footer__content\">\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer__content\">\n <aeb-footer-top></aeb-footer-top>\n <aeb-footer-menu [items]=\"menuItems()\"></aeb-footer-menu>\n <aeb-footer-bottom [links]=\"links()\" [year]=\"year()\"></aeb-footer-bottom>\n</div>\n}\n", styles: [".aeb-footer{display:flex;justify-content:center;max-width:100%;padding:0 16px;background-color:var(--color-mono-900)}@media screen and (max-width: 1200px){.aeb-footer{margin:0 16px}}.aeb-footer__content{width:1200px}@media screen and (max-width: 1200px){.aeb-footer__content{width:100%}}.aeb-footer a{border-bottom:var(--border-thin) solid transparent;transition:border .3s;text-decoration:none}.aeb-footer a:hover:not(:has(svg)){border-bottom:var(--border-thin) solid var(--color-mono-0)}\n"], dependencies: [{ kind: "component", type: FooterTop, selector: "aeb-footer-top", inputs: ["onlyPhone"] }, { kind: "component", type: FooterMenu, selector: "aeb-footer-menu", inputs: ["items"] }, { kind: "component", type: FooterBottom, selector: "aeb-footer-bottom", inputs: ["links", "year"] }], encapsulation: i0.ViewEncapsulation.None }); }
3180
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Footer, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3181
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Footer, isStandalone: true, selector: "footer[aebFooter]", inputs: { links: { classPropertyName: "links", publicName: "links", isSignal: true, isRequired: false, transformFunction: null }, menuItems: { classPropertyName: "menuItems", publicName: "menuItems", isSignal: true, isRequired: false, transformFunction: null }, year: { classPropertyName: "year", publicName: "year", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "aeb-footer" }, usesInheritance: true, ngImport: i0, template: "@if (hasContent) {\n<div #content class=\"aeb-footer__content\">\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer__content\">\n <aeb-footer-top></aeb-footer-top>\n <aeb-footer-menu [items]=\"menuItems()\"></aeb-footer-menu>\n <aeb-footer-bottom [links]=\"links()\" [year]=\"year()\"></aeb-footer-bottom>\n</div>\n}\n", styles: [".aeb-footer{display:flex;justify-content:center;max-width:100%;padding:0 16px;background-color:var(--color-mono-900)}@media screen and (max-width:1200px){.aeb-footer{margin:0 16px}}.aeb-footer__content{width:1200px}@media screen and (max-width:1200px){.aeb-footer__content{width:100%}}.aeb-footer a{border-bottom:var(--border-thin) solid transparent;transition:border .3s;text-decoration:none}.aeb-footer a:hover:not(:has(svg)){border-bottom:var(--border-thin) solid var(--color-mono-0)}\n"], dependencies: [{ kind: "component", type: FooterTop, selector: "aeb-footer-top", inputs: ["onlyPhone"] }, { kind: "component", type: FooterMenu, selector: "aeb-footer-menu", inputs: ["items"] }, { kind: "component", type: FooterBottom, selector: "aeb-footer-bottom", inputs: ["links", "year"] }], encapsulation: i0.ViewEncapsulation.None }); }
3182
3182
  }
3183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Footer, decorators: [{
3183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Footer, decorators: [{
3184
3184
  type: Component,
3185
3185
  args: [{ selector: 'footer[aebFooter]', encapsulation: ViewEncapsulation.None, imports: [FooterTop, FooterMenu, FooterBottom], host: {
3186
3186
  class: 'aeb-footer'
3187
- }, template: "@if (hasContent) {\n<div #content class=\"aeb-footer__content\">\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer__content\">\n <aeb-footer-top></aeb-footer-top>\n <aeb-footer-menu [items]=\"menuItems()\"></aeb-footer-menu>\n <aeb-footer-bottom [links]=\"links()\" [year]=\"year()\"></aeb-footer-bottom>\n</div>\n}\n", styles: [".aeb-footer{display:flex;justify-content:center;max-width:100%;padding:0 16px;background-color:var(--color-mono-900)}@media screen and (max-width: 1200px){.aeb-footer{margin:0 16px}}.aeb-footer__content{width:1200px}@media screen and (max-width: 1200px){.aeb-footer__content{width:100%}}.aeb-footer a{border-bottom:var(--border-thin) solid transparent;transition:border .3s;text-decoration:none}.aeb-footer a:hover:not(:has(svg)){border-bottom:var(--border-thin) solid var(--color-mono-0)}\n"] }]
3188
- }] });
3187
+ }, template: "@if (hasContent) {\n<div #content class=\"aeb-footer__content\">\n <ng-content />\n</div>\n} @else {\n<div class=\"aeb-footer__content\">\n <aeb-footer-top></aeb-footer-top>\n <aeb-footer-menu [items]=\"menuItems()\"></aeb-footer-menu>\n <aeb-footer-bottom [links]=\"links()\" [year]=\"year()\"></aeb-footer-bottom>\n</div>\n}\n", styles: [".aeb-footer{display:flex;justify-content:center;max-width:100%;padding:0 16px;background-color:var(--color-mono-900)}@media screen and (max-width:1200px){.aeb-footer{margin:0 16px}}.aeb-footer__content{width:1200px}@media screen and (max-width:1200px){.aeb-footer__content{width:100%}}.aeb-footer a{border-bottom:var(--border-thin) solid transparent;transition:border .3s;text-decoration:none}.aeb-footer a:hover:not(:has(svg)){border-bottom:var(--border-thin) solid var(--color-mono-0)}\n"] }]
3188
+ }], propDecorators: { links: [{ type: i0.Input, args: [{ isSignal: true, alias: "links", required: false }] }], menuItems: [{ type: i0.Input, args: [{ isSignal: true, alias: "menuItems", required: false }] }], year: [{ type: i0.Input, args: [{ isSignal: true, alias: "year", required: false }] }] } });
3189
3189
 
3190
3190
  class FooterModule {
3191
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3192
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: FooterModule, imports: [Footer], exports: [Footer] }); }
3193
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterModule }); }
3191
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3192
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: FooterModule, imports: [Footer], exports: [Footer] }); }
3193
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterModule }); }
3194
3194
  }
3195
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FooterModule, decorators: [{
3195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FooterModule, decorators: [{
3196
3196
  type: NgModule,
3197
3197
  args: [{
3198
3198
  imports: [Footer],
@@ -3201,10 +3201,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
3201
3201
  }] });
3202
3202
 
3203
3203
  class Header {
3204
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3205
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.4", type: Header, isStandalone: true, selector: "header[aebHeader]", host: { classAttribute: "aeb-header" }, ngImport: i0, template: "<ng-content />\n", styles: [".aeb-header{position:fixed;top:0;left:0;z-index:var(--z-fixed);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:0 28px;background-color:var(--c-bg-light);border-bottom:1px solid var(--c-bor-default);color:var(--c-t-primary)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3204
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Header, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3205
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: Header, isStandalone: true, selector: "header[aebHeader]", host: { classAttribute: "aeb-header" }, ngImport: i0, template: "<ng-content />\n", styles: [".aeb-header{position:fixed;top:0;left:0;z-index:var(--z-fixed);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:0 28px;background-color:var(--c-bg-light);border-bottom:1px solid var(--c-bor-default);color:var(--c-t-primary)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3206
3206
  }
3207
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Header, decorators: [{
3207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Header, decorators: [{
3208
3208
  type: Component,
3209
3209
  args: [{ selector: 'header[aebHeader]', encapsulation: ViewEncapsulation.None, host: {
3210
3210
  class: 'aeb-header'
@@ -3215,22 +3215,22 @@ class Logo {
3215
3215
  constructor() {
3216
3216
  this.iconPath = input('', ...(ngDevMode ? [{ debugName: "iconPath" }] : []));
3217
3217
  }
3218
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Logo, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3219
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Logo, isStandalone: true, selector: "a[aebLogo]", inputs: { iconPath: { classPropertyName: "iconPath", publicName: "iconPath", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "aeb-header-logo" }, ngImport: i0, template: "@if (iconPath()) {\n<img class=\"aeb-header-logo-icon\" [src]=\"iconPath()\" alt=\"\u041B\u043E\u0433\u043E\u0442\u0438\u043F\" />\n} @else {\n<svg\n class=\"aeb-header-logo-icon\"\n width=\"26\"\n height=\"26\"\n viewBox=\"0 0 26 26\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M0 0H6V6H0V0ZM0 10H6V16H0V10ZM6 20H0V26H6V20ZM10 0H16V6H10V0ZM16 10H10V16H16V10ZM10 20H16V26H10V20ZM26 0H20V6H26V0ZM20 10H26V16H20V10ZM26 20H20V26H26V20Z\"\n fill=\"#2F88F0\"\n />\n</svg>\n}\n\n<div class=\"aeb-header-logo-text\">\n <ng-content />\n</div>\n", styles: [".aeb-header-logo{display:flex;align-items:center;color:var(--c-t-primary);cursor:pointer;margin-right:28px;text-decoration:none}.aeb-header-logo-icon{margin-right:18px;height:32px;width:32px}.aeb-header-logo-text{display:flex;align-items:center;font-size:24px;font-weight:500;line-height:28px}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3218
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Logo, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3219
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Logo, isStandalone: true, selector: "a[aebLogo]", inputs: { iconPath: { classPropertyName: "iconPath", publicName: "iconPath", isSignal: true, isRequired: false, transformFunction: null } }, host: { classAttribute: "aeb-header-logo" }, ngImport: i0, template: "@if (iconPath()) {\n<img class=\"aeb-header-logo-icon\" [src]=\"iconPath()\" alt=\"\u041B\u043E\u0433\u043E\u0442\u0438\u043F\" />\n} @else {\n<svg\n class=\"aeb-header-logo-icon\"\n width=\"26\"\n height=\"26\"\n viewBox=\"0 0 26 26\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M0 0H6V6H0V0ZM0 10H6V16H0V10ZM6 20H0V26H6V20ZM10 0H16V6H10V0ZM16 10H10V16H16V10ZM10 20H16V26H10V20ZM26 0H20V6H26V0ZM20 10H26V16H20V10ZM26 20H20V26H26V20Z\"\n fill=\"#2F88F0\"\n />\n</svg>\n}\n\n<div class=\"aeb-header-logo-text\">\n <ng-content />\n</div>\n", styles: [".aeb-header-logo{display:flex;align-items:center;color:var(--c-t-primary);cursor:pointer;margin-right:28px;text-decoration:none}.aeb-header-logo-icon{margin-right:18px;height:32px;width:32px}.aeb-header-logo-text{display:flex;align-items:center;font-size:24px;font-weight:500;line-height:28px}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3220
3220
  }
3221
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Logo, decorators: [{
3221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Logo, decorators: [{
3222
3222
  type: Component,
3223
3223
  args: [{ selector: 'a[aebLogo]', encapsulation: ViewEncapsulation.None, host: {
3224
3224
  class: 'aeb-header-logo'
3225
3225
  }, template: "@if (iconPath()) {\n<img class=\"aeb-header-logo-icon\" [src]=\"iconPath()\" alt=\"\u041B\u043E\u0433\u043E\u0442\u0438\u043F\" />\n} @else {\n<svg\n class=\"aeb-header-logo-icon\"\n width=\"26\"\n height=\"26\"\n viewBox=\"0 0 26 26\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n>\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M0 0H6V6H0V0ZM0 10H6V16H0V10ZM6 20H0V26H6V20ZM10 0H16V6H10V0ZM16 10H10V16H16V10ZM10 20H16V26H10V20ZM26 0H20V6H26V0ZM20 10H26V16H20V10ZM26 20H20V26H26V20Z\"\n fill=\"#2F88F0\"\n />\n</svg>\n}\n\n<div class=\"aeb-header-logo-text\">\n <ng-content />\n</div>\n", styles: [".aeb-header-logo{display:flex;align-items:center;color:var(--c-t-primary);cursor:pointer;margin-right:28px;text-decoration:none}.aeb-header-logo-icon{margin-right:18px;height:32px;width:32px}.aeb-header-logo-text{display:flex;align-items:center;font-size:24px;font-weight:500;line-height:28px}\n"] }]
3226
- }] });
3226
+ }], propDecorators: { iconPath: [{ type: i0.Input, args: [{ isSignal: true, alias: "iconPath", required: false }] }] } });
3227
3227
 
3228
3228
  class HeaderModule {
3229
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3230
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: HeaderModule, imports: [Header, Logo], exports: [Header, Logo] }); }
3231
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: HeaderModule }); }
3229
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3230
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: HeaderModule, imports: [Header, Logo], exports: [Header, Logo] }); }
3231
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: HeaderModule }); }
3232
3232
  }
3233
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: HeaderModule, decorators: [{
3233
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: HeaderModule, decorators: [{
3234
3234
  type: NgModule,
3235
3235
  args: [{
3236
3236
  imports: [Header, Logo],
@@ -3240,31 +3240,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
3240
3240
 
3241
3241
  class Breadcrumps {
3242
3242
  constructor() {
3243
- this.routeSeq = input([], ...(ngDevMode ? [{ debugName: "routeSeq", alias: 'routeSequence' }] : [{ alias: 'routeSequence' }]));
3243
+ this.routeSeq = input([], { ...(ngDevMode ? { debugName: "routeSeq" } : {}), alias: 'routeSequence' });
3244
3244
  this.routeClick = output();
3245
3245
  }
3246
3246
  clickHandler(index) {
3247
3247
  this.routeClick.emit(index);
3248
3248
  }
3249
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Breadcrumps, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3250
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Breadcrumps, isStandalone: true, selector: "aeb-breadcrumps", inputs: { routeSeq: { classPropertyName: "routeSeq", publicName: "routeSequence", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { routeClick: "routeClick" }, ngImport: i0, template: "<div class=\"aeb-breadcrumps\">\n @for (item of routeSeq(); track $index) {\n <div class=\"aeb-breadcrumps__item\" (click)=\"clickHandler($index)\">\n {{ item }} @if ($index !== routeSeq().length - 1) {\n <span class=\"aeb-breadcrumps__icon\">\n <svg\n width=\"3\"\n height=\"6\"\n viewBox=\"0 0 3 6\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M3 3L-6.28109e-09 5.59808L2.2085e-07 0.401924L3 3Z\"\n fill=\"#A3AAAE\"\n />\n </svg>\n </span>\n }\n </div>\n }\n</div>\n", styles: [".aeb-breadcrumps{display:flex}.aeb-breadcrumps__item{font-size:var(--font-size-xs);color:var(--color-mono-300);cursor:pointer;transition:color,.2s}.aeb-breadcrumps__item:not(:last-child){margin-right:12px}.aeb-breadcrumps__item:hover{color:var(--color-blue-500)}.aeb-breadcrumps__icon{position:relative;bottom:3px;padding-bottom:10px;margin-left:12px}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3249
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Breadcrumps, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3250
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Breadcrumps, isStandalone: true, selector: "aeb-breadcrumps", inputs: { routeSeq: { classPropertyName: "routeSeq", publicName: "routeSequence", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { routeClick: "routeClick" }, ngImport: i0, template: "<div class=\"aeb-breadcrumps\">\n @for (item of routeSeq(); track $index) {\n <div class=\"aeb-breadcrumps__item\" (click)=\"clickHandler($index)\">\n {{ item }} @if ($index !== routeSeq().length - 1) {\n <span class=\"aeb-breadcrumps__icon\">\n <svg\n width=\"3\"\n height=\"6\"\n viewBox=\"0 0 3 6\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M3 3L-6.28109e-09 5.59808L2.2085e-07 0.401924L3 3Z\"\n fill=\"#A3AAAE\"\n />\n </svg>\n </span>\n }\n </div>\n }\n</div>\n", styles: [".aeb-breadcrumps{display:flex}.aeb-breadcrumps__item{font-size:var(--font-size-xs);color:var(--color-mono-300);cursor:pointer;transition:color,.2s}.aeb-breadcrumps__item:not(:last-child){margin-right:12px}.aeb-breadcrumps__item:hover{color:var(--color-blue-500)}.aeb-breadcrumps__icon{position:relative;bottom:3px;padding-bottom:10px;margin-left:12px}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3251
3251
  }
3252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Breadcrumps, decorators: [{
3252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Breadcrumps, decorators: [{
3253
3253
  type: Component,
3254
3254
  args: [{ selector: 'aeb-breadcrumps', encapsulation: ViewEncapsulation.None, template: "<div class=\"aeb-breadcrumps\">\n @for (item of routeSeq(); track $index) {\n <div class=\"aeb-breadcrumps__item\" (click)=\"clickHandler($index)\">\n {{ item }} @if ($index !== routeSeq().length - 1) {\n <span class=\"aeb-breadcrumps__icon\">\n <svg\n width=\"3\"\n height=\"6\"\n viewBox=\"0 0 3 6\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M3 3L-6.28109e-09 5.59808L2.2085e-07 0.401924L3 3Z\"\n fill=\"#A3AAAE\"\n />\n </svg>\n </span>\n }\n </div>\n }\n</div>\n", styles: [".aeb-breadcrumps{display:flex}.aeb-breadcrumps__item{font-size:var(--font-size-xs);color:var(--color-mono-300);cursor:pointer;transition:color,.2s}.aeb-breadcrumps__item:not(:last-child){margin-right:12px}.aeb-breadcrumps__item:hover{color:var(--color-blue-500)}.aeb-breadcrumps__icon{position:relative;bottom:3px;padding-bottom:10px;margin-left:12px}\n"] }]
3255
- }] });
3255
+ }], propDecorators: { routeSeq: [{ type: i0.Input, args: [{ isSignal: true, alias: "routeSequence", required: false }] }], routeClick: [{ type: i0.Output, args: ["routeClick"] }] } });
3256
3256
 
3257
3257
  class Heading {
3258
3258
  constructor() {
3259
3259
  this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header" }] : []));
3260
3260
  }
3261
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Heading, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3262
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.4", type: Heading, isStandalone: true, selector: "aeb-heading", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<h1 class=\"aeb-heading\">{{ header() }}</h1>\n", styles: [".aeb-heading{margin:0;font-size:var(--font-size-xxxl);font-weight:unset;color:var(--color-mono-900)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3261
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Heading, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3262
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: Heading, isStandalone: true, selector: "aeb-heading", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<h1 class=\"aeb-heading\">{{ header() }}</h1>\n", styles: [".aeb-heading{margin:0;font-size:var(--font-size-xxxl);font-weight:unset;color:var(--color-mono-900)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3263
3263
  }
3264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Heading, decorators: [{
3264
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Heading, decorators: [{
3265
3265
  type: Component,
3266
3266
  args: [{ selector: 'aeb-heading', encapsulation: ViewEncapsulation.None, template: "<h1 class=\"aeb-heading\">{{ header() }}</h1>\n", styles: [".aeb-heading{margin:0;font-size:var(--font-size-xxxl);font-weight:unset;color:var(--color-mono-900)}\n"] }]
3267
- }] });
3267
+ }], propDecorators: { header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }] } });
3268
3268
 
3269
3269
  class ProductTitle {
3270
3270
  constructor() {
@@ -3274,20 +3274,20 @@ class ProductTitle {
3274
3274
  clickHandler() {
3275
3275
  this.backHandler.emit();
3276
3276
  }
3277
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ProductTitle, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3278
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.4", type: ProductTitle, isStandalone: true, selector: "aeb-product-title", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { backHandler: "backHandler" }, ngImport: i0, template: "<div class=\"aeb-product-title\">\n <div class=\"aeb-product-title__title\">\n <div class=\"aeb-product-title__back\" (click)=\"clickHandler()\">\n <svg\n width=\"42\"\n height=\"42\"\n viewBox=\"0 0 42 42\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect width=\"42\" height=\"42\" rx=\"10\" fill=\"white\" />\n <line\n x1=\"13\"\n y1=\"21\"\n x2=\"29\"\n y2=\"21\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M18 14L12 21L18 28\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n </div>\n <div class=\"aeb-product-title__heading\">{{ title() }}</div>\n </div>\n <ng-content />\n</div>\n", styles: [".aeb-product-title{color:var(--color-mono-900)}.aeb-product-title__title{display:flex;align-items:center;margin-bottom:20px}.aeb-product-title__back{width:42px;height:42px;margin-right:20px;cursor:pointer;border-radius:var(--border-medium-rounded)}.aeb-product-title__heading{font-size:var(--font-size-lm)}.aeb-product-desc{margin-bottom:70px;font-size:var(--font-size-m)}.aeb-product-table{width:100%}.aeb-product-table__row{display:flex}.aeb-product-table__head{display:flex;flex-direction:column;margin-right:65px}.aeb-product-table__sep{width:50px;height:2px;margin-top:12px;background:var(--color-mono-900)}.aeb-product-table__desc{margin-top:12px;font-weight:var(--font-weight-medium)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3277
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ProductTitle, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3278
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: ProductTitle, isStandalone: true, selector: "aeb-product-title", inputs: { title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { backHandler: "backHandler" }, ngImport: i0, template: "<div class=\"aeb-product-title\">\n <div class=\"aeb-product-title__title\">\n <div class=\"aeb-product-title__back\" (click)=\"clickHandler()\">\n <svg\n width=\"42\"\n height=\"42\"\n viewBox=\"0 0 42 42\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect width=\"42\" height=\"42\" rx=\"10\" fill=\"white\" />\n <line\n x1=\"13\"\n y1=\"21\"\n x2=\"29\"\n y2=\"21\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M18 14L12 21L18 28\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n </div>\n <div class=\"aeb-product-title__heading\">{{ title() }}</div>\n </div>\n <ng-content />\n</div>\n", styles: [".aeb-product-title{color:var(--color-mono-900)}.aeb-product-title__title{display:flex;align-items:center;margin-bottom:20px}.aeb-product-title__back{width:42px;height:42px;margin-right:20px;cursor:pointer;border-radius:var(--border-medium-rounded)}.aeb-product-title__heading{font-size:var(--font-size-lm)}.aeb-product-desc{margin-bottom:70px;font-size:var(--font-size-m)}.aeb-product-table{width:100%}.aeb-product-table__row{display:flex}.aeb-product-table__head{display:flex;flex-direction:column;margin-right:65px}.aeb-product-table__sep{width:50px;height:2px;margin-top:12px;background:var(--color-mono-900)}.aeb-product-table__desc{margin-top:12px;font-weight:var(--font-weight-medium)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3279
3279
  }
3280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ProductTitle, decorators: [{
3280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ProductTitle, decorators: [{
3281
3281
  type: Component,
3282
3282
  args: [{ selector: 'aeb-product-title', encapsulation: ViewEncapsulation.None, template: "<div class=\"aeb-product-title\">\n <div class=\"aeb-product-title__title\">\n <div class=\"aeb-product-title__back\" (click)=\"clickHandler()\">\n <svg\n width=\"42\"\n height=\"42\"\n viewBox=\"0 0 42 42\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <rect width=\"42\" height=\"42\" rx=\"10\" fill=\"white\" />\n <line\n x1=\"13\"\n y1=\"21\"\n x2=\"29\"\n y2=\"21\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M18 14L12 21L18 28\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n </div>\n <div class=\"aeb-product-title__heading\">{{ title() }}</div>\n </div>\n <ng-content />\n</div>\n", styles: [".aeb-product-title{color:var(--color-mono-900)}.aeb-product-title__title{display:flex;align-items:center;margin-bottom:20px}.aeb-product-title__back{width:42px;height:42px;margin-right:20px;cursor:pointer;border-radius:var(--border-medium-rounded)}.aeb-product-title__heading{font-size:var(--font-size-lm)}.aeb-product-desc{margin-bottom:70px;font-size:var(--font-size-m)}.aeb-product-table{width:100%}.aeb-product-table__row{display:flex}.aeb-product-table__head{display:flex;flex-direction:column;margin-right:65px}.aeb-product-table__sep{width:50px;height:2px;margin-top:12px;background:var(--color-mono-900)}.aeb-product-table__desc{margin-top:12px;font-weight:var(--font-weight-medium)}\n"] }]
3283
- }] });
3283
+ }], propDecorators: { title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], backHandler: [{ type: i0.Output, args: ["backHandler"] }] } });
3284
3284
 
3285
3285
  class HeadingModule {
3286
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: HeadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3287
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: HeadingModule, imports: [Heading, Breadcrumps, ProductTitle], exports: [Heading, Breadcrumps, ProductTitle] }); }
3288
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: HeadingModule }); }
3286
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: HeadingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3287
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: HeadingModule, imports: [Heading, Breadcrumps, ProductTitle], exports: [Heading, Breadcrumps, ProductTitle] }); }
3288
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: HeadingModule }); }
3289
3289
  }
3290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: HeadingModule, decorators: [{
3290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: HeadingModule, decorators: [{
3291
3291
  type: NgModule,
3292
3292
  args: [{
3293
3293
  imports: [Heading, Breadcrumps, ProductTitle],
@@ -3296,20 +3296,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
3296
3296
  }] });
3297
3297
 
3298
3298
  class Label {
3299
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Label, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3300
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.4", type: Label, isStandalone: true, selector: "aeb-filter-label", ngImport: i0, template: "<div class=\"aeb-label\">\n <div class=\"aeb-label-text\">\n <ng-content />\n </div>\n <div class=\"aeb-label-icon-close\">\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M14 1.4L12.6 0L7 5.6L1.4 0L0 1.4L5.6 7L0 12.6L1.4 14L7 8.4L12.6 14L14 12.6L8.4 7L14 1.4Z\"\n fill=\"#2F88F0\"\n />\n </svg>\n </div>\n</div>\n", styles: [".aeb-label{box-sizing:border-box;display:inline-block;height:32px;padding:7px 11px 7px 21px;background-color:var(--color-blue-50);border-radius:16px}.aeb-label-text{float:left;font-size:var(--font-size-s);line-height:18px;color:var(--color-blue-500)}.aeb-label-icon-close{box-sizing:border-box;float:right;height:14px;margin-top:1px;margin-left:11px}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3299
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Label, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3300
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: Label, isStandalone: true, selector: "aeb-filter-label", ngImport: i0, template: "<div class=\"aeb-label\">\n <div class=\"aeb-label-text\">\n <ng-content />\n </div>\n <div class=\"aeb-label-icon-close\">\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M14 1.4L12.6 0L7 5.6L1.4 0L0 1.4L5.6 7L0 12.6L1.4 14L7 8.4L12.6 14L14 12.6L8.4 7L14 1.4Z\"\n fill=\"#2F88F0\"\n />\n </svg>\n </div>\n</div>\n", styles: [".aeb-label{box-sizing:border-box;display:inline-block;height:32px;padding:7px 11px 7px 21px;background-color:var(--color-blue-50);border-radius:16px}.aeb-label-text{float:left;font-size:var(--font-size-s);line-height:18px;color:var(--color-blue-500)}.aeb-label-icon-close{box-sizing:border-box;float:right;height:14px;margin-top:1px;margin-left:11px}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3301
3301
  }
3302
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Label, decorators: [{
3302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Label, decorators: [{
3303
3303
  type: Component,
3304
3304
  args: [{ selector: 'aeb-filter-label', encapsulation: ViewEncapsulation.None, template: "<div class=\"aeb-label\">\n <div class=\"aeb-label-text\">\n <ng-content />\n </div>\n <div class=\"aeb-label-icon-close\">\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M14 1.4L12.6 0L7 5.6L1.4 0L0 1.4L5.6 7L0 12.6L1.4 14L7 8.4L12.6 14L14 12.6L8.4 7L14 1.4Z\"\n fill=\"#2F88F0\"\n />\n </svg>\n </div>\n</div>\n", styles: [".aeb-label{box-sizing:border-box;display:inline-block;height:32px;padding:7px 11px 7px 21px;background-color:var(--color-blue-50);border-radius:16px}.aeb-label-text{float:left;font-size:var(--font-size-s);line-height:18px;color:var(--color-blue-500)}.aeb-label-icon-close{box-sizing:border-box;float:right;height:14px;margin-top:1px;margin-left:11px}\n"] }]
3305
3305
  }] });
3306
3306
 
3307
3307
  class LabelModule {
3308
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: LabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3309
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: LabelModule, imports: [Label], exports: [Label] }); }
3310
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: LabelModule }); }
3308
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: LabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3309
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: LabelModule, imports: [Label], exports: [Label] }); }
3310
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: LabelModule }); }
3311
3311
  }
3312
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: LabelModule, decorators: [{
3312
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: LabelModule, decorators: [{
3313
3313
  type: NgModule,
3314
3314
  args: [{
3315
3315
  imports: [Label],
@@ -3406,24 +3406,24 @@ class Modal {
3406
3406
  this.isMobileScreen = false;
3407
3407
  }
3408
3408
  }
3409
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Modal, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3410
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Modal, isStandalone: true, selector: "aeb-modal", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, closeOnBackdropClick: { classPropertyName: "closeOnBackdropClick", publicName: "closeOnBackdropClick", isSignal: true, isRequired: false, transformFunction: null }, controlsConfig: { classPropertyName: "controlsConfig", publicName: "controlsConfig", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { leftBtnClick: "leftBtnClick", rightBtnClick: "rightBtnClick", closeBtnClick: "closeBtnClick" }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.aeb-modal--open": "isOpen()" }, classAttribute: "aeb-modal" }, ngImport: i0, template: "<div class=\"aeb-modal__window\" [class]=\"'aeb-modal__window--' + size()\">\n <div class=\"aeb-modal__header\">\n <h2 class=\"aeb-modal__title\">{{ title() }}</h2>\n @if (!controlsConfigTemplate().closeBtn.hidden) {\n <button class=\"aeb-modal__close-btn\" (click)=\"onCloseClick()\">\n <svg\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M9.63074 9.63074L22.3692 22.3692\"\n stroke=\"#7D8591\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M22.3693 9.63074L9.63077 22.3692\"\n stroke=\"#7D8591\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </button>\n }\n </div>\n <ng-content />\n @if (!controlsConfigTemplate().leftBtn.hidden &&\n !controlsConfigTemplate().rightBtn.hidden) {\n <span class=\"aeb-modal__btn-group\">\n @if (!controlsConfigTemplate().leftBtn.hidden) {\n <button\n aebButton\n [size]=\"isMobileScreen ? 'M' : 'L'\"\n [fill]=\"isMobileScreen ? true : false || size() === 'S'\"\n [variant]=\"controlsConfigTemplate().leftBtn.variant\"\n [isWarning]=\"controlsConfigTemplate().leftBtn.warning\"\n [disabled]=\"controlsConfigTemplate().leftBtn.disabled\"\n (click)=\"onCancelClick()\"\n >\n {{ controlsConfigTemplate().leftBtn.text }}\n </button>\n } @if (!controlsConfigTemplate().rightBtn.hidden) {\n <button\n aebButton\n [size]=\"isMobileScreen ? 'M' : 'L'\"\n [fill]=\"isMobileScreen ? true : false || size() === 'S'\"\n [variant]=\"controlsConfigTemplate().rightBtn.variant\"\n [isWarning]=\"controlsConfigTemplate().rightBtn.warning\"\n [disabled]=\"controlsConfigTemplate().rightBtn.disabled\"\n (click)=\"onSubmitClick()\"\n >\n {{ controlsConfigTemplate().rightBtn.text }}\n </button>\n }\n </span>\n }\n</div>\n", styles: [".aeb-modal{position:fixed;top:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;width:100%;height:100vh;height:100dvh;margin:0;padding:0;border:none;cursor:pointer;opacity:0;visibility:hidden;background:transparent;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}.aeb-modal--open{opacity:1;visibility:visible;background-color:var(--c-bg-overlay)}.aeb-modal--open .aeb-modal__window{transform:scale(1) translateY(0);opacity:1}@media screen and (max-width: 599px){.aeb-modal--open .aeb-modal__window{transform:translateY(0)}}.aeb-modal--open .aeb-modal__header,.aeb-modal--open .aeb-modal__btn-group{transform:translateY(0);opacity:1}.aeb-modal--open .aeb-modal__window>:not(.aeb-modal__header,.aeb-modal__btn-group){transform:translateY(0);opacity:1}.aeb-modal__window{position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:32px;padding:32px;margin:16px;background-color:var(--c-bg-default);border-radius:var(--border-fully-rounded);box-shadow:var(--light-theme-shadows-shadow-smooth-high);width:100%;cursor:default;transform:scale(.8) translateY(20px);opacity:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s cubic-bezier(.4,0,.2,1)}.aeb-modal__window>:not(.aeb-modal__header,.aeb-modal__btn-group){transform:translateY(5px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .15s,opacity .4s cubic-bezier(.4,0,.2,1) .15s}.aeb-modal__window--auto{width:auto}.aeb-modal__window--S{max-width:480px}.aeb-modal__window--M{max-width:720px}.aeb-modal__window--L{max-width:900px}@media screen and (max-width: 599px){.aeb-modal__window{position:absolute;bottom:0;margin:0;border-radius:var(--border-rounded) var(--border-rounded) 0 0;padding:16px 16px 32px;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.aeb-modal__window--S,.aeb-modal__window--M,.aeb-modal__window--L{max-width:100%}}.aeb-modal__header{display:flex;justify-content:space-between;transform:translateY(-10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .1s,opacity .4s cubic-bezier(.4,0,.2,1) .1s}.aeb-modal__title{margin:0;color:var(--c-t-primary)}@media screen and (max-width: 599px){.aeb-modal__title{font-weight:500;font-size:22px}}.aeb-modal__close-btn{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;background:none;border:var(--no-border);box-shadow:var(--light-theme-shadows-shadow-smooth-high);transition:transform .2s cubic-bezier(.4,0,.2,1)}.aeb-modal__close-btn:hover{transform:scale(1.1)}.aeb-modal__close-btn:active{transform:scale(.95)}.aeb-modal__btn-group{display:flex;gap:16px;justify-content:flex-end;transform:translateY(10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .2s,opacity .4s cubic-bezier(.4,0,.2,1) .2s}@media screen and (max-width: 599px){.aeb-modal__btn-group{flex-direction:column}}\n"], dependencies: [{ kind: "component", type: Button, selector: "button[aebButton], a[aebButton]", inputs: ["variant", "size", "isWarning", "fill"] }], encapsulation: i0.ViewEncapsulation.None }); }
3409
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Modal, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3410
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Modal, isStandalone: true, selector: "aeb-modal", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, closeOnBackdropClick: { classPropertyName: "closeOnBackdropClick", publicName: "closeOnBackdropClick", isSignal: true, isRequired: false, transformFunction: null }, controlsConfig: { classPropertyName: "controlsConfig", publicName: "controlsConfig", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { leftBtnClick: "leftBtnClick", rightBtnClick: "rightBtnClick", closeBtnClick: "closeBtnClick" }, host: { listeners: { "click": "onClick($event)" }, properties: { "class.aeb-modal--open": "isOpen()" }, classAttribute: "aeb-modal" }, ngImport: i0, template: "<div class=\"aeb-modal__window\" [class]=\"'aeb-modal__window--' + size()\">\n <div class=\"aeb-modal__header\">\n <h2 class=\"aeb-modal__title\">{{ title() }}</h2>\n @if (!controlsConfigTemplate().closeBtn.hidden) {\n <button class=\"aeb-modal__close-btn\" (click)=\"onCloseClick()\">\n <svg\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M9.63074 9.63074L22.3692 22.3692\"\n stroke=\"#7D8591\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M22.3693 9.63074L9.63077 22.3692\"\n stroke=\"#7D8591\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </button>\n }\n </div>\n <ng-content />\n @if (!controlsConfigTemplate().leftBtn.hidden &&\n !controlsConfigTemplate().rightBtn.hidden) {\n <span class=\"aeb-modal__btn-group\">\n @if (!controlsConfigTemplate().leftBtn.hidden) {\n <button\n aebButton\n [size]=\"isMobileScreen ? 'M' : 'L'\"\n [fill]=\"isMobileScreen ? true : false || size() === 'S'\"\n [variant]=\"controlsConfigTemplate().leftBtn.variant\"\n [isWarning]=\"controlsConfigTemplate().leftBtn.warning\"\n [disabled]=\"controlsConfigTemplate().leftBtn.disabled\"\n (click)=\"onCancelClick()\"\n >\n {{ controlsConfigTemplate().leftBtn.text }}\n </button>\n } @if (!controlsConfigTemplate().rightBtn.hidden) {\n <button\n aebButton\n [size]=\"isMobileScreen ? 'M' : 'L'\"\n [fill]=\"isMobileScreen ? true : false || size() === 'S'\"\n [variant]=\"controlsConfigTemplate().rightBtn.variant\"\n [isWarning]=\"controlsConfigTemplate().rightBtn.warning\"\n [disabled]=\"controlsConfigTemplate().rightBtn.disabled\"\n (click)=\"onSubmitClick()\"\n >\n {{ controlsConfigTemplate().rightBtn.text }}\n </button>\n }\n </span>\n }\n</div>\n", styles: [".aeb-modal{position:fixed;top:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;width:100%;height:100vh;height:100dvh;margin:0;padding:0;border:none;cursor:pointer;opacity:0;visibility:hidden;background:transparent;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}.aeb-modal--open{opacity:1;visibility:visible;background-color:var(--c-bg-overlay)}.aeb-modal--open .aeb-modal__window{transform:scale(1) translateY(0);opacity:1}@media screen and (max-width:599px){.aeb-modal--open .aeb-modal__window{transform:translateY(0)}}.aeb-modal--open .aeb-modal__header,.aeb-modal--open .aeb-modal__btn-group{transform:translateY(0);opacity:1}.aeb-modal--open .aeb-modal__window>:not(.aeb-modal__header,.aeb-modal__btn-group){transform:translateY(0);opacity:1}.aeb-modal__window{position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:32px;padding:32px;margin:16px;background-color:var(--c-bg-default);border-radius:var(--border-fully-rounded);box-shadow:var(--light-theme-shadows-shadow-smooth-high);width:100%;cursor:default;transform:scale(.8) translateY(20px);opacity:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s cubic-bezier(.4,0,.2,1)}.aeb-modal__window>:not(.aeb-modal__header,.aeb-modal__btn-group){transform:translateY(5px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .15s,opacity .4s cubic-bezier(.4,0,.2,1) .15s}.aeb-modal__window--auto{width:auto}.aeb-modal__window--S{max-width:480px}.aeb-modal__window--M{max-width:720px}.aeb-modal__window--L{max-width:900px}@media screen and (max-width:599px){.aeb-modal__window{position:absolute;bottom:0;margin:0;border-radius:var(--border-rounded) var(--border-rounded) 0 0;padding:16px 16px 32px;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.aeb-modal__window--S,.aeb-modal__window--M,.aeb-modal__window--L{max-width:100%}}.aeb-modal__header{display:flex;justify-content:space-between;transform:translateY(-10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .1s,opacity .4s cubic-bezier(.4,0,.2,1) .1s}.aeb-modal__title{margin:0;color:var(--c-t-primary)}@media screen and (max-width:599px){.aeb-modal__title{font-weight:500;font-size:22px}}.aeb-modal__close-btn{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;background:none;border:var(--no-border);box-shadow:var(--light-theme-shadows-shadow-smooth-high);transition:transform .2s cubic-bezier(.4,0,.2,1)}.aeb-modal__close-btn:hover{transform:scale(1.1)}.aeb-modal__close-btn:active{transform:scale(.95)}.aeb-modal__btn-group{display:flex;gap:16px;justify-content:flex-end;transform:translateY(10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .2s,opacity .4s cubic-bezier(.4,0,.2,1) .2s}@media screen and (max-width:599px){.aeb-modal__btn-group{flex-direction:column}}\n"], dependencies: [{ kind: "component", type: Button, selector: "button[aebButton], a[aebButton]", inputs: ["variant", "size", "isWarning", "fill"] }], encapsulation: i0.ViewEncapsulation.None }); }
3411
3411
  }
3412
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Modal, decorators: [{
3412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Modal, decorators: [{
3413
3413
  type: Component,
3414
3414
  args: [{ selector: 'aeb-modal', encapsulation: ViewEncapsulation.None, imports: [Button], host: {
3415
3415
  class: 'aeb-modal',
3416
3416
  '[class.aeb-modal--open]': 'isOpen()',
3417
3417
  '(click)': 'onClick($event)'
3418
- }, template: "<div class=\"aeb-modal__window\" [class]=\"'aeb-modal__window--' + size()\">\n <div class=\"aeb-modal__header\">\n <h2 class=\"aeb-modal__title\">{{ title() }}</h2>\n @if (!controlsConfigTemplate().closeBtn.hidden) {\n <button class=\"aeb-modal__close-btn\" (click)=\"onCloseClick()\">\n <svg\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M9.63074 9.63074L22.3692 22.3692\"\n stroke=\"#7D8591\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M22.3693 9.63074L9.63077 22.3692\"\n stroke=\"#7D8591\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </button>\n }\n </div>\n <ng-content />\n @if (!controlsConfigTemplate().leftBtn.hidden &&\n !controlsConfigTemplate().rightBtn.hidden) {\n <span class=\"aeb-modal__btn-group\">\n @if (!controlsConfigTemplate().leftBtn.hidden) {\n <button\n aebButton\n [size]=\"isMobileScreen ? 'M' : 'L'\"\n [fill]=\"isMobileScreen ? true : false || size() === 'S'\"\n [variant]=\"controlsConfigTemplate().leftBtn.variant\"\n [isWarning]=\"controlsConfigTemplate().leftBtn.warning\"\n [disabled]=\"controlsConfigTemplate().leftBtn.disabled\"\n (click)=\"onCancelClick()\"\n >\n {{ controlsConfigTemplate().leftBtn.text }}\n </button>\n } @if (!controlsConfigTemplate().rightBtn.hidden) {\n <button\n aebButton\n [size]=\"isMobileScreen ? 'M' : 'L'\"\n [fill]=\"isMobileScreen ? true : false || size() === 'S'\"\n [variant]=\"controlsConfigTemplate().rightBtn.variant\"\n [isWarning]=\"controlsConfigTemplate().rightBtn.warning\"\n [disabled]=\"controlsConfigTemplate().rightBtn.disabled\"\n (click)=\"onSubmitClick()\"\n >\n {{ controlsConfigTemplate().rightBtn.text }}\n </button>\n }\n </span>\n }\n</div>\n", styles: [".aeb-modal{position:fixed;top:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;width:100%;height:100vh;height:100dvh;margin:0;padding:0;border:none;cursor:pointer;opacity:0;visibility:hidden;background:transparent;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}.aeb-modal--open{opacity:1;visibility:visible;background-color:var(--c-bg-overlay)}.aeb-modal--open .aeb-modal__window{transform:scale(1) translateY(0);opacity:1}@media screen and (max-width: 599px){.aeb-modal--open .aeb-modal__window{transform:translateY(0)}}.aeb-modal--open .aeb-modal__header,.aeb-modal--open .aeb-modal__btn-group{transform:translateY(0);opacity:1}.aeb-modal--open .aeb-modal__window>:not(.aeb-modal__header,.aeb-modal__btn-group){transform:translateY(0);opacity:1}.aeb-modal__window{position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:32px;padding:32px;margin:16px;background-color:var(--c-bg-default);border-radius:var(--border-fully-rounded);box-shadow:var(--light-theme-shadows-shadow-smooth-high);width:100%;cursor:default;transform:scale(.8) translateY(20px);opacity:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s cubic-bezier(.4,0,.2,1)}.aeb-modal__window>:not(.aeb-modal__header,.aeb-modal__btn-group){transform:translateY(5px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .15s,opacity .4s cubic-bezier(.4,0,.2,1) .15s}.aeb-modal__window--auto{width:auto}.aeb-modal__window--S{max-width:480px}.aeb-modal__window--M{max-width:720px}.aeb-modal__window--L{max-width:900px}@media screen and (max-width: 599px){.aeb-modal__window{position:absolute;bottom:0;margin:0;border-radius:var(--border-rounded) var(--border-rounded) 0 0;padding:16px 16px 32px;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.aeb-modal__window--S,.aeb-modal__window--M,.aeb-modal__window--L{max-width:100%}}.aeb-modal__header{display:flex;justify-content:space-between;transform:translateY(-10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .1s,opacity .4s cubic-bezier(.4,0,.2,1) .1s}.aeb-modal__title{margin:0;color:var(--c-t-primary)}@media screen and (max-width: 599px){.aeb-modal__title{font-weight:500;font-size:22px}}.aeb-modal__close-btn{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;background:none;border:var(--no-border);box-shadow:var(--light-theme-shadows-shadow-smooth-high);transition:transform .2s cubic-bezier(.4,0,.2,1)}.aeb-modal__close-btn:hover{transform:scale(1.1)}.aeb-modal__close-btn:active{transform:scale(.95)}.aeb-modal__btn-group{display:flex;gap:16px;justify-content:flex-end;transform:translateY(10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .2s,opacity .4s cubic-bezier(.4,0,.2,1) .2s}@media screen and (max-width: 599px){.aeb-modal__btn-group{flex-direction:column}}\n"] }]
3419
- }], ctorParameters: () => [] });
3418
+ }, template: "<div class=\"aeb-modal__window\" [class]=\"'aeb-modal__window--' + size()\">\n <div class=\"aeb-modal__header\">\n <h2 class=\"aeb-modal__title\">{{ title() }}</h2>\n @if (!controlsConfigTemplate().closeBtn.hidden) {\n <button class=\"aeb-modal__close-btn\" (click)=\"onCloseClick()\">\n <svg\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 32 32\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M9.63074 9.63074L22.3692 22.3692\"\n stroke=\"#7D8591\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M22.3693 9.63074L9.63077 22.3692\"\n stroke=\"#7D8591\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </button>\n }\n </div>\n <ng-content />\n @if (!controlsConfigTemplate().leftBtn.hidden &&\n !controlsConfigTemplate().rightBtn.hidden) {\n <span class=\"aeb-modal__btn-group\">\n @if (!controlsConfigTemplate().leftBtn.hidden) {\n <button\n aebButton\n [size]=\"isMobileScreen ? 'M' : 'L'\"\n [fill]=\"isMobileScreen ? true : false || size() === 'S'\"\n [variant]=\"controlsConfigTemplate().leftBtn.variant\"\n [isWarning]=\"controlsConfigTemplate().leftBtn.warning\"\n [disabled]=\"controlsConfigTemplate().leftBtn.disabled\"\n (click)=\"onCancelClick()\"\n >\n {{ controlsConfigTemplate().leftBtn.text }}\n </button>\n } @if (!controlsConfigTemplate().rightBtn.hidden) {\n <button\n aebButton\n [size]=\"isMobileScreen ? 'M' : 'L'\"\n [fill]=\"isMobileScreen ? true : false || size() === 'S'\"\n [variant]=\"controlsConfigTemplate().rightBtn.variant\"\n [isWarning]=\"controlsConfigTemplate().rightBtn.warning\"\n [disabled]=\"controlsConfigTemplate().rightBtn.disabled\"\n (click)=\"onSubmitClick()\"\n >\n {{ controlsConfigTemplate().rightBtn.text }}\n </button>\n }\n </span>\n }\n</div>\n", styles: [".aeb-modal{position:fixed;top:0;left:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;width:100%;height:100vh;height:100dvh;margin:0;padding:0;border:none;cursor:pointer;opacity:0;visibility:hidden;background:transparent;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}.aeb-modal--open{opacity:1;visibility:visible;background-color:var(--c-bg-overlay)}.aeb-modal--open .aeb-modal__window{transform:scale(1) translateY(0);opacity:1}@media screen and (max-width:599px){.aeb-modal--open .aeb-modal__window{transform:translateY(0)}}.aeb-modal--open .aeb-modal__header,.aeb-modal--open .aeb-modal__btn-group{transform:translateY(0);opacity:1}.aeb-modal--open .aeb-modal__window>:not(.aeb-modal__header,.aeb-modal__btn-group){transform:translateY(0);opacity:1}.aeb-modal__window{position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:32px;padding:32px;margin:16px;background-color:var(--c-bg-default);border-radius:var(--border-fully-rounded);box-shadow:var(--light-theme-shadows-shadow-smooth-high);width:100%;cursor:default;transform:scale(.8) translateY(20px);opacity:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .3s cubic-bezier(.4,0,.2,1)}.aeb-modal__window>:not(.aeb-modal__header,.aeb-modal__btn-group){transform:translateY(5px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .15s,opacity .4s cubic-bezier(.4,0,.2,1) .15s}.aeb-modal__window--auto{width:auto}.aeb-modal__window--S{max-width:480px}.aeb-modal__window--M{max-width:720px}.aeb-modal__window--L{max-width:900px}@media screen and (max-width:599px){.aeb-modal__window{position:absolute;bottom:0;margin:0;border-radius:var(--border-rounded) var(--border-rounded) 0 0;padding:16px 16px 32px;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.aeb-modal__window--S,.aeb-modal__window--M,.aeb-modal__window--L{max-width:100%}}.aeb-modal__header{display:flex;justify-content:space-between;transform:translateY(-10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .1s,opacity .4s cubic-bezier(.4,0,.2,1) .1s}.aeb-modal__title{margin:0;color:var(--c-t-primary)}@media screen and (max-width:599px){.aeb-modal__title{font-weight:500;font-size:22px}}.aeb-modal__close-btn{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;background:none;border:var(--no-border);box-shadow:var(--light-theme-shadows-shadow-smooth-high);transition:transform .2s cubic-bezier(.4,0,.2,1)}.aeb-modal__close-btn:hover{transform:scale(1.1)}.aeb-modal__close-btn:active{transform:scale(.95)}.aeb-modal__btn-group{display:flex;gap:16px;justify-content:flex-end;transform:translateY(10px);opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1) .2s,opacity .4s cubic-bezier(.4,0,.2,1) .2s}@media screen and (max-width:599px){.aeb-modal__btn-group{flex-direction:column}}\n"] }]
3419
+ }], ctorParameters: () => [], propDecorators: { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], closeOnBackdropClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "closeOnBackdropClick", required: false }] }], controlsConfig: [{ type: i0.Input, args: [{ isSignal: true, alias: "controlsConfig", required: false }] }], leftBtnClick: [{ type: i0.Output, args: ["leftBtnClick"] }], rightBtnClick: [{ type: i0.Output, args: ["rightBtnClick"] }], closeBtnClick: [{ type: i0.Output, args: ["closeBtnClick"] }] } });
3420
3420
 
3421
3421
  class ModalModule {
3422
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3423
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: ModalModule, imports: [ButtonModule, Modal], exports: [Modal] }); }
3424
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ModalModule, imports: [ButtonModule] }); }
3422
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3423
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: ModalModule, imports: [ButtonModule, Modal], exports: [Modal] }); }
3424
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ModalModule, imports: [ButtonModule] }); }
3425
3425
  }
3426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ModalModule, decorators: [{
3426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ModalModule, decorators: [{
3427
3427
  type: NgModule,
3428
3428
  args: [{
3429
3429
  imports: [ButtonModule, Modal],
@@ -3435,20 +3435,20 @@ class NewsCard {
3435
3435
  constructor() {
3436
3436
  this.date = input(undefined, ...(ngDevMode ? [{ debugName: "date" }] : []));
3437
3437
  }
3438
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NewsCard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3439
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.4", type: NewsCard, isStandalone: true, selector: "aeb-news-card", inputs: { date: { classPropertyName: "date", publicName: "date", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"aeb-news-card\">\n <div class=\"aeb-news-card__date\">{{ date() | date: 'd MMMM' }}</div>\n <div class=\"aeb-news-card__content\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-news-card{box-sizing:border-box;max-width:320px;color:var(--color-mono-900)}.aeb-news-card__date{box-sizing:border-box;display:block;width:fit-content;padding:9px 10px;margin-bottom:16px;font-size:var(--font-size-xxs);border:var(--border-thin) solid var(--color-blue-50);border-radius:var(--border-rounded)}.aeb-news-card__content{max-width:320px;font-size:var(--font-size-s);text-decoration:none!important}.aeb-news-card__content a{color:var(--color-blue-500);text-decoration:none}\n"], dependencies: [{ kind: "pipe", type: DatePipe, name: "date" }], encapsulation: i0.ViewEncapsulation.None }); }
3438
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NewsCard, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3439
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: NewsCard, isStandalone: true, selector: "aeb-news-card", inputs: { date: { classPropertyName: "date", publicName: "date", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"aeb-news-card\">\n <div class=\"aeb-news-card__date\">{{ date() | date: 'd MMMM' }}</div>\n <div class=\"aeb-news-card__content\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-news-card{box-sizing:border-box;max-width:320px;color:var(--color-mono-900)}.aeb-news-card__date{box-sizing:border-box;display:block;width:fit-content;padding:9px 10px;margin-bottom:16px;font-size:var(--font-size-xxs);border:var(--border-thin) solid var(--color-blue-50);border-radius:var(--border-rounded)}.aeb-news-card__content a{color:var(--color-blue-500);text-decoration:none}.aeb-news-card__content{max-width:320px;font-size:var(--font-size-s);text-decoration:none!important}\n"], dependencies: [{ kind: "pipe", type: DatePipe, name: "date" }], encapsulation: i0.ViewEncapsulation.None }); }
3440
3440
  }
3441
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NewsCard, decorators: [{
3441
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NewsCard, decorators: [{
3442
3442
  type: Component,
3443
- args: [{ selector: 'aeb-news-card', encapsulation: ViewEncapsulation.None, imports: [DatePipe], template: "<div class=\"aeb-news-card\">\n <div class=\"aeb-news-card__date\">{{ date() | date: 'd MMMM' }}</div>\n <div class=\"aeb-news-card__content\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-news-card{box-sizing:border-box;max-width:320px;color:var(--color-mono-900)}.aeb-news-card__date{box-sizing:border-box;display:block;width:fit-content;padding:9px 10px;margin-bottom:16px;font-size:var(--font-size-xxs);border:var(--border-thin) solid var(--color-blue-50);border-radius:var(--border-rounded)}.aeb-news-card__content{max-width:320px;font-size:var(--font-size-s);text-decoration:none!important}.aeb-news-card__content a{color:var(--color-blue-500);text-decoration:none}\n"] }]
3444
- }] });
3443
+ args: [{ selector: 'aeb-news-card', encapsulation: ViewEncapsulation.None, imports: [DatePipe], template: "<div class=\"aeb-news-card\">\n <div class=\"aeb-news-card__date\">{{ date() | date: 'd MMMM' }}</div>\n <div class=\"aeb-news-card__content\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-news-card{box-sizing:border-box;max-width:320px;color:var(--color-mono-900)}.aeb-news-card__date{box-sizing:border-box;display:block;width:fit-content;padding:9px 10px;margin-bottom:16px;font-size:var(--font-size-xxs);border:var(--border-thin) solid var(--color-blue-50);border-radius:var(--border-rounded)}.aeb-news-card__content a{color:var(--color-blue-500);text-decoration:none}.aeb-news-card__content{max-width:320px;font-size:var(--font-size-s);text-decoration:none!important}\n"] }]
3444
+ }], propDecorators: { date: [{ type: i0.Input, args: [{ isSignal: true, alias: "date", required: false }] }] } });
3445
3445
 
3446
3446
  class NewsCardModule {
3447
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NewsCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3448
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: NewsCardModule, imports: [NewsCard], exports: [NewsCard] }); }
3449
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NewsCardModule, providers: [{ provide: LOCALE_ID, useValue: 'ru' }] }); }
3447
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NewsCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3448
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: NewsCardModule, imports: [NewsCard], exports: [NewsCard] }); }
3449
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NewsCardModule, providers: [{ provide: LOCALE_ID, useValue: 'ru' }] }); }
3450
3450
  }
3451
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NewsCardModule, decorators: [{
3451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NewsCardModule, decorators: [{
3452
3452
  type: NgModule,
3453
3453
  args: [{
3454
3454
  providers: [{ provide: LOCALE_ID, useValue: 'ru' }],
@@ -3511,15 +3511,6 @@ class Notification {
3511
3511
  event.stopPropagation();
3512
3512
  this.closeNotification.emit(id);
3513
3513
  }
3514
- waitUntilClose() {
3515
- const lifeTime = this.lifeTime();
3516
- if (lifeTime === 0 || lifeTime === undefined) {
3517
- return;
3518
- }
3519
- this.timeout = setTimeout(() => {
3520
- this.state.set('closed');
3521
- }, lifeTime * 1000);
3522
- }
3523
3514
  onOver() {
3524
3515
  this.isHovered.set(true);
3525
3516
  this.state.set('open');
@@ -3532,8 +3523,17 @@ class Notification {
3532
3523
  onClick() {
3533
3524
  this.clickNotification.emit(this.id());
3534
3525
  }
3535
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Notification, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3536
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Notification, isStandalone: true, selector: "aeb-notification", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, message: { classPropertyName: "message", publicName: "message", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, buttonText: { classPropertyName: "buttonText", publicName: "buttonText", isSignal: true, isRequired: false, transformFunction: null }, lifeTime: { classPropertyName: "lifeTime", publicName: "lifeTime", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonClick: "buttonClick", clickNotification: "clickNotification", closeNotification: "closeNotification" }, host: { listeners: { "@notificationState.done": "onAnimationDone($event)", "mouseover": "onOver()", "mouseleave": "onLeave()", "click": "onClick()" }, properties: { "class.aeb-notification--success": "type() === \"success\"", "class.aeb-notification--error": "type() === \"error\"", "class.aeb-notification--warning": "type() === \"warning\"", "class.aeb-notification--info": "type() === \"info\"", "@notificationState": "state()" }, classAttribute: "aeb-notification" }, ngImport: i0, template: "<div class=\"aeb-notification__icon\">\n @switch (type()) { @case ('info') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#0198C8\" />\n <path\n d=\"M12 12V16\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M12 8V8.0001\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @case ('success') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#099A57\" />\n <path\n d=\"M8 12.5L10.4615 14.8076C10.5769 14.9158 10.7565 14.9158 10.8718 14.8076L16 10\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n } @case ('error') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#DA2A4A\" />\n <path\n d=\"M15 9.03048L9.03035 15.0001M9 9L14.9697 14.9697\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @case ('warning') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M10.29 3.85996L1.82002 18C1.64539 18.3024 1.55299 18.6453 1.55201 18.9945C1.55103 19.3437 1.64151 19.6871 1.81445 19.9905C1.98738 20.2939 2.23675 20.5467 2.53773 20.7238C2.83871 20.9009 3.18082 20.9961 3.53002 21H20.47C20.8192 20.9961 21.1613 20.9009 21.4623 20.7238C21.7633 20.5467 22.0127 20.2939 22.1856 19.9905C22.3585 19.6871 22.449 19.3437 22.448 18.9945C22.4471 18.6453 22.3547 18.3024 22.18 18L13.71 3.85996C13.5318 3.56607 13.2807 3.32308 12.9812 3.15444C12.6817 2.98581 12.3438 2.89722 12 2.89722C11.6563 2.89722 11.3184 2.98581 11.0188 3.15444C10.7193 3.32308 10.4683 3.56607 10.29 3.85996Z\"\n fill=\"#CFAC43\"\n />\n <path\n d=\"M12 9V13\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M12 17H12.01\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @default {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ></svg>\n } }\n</div>\n<div class=\"aeb-notification__info\">\n <div class=\"aeb-notification__header\">{{ header() }}</div>\n <div class=\"aeb-notification__msg\" [innerHTML]=\"message()\"></div>\n @if (buttonText()) {\n <button\n class=\"aeb-notification__button\"\n (click)=\"handleButtonClick($event)\"\n [class.aeb-notification__button--info]=\"type() === 'info'\"\n [class.aeb-notification__button--error]=\"type() === 'error'\"\n [class.aeb-notification__button--success]=\"type() === 'success'\"\n [class.aeb-notification__button--warning]=\"type() === 'warning'\"\n >\n {{ buttonText() }}\n </button>\n }\n</div>\n<div\n class=\"aeb-notification__close\"\n [class]=\"'aeb-notification__close--' + type()\"\n (click)=\"handleClose($event, id())\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M8 8L16 16\"\n stroke=\"#07222D\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M16 8L8 16\"\n stroke=\"#07222D\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n", styles: [".aeb-notification{box-sizing:border-box;width:320px;min-height:76px;display:flex;justify-content:space-between;gap:16px;height:auto;padding:16px;border-radius:16px;-webkit-user-select:none;user-select:none}.aeb-notification--info{color:var(--c-sem-l-informative);border:1px solid var(--c-sem-btn-informative);background-color:var(--c-sem-bg-informative)}.aeb-notification--error{color:var(--c-sem-l-negative);border:1px solid var(--c-sem-btn-negative);background-color:var(--c-sem-bg-negative)}.aeb-notification--warning{color:var(--c-sem-l-warning);border:1px solid var(--c-sem-btn-warning);background-color:var(--c-sem-bg-warning)}.aeb-notification--success{color:var(--c-sem-l-positive);border:1px solid var(--c-sem-btn-positive);background-color:var(--c-sem-bg-positive)}.aeb-notification__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.aeb-notification__info{width:100%}.aeb-notification__header{flex:auto;margin-bottom:4px;font-size:var(--font-size-s);font-weight:var(--font-weight-medium);word-break:break-all}.aeb-notification__button{margin-top:12px;background-color:transparent;border:none;cursor:pointer;font-size:14px;font-weight:400;font-family:inherit;line-height:20px;padding:0}.aeb-notification__button--info{color:var(--c-sem-btn-informative)}.aeb-notification__button--error{color:var(--c-sem-btn-negative)}.aeb-notification__button--warning{color:var(--c-sem-btn-warning)}.aeb-notification__button--success{color:var(--c-sem-btn-positive)}.aeb-notification__close{top:16px;right:16px;flex:0;cursor:pointer}.aeb-notification__close--info svg{stroke:var(--c-sem-l-informative)}.aeb-notification__close--success svg{stroke:var(--c-sem-l-positive)}.aeb-notification__close--warning svg{stroke:var(--c-sem-l-warning)}.aeb-notification__close--error svg{stroke:var(--c-sem-l-negative)}\n"], animations: [
3526
+ waitUntilClose() {
3527
+ const lifeTime = this.lifeTime();
3528
+ if (lifeTime === 0 || lifeTime === undefined) {
3529
+ return;
3530
+ }
3531
+ this.timeout = setTimeout(() => {
3532
+ this.state.set('closed');
3533
+ }, lifeTime * 1000);
3534
+ }
3535
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Notification, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3536
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Notification, isStandalone: true, selector: "aeb-notification", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, message: { classPropertyName: "message", publicName: "message", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, buttonText: { classPropertyName: "buttonText", publicName: "buttonText", isSignal: true, isRequired: false, transformFunction: null }, lifeTime: { classPropertyName: "lifeTime", publicName: "lifeTime", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { buttonClick: "buttonClick", clickNotification: "clickNotification", closeNotification: "closeNotification" }, host: { listeners: { "@notificationState.done": "onAnimationDone($event)", "mouseover": "onOver()", "mouseleave": "onLeave()", "click": "onClick()" }, properties: { "class.aeb-notification--success": "type() === \"success\"", "class.aeb-notification--error": "type() === \"error\"", "class.aeb-notification--warning": "type() === \"warning\"", "class.aeb-notification--info": "type() === \"info\"", "@notificationState": "state()" }, classAttribute: "aeb-notification" }, ngImport: i0, template: "<div class=\"aeb-notification__icon\">\n @switch (type()) { @case ('info') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#0198C8\" />\n <path\n d=\"M12 12V16\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M12 8V8.0001\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @case ('success') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#099A57\" />\n <path\n d=\"M8 12.5L10.4615 14.8076C10.5769 14.9158 10.7565 14.9158 10.8718 14.8076L16 10\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n } @case ('error') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#DA2A4A\" />\n <path\n d=\"M15 9.03048L9.03035 15.0001M9 9L14.9697 14.9697\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @case ('warning') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M10.29 3.85996L1.82002 18C1.64539 18.3024 1.55299 18.6453 1.55201 18.9945C1.55103 19.3437 1.64151 19.6871 1.81445 19.9905C1.98738 20.2939 2.23675 20.5467 2.53773 20.7238C2.83871 20.9009 3.18082 20.9961 3.53002 21H20.47C20.8192 20.9961 21.1613 20.9009 21.4623 20.7238C21.7633 20.5467 22.0127 20.2939 22.1856 19.9905C22.3585 19.6871 22.449 19.3437 22.448 18.9945C22.4471 18.6453 22.3547 18.3024 22.18 18L13.71 3.85996C13.5318 3.56607 13.2807 3.32308 12.9812 3.15444C12.6817 2.98581 12.3438 2.89722 12 2.89722C11.6563 2.89722 11.3184 2.98581 11.0188 3.15444C10.7193 3.32308 10.4683 3.56607 10.29 3.85996Z\"\n fill=\"#CFAC43\"\n />\n <path\n d=\"M12 9V13\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M12 17H12.01\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @default {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ></svg>\n } }\n</div>\n<div class=\"aeb-notification__info\">\n <div class=\"aeb-notification__header\">{{ header() }}</div>\n <div class=\"aeb-notification__msg\" [innerHTML]=\"message()\"></div>\n @if (buttonText()) {\n <button\n class=\"aeb-notification__button\"\n (click)=\"handleButtonClick($event)\"\n [class.aeb-notification__button--info]=\"type() === 'info'\"\n [class.aeb-notification__button--error]=\"type() === 'error'\"\n [class.aeb-notification__button--success]=\"type() === 'success'\"\n [class.aeb-notification__button--warning]=\"type() === 'warning'\"\n >\n {{ buttonText() }}\n </button>\n }\n</div>\n<div\n class=\"aeb-notification__close\"\n [class]=\"'aeb-notification__close--' + type()\"\n (click)=\"handleClose($event, id())\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M8 8L16 16\"\n stroke=\"#07222D\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M16 8L8 16\"\n stroke=\"#07222D\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n", styles: [".aeb-notification{box-sizing:border-box;width:320px;min-height:76px;display:flex;justify-content:space-between;gap:16px;height:auto;padding:16px;border-radius:16px;-webkit-user-select:none;user-select:none}.aeb-notification--info{color:var(--c-sem-l-informative);border:1px solid var(--c-sem-btn-informative);background-color:var(--c-sem-bg-informative)}.aeb-notification--error{color:var(--c-sem-l-negative);border:1px solid var(--c-sem-btn-negative);background-color:var(--c-sem-bg-negative)}.aeb-notification--warning{color:var(--c-sem-l-warning);border:1px solid var(--c-sem-btn-warning);background-color:var(--c-sem-bg-warning)}.aeb-notification--success{color:var(--c-sem-l-positive);border:1px solid var(--c-sem-btn-positive);background-color:var(--c-sem-bg-positive)}.aeb-notification__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.aeb-notification__info{width:100%}.aeb-notification__header{flex:auto;margin-bottom:4px;font-size:var(--font-size-s);font-weight:var(--font-weight-medium);word-break:break-all}.aeb-notification__button{margin-top:12px;background-color:transparent;border:none;cursor:pointer;font-size:14px;font-weight:400;font-family:inherit;line-height:20px;padding:0}.aeb-notification__button--info{color:var(--c-sem-btn-informative)}.aeb-notification__button--error{color:var(--c-sem-btn-negative)}.aeb-notification__button--warning{color:var(--c-sem-btn-warning)}.aeb-notification__button--success{color:var(--c-sem-btn-positive)}.aeb-notification__close{top:16px;right:16px;flex:0;cursor:pointer}.aeb-notification__close--info svg{stroke:var(--c-sem-l-informative)}.aeb-notification__close--success svg{stroke:var(--c-sem-l-positive)}.aeb-notification__close--warning svg{stroke:var(--c-sem-l-warning)}.aeb-notification__close--error svg{stroke:var(--c-sem-l-negative)}\n"], animations: [
3537
3537
  trigger('notificationState', [
3538
3538
  state('open', style({
3539
3539
  opacity: 1,
@@ -3548,7 +3548,7 @@ class Notification {
3548
3548
  ])
3549
3549
  ], encapsulation: i0.ViewEncapsulation.None }); }
3550
3550
  }
3551
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Notification, decorators: [{
3551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Notification, decorators: [{
3552
3552
  type: Component,
3553
3553
  args: [{ selector: 'aeb-notification', encapsulation: ViewEncapsulation.None, animations: [
3554
3554
  trigger('notificationState', [
@@ -3575,7 +3575,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
3575
3575
  '(mouseleave)': 'onLeave()',
3576
3576
  '(click)': 'onClick()'
3577
3577
  }, template: "<div class=\"aeb-notification__icon\">\n @switch (type()) { @case ('info') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#0198C8\" />\n <path\n d=\"M12 12V16\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M12 8V8.0001\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @case ('success') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#099A57\" />\n <path\n d=\"M8 12.5L10.4615 14.8076C10.5769 14.9158 10.7565 14.9158 10.8718 14.8076L16 10\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n } @case ('error') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\" fill=\"#DA2A4A\" />\n <path\n d=\"M15 9.03048L9.03035 15.0001M9 9L14.9697 14.9697\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @case ('warning') {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M10.29 3.85996L1.82002 18C1.64539 18.3024 1.55299 18.6453 1.55201 18.9945C1.55103 19.3437 1.64151 19.6871 1.81445 19.9905C1.98738 20.2939 2.23675 20.5467 2.53773 20.7238C2.83871 20.9009 3.18082 20.9961 3.53002 21H20.47C20.8192 20.9961 21.1613 20.9009 21.4623 20.7238C21.7633 20.5467 22.0127 20.2939 22.1856 19.9905C22.3585 19.6871 22.449 19.3437 22.448 18.9945C22.4471 18.6453 22.3547 18.3024 22.18 18L13.71 3.85996C13.5318 3.56607 13.2807 3.32308 12.9812 3.15444C12.6817 2.98581 12.3438 2.89722 12 2.89722C11.6563 2.89722 11.3184 2.98581 11.0188 3.15444C10.7193 3.32308 10.4683 3.56607 10.29 3.85996Z\"\n fill=\"#CFAC43\"\n />\n <path\n d=\"M12 9V13\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M12 17H12.01\"\n stroke=\"white\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n } @default {\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n ></svg>\n } }\n</div>\n<div class=\"aeb-notification__info\">\n <div class=\"aeb-notification__header\">{{ header() }}</div>\n <div class=\"aeb-notification__msg\" [innerHTML]=\"message()\"></div>\n @if (buttonText()) {\n <button\n class=\"aeb-notification__button\"\n (click)=\"handleButtonClick($event)\"\n [class.aeb-notification__button--info]=\"type() === 'info'\"\n [class.aeb-notification__button--error]=\"type() === 'error'\"\n [class.aeb-notification__button--success]=\"type() === 'success'\"\n [class.aeb-notification__button--warning]=\"type() === 'warning'\"\n >\n {{ buttonText() }}\n </button>\n }\n</div>\n<div\n class=\"aeb-notification__close\"\n [class]=\"'aeb-notification__close--' + type()\"\n (click)=\"handleClose($event, id())\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M8 8L16 16\"\n stroke=\"#07222D\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M16 8L8 16\"\n stroke=\"#07222D\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n", styles: [".aeb-notification{box-sizing:border-box;width:320px;min-height:76px;display:flex;justify-content:space-between;gap:16px;height:auto;padding:16px;border-radius:16px;-webkit-user-select:none;user-select:none}.aeb-notification--info{color:var(--c-sem-l-informative);border:1px solid var(--c-sem-btn-informative);background-color:var(--c-sem-bg-informative)}.aeb-notification--error{color:var(--c-sem-l-negative);border:1px solid var(--c-sem-btn-negative);background-color:var(--c-sem-bg-negative)}.aeb-notification--warning{color:var(--c-sem-l-warning);border:1px solid var(--c-sem-btn-warning);background-color:var(--c-sem-bg-warning)}.aeb-notification--success{color:var(--c-sem-l-positive);border:1px solid var(--c-sem-btn-positive);background-color:var(--c-sem-bg-positive)}.aeb-notification__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.aeb-notification__info{width:100%}.aeb-notification__header{flex:auto;margin-bottom:4px;font-size:var(--font-size-s);font-weight:var(--font-weight-medium);word-break:break-all}.aeb-notification__button{margin-top:12px;background-color:transparent;border:none;cursor:pointer;font-size:14px;font-weight:400;font-family:inherit;line-height:20px;padding:0}.aeb-notification__button--info{color:var(--c-sem-btn-informative)}.aeb-notification__button--error{color:var(--c-sem-btn-negative)}.aeb-notification__button--warning{color:var(--c-sem-btn-warning)}.aeb-notification__button--success{color:var(--c-sem-btn-positive)}.aeb-notification__close{top:16px;right:16px;flex:0;cursor:pointer}.aeb-notification__close--info svg{stroke:var(--c-sem-l-informative)}.aeb-notification__close--success svg{stroke:var(--c-sem-l-positive)}.aeb-notification__close--warning svg{stroke:var(--c-sem-l-warning)}.aeb-notification__close--error svg{stroke:var(--c-sem-l-negative)}\n"] }]
3578
- }], ctorParameters: () => [] });
3578
+ }], ctorParameters: () => [], propDecorators: { id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }], message: [{ type: i0.Input, args: [{ isSignal: true, alias: "message", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], buttonText: [{ type: i0.Input, args: [{ isSignal: true, alias: "buttonText", required: false }] }], lifeTime: [{ type: i0.Input, args: [{ isSignal: true, alias: "lifeTime", required: false }] }], buttonClick: [{ type: i0.Output, args: ["buttonClick"] }], clickNotification: [{ type: i0.Output, args: ["clickNotification"] }], closeNotification: [{ type: i0.Output, args: ["closeNotification"] }] } });
3579
3579
 
3580
3580
  class Notifications {
3581
3581
  constructor() {
@@ -3590,8 +3590,8 @@ class Notifications {
3590
3590
  handleItemClose(id) {
3591
3591
  this.notificationClose.emit(id);
3592
3592
  }
3593
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Notifications, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3594
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Notifications, isStandalone: true, selector: "aeb-notifications", inputs: { notifications: { classPropertyName: "notifications", publicName: "notifications", isSignal: true, isRequired: false, transformFunction: null }, notificationsPosition: { classPropertyName: "notificationsPosition", publicName: "notificationsPosition", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { notificationClick: "notificationClick", notificationClose: "notificationClose" }, host: { properties: { "class.aeb-notifications--reversed": "notificationsPosition() === \"topLeft\" || notificationsPosition() === \"topRight\"", "class.aeb-notifications-left": "notificationsPosition() === \"topLeft\" || notificationsPosition() === \"bottomLeft\"", "class.aeb-notifications-right": "notificationsPosition() === \"topRight\" || notificationsPosition() === \"bottomRight\"", "class.aeb-notifications-top": "notificationsPosition() === \"topLeft\" || notificationsPosition() === \"topRight\"", "class.aeb-notifications-bottom": "notificationsPosition() === \"bottomLeft\" || notificationsPosition() === \"bottomRight\"", "@listAnimation": "notifications().length" }, classAttribute: "aeb-notifications" }, ngImport: i0, template: "@for (item of notifications(); track item.id) {\n<aeb-notification\n [id]=\"item.id\"\n [header]=\"item.header\"\n [message]=\"item.message\"\n [lifeTime]=\"item.lifeTime\"\n [type]=\"item.type\"\n [buttonText]=\"item.buttonText\"\n (buttonClick)=\"item.onButtonClick($event)\"\n (clickNotification)=\"handleItemClick($event)\"\n (closeNotification)=\"handleItemClose($event)\"\n/>\n}\n", styles: [".aeb-notifications{position:fixed;z-index:var(--z-notification);display:flex;flex-direction:column;align-items:flex-start;gap:12px}.aeb-notifications--reversed{flex-direction:column-reverse}.aeb-notifications-left{left:30px}.aeb-notifications-right{right:30px}.aeb-notifications-top{top:30px}.aeb-notifications-bottom{bottom:30px}\n"], dependencies: [{ kind: "component", type: Notification, selector: "aeb-notification", inputs: ["id", "header", "message", "type", "buttonText", "lifeTime"], outputs: ["buttonClick", "clickNotification", "closeNotification"] }], animations: [
3593
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Notifications, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3594
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Notifications, isStandalone: true, selector: "aeb-notifications", inputs: { notifications: { classPropertyName: "notifications", publicName: "notifications", isSignal: true, isRequired: false, transformFunction: null }, notificationsPosition: { classPropertyName: "notificationsPosition", publicName: "notificationsPosition", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { notificationClick: "notificationClick", notificationClose: "notificationClose" }, host: { properties: { "class.aeb-notifications--reversed": "notificationsPosition() === \"topLeft\" || notificationsPosition() === \"topRight\"", "class.aeb-notifications-left": "notificationsPosition() === \"topLeft\" || notificationsPosition() === \"bottomLeft\"", "class.aeb-notifications-right": "notificationsPosition() === \"topRight\" || notificationsPosition() === \"bottomRight\"", "class.aeb-notifications-top": "notificationsPosition() === \"topLeft\" || notificationsPosition() === \"topRight\"", "class.aeb-notifications-bottom": "notificationsPosition() === \"bottomLeft\" || notificationsPosition() === \"bottomRight\"", "@listAnimation": "notifications().length" }, classAttribute: "aeb-notifications" }, ngImport: i0, template: "@for (item of notifications(); track item.id) {\n<aeb-notification\n [id]=\"item.id\"\n [header]=\"item.header\"\n [message]=\"item.message\"\n [lifeTime]=\"item.lifeTime\"\n [type]=\"item.type\"\n [buttonText]=\"item.buttonText\"\n (buttonClick)=\"item.onButtonClick($event)\"\n (clickNotification)=\"handleItemClick($event)\"\n (closeNotification)=\"handleItemClose($event)\"\n/>\n}\n", styles: [".aeb-notifications{position:fixed;z-index:var(--z-notification);display:flex;flex-direction:column;align-items:flex-start;gap:12px}.aeb-notifications--reversed{flex-direction:column-reverse}.aeb-notifications-left{left:30px}.aeb-notifications-right{right:30px}.aeb-notifications-top{top:30px}.aeb-notifications-bottom{bottom:30px}\n"], dependencies: [{ kind: "component", type: Notification, selector: "aeb-notification", inputs: ["id", "header", "message", "type", "buttonText", "lifeTime"], outputs: ["buttonClick", "clickNotification", "closeNotification"] }], animations: [
3595
3595
  trigger('listAnimation', [
3596
3596
  transition('* => *', [
3597
3597
  query(':enter', [
@@ -3610,7 +3610,7 @@ class Notifications {
3610
3610
  ])
3611
3611
  ], encapsulation: i0.ViewEncapsulation.None }); }
3612
3612
  }
3613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Notifications, decorators: [{
3613
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Notifications, decorators: [{
3614
3614
  type: Component,
3615
3615
  args: [{ selector: 'aeb-notifications', encapsulation: ViewEncapsulation.None, animations: [
3616
3616
  trigger('listAnimation', [
@@ -3638,14 +3638,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
3638
3638
  '[class.aeb-notifications-bottom]': 'notificationsPosition() === "bottomLeft" || notificationsPosition() === "bottomRight"',
3639
3639
  '[@listAnimation]': 'notifications().length'
3640
3640
  }, template: "@for (item of notifications(); track item.id) {\n<aeb-notification\n [id]=\"item.id\"\n [header]=\"item.header\"\n [message]=\"item.message\"\n [lifeTime]=\"item.lifeTime\"\n [type]=\"item.type\"\n [buttonText]=\"item.buttonText\"\n (buttonClick)=\"item.onButtonClick($event)\"\n (clickNotification)=\"handleItemClick($event)\"\n (closeNotification)=\"handleItemClose($event)\"\n/>\n}\n", styles: [".aeb-notifications{position:fixed;z-index:var(--z-notification);display:flex;flex-direction:column;align-items:flex-start;gap:12px}.aeb-notifications--reversed{flex-direction:column-reverse}.aeb-notifications-left{left:30px}.aeb-notifications-right{right:30px}.aeb-notifications-top{top:30px}.aeb-notifications-bottom{bottom:30px}\n"] }]
3641
- }] });
3641
+ }], propDecorators: { notifications: [{ type: i0.Input, args: [{ isSignal: true, alias: "notifications", required: false }] }], notificationsPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "notificationsPosition", required: false }] }], notificationClick: [{ type: i0.Output, args: ["notificationClick"] }], notificationClose: [{ type: i0.Output, args: ["notificationClose"] }] } });
3642
3642
 
3643
3643
  class NotificationsModule {
3644
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NotificationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3645
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: NotificationsModule, imports: [Notifications, Notification], exports: [Notifications, Notification] }); }
3646
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NotificationsModule }); }
3644
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NotificationsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3645
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: NotificationsModule, imports: [Notifications, Notification], exports: [Notifications, Notification] }); }
3646
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NotificationsModule }); }
3647
3647
  }
3648
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NotificationsModule, decorators: [{
3648
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NotificationsModule, decorators: [{
3649
3649
  type: NgModule,
3650
3650
  args: [{
3651
3651
  imports: [Notifications, Notification],
@@ -3785,8 +3785,8 @@ class Select {
3785
3785
  dropdownMenuRef.onKeyDown(event);
3786
3786
  }
3787
3787
  }
3788
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Select, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3789
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Select, isStandalone: true, selector: "aeb-select", inputs: { initialDisabled: { classPropertyName: "initialDisabled", publicName: "initialDisabled", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, direction: { classPropertyName: "direction", publicName: "direction", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { optionSelect: "optionSelect" }, host: { listeners: { "clickOutside": "clickOutside()", "keydown": "onKeyDown($event)" }, properties: { "class.disabled": "disabled" }, classAttribute: "aeb-select" }, providers: [
3788
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Select, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3789
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Select, isStandalone: true, selector: "aeb-select", inputs: { initialDisabled: { classPropertyName: "initialDisabled", publicName: "initialDisabled", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, direction: { classPropertyName: "direction", publicName: "direction", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { optionSelect: "optionSelect" }, host: { listeners: { "clickOutside": "clickOutside()", "keydown": "onKeyDown($event)" }, properties: { "class.disabled": "disabled" }, classAttribute: "aeb-select" }, providers: [
3790
3790
  {
3791
3791
  provide: NG_VALUE_ACCESSOR,
3792
3792
  useExisting: forwardRef(() => Select),
@@ -3794,7 +3794,7 @@ class Select {
3794
3794
  }
3795
3795
  ], viewQueries: [{ propertyName: "dropdownMenuRef", first: true, predicate: DropdownMenu, descendants: true, isSignal: true }], hostDirectives: [{ directive: ClickOutsideDirective, outputs: ["clickOutside", "clickOutside"] }], ngImport: i0, template: "<div\n class=\"aeb-select__selected-item\"\n [class.open]=\"isOpen\"\n [class.error]=\"hasError()\"\n [attr.tabindex]=\"disabled ? -1 : 0\"\n [attr.role]=\"'combobox'\"\n [attr.aria-expanded]=\"isOpen\"\n [attr.aria-haspopup]=\"'listbox'\"\n [attr.aria-label]=\"label()\"\n (click)=\"!disabled && openDropdown()\"\n>\n <label\n class=\"aeb-select__label\"\n [class.float]=\"selectedOption\"\n [class.placeholder]=\"!selectedOption\"\n >\n {{ label() }}\n </label>\n\n @if (selectedOption) {\n <div class=\"aeb-select__selected-text\">{{ selectedOption.label }}</div>\n }\n</div>\n\n<div class=\"aeb-select__icon\" [class.open]=\"isOpen\" [class.disabled]=\"disabled\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M8 10L11.9293 13.9293C11.9683 13.9683 12.0317 13.9683 12.0707 13.9293L16 10\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n\n<aeb-dropdown-menu\n [options]=\"options()\"\n [direction]=\"direction()\"\n [isOpen]=\"isOpen\"\n [selectedOption]=\"selectedOption\"\n (optionSelect)=\"setValue($event)\"\n></aeb-dropdown-menu>\n", styles: [".aeb-select{position:relative;display:flex;width:100%;min-width:262px;font-size:16px;color:var(--c-t-primary);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:300}.aeb-select.disabled{cursor:default;pointer-events:none;color:var(--c-t-secondary)}.aeb-select__selected-item{display:flex;align-items:center;width:100%;height:54px;padding:0 52px 0 14px;background:var(--c-bg-surface-medium);border-radius:12px;border:1px solid transparent;position:relative}.aeb-select__selected-item:focus{outline:none;border-color:var(--c-btn-p-default)}.aeb-select__selected-item:hover:not(.disabled){background-color:var(--c-bg-surface)}.aeb-select__selected-item.open{border-color:var(--c-btn-p-default);background-color:var(--c-bg-default)}.aeb-select__selected-item.error{background:var(--c-btn-ws-pressed);border-color:var(--c-btn-ws-pressed)}.aeb-select__selected-item.error:hover{background-color:var(--c-btn-ws-default);border-color:var(--c-btn-ws-default)}.aeb-select__selected-item.error.open{background-color:var(--c-bg-default);border-color:var(--c-btn-w-default)}.aeb-select__selected-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;bottom:8px;left:16px;right:52px}.aeb-select__label{font-size:12px;color:var(--c-t-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.aeb-select__label.float{position:absolute;left:16px;top:8px;width:calc(100% - 68px)}.aeb-select__label.placeholder{color:var(--c-t-secondary);top:18px;font-size:16px;font-weight:300px;line-height:20px}.aeb-select__icon{position:absolute;top:16px;right:16px;width:24px;height:24px;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1)}.aeb-select__icon.disabled svg path{stroke:var(--c-i-secondary)}.aeb-select__icon.open{transform:rotate(180deg)}\n"], dependencies: [{ kind: "component", type: DropdownMenu, selector: "aeb-dropdown-menu", inputs: ["isOpen", "direction", "maxShownOptions", "optionSize", "options", "selectedOption"], outputs: ["outsideClick", "optionSelect"] }], encapsulation: i0.ViewEncapsulation.None }); }
3796
3796
  }
3797
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Select, decorators: [{
3797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Select, decorators: [{
3798
3798
  type: Component,
3799
3799
  args: [{ selector: 'aeb-select', encapsulation: ViewEncapsulation.None, hostDirectives: [
3800
3800
  {
@@ -3813,14 +3813,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
3813
3813
  '(clickOutside)': 'clickOutside()',
3814
3814
  '(keydown)': 'onKeyDown($event)'
3815
3815
  }, template: "<div\n class=\"aeb-select__selected-item\"\n [class.open]=\"isOpen\"\n [class.error]=\"hasError()\"\n [attr.tabindex]=\"disabled ? -1 : 0\"\n [attr.role]=\"'combobox'\"\n [attr.aria-expanded]=\"isOpen\"\n [attr.aria-haspopup]=\"'listbox'\"\n [attr.aria-label]=\"label()\"\n (click)=\"!disabled && openDropdown()\"\n>\n <label\n class=\"aeb-select__label\"\n [class.float]=\"selectedOption\"\n [class.placeholder]=\"!selectedOption\"\n >\n {{ label() }}\n </label>\n\n @if (selectedOption) {\n <div class=\"aeb-select__selected-text\">{{ selectedOption.label }}</div>\n }\n</div>\n\n<div class=\"aeb-select__icon\" [class.open]=\"isOpen\" [class.disabled]=\"disabled\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M8 10L11.9293 13.9293C11.9683 13.9683 12.0317 13.9683 12.0707 13.9293L16 10\"\n stroke=\"#1F2632\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</div>\n\n<aeb-dropdown-menu\n [options]=\"options()\"\n [direction]=\"direction()\"\n [isOpen]=\"isOpen\"\n [selectedOption]=\"selectedOption\"\n (optionSelect)=\"setValue($event)\"\n></aeb-dropdown-menu>\n", styles: [".aeb-select{position:relative;display:flex;width:100%;min-width:262px;font-size:16px;color:var(--c-t-primary);cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:300}.aeb-select.disabled{cursor:default;pointer-events:none;color:var(--c-t-secondary)}.aeb-select__selected-item{display:flex;align-items:center;width:100%;height:54px;padding:0 52px 0 14px;background:var(--c-bg-surface-medium);border-radius:12px;border:1px solid transparent;position:relative}.aeb-select__selected-item:focus{outline:none;border-color:var(--c-btn-p-default)}.aeb-select__selected-item:hover:not(.disabled){background-color:var(--c-bg-surface)}.aeb-select__selected-item.open{border-color:var(--c-btn-p-default);background-color:var(--c-bg-default)}.aeb-select__selected-item.error{background:var(--c-btn-ws-pressed);border-color:var(--c-btn-ws-pressed)}.aeb-select__selected-item.error:hover{background-color:var(--c-btn-ws-default);border-color:var(--c-btn-ws-default)}.aeb-select__selected-item.error.open{background-color:var(--c-bg-default);border-color:var(--c-btn-w-default)}.aeb-select__selected-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;bottom:8px;left:16px;right:52px}.aeb-select__label{font-size:12px;color:var(--c-t-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.aeb-select__label.float{position:absolute;left:16px;top:8px;width:calc(100% - 68px)}.aeb-select__label.placeholder{color:var(--c-t-secondary);top:18px;font-size:16px;font-weight:300px;line-height:20px}.aeb-select__icon{position:absolute;top:16px;right:16px;width:24px;height:24px;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1)}.aeb-select__icon.disabled svg path{stroke:var(--c-i-secondary)}.aeb-select__icon.open{transform:rotate(180deg)}\n"] }]
3816
- }], ctorParameters: () => [] });
3816
+ }], ctorParameters: () => [], propDecorators: { initialDisabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialDisabled", required: false }] }], dropdownMenuRef: [{ type: i0.ViewChild, args: [i0.forwardRef(() => DropdownMenu), { isSignal: true }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], hasError: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasError", required: false }] }], direction: [{ type: i0.Input, args: [{ isSignal: true, alias: "direction", required: false }] }], optionSelect: [{ type: i0.Output, args: ["optionSelect"] }] } });
3817
3817
 
3818
3818
  class SelectModule {
3819
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3820
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: SelectModule, imports: [ClickOutsideDirective, FormFieldModule, DropdownMenuModule, Select], exports: [Select] }); }
3821
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SelectModule, imports: [FormFieldModule, DropdownMenuModule] }); }
3819
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3820
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: SelectModule, imports: [ClickOutsideDirective, FormFieldModule, DropdownMenuModule, Select], exports: [Select] }); }
3821
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SelectModule, imports: [FormFieldModule, DropdownMenuModule] }); }
3822
3822
  }
3823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SelectModule, decorators: [{
3823
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SelectModule, decorators: [{
3824
3824
  type: NgModule,
3825
3825
  args: [{
3826
3826
  imports: [ClickOutsideDirective, FormFieldModule, DropdownMenuModule, Select],
@@ -3933,10 +3933,10 @@ class Pagination {
3933
3933
  this.activePage.set(page);
3934
3934
  this.pageSelect.emit(this.activePage());
3935
3935
  }
3936
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Pagination, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3937
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Pagination, isStandalone: true, selector: "aeb-pagination", inputs: { totalPages: { classPropertyName: "totalPages", publicName: "totalPages", isSignal: true, isRequired: false, transformFunction: null }, currentPage: { classPropertyName: "currentPage", publicName: "currentPage", isSignal: true, isRequired: false, transformFunction: null }, usePageSizeSelector: { classPropertyName: "usePageSizeSelector", publicName: "usePageSizeSelector", isSignal: true, isRequired: false, transformFunction: null }, pageSize: { classPropertyName: "pageSize", publicName: "pageSize", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { pageSelect: "pageSelect", amountChange: "amountChange" }, host: { classAttribute: "aeb-pagination" }, ngImport: i0, template: "<button\n (click)=\"prevPageHandler()\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--disabled': activePage() === 1\n }\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 16L10.0707 12.0707C10.0317 12.0317 10.0317 11.9683 10.0707 11.9293L14 8\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</button>\n\n@if (head()) {\n<button (click)=\"headPageHandler(head())\" class=\"aeb-pagination__button\">\n {{ head() }}\n</button>\n} @if (head()) {\n<div class=\"aeb-pagination__breaker\">...</div>\n} @for (page of middle(); track page) {\n<button\n (click)=\"middlePageHandler(page)\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--active': activePage() === page\n }\"\n>\n {{ page }}\n</button>\n} @if (tail()) {\n<div class=\"aeb-pagination__breaker\">...</div>\n} @if (tail()) {\n<button\n (click)=\"tailPageHandler(tail())\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--active': activePage() === tail()\n }\"\n>\n {{ tail() }}\n</button>\n}\n\n<button\n (click)=\"nextPageHandler()\"\n class=\"aeb-pagination__button aeb-pagination__button--reversed\"\n [ngClass]=\"{\n 'aeb-pagination__button--disabled': activePage() === totalPages()\n }\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 16L10.0707 12.0707C10.0317 12.0317 10.0317 11.9683 10.0707 11.9293L14 8\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</button>\n\n@if (usePageSizeSelector()) {\n<div class=\"aeb-pagination__select-container\">\n <aeb-select\n class=\"aeb-pagination__select\"\n [direction]=\"'top'\"\n (optionSelect)=\"handleChangePageSize($event)\"\n [formControl]=\"pageSizeControl\"\n [options]=\"amountOptions\"\n [label]=\"'\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u043E'\"\n >\n </aeb-select>\n</div>\n}\n", styles: [".aeb-pagination{gap:8px;display:flex;position:relative;align-items:center;justify-content:center;color:var(--c-t-primary-white)}@media screen and (max-width: 900px){.aeb-pagination{gap:6px}}.aeb-pagination__button{padding:0;border:none;outline:none;display:flex;cursor:pointer;align-items:center;justify-content:center;background:transparent;color:var(--c-t-links);font-family:inherit;width:48px;height:48px;border-radius:12px;font-weight:400}.aeb-pagination__button:hover,.aeb-pagination__button:focus{background-color:var(--c-bg-surface)}.aeb-pagination__button--active{color:var(--c-t-primary-white);background-color:var(--c-btn-p-default)}.aeb-pagination__button--active:hover,.aeb-pagination__button--active:focus{background-color:var(--c-btn-p-default)}.aeb-pagination__button--disabled{opacity:.5;cursor:not-allowed}.aeb-pagination__button--reversed{transform:rotate(180deg)}@media screen and (max-width: 900px){.aeb-pagination__button{width:24px;height:24px;font-size:12px;border-radius:8px}}.aeb-pagination__breaker{-webkit-user-select:none;user-select:none;text-align:center;color:var(--c-t-links);width:48px;height:48px;font-size:16px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 900px){.aeb-pagination__breaker{font-size:12px;width:24px;height:24px}}.aeb-pagination__select-container{width:192px}@media screen and (max-width: 900px){.aeb-pagination__select-container{display:none}}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: Select, selector: "aeb-select", inputs: ["initialDisabled", "label", "options", "hasError", "direction"], outputs: ["optionSelect"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
3936
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Pagination, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3937
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Pagination, isStandalone: true, selector: "aeb-pagination", inputs: { totalPages: { classPropertyName: "totalPages", publicName: "totalPages", isSignal: true, isRequired: false, transformFunction: null }, currentPage: { classPropertyName: "currentPage", publicName: "currentPage", isSignal: true, isRequired: false, transformFunction: null }, usePageSizeSelector: { classPropertyName: "usePageSizeSelector", publicName: "usePageSizeSelector", isSignal: true, isRequired: false, transformFunction: null }, pageSize: { classPropertyName: "pageSize", publicName: "pageSize", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { pageSelect: "pageSelect", amountChange: "amountChange" }, host: { classAttribute: "aeb-pagination" }, ngImport: i0, template: "<button\n (click)=\"prevPageHandler()\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--disabled': activePage() === 1\n }\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 16L10.0707 12.0707C10.0317 12.0317 10.0317 11.9683 10.0707 11.9293L14 8\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</button>\n\n@if (head()) {\n<button (click)=\"headPageHandler(head())\" class=\"aeb-pagination__button\">\n {{ head() }}\n</button>\n} @if (head()) {\n<div class=\"aeb-pagination__breaker\">...</div>\n} @for (page of middle(); track page) {\n<button\n (click)=\"middlePageHandler(page)\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--active': activePage() === page\n }\"\n>\n {{ page }}\n</button>\n} @if (tail()) {\n<div class=\"aeb-pagination__breaker\">...</div>\n} @if (tail()) {\n<button\n (click)=\"tailPageHandler(tail())\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--active': activePage() === tail()\n }\"\n>\n {{ tail() }}\n</button>\n}\n\n<button\n (click)=\"nextPageHandler()\"\n class=\"aeb-pagination__button aeb-pagination__button--reversed\"\n [ngClass]=\"{\n 'aeb-pagination__button--disabled': activePage() === totalPages()\n }\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 16L10.0707 12.0707C10.0317 12.0317 10.0317 11.9683 10.0707 11.9293L14 8\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</button>\n\n@if (usePageSizeSelector()) {\n<div class=\"aeb-pagination__select-container\">\n <aeb-select\n class=\"aeb-pagination__select\"\n [direction]=\"'top'\"\n (optionSelect)=\"handleChangePageSize($event)\"\n [formControl]=\"pageSizeControl\"\n [options]=\"amountOptions\"\n [label]=\"'\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u043E'\"\n >\n </aeb-select>\n</div>\n}\n", styles: [".aeb-pagination{gap:8px;display:flex;position:relative;align-items:center;justify-content:center;color:var(--c-t-primary-white)}@media screen and (max-width:900px){.aeb-pagination{gap:6px}}.aeb-pagination__button{padding:0;border:none;outline:none;display:flex;cursor:pointer;align-items:center;justify-content:center;background:transparent;color:var(--c-t-links);font-family:inherit;width:48px;height:48px;border-radius:12px;font-weight:400}.aeb-pagination__button:hover,.aeb-pagination__button:focus{background-color:var(--c-bg-surface)}.aeb-pagination__button--active{color:var(--c-t-primary-white);background-color:var(--c-btn-p-default)}.aeb-pagination__button--active:hover,.aeb-pagination__button--active:focus{background-color:var(--c-btn-p-default)}.aeb-pagination__button--disabled{opacity:.5;cursor:not-allowed}.aeb-pagination__button--reversed{transform:rotate(180deg)}@media screen and (max-width:900px){.aeb-pagination__button{width:24px;height:24px;font-size:12px;border-radius:8px}}.aeb-pagination__breaker{-webkit-user-select:none;user-select:none;text-align:center;color:var(--c-t-links);width:48px;height:48px;font-size:16px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:900px){.aeb-pagination__breaker{font-size:12px;width:24px;height:24px}}.aeb-pagination__select-container{width:192px}@media screen and (max-width:900px){.aeb-pagination__select-container{display:none}}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: Select, selector: "aeb-select", inputs: ["initialDisabled", "label", "options", "hasError", "direction"], outputs: ["optionSelect"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
3938
3938
  }
3939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Pagination, decorators: [{
3939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Pagination, decorators: [{
3940
3940
  type: Component,
3941
3941
  args: [{ selector: 'aeb-pagination', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, imports: [
3942
3942
  NgClass,
@@ -3946,15 +3946,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
3946
3946
  ReactiveFormsModule
3947
3947
  ], host: {
3948
3948
  class: 'aeb-pagination'
3949
- }, template: "<button\n (click)=\"prevPageHandler()\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--disabled': activePage() === 1\n }\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 16L10.0707 12.0707C10.0317 12.0317 10.0317 11.9683 10.0707 11.9293L14 8\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</button>\n\n@if (head()) {\n<button (click)=\"headPageHandler(head())\" class=\"aeb-pagination__button\">\n {{ head() }}\n</button>\n} @if (head()) {\n<div class=\"aeb-pagination__breaker\">...</div>\n} @for (page of middle(); track page) {\n<button\n (click)=\"middlePageHandler(page)\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--active': activePage() === page\n }\"\n>\n {{ page }}\n</button>\n} @if (tail()) {\n<div class=\"aeb-pagination__breaker\">...</div>\n} @if (tail()) {\n<button\n (click)=\"tailPageHandler(tail())\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--active': activePage() === tail()\n }\"\n>\n {{ tail() }}\n</button>\n}\n\n<button\n (click)=\"nextPageHandler()\"\n class=\"aeb-pagination__button aeb-pagination__button--reversed\"\n [ngClass]=\"{\n 'aeb-pagination__button--disabled': activePage() === totalPages()\n }\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 16L10.0707 12.0707C10.0317 12.0317 10.0317 11.9683 10.0707 11.9293L14 8\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</button>\n\n@if (usePageSizeSelector()) {\n<div class=\"aeb-pagination__select-container\">\n <aeb-select\n class=\"aeb-pagination__select\"\n [direction]=\"'top'\"\n (optionSelect)=\"handleChangePageSize($event)\"\n [formControl]=\"pageSizeControl\"\n [options]=\"amountOptions\"\n [label]=\"'\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u043E'\"\n >\n </aeb-select>\n</div>\n}\n", styles: [".aeb-pagination{gap:8px;display:flex;position:relative;align-items:center;justify-content:center;color:var(--c-t-primary-white)}@media screen and (max-width: 900px){.aeb-pagination{gap:6px}}.aeb-pagination__button{padding:0;border:none;outline:none;display:flex;cursor:pointer;align-items:center;justify-content:center;background:transparent;color:var(--c-t-links);font-family:inherit;width:48px;height:48px;border-radius:12px;font-weight:400}.aeb-pagination__button:hover,.aeb-pagination__button:focus{background-color:var(--c-bg-surface)}.aeb-pagination__button--active{color:var(--c-t-primary-white);background-color:var(--c-btn-p-default)}.aeb-pagination__button--active:hover,.aeb-pagination__button--active:focus{background-color:var(--c-btn-p-default)}.aeb-pagination__button--disabled{opacity:.5;cursor:not-allowed}.aeb-pagination__button--reversed{transform:rotate(180deg)}@media screen and (max-width: 900px){.aeb-pagination__button{width:24px;height:24px;font-size:12px;border-radius:8px}}.aeb-pagination__breaker{-webkit-user-select:none;user-select:none;text-align:center;color:var(--c-t-links);width:48px;height:48px;font-size:16px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 900px){.aeb-pagination__breaker{font-size:12px;width:24px;height:24px}}.aeb-pagination__select-container{width:192px}@media screen and (max-width: 900px){.aeb-pagination__select-container{display:none}}\n"] }]
3950
- }], ctorParameters: () => [] });
3949
+ }, template: "<button\n (click)=\"prevPageHandler()\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--disabled': activePage() === 1\n }\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 16L10.0707 12.0707C10.0317 12.0317 10.0317 11.9683 10.0707 11.9293L14 8\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</button>\n\n@if (head()) {\n<button (click)=\"headPageHandler(head())\" class=\"aeb-pagination__button\">\n {{ head() }}\n</button>\n} @if (head()) {\n<div class=\"aeb-pagination__breaker\">...</div>\n} @for (page of middle(); track page) {\n<button\n (click)=\"middlePageHandler(page)\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--active': activePage() === page\n }\"\n>\n {{ page }}\n</button>\n} @if (tail()) {\n<div class=\"aeb-pagination__breaker\">...</div>\n} @if (tail()) {\n<button\n (click)=\"tailPageHandler(tail())\"\n class=\"aeb-pagination__button\"\n [ngClass]=\"{\n 'aeb-pagination__button--active': activePage() === tail()\n }\"\n>\n {{ tail() }}\n</button>\n}\n\n<button\n (click)=\"nextPageHandler()\"\n class=\"aeb-pagination__button aeb-pagination__button--reversed\"\n [ngClass]=\"{\n 'aeb-pagination__button--disabled': activePage() === totalPages()\n }\"\n>\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M14 16L10.0707 12.0707C10.0317 12.0317 10.0317 11.9683 10.0707 11.9293L14 8\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n</button>\n\n@if (usePageSizeSelector()) {\n<div class=\"aeb-pagination__select-container\">\n <aeb-select\n class=\"aeb-pagination__select\"\n [direction]=\"'top'\"\n (optionSelect)=\"handleChangePageSize($event)\"\n [formControl]=\"pageSizeControl\"\n [options]=\"amountOptions\"\n [label]=\"'\u041F\u043E\u043A\u0430\u0437\u044B\u0432\u0430\u0442\u044C \u043F\u043E'\"\n >\n </aeb-select>\n</div>\n}\n", styles: [".aeb-pagination{gap:8px;display:flex;position:relative;align-items:center;justify-content:center;color:var(--c-t-primary-white)}@media screen and (max-width:900px){.aeb-pagination{gap:6px}}.aeb-pagination__button{padding:0;border:none;outline:none;display:flex;cursor:pointer;align-items:center;justify-content:center;background:transparent;color:var(--c-t-links);font-family:inherit;width:48px;height:48px;border-radius:12px;font-weight:400}.aeb-pagination__button:hover,.aeb-pagination__button:focus{background-color:var(--c-bg-surface)}.aeb-pagination__button--active{color:var(--c-t-primary-white);background-color:var(--c-btn-p-default)}.aeb-pagination__button--active:hover,.aeb-pagination__button--active:focus{background-color:var(--c-btn-p-default)}.aeb-pagination__button--disabled{opacity:.5;cursor:not-allowed}.aeb-pagination__button--reversed{transform:rotate(180deg)}@media screen and (max-width:900px){.aeb-pagination__button{width:24px;height:24px;font-size:12px;border-radius:8px}}.aeb-pagination__breaker{-webkit-user-select:none;user-select:none;text-align:center;color:var(--c-t-links);width:48px;height:48px;font-size:16px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:900px){.aeb-pagination__breaker{font-size:12px;width:24px;height:24px}}.aeb-pagination__select-container{width:192px}@media screen and (max-width:900px){.aeb-pagination__select-container{display:none}}\n"] }]
3950
+ }], ctorParameters: () => [], propDecorators: { totalPages: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalPages", required: false }] }], currentPage: [{ type: i0.Input, args: [{ isSignal: true, alias: "currentPage", required: false }] }], usePageSizeSelector: [{ type: i0.Input, args: [{ isSignal: true, alias: "usePageSizeSelector", required: false }] }], pageSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "pageSize", required: false }] }], pageSelect: [{ type: i0.Output, args: ["pageSelect"] }], amountChange: [{ type: i0.Output, args: ["amountChange"] }] } });
3951
3951
 
3952
3952
  class PaginationModule {
3953
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3954
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: PaginationModule, imports: [SelectModule, ReactiveFormsModule, ButtonModule, Pagination], exports: [Pagination] }); }
3955
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PaginationModule, imports: [SelectModule, ReactiveFormsModule, ButtonModule, Pagination] }); }
3953
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PaginationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3954
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: PaginationModule, imports: [SelectModule, ReactiveFormsModule, ButtonModule, Pagination], exports: [Pagination] }); }
3955
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PaginationModule, imports: [SelectModule, ReactiveFormsModule, ButtonModule, Pagination] }); }
3956
3956
  }
3957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PaginationModule, decorators: [{
3957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PaginationModule, decorators: [{
3958
3958
  type: NgModule,
3959
3959
  args: [{
3960
3960
  imports: [SelectModule, ReactiveFormsModule, ButtonModule, Pagination],
@@ -3971,13 +3971,13 @@ class PopUp {
3971
3971
  this.popUp().nativeElement.style.opacity = '0';
3972
3972
  this.popUp().nativeElement.style.pointerEvents = 'none';
3973
3973
  }
3974
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PopUp, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3975
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.2.4", type: PopUp, isStandalone: true, selector: "aeb-pop-up", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "popUp", first: true, predicate: ["popUp"], descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"aeb-pop-up\" #popUp>\n <div class=\"aeb-pop-up__header\">\n <div class=\"aeb-pop-up__heading\">{{ header() }}</div>\n <div class=\"aeb-pop-up__close-icon\" (click)=\"hidePopUp()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5.63086 5.63074L18.3693 18.3692\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M18.3691 5.63074L5.63065 18.3692\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n <div class=\"aeb-pop-up__container\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-pop-up{position:fixed;z-index:var(--z-popover);box-sizing:border-box;min-width:360px;padding:20px 16px;pointer-events:none;cursor:default;background-color:var(--color-mono-0);border-radius:var(--border-medium-rounded);box-shadow:0 3px 15px #00000040;opacity:var(--100-total);transition:opacity,.2s}.aeb-pop-up__header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:15px;border-bottom:1px solid var(--color-mono-100)}.aeb-pop-up__heading{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.aeb-pop-up__close-icon{position:relative;top:1px;cursor:pointer}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3974
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PopUp, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
3975
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "21.0.3", type: PopUp, isStandalone: true, selector: "aeb-pop-up", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "popUp", first: true, predicate: ["popUp"], descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"aeb-pop-up\" #popUp>\n <div class=\"aeb-pop-up__header\">\n <div class=\"aeb-pop-up__heading\">{{ header() }}</div>\n <div class=\"aeb-pop-up__close-icon\" (click)=\"hidePopUp()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5.63086 5.63074L18.3693 18.3692\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M18.3691 5.63074L5.63065 18.3692\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n <div class=\"aeb-pop-up__container\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-pop-up{position:fixed;z-index:var(--z-popover);box-sizing:border-box;min-width:360px;padding:20px 16px;pointer-events:none;cursor:default;background-color:var(--color-mono-0);border-radius:var(--border-medium-rounded);box-shadow:0 3px 15px #00000040;opacity:var(--100-total);transition:opacity,.2s}.aeb-pop-up__header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:15px;border-bottom:1px solid var(--color-mono-100)}.aeb-pop-up__heading{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.aeb-pop-up__close-icon{position:relative;top:1px;cursor:pointer}\n"], encapsulation: i0.ViewEncapsulation.None }); }
3976
3976
  }
3977
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PopUp, decorators: [{
3977
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PopUp, decorators: [{
3978
3978
  type: Component,
3979
3979
  args: [{ selector: 'aeb-pop-up', encapsulation: ViewEncapsulation.None, template: "<div class=\"aeb-pop-up\" #popUp>\n <div class=\"aeb-pop-up__header\">\n <div class=\"aeb-pop-up__heading\">{{ header() }}</div>\n <div class=\"aeb-pop-up__close-icon\" (click)=\"hidePopUp()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5.63086 5.63074L18.3693 18.3692\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M18.3691 5.63074L5.63065 18.3692\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n </div>\n <div class=\"aeb-pop-up__container\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-pop-up{position:fixed;z-index:var(--z-popover);box-sizing:border-box;min-width:360px;padding:20px 16px;pointer-events:none;cursor:default;background-color:var(--color-mono-0);border-radius:var(--border-medium-rounded);box-shadow:0 3px 15px #00000040;opacity:var(--100-total);transition:opacity,.2s}.aeb-pop-up__header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:15px;border-bottom:1px solid var(--color-mono-100)}.aeb-pop-up__heading{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.aeb-pop-up__close-icon{position:relative;top:1px;cursor:pointer}\n"] }]
3980
- }] });
3980
+ }], propDecorators: { popUp: [{ type: i0.ViewChild, args: ['popUp', { isSignal: true }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }] } });
3981
3981
 
3982
3982
  class PopUpDirective {
3983
3983
  constructor() {
@@ -4021,10 +4021,10 @@ class PopUpDirective {
4021
4021
  popUp.style.top = `${top}px`;
4022
4022
  popUp.className = `aeb-pop-up aeb-pop-up--${this.position()}`;
4023
4023
  }
4024
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PopUpDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4025
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "20.2.4", type: PopUpDirective, isStandalone: true, selector: "[aebPopUp]", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "click": "onClick($event)" } }, queries: [{ propertyName: "popUpContent", first: true, predicate: PopUp, descendants: true, isSignal: true }], ngImport: i0 }); }
4024
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PopUpDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4025
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.2.0", version: "21.0.3", type: PopUpDirective, isStandalone: true, selector: "[aebPopUp]", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null } }, host: { listeners: { "click": "onClick($event)" } }, queries: [{ propertyName: "popUpContent", first: true, predicate: PopUp, descendants: true, isSignal: true }], ngImport: i0 }); }
4026
4026
  }
4027
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PopUpDirective, decorators: [{
4027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PopUpDirective, decorators: [{
4028
4028
  type: Directive,
4029
4029
  args: [{
4030
4030
  selector: '[aebPopUp]',
@@ -4032,14 +4032,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
4032
4032
  '(click)': 'onClick($event)'
4033
4033
  }
4034
4034
  }]
4035
- }] });
4035
+ }], propDecorators: { popUpContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PopUp), { isSignal: true }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }], position: [{ type: i0.Input, args: [{ isSignal: true, alias: "position", required: false }] }] } });
4036
4036
 
4037
4037
  class PopUpModule {
4038
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PopUpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4039
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: PopUpModule, imports: [PopUp, PopUpDirective], exports: [PopUp, PopUpDirective] }); }
4040
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PopUpModule }); }
4038
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PopUpModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4039
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: PopUpModule, imports: [PopUp, PopUpDirective], exports: [PopUp, PopUpDirective] }); }
4040
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PopUpModule }); }
4041
4041
  }
4042
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: PopUpModule, decorators: [{
4042
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: PopUpModule, decorators: [{
4043
4043
  type: NgModule,
4044
4044
  args: [{
4045
4045
  imports: [PopUp, PopUpDirective],
@@ -4099,8 +4099,8 @@ class RadioButtons {
4099
4099
  // eslint-disable-next-line @typescript-eslint/no-unused-vars, unused-imports/no-unused-vars
4100
4100
  onChange(value) { }
4101
4101
  onTouch() { }
4102
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RadioButtons, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4103
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: RadioButtons, isStandalone: true, selector: "aeb-radio-buttons", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, horizontal: { classPropertyName: "horizontal", publicName: "horizontal", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { btnChange: "btnChange" }, providers: [
4102
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: RadioButtons, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4103
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: RadioButtons, isStandalone: true, selector: "aeb-radio-buttons", inputs: { header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, hasError: { classPropertyName: "hasError", publicName: "hasError", isSignal: true, isRequired: false, transformFunction: null }, horizontal: { classPropertyName: "horizontal", publicName: "horizontal", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { btnChange: "btnChange" }, providers: [
4104
4104
  {
4105
4105
  provide: NG_VALUE_ACCESSOR,
4106
4106
  useExisting: forwardRef(() => RadioButtons),
@@ -4108,7 +4108,7 @@ class RadioButtons {
4108
4108
  }
4109
4109
  ], ngImport: i0, template: "<div\n class=\"aeb-radio-buttons\"\n [ngClass]=\"{\n 'aeb-radio-buttons--disabled': disabled,\n 'aeb-radio-buttons--error': hasError()\n }\"\n>\n @if (header()) {\n <div class=\"aeb-radio-buttons__header\">{{ header() }}</div>\n }\n <div\n class=\"aeb-radio-buttons__items\"\n [ngClass]=\"{ horizontal: horizontal() }\"\n >\n @for (option of options(); track option) {\n <div class=\"aeb-radio-buttons__item\" (click)=\"writeValue(option.value)\">\n <div class=\"aeb-radio-buttons__circle-container\">\n <div\n class=\"aeb-radio-buttons__circle\"\n [ngClass]=\"{\n 'aeb-radio-buttons__circle--active': value === option.value\n }\"\n ></div>\n </div>\n <span class=\"aeb-radio-buttons__label\"> {{ option.label }} </span>\n </div>\n }\n </div>\n</div>\n", styles: [".aeb-radio-buttons{display:flex;flex-direction:column;align-items:flex-start;color:var(--color-mono-900)}.aeb-radio-buttons--disabled{color:var(--color-blue-100);pointer-events:none}.aeb-radio-buttons--disabled .aeb-radio-buttons__circle{border:var(--border-skinny) solid var(--color-blue-100)}.aeb-radio-buttons--disabled .aeb-radio-buttons__circle:after{background-color:var(--color-blue-100)}.aeb-radio-buttons--error{color:var(--color-red-500)}.aeb-radio-buttons--error .aeb-radio-buttons__circle{border:var(--border-skinny) solid var(--color-red-500)}.aeb-radio-buttons__header{margin-bottom:16px;font-size:var(--font-size-s);font-weight:500;line-height:20px;color:var(--color-mono-300)}.aeb-radio-buttons__items{display:inline-flex;flex-direction:column}.aeb-radio-buttons__items.horizontal{flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%}.aeb-radio-buttons__items.horizontal .aeb-radio-buttons__item{margin-bottom:0}.aeb-radio-buttons__item{display:inline-flex;cursor:pointer}.aeb-radio-buttons__item:not(:last-child){margin-bottom:16px}.aeb-radio-buttons__item:hover .aeb-radio-buttons__circle{border:var(--border-skinny) solid var(--color-blue-600)}.aeb-radio-buttons__item:hover .aeb-radio-buttons__circle:after{background-color:var(--color-blue-600)}.aeb-radio-buttons__item:active .aeb-radio-buttons__circle{border:var(--border-skinny) solid var(--color-blue-700)}.aeb-radio-buttons__item:active .aeb-radio-buttons__circle:after{background-color:var(--color-blue-700)}.aeb-radio-buttons__label{display:block;line-height:20px;font-size:var(--font-size-s);margin-top:2px}.aeb-radio-buttons__circle{position:relative;width:20px;height:20px;margin-right:12px;border:var(--border-skinny) solid var(--color-blue-500);border-radius:50%}.aeb-radio-buttons__circle--active:after{position:absolute;top:calc(50% - 6px);left:calc(50% - 6px);width:12px;height:12px;content:\"\";background-color:var(--color-blue-500);border-radius:50%}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None }); }
4110
4110
  }
4111
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RadioButtons, decorators: [{
4111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: RadioButtons, decorators: [{
4112
4112
  type: Component,
4113
4113
  args: [{ selector: 'aeb-radio-buttons', encapsulation: ViewEncapsulation.None, providers: [
4114
4114
  {
@@ -4117,14 +4117,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
4117
4117
  multi: true
4118
4118
  }
4119
4119
  ], imports: [NgClass], template: "<div\n class=\"aeb-radio-buttons\"\n [ngClass]=\"{\n 'aeb-radio-buttons--disabled': disabled,\n 'aeb-radio-buttons--error': hasError()\n }\"\n>\n @if (header()) {\n <div class=\"aeb-radio-buttons__header\">{{ header() }}</div>\n }\n <div\n class=\"aeb-radio-buttons__items\"\n [ngClass]=\"{ horizontal: horizontal() }\"\n >\n @for (option of options(); track option) {\n <div class=\"aeb-radio-buttons__item\" (click)=\"writeValue(option.value)\">\n <div class=\"aeb-radio-buttons__circle-container\">\n <div\n class=\"aeb-radio-buttons__circle\"\n [ngClass]=\"{\n 'aeb-radio-buttons__circle--active': value === option.value\n }\"\n ></div>\n </div>\n <span class=\"aeb-radio-buttons__label\"> {{ option.label }} </span>\n </div>\n }\n </div>\n</div>\n", styles: [".aeb-radio-buttons{display:flex;flex-direction:column;align-items:flex-start;color:var(--color-mono-900)}.aeb-radio-buttons--disabled{color:var(--color-blue-100);pointer-events:none}.aeb-radio-buttons--disabled .aeb-radio-buttons__circle{border:var(--border-skinny) solid var(--color-blue-100)}.aeb-radio-buttons--disabled .aeb-radio-buttons__circle:after{background-color:var(--color-blue-100)}.aeb-radio-buttons--error{color:var(--color-red-500)}.aeb-radio-buttons--error .aeb-radio-buttons__circle{border:var(--border-skinny) solid var(--color-red-500)}.aeb-radio-buttons__header{margin-bottom:16px;font-size:var(--font-size-s);font-weight:500;line-height:20px;color:var(--color-mono-300)}.aeb-radio-buttons__items{display:inline-flex;flex-direction:column}.aeb-radio-buttons__items.horizontal{flex-direction:row;align-items:flex-start;justify-content:space-between;width:100%}.aeb-radio-buttons__items.horizontal .aeb-radio-buttons__item{margin-bottom:0}.aeb-radio-buttons__item{display:inline-flex;cursor:pointer}.aeb-radio-buttons__item:not(:last-child){margin-bottom:16px}.aeb-radio-buttons__item:hover .aeb-radio-buttons__circle{border:var(--border-skinny) solid var(--color-blue-600)}.aeb-radio-buttons__item:hover .aeb-radio-buttons__circle:after{background-color:var(--color-blue-600)}.aeb-radio-buttons__item:active .aeb-radio-buttons__circle{border:var(--border-skinny) solid var(--color-blue-700)}.aeb-radio-buttons__item:active .aeb-radio-buttons__circle:after{background-color:var(--color-blue-700)}.aeb-radio-buttons__label{display:block;line-height:20px;font-size:var(--font-size-s);margin-top:2px}.aeb-radio-buttons__circle{position:relative;width:20px;height:20px;margin-right:12px;border:var(--border-skinny) solid var(--color-blue-500);border-radius:50%}.aeb-radio-buttons__circle--active:after{position:absolute;top:calc(50% - 6px);left:calc(50% - 6px);width:12px;height:12px;content:\"\";background-color:var(--color-blue-500);border-radius:50%}\n"] }]
4120
- }] });
4120
+ }], propDecorators: { header: [{ type: i0.Input, args: [{ isSignal: true, alias: "header", required: false }] }], btnChange: [{ type: i0.Output, args: ["btnChange"] }], options: [{ type: i0.Input, args: [{ isSignal: true, alias: "options", required: false }] }], hasError: [{ type: i0.Input, args: [{ isSignal: true, alias: "hasError", required: false }] }], horizontal: [{ type: i0.Input, args: [{ isSignal: true, alias: "horizontal", required: false }] }] } });
4121
4121
 
4122
4122
  class RadioButtonsModule {
4123
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RadioButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4124
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: RadioButtonsModule, imports: [RadioButtons], exports: [RadioButtons] }); }
4125
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RadioButtonsModule }); }
4123
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: RadioButtonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4124
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: RadioButtonsModule, imports: [RadioButtons], exports: [RadioButtons] }); }
4125
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: RadioButtonsModule }); }
4126
4126
  }
4127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: RadioButtonsModule, decorators: [{
4127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: RadioButtonsModule, decorators: [{
4128
4128
  type: NgModule,
4129
4129
  args: [{
4130
4130
  imports: [RadioButtons],
@@ -4136,10 +4136,10 @@ class HighlightPipe {
4136
4136
  transform(value, ...args) {
4137
4137
  return `${value.replace(RegExp(args[0]), `<b>${args[0]}</b>`)}`;
4138
4138
  }
4139
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: HighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4140
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: HighlightPipe, isStandalone: true, name: "highlight" }); }
4139
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: HighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4140
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: HighlightPipe, isStandalone: true, name: "highlight" }); }
4141
4141
  }
4142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: HighlightPipe, decorators: [{
4142
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: HighlightPipe, decorators: [{
4143
4143
  type: Pipe,
4144
4144
  args: [{ name: 'highlight' }]
4145
4145
  }] });
@@ -4188,20 +4188,20 @@ class Search {
4188
4188
  this.value = term;
4189
4189
  this.inputChange.emit(this.value);
4190
4190
  }
4191
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Search, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4192
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Search, isStandalone: true, selector: "aeb-search", inputs: { examples: { classPropertyName: "examples", publicName: "examples", isSignal: true, isRequired: false, transformFunction: null }, initialOptions: { classPropertyName: "initialOptions", publicName: "initialOptions", isSignal: true, isRequired: false, transformFunction: null }, withoutBg: { classPropertyName: "withoutBg", publicName: "withoutBg", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { inputChange: "inputChange" }, ngImport: i0, template: "<div\n class=\"aeb-search\"\n [ngClass]=\"{\n 'aeb-search--plate': !withoutBg()\n }\"\n>\n <div class=\"aeb-search__input-wrapper\">\n <div class=\"aeb-search__search-icon\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"10.5\" cy=\"10.5\" r=\"6.5\" stroke=\"#2F88F0\" stroke-width=\"2\" />\n <path\n d=\"M15 15.5L19.5 20\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n <input\n class=\"aeb-search__input\"\n clickOutside\n [placeholder]=\"placeholder()\"\n (input)=\"inputHandler($event)\"\n (clickOutside)=\"blurHandler()\"\n [value]=\"value\"\n (focus)=\"focusHandler()\"\n [ngClass]=\"{\n 'aeb-search__input--expanded': onShowOptions && options.length\n }\"\n />\n @if (onShowOptions && options.length) {\n <div class=\"aeb-search__options\">\n @for (option of options; track option) {\n <div\n class=\"aeb-search__option-wrapper\"\n (click)=\"selectHandler(option.value)\"\n >\n <div class=\"aeb-search__option\">\n <div class=\"aeb-search__option-img\">\n @if (option.image) {\n <img [src]=\"option.image\" [alt]=\"option.description ?? 'option'\" />\n } @else { {{ option.value[0].toUpperCase() }} }\n </div>\n <div class=\"aeb-search__option-content\">\n <div\n class=\"aeb-search__option-value\"\n [innerHTML]=\"option.value | highlight: value\"\n ></div>\n <div class=\"aeb-search__option-desc\">{{ option.description }}</div>\n </div>\n </div>\n </div>\n }\n </div>\n } @if (!withoutBg()) { @if (examples().length) {\n <div class=\"aeb-search__examples\">\n \u041D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: @for (example of examples(); track example; let i = $index) {\n <span class=\"aeb-search__example\" (click)=\"inputExample(example)\">\n {{ example }} @if (i !== examples().length - 1) {\n <span>,&nbsp;</span>\n }\n </span>\n }\n </div>\n } } @if (value) {\n <div class=\"aeb-search__close-icon\" (click)=\"clearInput()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5.63074 5.63086L18.3692 18.3693\"\n stroke=\"#27303E\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M18.3693 5.63086L5.63077 18.3693\"\n stroke=\"#27303E\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n }\n </div>\n</div>\n", styles: [".aeb-search{display:flex}.aeb-search--plate{align-items:center;justify-content:center;height:205px;padding:0 10px;background-image:url(data:image/png;base64,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);background-position:center}.aeb-search__input-wrapper{position:relative;width:1200px}.aeb-search__input{box-sizing:border-box;width:100%;height:64px;padding:20px 68px;font-size:var(--font-size-md);border:var(--no-border);border-radius:14px;outline:none}.aeb-search__input::placeholder{color:var(--color-mono-300)}@media screen and (max-width: 420px){.aeb-search__input{padding:20px 38px;font-size:var(--font-size-s)}}.aeb-search__input--expanded{border-radius:14px 14px 0 0}.aeb-search__search-icon{position:absolute;top:20px;left:23px}@media screen and (max-width: 420px){.aeb-search__search-icon{left:8px}}.aeb-search__close-icon{position:absolute;top:20px;right:25px;cursor:pointer}@media screen and (max-width: 420px){.aeb-search__close-icon{right:10px}}.aeb-search__examples{margin-top:12px;font-size:var(--font-size-xs);color:rgba(var(--color-mono-clear),70%)}.aeb-search__example{color:var(--color-mono-0);cursor:pointer}.aeb-search__options{position:absolute;top:64px;box-sizing:border-box;width:100%;background-color:var(--color-mono-0);border-radius:0 0 14px 14px;box-shadow:var(--light-theme-shadows-shadow-smooth-high)}.aeb-search__option-wrapper{box-sizing:border-box;padding:0 20px;cursor:pointer}.aeb-search__option-wrapper:hover{background-color:var(--color-mono-50)}.aeb-search__option-wrapper:last-child{border-radius:0 0 14px 14px}.aeb-search__option{box-sizing:border-box;display:flex;align-items:center;padding:24px 0;overflow:hidden;border-bottom:1px solid var(--color-mono-50)}.aeb-search__option-img{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:16px;font-size:var(--font-size-l);color:var(--color-mono-0);background-color:var(--color-blue-50);border-radius:50%}.aeb-search__option-img img{width:100%;height:100%;border-radius:50%}.aeb-search__option-value{margin-bottom:4px;font-size:var(--font-size-s);color:var(--color-mono-900)}.aeb-search__option-desc{font-size:var(--font-size-xs);color:var(--color-mono-300)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: ClickOutsideDirective, selector: "[clickOutside]", outputs: ["clickOutside"] }, { kind: "pipe", type: HighlightPipe, name: "highlight" }], encapsulation: i0.ViewEncapsulation.None }); }
4191
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Search, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4192
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Search, isStandalone: true, selector: "aeb-search", inputs: { examples: { classPropertyName: "examples", publicName: "examples", isSignal: true, isRequired: false, transformFunction: null }, initialOptions: { classPropertyName: "initialOptions", publicName: "initialOptions", isSignal: true, isRequired: false, transformFunction: null }, withoutBg: { classPropertyName: "withoutBg", publicName: "withoutBg", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { inputChange: "inputChange" }, ngImport: i0, template: "<div\n class=\"aeb-search\"\n [ngClass]=\"{\n 'aeb-search--plate': !withoutBg()\n }\"\n>\n <div class=\"aeb-search__input-wrapper\">\n <div class=\"aeb-search__search-icon\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"10.5\" cy=\"10.5\" r=\"6.5\" stroke=\"#2F88F0\" stroke-width=\"2\" />\n <path\n d=\"M15 15.5L19.5 20\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n <input\n class=\"aeb-search__input\"\n clickOutside\n [placeholder]=\"placeholder()\"\n (input)=\"inputHandler($event)\"\n (clickOutside)=\"blurHandler()\"\n [value]=\"value\"\n (focus)=\"focusHandler()\"\n [ngClass]=\"{\n 'aeb-search__input--expanded': onShowOptions && options.length\n }\"\n />\n @if (onShowOptions && options.length) {\n <div class=\"aeb-search__options\">\n @for (option of options; track option) {\n <div\n class=\"aeb-search__option-wrapper\"\n (click)=\"selectHandler(option.value)\"\n >\n <div class=\"aeb-search__option\">\n <div class=\"aeb-search__option-img\">\n @if (option.image) {\n <img [src]=\"option.image\" [alt]=\"option.description ?? 'option'\" />\n } @else { {{ option.value[0].toUpperCase() }} }\n </div>\n <div class=\"aeb-search__option-content\">\n <div\n class=\"aeb-search__option-value\"\n [innerHTML]=\"option.value | highlight: value\"\n ></div>\n <div class=\"aeb-search__option-desc\">{{ option.description }}</div>\n </div>\n </div>\n </div>\n }\n </div>\n } @if (!withoutBg()) { @if (examples().length) {\n <div class=\"aeb-search__examples\">\n \u041D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: @for (example of examples(); track example; let i = $index) {\n <span class=\"aeb-search__example\" (click)=\"inputExample(example)\">\n {{ example }} @if (i !== examples().length - 1) {\n <span>,&nbsp;</span>\n }\n </span>\n }\n </div>\n } } @if (value) {\n <div class=\"aeb-search__close-icon\" (click)=\"clearInput()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5.63074 5.63086L18.3692 18.3693\"\n stroke=\"#27303E\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M18.3693 5.63086L5.63077 18.3693\"\n stroke=\"#27303E\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n }\n </div>\n</div>\n", styles: [".aeb-search{display:flex}.aeb-search--plate{align-items:center;justify-content:center;height:205px;padding:0 10px;background-image:url(data:image/png;base64,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);background-position:center}.aeb-search__input-wrapper{position:relative;width:1200px}.aeb-search__input{box-sizing:border-box;width:100%;height:64px;padding:20px 68px;font-size:var(--font-size-md);border:var(--no-border);border-radius:14px;outline:none}.aeb-search__input::placeholder{color:var(--color-mono-300)}@media screen and (max-width:420px){.aeb-search__input{padding:20px 38px;font-size:var(--font-size-s)}}.aeb-search__input--expanded{border-radius:14px 14px 0 0}.aeb-search__search-icon{position:absolute;top:20px;left:23px}@media screen and (max-width:420px){.aeb-search__search-icon{left:8px}}.aeb-search__close-icon{position:absolute;top:20px;right:25px;cursor:pointer}@media screen and (max-width:420px){.aeb-search__close-icon{right:10px}}.aeb-search__examples{margin-top:12px;font-size:var(--font-size-xs);color:rgba(var(--color-mono-clear),70%)}.aeb-search__example{color:var(--color-mono-0);cursor:pointer}.aeb-search__options{position:absolute;top:64px;box-sizing:border-box;width:100%;background-color:var(--color-mono-0);border-radius:0 0 14px 14px;box-shadow:var(--light-theme-shadows-shadow-smooth-high)}.aeb-search__option-wrapper{box-sizing:border-box;padding:0 20px;cursor:pointer}.aeb-search__option-wrapper:hover{background-color:var(--color-mono-50)}.aeb-search__option-wrapper:last-child{border-radius:0 0 14px 14px}.aeb-search__option{box-sizing:border-box;display:flex;align-items:center;padding:24px 0;overflow:hidden;border-bottom:1px solid var(--color-mono-50)}.aeb-search__option-img{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:16px;font-size:var(--font-size-l);color:var(--color-mono-0);background-color:var(--color-blue-50);border-radius:50%}.aeb-search__option-img img{width:100%;height:100%;border-radius:50%}.aeb-search__option-value{margin-bottom:4px;font-size:var(--font-size-s);color:var(--color-mono-900)}.aeb-search__option-desc{font-size:var(--font-size-xs);color:var(--color-mono-300)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: ClickOutsideDirective, selector: "[clickOutside]", outputs: ["clickOutside"] }, { kind: "pipe", type: HighlightPipe, name: "highlight" }], encapsulation: i0.ViewEncapsulation.None }); }
4193
4193
  }
4194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Search, decorators: [{
4194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Search, decorators: [{
4195
4195
  type: Component,
4196
- args: [{ selector: 'aeb-search', encapsulation: ViewEncapsulation.None, imports: [NgClass, ClickOutsideDirective, HighlightPipe], template: "<div\n class=\"aeb-search\"\n [ngClass]=\"{\n 'aeb-search--plate': !withoutBg()\n }\"\n>\n <div class=\"aeb-search__input-wrapper\">\n <div class=\"aeb-search__search-icon\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"10.5\" cy=\"10.5\" r=\"6.5\" stroke=\"#2F88F0\" stroke-width=\"2\" />\n <path\n d=\"M15 15.5L19.5 20\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n <input\n class=\"aeb-search__input\"\n clickOutside\n [placeholder]=\"placeholder()\"\n (input)=\"inputHandler($event)\"\n (clickOutside)=\"blurHandler()\"\n [value]=\"value\"\n (focus)=\"focusHandler()\"\n [ngClass]=\"{\n 'aeb-search__input--expanded': onShowOptions && options.length\n }\"\n />\n @if (onShowOptions && options.length) {\n <div class=\"aeb-search__options\">\n @for (option of options; track option) {\n <div\n class=\"aeb-search__option-wrapper\"\n (click)=\"selectHandler(option.value)\"\n >\n <div class=\"aeb-search__option\">\n <div class=\"aeb-search__option-img\">\n @if (option.image) {\n <img [src]=\"option.image\" [alt]=\"option.description ?? 'option'\" />\n } @else { {{ option.value[0].toUpperCase() }} }\n </div>\n <div class=\"aeb-search__option-content\">\n <div\n class=\"aeb-search__option-value\"\n [innerHTML]=\"option.value | highlight: value\"\n ></div>\n <div class=\"aeb-search__option-desc\">{{ option.description }}</div>\n </div>\n </div>\n </div>\n }\n </div>\n } @if (!withoutBg()) { @if (examples().length) {\n <div class=\"aeb-search__examples\">\n \u041D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: @for (example of examples(); track example; let i = $index) {\n <span class=\"aeb-search__example\" (click)=\"inputExample(example)\">\n {{ example }} @if (i !== examples().length - 1) {\n <span>,&nbsp;</span>\n }\n </span>\n }\n </div>\n } } @if (value) {\n <div class=\"aeb-search__close-icon\" (click)=\"clearInput()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5.63074 5.63086L18.3692 18.3693\"\n stroke=\"#27303E\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M18.3693 5.63086L5.63077 18.3693\"\n stroke=\"#27303E\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n }\n </div>\n</div>\n", styles: [".aeb-search{display:flex}.aeb-search--plate{align-items:center;justify-content:center;height:205px;padding:0 10px;background-image:url(data:image/png;base64,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);background-position:center}.aeb-search__input-wrapper{position:relative;width:1200px}.aeb-search__input{box-sizing:border-box;width:100%;height:64px;padding:20px 68px;font-size:var(--font-size-md);border:var(--no-border);border-radius:14px;outline:none}.aeb-search__input::placeholder{color:var(--color-mono-300)}@media screen and (max-width: 420px){.aeb-search__input{padding:20px 38px;font-size:var(--font-size-s)}}.aeb-search__input--expanded{border-radius:14px 14px 0 0}.aeb-search__search-icon{position:absolute;top:20px;left:23px}@media screen and (max-width: 420px){.aeb-search__search-icon{left:8px}}.aeb-search__close-icon{position:absolute;top:20px;right:25px;cursor:pointer}@media screen and (max-width: 420px){.aeb-search__close-icon{right:10px}}.aeb-search__examples{margin-top:12px;font-size:var(--font-size-xs);color:rgba(var(--color-mono-clear),70%)}.aeb-search__example{color:var(--color-mono-0);cursor:pointer}.aeb-search__options{position:absolute;top:64px;box-sizing:border-box;width:100%;background-color:var(--color-mono-0);border-radius:0 0 14px 14px;box-shadow:var(--light-theme-shadows-shadow-smooth-high)}.aeb-search__option-wrapper{box-sizing:border-box;padding:0 20px;cursor:pointer}.aeb-search__option-wrapper:hover{background-color:var(--color-mono-50)}.aeb-search__option-wrapper:last-child{border-radius:0 0 14px 14px}.aeb-search__option{box-sizing:border-box;display:flex;align-items:center;padding:24px 0;overflow:hidden;border-bottom:1px solid var(--color-mono-50)}.aeb-search__option-img{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:16px;font-size:var(--font-size-l);color:var(--color-mono-0);background-color:var(--color-blue-50);border-radius:50%}.aeb-search__option-img img{width:100%;height:100%;border-radius:50%}.aeb-search__option-value{margin-bottom:4px;font-size:var(--font-size-s);color:var(--color-mono-900)}.aeb-search__option-desc{font-size:var(--font-size-xs);color:var(--color-mono-300)}\n"] }]
4197
- }], ctorParameters: () => [] });
4196
+ args: [{ selector: 'aeb-search', encapsulation: ViewEncapsulation.None, imports: [NgClass, ClickOutsideDirective, HighlightPipe], template: "<div\n class=\"aeb-search\"\n [ngClass]=\"{\n 'aeb-search--plate': !withoutBg()\n }\"\n>\n <div class=\"aeb-search__input-wrapper\">\n <div class=\"aeb-search__search-icon\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <circle cx=\"10.5\" cy=\"10.5\" r=\"6.5\" stroke=\"#2F88F0\" stroke-width=\"2\" />\n <path\n d=\"M15 15.5L19.5 20\"\n stroke=\"#2F88F0\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n <input\n class=\"aeb-search__input\"\n clickOutside\n [placeholder]=\"placeholder()\"\n (input)=\"inputHandler($event)\"\n (clickOutside)=\"blurHandler()\"\n [value]=\"value\"\n (focus)=\"focusHandler()\"\n [ngClass]=\"{\n 'aeb-search__input--expanded': onShowOptions && options.length\n }\"\n />\n @if (onShowOptions && options.length) {\n <div class=\"aeb-search__options\">\n @for (option of options; track option) {\n <div\n class=\"aeb-search__option-wrapper\"\n (click)=\"selectHandler(option.value)\"\n >\n <div class=\"aeb-search__option\">\n <div class=\"aeb-search__option-img\">\n @if (option.image) {\n <img [src]=\"option.image\" [alt]=\"option.description ?? 'option'\" />\n } @else { {{ option.value[0].toUpperCase() }} }\n </div>\n <div class=\"aeb-search__option-content\">\n <div\n class=\"aeb-search__option-value\"\n [innerHTML]=\"option.value | highlight: value\"\n ></div>\n <div class=\"aeb-search__option-desc\">{{ option.description }}</div>\n </div>\n </div>\n </div>\n }\n </div>\n } @if (!withoutBg()) { @if (examples().length) {\n <div class=\"aeb-search__examples\">\n \u041D\u0430\u043F\u0440\u0438\u043C\u0435\u0440: @for (example of examples(); track example; let i = $index) {\n <span class=\"aeb-search__example\" (click)=\"inputExample(example)\">\n {{ example }} @if (i !== examples().length - 1) {\n <span>,&nbsp;</span>\n }\n </span>\n }\n </div>\n } } @if (value) {\n <div class=\"aeb-search__close-icon\" (click)=\"clearInput()\">\n <svg\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M5.63074 5.63086L18.3692 18.3693\"\n stroke=\"#27303E\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n <path\n d=\"M18.3693 5.63086L5.63077 18.3693\"\n stroke=\"#27303E\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n />\n </svg>\n </div>\n }\n </div>\n</div>\n", styles: [".aeb-search{display:flex}.aeb-search--plate{align-items:center;justify-content:center;height:205px;padding:0 10px;background-image:url(data:image/png;base64,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);background-position:center}.aeb-search__input-wrapper{position:relative;width:1200px}.aeb-search__input{box-sizing:border-box;width:100%;height:64px;padding:20px 68px;font-size:var(--font-size-md);border:var(--no-border);border-radius:14px;outline:none}.aeb-search__input::placeholder{color:var(--color-mono-300)}@media screen and (max-width:420px){.aeb-search__input{padding:20px 38px;font-size:var(--font-size-s)}}.aeb-search__input--expanded{border-radius:14px 14px 0 0}.aeb-search__search-icon{position:absolute;top:20px;left:23px}@media screen and (max-width:420px){.aeb-search__search-icon{left:8px}}.aeb-search__close-icon{position:absolute;top:20px;right:25px;cursor:pointer}@media screen and (max-width:420px){.aeb-search__close-icon{right:10px}}.aeb-search__examples{margin-top:12px;font-size:var(--font-size-xs);color:rgba(var(--color-mono-clear),70%)}.aeb-search__example{color:var(--color-mono-0);cursor:pointer}.aeb-search__options{position:absolute;top:64px;box-sizing:border-box;width:100%;background-color:var(--color-mono-0);border-radius:0 0 14px 14px;box-shadow:var(--light-theme-shadows-shadow-smooth-high)}.aeb-search__option-wrapper{box-sizing:border-box;padding:0 20px;cursor:pointer}.aeb-search__option-wrapper:hover{background-color:var(--color-mono-50)}.aeb-search__option-wrapper:last-child{border-radius:0 0 14px 14px}.aeb-search__option{box-sizing:border-box;display:flex;align-items:center;padding:24px 0;overflow:hidden;border-bottom:1px solid var(--color-mono-50)}.aeb-search__option-img{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:16px;font-size:var(--font-size-l);color:var(--color-mono-0);background-color:var(--color-blue-50);border-radius:50%}.aeb-search__option-img img{width:100%;height:100%;border-radius:50%}.aeb-search__option-value{margin-bottom:4px;font-size:var(--font-size-s);color:var(--color-mono-900)}.aeb-search__option-desc{font-size:var(--font-size-xs);color:var(--color-mono-300)}\n"] }]
4197
+ }], ctorParameters: () => [], propDecorators: { examples: [{ type: i0.Input, args: [{ isSignal: true, alias: "examples", required: false }] }], initialOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialOptions", required: false }] }], withoutBg: [{ type: i0.Input, args: [{ isSignal: true, alias: "withoutBg", required: false }] }], placeholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeholder", required: false }] }], inputChange: [{ type: i0.Output, args: ["inputChange"] }] } });
4198
4198
 
4199
4199
  class SearchModule {
4200
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4201
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: SearchModule, imports: [ClickOutsideDirective, Search, HighlightPipe], exports: [Search] }); }
4202
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SearchModule }); }
4200
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SearchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4201
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: SearchModule, imports: [ClickOutsideDirective, Search, HighlightPipe], exports: [Search] }); }
4202
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SearchModule }); }
4203
4203
  }
4204
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SearchModule, decorators: [{
4204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SearchModule, decorators: [{
4205
4205
  type: NgModule,
4206
4206
  args: [{
4207
4207
  imports: [ClickOutsideDirective, Search, HighlightPipe],
@@ -4218,24 +4218,24 @@ class Sidebar {
4218
4218
  handleToggleSidebar() {
4219
4219
  this.toggleClick.emit(this.isOpen());
4220
4220
  }
4221
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Sidebar, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4222
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.4", type: Sidebar, isStandalone: true, selector: "aeb-sidebar", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, isRight: { classPropertyName: "isRight", publicName: "isRight", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { toggleClick: "toggleClick" }, host: { properties: { "class.aeb-sidebar--open": "isOpen()", "class.aeb-sidebar--right": "isRight()" }, classAttribute: "aeb-sidebar" }, ngImport: i0, template: "<div class=\"aeb-sidebar__items\">\n <ng-container [ngTemplateOutlet]=\"contentTpl\" />\n</div>\n\n<button\n type=\"button\"\n class=\"aeb-sidebar__toggle-icon\"\n (click)=\"handleToggleSidebar()\"\n>\n <svg\n width=\"28\"\n height=\"28\"\n viewBox=\"0 0 28 28\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.5359 6.30688L21.7602 13.3677C21.9199 13.5493 22 13.7653 22 14C22 14.2106 21.9341 14.4606 21.7515 14.6422L15.5318 21.6978C15.3721 21.8793 15.1534 22 14.8856 22C14.6176 22 14.399 21.8794 14.2394 21.6977C13.927 21.3423 13.9119 20.7814 14.244 20.4287L19.9121 14L14.2398 7.56653C13.9272 7.21101 13.9119 6.64939 14.2444 6.29664C14.4095 6.11179 14.6412 6 14.8921 6C15.1445 6 15.3769 6.1135 15.5359 6.30688Z\"\n fill=\"#9CA8AF\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M7.53586 6.30688L13.7602 13.3677C13.9199 13.5493 14 13.7653 14 14C14 14.2106 13.9341 14.4606 13.7515 14.6422L7.53175 21.6978C7.37212 21.8793 7.15341 22 6.88558 22C6.61765 22 6.39904 21.8794 6.2394 21.6977C5.92703 21.3423 5.91188 20.7814 6.24398 20.4287L11.9121 14L6.23978 7.56653C5.92725 7.21101 5.91186 6.64939 6.24438 6.29664C6.4095 6.11179 6.64121 6 6.89212 6C7.14455 6 7.37688 6.1135 7.53586 6.30688Z\"\n fill=\"#9CA8AF\"\n />\n </svg>\n</button>\n\n<ng-template #contentTpl>\n <ng-content />\n</ng-template>\n", styles: [".aeb-sidebar{position:fixed;top:80px;left:0;z-index:var(--z-fixed);display:flex;flex-direction:column;justify-content:space-between;width:80px;height:calc(100vh - 80px);color:var(--c-t-primary);background-color:var(--c-bg-light);box-sizing:border-box;border-right:1px solid var(--c-bor-default);transition:width .23s ease}.aeb-sidebar--open{width:260px}.aeb-sidebar--open .aeb-sidebar__item-label{max-width:180px;opacity:1;margin-left:18px}.aeb-sidebar--open .aeb-sidebar__toggle-icon>svg{transform:scaleX(-1)}.aeb-sidebar--open .aeb-sidebar__toggle-icon:hover>svg,.aeb-sidebar--open .aeb-sidebar__toggle-icon:active>svg{transform:translate(-2px) scaleX(-1)}.aeb-sidebar--right{right:0;left:auto;border-right:none;border-left:1px solid var(--c-bor-default)}.aeb-sidebar--right .aeb-sidebar__toggle-icon{transform:scaleX(-1)}.aeb-sidebar--right .aeb-sidebar__item-label{margin-left:0}.aeb-sidebar--right .aeb-sidebar__item{justify-content:flex-end}.aeb-sidebar--right.open .aeb-sidebar__item-label{margin-left:0;margin-right:18px}.aeb-sidebar__items{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;padding:14px 0 0}.aeb-sidebar__item{box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;width:100%;padding:14px 28px;text-decoration:none;-webkit-user-select:none;user-select:none}.aeb-sidebar__item-icon{display:flex;flex:0 0 auto;width:24px;height:24px;opacity:.8}.aeb-sidebar__item-icon img{object-fit:contain;width:100%}.aeb-sidebar__item-label{display:inline-block;overflow:hidden;white-space:nowrap;max-width:0;opacity:0;margin-left:0;font-size:16px;color:var(--c-t-primary);transition:max-width .23s ease,opacity .23s ease,margin-left .23s ease}.aeb-sidebar__item:hover{text-decoration:none;background-color:var(--c-bor-default)}.aeb-sidebar__item:hover>a{text-decoration:none}.aeb-sidebar__item.active{pointer-events:none}.aeb-sidebar__item.active .aeb-sidebar__item-label{color:var(--c-t-links)}.aeb-sidebar__item.active .aeb-sidebar__item-icon svg{fill:var(--c-t-links)}.aeb-sidebar__toggle-icon{box-sizing:border-box;display:flex;flex:0 0 auto;align-items:center;justify-content:center;height:50px;margin:16px 8px 10px;cursor:pointer;border:none;-webkit-user-select:none;user-select:none;border-radius:4px;transition:all linear .23s;background-color:var(--c-btn-ps-default)}.aeb-sidebar__toggle-icon>svg{transition:all ease .23s}.aeb-sidebar__toggle-icon:hover>svg,.aeb-sidebar__toggle-icon:active>svg{transform:translate(2px)}.aeb-sidebar__toggle-icon:hover{background-color:var(--c-btn-ps-hovered)}.aeb-sidebar__toggle-icon:active{background-color:var(--c-btn-ps-pressed)}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None }); }
4221
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Sidebar, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4222
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: Sidebar, isStandalone: true, selector: "aeb-sidebar", inputs: { isOpen: { classPropertyName: "isOpen", publicName: "isOpen", isSignal: true, isRequired: false, transformFunction: null }, isRight: { classPropertyName: "isRight", publicName: "isRight", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { toggleClick: "toggleClick" }, host: { properties: { "class.aeb-sidebar--open": "isOpen()", "class.aeb-sidebar--right": "isRight()" }, classAttribute: "aeb-sidebar" }, ngImport: i0, template: "<div class=\"aeb-sidebar__items\">\n <ng-container [ngTemplateOutlet]=\"contentTpl\" />\n</div>\n\n<button\n type=\"button\"\n class=\"aeb-sidebar__toggle-icon\"\n (click)=\"handleToggleSidebar()\"\n>\n <svg\n width=\"28\"\n height=\"28\"\n viewBox=\"0 0 28 28\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.5359 6.30688L21.7602 13.3677C21.9199 13.5493 22 13.7653 22 14C22 14.2106 21.9341 14.4606 21.7515 14.6422L15.5318 21.6978C15.3721 21.8793 15.1534 22 14.8856 22C14.6176 22 14.399 21.8794 14.2394 21.6977C13.927 21.3423 13.9119 20.7814 14.244 20.4287L19.9121 14L14.2398 7.56653C13.9272 7.21101 13.9119 6.64939 14.2444 6.29664C14.4095 6.11179 14.6412 6 14.8921 6C15.1445 6 15.3769 6.1135 15.5359 6.30688Z\"\n fill=\"#9CA8AF\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M7.53586 6.30688L13.7602 13.3677C13.9199 13.5493 14 13.7653 14 14C14 14.2106 13.9341 14.4606 13.7515 14.6422L7.53175 21.6978C7.37212 21.8793 7.15341 22 6.88558 22C6.61765 22 6.39904 21.8794 6.2394 21.6977C5.92703 21.3423 5.91188 20.7814 6.24398 20.4287L11.9121 14L6.23978 7.56653C5.92725 7.21101 5.91186 6.64939 6.24438 6.29664C6.4095 6.11179 6.64121 6 6.89212 6C7.14455 6 7.37688 6.1135 7.53586 6.30688Z\"\n fill=\"#9CA8AF\"\n />\n </svg>\n</button>\n\n<ng-template #contentTpl>\n <ng-content />\n</ng-template>\n", styles: [".aeb-sidebar{position:fixed;top:80px;left:0;z-index:var(--z-fixed);display:flex;flex-direction:column;justify-content:space-between;width:80px;height:calc(100vh - 80px);color:var(--c-t-primary);background-color:var(--c-bg-light);box-sizing:border-box;border-right:1px solid var(--c-bor-default);transition:width .23s ease}.aeb-sidebar--open{width:260px}.aeb-sidebar--open .aeb-sidebar__item-label{max-width:180px;opacity:1;margin-left:18px}.aeb-sidebar--open .aeb-sidebar__toggle-icon>svg{transform:scaleX(-1)}.aeb-sidebar--open .aeb-sidebar__toggle-icon:hover>svg,.aeb-sidebar--open .aeb-sidebar__toggle-icon:active>svg{transform:translate(-2px) scaleX(-1)}.aeb-sidebar--right{right:0;left:auto;border-right:none;border-left:1px solid var(--c-bor-default)}.aeb-sidebar--right .aeb-sidebar__toggle-icon{transform:scaleX(-1)}.aeb-sidebar--right .aeb-sidebar__item-label{margin-left:0}.aeb-sidebar--right .aeb-sidebar__item{justify-content:flex-end}.aeb-sidebar--right.open .aeb-sidebar__item-label{margin-left:0;margin-right:18px}.aeb-sidebar__items{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;padding:14px 0 0}.aeb-sidebar__item{box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;width:100%;padding:14px 28px;text-decoration:none;-webkit-user-select:none;user-select:none}.aeb-sidebar__item-icon{display:flex;flex:0 0 auto;width:24px;height:24px;opacity:.8}.aeb-sidebar__item-icon img{object-fit:contain;width:100%}.aeb-sidebar__item-label{display:inline-block;overflow:hidden;white-space:nowrap;max-width:0;opacity:0;margin-left:0;font-size:16px;color:var(--c-t-primary);transition:max-width .23s ease,opacity .23s ease,margin-left .23s ease}.aeb-sidebar__item:hover{text-decoration:none;background-color:var(--c-bor-default)}.aeb-sidebar__item:hover>a{text-decoration:none}.aeb-sidebar__item.active{pointer-events:none}.aeb-sidebar__item.active .aeb-sidebar__item-label{color:var(--c-t-links)}.aeb-sidebar__item.active .aeb-sidebar__item-icon svg{fill:var(--c-t-links)}.aeb-sidebar__toggle-icon{box-sizing:border-box;display:flex;flex:0 0 auto;align-items:center;justify-content:center;height:50px;margin:16px 8px 10px;cursor:pointer;border:none;-webkit-user-select:none;user-select:none;border-radius:4px;transition:all linear .23s;background-color:var(--c-btn-ps-default)}.aeb-sidebar__toggle-icon>svg{transition:all ease .23s}.aeb-sidebar__toggle-icon:hover>svg,.aeb-sidebar__toggle-icon:active>svg{transform:translate(2px)}.aeb-sidebar__toggle-icon:hover{background-color:var(--c-btn-ps-hovered)}.aeb-sidebar__toggle-icon:active{background-color:var(--c-btn-ps-pressed)}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None }); }
4223
4223
  }
4224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Sidebar, decorators: [{
4224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Sidebar, decorators: [{
4225
4225
  type: Component,
4226
4226
  args: [{ selector: 'aeb-sidebar', encapsulation: ViewEncapsulation.None, imports: [NgTemplateOutlet], host: {
4227
4227
  class: 'aeb-sidebar',
4228
4228
  '[class.aeb-sidebar--open]': 'isOpen()',
4229
4229
  '[class.aeb-sidebar--right]': 'isRight()'
4230
4230
  }, template: "<div class=\"aeb-sidebar__items\">\n <ng-container [ngTemplateOutlet]=\"contentTpl\" />\n</div>\n\n<button\n type=\"button\"\n class=\"aeb-sidebar__toggle-icon\"\n (click)=\"handleToggleSidebar()\"\n>\n <svg\n width=\"28\"\n height=\"28\"\n viewBox=\"0 0 28 28\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M15.5359 6.30688L21.7602 13.3677C21.9199 13.5493 22 13.7653 22 14C22 14.2106 21.9341 14.4606 21.7515 14.6422L15.5318 21.6978C15.3721 21.8793 15.1534 22 14.8856 22C14.6176 22 14.399 21.8794 14.2394 21.6977C13.927 21.3423 13.9119 20.7814 14.244 20.4287L19.9121 14L14.2398 7.56653C13.9272 7.21101 13.9119 6.64939 14.2444 6.29664C14.4095 6.11179 14.6412 6 14.8921 6C15.1445 6 15.3769 6.1135 15.5359 6.30688Z\"\n fill=\"#9CA8AF\"\n />\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M7.53586 6.30688L13.7602 13.3677C13.9199 13.5493 14 13.7653 14 14C14 14.2106 13.9341 14.4606 13.7515 14.6422L7.53175 21.6978C7.37212 21.8793 7.15341 22 6.88558 22C6.61765 22 6.39904 21.8794 6.2394 21.6977C5.92703 21.3423 5.91188 20.7814 6.24398 20.4287L11.9121 14L6.23978 7.56653C5.92725 7.21101 5.91186 6.64939 6.24438 6.29664C6.4095 6.11179 6.64121 6 6.89212 6C7.14455 6 7.37688 6.1135 7.53586 6.30688Z\"\n fill=\"#9CA8AF\"\n />\n </svg>\n</button>\n\n<ng-template #contentTpl>\n <ng-content />\n</ng-template>\n", styles: [".aeb-sidebar{position:fixed;top:80px;left:0;z-index:var(--z-fixed);display:flex;flex-direction:column;justify-content:space-between;width:80px;height:calc(100vh - 80px);color:var(--c-t-primary);background-color:var(--c-bg-light);box-sizing:border-box;border-right:1px solid var(--c-bor-default);transition:width .23s ease}.aeb-sidebar--open{width:260px}.aeb-sidebar--open .aeb-sidebar__item-label{max-width:180px;opacity:1;margin-left:18px}.aeb-sidebar--open .aeb-sidebar__toggle-icon>svg{transform:scaleX(-1)}.aeb-sidebar--open .aeb-sidebar__toggle-icon:hover>svg,.aeb-sidebar--open .aeb-sidebar__toggle-icon:active>svg{transform:translate(-2px) scaleX(-1)}.aeb-sidebar--right{right:0;left:auto;border-right:none;border-left:1px solid var(--c-bor-default)}.aeb-sidebar--right .aeb-sidebar__toggle-icon{transform:scaleX(-1)}.aeb-sidebar--right .aeb-sidebar__item-label{margin-left:0}.aeb-sidebar--right .aeb-sidebar__item{justify-content:flex-end}.aeb-sidebar--right.open .aeb-sidebar__item-label{margin-left:0;margin-right:18px}.aeb-sidebar__items{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;padding:14px 0 0}.aeb-sidebar__item{box-sizing:border-box;display:flex;align-items:center;justify-content:flex-start;width:100%;padding:14px 28px;text-decoration:none;-webkit-user-select:none;user-select:none}.aeb-sidebar__item-icon{display:flex;flex:0 0 auto;width:24px;height:24px;opacity:.8}.aeb-sidebar__item-icon img{object-fit:contain;width:100%}.aeb-sidebar__item-label{display:inline-block;overflow:hidden;white-space:nowrap;max-width:0;opacity:0;margin-left:0;font-size:16px;color:var(--c-t-primary);transition:max-width .23s ease,opacity .23s ease,margin-left .23s ease}.aeb-sidebar__item:hover{text-decoration:none;background-color:var(--c-bor-default)}.aeb-sidebar__item:hover>a{text-decoration:none}.aeb-sidebar__item.active{pointer-events:none}.aeb-sidebar__item.active .aeb-sidebar__item-label{color:var(--c-t-links)}.aeb-sidebar__item.active .aeb-sidebar__item-icon svg{fill:var(--c-t-links)}.aeb-sidebar__toggle-icon{box-sizing:border-box;display:flex;flex:0 0 auto;align-items:center;justify-content:center;height:50px;margin:16px 8px 10px;cursor:pointer;border:none;-webkit-user-select:none;user-select:none;border-radius:4px;transition:all linear .23s;background-color:var(--c-btn-ps-default)}.aeb-sidebar__toggle-icon>svg{transition:all ease .23s}.aeb-sidebar__toggle-icon:hover>svg,.aeb-sidebar__toggle-icon:active>svg{transform:translate(2px)}.aeb-sidebar__toggle-icon:hover{background-color:var(--c-btn-ps-hovered)}.aeb-sidebar__toggle-icon:active{background-color:var(--c-btn-ps-pressed)}\n"] }]
4231
- }] });
4231
+ }], propDecorators: { isOpen: [{ type: i0.Input, args: [{ isSignal: true, alias: "isOpen", required: false }] }], isRight: [{ type: i0.Input, args: [{ isSignal: true, alias: "isRight", required: false }] }], toggleClick: [{ type: i0.Output, args: ["toggleClick"] }] } });
4232
4232
 
4233
4233
  class SidebarModule {
4234
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4235
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: SidebarModule, imports: [Sidebar], exports: [Sidebar] }); }
4236
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SidebarModule }); }
4234
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4235
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: SidebarModule, imports: [Sidebar], exports: [Sidebar] }); }
4236
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SidebarModule }); }
4237
4237
  }
4238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SidebarModule, decorators: [{
4238
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SidebarModule, decorators: [{
4239
4239
  type: NgModule,
4240
4240
  args: [{
4241
4241
  imports: [Sidebar],
@@ -4292,10 +4292,10 @@ class NumbersOnlyDirective {
4292
4292
  const textData = event.dataTransfer.getData('text').replace(/\D/g, '');
4293
4293
  document.execCommand('insertText', false, textData);
4294
4294
  }
4295
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NumbersOnlyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4296
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.4", type: NumbersOnlyDirective, isStandalone: true, selector: "[aebNumbersOnly]", host: { listeners: { "keydown": "onKeyDown($event)", "paste": "onPaste($event)", "drop": "onDrop($event)" } }, ngImport: i0 }); }
4295
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NumbersOnlyDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4296
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.3", type: NumbersOnlyDirective, isStandalone: true, selector: "[aebNumbersOnly]", host: { listeners: { "keydown": "onKeyDown($event)", "paste": "onPaste($event)", "drop": "onDrop($event)" } }, ngImport: i0 }); }
4297
4297
  }
4298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: NumbersOnlyDirective, decorators: [{
4298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: NumbersOnlyDirective, decorators: [{
4299
4299
  type: Directive,
4300
4300
  args: [{
4301
4301
  selector: '[aebNumbersOnly]',
@@ -4314,10 +4314,10 @@ class ReplacePipe {
4314
4314
  }
4315
4315
  return value.replace(new RegExp(strToReplace, 'g'), replacementStr);
4316
4316
  }
4317
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4318
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
4317
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ReplacePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4318
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: ReplacePipe, isStandalone: true, name: "replace" }); }
4319
4319
  }
4320
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: ReplacePipe, decorators: [{
4320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: ReplacePipe, decorators: [{
4321
4321
  type: Pipe,
4322
4322
  args: [{ name: 'replace' }]
4323
4323
  }] });
@@ -4494,8 +4494,8 @@ class Slider {
4494
4494
  this.onChange(this.value);
4495
4495
  }
4496
4496
  }
4497
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Slider, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4498
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Slider, isStandalone: true, selector: "aeb-slider", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, prefix: { classPropertyName: "prefix", publicName: "prefix", isSignal: true, isRequired: false, transformFunction: null }, intialValue: { classPropertyName: "intialValue", publicName: "intialValue", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, mode: { classPropertyName: "mode", publicName: "mode", isSignal: true, isRequired: false, transformFunction: null }, initialValue: { classPropertyName: "initialValue", publicName: "initialValue", isSignal: true, isRequired: false, transformFunction: null }, initialDisplayValue: { classPropertyName: "initialDisplayValue", publicName: "initialDisplayValue", isSignal: true, isRequired: false, transformFunction: null }, valueSeparator: { classPropertyName: "valueSeparator", publicName: "valueSeparator", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.aeb-slider--standard": "isStandardMode", "class.aeb-slider--input": "isInputMode" }, classAttribute: "aeb-slider" }, providers: [
4497
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Slider, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4498
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Slider, isStandalone: true, selector: "aeb-slider", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, prefix: { classPropertyName: "prefix", publicName: "prefix", isSignal: true, isRequired: false, transformFunction: null }, intialValue: { classPropertyName: "intialValue", publicName: "intialValue", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, mode: { classPropertyName: "mode", publicName: "mode", isSignal: true, isRequired: false, transformFunction: null }, initialValue: { classPropertyName: "initialValue", publicName: "initialValue", isSignal: true, isRequired: false, transformFunction: null }, initialDisplayValue: { classPropertyName: "initialDisplayValue", publicName: "initialDisplayValue", isSignal: true, isRequired: false, transformFunction: null }, valueSeparator: { classPropertyName: "valueSeparator", publicName: "valueSeparator", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.aeb-slider--standard": "isStandardMode", "class.aeb-slider--input": "isInputMode" }, classAttribute: "aeb-slider" }, providers: [
4499
4499
  {
4500
4500
  provide: NG_VALUE_ACCESSOR,
4501
4501
  useExisting: forwardRef(() => Slider),
@@ -4503,7 +4503,7 @@ class Slider {
4503
4503
  }
4504
4504
  ], viewQueries: [{ propertyName: "slider", first: true, predicate: ["slider"], descendants: true, isSignal: true }], ngImport: i0, template: "@if (mode() === 'standard') {\n<div class=\"aeb-slider__header\">\n <div class=\"aeb-slider__label\">{{ label() }}</div>\n <div class=\"aeb-slider__value\">\n {{ value | number: '1.0-0' | replace: ',' : valueSeparator() }} {{ prefix()\n }}\n </div>\n</div>\n} @if (mode() === 'input') {\n<aeb-form-field>\n <label aebLabel>{{ label() }}</label>\n <input\n type=\"string\"\n aebInput\n aebNumbersOnly\n (focus)=\"setCurrentDisplayValue()\"\n (blur)=\"onInputBlur()\"\n [ngModel]=\"displayValue\"\n (ngModelChange)=\"changeValueByInput($event)\"\n />\n</aeb-form-field>\n}\n<div class=\"aeb-slider__line__container\" #slider>\n <div class=\"aeb-slider__line__indicator\">\n <div\n class=\"aeb-slider__line\"\n [ngStyle]=\"{\n width: position + '%'\n }\"\n [ngClass]=\"{ 'aeb-slider__line--pressed': isPressed }\"\n ></div>\n </div>\n</div>\n<div class=\"aeb-slider__limits\">\n <div>\n {{ min() | number: '1.0-0' | replace: ',' : valueSeparator() }} {{ prefix()\n }}\n </div>\n <div>\n {{ max() | number: '1.0-0' | replace: ',' : valueSeparator() }} {{ prefix()\n }}\n </div>\n</div>\n", styles: [".aeb-slider{--standard-value-color: var(--color-mono-900);--line-background-color: var(--color-blue-500);display:block;color:var(--color-mono-900);padding:6px 0 8px}.aeb-slider__line{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--line-background-color);border-radius:2px}.aeb-slider__line:after{position:absolute;top:-8px;right:-10px;width:20px;height:20px;cursor:pointer;content:\"\";background-color:var(--line-background-color);border-radius:var(--border-medium-rounded)}.aeb-slider__line:hover{background-color:var(--color-turquoise-500)}.aeb-slider__line:hover:after{background-color:var(--color-turquoise-500)}.aeb-slider__line__container{margin-top:26px}.aeb-slider__line--pressed:after{top:-11px;right:-13px;width:26px;height:26px;transition:all .05s ease-in;background-color:var(--color-turquoise-500);border-radius:var(--border-rounded)}.aeb-slider__line--pressed{background-color:var(--color-turquoise-500)}.aeb-slider__line__indicator{position:relative;width:100%;height:4px;border-radius:2px;background-color:var(--color-mono-50)}.aeb-slider__line__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.aeb-slider--standard .aeb-slider__header{display:flex;justify-content:space-between;align-items:center}.aeb-slider--standard .aeb-slider__label{display:flex;align-items:center;font-size:var(--font-size-s);line-height:20px;color:var(--color-mono-300)}.aeb-slider--standard .aeb-slider__value{font-size:var(--font-size-md);font-weight:700;line-height:var(--line-height-medium);color:var(--standard-value-color)}.aeb-slider--standard .aeb-slider__limits{display:flex;align-items:center;justify-content:space-between;margin-top:16px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}.aeb-slider--input .aeb-slider__field-wrapper{width:100%}.aeb-slider--input .aeb-slider__field-wrapper input:focus{outline:none}.aeb-slider--input .aeb-slider__line{border-top-left-radius:4px;border-bottom-left-radius:0}.aeb-slider--input .aeb-slider__line__indicator{position:absolute;background-color:transparent}.aeb-slider--input .aeb-slider__line__container{position:relative;margin-top:0;top:-4px;left:10px;width:calc(100% - 20px)}.aeb-slider--input .aeb-slider__line:after{width:10px;height:10px;top:-3px;right:-5px}.aeb-slider--input .aeb-slider__line--pressed:after{width:14px;height:14px;top:-5px;right:-7px;transition:all .05s ease-in}.aeb-slider--input .aeb-slider__limits{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:8px;padding-bottom:8px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}body.dark .aeb-slider{--standard-value-color: var(--color-mono-0);--line-background-color: var(--color-mono-600)}\n"], dependencies: [{ kind: "component", type: FormField, selector: "aeb-form-field", inputs: ["showDescription", "showErrorMessage", "disabled", "isInvalid", "showIcon", "validateOnDirty"] }, { kind: "directive", type: LabelDirective, selector: "[aebLabel]", inputs: ["aebLabel"] }, { kind: "directive", type: FormFieldDirective, selector: "input[aebInput], textarea[aebTextarea]", inputs: ["value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: NumbersOnlyDirective, selector: "[aebNumbersOnly]" }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: DecimalPipe, name: "number" }, { kind: "pipe", type: ReplacePipe, name: "replace" }], encapsulation: i0.ViewEncapsulation.None }); }
4505
4505
  }
4506
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Slider, decorators: [{
4506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Slider, decorators: [{
4507
4507
  type: Component,
4508
4508
  args: [{ selector: 'aeb-slider', encapsulation: ViewEncapsulation.None, providers: [
4509
4509
  {
@@ -4526,20 +4526,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
4526
4526
  '[class.aeb-slider--standard]': 'isStandardMode',
4527
4527
  '[class.aeb-slider--input]': 'isInputMode'
4528
4528
  }, template: "@if (mode() === 'standard') {\n<div class=\"aeb-slider__header\">\n <div class=\"aeb-slider__label\">{{ label() }}</div>\n <div class=\"aeb-slider__value\">\n {{ value | number: '1.0-0' | replace: ',' : valueSeparator() }} {{ prefix()\n }}\n </div>\n</div>\n} @if (mode() === 'input') {\n<aeb-form-field>\n <label aebLabel>{{ label() }}</label>\n <input\n type=\"string\"\n aebInput\n aebNumbersOnly\n (focus)=\"setCurrentDisplayValue()\"\n (blur)=\"onInputBlur()\"\n [ngModel]=\"displayValue\"\n (ngModelChange)=\"changeValueByInput($event)\"\n />\n</aeb-form-field>\n}\n<div class=\"aeb-slider__line__container\" #slider>\n <div class=\"aeb-slider__line__indicator\">\n <div\n class=\"aeb-slider__line\"\n [ngStyle]=\"{\n width: position + '%'\n }\"\n [ngClass]=\"{ 'aeb-slider__line--pressed': isPressed }\"\n ></div>\n </div>\n</div>\n<div class=\"aeb-slider__limits\">\n <div>\n {{ min() | number: '1.0-0' | replace: ',' : valueSeparator() }} {{ prefix()\n }}\n </div>\n <div>\n {{ max() | number: '1.0-0' | replace: ',' : valueSeparator() }} {{ prefix()\n }}\n </div>\n</div>\n", styles: [".aeb-slider{--standard-value-color: var(--color-mono-900);--line-background-color: var(--color-blue-500);display:block;color:var(--color-mono-900);padding:6px 0 8px}.aeb-slider__line{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--line-background-color);border-radius:2px}.aeb-slider__line:after{position:absolute;top:-8px;right:-10px;width:20px;height:20px;cursor:pointer;content:\"\";background-color:var(--line-background-color);border-radius:var(--border-medium-rounded)}.aeb-slider__line:hover{background-color:var(--color-turquoise-500)}.aeb-slider__line:hover:after{background-color:var(--color-turquoise-500)}.aeb-slider__line__container{margin-top:26px}.aeb-slider__line--pressed:after{top:-11px;right:-13px;width:26px;height:26px;transition:all .05s ease-in;background-color:var(--color-turquoise-500);border-radius:var(--border-rounded)}.aeb-slider__line--pressed{background-color:var(--color-turquoise-500)}.aeb-slider__line__indicator{position:relative;width:100%;height:4px;border-radius:2px;background-color:var(--color-mono-50)}.aeb-slider__line__wrapper{display:flex;justify-content:center;align-items:center;width:100%}.aeb-slider--standard .aeb-slider__header{display:flex;justify-content:space-between;align-items:center}.aeb-slider--standard .aeb-slider__label{display:flex;align-items:center;font-size:var(--font-size-s);line-height:20px;color:var(--color-mono-300)}.aeb-slider--standard .aeb-slider__value{font-size:var(--font-size-md);font-weight:700;line-height:var(--line-height-medium);color:var(--standard-value-color)}.aeb-slider--standard .aeb-slider__limits{display:flex;align-items:center;justify-content:space-between;margin-top:16px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}.aeb-slider--input .aeb-slider__field-wrapper{width:100%}.aeb-slider--input .aeb-slider__field-wrapper input:focus{outline:none}.aeb-slider--input .aeb-slider__line{border-top-left-radius:4px;border-bottom-left-radius:0}.aeb-slider--input .aeb-slider__line__indicator{position:absolute;background-color:transparent}.aeb-slider--input .aeb-slider__line__container{position:relative;margin-top:0;top:-4px;left:10px;width:calc(100% - 20px)}.aeb-slider--input .aeb-slider__line:after{width:10px;height:10px;top:-3px;right:-5px}.aeb-slider--input .aeb-slider__line--pressed:after{width:14px;height:14px;top:-5px;right:-7px;transition:all .05s ease-in}.aeb-slider--input .aeb-slider__limits{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:8px;padding-bottom:8px;font-size:var(--font-size-xxs);line-height:14px;color:var(--color-mono-300)}body.dark .aeb-slider{--standard-value-color: var(--color-mono-0);--line-background-color: var(--color-mono-600)}\n"] }]
4529
- }] });
4529
+ }], propDecorators: { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], prefix: [{ type: i0.Input, args: [{ isSignal: true, alias: "prefix", required: false }] }], intialValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "intialValue", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], mode: [{ type: i0.Input, args: [{ isSignal: true, alias: "mode", required: false }] }], initialValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialValue", required: false }] }], initialDisplayValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialDisplayValue", required: false }] }], slider: [{ type: i0.ViewChild, args: ['slider', { isSignal: true }] }], valueSeparator: [{ type: i0.Input, args: [{ isSignal: true, alias: "valueSeparator", required: false }] }] } });
4530
4530
 
4531
4531
  class SliderModule {
4532
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4533
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: SliderModule, imports: [FormFieldModule,
4532
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4533
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: SliderModule, imports: [FormFieldModule,
4534
4534
  FormsModule,
4535
4535
  Slider,
4536
4536
  ReplacePipe,
4537
4537
  NumbersOnlyDirective], exports: [Slider] }); }
4538
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SliderModule, imports: [FormFieldModule,
4538
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SliderModule, imports: [FormFieldModule,
4539
4539
  FormsModule,
4540
4540
  Slider] }); }
4541
4541
  }
4542
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SliderModule, decorators: [{
4542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SliderModule, decorators: [{
4543
4543
  type: NgModule,
4544
4544
  args: [{
4545
4545
  imports: [
@@ -4554,20 +4554,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
4554
4554
  }] });
4555
4555
 
4556
4556
  class Spinner {
4557
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Spinner, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4558
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.4", type: Spinner, isStandalone: true, selector: "aeb-spinner", ngImport: i0, template: "<div class=\"spinner-wrap\">\n <div class=\"spinner-circle\">\n <svg class=\"spinner-circle-border\" viewBox=\"0 0 50 50\">\n <circle\n class=\"path\"\n cx=\"25\"\n cy=\"25\"\n r=\"20\"\n fill=\"none\"\n stroke-width=\"2\"\n ></circle>\n </svg>\n <svg class=\"spinner-circle-border rotate\" viewBox=\"0 0 50 50\">\n <circle\n class=\"path\"\n cx=\"25\"\n cy=\"25\"\n r=\"20\"\n fill=\"none\"\n stroke-width=\"2\"\n ></circle>\n </svg>\n <svg\n class=\"spinner-circle-diamond\"\n width=\"26\"\n height=\"26\"\n viewBox=\"0 0 26 26\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M19.2101 16.1713L16.2663 19.0952L18.223 23.7905L23.9375 18.1148L19.2101 16.1713ZM15.1754 19.5423H11.0021L9.0454 24.2376H17.1148L15.1754 19.5423ZM19.6776 10.9428V15.0706L24.3877 17.0141V8.9994L19.6776 10.9428ZM9.8939 19.0952L6.9501 16.1713L2.24 18.1148L7.9544 23.7905L9.8939 19.0952ZM18.223 2.223L16.2663 6.9183L19.2101 9.8421L23.9375 7.8986L18.223 2.223ZM11.0021 6.4539H15.1754L17.1148 1.7758H9.0454L11.0021 6.4539ZM6.4999 15.0706V10.9428L1.7898 8.9994V17.0141L6.4999 15.0706ZM6.9501 9.8421L9.8939 6.9183L7.9544 2.223L2.24 7.8986L6.9501 9.8421ZM15.4005 18.5448L18.656 15.2942V10.7021L15.4005 7.4687H10.777L7.5042 10.7021V15.2942L10.777 18.5448H15.4005ZM7.9891 25.2352C5.2011 24.2154 1.7898 20.6463 0.768129 18.0804C-0.253521 15.5145 -0.258561 10.9428 0.768129 7.933C1.7948 4.9232 4.875 1.7758 7.9891 0.761051C11.1031 -0.253679 15.5877 -0.253689 18.1884 0.761051C20.7891 1.7758 24.896 5.9272 25.4094 7.933C25.9227 9.9389 26.431 15.5145 25.4094 18.0804C24.3877 20.6463 20.7213 24.2154 18.1884 25.2352C15.6556 26.2549 10.777 26.2549 7.9891 25.2352Z\"\n fill=\"url(#paint0_linear)\"\n />\n <defs>\n <linearGradient\n id=\"paint0_linear\"\n x1=\"13.9013\"\n y1=\"26\"\n x2=\"13.9013\"\n y2=\"0\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#00B8FF\" />\n <stop offset=\"1\" stop-color=\"#0079D6\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n</div>\n", styles: [".spinner-wrap{position:relative;width:auto;height:auto}.spinner-circle{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:auto}.spinner-circle .spinner-circle-border{position:absolute;width:60px;height:60px;animation:spin .75s linear infinite}.spinner-circle .spinner-circle-border .path{stroke:#0079d6;stroke-linecap:round;animation:dash 1s ease-in-out infinite}.spinner-circle .spinner-circle-border .spinner-circle-border-mask{background-color:var(--color-mono-0)}.spinner-circle .rotate{animation:spin2 .75s linear infinite}.spinner-circle .rotate .path{stroke:#00b8ff}.spinner-circle .spinner-circle-diamond{animation:zoom .5s ease-in-out infinite alternate}@keyframes spin2{0%{transform:rotate(180deg)}to{transform:rotate(179deg)}}@keyframes zoom{0%{transform:scale(1.2)}to{transform:scale(.75)}}@keyframes spin{0%{transform:rotate(360deg)}to{transform:rotate(359deg)}}@keyframes dash{0%{stroke-dasharray:0,150;stroke-dashoffset:0}50%{stroke-dasharray:50,150;stroke-dashoffset:-35}to{stroke-dasharray:50,150;stroke-dashoffset:-124}}\n"], encapsulation: i0.ViewEncapsulation.None }); }
4557
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Spinner, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4558
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: Spinner, isStandalone: true, selector: "aeb-spinner", ngImport: i0, template: "<div class=\"spinner-wrap\">\n <div class=\"spinner-circle\">\n <svg class=\"spinner-circle-border\" viewBox=\"0 0 50 50\">\n <circle\n class=\"path\"\n cx=\"25\"\n cy=\"25\"\n r=\"20\"\n fill=\"none\"\n stroke-width=\"2\"\n ></circle>\n </svg>\n <svg class=\"spinner-circle-border rotate\" viewBox=\"0 0 50 50\">\n <circle\n class=\"path\"\n cx=\"25\"\n cy=\"25\"\n r=\"20\"\n fill=\"none\"\n stroke-width=\"2\"\n ></circle>\n </svg>\n <svg\n class=\"spinner-circle-diamond\"\n width=\"26\"\n height=\"26\"\n viewBox=\"0 0 26 26\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M19.2101 16.1713L16.2663 19.0952L18.223 23.7905L23.9375 18.1148L19.2101 16.1713ZM15.1754 19.5423H11.0021L9.0454 24.2376H17.1148L15.1754 19.5423ZM19.6776 10.9428V15.0706L24.3877 17.0141V8.9994L19.6776 10.9428ZM9.8939 19.0952L6.9501 16.1713L2.24 18.1148L7.9544 23.7905L9.8939 19.0952ZM18.223 2.223L16.2663 6.9183L19.2101 9.8421L23.9375 7.8986L18.223 2.223ZM11.0021 6.4539H15.1754L17.1148 1.7758H9.0454L11.0021 6.4539ZM6.4999 15.0706V10.9428L1.7898 8.9994V17.0141L6.4999 15.0706ZM6.9501 9.8421L9.8939 6.9183L7.9544 2.223L2.24 7.8986L6.9501 9.8421ZM15.4005 18.5448L18.656 15.2942V10.7021L15.4005 7.4687H10.777L7.5042 10.7021V15.2942L10.777 18.5448H15.4005ZM7.9891 25.2352C5.2011 24.2154 1.7898 20.6463 0.768129 18.0804C-0.253521 15.5145 -0.258561 10.9428 0.768129 7.933C1.7948 4.9232 4.875 1.7758 7.9891 0.761051C11.1031 -0.253679 15.5877 -0.253689 18.1884 0.761051C20.7891 1.7758 24.896 5.9272 25.4094 7.933C25.9227 9.9389 26.431 15.5145 25.4094 18.0804C24.3877 20.6463 20.7213 24.2154 18.1884 25.2352C15.6556 26.2549 10.777 26.2549 7.9891 25.2352Z\"\n fill=\"url(#paint0_linear)\"\n />\n <defs>\n <linearGradient\n id=\"paint0_linear\"\n x1=\"13.9013\"\n y1=\"26\"\n x2=\"13.9013\"\n y2=\"0\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#00B8FF\" />\n <stop offset=\"1\" stop-color=\"#0079D6\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n</div>\n", styles: [".spinner-wrap{position:relative;width:auto;height:auto}.spinner-circle{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:auto}.spinner-circle .spinner-circle-border{position:absolute;width:60px;height:60px;animation:spin .75s linear infinite}.spinner-circle .spinner-circle-border .path{stroke:#0079d6;stroke-linecap:round;animation:dash 1s ease-in-out infinite}.spinner-circle .spinner-circle-border .spinner-circle-border-mask{background-color:var(--color-mono-0)}.spinner-circle .rotate{animation:spin2 .75s linear infinite}.spinner-circle .rotate .path{stroke:#00b8ff}.spinner-circle .spinner-circle-diamond{animation:zoom .5s ease-in-out infinite alternate}@keyframes spin2{0%{transform:rotate(180deg)}to{transform:rotate(179deg)}}@keyframes zoom{0%{transform:scale(1.2)}to{transform:scale(.75)}}@keyframes spin{0%{transform:rotate(360deg)}to{transform:rotate(359deg)}}@keyframes dash{0%{stroke-dasharray:0,150;stroke-dashoffset:0}50%{stroke-dasharray:50,150;stroke-dashoffset:-35}to{stroke-dasharray:50,150;stroke-dashoffset:-124}}\n"], encapsulation: i0.ViewEncapsulation.None }); }
4559
4559
  }
4560
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Spinner, decorators: [{
4560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Spinner, decorators: [{
4561
4561
  type: Component,
4562
4562
  args: [{ selector: 'aeb-spinner', encapsulation: ViewEncapsulation.None, template: "<div class=\"spinner-wrap\">\n <div class=\"spinner-circle\">\n <svg class=\"spinner-circle-border\" viewBox=\"0 0 50 50\">\n <circle\n class=\"path\"\n cx=\"25\"\n cy=\"25\"\n r=\"20\"\n fill=\"none\"\n stroke-width=\"2\"\n ></circle>\n </svg>\n <svg class=\"spinner-circle-border rotate\" viewBox=\"0 0 50 50\">\n <circle\n class=\"path\"\n cx=\"25\"\n cy=\"25\"\n r=\"20\"\n fill=\"none\"\n stroke-width=\"2\"\n ></circle>\n </svg>\n <svg\n class=\"spinner-circle-diamond\"\n width=\"26\"\n height=\"26\"\n viewBox=\"0 0 26 26\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M19.2101 16.1713L16.2663 19.0952L18.223 23.7905L23.9375 18.1148L19.2101 16.1713ZM15.1754 19.5423H11.0021L9.0454 24.2376H17.1148L15.1754 19.5423ZM19.6776 10.9428V15.0706L24.3877 17.0141V8.9994L19.6776 10.9428ZM9.8939 19.0952L6.9501 16.1713L2.24 18.1148L7.9544 23.7905L9.8939 19.0952ZM18.223 2.223L16.2663 6.9183L19.2101 9.8421L23.9375 7.8986L18.223 2.223ZM11.0021 6.4539H15.1754L17.1148 1.7758H9.0454L11.0021 6.4539ZM6.4999 15.0706V10.9428L1.7898 8.9994V17.0141L6.4999 15.0706ZM6.9501 9.8421L9.8939 6.9183L7.9544 2.223L2.24 7.8986L6.9501 9.8421ZM15.4005 18.5448L18.656 15.2942V10.7021L15.4005 7.4687H10.777L7.5042 10.7021V15.2942L10.777 18.5448H15.4005ZM7.9891 25.2352C5.2011 24.2154 1.7898 20.6463 0.768129 18.0804C-0.253521 15.5145 -0.258561 10.9428 0.768129 7.933C1.7948 4.9232 4.875 1.7758 7.9891 0.761051C11.1031 -0.253679 15.5877 -0.253689 18.1884 0.761051C20.7891 1.7758 24.896 5.9272 25.4094 7.933C25.9227 9.9389 26.431 15.5145 25.4094 18.0804C24.3877 20.6463 20.7213 24.2154 18.1884 25.2352C15.6556 26.2549 10.777 26.2549 7.9891 25.2352Z\"\n fill=\"url(#paint0_linear)\"\n />\n <defs>\n <linearGradient\n id=\"paint0_linear\"\n x1=\"13.9013\"\n y1=\"26\"\n x2=\"13.9013\"\n y2=\"0\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stop-color=\"#00B8FF\" />\n <stop offset=\"1\" stop-color=\"#0079D6\" />\n </linearGradient>\n </defs>\n </svg>\n </div>\n</div>\n", styles: [".spinner-wrap{position:relative;width:auto;height:auto}.spinner-circle{display:flex;align-items:center;justify-content:center;width:60px;height:60px;margin:auto}.spinner-circle .spinner-circle-border{position:absolute;width:60px;height:60px;animation:spin .75s linear infinite}.spinner-circle .spinner-circle-border .path{stroke:#0079d6;stroke-linecap:round;animation:dash 1s ease-in-out infinite}.spinner-circle .spinner-circle-border .spinner-circle-border-mask{background-color:var(--color-mono-0)}.spinner-circle .rotate{animation:spin2 .75s linear infinite}.spinner-circle .rotate .path{stroke:#00b8ff}.spinner-circle .spinner-circle-diamond{animation:zoom .5s ease-in-out infinite alternate}@keyframes spin2{0%{transform:rotate(180deg)}to{transform:rotate(179deg)}}@keyframes zoom{0%{transform:scale(1.2)}to{transform:scale(.75)}}@keyframes spin{0%{transform:rotate(360deg)}to{transform:rotate(359deg)}}@keyframes dash{0%{stroke-dasharray:0,150;stroke-dashoffset:0}50%{stroke-dasharray:50,150;stroke-dashoffset:-35}to{stroke-dasharray:50,150;stroke-dashoffset:-124}}\n"] }]
4563
4563
  }] });
4564
4564
 
4565
4565
  class SpinnerModule {
4566
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4567
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: SpinnerModule, imports: [Spinner], exports: [Spinner] }); }
4568
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SpinnerModule }); }
4566
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4567
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: SpinnerModule, imports: [Spinner], exports: [Spinner] }); }
4568
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SpinnerModule }); }
4569
4569
  }
4570
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SpinnerModule, decorators: [{
4570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SpinnerModule, decorators: [{
4571
4571
  type: NgModule,
4572
4572
  args: [{
4573
4573
  imports: [Spinner],
@@ -4581,10 +4581,10 @@ class LineWidthPipe {
4581
4581
  ? (100 / (stepsLength - 1)) * completedStepsLength + '%'
4582
4582
  : (100 / stepsLength) * (completedStepsLength + 1) + '%';
4583
4583
  }
4584
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: LineWidthPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4585
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: LineWidthPipe, isStandalone: true, name: "lineWidth" }); }
4584
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: LineWidthPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4585
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: LineWidthPipe, isStandalone: true, name: "lineWidth" }); }
4586
4586
  }
4587
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: LineWidthPipe, decorators: [{
4587
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: LineWidthPipe, decorators: [{
4588
4588
  type: Pipe,
4589
4589
  args: [{
4590
4590
  name: 'lineWidth',
@@ -4622,13 +4622,13 @@ class StepperStep {
4622
4622
  this._isActive = this.initialIsActive();
4623
4623
  this._isCompleted = this.initialIsCompleted();
4624
4624
  }
4625
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: StepperStep, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4626
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: StepperStep, isStandalone: true, selector: "aeb-stepper-step", inputs: { initialIsActive: { classPropertyName: "initialIsActive", publicName: "initialIsActive", isSignal: true, isRequired: false, transformFunction: null }, initialIsCompleted: { classPropertyName: "initialIsCompleted", publicName: "initialIsCompleted", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, isValid: { classPropertyName: "isValid", publicName: "isValid", isSignal: true, isRequired: false, transformFunction: null }, showPrev: { classPropertyName: "showPrev", publicName: "showPrev", isSignal: true, isRequired: false, transformFunction: null }, showNext: { classPropertyName: "showNext", publicName: "showNext", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { nextClicked: "nextClicked", prevClicked: "prevClicked", completeClicked: "completeClicked" }, ngImport: i0, template: "@if (isActive) {\n<div>\n <ng-content />\n</div>\n}\n", encapsulation: i0.ViewEncapsulation.None }); }
4625
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: StepperStep, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4626
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: StepperStep, isStandalone: true, selector: "aeb-stepper-step", inputs: { initialIsActive: { classPropertyName: "initialIsActive", publicName: "initialIsActive", isSignal: true, isRequired: false, transformFunction: null }, initialIsCompleted: { classPropertyName: "initialIsCompleted", publicName: "initialIsCompleted", isSignal: true, isRequired: false, transformFunction: null }, title: { classPropertyName: "title", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, isValid: { classPropertyName: "isValid", publicName: "isValid", isSignal: true, isRequired: false, transformFunction: null }, showPrev: { classPropertyName: "showPrev", publicName: "showPrev", isSignal: true, isRequired: false, transformFunction: null }, showNext: { classPropertyName: "showNext", publicName: "showNext", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { nextClicked: "nextClicked", prevClicked: "prevClicked", completeClicked: "completeClicked" }, ngImport: i0, template: "@if (isActive) {\n<div>\n <ng-content />\n</div>\n}\n", encapsulation: i0.ViewEncapsulation.None }); }
4627
4627
  }
4628
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: StepperStep, decorators: [{
4628
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: StepperStep, decorators: [{
4629
4629
  type: Component,
4630
4630
  args: [{ selector: 'aeb-stepper-step', encapsulation: ViewEncapsulation.None, template: "@if (isActive) {\n<div>\n <ng-content />\n</div>\n}\n" }]
4631
- }], ctorParameters: () => [] });
4631
+ }], ctorParameters: () => [], propDecorators: { initialIsActive: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialIsActive", required: false }] }], initialIsCompleted: [{ type: i0.Input, args: [{ isSignal: true, alias: "initialIsCompleted", required: false }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], isValid: [{ type: i0.Input, args: [{ isSignal: true, alias: "isValid", required: false }] }], showPrev: [{ type: i0.Input, args: [{ isSignal: true, alias: "showPrev", required: false }] }], showNext: [{ type: i0.Input, args: [{ isSignal: true, alias: "showNext", required: false }] }], nextClicked: [{ type: i0.Output, args: ["nextClicked"] }], prevClicked: [{ type: i0.Output, args: ["prevClicked"] }], completeClicked: [{ type: i0.Output, args: ["completeClicked"] }] } });
4632
4632
 
4633
4633
  class Stepper {
4634
4634
  constructor() {
@@ -4701,20 +4701,20 @@ class Stepper {
4701
4701
  this.activeStep.isCompleted = true;
4702
4702
  this.goToNextStep();
4703
4703
  }
4704
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Stepper, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4705
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Stepper, isStandalone: true, selector: "aeb-stepper", inputs: { isDisabled: { classPropertyName: "isDisabled", publicName: "isDisabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stepChanged: "stepChanged" }, queries: [{ propertyName: "stepperSteps", predicate: StepperStep, isSignal: true }], ngImport: i0, template: "<div class=\"stepper\">\n <div class=\"stepper-steps\">\n @for (step of steps; track step; let i = $index) {\n <div\n class=\"stepper-step\"\n [ngStyle]=\"{ width: 100 / steps.length + '%' }\"\n [ngClass]=\"{\n active: step.isActive,\n completed: step.isCompleted,\n disabled: isDisabled()\n }\"\n >\n <div class=\"stepper-step-index\">\n @if (step.isCompleted) {\n <div>\n <svg\n width=\"28\"\n height=\"28\"\n viewBox=\"0 0 28 28\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M25.4674 5.47186C26.1505 6.12666 26.1805 7.21877 25.5345 7.91115L11.9594 22.4601C11.3279 23.1369 10.2805 23.1835 9.59296 22.5654L2.5728 16.2545C1.8694 15.6222 1.80492 14.5316 2.42878 13.8186C3.05264 13.1057 4.1286 13.0403 4.832 13.6726L10.6186 18.8746L23.0608 5.53988C23.7068 4.84751 24.7843 4.81705 25.4674 5.47186Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n </div>\n } @else {\n <span class=\"stepper-step-index--prefix\">\u0428\u0430\u0433</span>\n <span> {{ i + 1 }} </span>\n <span class=\"stepper-step-index--postfix\">\u0438\u0437 {{ steps.length }}</span>\n }\n </div>\n <div\n class=\"stepper-step-title\"\n [ngClass]=\"{\n disabled: isDisabled()\n }\"\n >\n {{ step.title() }}\n </div>\n </div>\n }\n <div class=\"stepper-steps-line\">\n @if (isDisabled() === false) {\n <div\n class=\"stepper-steps-line-active\"\n [ngStyle]=\"{\n width: screenWidth | lineWidth: steps.length : completedSteps.length\n }\"\n ></div>\n }\n </div>\n </div>\n <div class=\"stepper-steps-content\">\n <ng-content />\n </div>\n</div>\n", styles: [".stepper{-webkit-user-select:none;user-select:none}.stepper-steps{position:relative;display:flex}.stepper-steps-line{position:absolute;top:27px;right:0;left:0;width:66%;height:6px;margin:0 auto;overflow:hidden;background-color:var(--color-mono-100)}.stepper-steps-line-active{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-blue-500);transition:width,.4s}.stepper-step{position:relative;z-index:var(--z-dropdown);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.stepper-step-index{display:flex;flex-grow:0;flex-shrink:0;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:12px;font-size:var(--font-size-lm);font-weight:var(--font-weight-medium);color:var(--white-primary);background-color:var(--color-mono-100);border-radius:30px}.stepper-step-index>div{display:flex}.stepper-step-index>span:first-child+span{display:flex;align-items:center}.stepper-step-index--prefix,.stepper-step-index--postfix{display:none}.stepper-step-title{font-size:var(--font-size-s);font-style:normal;font-weight:var(--font-weight-regular);line-height:20px;color:var(--color-mono-300);text-align:center}.stepper-step-title.disabled{color:var(--color-mono-100)}.stepper-step.active .stepper-step-index{background-color:var(--color-blue-500)}.stepper-step.active .stepper-step-title{color:var(--color-blue-500)}.stepper-step.completed .stepper-step-index{background-color:var(--color-blue-500)}.stepper-step.disabled .stepper-step-index{background-color:var(--color-mono-100)}.stepper-step.disabled .stepper-step-title{color:var(--color-mono-100)}@media (max-width: 767px){.stepper-steps{height:78px}.stepper-steps-line{top:unset;bottom:0;width:100%;background-color:var(--color-mono-100);border-radius:3px}.stepper-steps-line-active{border-radius:3px}.stepper-step{display:none;width:auto!important}.stepper-step-index{width:auto;height:auto;margin-bottom:0;font-size:var(--font-size-s);font-weight:var(--font-weight-regular);line-height:22.4px;color:var(--color-blue-500);background-color:unset}.stepper-step-index--prefix,.stepper-step-index--postfix,.stepper-step-index>span:first-child+span{display:inline}.stepper-step-title{display:none}.stepper-step.active{display:block}.stepper-step.active .stepper-step-index{display:block;background-color:unset}.stepper-step.active .stepper-step-title{display:block;margin-top:8px;font-weight:var(--font-weight-medium);color:var(--color-mono-900);text-align:left}}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: LineWidthPipe, name: "lineWidth" }], encapsulation: i0.ViewEncapsulation.None }); }
4704
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Stepper, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4705
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Stepper, isStandalone: true, selector: "aeb-stepper", inputs: { isDisabled: { classPropertyName: "isDisabled", publicName: "isDisabled", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { stepChanged: "stepChanged" }, queries: [{ propertyName: "stepperSteps", predicate: StepperStep, isSignal: true }], ngImport: i0, template: "<div class=\"stepper\">\n <div class=\"stepper-steps\">\n @for (step of steps; track step; let i = $index) {\n <div\n class=\"stepper-step\"\n [ngStyle]=\"{ width: 100 / steps.length + '%' }\"\n [ngClass]=\"{\n active: step.isActive,\n completed: step.isCompleted,\n disabled: isDisabled()\n }\"\n >\n <div class=\"stepper-step-index\">\n @if (step.isCompleted) {\n <div>\n <svg\n width=\"28\"\n height=\"28\"\n viewBox=\"0 0 28 28\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M25.4674 5.47186C26.1505 6.12666 26.1805 7.21877 25.5345 7.91115L11.9594 22.4601C11.3279 23.1369 10.2805 23.1835 9.59296 22.5654L2.5728 16.2545C1.8694 15.6222 1.80492 14.5316 2.42878 13.8186C3.05264 13.1057 4.1286 13.0403 4.832 13.6726L10.6186 18.8746L23.0608 5.53988C23.7068 4.84751 24.7843 4.81705 25.4674 5.47186Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n </div>\n } @else {\n <span class=\"stepper-step-index--prefix\">\u0428\u0430\u0433</span>\n <span> {{ i + 1 }} </span>\n <span class=\"stepper-step-index--postfix\">\u0438\u0437 {{ steps.length }}</span>\n }\n </div>\n <div\n class=\"stepper-step-title\"\n [ngClass]=\"{\n disabled: isDisabled()\n }\"\n >\n {{ step.title() }}\n </div>\n </div>\n }\n <div class=\"stepper-steps-line\">\n @if (isDisabled() === false) {\n <div\n class=\"stepper-steps-line-active\"\n [ngStyle]=\"{\n width: screenWidth | lineWidth: steps.length : completedSteps.length\n }\"\n ></div>\n }\n </div>\n </div>\n <div class=\"stepper-steps-content\">\n <ng-content />\n </div>\n</div>\n", styles: [".stepper{-webkit-user-select:none;user-select:none}.stepper-steps{position:relative;display:flex}.stepper-steps-line{position:absolute;top:27px;right:0;left:0;width:66%;height:6px;margin:0 auto;overflow:hidden;background-color:var(--color-mono-100)}.stepper-steps-line-active{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-blue-500);transition:width,.4s}.stepper-step{position:relative;z-index:var(--z-dropdown);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.stepper-step-index{display:flex;flex-grow:0;flex-shrink:0;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:12px;font-size:var(--font-size-lm);font-weight:var(--font-weight-medium);color:var(--white-primary);background-color:var(--color-mono-100);border-radius:30px}.stepper-step-index>div{display:flex}.stepper-step-index>span:first-child+span{display:flex;align-items:center}.stepper-step-index--prefix,.stepper-step-index--postfix{display:none}.stepper-step-title{font-size:var(--font-size-s);font-style:normal;font-weight:var(--font-weight-regular);line-height:20px;color:var(--color-mono-300);text-align:center}.stepper-step-title.disabled{color:var(--color-mono-100)}.stepper-step.active .stepper-step-index{background-color:var(--color-blue-500)}.stepper-step.active .stepper-step-title{color:var(--color-blue-500)}.stepper-step.completed .stepper-step-index{background-color:var(--color-blue-500)}.stepper-step.disabled .stepper-step-index{background-color:var(--color-mono-100)}.stepper-step.disabled .stepper-step-title{color:var(--color-mono-100)}@media(max-width:767px){.stepper-steps{height:78px}.stepper-steps-line{top:unset;bottom:0;width:100%;background-color:var(--color-mono-100);border-radius:3px}.stepper-steps-line-active{border-radius:3px}.stepper-step{display:none;width:auto!important}.stepper-step-index{width:auto;height:auto;margin-bottom:0;font-size:var(--font-size-s);font-weight:var(--font-weight-regular);line-height:22.4px;color:var(--color-blue-500);background-color:unset}.stepper-step-index--prefix,.stepper-step-index--postfix,.stepper-step-index>span:first-child+span{display:inline}.stepper-step-title{display:none}.stepper-step.active{display:block}.stepper-step.active .stepper-step-index{display:block;background-color:unset}.stepper-step.active .stepper-step-title{display:block;margin-top:8px;font-weight:var(--font-weight-medium);color:var(--color-mono-900);text-align:left}}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: LineWidthPipe, name: "lineWidth" }], encapsulation: i0.ViewEncapsulation.None }); }
4706
4706
  }
4707
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Stepper, decorators: [{
4707
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Stepper, decorators: [{
4708
4708
  type: Component,
4709
- args: [{ selector: 'aeb-stepper', encapsulation: ViewEncapsulation.None, imports: [NgStyle, NgClass, LineWidthPipe], template: "<div class=\"stepper\">\n <div class=\"stepper-steps\">\n @for (step of steps; track step; let i = $index) {\n <div\n class=\"stepper-step\"\n [ngStyle]=\"{ width: 100 / steps.length + '%' }\"\n [ngClass]=\"{\n active: step.isActive,\n completed: step.isCompleted,\n disabled: isDisabled()\n }\"\n >\n <div class=\"stepper-step-index\">\n @if (step.isCompleted) {\n <div>\n <svg\n width=\"28\"\n height=\"28\"\n viewBox=\"0 0 28 28\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M25.4674 5.47186C26.1505 6.12666 26.1805 7.21877 25.5345 7.91115L11.9594 22.4601C11.3279 23.1369 10.2805 23.1835 9.59296 22.5654L2.5728 16.2545C1.8694 15.6222 1.80492 14.5316 2.42878 13.8186C3.05264 13.1057 4.1286 13.0403 4.832 13.6726L10.6186 18.8746L23.0608 5.53988C23.7068 4.84751 24.7843 4.81705 25.4674 5.47186Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n </div>\n } @else {\n <span class=\"stepper-step-index--prefix\">\u0428\u0430\u0433</span>\n <span> {{ i + 1 }} </span>\n <span class=\"stepper-step-index--postfix\">\u0438\u0437 {{ steps.length }}</span>\n }\n </div>\n <div\n class=\"stepper-step-title\"\n [ngClass]=\"{\n disabled: isDisabled()\n }\"\n >\n {{ step.title() }}\n </div>\n </div>\n }\n <div class=\"stepper-steps-line\">\n @if (isDisabled() === false) {\n <div\n class=\"stepper-steps-line-active\"\n [ngStyle]=\"{\n width: screenWidth | lineWidth: steps.length : completedSteps.length\n }\"\n ></div>\n }\n </div>\n </div>\n <div class=\"stepper-steps-content\">\n <ng-content />\n </div>\n</div>\n", styles: [".stepper{-webkit-user-select:none;user-select:none}.stepper-steps{position:relative;display:flex}.stepper-steps-line{position:absolute;top:27px;right:0;left:0;width:66%;height:6px;margin:0 auto;overflow:hidden;background-color:var(--color-mono-100)}.stepper-steps-line-active{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-blue-500);transition:width,.4s}.stepper-step{position:relative;z-index:var(--z-dropdown);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.stepper-step-index{display:flex;flex-grow:0;flex-shrink:0;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:12px;font-size:var(--font-size-lm);font-weight:var(--font-weight-medium);color:var(--white-primary);background-color:var(--color-mono-100);border-radius:30px}.stepper-step-index>div{display:flex}.stepper-step-index>span:first-child+span{display:flex;align-items:center}.stepper-step-index--prefix,.stepper-step-index--postfix{display:none}.stepper-step-title{font-size:var(--font-size-s);font-style:normal;font-weight:var(--font-weight-regular);line-height:20px;color:var(--color-mono-300);text-align:center}.stepper-step-title.disabled{color:var(--color-mono-100)}.stepper-step.active .stepper-step-index{background-color:var(--color-blue-500)}.stepper-step.active .stepper-step-title{color:var(--color-blue-500)}.stepper-step.completed .stepper-step-index{background-color:var(--color-blue-500)}.stepper-step.disabled .stepper-step-index{background-color:var(--color-mono-100)}.stepper-step.disabled .stepper-step-title{color:var(--color-mono-100)}@media (max-width: 767px){.stepper-steps{height:78px}.stepper-steps-line{top:unset;bottom:0;width:100%;background-color:var(--color-mono-100);border-radius:3px}.stepper-steps-line-active{border-radius:3px}.stepper-step{display:none;width:auto!important}.stepper-step-index{width:auto;height:auto;margin-bottom:0;font-size:var(--font-size-s);font-weight:var(--font-weight-regular);line-height:22.4px;color:var(--color-blue-500);background-color:unset}.stepper-step-index--prefix,.stepper-step-index--postfix,.stepper-step-index>span:first-child+span{display:inline}.stepper-step-title{display:none}.stepper-step.active{display:block}.stepper-step.active .stepper-step-index{display:block;background-color:unset}.stepper-step.active .stepper-step-title{display:block;margin-top:8px;font-weight:var(--font-weight-medium);color:var(--color-mono-900);text-align:left}}\n"] }]
4710
- }], ctorParameters: () => [] });
4709
+ args: [{ selector: 'aeb-stepper', encapsulation: ViewEncapsulation.None, imports: [NgStyle, NgClass, LineWidthPipe], template: "<div class=\"stepper\">\n <div class=\"stepper-steps\">\n @for (step of steps; track step; let i = $index) {\n <div\n class=\"stepper-step\"\n [ngStyle]=\"{ width: 100 / steps.length + '%' }\"\n [ngClass]=\"{\n active: step.isActive,\n completed: step.isCompleted,\n disabled: isDisabled()\n }\"\n >\n <div class=\"stepper-step-index\">\n @if (step.isCompleted) {\n <div>\n <svg\n width=\"28\"\n height=\"28\"\n viewBox=\"0 0 28 28\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M25.4674 5.47186C26.1505 6.12666 26.1805 7.21877 25.5345 7.91115L11.9594 22.4601C11.3279 23.1369 10.2805 23.1835 9.59296 22.5654L2.5728 16.2545C1.8694 15.6222 1.80492 14.5316 2.42878 13.8186C3.05264 13.1057 4.1286 13.0403 4.832 13.6726L10.6186 18.8746L23.0608 5.53988C23.7068 4.84751 24.7843 4.81705 25.4674 5.47186Z\"\n fill=\"#FAFAFA\"\n />\n </svg>\n </div>\n } @else {\n <span class=\"stepper-step-index--prefix\">\u0428\u0430\u0433</span>\n <span> {{ i + 1 }} </span>\n <span class=\"stepper-step-index--postfix\">\u0438\u0437 {{ steps.length }}</span>\n }\n </div>\n <div\n class=\"stepper-step-title\"\n [ngClass]=\"{\n disabled: isDisabled()\n }\"\n >\n {{ step.title() }}\n </div>\n </div>\n }\n <div class=\"stepper-steps-line\">\n @if (isDisabled() === false) {\n <div\n class=\"stepper-steps-line-active\"\n [ngStyle]=\"{\n width: screenWidth | lineWidth: steps.length : completedSteps.length\n }\"\n ></div>\n }\n </div>\n </div>\n <div class=\"stepper-steps-content\">\n <ng-content />\n </div>\n</div>\n", styles: [".stepper{-webkit-user-select:none;user-select:none}.stepper-steps{position:relative;display:flex}.stepper-steps-line{position:absolute;top:27px;right:0;left:0;width:66%;height:6px;margin:0 auto;overflow:hidden;background-color:var(--color-mono-100)}.stepper-steps-line-active{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-blue-500);transition:width,.4s}.stepper-step{position:relative;z-index:var(--z-dropdown);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.stepper-step-index{display:flex;flex-grow:0;flex-shrink:0;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:12px;font-size:var(--font-size-lm);font-weight:var(--font-weight-medium);color:var(--white-primary);background-color:var(--color-mono-100);border-radius:30px}.stepper-step-index>div{display:flex}.stepper-step-index>span:first-child+span{display:flex;align-items:center}.stepper-step-index--prefix,.stepper-step-index--postfix{display:none}.stepper-step-title{font-size:var(--font-size-s);font-style:normal;font-weight:var(--font-weight-regular);line-height:20px;color:var(--color-mono-300);text-align:center}.stepper-step-title.disabled{color:var(--color-mono-100)}.stepper-step.active .stepper-step-index{background-color:var(--color-blue-500)}.stepper-step.active .stepper-step-title{color:var(--color-blue-500)}.stepper-step.completed .stepper-step-index{background-color:var(--color-blue-500)}.stepper-step.disabled .stepper-step-index{background-color:var(--color-mono-100)}.stepper-step.disabled .stepper-step-title{color:var(--color-mono-100)}@media(max-width:767px){.stepper-steps{height:78px}.stepper-steps-line{top:unset;bottom:0;width:100%;background-color:var(--color-mono-100);border-radius:3px}.stepper-steps-line-active{border-radius:3px}.stepper-step{display:none;width:auto!important}.stepper-step-index{width:auto;height:auto;margin-bottom:0;font-size:var(--font-size-s);font-weight:var(--font-weight-regular);line-height:22.4px;color:var(--color-blue-500);background-color:unset}.stepper-step-index--prefix,.stepper-step-index--postfix,.stepper-step-index>span:first-child+span{display:inline}.stepper-step-title{display:none}.stepper-step.active{display:block}.stepper-step.active .stepper-step-index{display:block;background-color:unset}.stepper-step.active .stepper-step-title{display:block;margin-top:8px;font-weight:var(--font-weight-medium);color:var(--color-mono-900);text-align:left}}\n"] }]
4710
+ }], ctorParameters: () => [], propDecorators: { stepChanged: [{ type: i0.Output, args: ["stepChanged"] }], isDisabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "isDisabled", required: false }] }], stepperSteps: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => StepperStep), { isSignal: true }] }] } });
4711
4711
 
4712
4712
  class StepperModule {
4713
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4714
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: StepperModule, imports: [LineWidthPipe, Stepper, StepperStep], exports: [Stepper, StepperStep] }); }
4715
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: StepperModule }); }
4713
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4714
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: StepperModule, imports: [LineWidthPipe, Stepper, StepperStep], exports: [Stepper, StepperStep] }); }
4715
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: StepperModule }); }
4716
4716
  }
4717
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: StepperModule, decorators: [{
4717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: StepperModule, decorators: [{
4718
4718
  type: NgModule,
4719
4719
  args: [{
4720
4720
  imports: [LineWidthPipe, Stepper, StepperStep],
@@ -4733,10 +4733,10 @@ class FormatTablePipe {
4733
4733
  }
4734
4734
  return value;
4735
4735
  }
4736
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormatTablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4737
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: FormatTablePipe, isStandalone: true, name: "formatTable" }); }
4736
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormatTablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
4737
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: FormatTablePipe, isStandalone: true, name: "formatTable" }); }
4738
4738
  }
4739
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: FormatTablePipe, decorators: [{
4739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: FormatTablePipe, decorators: [{
4740
4740
  type: Pipe,
4741
4741
  args: [{ name: 'formatTable' }]
4742
4742
  }] });
@@ -4754,20 +4754,20 @@ class Table {
4754
4754
  };
4755
4755
  this.action.emit(userAction);
4756
4756
  }
4757
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Table, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4758
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Table, isStandalone: true, selector: "aeb-table", inputs: { tableConfig: { classPropertyName: "tableConfig", publicName: "tableConfig", isSignal: true, isRequired: false, transformFunction: null }, tableContent: { classPropertyName: "tableContent", publicName: "tableContent", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { action: "action" }, ngImport: i0, template: "<table class=\"table\">\n <thead>\n <tr>\n @for (columnHead of tableConfig().columns; track columnHead.dataField ||\n columnHead.title) {\n <th align=\"{{ columnHead.align || 'left' }}\" class=\"table-title\">\n {{ columnHead.title }}\n </th>\n }\n </tr>\n </thead>\n <tbody>\n @for (columnData of tableContent(); track columnData.id) {\n <tr>\n @for (columnHead of tableConfig().columns; track columnHead.dataField ||\n columnHead.title) {\n <td align=\"{{ columnHead.align || 'left' }}\">\n @switch (columnHead.dataField) { @case ('ROW_ACTION') {\n <div class=\"table-action\">\n @for (action of tableConfig().rowActions; track action.actionToPerform\n || action.logoImageUrl) {\n <img\n src=\"{{ action.logoImageUrl }}\"\n (click)=\"\n onRowActionClicked(action.actionToPerform, columnData.id)\n \"\n />\n }\n </div>\n } @case ('STATUS') {\n <div>\n @for (status of tableConfig().status; track status.label || $index;\n let i = $index) { @if ($any(columnData)[columnHead.dataProperty] ===\n i) {\n <div\n (click)=\"\n onRowActionClicked(\n columnHead.action || 'SHOW',\n columnData.id\n )\n \"\n class=\"table-status\"\n [style.color]=\"status.color\"\n >\n <img src=\"{{ status.iconUrl }}\" />\n <span>{{ status.label }}</span>\n </div>\n } }\n </div>\n } @default {\n <div\n (click)=\"\n onRowActionClicked(columnHead.action || 'SHOW', columnData.id)\n \"\n [innerHTML]=\"\n $any(columnData)[columnHead.dataProperty]\n | formatTable\n : columnHead.format?.type\n : columnHead.format?.placeholder\n : columnHead.format?.local\n \"\n ></div>\n } }\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", styles: [".table{width:100%}.table-title{padding:16px 0;font-size:var(--font-size-xs);font-style:normal;font-weight:var(--font-weight-regular);line-height:16px;color:var(--primary-gray)}.table tr td{padding:16px 0;font-size:var(--font-size-s);font-style:normal;font-weight:var(--font-weight-regular);line-height:20px;color:var(--primary-dark);cursor:pointer;border-top:1px solid var(--color-mono-50)}.table tr:last-child td{border-bottom:1px solid var(--color-mono-50)}.table-price{font-size:var(--font-size-s);font-weight:700;line-height:20px}.table-status{display:inline-flex}.table-status>span{margin-left:1rem}.table .table-action{display:flex;justify-content:flex-end}.table .table-action>div{padding:5px}\n"], dependencies: [{ kind: "pipe", type: FormatTablePipe, name: "formatTable" }], encapsulation: i0.ViewEncapsulation.None }); }
4757
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Table, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4758
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Table, isStandalone: true, selector: "aeb-table", inputs: { tableConfig: { classPropertyName: "tableConfig", publicName: "tableConfig", isSignal: true, isRequired: false, transformFunction: null }, tableContent: { classPropertyName: "tableContent", publicName: "tableContent", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { action: "action" }, ngImport: i0, template: "<table class=\"table\">\n <thead>\n <tr>\n @for (columnHead of tableConfig().columns; track columnHead.dataField ||\n columnHead.title) {\n <th align=\"{{ columnHead.align || 'left' }}\" class=\"table-title\">\n {{ columnHead.title }}\n </th>\n }\n </tr>\n </thead>\n <tbody>\n @for (columnData of tableContent(); track columnData.id) {\n <tr>\n @for (columnHead of tableConfig().columns; track columnHead.dataField ||\n columnHead.title) {\n <td align=\"{{ columnHead.align || 'left' }}\">\n @switch (columnHead.dataField) { @case ('ROW_ACTION') {\n <div class=\"table-action\">\n @for (action of tableConfig().rowActions; track action.actionToPerform\n || action.logoImageUrl) {\n <img\n src=\"{{ action.logoImageUrl }}\"\n (click)=\"\n onRowActionClicked(action.actionToPerform, columnData.id)\n \"\n />\n }\n </div>\n } @case ('STATUS') {\n <div>\n @for (status of tableConfig().status; track status.label || $index;\n let i = $index) { @if ($any(columnData)[columnHead.dataProperty] ===\n i) {\n <div\n (click)=\"\n onRowActionClicked(\n columnHead.action || 'SHOW',\n columnData.id\n )\n \"\n class=\"table-status\"\n [style.color]=\"status.color\"\n >\n <img src=\"{{ status.iconUrl }}\" />\n <span>{{ status.label }}</span>\n </div>\n } }\n </div>\n } @default {\n <div\n (click)=\"\n onRowActionClicked(columnHead.action || 'SHOW', columnData.id)\n \"\n [innerHTML]=\"\n $any(columnData)[columnHead.dataProperty]\n | formatTable\n : columnHead.format?.type\n : columnHead.format?.placeholder\n : columnHead.format?.local\n \"\n ></div>\n } }\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", styles: [".table{width:100%}.table-title{padding:16px 0;font-size:var(--font-size-xs);font-style:normal;font-weight:var(--font-weight-regular);line-height:16px;color:var(--primary-gray)}.table tr td{padding:16px 0;font-size:var(--font-size-s);font-style:normal;font-weight:var(--font-weight-regular);line-height:20px;color:var(--primary-dark);cursor:pointer;border-top:1px solid var(--color-mono-50)}.table tr:last-child td{border-bottom:1px solid var(--color-mono-50)}.table-price{font-size:var(--font-size-s);font-weight:700;line-height:20px}.table-status{display:inline-flex}.table-status>span{margin-left:1rem}.table .table-action{display:flex;justify-content:flex-end}.table .table-action>div{padding:5px}\n"], dependencies: [{ kind: "pipe", type: FormatTablePipe, name: "formatTable" }], encapsulation: i0.ViewEncapsulation.None }); }
4759
4759
  }
4760
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Table, decorators: [{
4760
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Table, decorators: [{
4761
4761
  type: Component,
4762
4762
  args: [{ selector: 'aeb-table', encapsulation: ViewEncapsulation.None, imports: [FormatTablePipe], template: "<table class=\"table\">\n <thead>\n <tr>\n @for (columnHead of tableConfig().columns; track columnHead.dataField ||\n columnHead.title) {\n <th align=\"{{ columnHead.align || 'left' }}\" class=\"table-title\">\n {{ columnHead.title }}\n </th>\n }\n </tr>\n </thead>\n <tbody>\n @for (columnData of tableContent(); track columnData.id) {\n <tr>\n @for (columnHead of tableConfig().columns; track columnHead.dataField ||\n columnHead.title) {\n <td align=\"{{ columnHead.align || 'left' }}\">\n @switch (columnHead.dataField) { @case ('ROW_ACTION') {\n <div class=\"table-action\">\n @for (action of tableConfig().rowActions; track action.actionToPerform\n || action.logoImageUrl) {\n <img\n src=\"{{ action.logoImageUrl }}\"\n (click)=\"\n onRowActionClicked(action.actionToPerform, columnData.id)\n \"\n />\n }\n </div>\n } @case ('STATUS') {\n <div>\n @for (status of tableConfig().status; track status.label || $index;\n let i = $index) { @if ($any(columnData)[columnHead.dataProperty] ===\n i) {\n <div\n (click)=\"\n onRowActionClicked(\n columnHead.action || 'SHOW',\n columnData.id\n )\n \"\n class=\"table-status\"\n [style.color]=\"status.color\"\n >\n <img src=\"{{ status.iconUrl }}\" />\n <span>{{ status.label }}</span>\n </div>\n } }\n </div>\n } @default {\n <div\n (click)=\"\n onRowActionClicked(columnHead.action || 'SHOW', columnData.id)\n \"\n [innerHTML]=\"\n $any(columnData)[columnHead.dataProperty]\n | formatTable\n : columnHead.format?.type\n : columnHead.format?.placeholder\n : columnHead.format?.local\n \"\n ></div>\n } }\n </td>\n }\n </tr>\n }\n </tbody>\n</table>\n", styles: [".table{width:100%}.table-title{padding:16px 0;font-size:var(--font-size-xs);font-style:normal;font-weight:var(--font-weight-regular);line-height:16px;color:var(--primary-gray)}.table tr td{padding:16px 0;font-size:var(--font-size-s);font-style:normal;font-weight:var(--font-weight-regular);line-height:20px;color:var(--primary-dark);cursor:pointer;border-top:1px solid var(--color-mono-50)}.table tr:last-child td{border-bottom:1px solid var(--color-mono-50)}.table-price{font-size:var(--font-size-s);font-weight:700;line-height:20px}.table-status{display:inline-flex}.table-status>span{margin-left:1rem}.table .table-action{display:flex;justify-content:flex-end}.table .table-action>div{padding:5px}\n"] }]
4763
- }] });
4763
+ }], propDecorators: { tableConfig: [{ type: i0.Input, args: [{ isSignal: true, alias: "tableConfig", required: false }] }], tableContent: [{ type: i0.Input, args: [{ isSignal: true, alias: "tableContent", required: false }] }], action: [{ type: i0.Output, args: ["action"] }] } });
4764
4764
 
4765
4765
  class TableModule {
4766
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4767
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: TableModule, imports: [Table, FormatTablePipe], exports: [Table] }); }
4768
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TableModule }); }
4766
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4767
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: TableModule, imports: [Table, FormatTablePipe], exports: [Table] }); }
4768
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TableModule }); }
4769
4769
  }
4770
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TableModule, decorators: [{
4770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TableModule, decorators: [{
4771
4771
  type: NgModule,
4772
4772
  args: [{
4773
4773
  imports: [Table, FormatTablePipe],
@@ -4778,15 +4778,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
4778
4778
  class TabDirective {
4779
4779
  constructor() {
4780
4780
  this.template = inject(TemplateRef);
4781
- this.name = input(undefined, ...(ngDevMode ? [{ debugName: "name", alias: 'aebTab' }] : [{ alias: 'aebTab' }]));
4781
+ this.name = input(undefined, { ...(ngDevMode ? { debugName: "name" } : {}), alias: 'aebTab' });
4782
4782
  }
4783
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TabDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4784
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.2.4", type: TabDirective, isStandalone: true, selector: "[aebTab]", inputs: { name: { classPropertyName: "name", publicName: "aebTab", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
4783
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TabDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4784
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.0.3", type: TabDirective, isStandalone: true, selector: "[aebTab]", inputs: { name: { classPropertyName: "name", publicName: "aebTab", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
4785
4785
  }
4786
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TabDirective, decorators: [{
4786
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TabDirective, decorators: [{
4787
4787
  type: Directive,
4788
4788
  args: [{ selector: '[aebTab]' }]
4789
- }] });
4789
+ }], propDecorators: { name: [{ type: i0.Input, args: [{ isSignal: true, alias: "aebTab", required: false }] }] } });
4790
4790
 
4791
4791
  class Tabs {
4792
4792
  constructor() {
@@ -4832,22 +4832,22 @@ class Tabs {
4832
4832
  this.currentTab = this.tabs()[tab];
4833
4833
  this.moveThumb(this.templateTabs()[tab].nativeElement);
4834
4834
  }
4835
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Tabs, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4836
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Tabs, isStandalone: true, selector: "aeb-tabs", inputs: { compactMode: { classPropertyName: "compactMode", publicName: "compactMode", isSignal: true, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null }, tab: { classPropertyName: "tab", publicName: "tab", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { tabChange: "tabChange" }, host: { listeners: { "window:resize": "redrawThumb()" } }, queries: [{ propertyName: "tabs", predicate: TabDirective, isSignal: true }], viewQueries: [{ propertyName: "templateTabs", predicate: ["rtab"], descendants: true, isSignal: true }, { propertyName: "thumb", first: true, predicate: ["thumb"], descendants: true, isSignal: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0, template: "<div\n #container\n class=\"aeb-tabs\"\n [ngClass]=\"{\n 'aeb-tabs--compact': compactMode()\n }\"\n>\n <div class=\"aeb-tabs__wrapper\">\n @for (tab of tabs(); track tab) {\n <div\n class=\"aeb-tabs__tab\"\n (click)=\"tabHandler($event, tab)\"\n [ngClass]=\"{\n 'aeb-tabs__tab--active': tab === currentTab\n }\"\n #rtab\n >\n {{ tab.name() }}\n </div>\n }\n </div>\n\n <div class=\"aeb-tabs__thumb\" #thumb></div>\n</div>\n\n@if (currentTab) {\n<ng-template [ngTemplateOutlet]=\"currentTab.template\" />\n}\n", styles: [".aeb-tabs{position:relative;width:100%;padding-bottom:2px;margin-bottom:25px;color:var(--color-mono-900);border-bottom:1px solid var(--color-mono-100)}.aeb-tabs__wrapper{display:flex;width:100%}.aeb-tabs__tab{box-sizing:border-box;padding-bottom:25px;margin-right:50px;cursor:pointer}.aeb-tabs__thumb{position:absolute;left:0;width:0;border-bottom:2px solid var(--color-blue-500);transition:left,width,.1s}.aeb-tabs--compact{padding-bottom:3px}.aeb-tabs--compact .aeb-tabs__tab{padding-bottom:0;margin-right:32px;margin-bottom:8px}.aeb-tabs--compact .aeb-tabs__tab--active{font-weight:var(--font-weight-medium)}.aeb-tabs--compact .aeb-tabs__thumb{border-bottom:4px solid var(--color-blue-500)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None }); }
4835
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Tabs, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4836
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Tabs, isStandalone: true, selector: "aeb-tabs", inputs: { compactMode: { classPropertyName: "compactMode", publicName: "compactMode", isSignal: true, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null }, tab: { classPropertyName: "tab", publicName: "tab", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { tabChange: "tabChange" }, host: { listeners: { "window:resize": "redrawThumb()" } }, queries: [{ propertyName: "tabs", predicate: TabDirective, isSignal: true }], viewQueries: [{ propertyName: "templateTabs", predicate: ["rtab"], descendants: true, isSignal: true }, { propertyName: "thumb", first: true, predicate: ["thumb"], descendants: true, isSignal: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true, isSignal: true }], usesOnChanges: true, ngImport: i0, template: "<div\n #container\n class=\"aeb-tabs\"\n [ngClass]=\"{\n 'aeb-tabs--compact': compactMode()\n }\"\n>\n <div class=\"aeb-tabs__wrapper\">\n @for (tab of tabs(); track tab) {\n <div\n class=\"aeb-tabs__tab\"\n (click)=\"tabHandler($event, tab)\"\n [ngClass]=\"{\n 'aeb-tabs__tab--active': tab === currentTab\n }\"\n #rtab\n >\n {{ tab.name() }}\n </div>\n }\n </div>\n\n <div class=\"aeb-tabs__thumb\" #thumb></div>\n</div>\n\n@if (currentTab) {\n<ng-template [ngTemplateOutlet]=\"currentTab.template\" />\n}\n", styles: [".aeb-tabs{position:relative;width:100%;padding-bottom:2px;margin-bottom:25px;color:var(--color-mono-900);border-bottom:1px solid var(--color-mono-100)}.aeb-tabs__wrapper{display:flex;width:100%}.aeb-tabs__tab{box-sizing:border-box;padding-bottom:25px;margin-right:50px;cursor:pointer}.aeb-tabs__thumb{position:absolute;left:0;width:0;border-bottom:2px solid var(--color-blue-500);transition:left,width,.1s}.aeb-tabs--compact{padding-bottom:3px}.aeb-tabs--compact .aeb-tabs__tab{padding-bottom:0;margin-right:32px;margin-bottom:8px}.aeb-tabs--compact .aeb-tabs__tab--active{font-weight:var(--font-weight-medium)}.aeb-tabs--compact .aeb-tabs__thumb{border-bottom:4px solid var(--color-blue-500)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None }); }
4837
4837
  }
4838
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Tabs, decorators: [{
4838
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Tabs, decorators: [{
4839
4839
  type: Component,
4840
4840
  args: [{ selector: 'aeb-tabs', encapsulation: ViewEncapsulation.None, imports: [NgClass, NgTemplateOutlet], host: {
4841
4841
  '(window:resize)': 'redrawThumb()'
4842
4842
  }, template: "<div\n #container\n class=\"aeb-tabs\"\n [ngClass]=\"{\n 'aeb-tabs--compact': compactMode()\n }\"\n>\n <div class=\"aeb-tabs__wrapper\">\n @for (tab of tabs(); track tab) {\n <div\n class=\"aeb-tabs__tab\"\n (click)=\"tabHandler($event, tab)\"\n [ngClass]=\"{\n 'aeb-tabs__tab--active': tab === currentTab\n }\"\n #rtab\n >\n {{ tab.name() }}\n </div>\n }\n </div>\n\n <div class=\"aeb-tabs__thumb\" #thumb></div>\n</div>\n\n@if (currentTab) {\n<ng-template [ngTemplateOutlet]=\"currentTab.template\" />\n}\n", styles: [".aeb-tabs{position:relative;width:100%;padding-bottom:2px;margin-bottom:25px;color:var(--color-mono-900);border-bottom:1px solid var(--color-mono-100)}.aeb-tabs__wrapper{display:flex;width:100%}.aeb-tabs__tab{box-sizing:border-box;padding-bottom:25px;margin-right:50px;cursor:pointer}.aeb-tabs__thumb{position:absolute;left:0;width:0;border-bottom:2px solid var(--color-blue-500);transition:left,width,.1s}.aeb-tabs--compact{padding-bottom:3px}.aeb-tabs--compact .aeb-tabs__tab{padding-bottom:0;margin-right:32px;margin-bottom:8px}.aeb-tabs--compact .aeb-tabs__tab--active{font-weight:var(--font-weight-medium)}.aeb-tabs--compact .aeb-tabs__thumb{border-bottom:4px solid var(--color-blue-500)}\n"] }]
4843
- }] });
4843
+ }], propDecorators: { tabs: [{ type: i0.ContentChildren, args: [i0.forwardRef(() => TabDirective), { isSignal: true }] }], templateTabs: [{ type: i0.ViewChildren, args: ['rtab', { isSignal: true }] }], thumb: [{ type: i0.ViewChild, args: ['thumb', { isSignal: true }] }], container: [{ type: i0.ViewChild, args: ['container', { isSignal: true }] }], compactMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "compactMode", required: false }] }], collapsed: [{ type: i0.Input, args: [{ isSignal: true, alias: "collapsed", required: false }] }], tab: [{ type: i0.Input, args: [{ isSignal: true, alias: "tab", required: false }] }], tabChange: [{ type: i0.Output, args: ["tabChange"] }] } });
4844
4844
 
4845
4845
  class TabsModule {
4846
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4847
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: TabsModule, imports: [Tabs, TabDirective], exports: [Tabs, TabDirective] }); }
4848
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TabsModule }); }
4846
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4847
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: TabsModule, imports: [Tabs, TabDirective], exports: [Tabs, TabDirective] }); }
4848
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TabsModule }); }
4849
4849
  }
4850
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TabsModule, decorators: [{
4850
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TabsModule, decorators: [{
4851
4851
  type: NgModule,
4852
4852
  args: [{
4853
4853
  imports: [Tabs, TabDirective],
@@ -4860,20 +4860,20 @@ class TagTab {
4860
4860
  this.isActive = input(false, ...(ngDevMode ? [{ debugName: "isActive" }] : []));
4861
4861
  this.label = input('', ...(ngDevMode ? [{ debugName: "label" }] : []));
4862
4862
  }
4863
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TagTab, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4864
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.2.4", type: TagTab, isStandalone: true, selector: "aeb-tag-tab", inputs: { isActive: { classPropertyName: "isActive", publicName: "isActive", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"tag\" [ngClass]=\"{ 'tag--active': isActive() }\">{{ label() }}</div>\n", styles: [".tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:space-around;height:48px;padding:14px 24px;margin-right:16px;font-size:var(--font-size-s);line-height:20px;color:var(--color-blue-500);vertical-align:baseline;cursor:pointer;background:var(--color-mono-0);border:var(--border-skinny) solid var(--color-blue-500);border-radius:64px}.tag--active{color:var(--color-mono-0);background:var(--color-blue-500)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None }); }
4863
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TagTab, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4864
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.3", type: TagTab, isStandalone: true, selector: "aeb-tag-tab", inputs: { isActive: { classPropertyName: "isActive", publicName: "isActive", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"tag\" [ngClass]=\"{ 'tag--active': isActive() }\">{{ label() }}</div>\n", styles: [".tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:space-around;height:48px;padding:14px 24px;margin-right:16px;font-size:var(--font-size-s);line-height:20px;color:var(--color-blue-500);vertical-align:baseline;cursor:pointer;background:var(--color-mono-0);border:var(--border-skinny) solid var(--color-blue-500);border-radius:64px}.tag--active{color:var(--color-mono-0);background:var(--color-blue-500)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None }); }
4865
4865
  }
4866
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TagTab, decorators: [{
4866
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TagTab, decorators: [{
4867
4867
  type: Component,
4868
4868
  args: [{ selector: 'aeb-tag-tab', encapsulation: ViewEncapsulation.None, imports: [NgClass], template: "<div class=\"tag\" [ngClass]=\"{ 'tag--active': isActive() }\">{{ label() }}</div>\n", styles: [".tag{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:space-around;height:48px;padding:14px 24px;margin-right:16px;font-size:var(--font-size-s);line-height:20px;color:var(--color-blue-500);vertical-align:baseline;cursor:pointer;background:var(--color-mono-0);border:var(--border-skinny) solid var(--color-blue-500);border-radius:64px}.tag--active{color:var(--color-mono-0);background:var(--color-blue-500)}\n"] }]
4869
- }] });
4869
+ }], propDecorators: { isActive: [{ type: i0.Input, args: [{ isSignal: true, alias: "isActive", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] } });
4870
4870
 
4871
4871
  class TagTabModule {
4872
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TagTabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4873
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: TagTabModule, imports: [TagTab], exports: [TagTab] }); }
4874
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TagTabModule }); }
4872
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TagTabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4873
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: TagTabModule, imports: [TagTab], exports: [TagTab] }); }
4874
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TagTabModule }); }
4875
4875
  }
4876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: TagTabModule, decorators: [{
4876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: TagTabModule, decorators: [{
4877
4877
  type: NgModule,
4878
4878
  args: [{
4879
4879
  imports: [TagTab],
@@ -4882,49 +4882,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
4882
4882
  }] });
4883
4883
 
4884
4884
  class SpanTitleDirective {
4885
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SpanTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4886
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.4", type: SpanTitleDirective, isStandalone: true, selector: "span[title]", host: { classAttribute: "aeb-visa-title" }, ngImport: i0 }); }
4885
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SpanTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4886
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.3", type: SpanTitleDirective, isStandalone: true, selector: "span[title]", host: { classAttribute: "aeb-visa-title" }, ngImport: i0 }); }
4887
4887
  }
4888
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SpanTitleDirective, decorators: [{
4888
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SpanTitleDirective, decorators: [{
4889
4889
  type: Directive,
4890
4890
  args: [{ selector: 'span[title]', host: { class: 'aeb-visa-title' } }]
4891
4891
  }] });
4892
4892
  class SpanSubtitleDirective {
4893
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SpanSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4894
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.2.4", type: SpanSubtitleDirective, isStandalone: true, selector: "span[subtitle]", host: { classAttribute: "aeb-visa-subtitle" }, ngImport: i0 }); }
4893
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SpanSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
4894
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.3", type: SpanSubtitleDirective, isStandalone: true, selector: "span[subtitle]", host: { classAttribute: "aeb-visa-subtitle" }, ngImport: i0 }); }
4895
4895
  }
4896
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SpanSubtitleDirective, decorators: [{
4896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SpanSubtitleDirective, decorators: [{
4897
4897
  type: Directive,
4898
4898
  args: [{ selector: 'span[subtitle]', host: { class: 'aeb-visa-subtitle' } }]
4899
4899
  }] });
4900
4900
 
4901
4901
  class Visa {
4902
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Visa, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4903
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.2.4", type: Visa, isStandalone: true, selector: "aeb-visa", ngImport: i0, template: "<div class=\"aeb-visa\">\n <h3>\u0412\u0438\u0437\u044B</h3>\n <div class=\"aeb-visa-timeline\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-visa{box-sizing:border-box;width:100%;padding:24px 22px;color:var(--color-mono-900);background:var(--color-mono-0);border-radius:var(--border-base-rounded)}.aeb-visa>h3{margin:0;font-size:var(--font-size-md);font-weight:700;line-height:23px}.aeb-visa .aeb-visa-timeline{margin-top:3rem}.aeb-visa .aeb-visa-timeline>aeb-visa-item{display:flex;margin-bottom:2rem}.aeb-visa .aeb-visa-timeline aeb-visa-item:last-child{margin-bottom:0}.aeb-visa .aeb-visa-timeline aeb-visa-item:last-child .aeb-visa-progress{display:none}.aeb-visa .aeb-visa-timeline .aeb-visa-icon{position:relative;z-index:var(--z-dropdown);display:block;flex:none;width:20px;height:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-icon>svg{width:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-progress{position:relative;top:-9px;left:9px;z-index:-1;width:2px;height:70px;background:#e7eaec}.aeb-visa .aeb-visa-timeline .aeb-visa-progress.agreed{background:var(--color-green-500)}.aeb-visa .aeb-visa-timeline .aeb-visa-title{font-size:var(--font-size-s);line-height:22px;color:var(--color-mono-900)}.aeb-visa .aeb-visa-timeline .aeb-visa-status{margin-left:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-status.isReturned .aeb-visa-title{color:var(--color-red-500)}.aeb-visa .aeb-visa-timeline .aeb-visa-status.isAgreed .aeb-visa-title{color:var(--color-green-500)}.aeb-visa-subtitle{display:block;font-size:var(--font-size-s);font-weight:var(--font-weight-regular);line-height:22px;color:#9ca8af}@media (max-width: 767px){.aeb-visa>h3{font-size:var(--font-size-xs)}}\n"], encapsulation: i0.ViewEncapsulation.None }); }
4902
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Visa, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4903
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: Visa, isStandalone: true, selector: "aeb-visa", ngImport: i0, template: "<div class=\"aeb-visa\">\n <h3>\u0412\u0438\u0437\u044B</h3>\n <div class=\"aeb-visa-timeline\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-visa{box-sizing:border-box;width:100%;padding:24px 22px;color:var(--color-mono-900);background:var(--color-mono-0);border-radius:var(--border-base-rounded)}.aeb-visa>h3{margin:0;font-size:var(--font-size-md);font-weight:700;line-height:23px}.aeb-visa .aeb-visa-timeline{margin-top:3rem}.aeb-visa .aeb-visa-timeline>aeb-visa-item{display:flex;margin-bottom:2rem}.aeb-visa .aeb-visa-timeline aeb-visa-item:last-child{margin-bottom:0}.aeb-visa .aeb-visa-timeline aeb-visa-item:last-child .aeb-visa-progress{display:none}.aeb-visa .aeb-visa-timeline .aeb-visa-icon{position:relative;z-index:var(--z-dropdown);display:block;flex:none;width:20px;height:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-icon>svg{width:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-progress{position:relative;top:-9px;left:9px;z-index:-1;width:2px;height:70px;background:#e7eaec}.aeb-visa .aeb-visa-timeline .aeb-visa-progress.agreed{background:var(--color-green-500)}.aeb-visa .aeb-visa-timeline .aeb-visa-title{font-size:var(--font-size-s);line-height:22px;color:var(--color-mono-900)}.aeb-visa .aeb-visa-timeline .aeb-visa-status{margin-left:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-status.isReturned .aeb-visa-title{color:var(--color-red-500)}.aeb-visa .aeb-visa-timeline .aeb-visa-status.isAgreed .aeb-visa-title{color:var(--color-green-500)}.aeb-visa-subtitle{display:block;font-size:var(--font-size-s);font-weight:var(--font-weight-regular);line-height:22px;color:#9ca8af}@media(max-width:767px){.aeb-visa>h3{font-size:var(--font-size-xs)}}\n"], encapsulation: i0.ViewEncapsulation.None }); }
4904
4904
  }
4905
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Visa, decorators: [{
4905
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Visa, decorators: [{
4906
4906
  type: Component,
4907
- args: [{ selector: 'aeb-visa', encapsulation: ViewEncapsulation.None, template: "<div class=\"aeb-visa\">\n <h3>\u0412\u0438\u0437\u044B</h3>\n <div class=\"aeb-visa-timeline\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-visa{box-sizing:border-box;width:100%;padding:24px 22px;color:var(--color-mono-900);background:var(--color-mono-0);border-radius:var(--border-base-rounded)}.aeb-visa>h3{margin:0;font-size:var(--font-size-md);font-weight:700;line-height:23px}.aeb-visa .aeb-visa-timeline{margin-top:3rem}.aeb-visa .aeb-visa-timeline>aeb-visa-item{display:flex;margin-bottom:2rem}.aeb-visa .aeb-visa-timeline aeb-visa-item:last-child{margin-bottom:0}.aeb-visa .aeb-visa-timeline aeb-visa-item:last-child .aeb-visa-progress{display:none}.aeb-visa .aeb-visa-timeline .aeb-visa-icon{position:relative;z-index:var(--z-dropdown);display:block;flex:none;width:20px;height:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-icon>svg{width:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-progress{position:relative;top:-9px;left:9px;z-index:-1;width:2px;height:70px;background:#e7eaec}.aeb-visa .aeb-visa-timeline .aeb-visa-progress.agreed{background:var(--color-green-500)}.aeb-visa .aeb-visa-timeline .aeb-visa-title{font-size:var(--font-size-s);line-height:22px;color:var(--color-mono-900)}.aeb-visa .aeb-visa-timeline .aeb-visa-status{margin-left:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-status.isReturned .aeb-visa-title{color:var(--color-red-500)}.aeb-visa .aeb-visa-timeline .aeb-visa-status.isAgreed .aeb-visa-title{color:var(--color-green-500)}.aeb-visa-subtitle{display:block;font-size:var(--font-size-s);font-weight:var(--font-weight-regular);line-height:22px;color:#9ca8af}@media (max-width: 767px){.aeb-visa>h3{font-size:var(--font-size-xs)}}\n"] }]
4907
+ args: [{ selector: 'aeb-visa', encapsulation: ViewEncapsulation.None, template: "<div class=\"aeb-visa\">\n <h3>\u0412\u0438\u0437\u044B</h3>\n <div class=\"aeb-visa-timeline\">\n <ng-content />\n </div>\n</div>\n", styles: [".aeb-visa{box-sizing:border-box;width:100%;padding:24px 22px;color:var(--color-mono-900);background:var(--color-mono-0);border-radius:var(--border-base-rounded)}.aeb-visa>h3{margin:0;font-size:var(--font-size-md);font-weight:700;line-height:23px}.aeb-visa .aeb-visa-timeline{margin-top:3rem}.aeb-visa .aeb-visa-timeline>aeb-visa-item{display:flex;margin-bottom:2rem}.aeb-visa .aeb-visa-timeline aeb-visa-item:last-child{margin-bottom:0}.aeb-visa .aeb-visa-timeline aeb-visa-item:last-child .aeb-visa-progress{display:none}.aeb-visa .aeb-visa-timeline .aeb-visa-icon{position:relative;z-index:var(--z-dropdown);display:block;flex:none;width:20px;height:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-icon>svg{width:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-progress{position:relative;top:-9px;left:9px;z-index:-1;width:2px;height:70px;background:#e7eaec}.aeb-visa .aeb-visa-timeline .aeb-visa-progress.agreed{background:var(--color-green-500)}.aeb-visa .aeb-visa-timeline .aeb-visa-title{font-size:var(--font-size-s);line-height:22px;color:var(--color-mono-900)}.aeb-visa .aeb-visa-timeline .aeb-visa-status{margin-left:20px}.aeb-visa .aeb-visa-timeline .aeb-visa-status.isReturned .aeb-visa-title{color:var(--color-red-500)}.aeb-visa .aeb-visa-timeline .aeb-visa-status.isAgreed .aeb-visa-title{color:var(--color-green-500)}.aeb-visa-subtitle{display:block;font-size:var(--font-size-s);font-weight:var(--font-weight-regular);line-height:22px;color:#9ca8af}@media(max-width:767px){.aeb-visa>h3{font-size:var(--font-size-xs)}}\n"] }]
4908
4908
  }] });
4909
4909
 
4910
4910
  class VisaItem {
4911
4911
  constructor() {
4912
4912
  this.status = input('isReturned', ...(ngDevMode ? [{ debugName: "status" }] : []));
4913
4913
  }
4914
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: VisaItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4915
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: VisaItem, isStandalone: true, selector: "aeb-visa-item", inputs: { status: { classPropertyName: "status", publicName: "status", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"aeb-visa-icon\">\n @switch (status()) { @case ('isReturned') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#FF3055\" />\n <rect\n x=\"5\"\n y=\"5.88379\"\n width=\"1.75\"\n height=\"12.5\"\n rx=\"0.875\"\n transform=\"rotate(-45 5 5.88379)\"\n fill=\"white\"\n />\n <rect\n width=\"1.75\"\n height=\"12.5\"\n rx=\"0.875\"\n transform=\"matrix(-0.707107 -0.707107 -0.707107 0.707107 14.7229 5.88379)\"\n fill=\"white\"\n />\n </svg>\n <div class=\"aeb-visa-progress\"></div>\n } @case ('isAgreed') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M10.0283 0.0283264C4.5298 0.0127068 0.0439644 4.47313 0.0283447 9.97167C0.012725 15.4702 4.47315 19.9561 9.97169 19.9717C15.4702 19.9873 19.9561 15.5269 19.9717 10.0283C19.9873 4.52978 15.5269 0.0439461 10.0283 0.0283264Z\"\n fill=\"#00BF41\"\n />\n <path\n d=\"M13.109 6.98264L9.52446 11.2591L7.67997 9.40447C7.35682 9.07906 6.82998 9.07756 6.50498 9.40114C6.17956 9.72471 6.17807 10.2507 6.50164 10.5761L8.98748 13.0761C9.14367 13.2328 9.35491 13.3206 9.5747 13.3213C9.58716 13.3213 9.60004 13.3213 9.61251 13.3205C9.84563 13.3108 10.0641 13.203 10.2141 13.0239L14.3832 8.04991C14.6779 7.69799 14.6316 7.17435 14.2801 6.87918C13.9282 6.58485 13.4037 6.63072 13.109 6.98264Z\"\n fill=\"white\"\n />\n </svg>\n <div class=\"aeb-visa-progress agreed\"></div>\n } @case ('isProgress') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#E7EAEC\" />\n <path\n d=\"M10 3C6.1402 3 3 6.1402 3 10C3 13.8598 6.1402 17 10 17C13.8598 17 17 13.8598 17 10C17 6.1402 13.8598 3 10 3ZM10 15.5105C6.96153 15.5105 4.48934 13.0386 4.48934 10C4.48934 6.96138 6.96153 4.48948 10 4.48948C13.0385 4.48948 15.5107 6.96138 15.5107 10C15.5107 13.0386 13.0385 15.5105 10 15.5105Z\"\n fill=\"white\"\n />\n <path\n d=\"M13.4088 9.95425H10.1823V6.52288C10.1823 6.23412 9.91762 6 9.59116 6C9.26469 6 9 6.23412 9 6.52288V10.4771C9 10.7659 9.26469 11 9.59116 11H13.4088C13.7353 11 14 10.7659 14 10.4771C14 10.1884 13.7353 9.95425 13.4088 9.95425Z\"\n fill=\"white\"\n stroke=\"white\"\n stroke-width=\"0.3\"\n />\n </svg>\n <div class=\"aeb-visa-progress\"></div>\n } }\n</div>\n<div class=\"aeb-visa-status {{ status() }}\">\n <ng-content />\n</div>\n", encapsulation: i0.ViewEncapsulation.None }); }
4914
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: VisaItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
4915
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: VisaItem, isStandalone: true, selector: "aeb-visa-item", inputs: { status: { classPropertyName: "status", publicName: "status", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div class=\"aeb-visa-icon\">\n @switch (status()) { @case ('isReturned') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#FF3055\" />\n <rect\n x=\"5\"\n y=\"5.88379\"\n width=\"1.75\"\n height=\"12.5\"\n rx=\"0.875\"\n transform=\"rotate(-45 5 5.88379)\"\n fill=\"white\"\n />\n <rect\n width=\"1.75\"\n height=\"12.5\"\n rx=\"0.875\"\n transform=\"matrix(-0.707107 -0.707107 -0.707107 0.707107 14.7229 5.88379)\"\n fill=\"white\"\n />\n </svg>\n <div class=\"aeb-visa-progress\"></div>\n } @case ('isAgreed') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M10.0283 0.0283264C4.5298 0.0127068 0.0439644 4.47313 0.0283447 9.97167C0.012725 15.4702 4.47315 19.9561 9.97169 19.9717C15.4702 19.9873 19.9561 15.5269 19.9717 10.0283C19.9873 4.52978 15.5269 0.0439461 10.0283 0.0283264Z\"\n fill=\"#00BF41\"\n />\n <path\n d=\"M13.109 6.98264L9.52446 11.2591L7.67997 9.40447C7.35682 9.07906 6.82998 9.07756 6.50498 9.40114C6.17956 9.72471 6.17807 10.2507 6.50164 10.5761L8.98748 13.0761C9.14367 13.2328 9.35491 13.3206 9.5747 13.3213C9.58716 13.3213 9.60004 13.3213 9.61251 13.3205C9.84563 13.3108 10.0641 13.203 10.2141 13.0239L14.3832 8.04991C14.6779 7.69799 14.6316 7.17435 14.2801 6.87918C13.9282 6.58485 13.4037 6.63072 13.109 6.98264Z\"\n fill=\"white\"\n />\n </svg>\n <div class=\"aeb-visa-progress agreed\"></div>\n } @case ('isProgress') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#E7EAEC\" />\n <path\n d=\"M10 3C6.1402 3 3 6.1402 3 10C3 13.8598 6.1402 17 10 17C13.8598 17 17 13.8598 17 10C17 6.1402 13.8598 3 10 3ZM10 15.5105C6.96153 15.5105 4.48934 13.0386 4.48934 10C4.48934 6.96138 6.96153 4.48948 10 4.48948C13.0385 4.48948 15.5107 6.96138 15.5107 10C15.5107 13.0386 13.0385 15.5105 10 15.5105Z\"\n fill=\"white\"\n />\n <path\n d=\"M13.4088 9.95425H10.1823V6.52288C10.1823 6.23412 9.91762 6 9.59116 6C9.26469 6 9 6.23412 9 6.52288V10.4771C9 10.7659 9.26469 11 9.59116 11H13.4088C13.7353 11 14 10.7659 14 10.4771C14 10.1884 13.7353 9.95425 13.4088 9.95425Z\"\n fill=\"white\"\n stroke=\"white\"\n stroke-width=\"0.3\"\n />\n </svg>\n <div class=\"aeb-visa-progress\"></div>\n } }\n</div>\n<div class=\"aeb-visa-status {{ status() }}\">\n <ng-content />\n</div>\n", encapsulation: i0.ViewEncapsulation.None }); }
4916
4916
  }
4917
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: VisaItem, decorators: [{
4917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: VisaItem, decorators: [{
4918
4918
  type: Component,
4919
4919
  args: [{ selector: 'aeb-visa-item', encapsulation: ViewEncapsulation.None, template: "<div class=\"aeb-visa-icon\">\n @switch (status()) { @case ('isReturned') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#FF3055\" />\n <rect\n x=\"5\"\n y=\"5.88379\"\n width=\"1.75\"\n height=\"12.5\"\n rx=\"0.875\"\n transform=\"rotate(-45 5 5.88379)\"\n fill=\"white\"\n />\n <rect\n width=\"1.75\"\n height=\"12.5\"\n rx=\"0.875\"\n transform=\"matrix(-0.707107 -0.707107 -0.707107 0.707107 14.7229 5.88379)\"\n fill=\"white\"\n />\n </svg>\n <div class=\"aeb-visa-progress\"></div>\n } @case ('isAgreed') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M10.0283 0.0283264C4.5298 0.0127068 0.0439644 4.47313 0.0283447 9.97167C0.012725 15.4702 4.47315 19.9561 9.97169 19.9717C15.4702 19.9873 19.9561 15.5269 19.9717 10.0283C19.9873 4.52978 15.5269 0.0439461 10.0283 0.0283264Z\"\n fill=\"#00BF41\"\n />\n <path\n d=\"M13.109 6.98264L9.52446 11.2591L7.67997 9.40447C7.35682 9.07906 6.82998 9.07756 6.50498 9.40114C6.17956 9.72471 6.17807 10.2507 6.50164 10.5761L8.98748 13.0761C9.14367 13.2328 9.35491 13.3206 9.5747 13.3213C9.58716 13.3213 9.60004 13.3213 9.61251 13.3205C9.84563 13.3108 10.0641 13.203 10.2141 13.0239L14.3832 8.04991C14.6779 7.69799 14.6316 7.17435 14.2801 6.87918C13.9282 6.58485 13.4037 6.63072 13.109 6.98264Z\"\n fill=\"white\"\n />\n </svg>\n <div class=\"aeb-visa-progress agreed\"></div>\n } @case ('isProgress') {\n <svg viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"10\" cy=\"10\" r=\"10\" fill=\"#E7EAEC\" />\n <path\n d=\"M10 3C6.1402 3 3 6.1402 3 10C3 13.8598 6.1402 17 10 17C13.8598 17 17 13.8598 17 10C17 6.1402 13.8598 3 10 3ZM10 15.5105C6.96153 15.5105 4.48934 13.0386 4.48934 10C4.48934 6.96138 6.96153 4.48948 10 4.48948C13.0385 4.48948 15.5107 6.96138 15.5107 10C15.5107 13.0386 13.0385 15.5105 10 15.5105Z\"\n fill=\"white\"\n />\n <path\n d=\"M13.4088 9.95425H10.1823V6.52288C10.1823 6.23412 9.91762 6 9.59116 6C9.26469 6 9 6.23412 9 6.52288V10.4771C9 10.7659 9.26469 11 9.59116 11H13.4088C13.7353 11 14 10.7659 14 10.4771C14 10.1884 13.7353 9.95425 13.4088 9.95425Z\"\n fill=\"white\"\n stroke=\"white\"\n stroke-width=\"0.3\"\n />\n </svg>\n <div class=\"aeb-visa-progress\"></div>\n } }\n</div>\n<div class=\"aeb-visa-status {{ status() }}\">\n <ng-content />\n</div>\n" }]
4920
- }] });
4920
+ }], propDecorators: { status: [{ type: i0.Input, args: [{ isSignal: true, alias: "status", required: false }] }] } });
4921
4921
 
4922
4922
  class VisaModule {
4923
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: VisaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4924
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: VisaModule, imports: [Visa, VisaItem, SpanTitleDirective, SpanSubtitleDirective], exports: [Visa, VisaItem, SpanTitleDirective, SpanSubtitleDirective] }); }
4925
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: VisaModule }); }
4923
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: VisaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4924
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: VisaModule, imports: [Visa, VisaItem, SpanTitleDirective, SpanSubtitleDirective], exports: [Visa, VisaItem, SpanTitleDirective, SpanSubtitleDirective] }); }
4925
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: VisaModule }); }
4926
4926
  }
4927
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: VisaModule, decorators: [{
4927
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: VisaModule, decorators: [{
4928
4928
  type: NgModule,
4929
4929
  args: [{
4930
4930
  imports: [Visa, VisaItem, SpanTitleDirective, SpanSubtitleDirective],
@@ -4933,8 +4933,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
4933
4933
  }] });
4934
4934
 
4935
4935
  class AebUiKitModule {
4936
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AebUiKitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4937
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AebUiKitModule, imports: [ButtonModule,
4936
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AebUiKitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
4937
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: AebUiKitModule, imports: [ButtonModule,
4938
4938
  CodeInputModule,
4939
4939
  CheckboxModule,
4940
4940
  HeaderModule,
@@ -5000,7 +5000,7 @@ class AebUiKitModule {
5000
5000
  DropdownMenuModule,
5001
5001
  TableModule,
5002
5002
  ModalModule] }); }
5003
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AebUiKitModule, imports: [ButtonModule,
5003
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AebUiKitModule, imports: [ButtonModule,
5004
5004
  CodeInputModule,
5005
5005
  CheckboxModule,
5006
5006
  HeaderModule,
@@ -5067,7 +5067,7 @@ class AebUiKitModule {
5067
5067
  TableModule,
5068
5068
  ModalModule] }); }
5069
5069
  }
5070
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AebUiKitModule, decorators: [{
5070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: AebUiKitModule, decorators: [{
5071
5071
  type: NgModule,
5072
5072
  args: [{
5073
5073
  imports: [
@@ -5220,8 +5220,8 @@ class Switch {
5220
5220
  this._renderer.setProperty(el, 'checked', this.checked);
5221
5221
  this._renderer.setAttribute(el, 'aria-checked', String(this.checked));
5222
5222
  }
5223
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Switch, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5224
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.2.4", type: Switch, isStandalone: true, selector: "aeb-switch", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, warning: { classPropertyName: "warning", publicName: "warning", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { changed: "changed" }, host: { listeners: { "click": "toggle($event)", "keydown.space": "onSpace($event)", "mousedown": "onPressStart()", "mouseup": "onPressEndMouseUp()", "mouseout": "onPressEndMouseOut()" }, properties: { "attr.role": "\"switch\"", "attr.aria-checked": "checked", "class.switch--warning": "isWarningOrInvalid" }, classAttribute: "switch" }, providers: [
5223
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Switch, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5224
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: Switch, isStandalone: true, selector: "aeb-switch", inputs: { id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, warning: { classPropertyName: "warning", publicName: "warning", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { changed: "changed" }, host: { listeners: { "click": "toggle($event)", "keydown.space": "onSpace($event)", "mousedown": "onPressStart()", "mouseup": "onPressEndMouseUp()", "mouseout": "onPressEndMouseOut()" }, properties: { "attr.role": "\"switch\"", "attr.aria-checked": "checked", "class.switch--warning": "isWarningOrInvalid" }, classAttribute: "switch" }, providers: [
5225
5225
  {
5226
5226
  provide: NG_VALUE_ACCESSOR,
5227
5227
  useExisting: forwardRef(() => Switch),
@@ -5229,7 +5229,7 @@ class Switch {
5229
5229
  }
5230
5230
  ], viewQueries: [{ propertyName: "switchInput", first: true, predicate: ["switchInput"], descendants: true, isSignal: true }], ngImport: i0, template: "<div class=\"switch-wrapper\">\n <label\n class=\"switch\"\n [class.switch--checked]=\"checked\"\n [class.switch--warning]=\"warning() || ngControl?.status === 'INVALID'\"\n [class.switch--disabled]=\"disabled\"\n [class.switch--pressed]=\"pressed\"\n tabindex=\"0\"\n >\n <input\n #switchInput\n type=\"checkbox\"\n [id]=\"id()\"\n [name]=\"name()\"\n class=\"visually-hidden\"\n [disabled]=\"disabled\"\n [checked]=\"checked\"\n />\n\n <span class=\"switch-slider\"></span>\n </label>\n @if (label()) {\n <span class=\"switch-label\">{{ label() }}</span>\n }\n</div>\n", styles: [".switch-wrapper{display:flex;align-items:center;gap:12px}.switch{outline:none;position:relative;display:inline-block;width:40px;height:24px;cursor:pointer}.switch:hover .switch-slider{filter:brightness(110%)}.switch--disabled{cursor:not-allowed}.switch--disabled:hover .switch-slider{filter:none!important}.switch--disabled .switch-slider{opacity:.5}.switch .visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;outline:none}.switch .switch-slider{position:absolute;inset:0;background-color:var(--color-mono-100);border-radius:12px;transition:background-color .3s,filter .3s}.switch .switch-slider:before{content:\"\";position:absolute;width:18px;height:18px;top:3px;left:3px;background-color:var(--color-mono-0);border-radius:50%;transition:transform .3s}.switch--checked .switch-slider{background-color:var(--color-blue-500)}.switch--checked .switch-slider:before{transform:translate(16px)}.switch--warning .switch-slider{background-color:var(--color-red-100)}.switch--checked.switch--warning .switch-slider{background-color:var(--color-red-500)}.switch--checked.switch--warning .switch-slider:before{transform:translate(16px)}.switch--pressed .switch-slider{background-color:var(--color-mono-200)}.switch--pressed.switch--warning .switch-slider{background-color:var(--color-red-200)}.switch--pressed.switch--checked .switch-slider{background-color:var(--color-blue-600);filter:none}.switch--pressed.switch--checked .switch-slider:before{transform:translate(16px)}.switch--pressed.switch--checked.switch--warning .switch-slider{background-color:var(--color-red-600);filter:none}.switch--pressed.switch--checked.switch--warning .switch-slider:before{transform:translate(16px)}.switch-label{cursor:pointer;-webkit-user-select:none;user-select:none}\n"], dependencies: [{ kind: "ngmodule", type: CodeInputModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5231
5231
  }
5232
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: Switch, decorators: [{
5232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: Switch, decorators: [{
5233
5233
  type: Component,
5234
5234
  args: [{ selector: 'aeb-switch', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
5235
5235
  {
@@ -5248,14 +5248,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImpor
5248
5248
  '(mouseup)': 'onPressEndMouseUp()',
5249
5249
  '(mouseout)': 'onPressEndMouseOut()'
5250
5250
  }, template: "<div class=\"switch-wrapper\">\n <label\n class=\"switch\"\n [class.switch--checked]=\"checked\"\n [class.switch--warning]=\"warning() || ngControl?.status === 'INVALID'\"\n [class.switch--disabled]=\"disabled\"\n [class.switch--pressed]=\"pressed\"\n tabindex=\"0\"\n >\n <input\n #switchInput\n type=\"checkbox\"\n [id]=\"id()\"\n [name]=\"name()\"\n class=\"visually-hidden\"\n [disabled]=\"disabled\"\n [checked]=\"checked\"\n />\n\n <span class=\"switch-slider\"></span>\n </label>\n @if (label()) {\n <span class=\"switch-label\">{{ label() }}</span>\n }\n</div>\n", styles: [".switch-wrapper{display:flex;align-items:center;gap:12px}.switch{outline:none;position:relative;display:inline-block;width:40px;height:24px;cursor:pointer}.switch:hover .switch-slider{filter:brightness(110%)}.switch--disabled{cursor:not-allowed}.switch--disabled:hover .switch-slider{filter:none!important}.switch--disabled .switch-slider{opacity:.5}.switch .visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;outline:none}.switch .switch-slider{position:absolute;inset:0;background-color:var(--color-mono-100);border-radius:12px;transition:background-color .3s,filter .3s}.switch .switch-slider:before{content:\"\";position:absolute;width:18px;height:18px;top:3px;left:3px;background-color:var(--color-mono-0);border-radius:50%;transition:transform .3s}.switch--checked .switch-slider{background-color:var(--color-blue-500)}.switch--checked .switch-slider:before{transform:translate(16px)}.switch--warning .switch-slider{background-color:var(--color-red-100)}.switch--checked.switch--warning .switch-slider{background-color:var(--color-red-500)}.switch--checked.switch--warning .switch-slider:before{transform:translate(16px)}.switch--pressed .switch-slider{background-color:var(--color-mono-200)}.switch--pressed.switch--warning .switch-slider{background-color:var(--color-red-200)}.switch--pressed.switch--checked .switch-slider{background-color:var(--color-blue-600);filter:none}.switch--pressed.switch--checked .switch-slider:before{transform:translate(16px)}.switch--pressed.switch--checked.switch--warning .switch-slider{background-color:var(--color-red-600);filter:none}.switch--pressed.switch--checked.switch--warning .switch-slider:before{transform:translate(16px)}.switch-label{cursor:pointer;-webkit-user-select:none;user-select:none}\n"] }]
5251
- }] });
5251
+ }], propDecorators: { switchInput: [{ type: i0.ViewChild, args: ['switchInput', { isSignal: true }] }], changed: [{ type: i0.Output, args: ["changed"] }], id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }], name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: false }] }], warning: [{ type: i0.Input, args: [{ isSignal: true, alias: "warning", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }] } });
5252
5252
 
5253
5253
  class SwitchModule {
5254
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5255
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: SwitchModule, imports: [Switch], exports: [Switch] }); }
5256
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SwitchModule }); }
5254
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
5255
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: SwitchModule, imports: [Switch], exports: [Switch] }); }
5256
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SwitchModule }); }
5257
5257
  }
5258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: SwitchModule, decorators: [{
5258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: SwitchModule, decorators: [{
5259
5259
  type: NgModule,
5260
5260
  args: [{
5261
5261
  imports: [Switch],