@eagami/ui 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/fesm2022/eagami-ui.mjs +3197 -531
- package/fesm2022/eagami-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/tokens/_colors.scss +7 -6
- package/types/eagami-ui.d.ts +252 -1
package/fesm2022/eagami-ui.mjs
CHANGED
|
@@ -1773,11 +1773,11 @@ class CardComponent {
|
|
|
1773
1773
|
'ea-card--full-width': this.fullWidth(),
|
|
1774
1774
|
}), ...(ngDevMode ? [{ debugName: "hostClasses" }] : /* istanbul ignore next */ []));
|
|
1775
1775
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1776
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: CardComponent, isStandalone: true, selector: "ea-card", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, padding: { classPropertyName: "padding", publicName: "padding", isSignal: true, isRequired: false, transformFunction: null }, fullWidth: { classPropertyName: "fullWidth", publicName: "fullWidth", isSignal: true, isRequired: false, transformFunction: null }, headerAlign: { classPropertyName: "headerAlign", publicName: "headerAlign", isSignal: true, isRequired: false, transformFunction: null }, headerDivider: { classPropertyName: "headerDivider", publicName: "headerDivider", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div\n class=\"ea-card\"\n [ngClass]=\"hostClasses()\">\n <div\n class=\"ea-card__header\"\n [style.text-align]=\"headerAlign()\">\n <ng-content select=\"[slot=header]\" />\n </div>\n\n @if (headerDivider()) {\n <ea-divider class=\"ea-card__divider\" />\n }\n\n <div class=\"ea-card__body\">\n <ng-content />\n </div>\n\n <div class=\"ea-card__footer\">\n <ng-content select=\"[slot=footer]\" />\n </div>\n</div>\n", styles: ["ea-card{display:block;min-height:0}.ea-card{display:flex;flex-direction:column;min-height:0;border-radius:var(--radius-lg);font-family:var(--font-family-sans);color:var(--color-text-primary);overflow:hidden}.ea-card--elevated{background-color:var(--color-bg-elevated);box-shadow:var(--ea-card-shadow, var(--shadow-md))}.ea-card--outlined{background-color:var(--color-bg-base);border:var(--border-width-thin) solid var(--color-border-default)}.ea-card--filled{background-color:var(--color-bg-subtle)}.ea-card--padding-none .ea-card__header{padding:var(--ea-card-header-padding, 0)}.ea-card--padding-none .ea-card__body{padding:var(--ea-card-body-padding, 0)}.ea-card--padding-none .ea-card__footer{padding:var(--ea-card-footer-padding, 0)}.ea-card--padding-sm .ea-card__header{padding:var(--ea-card-header-padding, var(--space-3) var(--space-3) 0)}.ea-card--padding-sm .ea-card__body{padding:var(--ea-card-body-padding, var(--space-3))}.ea-card--padding-sm .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-3) var(--space-3))}.ea-card--padding-md .ea-card__header{padding:var(--ea-card-header-padding, var(--space-4) var(--space-4) 0)}.ea-card--padding-md .ea-card__body{padding:var(--ea-card-body-padding, var(--space-4))}.ea-card--padding-md .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-4) var(--space-4))}.ea-card--padding-lg .ea-card__header{padding:var(--ea-card-header-padding, var(--space-6) var(--space-6) 0)}.ea-card--padding-lg .ea-card__body{padding:var(--ea-card-body-padding, var(--space-6))}.ea-card--padding-lg .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-6) var(--space-6))}.ea-card--padding-xl .ea-card__header{padding:var(--ea-card-header-padding, var(--space-8) var(--space-8) 0)}.ea-card--padding-xl .ea-card__body{padding:var(--ea-card-body-padding, var(--space-8))}.ea-card--padding-xl .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-8) var(--space-8))}.ea-card--full-width{width:100%}.ea-card__divider{margin:var(--space-2) var(--space-4) 0}.ea-card__header:empty,.ea-card__footer:empty{display:none}.ea-card__header{font-size:var(--text-label-lg-size);font-weight:var(--text-label-lg-weight);line-height:var(--text-label-lg-lh)}.ea-card__body{flex:1;font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:var(--color-text-secondary)}.ea-card__footer{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}.ea-card__footer>*{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: DividerComponent, selector: "ea-divider", inputs: ["orientation", "label"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1776
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: CardComponent, isStandalone: true, selector: "ea-card", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, padding: { classPropertyName: "padding", publicName: "padding", isSignal: true, isRequired: false, transformFunction: null }, fullWidth: { classPropertyName: "fullWidth", publicName: "fullWidth", isSignal: true, isRequired: false, transformFunction: null }, headerAlign: { classPropertyName: "headerAlign", publicName: "headerAlign", isSignal: true, isRequired: false, transformFunction: null }, headerDivider: { classPropertyName: "headerDivider", publicName: "headerDivider", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div\n class=\"ea-card\"\n [ngClass]=\"hostClasses()\">\n <div\n class=\"ea-card__header\"\n [style.text-align]=\"headerAlign()\">\n <ng-content select=\"[slot=header]\" />\n </div>\n\n @if (headerDivider()) {\n <ea-divider class=\"ea-card__divider\" />\n }\n\n <div class=\"ea-card__body\">\n <ng-content />\n </div>\n\n <div class=\"ea-card__footer\">\n <ng-content select=\"[slot=footer]\" />\n </div>\n</div>\n", styles: ["ea-card{display:block;min-height:0}.ea-card{display:flex;flex-direction:column;min-height:0;border-radius:var(--radius-lg);font-family:var(--font-family-sans);color:var(--color-text-primary);overflow:hidden}.ea-card--elevated{background-color:var(--color-bg-elevated);border:var(--border-width-thin) solid var(--color-border-default);box-shadow:var(--ea-card-shadow, var(--shadow-md))}.ea-card--outlined{background-color:var(--color-bg-base);border:var(--border-width-thin) solid var(--color-border-default)}.ea-card--filled{background-color:var(--color-bg-subtle)}.ea-card--padding-none .ea-card__header{padding:var(--ea-card-header-padding, 0)}.ea-card--padding-none .ea-card__body{padding:var(--ea-card-body-padding, 0)}.ea-card--padding-none .ea-card__footer{padding:var(--ea-card-footer-padding, 0)}.ea-card--padding-sm .ea-card__header{padding:var(--ea-card-header-padding, var(--space-3) var(--space-3) 0)}.ea-card--padding-sm .ea-card__body{padding:var(--ea-card-body-padding, var(--space-3))}.ea-card--padding-sm .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-3) var(--space-3))}.ea-card--padding-md .ea-card__header{padding:var(--ea-card-header-padding, var(--space-4) var(--space-4) 0)}.ea-card--padding-md .ea-card__body{padding:var(--ea-card-body-padding, var(--space-4))}.ea-card--padding-md .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-4) var(--space-4))}.ea-card--padding-lg .ea-card__header{padding:var(--ea-card-header-padding, var(--space-6) var(--space-6) 0)}.ea-card--padding-lg .ea-card__body{padding:var(--ea-card-body-padding, var(--space-6))}.ea-card--padding-lg .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-6) var(--space-6))}.ea-card--padding-xl .ea-card__header{padding:var(--ea-card-header-padding, var(--space-8) var(--space-8) 0)}.ea-card--padding-xl .ea-card__body{padding:var(--ea-card-body-padding, var(--space-8))}.ea-card--padding-xl .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-8) var(--space-8))}.ea-card--full-width{width:100%}.ea-card__divider{margin:var(--space-2) var(--space-4) 0}.ea-card__header:empty,.ea-card__footer:empty{display:none}.ea-card__header{font-size:var(--text-label-lg-size);font-weight:var(--text-label-lg-weight);line-height:var(--text-label-lg-lh)}.ea-card__body{flex:1;font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:var(--color-text-secondary)}.ea-card__footer{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}.ea-card__footer>*{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: DividerComponent, selector: "ea-divider", inputs: ["orientation", "label"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
1777
1777
|
}
|
|
1778
1778
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CardComponent, decorators: [{
|
|
1779
1779
|
type: Component,
|
|
1780
|
-
args: [{ selector: 'ea-card', imports: [NgClass, DividerComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div\n class=\"ea-card\"\n [ngClass]=\"hostClasses()\">\n <div\n class=\"ea-card__header\"\n [style.text-align]=\"headerAlign()\">\n <ng-content select=\"[slot=header]\" />\n </div>\n\n @if (headerDivider()) {\n <ea-divider class=\"ea-card__divider\" />\n }\n\n <div class=\"ea-card__body\">\n <ng-content />\n </div>\n\n <div class=\"ea-card__footer\">\n <ng-content select=\"[slot=footer]\" />\n </div>\n</div>\n", styles: ["ea-card{display:block;min-height:0}.ea-card{display:flex;flex-direction:column;min-height:0;border-radius:var(--radius-lg);font-family:var(--font-family-sans);color:var(--color-text-primary);overflow:hidden}.ea-card--elevated{background-color:var(--color-bg-elevated);box-shadow:var(--ea-card-shadow, var(--shadow-md))}.ea-card--outlined{background-color:var(--color-bg-base);border:var(--border-width-thin) solid var(--color-border-default)}.ea-card--filled{background-color:var(--color-bg-subtle)}.ea-card--padding-none .ea-card__header{padding:var(--ea-card-header-padding, 0)}.ea-card--padding-none .ea-card__body{padding:var(--ea-card-body-padding, 0)}.ea-card--padding-none .ea-card__footer{padding:var(--ea-card-footer-padding, 0)}.ea-card--padding-sm .ea-card__header{padding:var(--ea-card-header-padding, var(--space-3) var(--space-3) 0)}.ea-card--padding-sm .ea-card__body{padding:var(--ea-card-body-padding, var(--space-3))}.ea-card--padding-sm .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-3) var(--space-3))}.ea-card--padding-md .ea-card__header{padding:var(--ea-card-header-padding, var(--space-4) var(--space-4) 0)}.ea-card--padding-md .ea-card__body{padding:var(--ea-card-body-padding, var(--space-4))}.ea-card--padding-md .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-4) var(--space-4))}.ea-card--padding-lg .ea-card__header{padding:var(--ea-card-header-padding, var(--space-6) var(--space-6) 0)}.ea-card--padding-lg .ea-card__body{padding:var(--ea-card-body-padding, var(--space-6))}.ea-card--padding-lg .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-6) var(--space-6))}.ea-card--padding-xl .ea-card__header{padding:var(--ea-card-header-padding, var(--space-8) var(--space-8) 0)}.ea-card--padding-xl .ea-card__body{padding:var(--ea-card-body-padding, var(--space-8))}.ea-card--padding-xl .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-8) var(--space-8))}.ea-card--full-width{width:100%}.ea-card__divider{margin:var(--space-2) var(--space-4) 0}.ea-card__header:empty,.ea-card__footer:empty{display:none}.ea-card__header{font-size:var(--text-label-lg-size);font-weight:var(--text-label-lg-weight);line-height:var(--text-label-lg-lh)}.ea-card__body{flex:1;font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:var(--color-text-secondary)}.ea-card__footer{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}.ea-card__footer>*{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}\n"] }]
|
|
1780
|
+
args: [{ selector: 'ea-card', imports: [NgClass, DividerComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div\n class=\"ea-card\"\n [ngClass]=\"hostClasses()\">\n <div\n class=\"ea-card__header\"\n [style.text-align]=\"headerAlign()\">\n <ng-content select=\"[slot=header]\" />\n </div>\n\n @if (headerDivider()) {\n <ea-divider class=\"ea-card__divider\" />\n }\n\n <div class=\"ea-card__body\">\n <ng-content />\n </div>\n\n <div class=\"ea-card__footer\">\n <ng-content select=\"[slot=footer]\" />\n </div>\n</div>\n", styles: ["ea-card{display:block;min-height:0}.ea-card{display:flex;flex-direction:column;min-height:0;border-radius:var(--radius-lg);font-family:var(--font-family-sans);color:var(--color-text-primary);overflow:hidden}.ea-card--elevated{background-color:var(--color-bg-elevated);border:var(--border-width-thin) solid var(--color-border-default);box-shadow:var(--ea-card-shadow, var(--shadow-md))}.ea-card--outlined{background-color:var(--color-bg-base);border:var(--border-width-thin) solid var(--color-border-default)}.ea-card--filled{background-color:var(--color-bg-subtle)}.ea-card--padding-none .ea-card__header{padding:var(--ea-card-header-padding, 0)}.ea-card--padding-none .ea-card__body{padding:var(--ea-card-body-padding, 0)}.ea-card--padding-none .ea-card__footer{padding:var(--ea-card-footer-padding, 0)}.ea-card--padding-sm .ea-card__header{padding:var(--ea-card-header-padding, var(--space-3) var(--space-3) 0)}.ea-card--padding-sm .ea-card__body{padding:var(--ea-card-body-padding, var(--space-3))}.ea-card--padding-sm .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-3) var(--space-3))}.ea-card--padding-md .ea-card__header{padding:var(--ea-card-header-padding, var(--space-4) var(--space-4) 0)}.ea-card--padding-md .ea-card__body{padding:var(--ea-card-body-padding, var(--space-4))}.ea-card--padding-md .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-4) var(--space-4))}.ea-card--padding-lg .ea-card__header{padding:var(--ea-card-header-padding, var(--space-6) var(--space-6) 0)}.ea-card--padding-lg .ea-card__body{padding:var(--ea-card-body-padding, var(--space-6))}.ea-card--padding-lg .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-6) var(--space-6))}.ea-card--padding-xl .ea-card__header{padding:var(--ea-card-header-padding, var(--space-8) var(--space-8) 0)}.ea-card--padding-xl .ea-card__body{padding:var(--ea-card-body-padding, var(--space-8))}.ea-card--padding-xl .ea-card__footer{padding:var(--ea-card-footer-padding, 0 var(--space-8) var(--space-8))}.ea-card--full-width{width:100%}.ea-card__divider{margin:var(--space-2) var(--space-4) 0}.ea-card__header:empty,.ea-card__footer:empty{display:none}.ea-card__header{font-size:var(--text-label-lg-size);font-weight:var(--text-label-lg-weight);line-height:var(--text-label-lg-lh)}.ea-card__body{flex:1;font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:var(--color-text-secondary)}.ea-card__footer{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}.ea-card__footer>*{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}\n"] }]
|
|
1781
1781
|
}], propDecorators: { variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], padding: [{ type: i0.Input, args: [{ isSignal: true, alias: "padding", required: false }] }], fullWidth: [{ type: i0.Input, args: [{ isSignal: true, alias: "fullWidth", required: false }] }], headerAlign: [{ type: i0.Input, args: [{ isSignal: true, alias: "headerAlign", required: false }] }], headerDivider: [{ type: i0.Input, args: [{ isSignal: true, alias: "headerDivider", required: false }] }] } });
|
|
1782
1782
|
|
|
1783
1783
|
/**
|
|
@@ -2085,7 +2085,7 @@ class DataTableComponent {
|
|
|
2085
2085
|
return key ? item[key] : _index;
|
|
2086
2086
|
}
|
|
2087
2087
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: DataTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2088
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: DataTableComponent, isStandalone: true, selector: "ea-data-table", inputs: { columns: { classPropertyName: "columns", publicName: "columns", isSignal: true, isRequired: true, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, trackBy: { classPropertyName: "trackBy", publicName: "trackBy", isSignal: true, isRequired: false, transformFunction: null }, density: { classPropertyName: "density", publicName: "density", isSignal: true, isRequired: false, transformFunction: null }, stickyHeader: { classPropertyName: "stickyHeader", publicName: "stickyHeader", isSignal: true, isRequired: false, transformFunction: null }, striped: { classPropertyName: "striped", publicName: "striped", isSignal: true, isRequired: false, transformFunction: null }, hoverable: { classPropertyName: "hoverable", publicName: "hoverable", isSignal: true, isRequired: false, transformFunction: null }, bordered: { classPropertyName: "bordered", publicName: "bordered", isSignal: true, isRequired: false, transformFunction: null }, noDataText: { classPropertyName: "noDataText", publicName: "noDataText", isSignal: true, isRequired: false, transformFunction: null }, sort: { classPropertyName: "sort", publicName: "sort", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { sort: "sortChange", sorted: "sorted" }, queries: [{ propertyName: "noDataTemplate", first: true, predicate: ["noData"], descendants: true, isSignal: true }], ngImport: i0, template: "<div\n class=\"ea-data-table\"\n [ngClass]=\"hostClasses()\"\n role=\"grid\">\n <table class=\"ea-data-table__table\">\n <thead class=\"ea-data-table__head\">\n <tr class=\"ea-data-table__row ea-data-table__row--header\">\n @for (col of columns(); track col.key) {\n <th\n class=\"ea-data-table__cell ea-data-table__cell--header\"\n [class.ea-data-table__cell--sortable]=\"col.sortable\"\n [class.ea-data-table__cell--sorted]=\"\n sort().column === col.key && sort().direction\n \"\n [class.ea-data-table__cell--align-center]=\"col.align === 'center'\"\n [class.ea-data-table__cell--align-right]=\"col.align === 'right'\"\n [style.width]=\"col.width ?? null\"\n [attr.aria-sort]=\"\n sort().column === col.key && sort().direction === 'asc'\n ? 'ascending'\n : sort().column === col.key && sort().direction === 'desc'\n ? 'descending'\n : col.sortable\n ? 'none'\n : null\n \"\n (click)=\"onHeaderClick(col)\"\n (keydown.enter)=\"onHeaderClick(col)\"\n (keydown.space)=\"$event.preventDefault(); onHeaderClick(col)\"\n [attr.tabindex]=\"col.sortable ? 0 : null\">\n @if (col.headerTemplate) {\n <ng-container\n [ngTemplateOutlet]=\"col.headerTemplate\"\n [ngTemplateOutletContext]=\"{ $implicit: col }\" />\n } @else {\n <span class=\"ea-data-table__header-text\">{{ col.label }}</span>\n }\n @if (col.sortable) {\n <span class=\"ea-data-table__sort-icon\">\n @if (sort().column === col.key && sort().direction === 'asc') {\n <ea-icon-arrow-up />\n } @else if (sort().column === col.key && sort().direction === 'desc') {\n <ea-icon-arrow-down />\n } @else {\n <ea-icon-chevrons-up-down />\n }\n </span>\n }\n </th>\n }\n </tr>\n </thead>\n <tbody class=\"ea-data-table__body\">\n @if (sortedData().length === 0) {\n <tr class=\"ea-data-table__row ea-data-table__row--empty\">\n <td\n class=\"ea-data-table__cell ea-data-table__cell--empty\"\n [attr.colspan]=\"columns().length\">\n @if (noDataTemplate()) {\n <ng-container [ngTemplateOutlet]=\"noDataTemplate()!\" />\n } @else {\n {{ noDataText() }}\n }\n </td>\n </tr>\n } @else {\n @for (row of sortedData(); track trackByFn($index, row)) {\n <tr\n class=\"ea-data-table__row\"\n role=\"row\">\n @for (col of columns(); track col.key) {\n <td\n class=\"ea-data-table__cell\"\n [class.ea-data-table__cell--align-center]=\"col.align === 'center'\"\n [class.ea-data-table__cell--align-right]=\"col.align === 'right'\"\n role=\"gridcell\">\n @if (col.cellTemplate) {\n <ng-container\n [ngTemplateOutlet]=\"col.cellTemplate\"\n [ngTemplateOutletContext]=\"{\n $implicit: row,\n value: getCellValue(row, col.key),\n }\" />\n } @else if (col.format) {\n {{ col.format(getCellValue(row, col.key)) }}\n } @else {\n {{ getCellValue(row, col.key) }}\n }\n </td>\n }\n </tr>\n }\n }\n </tbody>\n </table>\n <ng-content select=\"ea-paginator\" />\n</div>\n", styles: [".ea-data-table{overflow-x:auto;width:100%;border:var(--border-width-thin) solid var(--color-border-default);border-radius:var(--radius-lg);background-color:var(--color-bg-base)}.ea-data-table__table{width:100%;border-spacing:0;border-collapse:collapse;font-family:var(--font-family-sans);font-size:var(--font-size-sm);color:var(--color-text-primary);table-layout:auto}.ea-data-table__head{background-color:var(--color-bg-subtle)}.ea-data-table__cell--header{position:relative;font-weight:var(--font-weight-medium);font-size:var(--text-label-sm-size);line-height:var(--text-label-sm-lh);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;text-align:left;white-space:nowrap;color:var(--color-text-secondary);border-bottom:var(--border-width-thin) solid var(--color-border-default);-webkit-user-select:none;user-select:none}.ea-data-table__cell--sortable{cursor:pointer;transition:var(--transition-colors)}.ea-data-table__cell--sortable:hover{color:var(--color-text-primary);background-color:var(--color-bg-muted)}.ea-data-table__cell--sortable:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}.ea-data-table__cell--sorted{color:var(--color-brand-default)}.ea-data-table__header-text{display:inline;vertical-align:middle}.ea-data-table__sort-icon{display:inline-flex;vertical-align:middle;width:1em;height:1em;margin-left:var(--space-1);opacity:.5;transition:var(--transition-opacity)}.ea-data-table__cell--sortable:hover .ea-data-table__sort-icon,.ea-data-table__cell--sorted .ea-data-table__sort-icon{opacity:1}.ea-data-table__row{border-bottom:var(--border-width-thin) solid var(--color-border-default);transition:var(--transition-colors)}.ea-data-table__row:last-child{border-bottom:none}.ea-data-table__cell{text-align:left;vertical-align:middle}.ea-data-table__cell--align-center{text-align:center}.ea-data-table__cell--align-right{text-align:right}.ea-data-table__cell--empty{text-align:center;color:var(--color-text-tertiary);font-style:italic}.ea-data-table--compact .ea-data-table__cell{padding:var(--space-1-5) var(--space-3)}.ea-data-table--comfortable .ea-data-table__cell{padding:var(--space-2-5) var(--space-4)}.ea-data-table--spacious .ea-data-table__cell{padding:var(--space-4) var(--space-6)}.ea-data-table--sticky{max-height:inherit;height:inherit}.ea-data-table--sticky .ea-data-table__table{display:flex;flex-direction:column;max-height:inherit;height:inherit}.ea-data-table--sticky .ea-data-table__head{display:block;flex-shrink:0}.ea-data-table--sticky .ea-data-table__head .ea-data-table__row--header{display:table;width:100%;table-layout:fixed}.ea-data-table--sticky .ea-data-table__body{display:block;overflow-y:auto;flex:1 1 auto;min-height:0}.ea-data-table--sticky .ea-data-table__body .ea-data-table__row{display:table;width:100%;table-layout:fixed}.ea-data-table--striped .ea-data-table__body .ea-data-table__row:nth-child(2n){background-color:var(--color-bg-subtle)}.ea-data-table--hoverable .ea-data-table__body .ea-data-table__row:not(.ea-data-table__row--empty):hover{background-color:var(--color-bg-muted)}.ea-data-table--bordered .ea-data-table__cell{border-right:var(--border-width-thin) solid var(--color-border-default)}.ea-data-table--bordered .ea-data-table__cell:last-child{border-right:none}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ArrowUpIconComponent, selector: "ea-icon-arrow-up" }, { kind: "component", type: ArrowDownIconComponent, selector: "ea-icon-arrow-down" }, { kind: "component", type: ChevronsUpDownIconComponent, selector: "ea-icon-chevrons-up-down" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2088
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: DataTableComponent, isStandalone: true, selector: "ea-data-table", inputs: { columns: { classPropertyName: "columns", publicName: "columns", isSignal: true, isRequired: true, transformFunction: null }, data: { classPropertyName: "data", publicName: "data", isSignal: true, isRequired: true, transformFunction: null }, trackBy: { classPropertyName: "trackBy", publicName: "trackBy", isSignal: true, isRequired: false, transformFunction: null }, density: { classPropertyName: "density", publicName: "density", isSignal: true, isRequired: false, transformFunction: null }, stickyHeader: { classPropertyName: "stickyHeader", publicName: "stickyHeader", isSignal: true, isRequired: false, transformFunction: null }, striped: { classPropertyName: "striped", publicName: "striped", isSignal: true, isRequired: false, transformFunction: null }, hoverable: { classPropertyName: "hoverable", publicName: "hoverable", isSignal: true, isRequired: false, transformFunction: null }, bordered: { classPropertyName: "bordered", publicName: "bordered", isSignal: true, isRequired: false, transformFunction: null }, noDataText: { classPropertyName: "noDataText", publicName: "noDataText", isSignal: true, isRequired: false, transformFunction: null }, sort: { classPropertyName: "sort", publicName: "sort", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { sort: "sortChange", sorted: "sorted" }, queries: [{ propertyName: "noDataTemplate", first: true, predicate: ["noData"], descendants: true, isSignal: true }], ngImport: i0, template: "<div\n class=\"ea-data-table\"\n [ngClass]=\"hostClasses()\"\n role=\"grid\">\n <table class=\"ea-data-table__table\">\n <thead class=\"ea-data-table__head\">\n <tr class=\"ea-data-table__row ea-data-table__row--header\">\n @for (col of columns(); track col.key) {\n <th\n class=\"ea-data-table__cell ea-data-table__cell--header\"\n [class.ea-data-table__cell--sortable]=\"col.sortable\"\n [class.ea-data-table__cell--sorted]=\"\n sort().column === col.key && sort().direction\n \"\n [class.ea-data-table__cell--align-center]=\"col.align === 'center'\"\n [class.ea-data-table__cell--align-right]=\"col.align === 'right'\"\n [style.width]=\"col.width ?? null\"\n [attr.aria-sort]=\"\n sort().column === col.key && sort().direction === 'asc'\n ? 'ascending'\n : sort().column === col.key && sort().direction === 'desc'\n ? 'descending'\n : col.sortable\n ? 'none'\n : null\n \"\n (click)=\"onHeaderClick(col)\"\n (keydown.enter)=\"onHeaderClick(col)\"\n (keydown.space)=\"$event.preventDefault(); onHeaderClick(col)\"\n [attr.tabindex]=\"col.sortable ? 0 : null\">\n @if (col.headerTemplate) {\n <ng-container\n [ngTemplateOutlet]=\"col.headerTemplate\"\n [ngTemplateOutletContext]=\"{ $implicit: col }\" />\n } @else {\n <span class=\"ea-data-table__header-text\">{{ col.label }}</span>\n }\n @if (col.sortable) {\n <span class=\"ea-data-table__sort-icon\">\n @if (sort().column === col.key && sort().direction === 'asc') {\n <ea-icon-arrow-up />\n } @else if (sort().column === col.key && sort().direction === 'desc') {\n <ea-icon-arrow-down />\n } @else {\n <ea-icon-chevrons-up-down />\n }\n </span>\n }\n </th>\n }\n </tr>\n </thead>\n <tbody class=\"ea-data-table__body\">\n @if (sortedData().length === 0) {\n <tr class=\"ea-data-table__row ea-data-table__row--empty\">\n <td\n class=\"ea-data-table__cell ea-data-table__cell--empty\"\n [attr.colspan]=\"columns().length\">\n @if (noDataTemplate()) {\n <ng-container [ngTemplateOutlet]=\"noDataTemplate()!\" />\n } @else {\n {{ noDataText() }}\n }\n </td>\n </tr>\n } @else {\n @for (row of sortedData(); track trackByFn($index, row)) {\n <tr\n class=\"ea-data-table__row\"\n role=\"row\">\n @for (col of columns(); track col.key) {\n <td\n class=\"ea-data-table__cell\"\n [class.ea-data-table__cell--align-center]=\"col.align === 'center'\"\n [class.ea-data-table__cell--align-right]=\"col.align === 'right'\"\n role=\"gridcell\">\n @if (col.cellTemplate) {\n <ng-container\n [ngTemplateOutlet]=\"col.cellTemplate\"\n [ngTemplateOutletContext]=\"{\n $implicit: row,\n value: getCellValue(row, col.key),\n }\" />\n } @else if (col.format) {\n {{ col.format(getCellValue(row, col.key)) }}\n } @else {\n {{ getCellValue(row, col.key) }}\n }\n </td>\n }\n </tr>\n }\n }\n </tbody>\n </table>\n <ng-content select=\"ea-paginator\" />\n</div>\n", styles: [".ea-data-table{overflow-x:auto;width:100%;border:var(--border-width-thin) solid var(--color-border-default);border-radius:var(--radius-lg);background-color:var(--color-bg-base)}.ea-data-table__table{width:100%;border-spacing:0;border-collapse:collapse;font-family:var(--font-family-sans);font-size:var(--font-size-sm);color:var(--color-text-primary);table-layout:auto}.ea-data-table__head{background-color:var(--color-bg-subtle)}.ea-data-table__cell--header{position:relative;font-weight:var(--font-weight-medium);font-size:var(--text-label-sm-size);line-height:var(--text-label-sm-lh);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;text-align:left;white-space:nowrap;color:var(--color-text-secondary);border-bottom:var(--border-width-thin) solid var(--color-border-default);-webkit-user-select:none;user-select:none}.ea-data-table__cell--sortable{cursor:pointer;transition:var(--transition-colors)}.ea-data-table__cell--sortable:hover{color:var(--color-text-primary);background-color:var(--color-bg-muted)}.ea-data-table__cell--sortable:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}.ea-data-table__cell--sorted{color:var(--color-brand-default)}.ea-data-table__header-text{display:inline;vertical-align:middle}.ea-data-table__sort-icon{display:inline-flex;vertical-align:middle;width:1em;height:1em;margin-left:var(--space-1);opacity:.5;transition:var(--transition-opacity)}.ea-data-table__cell--sortable:hover .ea-data-table__sort-icon,.ea-data-table__cell--sorted .ea-data-table__sort-icon{opacity:1}.ea-data-table__row{border-bottom:var(--border-width-thin) solid var(--color-border-default);transition:var(--transition-colors)}.ea-data-table__row:last-child{border-bottom:none}.ea-data-table__cell{text-align:left;vertical-align:middle}.ea-data-table__cell--align-center{text-align:center}.ea-data-table__cell--align-right{text-align:right}.ea-data-table__cell--empty{text-align:center;color:var(--color-text-tertiary);font-style:italic}.ea-data-table--compact .ea-data-table__cell{padding:var(--space-1-5) var(--space-3)}.ea-data-table--comfortable .ea-data-table__cell{padding:var(--space-2-5) var(--space-4)}.ea-data-table--spacious .ea-data-table__cell{padding:var(--space-4) var(--space-6)}.ea-data-table--sticky{max-height:inherit;height:inherit}.ea-data-table--sticky .ea-data-table__table{display:flex;flex-direction:column;min-width:32rem;max-height:inherit;height:inherit}.ea-data-table--sticky .ea-data-table__head{display:block;flex-shrink:0}.ea-data-table--sticky .ea-data-table__head .ea-data-table__row--header{display:table;width:100%;table-layout:fixed}.ea-data-table--sticky .ea-data-table__body{display:block;overflow-y:auto;flex:1 1 auto;min-height:0}.ea-data-table--sticky .ea-data-table__body .ea-data-table__row{display:table;width:100%;table-layout:fixed}.ea-data-table--striped .ea-data-table__body .ea-data-table__row:nth-child(2n){background-color:var(--color-bg-subtle)}.ea-data-table--hoverable .ea-data-table__body .ea-data-table__row:not(.ea-data-table__row--empty):hover{background-color:var(--color-bg-muted)}.ea-data-table--bordered .ea-data-table__cell{border-right:var(--border-width-thin) solid var(--color-border-default)}.ea-data-table--bordered .ea-data-table__cell:last-child{border-right:none}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ArrowUpIconComponent, selector: "ea-icon-arrow-up" }, { kind: "component", type: ArrowDownIconComponent, selector: "ea-icon-arrow-down" }, { kind: "component", type: ChevronsUpDownIconComponent, selector: "ea-icon-chevrons-up-down" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2089
2089
|
}
|
|
2090
2090
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: DataTableComponent, decorators: [{
|
|
2091
2091
|
type: Component,
|
|
@@ -2095,7 +2095,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
2095
2095
|
ArrowUpIconComponent,
|
|
2096
2096
|
ArrowDownIconComponent,
|
|
2097
2097
|
ChevronsUpDownIconComponent,
|
|
2098
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div\n class=\"ea-data-table\"\n [ngClass]=\"hostClasses()\"\n role=\"grid\">\n <table class=\"ea-data-table__table\">\n <thead class=\"ea-data-table__head\">\n <tr class=\"ea-data-table__row ea-data-table__row--header\">\n @for (col of columns(); track col.key) {\n <th\n class=\"ea-data-table__cell ea-data-table__cell--header\"\n [class.ea-data-table__cell--sortable]=\"col.sortable\"\n [class.ea-data-table__cell--sorted]=\"\n sort().column === col.key && sort().direction\n \"\n [class.ea-data-table__cell--align-center]=\"col.align === 'center'\"\n [class.ea-data-table__cell--align-right]=\"col.align === 'right'\"\n [style.width]=\"col.width ?? null\"\n [attr.aria-sort]=\"\n sort().column === col.key && sort().direction === 'asc'\n ? 'ascending'\n : sort().column === col.key && sort().direction === 'desc'\n ? 'descending'\n : col.sortable\n ? 'none'\n : null\n \"\n (click)=\"onHeaderClick(col)\"\n (keydown.enter)=\"onHeaderClick(col)\"\n (keydown.space)=\"$event.preventDefault(); onHeaderClick(col)\"\n [attr.tabindex]=\"col.sortable ? 0 : null\">\n @if (col.headerTemplate) {\n <ng-container\n [ngTemplateOutlet]=\"col.headerTemplate\"\n [ngTemplateOutletContext]=\"{ $implicit: col }\" />\n } @else {\n <span class=\"ea-data-table__header-text\">{{ col.label }}</span>\n }\n @if (col.sortable) {\n <span class=\"ea-data-table__sort-icon\">\n @if (sort().column === col.key && sort().direction === 'asc') {\n <ea-icon-arrow-up />\n } @else if (sort().column === col.key && sort().direction === 'desc') {\n <ea-icon-arrow-down />\n } @else {\n <ea-icon-chevrons-up-down />\n }\n </span>\n }\n </th>\n }\n </tr>\n </thead>\n <tbody class=\"ea-data-table__body\">\n @if (sortedData().length === 0) {\n <tr class=\"ea-data-table__row ea-data-table__row--empty\">\n <td\n class=\"ea-data-table__cell ea-data-table__cell--empty\"\n [attr.colspan]=\"columns().length\">\n @if (noDataTemplate()) {\n <ng-container [ngTemplateOutlet]=\"noDataTemplate()!\" />\n } @else {\n {{ noDataText() }}\n }\n </td>\n </tr>\n } @else {\n @for (row of sortedData(); track trackByFn($index, row)) {\n <tr\n class=\"ea-data-table__row\"\n role=\"row\">\n @for (col of columns(); track col.key) {\n <td\n class=\"ea-data-table__cell\"\n [class.ea-data-table__cell--align-center]=\"col.align === 'center'\"\n [class.ea-data-table__cell--align-right]=\"col.align === 'right'\"\n role=\"gridcell\">\n @if (col.cellTemplate) {\n <ng-container\n [ngTemplateOutlet]=\"col.cellTemplate\"\n [ngTemplateOutletContext]=\"{\n $implicit: row,\n value: getCellValue(row, col.key),\n }\" />\n } @else if (col.format) {\n {{ col.format(getCellValue(row, col.key)) }}\n } @else {\n {{ getCellValue(row, col.key) }}\n }\n </td>\n }\n </tr>\n }\n }\n </tbody>\n </table>\n <ng-content select=\"ea-paginator\" />\n</div>\n", styles: [".ea-data-table{overflow-x:auto;width:100%;border:var(--border-width-thin) solid var(--color-border-default);border-radius:var(--radius-lg);background-color:var(--color-bg-base)}.ea-data-table__table{width:100%;border-spacing:0;border-collapse:collapse;font-family:var(--font-family-sans);font-size:var(--font-size-sm);color:var(--color-text-primary);table-layout:auto}.ea-data-table__head{background-color:var(--color-bg-subtle)}.ea-data-table__cell--header{position:relative;font-weight:var(--font-weight-medium);font-size:var(--text-label-sm-size);line-height:var(--text-label-sm-lh);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;text-align:left;white-space:nowrap;color:var(--color-text-secondary);border-bottom:var(--border-width-thin) solid var(--color-border-default);-webkit-user-select:none;user-select:none}.ea-data-table__cell--sortable{cursor:pointer;transition:var(--transition-colors)}.ea-data-table__cell--sortable:hover{color:var(--color-text-primary);background-color:var(--color-bg-muted)}.ea-data-table__cell--sortable:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}.ea-data-table__cell--sorted{color:var(--color-brand-default)}.ea-data-table__header-text{display:inline;vertical-align:middle}.ea-data-table__sort-icon{display:inline-flex;vertical-align:middle;width:1em;height:1em;margin-left:var(--space-1);opacity:.5;transition:var(--transition-opacity)}.ea-data-table__cell--sortable:hover .ea-data-table__sort-icon,.ea-data-table__cell--sorted .ea-data-table__sort-icon{opacity:1}.ea-data-table__row{border-bottom:var(--border-width-thin) solid var(--color-border-default);transition:var(--transition-colors)}.ea-data-table__row:last-child{border-bottom:none}.ea-data-table__cell{text-align:left;vertical-align:middle}.ea-data-table__cell--align-center{text-align:center}.ea-data-table__cell--align-right{text-align:right}.ea-data-table__cell--empty{text-align:center;color:var(--color-text-tertiary);font-style:italic}.ea-data-table--compact .ea-data-table__cell{padding:var(--space-1-5) var(--space-3)}.ea-data-table--comfortable .ea-data-table__cell{padding:var(--space-2-5) var(--space-4)}.ea-data-table--spacious .ea-data-table__cell{padding:var(--space-4) var(--space-6)}.ea-data-table--sticky{max-height:inherit;height:inherit}.ea-data-table--sticky .ea-data-table__table{display:flex;flex-direction:column;max-height:inherit;height:inherit}.ea-data-table--sticky .ea-data-table__head{display:block;flex-shrink:0}.ea-data-table--sticky .ea-data-table__head .ea-data-table__row--header{display:table;width:100%;table-layout:fixed}.ea-data-table--sticky .ea-data-table__body{display:block;overflow-y:auto;flex:1 1 auto;min-height:0}.ea-data-table--sticky .ea-data-table__body .ea-data-table__row{display:table;width:100%;table-layout:fixed}.ea-data-table--striped .ea-data-table__body .ea-data-table__row:nth-child(2n){background-color:var(--color-bg-subtle)}.ea-data-table--hoverable .ea-data-table__body .ea-data-table__row:not(.ea-data-table__row--empty):hover{background-color:var(--color-bg-muted)}.ea-data-table--bordered .ea-data-table__cell{border-right:var(--border-width-thin) solid var(--color-border-default)}.ea-data-table--bordered .ea-data-table__cell:last-child{border-right:none}\n"] }]
|
|
2098
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div\n class=\"ea-data-table\"\n [ngClass]=\"hostClasses()\"\n role=\"grid\">\n <table class=\"ea-data-table__table\">\n <thead class=\"ea-data-table__head\">\n <tr class=\"ea-data-table__row ea-data-table__row--header\">\n @for (col of columns(); track col.key) {\n <th\n class=\"ea-data-table__cell ea-data-table__cell--header\"\n [class.ea-data-table__cell--sortable]=\"col.sortable\"\n [class.ea-data-table__cell--sorted]=\"\n sort().column === col.key && sort().direction\n \"\n [class.ea-data-table__cell--align-center]=\"col.align === 'center'\"\n [class.ea-data-table__cell--align-right]=\"col.align === 'right'\"\n [style.width]=\"col.width ?? null\"\n [attr.aria-sort]=\"\n sort().column === col.key && sort().direction === 'asc'\n ? 'ascending'\n : sort().column === col.key && sort().direction === 'desc'\n ? 'descending'\n : col.sortable\n ? 'none'\n : null\n \"\n (click)=\"onHeaderClick(col)\"\n (keydown.enter)=\"onHeaderClick(col)\"\n (keydown.space)=\"$event.preventDefault(); onHeaderClick(col)\"\n [attr.tabindex]=\"col.sortable ? 0 : null\">\n @if (col.headerTemplate) {\n <ng-container\n [ngTemplateOutlet]=\"col.headerTemplate\"\n [ngTemplateOutletContext]=\"{ $implicit: col }\" />\n } @else {\n <span class=\"ea-data-table__header-text\">{{ col.label }}</span>\n }\n @if (col.sortable) {\n <span class=\"ea-data-table__sort-icon\">\n @if (sort().column === col.key && sort().direction === 'asc') {\n <ea-icon-arrow-up />\n } @else if (sort().column === col.key && sort().direction === 'desc') {\n <ea-icon-arrow-down />\n } @else {\n <ea-icon-chevrons-up-down />\n }\n </span>\n }\n </th>\n }\n </tr>\n </thead>\n <tbody class=\"ea-data-table__body\">\n @if (sortedData().length === 0) {\n <tr class=\"ea-data-table__row ea-data-table__row--empty\">\n <td\n class=\"ea-data-table__cell ea-data-table__cell--empty\"\n [attr.colspan]=\"columns().length\">\n @if (noDataTemplate()) {\n <ng-container [ngTemplateOutlet]=\"noDataTemplate()!\" />\n } @else {\n {{ noDataText() }}\n }\n </td>\n </tr>\n } @else {\n @for (row of sortedData(); track trackByFn($index, row)) {\n <tr\n class=\"ea-data-table__row\"\n role=\"row\">\n @for (col of columns(); track col.key) {\n <td\n class=\"ea-data-table__cell\"\n [class.ea-data-table__cell--align-center]=\"col.align === 'center'\"\n [class.ea-data-table__cell--align-right]=\"col.align === 'right'\"\n role=\"gridcell\">\n @if (col.cellTemplate) {\n <ng-container\n [ngTemplateOutlet]=\"col.cellTemplate\"\n [ngTemplateOutletContext]=\"{\n $implicit: row,\n value: getCellValue(row, col.key),\n }\" />\n } @else if (col.format) {\n {{ col.format(getCellValue(row, col.key)) }}\n } @else {\n {{ getCellValue(row, col.key) }}\n }\n </td>\n }\n </tr>\n }\n }\n </tbody>\n </table>\n <ng-content select=\"ea-paginator\" />\n</div>\n", styles: [".ea-data-table{overflow-x:auto;width:100%;border:var(--border-width-thin) solid var(--color-border-default);border-radius:var(--radius-lg);background-color:var(--color-bg-base)}.ea-data-table__table{width:100%;border-spacing:0;border-collapse:collapse;font-family:var(--font-family-sans);font-size:var(--font-size-sm);color:var(--color-text-primary);table-layout:auto}.ea-data-table__head{background-color:var(--color-bg-subtle)}.ea-data-table__cell--header{position:relative;font-weight:var(--font-weight-medium);font-size:var(--text-label-sm-size);line-height:var(--text-label-sm-lh);letter-spacing:var(--letter-spacing-wide);text-transform:uppercase;text-align:left;white-space:nowrap;color:var(--color-text-secondary);border-bottom:var(--border-width-thin) solid var(--color-border-default);-webkit-user-select:none;user-select:none}.ea-data-table__cell--sortable{cursor:pointer;transition:var(--transition-colors)}.ea-data-table__cell--sortable:hover{color:var(--color-text-primary);background-color:var(--color-bg-muted)}.ea-data-table__cell--sortable:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}.ea-data-table__cell--sorted{color:var(--color-brand-default)}.ea-data-table__header-text{display:inline;vertical-align:middle}.ea-data-table__sort-icon{display:inline-flex;vertical-align:middle;width:1em;height:1em;margin-left:var(--space-1);opacity:.5;transition:var(--transition-opacity)}.ea-data-table__cell--sortable:hover .ea-data-table__sort-icon,.ea-data-table__cell--sorted .ea-data-table__sort-icon{opacity:1}.ea-data-table__row{border-bottom:var(--border-width-thin) solid var(--color-border-default);transition:var(--transition-colors)}.ea-data-table__row:last-child{border-bottom:none}.ea-data-table__cell{text-align:left;vertical-align:middle}.ea-data-table__cell--align-center{text-align:center}.ea-data-table__cell--align-right{text-align:right}.ea-data-table__cell--empty{text-align:center;color:var(--color-text-tertiary);font-style:italic}.ea-data-table--compact .ea-data-table__cell{padding:var(--space-1-5) var(--space-3)}.ea-data-table--comfortable .ea-data-table__cell{padding:var(--space-2-5) var(--space-4)}.ea-data-table--spacious .ea-data-table__cell{padding:var(--space-4) var(--space-6)}.ea-data-table--sticky{max-height:inherit;height:inherit}.ea-data-table--sticky .ea-data-table__table{display:flex;flex-direction:column;min-width:32rem;max-height:inherit;height:inherit}.ea-data-table--sticky .ea-data-table__head{display:block;flex-shrink:0}.ea-data-table--sticky .ea-data-table__head .ea-data-table__row--header{display:table;width:100%;table-layout:fixed}.ea-data-table--sticky .ea-data-table__body{display:block;overflow-y:auto;flex:1 1 auto;min-height:0}.ea-data-table--sticky .ea-data-table__body .ea-data-table__row{display:table;width:100%;table-layout:fixed}.ea-data-table--striped .ea-data-table__body .ea-data-table__row:nth-child(2n){background-color:var(--color-bg-subtle)}.ea-data-table--hoverable .ea-data-table__body .ea-data-table__row:not(.ea-data-table__row--empty):hover{background-color:var(--color-bg-muted)}.ea-data-table--bordered .ea-data-table__cell{border-right:var(--border-width-thin) solid var(--color-border-default)}.ea-data-table--bordered .ea-data-table__cell:last-child{border-right:none}\n"] }]
|
|
2099
2099
|
}], propDecorators: { columns: [{ type: i0.Input, args: [{ isSignal: true, alias: "columns", required: true }] }], data: [{ type: i0.Input, args: [{ isSignal: true, alias: "data", required: true }] }], trackBy: [{ type: i0.Input, args: [{ isSignal: true, alias: "trackBy", required: false }] }], density: [{ type: i0.Input, args: [{ isSignal: true, alias: "density", required: false }] }], stickyHeader: [{ type: i0.Input, args: [{ isSignal: true, alias: "stickyHeader", required: false }] }], striped: [{ type: i0.Input, args: [{ isSignal: true, alias: "striped", required: false }] }], hoverable: [{ type: i0.Input, args: [{ isSignal: true, alias: "hoverable", required: false }] }], bordered: [{ type: i0.Input, args: [{ isSignal: true, alias: "bordered", required: false }] }], noDataText: [{ type: i0.Input, args: [{ isSignal: true, alias: "noDataText", required: false }] }], sort: [{ type: i0.Input, args: [{ isSignal: true, alias: "sort", required: false }] }, { type: i0.Output, args: ["sortChange"] }], sorted: [{ type: i0.Output, args: ["sorted"] }], noDataTemplate: [{ type: i0.ContentChild, args: ['noData', { isSignal: true }] }] } });
|
|
2100
2100
|
|
|
2101
2101
|
/**
|
|
@@ -3603,6 +3603,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3603
3603
|
}]
|
|
3604
3604
|
}] });
|
|
3605
3605
|
|
|
3606
|
+
/**
|
|
3607
|
+
* @deprecated Will be removed in v2.0.0. The icon depicts Apple Inc.'s logo,
|
|
3608
|
+
* which is more strictly protected than other brand marks. Source the asset
|
|
3609
|
+
* directly from Apple per their brand guidelines for use cases like "Sign in
|
|
3610
|
+
* with Apple".
|
|
3611
|
+
*/
|
|
3606
3612
|
class AppleIconComponent {
|
|
3607
3613
|
brand = input(false, ...(ngDevMode ? [{ debugName: "brand" }] : /* istanbul ignore next */ []));
|
|
3608
3614
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AppleIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -3641,6 +3647,66 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3641
3647
|
}]
|
|
3642
3648
|
}], propDecorators: { brand: [{ type: i0.Input, args: [{ isSignal: true, alias: "brand", required: false }] }] } });
|
|
3643
3649
|
|
|
3650
|
+
class ArchiveIconComponent {
|
|
3651
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ArchiveIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3652
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ArchiveIconComponent, isStandalone: true, selector: "ea-icon-archive", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
3653
|
+
<svg
|
|
3654
|
+
viewBox="0 0 24 24"
|
|
3655
|
+
fill="none"
|
|
3656
|
+
stroke="currentColor"
|
|
3657
|
+
stroke-width="2"
|
|
3658
|
+
stroke-linecap="round"
|
|
3659
|
+
stroke-linejoin="round"
|
|
3660
|
+
aria-hidden="true"
|
|
3661
|
+
width="100%"
|
|
3662
|
+
height="100%">
|
|
3663
|
+
<polyline points="21 8 21 21 3 21 3 8" />
|
|
3664
|
+
<rect
|
|
3665
|
+
x="1"
|
|
3666
|
+
y="3"
|
|
3667
|
+
width="22"
|
|
3668
|
+
height="5" />
|
|
3669
|
+
<line
|
|
3670
|
+
x1="10"
|
|
3671
|
+
y1="12"
|
|
3672
|
+
x2="14"
|
|
3673
|
+
y2="12" />
|
|
3674
|
+
</svg>
|
|
3675
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3676
|
+
}
|
|
3677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ArchiveIconComponent, decorators: [{
|
|
3678
|
+
type: Component,
|
|
3679
|
+
args: [{
|
|
3680
|
+
selector: 'ea-icon-archive',
|
|
3681
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3682
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
3683
|
+
template: `
|
|
3684
|
+
<svg
|
|
3685
|
+
viewBox="0 0 24 24"
|
|
3686
|
+
fill="none"
|
|
3687
|
+
stroke="currentColor"
|
|
3688
|
+
stroke-width="2"
|
|
3689
|
+
stroke-linecap="round"
|
|
3690
|
+
stroke-linejoin="round"
|
|
3691
|
+
aria-hidden="true"
|
|
3692
|
+
width="100%"
|
|
3693
|
+
height="100%">
|
|
3694
|
+
<polyline points="21 8 21 21 3 21 3 8" />
|
|
3695
|
+
<rect
|
|
3696
|
+
x="1"
|
|
3697
|
+
y="3"
|
|
3698
|
+
width="22"
|
|
3699
|
+
height="5" />
|
|
3700
|
+
<line
|
|
3701
|
+
x1="10"
|
|
3702
|
+
y1="12"
|
|
3703
|
+
x2="14"
|
|
3704
|
+
y2="12" />
|
|
3705
|
+
</svg>
|
|
3706
|
+
`,
|
|
3707
|
+
}]
|
|
3708
|
+
}] });
|
|
3709
|
+
|
|
3644
3710
|
class ArrowLeftIconComponent {
|
|
3645
3711
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ArrowLeftIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3646
3712
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ArrowLeftIconComponent, isStandalone: true, selector: "ea-icon-arrow-left", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
@@ -3741,9 +3807,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3741
3807
|
}]
|
|
3742
3808
|
}] });
|
|
3743
3809
|
|
|
3744
|
-
class
|
|
3745
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3746
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
3810
|
+
class AtSignIconComponent {
|
|
3811
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AtSignIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3812
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: AtSignIconComponent, isStandalone: true, selector: "ea-icon-at-sign", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
3747
3813
|
<svg
|
|
3748
3814
|
viewBox="0 0 24 24"
|
|
3749
3815
|
fill="none"
|
|
@@ -3754,15 +3820,18 @@ class BellIconComponent {
|
|
|
3754
3820
|
aria-hidden="true"
|
|
3755
3821
|
width="100%"
|
|
3756
3822
|
height="100%">
|
|
3757
|
-
<
|
|
3758
|
-
|
|
3823
|
+
<circle
|
|
3824
|
+
cx="12"
|
|
3825
|
+
cy="12"
|
|
3826
|
+
r="4" />
|
|
3827
|
+
<path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" />
|
|
3759
3828
|
</svg>
|
|
3760
3829
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3761
3830
|
}
|
|
3762
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: AtSignIconComponent, decorators: [{
|
|
3763
3832
|
type: Component,
|
|
3764
3833
|
args: [{
|
|
3765
|
-
selector: 'ea-icon-
|
|
3834
|
+
selector: 'ea-icon-at-sign',
|
|
3766
3835
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3767
3836
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
3768
3837
|
template: `
|
|
@@ -3776,16 +3845,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3776
3845
|
aria-hidden="true"
|
|
3777
3846
|
width="100%"
|
|
3778
3847
|
height="100%">
|
|
3779
|
-
<
|
|
3780
|
-
|
|
3848
|
+
<circle
|
|
3849
|
+
cx="12"
|
|
3850
|
+
cy="12"
|
|
3851
|
+
r="4" />
|
|
3852
|
+
<path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94" />
|
|
3781
3853
|
</svg>
|
|
3782
3854
|
`,
|
|
3783
3855
|
}]
|
|
3784
3856
|
}] });
|
|
3785
3857
|
|
|
3786
|
-
class
|
|
3787
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3788
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
3858
|
+
class BarChartIconComponent {
|
|
3859
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: BarChartIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3860
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: BarChartIconComponent, isStandalone: true, selector: "ea-icon-bar-chart", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
3789
3861
|
<svg
|
|
3790
3862
|
viewBox="0 0 24 24"
|
|
3791
3863
|
fill="none"
|
|
@@ -3796,15 +3868,28 @@ class CheckCircleIconComponent {
|
|
|
3796
3868
|
aria-hidden="true"
|
|
3797
3869
|
width="100%"
|
|
3798
3870
|
height="100%">
|
|
3799
|
-
<
|
|
3800
|
-
|
|
3871
|
+
<line
|
|
3872
|
+
x1="12"
|
|
3873
|
+
y1="20"
|
|
3874
|
+
x2="12"
|
|
3875
|
+
y2="10" />
|
|
3876
|
+
<line
|
|
3877
|
+
x1="18"
|
|
3878
|
+
y1="20"
|
|
3879
|
+
x2="18"
|
|
3880
|
+
y2="4" />
|
|
3881
|
+
<line
|
|
3882
|
+
x1="6"
|
|
3883
|
+
y1="20"
|
|
3884
|
+
x2="6"
|
|
3885
|
+
y2="16" />
|
|
3801
3886
|
</svg>
|
|
3802
3887
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3803
3888
|
}
|
|
3804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: BarChartIconComponent, decorators: [{
|
|
3805
3890
|
type: Component,
|
|
3806
3891
|
args: [{
|
|
3807
|
-
selector: 'ea-icon-
|
|
3892
|
+
selector: 'ea-icon-bar-chart',
|
|
3808
3893
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3809
3894
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
3810
3895
|
template: `
|
|
@@ -3818,16 +3903,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3818
3903
|
aria-hidden="true"
|
|
3819
3904
|
width="100%"
|
|
3820
3905
|
height="100%">
|
|
3821
|
-
<
|
|
3822
|
-
|
|
3906
|
+
<line
|
|
3907
|
+
x1="12"
|
|
3908
|
+
y1="20"
|
|
3909
|
+
x2="12"
|
|
3910
|
+
y2="10" />
|
|
3911
|
+
<line
|
|
3912
|
+
x1="18"
|
|
3913
|
+
y1="20"
|
|
3914
|
+
x2="18"
|
|
3915
|
+
y2="4" />
|
|
3916
|
+
<line
|
|
3917
|
+
x1="6"
|
|
3918
|
+
y1="20"
|
|
3919
|
+
x2="6"
|
|
3920
|
+
y2="16" />
|
|
3823
3921
|
</svg>
|
|
3824
3922
|
`,
|
|
3825
3923
|
}]
|
|
3826
3924
|
}] });
|
|
3827
3925
|
|
|
3828
|
-
class
|
|
3829
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3830
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
3926
|
+
class BellIconComponent {
|
|
3927
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: BellIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3928
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: BellIconComponent, isStandalone: true, selector: "ea-icon-bell", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
3831
3929
|
<svg
|
|
3832
3930
|
viewBox="0 0 24 24"
|
|
3833
3931
|
fill="none"
|
|
@@ -3838,14 +3936,15 @@ class ChevronUpIconComponent {
|
|
|
3838
3936
|
aria-hidden="true"
|
|
3839
3937
|
width="100%"
|
|
3840
3938
|
height="100%">
|
|
3841
|
-
<
|
|
3939
|
+
<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" />
|
|
3940
|
+
<path d="M13.73 21a2 2 0 0 1-3.46 0" />
|
|
3842
3941
|
</svg>
|
|
3843
3942
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3844
3943
|
}
|
|
3845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3944
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: BellIconComponent, decorators: [{
|
|
3846
3945
|
type: Component,
|
|
3847
3946
|
args: [{
|
|
3848
|
-
selector: 'ea-icon-
|
|
3947
|
+
selector: 'ea-icon-bell',
|
|
3849
3948
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3850
3949
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
3851
3950
|
template: `
|
|
@@ -3859,15 +3958,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3859
3958
|
aria-hidden="true"
|
|
3860
3959
|
width="100%"
|
|
3861
3960
|
height="100%">
|
|
3862
|
-
<
|
|
3961
|
+
<path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9" />
|
|
3962
|
+
<path d="M13.73 21a2 2 0 0 1-3.46 0" />
|
|
3863
3963
|
</svg>
|
|
3864
3964
|
`,
|
|
3865
3965
|
}]
|
|
3866
3966
|
}] });
|
|
3867
3967
|
|
|
3868
|
-
class
|
|
3869
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3870
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
3968
|
+
class BookmarkIconComponent {
|
|
3969
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: BookmarkIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3970
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: BookmarkIconComponent, isStandalone: true, selector: "ea-icon-bookmark", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
3871
3971
|
<svg
|
|
3872
3972
|
viewBox="0 0 24 24"
|
|
3873
3973
|
fill="none"
|
|
@@ -3878,18 +3978,14 @@ class ClockIconComponent {
|
|
|
3878
3978
|
aria-hidden="true"
|
|
3879
3979
|
width="100%"
|
|
3880
3980
|
height="100%">
|
|
3881
|
-
<
|
|
3882
|
-
cx="12"
|
|
3883
|
-
cy="12"
|
|
3884
|
-
r="10" />
|
|
3885
|
-
<polyline points="12 6 12 12 16 14" />
|
|
3981
|
+
<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" />
|
|
3886
3982
|
</svg>
|
|
3887
3983
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3888
3984
|
}
|
|
3889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: BookmarkIconComponent, decorators: [{
|
|
3890
3986
|
type: Component,
|
|
3891
3987
|
args: [{
|
|
3892
|
-
selector: 'ea-icon-
|
|
3988
|
+
selector: 'ea-icon-bookmark',
|
|
3893
3989
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3894
3990
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
3895
3991
|
template: `
|
|
@@ -3903,19 +3999,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3903
3999
|
aria-hidden="true"
|
|
3904
4000
|
width="100%"
|
|
3905
4001
|
height="100%">
|
|
3906
|
-
<
|
|
3907
|
-
cx="12"
|
|
3908
|
-
cy="12"
|
|
3909
|
-
r="10" />
|
|
3910
|
-
<polyline points="12 6 12 12 16 14" />
|
|
4002
|
+
<path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z" />
|
|
3911
4003
|
</svg>
|
|
3912
4004
|
`,
|
|
3913
4005
|
}]
|
|
3914
4006
|
}] });
|
|
3915
4007
|
|
|
3916
|
-
class
|
|
3917
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3918
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
4008
|
+
class BriefcaseIconComponent {
|
|
4009
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: BriefcaseIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4010
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: BriefcaseIconComponent, isStandalone: true, selector: "ea-icon-briefcase", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
3919
4011
|
<svg
|
|
3920
4012
|
viewBox="0 0 24 24"
|
|
3921
4013
|
fill="none"
|
|
@@ -3927,20 +4019,20 @@ class CopyIconComponent {
|
|
|
3927
4019
|
width="100%"
|
|
3928
4020
|
height="100%">
|
|
3929
4021
|
<rect
|
|
3930
|
-
x="
|
|
3931
|
-
y="
|
|
3932
|
-
width="
|
|
3933
|
-
height="
|
|
4022
|
+
x="2"
|
|
4023
|
+
y="7"
|
|
4024
|
+
width="20"
|
|
4025
|
+
height="14"
|
|
3934
4026
|
rx="2"
|
|
3935
4027
|
ry="2" />
|
|
3936
|
-
<path d="
|
|
4028
|
+
<path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" />
|
|
3937
4029
|
</svg>
|
|
3938
4030
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3939
4031
|
}
|
|
3940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: BriefcaseIconComponent, decorators: [{
|
|
3941
4033
|
type: Component,
|
|
3942
4034
|
args: [{
|
|
3943
|
-
selector: 'ea-icon-
|
|
4035
|
+
selector: 'ea-icon-briefcase',
|
|
3944
4036
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3945
4037
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
3946
4038
|
template: `
|
|
@@ -3955,21 +4047,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
3955
4047
|
width="100%"
|
|
3956
4048
|
height="100%">
|
|
3957
4049
|
<rect
|
|
3958
|
-
x="
|
|
3959
|
-
y="
|
|
3960
|
-
width="
|
|
3961
|
-
height="
|
|
4050
|
+
x="2"
|
|
4051
|
+
y="7"
|
|
4052
|
+
width="20"
|
|
4053
|
+
height="14"
|
|
3962
4054
|
rx="2"
|
|
3963
4055
|
ry="2" />
|
|
3964
|
-
<path d="
|
|
4056
|
+
<path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" />
|
|
3965
4057
|
</svg>
|
|
3966
4058
|
`,
|
|
3967
4059
|
}]
|
|
3968
4060
|
}] });
|
|
3969
4061
|
|
|
3970
|
-
class
|
|
3971
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
3972
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
4062
|
+
class CheckCircleIconComponent {
|
|
4063
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CheckCircleIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4064
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: CheckCircleIconComponent, isStandalone: true, selector: "ea-icon-check-circle", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
3973
4065
|
<svg
|
|
3974
4066
|
viewBox="0 0 24 24"
|
|
3975
4067
|
fill="none"
|
|
@@ -3980,20 +4072,15 @@ class DownloadIconComponent {
|
|
|
3980
4072
|
aria-hidden="true"
|
|
3981
4073
|
width="100%"
|
|
3982
4074
|
height="100%">
|
|
3983
|
-
<path d="
|
|
3984
|
-
<polyline points="
|
|
3985
|
-
<line
|
|
3986
|
-
x1="12"
|
|
3987
|
-
y1="15"
|
|
3988
|
-
x2="12"
|
|
3989
|
-
y2="3" />
|
|
4075
|
+
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14" />
|
|
4076
|
+
<polyline points="22 4 12 14.01 9 11.01" />
|
|
3990
4077
|
</svg>
|
|
3991
4078
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3992
4079
|
}
|
|
3993
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4080
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CheckCircleIconComponent, decorators: [{
|
|
3994
4081
|
type: Component,
|
|
3995
4082
|
args: [{
|
|
3996
|
-
selector: 'ea-icon-
|
|
4083
|
+
selector: 'ea-icon-check-circle',
|
|
3997
4084
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3998
4085
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
3999
4086
|
template: `
|
|
@@ -4007,21 +4094,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4007
4094
|
aria-hidden="true"
|
|
4008
4095
|
width="100%"
|
|
4009
4096
|
height="100%">
|
|
4010
|
-
<path d="
|
|
4011
|
-
<polyline points="
|
|
4012
|
-
<line
|
|
4013
|
-
x1="12"
|
|
4014
|
-
y1="15"
|
|
4015
|
-
x2="12"
|
|
4016
|
-
y2="3" />
|
|
4097
|
+
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14" />
|
|
4098
|
+
<polyline points="22 4 12 14.01 9 11.01" />
|
|
4017
4099
|
</svg>
|
|
4018
4100
|
`,
|
|
4019
4101
|
}]
|
|
4020
4102
|
}] });
|
|
4021
4103
|
|
|
4022
|
-
class
|
|
4023
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4024
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
4104
|
+
class ChevronUpIconComponent {
|
|
4105
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ChevronUpIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4106
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ChevronUpIconComponent, isStandalone: true, selector: "ea-icon-chevron-up", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4025
4107
|
<svg
|
|
4026
4108
|
viewBox="0 0 24 24"
|
|
4027
4109
|
fill="none"
|
|
@@ -4032,20 +4114,14 @@ class ExternalLinkIconComponent {
|
|
|
4032
4114
|
aria-hidden="true"
|
|
4033
4115
|
width="100%"
|
|
4034
4116
|
height="100%">
|
|
4035
|
-
<
|
|
4036
|
-
<polyline points="15 3 21 3 21 9" />
|
|
4037
|
-
<line
|
|
4038
|
-
x1="10"
|
|
4039
|
-
y1="14"
|
|
4040
|
-
x2="21"
|
|
4041
|
-
y2="3" />
|
|
4117
|
+
<polyline points="18 15 12 9 6 15" />
|
|
4042
4118
|
</svg>
|
|
4043
4119
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4044
4120
|
}
|
|
4045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ChevronUpIconComponent, decorators: [{
|
|
4046
4122
|
type: Component,
|
|
4047
4123
|
args: [{
|
|
4048
|
-
selector: 'ea-icon-
|
|
4124
|
+
selector: 'ea-icon-chevron-up',
|
|
4049
4125
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4050
4126
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4051
4127
|
template: `
|
|
@@ -4059,21 +4135,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4059
4135
|
aria-hidden="true"
|
|
4060
4136
|
width="100%"
|
|
4061
4137
|
height="100%">
|
|
4062
|
-
<
|
|
4063
|
-
<polyline points="15 3 21 3 21 9" />
|
|
4064
|
-
<line
|
|
4065
|
-
x1="10"
|
|
4066
|
-
y1="14"
|
|
4067
|
-
x2="21"
|
|
4068
|
-
y2="3" />
|
|
4138
|
+
<polyline points="18 15 12 9 6 15" />
|
|
4069
4139
|
</svg>
|
|
4070
4140
|
`,
|
|
4071
4141
|
}]
|
|
4072
4142
|
}] });
|
|
4073
4143
|
|
|
4074
|
-
class
|
|
4075
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4076
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
4144
|
+
class ClipboardIconComponent {
|
|
4145
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipboardIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4146
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ClipboardIconComponent, isStandalone: true, selector: "ea-icon-clipboard", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4077
4147
|
<svg
|
|
4078
4148
|
viewBox="0 0 24 24"
|
|
4079
4149
|
fill="none"
|
|
@@ -4085,19 +4155,21 @@ class EyeOffIconComponent {
|
|
|
4085
4155
|
width="100%"
|
|
4086
4156
|
height="100%">
|
|
4087
4157
|
<path
|
|
4088
|
-
d="
|
|
4089
|
-
<
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4158
|
+
d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" />
|
|
4159
|
+
<rect
|
|
4160
|
+
x="8"
|
|
4161
|
+
y="2"
|
|
4162
|
+
width="8"
|
|
4163
|
+
height="4"
|
|
4164
|
+
rx="1"
|
|
4165
|
+
ry="1" />
|
|
4094
4166
|
</svg>
|
|
4095
4167
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4096
4168
|
}
|
|
4097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4169
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClipboardIconComponent, decorators: [{
|
|
4098
4170
|
type: Component,
|
|
4099
4171
|
args: [{
|
|
4100
|
-
selector: 'ea-icon-
|
|
4172
|
+
selector: 'ea-icon-clipboard',
|
|
4101
4173
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4102
4174
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4103
4175
|
template: `
|
|
@@ -4112,20 +4184,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4112
4184
|
width="100%"
|
|
4113
4185
|
height="100%">
|
|
4114
4186
|
<path
|
|
4115
|
-
d="
|
|
4116
|
-
<
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4187
|
+
d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" />
|
|
4188
|
+
<rect
|
|
4189
|
+
x="8"
|
|
4190
|
+
y="2"
|
|
4191
|
+
width="8"
|
|
4192
|
+
height="4"
|
|
4193
|
+
rx="1"
|
|
4194
|
+
ry="1" />
|
|
4121
4195
|
</svg>
|
|
4122
4196
|
`,
|
|
4123
4197
|
}]
|
|
4124
4198
|
}] });
|
|
4125
4199
|
|
|
4126
|
-
class
|
|
4127
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4128
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
4200
|
+
class ClockIconComponent {
|
|
4201
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClockIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4202
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ClockIconComponent, isStandalone: true, selector: "ea-icon-clock", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4129
4203
|
<svg
|
|
4130
4204
|
viewBox="0 0 24 24"
|
|
4131
4205
|
fill="none"
|
|
@@ -4136,18 +4210,18 @@ class EyeIconComponent {
|
|
|
4136
4210
|
aria-hidden="true"
|
|
4137
4211
|
width="100%"
|
|
4138
4212
|
height="100%">
|
|
4139
|
-
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8Z" />
|
|
4140
4213
|
<circle
|
|
4141
4214
|
cx="12"
|
|
4142
4215
|
cy="12"
|
|
4143
|
-
r="
|
|
4216
|
+
r="10" />
|
|
4217
|
+
<polyline points="12 6 12 12 16 14" />
|
|
4144
4218
|
</svg>
|
|
4145
4219
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4146
4220
|
}
|
|
4147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ClockIconComponent, decorators: [{
|
|
4148
4222
|
type: Component,
|
|
4149
4223
|
args: [{
|
|
4150
|
-
selector: 'ea-icon-
|
|
4224
|
+
selector: 'ea-icon-clock',
|
|
4151
4225
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4152
4226
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4153
4227
|
template: `
|
|
@@ -4161,57 +4235,2407 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4161
4235
|
aria-hidden="true"
|
|
4162
4236
|
width="100%"
|
|
4163
4237
|
height="100%">
|
|
4164
|
-
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8Z" />
|
|
4165
4238
|
<circle
|
|
4166
4239
|
cx="12"
|
|
4167
4240
|
cy="12"
|
|
4168
|
-
r="
|
|
4241
|
+
r="10" />
|
|
4242
|
+
<polyline points="12 6 12 12 16 14" />
|
|
4169
4243
|
</svg>
|
|
4170
4244
|
`,
|
|
4171
4245
|
}]
|
|
4172
4246
|
}] });
|
|
4173
4247
|
|
|
4174
|
-
class
|
|
4175
|
-
|
|
4176
|
-
static
|
|
4177
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.9", type: FacebookIconComponent, isStandalone: true, selector: "ea-icon-facebook", inputs: { brand: { classPropertyName: "brand", publicName: "brand", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.color": "brand() ? '#1877F2' : null" }, styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4248
|
+
class CloudIconComponent {
|
|
4249
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CloudIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4250
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: CloudIconComponent, isStandalone: true, selector: "ea-icon-cloud", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4178
4251
|
<svg
|
|
4179
4252
|
viewBox="0 0 24 24"
|
|
4180
|
-
fill="
|
|
4253
|
+
fill="none"
|
|
4254
|
+
stroke="currentColor"
|
|
4255
|
+
stroke-width="2"
|
|
4256
|
+
stroke-linecap="round"
|
|
4257
|
+
stroke-linejoin="round"
|
|
4181
4258
|
aria-hidden="true"
|
|
4182
4259
|
width="100%"
|
|
4183
4260
|
height="100%">
|
|
4184
|
-
<path
|
|
4185
|
-
d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073" />
|
|
4261
|
+
<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" />
|
|
4186
4262
|
</svg>
|
|
4187
4263
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4188
4264
|
}
|
|
4189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CloudIconComponent, decorators: [{
|
|
4190
4266
|
type: Component,
|
|
4191
4267
|
args: [{
|
|
4192
|
-
selector: 'ea-icon-
|
|
4268
|
+
selector: 'ea-icon-cloud',
|
|
4193
4269
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4194
|
-
host: {
|
|
4195
|
-
style: 'display: inline-flex; width: 1em; height: 1em;',
|
|
4196
|
-
'[style.color]': "brand() ? '#1877F2' : null",
|
|
4197
|
-
},
|
|
4270
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4198
4271
|
template: `
|
|
4199
4272
|
<svg
|
|
4200
4273
|
viewBox="0 0 24 24"
|
|
4201
|
-
fill="
|
|
4202
|
-
|
|
4203
|
-
width="
|
|
4204
|
-
|
|
4205
|
-
|
|
4274
|
+
fill="none"
|
|
4275
|
+
stroke="currentColor"
|
|
4276
|
+
stroke-width="2"
|
|
4277
|
+
stroke-linecap="round"
|
|
4278
|
+
stroke-linejoin="round"
|
|
4279
|
+
aria-hidden="true"
|
|
4280
|
+
width="100%"
|
|
4281
|
+
height="100%">
|
|
4282
|
+
<path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z" />
|
|
4283
|
+
</svg>
|
|
4284
|
+
`,
|
|
4285
|
+
}]
|
|
4286
|
+
}] });
|
|
4287
|
+
|
|
4288
|
+
class CopyIconComponent {
|
|
4289
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CopyIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4290
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: CopyIconComponent, isStandalone: true, selector: "ea-icon-copy", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4291
|
+
<svg
|
|
4292
|
+
viewBox="0 0 24 24"
|
|
4293
|
+
fill="none"
|
|
4294
|
+
stroke="currentColor"
|
|
4295
|
+
stroke-width="2"
|
|
4296
|
+
stroke-linecap="round"
|
|
4297
|
+
stroke-linejoin="round"
|
|
4298
|
+
aria-hidden="true"
|
|
4299
|
+
width="100%"
|
|
4300
|
+
height="100%">
|
|
4301
|
+
<rect
|
|
4302
|
+
x="9"
|
|
4303
|
+
y="9"
|
|
4304
|
+
width="13"
|
|
4305
|
+
height="13"
|
|
4306
|
+
rx="2"
|
|
4307
|
+
ry="2" />
|
|
4308
|
+
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" />
|
|
4309
|
+
</svg>
|
|
4310
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4311
|
+
}
|
|
4312
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CopyIconComponent, decorators: [{
|
|
4313
|
+
type: Component,
|
|
4314
|
+
args: [{
|
|
4315
|
+
selector: 'ea-icon-copy',
|
|
4316
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4317
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4318
|
+
template: `
|
|
4319
|
+
<svg
|
|
4320
|
+
viewBox="0 0 24 24"
|
|
4321
|
+
fill="none"
|
|
4322
|
+
stroke="currentColor"
|
|
4323
|
+
stroke-width="2"
|
|
4324
|
+
stroke-linecap="round"
|
|
4325
|
+
stroke-linejoin="round"
|
|
4326
|
+
aria-hidden="true"
|
|
4327
|
+
width="100%"
|
|
4328
|
+
height="100%">
|
|
4329
|
+
<rect
|
|
4330
|
+
x="9"
|
|
4331
|
+
y="9"
|
|
4332
|
+
width="13"
|
|
4333
|
+
height="13"
|
|
4334
|
+
rx="2"
|
|
4335
|
+
ry="2" />
|
|
4336
|
+
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" />
|
|
4337
|
+
</svg>
|
|
4338
|
+
`,
|
|
4339
|
+
}]
|
|
4340
|
+
}] });
|
|
4341
|
+
|
|
4342
|
+
class CreditCardIconComponent {
|
|
4343
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CreditCardIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4344
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: CreditCardIconComponent, isStandalone: true, selector: "ea-icon-credit-card", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4345
|
+
<svg
|
|
4346
|
+
viewBox="0 0 24 24"
|
|
4347
|
+
fill="none"
|
|
4348
|
+
stroke="currentColor"
|
|
4349
|
+
stroke-width="2"
|
|
4350
|
+
stroke-linecap="round"
|
|
4351
|
+
stroke-linejoin="round"
|
|
4352
|
+
aria-hidden="true"
|
|
4353
|
+
width="100%"
|
|
4354
|
+
height="100%">
|
|
4355
|
+
<rect
|
|
4356
|
+
x="1"
|
|
4357
|
+
y="4"
|
|
4358
|
+
width="22"
|
|
4359
|
+
height="16"
|
|
4360
|
+
rx="2"
|
|
4361
|
+
ry="2" />
|
|
4362
|
+
<line
|
|
4363
|
+
x1="1"
|
|
4364
|
+
y1="10"
|
|
4365
|
+
x2="23"
|
|
4366
|
+
y2="10" />
|
|
4367
|
+
</svg>
|
|
4368
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4369
|
+
}
|
|
4370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: CreditCardIconComponent, decorators: [{
|
|
4371
|
+
type: Component,
|
|
4372
|
+
args: [{
|
|
4373
|
+
selector: 'ea-icon-credit-card',
|
|
4374
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4375
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4376
|
+
template: `
|
|
4377
|
+
<svg
|
|
4378
|
+
viewBox="0 0 24 24"
|
|
4379
|
+
fill="none"
|
|
4380
|
+
stroke="currentColor"
|
|
4381
|
+
stroke-width="2"
|
|
4382
|
+
stroke-linecap="round"
|
|
4383
|
+
stroke-linejoin="round"
|
|
4384
|
+
aria-hidden="true"
|
|
4385
|
+
width="100%"
|
|
4386
|
+
height="100%">
|
|
4387
|
+
<rect
|
|
4388
|
+
x="1"
|
|
4389
|
+
y="4"
|
|
4390
|
+
width="22"
|
|
4391
|
+
height="16"
|
|
4392
|
+
rx="2"
|
|
4393
|
+
ry="2" />
|
|
4394
|
+
<line
|
|
4395
|
+
x1="1"
|
|
4396
|
+
y1="10"
|
|
4397
|
+
x2="23"
|
|
4398
|
+
y2="10" />
|
|
4399
|
+
</svg>
|
|
4400
|
+
`,
|
|
4401
|
+
}]
|
|
4402
|
+
}] });
|
|
4403
|
+
|
|
4404
|
+
class DollarSignIconComponent {
|
|
4405
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: DollarSignIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4406
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: DollarSignIconComponent, isStandalone: true, selector: "ea-icon-dollar-sign", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4407
|
+
<svg
|
|
4408
|
+
viewBox="0 0 24 24"
|
|
4409
|
+
fill="none"
|
|
4410
|
+
stroke="currentColor"
|
|
4411
|
+
stroke-width="2"
|
|
4412
|
+
stroke-linecap="round"
|
|
4413
|
+
stroke-linejoin="round"
|
|
4414
|
+
aria-hidden="true"
|
|
4415
|
+
width="100%"
|
|
4416
|
+
height="100%">
|
|
4417
|
+
<line
|
|
4418
|
+
x1="12"
|
|
4419
|
+
y1="1"
|
|
4420
|
+
x2="12"
|
|
4421
|
+
y2="23" />
|
|
4422
|
+
<path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" />
|
|
4423
|
+
</svg>
|
|
4424
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4425
|
+
}
|
|
4426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: DollarSignIconComponent, decorators: [{
|
|
4427
|
+
type: Component,
|
|
4428
|
+
args: [{
|
|
4429
|
+
selector: 'ea-icon-dollar-sign',
|
|
4430
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4431
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4432
|
+
template: `
|
|
4433
|
+
<svg
|
|
4434
|
+
viewBox="0 0 24 24"
|
|
4435
|
+
fill="none"
|
|
4436
|
+
stroke="currentColor"
|
|
4437
|
+
stroke-width="2"
|
|
4438
|
+
stroke-linecap="round"
|
|
4439
|
+
stroke-linejoin="round"
|
|
4440
|
+
aria-hidden="true"
|
|
4441
|
+
width="100%"
|
|
4442
|
+
height="100%">
|
|
4443
|
+
<line
|
|
4444
|
+
x1="12"
|
|
4445
|
+
y1="1"
|
|
4446
|
+
x2="12"
|
|
4447
|
+
y2="23" />
|
|
4448
|
+
<path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6" />
|
|
4449
|
+
</svg>
|
|
4450
|
+
`,
|
|
4451
|
+
}]
|
|
4452
|
+
}] });
|
|
4453
|
+
|
|
4454
|
+
class DownloadIconComponent {
|
|
4455
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: DownloadIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4456
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: DownloadIconComponent, isStandalone: true, selector: "ea-icon-download", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4457
|
+
<svg
|
|
4458
|
+
viewBox="0 0 24 24"
|
|
4459
|
+
fill="none"
|
|
4460
|
+
stroke="currentColor"
|
|
4461
|
+
stroke-width="2"
|
|
4462
|
+
stroke-linecap="round"
|
|
4463
|
+
stroke-linejoin="round"
|
|
4464
|
+
aria-hidden="true"
|
|
4465
|
+
width="100%"
|
|
4466
|
+
height="100%">
|
|
4467
|
+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
|
|
4468
|
+
<polyline points="7 10 12 15 17 10" />
|
|
4469
|
+
<line
|
|
4470
|
+
x1="12"
|
|
4471
|
+
y1="15"
|
|
4472
|
+
x2="12"
|
|
4473
|
+
y2="3" />
|
|
4474
|
+
</svg>
|
|
4475
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4476
|
+
}
|
|
4477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: DownloadIconComponent, decorators: [{
|
|
4478
|
+
type: Component,
|
|
4479
|
+
args: [{
|
|
4480
|
+
selector: 'ea-icon-download',
|
|
4481
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4482
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4483
|
+
template: `
|
|
4484
|
+
<svg
|
|
4485
|
+
viewBox="0 0 24 24"
|
|
4486
|
+
fill="none"
|
|
4487
|
+
stroke="currentColor"
|
|
4488
|
+
stroke-width="2"
|
|
4489
|
+
stroke-linecap="round"
|
|
4490
|
+
stroke-linejoin="round"
|
|
4491
|
+
aria-hidden="true"
|
|
4492
|
+
width="100%"
|
|
4493
|
+
height="100%">
|
|
4494
|
+
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
|
|
4495
|
+
<polyline points="7 10 12 15 17 10" />
|
|
4496
|
+
<line
|
|
4497
|
+
x1="12"
|
|
4498
|
+
y1="15"
|
|
4499
|
+
x2="12"
|
|
4500
|
+
y2="3" />
|
|
4501
|
+
</svg>
|
|
4502
|
+
`,
|
|
4503
|
+
}]
|
|
4504
|
+
}] });
|
|
4505
|
+
|
|
4506
|
+
class ExternalLinkIconComponent {
|
|
4507
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ExternalLinkIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4508
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ExternalLinkIconComponent, isStandalone: true, selector: "ea-icon-external-link", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4509
|
+
<svg
|
|
4510
|
+
viewBox="0 0 24 24"
|
|
4511
|
+
fill="none"
|
|
4512
|
+
stroke="currentColor"
|
|
4513
|
+
stroke-width="2"
|
|
4514
|
+
stroke-linecap="round"
|
|
4515
|
+
stroke-linejoin="round"
|
|
4516
|
+
aria-hidden="true"
|
|
4517
|
+
width="100%"
|
|
4518
|
+
height="100%">
|
|
4519
|
+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
|
|
4520
|
+
<polyline points="15 3 21 3 21 9" />
|
|
4521
|
+
<line
|
|
4522
|
+
x1="10"
|
|
4523
|
+
y1="14"
|
|
4524
|
+
x2="21"
|
|
4525
|
+
y2="3" />
|
|
4526
|
+
</svg>
|
|
4527
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4528
|
+
}
|
|
4529
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ExternalLinkIconComponent, decorators: [{
|
|
4530
|
+
type: Component,
|
|
4531
|
+
args: [{
|
|
4532
|
+
selector: 'ea-icon-external-link',
|
|
4533
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4534
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4535
|
+
template: `
|
|
4536
|
+
<svg
|
|
4537
|
+
viewBox="0 0 24 24"
|
|
4538
|
+
fill="none"
|
|
4539
|
+
stroke="currentColor"
|
|
4540
|
+
stroke-width="2"
|
|
4541
|
+
stroke-linecap="round"
|
|
4542
|
+
stroke-linejoin="round"
|
|
4543
|
+
aria-hidden="true"
|
|
4544
|
+
width="100%"
|
|
4545
|
+
height="100%">
|
|
4546
|
+
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
|
|
4547
|
+
<polyline points="15 3 21 3 21 9" />
|
|
4548
|
+
<line
|
|
4549
|
+
x1="10"
|
|
4550
|
+
y1="14"
|
|
4551
|
+
x2="21"
|
|
4552
|
+
y2="3" />
|
|
4553
|
+
</svg>
|
|
4554
|
+
`,
|
|
4555
|
+
}]
|
|
4556
|
+
}] });
|
|
4557
|
+
|
|
4558
|
+
class EyeOffIconComponent {
|
|
4559
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: EyeOffIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4560
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: EyeOffIconComponent, isStandalone: true, selector: "ea-icon-eye-off", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4561
|
+
<svg
|
|
4562
|
+
viewBox="0 0 24 24"
|
|
4563
|
+
fill="none"
|
|
4564
|
+
stroke="currentColor"
|
|
4565
|
+
stroke-width="2"
|
|
4566
|
+
stroke-linecap="round"
|
|
4567
|
+
stroke-linejoin="round"
|
|
4568
|
+
aria-hidden="true"
|
|
4569
|
+
width="100%"
|
|
4570
|
+
height="100%">
|
|
4571
|
+
<path
|
|
4572
|
+
d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" />
|
|
4573
|
+
<line
|
|
4574
|
+
x1="1"
|
|
4575
|
+
y1="1"
|
|
4576
|
+
x2="23"
|
|
4577
|
+
y2="23" />
|
|
4578
|
+
</svg>
|
|
4579
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4580
|
+
}
|
|
4581
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: EyeOffIconComponent, decorators: [{
|
|
4582
|
+
type: Component,
|
|
4583
|
+
args: [{
|
|
4584
|
+
selector: 'ea-icon-eye-off',
|
|
4585
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4586
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4587
|
+
template: `
|
|
4588
|
+
<svg
|
|
4589
|
+
viewBox="0 0 24 24"
|
|
4590
|
+
fill="none"
|
|
4591
|
+
stroke="currentColor"
|
|
4592
|
+
stroke-width="2"
|
|
4593
|
+
stroke-linecap="round"
|
|
4594
|
+
stroke-linejoin="round"
|
|
4595
|
+
aria-hidden="true"
|
|
4596
|
+
width="100%"
|
|
4597
|
+
height="100%">
|
|
4598
|
+
<path
|
|
4599
|
+
d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24" />
|
|
4600
|
+
<line
|
|
4601
|
+
x1="1"
|
|
4602
|
+
y1="1"
|
|
4603
|
+
x2="23"
|
|
4604
|
+
y2="23" />
|
|
4605
|
+
</svg>
|
|
4606
|
+
`,
|
|
4607
|
+
}]
|
|
4608
|
+
}] });
|
|
4609
|
+
|
|
4610
|
+
class EyeIconComponent {
|
|
4611
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: EyeIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4612
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: EyeIconComponent, isStandalone: true, selector: "ea-icon-eye", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4613
|
+
<svg
|
|
4614
|
+
viewBox="0 0 24 24"
|
|
4615
|
+
fill="none"
|
|
4616
|
+
stroke="currentColor"
|
|
4617
|
+
stroke-width="2"
|
|
4618
|
+
stroke-linecap="round"
|
|
4619
|
+
stroke-linejoin="round"
|
|
4620
|
+
aria-hidden="true"
|
|
4621
|
+
width="100%"
|
|
4622
|
+
height="100%">
|
|
4623
|
+
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8Z" />
|
|
4624
|
+
<circle
|
|
4625
|
+
cx="12"
|
|
4626
|
+
cy="12"
|
|
4627
|
+
r="3" />
|
|
4628
|
+
</svg>
|
|
4629
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4630
|
+
}
|
|
4631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: EyeIconComponent, decorators: [{
|
|
4632
|
+
type: Component,
|
|
4633
|
+
args: [{
|
|
4634
|
+
selector: 'ea-icon-eye',
|
|
4635
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4636
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4637
|
+
template: `
|
|
4638
|
+
<svg
|
|
4639
|
+
viewBox="0 0 24 24"
|
|
4640
|
+
fill="none"
|
|
4641
|
+
stroke="currentColor"
|
|
4642
|
+
stroke-width="2"
|
|
4643
|
+
stroke-linecap="round"
|
|
4644
|
+
stroke-linejoin="round"
|
|
4645
|
+
aria-hidden="true"
|
|
4646
|
+
width="100%"
|
|
4647
|
+
height="100%">
|
|
4648
|
+
<path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8Z" />
|
|
4649
|
+
<circle
|
|
4650
|
+
cx="12"
|
|
4651
|
+
cy="12"
|
|
4652
|
+
r="3" />
|
|
4653
|
+
</svg>
|
|
4654
|
+
`,
|
|
4655
|
+
}]
|
|
4656
|
+
}] });
|
|
4657
|
+
|
|
4658
|
+
class FacebookIconComponent {
|
|
4659
|
+
brand = input(false, ...(ngDevMode ? [{ debugName: "brand" }] : /* istanbul ignore next */ []));
|
|
4660
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FacebookIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4661
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.9", type: FacebookIconComponent, isStandalone: true, selector: "ea-icon-facebook", inputs: { brand: { classPropertyName: "brand", publicName: "brand", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.color": "brand() ? '#1877F2' : null" }, styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4662
|
+
<svg
|
|
4663
|
+
viewBox="0 0 24 24"
|
|
4664
|
+
fill="currentColor"
|
|
4665
|
+
aria-hidden="true"
|
|
4666
|
+
width="100%"
|
|
4667
|
+
height="100%">
|
|
4668
|
+
<path
|
|
4669
|
+
d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073" />
|
|
4670
|
+
</svg>
|
|
4671
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4672
|
+
}
|
|
4673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FacebookIconComponent, decorators: [{
|
|
4674
|
+
type: Component,
|
|
4675
|
+
args: [{
|
|
4676
|
+
selector: 'ea-icon-facebook',
|
|
4677
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4678
|
+
host: {
|
|
4679
|
+
style: 'display: inline-flex; width: 1em; height: 1em;',
|
|
4680
|
+
'[style.color]': "brand() ? '#1877F2' : null",
|
|
4681
|
+
},
|
|
4682
|
+
template: `
|
|
4683
|
+
<svg
|
|
4684
|
+
viewBox="0 0 24 24"
|
|
4685
|
+
fill="currentColor"
|
|
4686
|
+
aria-hidden="true"
|
|
4687
|
+
width="100%"
|
|
4688
|
+
height="100%">
|
|
4689
|
+
<path
|
|
4206
4690
|
d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073" />
|
|
4207
4691
|
</svg>
|
|
4208
4692
|
`,
|
|
4209
4693
|
}]
|
|
4210
|
-
}], propDecorators: { brand: [{ type: i0.Input, args: [{ isSignal: true, alias: "brand", required: false }] }] } });
|
|
4694
|
+
}], propDecorators: { brand: [{ type: i0.Input, args: [{ isSignal: true, alias: "brand", required: false }] }] } });
|
|
4695
|
+
|
|
4696
|
+
class FileIconComponent {
|
|
4697
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FileIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4698
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: FileIconComponent, isStandalone: true, selector: "ea-icon-file", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4699
|
+
<svg
|
|
4700
|
+
viewBox="0 0 24 24"
|
|
4701
|
+
fill="none"
|
|
4702
|
+
stroke="currentColor"
|
|
4703
|
+
stroke-width="2"
|
|
4704
|
+
stroke-linecap="round"
|
|
4705
|
+
stroke-linejoin="round"
|
|
4706
|
+
aria-hidden="true"
|
|
4707
|
+
width="100%"
|
|
4708
|
+
height="100%">
|
|
4709
|
+
<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z" />
|
|
4710
|
+
<polyline points="13 2 13 9 20 9" />
|
|
4711
|
+
</svg>
|
|
4712
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4713
|
+
}
|
|
4714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FileIconComponent, decorators: [{
|
|
4715
|
+
type: Component,
|
|
4716
|
+
args: [{
|
|
4717
|
+
selector: 'ea-icon-file',
|
|
4718
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4719
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4720
|
+
template: `
|
|
4721
|
+
<svg
|
|
4722
|
+
viewBox="0 0 24 24"
|
|
4723
|
+
fill="none"
|
|
4724
|
+
stroke="currentColor"
|
|
4725
|
+
stroke-width="2"
|
|
4726
|
+
stroke-linecap="round"
|
|
4727
|
+
stroke-linejoin="round"
|
|
4728
|
+
aria-hidden="true"
|
|
4729
|
+
width="100%"
|
|
4730
|
+
height="100%">
|
|
4731
|
+
<path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z" />
|
|
4732
|
+
<polyline points="13 2 13 9 20 9" />
|
|
4733
|
+
</svg>
|
|
4734
|
+
`,
|
|
4735
|
+
}]
|
|
4736
|
+
}] });
|
|
4737
|
+
|
|
4738
|
+
class FilterIconComponent {
|
|
4739
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FilterIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4740
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: FilterIconComponent, isStandalone: true, selector: "ea-icon-filter", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4741
|
+
<svg
|
|
4742
|
+
viewBox="0 0 24 24"
|
|
4743
|
+
fill="none"
|
|
4744
|
+
stroke="currentColor"
|
|
4745
|
+
stroke-width="2"
|
|
4746
|
+
stroke-linecap="round"
|
|
4747
|
+
stroke-linejoin="round"
|
|
4748
|
+
aria-hidden="true"
|
|
4749
|
+
width="100%"
|
|
4750
|
+
height="100%">
|
|
4751
|
+
<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" />
|
|
4752
|
+
</svg>
|
|
4753
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4754
|
+
}
|
|
4755
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FilterIconComponent, decorators: [{
|
|
4756
|
+
type: Component,
|
|
4757
|
+
args: [{
|
|
4758
|
+
selector: 'ea-icon-filter',
|
|
4759
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4760
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4761
|
+
template: `
|
|
4762
|
+
<svg
|
|
4763
|
+
viewBox="0 0 24 24"
|
|
4764
|
+
fill="none"
|
|
4765
|
+
stroke="currentColor"
|
|
4766
|
+
stroke-width="2"
|
|
4767
|
+
stroke-linecap="round"
|
|
4768
|
+
stroke-linejoin="round"
|
|
4769
|
+
aria-hidden="true"
|
|
4770
|
+
width="100%"
|
|
4771
|
+
height="100%">
|
|
4772
|
+
<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" />
|
|
4773
|
+
</svg>
|
|
4774
|
+
`,
|
|
4775
|
+
}]
|
|
4776
|
+
}] });
|
|
4777
|
+
|
|
4778
|
+
class FlagIconComponent {
|
|
4779
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FlagIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4780
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: FlagIconComponent, isStandalone: true, selector: "ea-icon-flag", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4781
|
+
<svg
|
|
4782
|
+
viewBox="0 0 24 24"
|
|
4783
|
+
fill="none"
|
|
4784
|
+
stroke="currentColor"
|
|
4785
|
+
stroke-width="2"
|
|
4786
|
+
stroke-linecap="round"
|
|
4787
|
+
stroke-linejoin="round"
|
|
4788
|
+
aria-hidden="true"
|
|
4789
|
+
width="100%"
|
|
4790
|
+
height="100%">
|
|
4791
|
+
<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z" />
|
|
4792
|
+
<line
|
|
4793
|
+
x1="4"
|
|
4794
|
+
y1="22"
|
|
4795
|
+
x2="4"
|
|
4796
|
+
y2="15" />
|
|
4797
|
+
</svg>
|
|
4798
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4799
|
+
}
|
|
4800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FlagIconComponent, decorators: [{
|
|
4801
|
+
type: Component,
|
|
4802
|
+
args: [{
|
|
4803
|
+
selector: 'ea-icon-flag',
|
|
4804
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4805
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4806
|
+
template: `
|
|
4807
|
+
<svg
|
|
4808
|
+
viewBox="0 0 24 24"
|
|
4809
|
+
fill="none"
|
|
4810
|
+
stroke="currentColor"
|
|
4811
|
+
stroke-width="2"
|
|
4812
|
+
stroke-linecap="round"
|
|
4813
|
+
stroke-linejoin="round"
|
|
4814
|
+
aria-hidden="true"
|
|
4815
|
+
width="100%"
|
|
4816
|
+
height="100%">
|
|
4817
|
+
<path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z" />
|
|
4818
|
+
<line
|
|
4819
|
+
x1="4"
|
|
4820
|
+
y1="22"
|
|
4821
|
+
x2="4"
|
|
4822
|
+
y2="15" />
|
|
4823
|
+
</svg>
|
|
4824
|
+
`,
|
|
4825
|
+
}]
|
|
4826
|
+
}] });
|
|
4827
|
+
|
|
4828
|
+
class FolderIconComponent {
|
|
4829
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FolderIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4830
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: FolderIconComponent, isStandalone: true, selector: "ea-icon-folder", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4831
|
+
<svg
|
|
4832
|
+
viewBox="0 0 24 24"
|
|
4833
|
+
fill="none"
|
|
4834
|
+
stroke="currentColor"
|
|
4835
|
+
stroke-width="2"
|
|
4836
|
+
stroke-linecap="round"
|
|
4837
|
+
stroke-linejoin="round"
|
|
4838
|
+
aria-hidden="true"
|
|
4839
|
+
width="100%"
|
|
4840
|
+
height="100%">
|
|
4841
|
+
<path
|
|
4842
|
+
d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" />
|
|
4843
|
+
</svg>
|
|
4844
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4845
|
+
}
|
|
4846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: FolderIconComponent, decorators: [{
|
|
4847
|
+
type: Component,
|
|
4848
|
+
args: [{
|
|
4849
|
+
selector: 'ea-icon-folder',
|
|
4850
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4851
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4852
|
+
template: `
|
|
4853
|
+
<svg
|
|
4854
|
+
viewBox="0 0 24 24"
|
|
4855
|
+
fill="none"
|
|
4856
|
+
stroke="currentColor"
|
|
4857
|
+
stroke-width="2"
|
|
4858
|
+
stroke-linecap="round"
|
|
4859
|
+
stroke-linejoin="round"
|
|
4860
|
+
aria-hidden="true"
|
|
4861
|
+
width="100%"
|
|
4862
|
+
height="100%">
|
|
4863
|
+
<path
|
|
4864
|
+
d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" />
|
|
4865
|
+
</svg>
|
|
4866
|
+
`,
|
|
4867
|
+
}]
|
|
4868
|
+
}] });
|
|
4869
|
+
|
|
4870
|
+
class GiftIconComponent {
|
|
4871
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: GiftIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4872
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: GiftIconComponent, isStandalone: true, selector: "ea-icon-gift", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4873
|
+
<svg
|
|
4874
|
+
viewBox="0 0 24 24"
|
|
4875
|
+
fill="none"
|
|
4876
|
+
stroke="currentColor"
|
|
4877
|
+
stroke-width="2"
|
|
4878
|
+
stroke-linecap="round"
|
|
4879
|
+
stroke-linejoin="round"
|
|
4880
|
+
aria-hidden="true"
|
|
4881
|
+
width="100%"
|
|
4882
|
+
height="100%">
|
|
4883
|
+
<polyline points="20 12 20 22 4 22 4 12" />
|
|
4884
|
+
<rect
|
|
4885
|
+
x="2"
|
|
4886
|
+
y="7"
|
|
4887
|
+
width="20"
|
|
4888
|
+
height="5" />
|
|
4889
|
+
<line
|
|
4890
|
+
x1="12"
|
|
4891
|
+
y1="22"
|
|
4892
|
+
x2="12"
|
|
4893
|
+
y2="7" />
|
|
4894
|
+
<path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z" />
|
|
4895
|
+
<path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z" />
|
|
4896
|
+
</svg>
|
|
4897
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4898
|
+
}
|
|
4899
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: GiftIconComponent, decorators: [{
|
|
4900
|
+
type: Component,
|
|
4901
|
+
args: [{
|
|
4902
|
+
selector: 'ea-icon-gift',
|
|
4903
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4904
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4905
|
+
template: `
|
|
4906
|
+
<svg
|
|
4907
|
+
viewBox="0 0 24 24"
|
|
4908
|
+
fill="none"
|
|
4909
|
+
stroke="currentColor"
|
|
4910
|
+
stroke-width="2"
|
|
4911
|
+
stroke-linecap="round"
|
|
4912
|
+
stroke-linejoin="round"
|
|
4913
|
+
aria-hidden="true"
|
|
4914
|
+
width="100%"
|
|
4915
|
+
height="100%">
|
|
4916
|
+
<polyline points="20 12 20 22 4 22 4 12" />
|
|
4917
|
+
<rect
|
|
4918
|
+
x="2"
|
|
4919
|
+
y="7"
|
|
4920
|
+
width="20"
|
|
4921
|
+
height="5" />
|
|
4922
|
+
<line
|
|
4923
|
+
x1="12"
|
|
4924
|
+
y1="22"
|
|
4925
|
+
x2="12"
|
|
4926
|
+
y2="7" />
|
|
4927
|
+
<path d="M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z" />
|
|
4928
|
+
<path d="M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z" />
|
|
4929
|
+
</svg>
|
|
4930
|
+
`,
|
|
4931
|
+
}]
|
|
4932
|
+
}] });
|
|
4933
|
+
|
|
4934
|
+
class GithubIconComponent {
|
|
4935
|
+
brand = input(false, ...(ngDevMode ? [{ debugName: "brand" }] : /* istanbul ignore next */ []));
|
|
4936
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: GithubIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4937
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.9", type: GithubIconComponent, isStandalone: true, selector: "ea-icon-github", inputs: { brand: { classPropertyName: "brand", publicName: "brand", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.color": "brand() ? '#181717' : null" }, styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4938
|
+
<svg
|
|
4939
|
+
viewBox="0 0 24 24"
|
|
4940
|
+
fill="currentColor"
|
|
4941
|
+
aria-hidden="true"
|
|
4942
|
+
width="100%"
|
|
4943
|
+
height="100%">
|
|
4944
|
+
<path
|
|
4945
|
+
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
|
|
4946
|
+
</svg>
|
|
4947
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4948
|
+
}
|
|
4949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: GithubIconComponent, decorators: [{
|
|
4950
|
+
type: Component,
|
|
4951
|
+
args: [{
|
|
4952
|
+
selector: 'ea-icon-github',
|
|
4953
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4954
|
+
host: {
|
|
4955
|
+
style: 'display: inline-flex; width: 1em; height: 1em;',
|
|
4956
|
+
'[style.color]': "brand() ? '#181717' : null",
|
|
4957
|
+
},
|
|
4958
|
+
template: `
|
|
4959
|
+
<svg
|
|
4960
|
+
viewBox="0 0 24 24"
|
|
4961
|
+
fill="currentColor"
|
|
4962
|
+
aria-hidden="true"
|
|
4963
|
+
width="100%"
|
|
4964
|
+
height="100%">
|
|
4965
|
+
<path
|
|
4966
|
+
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
|
|
4967
|
+
</svg>
|
|
4968
|
+
`,
|
|
4969
|
+
}]
|
|
4970
|
+
}], propDecorators: { brand: [{ type: i0.Input, args: [{ isSignal: true, alias: "brand", required: false }] }] } });
|
|
4971
|
+
|
|
4972
|
+
class GlobeIconComponent {
|
|
4973
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: GlobeIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4974
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: GlobeIconComponent, isStandalone: true, selector: "ea-icon-globe", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4975
|
+
<svg
|
|
4976
|
+
viewBox="0 0 24 24"
|
|
4977
|
+
fill="none"
|
|
4978
|
+
stroke="currentColor"
|
|
4979
|
+
stroke-width="2"
|
|
4980
|
+
stroke-linecap="round"
|
|
4981
|
+
stroke-linejoin="round"
|
|
4982
|
+
aria-hidden="true"
|
|
4983
|
+
width="100%"
|
|
4984
|
+
height="100%">
|
|
4985
|
+
<circle
|
|
4986
|
+
cx="12"
|
|
4987
|
+
cy="12"
|
|
4988
|
+
r="10" />
|
|
4989
|
+
<line
|
|
4990
|
+
x1="2"
|
|
4991
|
+
y1="12"
|
|
4992
|
+
x2="22"
|
|
4993
|
+
y2="12" />
|
|
4994
|
+
<path
|
|
4995
|
+
d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
|
|
4996
|
+
</svg>
|
|
4997
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4998
|
+
}
|
|
4999
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: GlobeIconComponent, decorators: [{
|
|
5000
|
+
type: Component,
|
|
5001
|
+
args: [{
|
|
5002
|
+
selector: 'ea-icon-globe',
|
|
5003
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5004
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5005
|
+
template: `
|
|
5006
|
+
<svg
|
|
5007
|
+
viewBox="0 0 24 24"
|
|
5008
|
+
fill="none"
|
|
5009
|
+
stroke="currentColor"
|
|
5010
|
+
stroke-width="2"
|
|
5011
|
+
stroke-linecap="round"
|
|
5012
|
+
stroke-linejoin="round"
|
|
5013
|
+
aria-hidden="true"
|
|
5014
|
+
width="100%"
|
|
5015
|
+
height="100%">
|
|
5016
|
+
<circle
|
|
5017
|
+
cx="12"
|
|
5018
|
+
cy="12"
|
|
5019
|
+
r="10" />
|
|
5020
|
+
<line
|
|
5021
|
+
x1="2"
|
|
5022
|
+
y1="12"
|
|
5023
|
+
x2="22"
|
|
5024
|
+
y2="12" />
|
|
5025
|
+
<path
|
|
5026
|
+
d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
|
|
5027
|
+
</svg>
|
|
5028
|
+
`,
|
|
5029
|
+
}]
|
|
5030
|
+
}] });
|
|
5031
|
+
|
|
5032
|
+
class GoogleIconComponent {
|
|
5033
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: GoogleIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5034
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: GoogleIconComponent, isStandalone: true, selector: "ea-icon-google", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5035
|
+
<svg
|
|
5036
|
+
viewBox="0 0 24 24"
|
|
5037
|
+
aria-hidden="true"
|
|
5038
|
+
width="100%"
|
|
5039
|
+
height="100%">
|
|
5040
|
+
<path
|
|
5041
|
+
d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 0 1-2.2 3.32v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.1z"
|
|
5042
|
+
fill="#4285F4" />
|
|
5043
|
+
<path
|
|
5044
|
+
d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"
|
|
5045
|
+
fill="#34A853" />
|
|
5046
|
+
<path
|
|
5047
|
+
d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18A10.96 10.96 0 0 0 1 12c0 1.77.42 3.45 1.18 4.93l3.66-2.84z"
|
|
5048
|
+
fill="#FBBC05" />
|
|
5049
|
+
<path
|
|
5050
|
+
d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"
|
|
5051
|
+
fill="#EA4335" />
|
|
5052
|
+
</svg>
|
|
5053
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5054
|
+
}
|
|
5055
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: GoogleIconComponent, decorators: [{
|
|
5056
|
+
type: Component,
|
|
5057
|
+
args: [{
|
|
5058
|
+
selector: 'ea-icon-google',
|
|
5059
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5060
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5061
|
+
template: `
|
|
5062
|
+
<svg
|
|
5063
|
+
viewBox="0 0 24 24"
|
|
5064
|
+
aria-hidden="true"
|
|
5065
|
+
width="100%"
|
|
5066
|
+
height="100%">
|
|
5067
|
+
<path
|
|
5068
|
+
d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 0 1-2.2 3.32v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.1z"
|
|
5069
|
+
fill="#4285F4" />
|
|
5070
|
+
<path
|
|
5071
|
+
d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"
|
|
5072
|
+
fill="#34A853" />
|
|
5073
|
+
<path
|
|
5074
|
+
d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18A10.96 10.96 0 0 0 1 12c0 1.77.42 3.45 1.18 4.93l3.66-2.84z"
|
|
5075
|
+
fill="#FBBC05" />
|
|
5076
|
+
<path
|
|
5077
|
+
d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"
|
|
5078
|
+
fill="#EA4335" />
|
|
5079
|
+
</svg>
|
|
5080
|
+
`,
|
|
5081
|
+
}]
|
|
5082
|
+
}] });
|
|
5083
|
+
|
|
5084
|
+
class HashIconComponent {
|
|
5085
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HashIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5086
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: HashIconComponent, isStandalone: true, selector: "ea-icon-hash", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5087
|
+
<svg
|
|
5088
|
+
viewBox="0 0 24 24"
|
|
5089
|
+
fill="none"
|
|
5090
|
+
stroke="currentColor"
|
|
5091
|
+
stroke-width="2"
|
|
5092
|
+
stroke-linecap="round"
|
|
5093
|
+
stroke-linejoin="round"
|
|
5094
|
+
aria-hidden="true"
|
|
5095
|
+
width="100%"
|
|
5096
|
+
height="100%">
|
|
5097
|
+
<line
|
|
5098
|
+
x1="4"
|
|
5099
|
+
y1="9"
|
|
5100
|
+
x2="20"
|
|
5101
|
+
y2="9" />
|
|
5102
|
+
<line
|
|
5103
|
+
x1="4"
|
|
5104
|
+
y1="15"
|
|
5105
|
+
x2="20"
|
|
5106
|
+
y2="15" />
|
|
5107
|
+
<line
|
|
5108
|
+
x1="10"
|
|
5109
|
+
y1="3"
|
|
5110
|
+
x2="8"
|
|
5111
|
+
y2="21" />
|
|
5112
|
+
<line
|
|
5113
|
+
x1="16"
|
|
5114
|
+
y1="3"
|
|
5115
|
+
x2="14"
|
|
5116
|
+
y2="21" />
|
|
5117
|
+
</svg>
|
|
5118
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5119
|
+
}
|
|
5120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HashIconComponent, decorators: [{
|
|
5121
|
+
type: Component,
|
|
5122
|
+
args: [{
|
|
5123
|
+
selector: 'ea-icon-hash',
|
|
5124
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5125
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5126
|
+
template: `
|
|
5127
|
+
<svg
|
|
5128
|
+
viewBox="0 0 24 24"
|
|
5129
|
+
fill="none"
|
|
5130
|
+
stroke="currentColor"
|
|
5131
|
+
stroke-width="2"
|
|
5132
|
+
stroke-linecap="round"
|
|
5133
|
+
stroke-linejoin="round"
|
|
5134
|
+
aria-hidden="true"
|
|
5135
|
+
width="100%"
|
|
5136
|
+
height="100%">
|
|
5137
|
+
<line
|
|
5138
|
+
x1="4"
|
|
5139
|
+
y1="9"
|
|
5140
|
+
x2="20"
|
|
5141
|
+
y2="9" />
|
|
5142
|
+
<line
|
|
5143
|
+
x1="4"
|
|
5144
|
+
y1="15"
|
|
5145
|
+
x2="20"
|
|
5146
|
+
y2="15" />
|
|
5147
|
+
<line
|
|
5148
|
+
x1="10"
|
|
5149
|
+
y1="3"
|
|
5150
|
+
x2="8"
|
|
5151
|
+
y2="21" />
|
|
5152
|
+
<line
|
|
5153
|
+
x1="16"
|
|
5154
|
+
y1="3"
|
|
5155
|
+
x2="14"
|
|
5156
|
+
y2="21" />
|
|
5157
|
+
</svg>
|
|
5158
|
+
`,
|
|
5159
|
+
}]
|
|
5160
|
+
}] });
|
|
5161
|
+
|
|
5162
|
+
class HeartIconComponent {
|
|
5163
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HeartIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5164
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: HeartIconComponent, isStandalone: true, selector: "ea-icon-heart", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5165
|
+
<svg
|
|
5166
|
+
viewBox="0 0 24 24"
|
|
5167
|
+
fill="none"
|
|
5168
|
+
stroke="currentColor"
|
|
5169
|
+
stroke-width="2"
|
|
5170
|
+
stroke-linecap="round"
|
|
5171
|
+
stroke-linejoin="round"
|
|
5172
|
+
aria-hidden="true"
|
|
5173
|
+
width="100%"
|
|
5174
|
+
height="100%">
|
|
5175
|
+
<path
|
|
5176
|
+
d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" />
|
|
5177
|
+
</svg>
|
|
5178
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5179
|
+
}
|
|
5180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HeartIconComponent, decorators: [{
|
|
5181
|
+
type: Component,
|
|
5182
|
+
args: [{
|
|
5183
|
+
selector: 'ea-icon-heart',
|
|
5184
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5185
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5186
|
+
template: `
|
|
5187
|
+
<svg
|
|
5188
|
+
viewBox="0 0 24 24"
|
|
5189
|
+
fill="none"
|
|
5190
|
+
stroke="currentColor"
|
|
5191
|
+
stroke-width="2"
|
|
5192
|
+
stroke-linecap="round"
|
|
5193
|
+
stroke-linejoin="round"
|
|
5194
|
+
aria-hidden="true"
|
|
5195
|
+
width="100%"
|
|
5196
|
+
height="100%">
|
|
5197
|
+
<path
|
|
5198
|
+
d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z" />
|
|
5199
|
+
</svg>
|
|
5200
|
+
`,
|
|
5201
|
+
}]
|
|
5202
|
+
}] });
|
|
5203
|
+
|
|
5204
|
+
class HelpCircleIconComponent {
|
|
5205
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HelpCircleIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5206
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: HelpCircleIconComponent, isStandalone: true, selector: "ea-icon-help-circle", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5207
|
+
<svg
|
|
5208
|
+
viewBox="0 0 24 24"
|
|
5209
|
+
fill="none"
|
|
5210
|
+
stroke="currentColor"
|
|
5211
|
+
stroke-width="2"
|
|
5212
|
+
stroke-linecap="round"
|
|
5213
|
+
stroke-linejoin="round"
|
|
5214
|
+
aria-hidden="true"
|
|
5215
|
+
width="100%"
|
|
5216
|
+
height="100%">
|
|
5217
|
+
<circle
|
|
5218
|
+
cx="12"
|
|
5219
|
+
cy="12"
|
|
5220
|
+
r="10" />
|
|
5221
|
+
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
|
|
5222
|
+
<line
|
|
5223
|
+
x1="12"
|
|
5224
|
+
y1="17"
|
|
5225
|
+
x2="12.01"
|
|
5226
|
+
y2="17" />
|
|
5227
|
+
</svg>
|
|
5228
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5229
|
+
}
|
|
5230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HelpCircleIconComponent, decorators: [{
|
|
5231
|
+
type: Component,
|
|
5232
|
+
args: [{
|
|
5233
|
+
selector: 'ea-icon-help-circle',
|
|
5234
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5235
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5236
|
+
template: `
|
|
5237
|
+
<svg
|
|
5238
|
+
viewBox="0 0 24 24"
|
|
5239
|
+
fill="none"
|
|
5240
|
+
stroke="currentColor"
|
|
5241
|
+
stroke-width="2"
|
|
5242
|
+
stroke-linecap="round"
|
|
5243
|
+
stroke-linejoin="round"
|
|
5244
|
+
aria-hidden="true"
|
|
5245
|
+
width="100%"
|
|
5246
|
+
height="100%">
|
|
5247
|
+
<circle
|
|
5248
|
+
cx="12"
|
|
5249
|
+
cy="12"
|
|
5250
|
+
r="10" />
|
|
5251
|
+
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
|
|
5252
|
+
<line
|
|
5253
|
+
x1="12"
|
|
5254
|
+
y1="17"
|
|
5255
|
+
x2="12.01"
|
|
5256
|
+
y2="17" />
|
|
5257
|
+
</svg>
|
|
5258
|
+
`,
|
|
5259
|
+
}]
|
|
5260
|
+
}] });
|
|
5261
|
+
|
|
5262
|
+
class HomeIconComponent {
|
|
5263
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HomeIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5264
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: HomeIconComponent, isStandalone: true, selector: "ea-icon-home", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5265
|
+
<svg
|
|
5266
|
+
viewBox="0 0 24 24"
|
|
5267
|
+
fill="none"
|
|
5268
|
+
stroke="currentColor"
|
|
5269
|
+
stroke-width="2"
|
|
5270
|
+
stroke-linecap="round"
|
|
5271
|
+
stroke-linejoin="round"
|
|
5272
|
+
aria-hidden="true"
|
|
5273
|
+
width="100%"
|
|
5274
|
+
height="100%">
|
|
5275
|
+
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
|
|
5276
|
+
<polyline points="9 22 9 12 15 12 15 22" />
|
|
5277
|
+
</svg>
|
|
5278
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5279
|
+
}
|
|
5280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: HomeIconComponent, decorators: [{
|
|
5281
|
+
type: Component,
|
|
5282
|
+
args: [{
|
|
5283
|
+
selector: 'ea-icon-home',
|
|
5284
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5285
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5286
|
+
template: `
|
|
5287
|
+
<svg
|
|
5288
|
+
viewBox="0 0 24 24"
|
|
5289
|
+
fill="none"
|
|
5290
|
+
stroke="currentColor"
|
|
5291
|
+
stroke-width="2"
|
|
5292
|
+
stroke-linecap="round"
|
|
5293
|
+
stroke-linejoin="round"
|
|
5294
|
+
aria-hidden="true"
|
|
5295
|
+
width="100%"
|
|
5296
|
+
height="100%">
|
|
5297
|
+
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" />
|
|
5298
|
+
<polyline points="9 22 9 12 15 12 15 22" />
|
|
5299
|
+
</svg>
|
|
5300
|
+
`,
|
|
5301
|
+
}]
|
|
5302
|
+
}] });
|
|
5303
|
+
|
|
5304
|
+
class ImageIconComponent {
|
|
5305
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ImageIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5306
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ImageIconComponent, isStandalone: true, selector: "ea-icon-image", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5307
|
+
<svg
|
|
5308
|
+
viewBox="0 0 24 24"
|
|
5309
|
+
fill="none"
|
|
5310
|
+
stroke="currentColor"
|
|
5311
|
+
stroke-width="2"
|
|
5312
|
+
stroke-linecap="round"
|
|
5313
|
+
stroke-linejoin="round"
|
|
5314
|
+
aria-hidden="true"
|
|
5315
|
+
width="100%"
|
|
5316
|
+
height="100%">
|
|
5317
|
+
<rect
|
|
5318
|
+
x="3"
|
|
5319
|
+
y="3"
|
|
5320
|
+
width="18"
|
|
5321
|
+
height="18"
|
|
5322
|
+
rx="2"
|
|
5323
|
+
ry="2" />
|
|
5324
|
+
<circle
|
|
5325
|
+
cx="8.5"
|
|
5326
|
+
cy="8.5"
|
|
5327
|
+
r="1.5" />
|
|
5328
|
+
<polyline points="21 15 16 10 5 21" />
|
|
5329
|
+
</svg>
|
|
5330
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5331
|
+
}
|
|
5332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ImageIconComponent, decorators: [{
|
|
5333
|
+
type: Component,
|
|
5334
|
+
args: [{
|
|
5335
|
+
selector: 'ea-icon-image',
|
|
5336
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5337
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5338
|
+
template: `
|
|
5339
|
+
<svg
|
|
5340
|
+
viewBox="0 0 24 24"
|
|
5341
|
+
fill="none"
|
|
5342
|
+
stroke="currentColor"
|
|
5343
|
+
stroke-width="2"
|
|
5344
|
+
stroke-linecap="round"
|
|
5345
|
+
stroke-linejoin="round"
|
|
5346
|
+
aria-hidden="true"
|
|
5347
|
+
width="100%"
|
|
5348
|
+
height="100%">
|
|
5349
|
+
<rect
|
|
5350
|
+
x="3"
|
|
5351
|
+
y="3"
|
|
5352
|
+
width="18"
|
|
5353
|
+
height="18"
|
|
5354
|
+
rx="2"
|
|
5355
|
+
ry="2" />
|
|
5356
|
+
<circle
|
|
5357
|
+
cx="8.5"
|
|
5358
|
+
cy="8.5"
|
|
5359
|
+
r="1.5" />
|
|
5360
|
+
<polyline points="21 15 16 10 5 21" />
|
|
5361
|
+
</svg>
|
|
5362
|
+
`,
|
|
5363
|
+
}]
|
|
5364
|
+
}] });
|
|
5365
|
+
|
|
5366
|
+
class InboxIconComponent {
|
|
5367
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: InboxIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5368
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: InboxIconComponent, isStandalone: true, selector: "ea-icon-inbox", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5369
|
+
<svg
|
|
5370
|
+
viewBox="0 0 24 24"
|
|
5371
|
+
fill="none"
|
|
5372
|
+
stroke="currentColor"
|
|
5373
|
+
stroke-width="2"
|
|
5374
|
+
stroke-linecap="round"
|
|
5375
|
+
stroke-linejoin="round"
|
|
5376
|
+
aria-hidden="true"
|
|
5377
|
+
width="100%"
|
|
5378
|
+
height="100%">
|
|
5379
|
+
<polyline points="22 12 16 12 14 15 10 15 8 12 2 12" />
|
|
5380
|
+
<path
|
|
5381
|
+
d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" />
|
|
5382
|
+
</svg>
|
|
5383
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5384
|
+
}
|
|
5385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: InboxIconComponent, decorators: [{
|
|
5386
|
+
type: Component,
|
|
5387
|
+
args: [{
|
|
5388
|
+
selector: 'ea-icon-inbox',
|
|
5389
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5390
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5391
|
+
template: `
|
|
5392
|
+
<svg
|
|
5393
|
+
viewBox="0 0 24 24"
|
|
5394
|
+
fill="none"
|
|
5395
|
+
stroke="currentColor"
|
|
5396
|
+
stroke-width="2"
|
|
5397
|
+
stroke-linecap="round"
|
|
5398
|
+
stroke-linejoin="round"
|
|
5399
|
+
aria-hidden="true"
|
|
5400
|
+
width="100%"
|
|
5401
|
+
height="100%">
|
|
5402
|
+
<polyline points="22 12 16 12 14 15 10 15 8 12 2 12" />
|
|
5403
|
+
<path
|
|
5404
|
+
d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" />
|
|
5405
|
+
</svg>
|
|
5406
|
+
`,
|
|
5407
|
+
}]
|
|
5408
|
+
}] });
|
|
5409
|
+
|
|
5410
|
+
class LinkIconComponent {
|
|
5411
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LinkIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5412
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LinkIconComponent, isStandalone: true, selector: "ea-icon-link", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5413
|
+
<svg
|
|
5414
|
+
viewBox="0 0 24 24"
|
|
5415
|
+
fill="none"
|
|
5416
|
+
stroke="currentColor"
|
|
5417
|
+
stroke-width="2"
|
|
5418
|
+
stroke-linecap="round"
|
|
5419
|
+
stroke-linejoin="round"
|
|
5420
|
+
aria-hidden="true"
|
|
5421
|
+
width="100%"
|
|
5422
|
+
height="100%">
|
|
5423
|
+
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" />
|
|
5424
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" />
|
|
5425
|
+
</svg>
|
|
5426
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5427
|
+
}
|
|
5428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LinkIconComponent, decorators: [{
|
|
5429
|
+
type: Component,
|
|
5430
|
+
args: [{
|
|
5431
|
+
selector: 'ea-icon-link',
|
|
5432
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5433
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5434
|
+
template: `
|
|
5435
|
+
<svg
|
|
5436
|
+
viewBox="0 0 24 24"
|
|
5437
|
+
fill="none"
|
|
5438
|
+
stroke="currentColor"
|
|
5439
|
+
stroke-width="2"
|
|
5440
|
+
stroke-linecap="round"
|
|
5441
|
+
stroke-linejoin="round"
|
|
5442
|
+
aria-hidden="true"
|
|
5443
|
+
width="100%"
|
|
5444
|
+
height="100%">
|
|
5445
|
+
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" />
|
|
5446
|
+
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" />
|
|
5447
|
+
</svg>
|
|
5448
|
+
`,
|
|
5449
|
+
}]
|
|
5450
|
+
}] });
|
|
5451
|
+
|
|
5452
|
+
class ListIconComponent {
|
|
5453
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ListIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5454
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ListIconComponent, isStandalone: true, selector: "ea-icon-list", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5455
|
+
<svg
|
|
5456
|
+
viewBox="0 0 24 24"
|
|
5457
|
+
fill="none"
|
|
5458
|
+
stroke="currentColor"
|
|
5459
|
+
stroke-width="2"
|
|
5460
|
+
stroke-linecap="round"
|
|
5461
|
+
stroke-linejoin="round"
|
|
5462
|
+
aria-hidden="true"
|
|
5463
|
+
width="100%"
|
|
5464
|
+
height="100%">
|
|
5465
|
+
<line
|
|
5466
|
+
x1="8"
|
|
5467
|
+
y1="6"
|
|
5468
|
+
x2="21"
|
|
5469
|
+
y2="6" />
|
|
5470
|
+
<line
|
|
5471
|
+
x1="8"
|
|
5472
|
+
y1="12"
|
|
5473
|
+
x2="21"
|
|
5474
|
+
y2="12" />
|
|
5475
|
+
<line
|
|
5476
|
+
x1="8"
|
|
5477
|
+
y1="18"
|
|
5478
|
+
x2="21"
|
|
5479
|
+
y2="18" />
|
|
5480
|
+
<line
|
|
5481
|
+
x1="3"
|
|
5482
|
+
y1="6"
|
|
5483
|
+
x2="3.01"
|
|
5484
|
+
y2="6" />
|
|
5485
|
+
<line
|
|
5486
|
+
x1="3"
|
|
5487
|
+
y1="12"
|
|
5488
|
+
x2="3.01"
|
|
5489
|
+
y2="12" />
|
|
5490
|
+
<line
|
|
5491
|
+
x1="3"
|
|
5492
|
+
y1="18"
|
|
5493
|
+
x2="3.01"
|
|
5494
|
+
y2="18" />
|
|
5495
|
+
</svg>
|
|
5496
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5497
|
+
}
|
|
5498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ListIconComponent, decorators: [{
|
|
5499
|
+
type: Component,
|
|
5500
|
+
args: [{
|
|
5501
|
+
selector: 'ea-icon-list',
|
|
5502
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5503
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5504
|
+
template: `
|
|
5505
|
+
<svg
|
|
5506
|
+
viewBox="0 0 24 24"
|
|
5507
|
+
fill="none"
|
|
5508
|
+
stroke="currentColor"
|
|
5509
|
+
stroke-width="2"
|
|
5510
|
+
stroke-linecap="round"
|
|
5511
|
+
stroke-linejoin="round"
|
|
5512
|
+
aria-hidden="true"
|
|
5513
|
+
width="100%"
|
|
5514
|
+
height="100%">
|
|
5515
|
+
<line
|
|
5516
|
+
x1="8"
|
|
5517
|
+
y1="6"
|
|
5518
|
+
x2="21"
|
|
5519
|
+
y2="6" />
|
|
5520
|
+
<line
|
|
5521
|
+
x1="8"
|
|
5522
|
+
y1="12"
|
|
5523
|
+
x2="21"
|
|
5524
|
+
y2="12" />
|
|
5525
|
+
<line
|
|
5526
|
+
x1="8"
|
|
5527
|
+
y1="18"
|
|
5528
|
+
x2="21"
|
|
5529
|
+
y2="18" />
|
|
5530
|
+
<line
|
|
5531
|
+
x1="3"
|
|
5532
|
+
y1="6"
|
|
5533
|
+
x2="3.01"
|
|
5534
|
+
y2="6" />
|
|
5535
|
+
<line
|
|
5536
|
+
x1="3"
|
|
5537
|
+
y1="12"
|
|
5538
|
+
x2="3.01"
|
|
5539
|
+
y2="12" />
|
|
5540
|
+
<line
|
|
5541
|
+
x1="3"
|
|
5542
|
+
y1="18"
|
|
5543
|
+
x2="3.01"
|
|
5544
|
+
y2="18" />
|
|
5545
|
+
</svg>
|
|
5546
|
+
`,
|
|
5547
|
+
}]
|
|
5548
|
+
}] });
|
|
5549
|
+
|
|
5550
|
+
class LoaderIconComponent {
|
|
5551
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LoaderIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5552
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LoaderIconComponent, isStandalone: true, selector: "ea-icon-loader", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5553
|
+
<svg
|
|
5554
|
+
viewBox="0 0 24 24"
|
|
5555
|
+
fill="none"
|
|
5556
|
+
stroke="currentColor"
|
|
5557
|
+
stroke-width="2"
|
|
5558
|
+
stroke-linecap="round"
|
|
5559
|
+
stroke-linejoin="round"
|
|
5560
|
+
aria-hidden="true"
|
|
5561
|
+
width="100%"
|
|
5562
|
+
height="100%">
|
|
5563
|
+
<line
|
|
5564
|
+
x1="12"
|
|
5565
|
+
y1="2"
|
|
5566
|
+
x2="12"
|
|
5567
|
+
y2="6" />
|
|
5568
|
+
<line
|
|
5569
|
+
x1="12"
|
|
5570
|
+
y1="18"
|
|
5571
|
+
x2="12"
|
|
5572
|
+
y2="22" />
|
|
5573
|
+
<line
|
|
5574
|
+
x1="4.93"
|
|
5575
|
+
y1="4.93"
|
|
5576
|
+
x2="7.76"
|
|
5577
|
+
y2="7.76" />
|
|
5578
|
+
<line
|
|
5579
|
+
x1="16.24"
|
|
5580
|
+
y1="16.24"
|
|
5581
|
+
x2="19.07"
|
|
5582
|
+
y2="19.07" />
|
|
5583
|
+
<line
|
|
5584
|
+
x1="2"
|
|
5585
|
+
y1="12"
|
|
5586
|
+
x2="6"
|
|
5587
|
+
y2="12" />
|
|
5588
|
+
<line
|
|
5589
|
+
x1="18"
|
|
5590
|
+
y1="12"
|
|
5591
|
+
x2="22"
|
|
5592
|
+
y2="12" />
|
|
5593
|
+
<line
|
|
5594
|
+
x1="4.93"
|
|
5595
|
+
y1="19.07"
|
|
5596
|
+
x2="7.76"
|
|
5597
|
+
y2="16.24" />
|
|
5598
|
+
<line
|
|
5599
|
+
x1="16.24"
|
|
5600
|
+
y1="7.76"
|
|
5601
|
+
x2="19.07"
|
|
5602
|
+
y2="4.93" />
|
|
5603
|
+
</svg>
|
|
5604
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5605
|
+
}
|
|
5606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LoaderIconComponent, decorators: [{
|
|
5607
|
+
type: Component,
|
|
5608
|
+
args: [{
|
|
5609
|
+
selector: 'ea-icon-loader',
|
|
5610
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5611
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5612
|
+
template: `
|
|
5613
|
+
<svg
|
|
5614
|
+
viewBox="0 0 24 24"
|
|
5615
|
+
fill="none"
|
|
5616
|
+
stroke="currentColor"
|
|
5617
|
+
stroke-width="2"
|
|
5618
|
+
stroke-linecap="round"
|
|
5619
|
+
stroke-linejoin="round"
|
|
5620
|
+
aria-hidden="true"
|
|
5621
|
+
width="100%"
|
|
5622
|
+
height="100%">
|
|
5623
|
+
<line
|
|
5624
|
+
x1="12"
|
|
5625
|
+
y1="2"
|
|
5626
|
+
x2="12"
|
|
5627
|
+
y2="6" />
|
|
5628
|
+
<line
|
|
5629
|
+
x1="12"
|
|
5630
|
+
y1="18"
|
|
5631
|
+
x2="12"
|
|
5632
|
+
y2="22" />
|
|
5633
|
+
<line
|
|
5634
|
+
x1="4.93"
|
|
5635
|
+
y1="4.93"
|
|
5636
|
+
x2="7.76"
|
|
5637
|
+
y2="7.76" />
|
|
5638
|
+
<line
|
|
5639
|
+
x1="16.24"
|
|
5640
|
+
y1="16.24"
|
|
5641
|
+
x2="19.07"
|
|
5642
|
+
y2="19.07" />
|
|
5643
|
+
<line
|
|
5644
|
+
x1="2"
|
|
5645
|
+
y1="12"
|
|
5646
|
+
x2="6"
|
|
5647
|
+
y2="12" />
|
|
5648
|
+
<line
|
|
5649
|
+
x1="18"
|
|
5650
|
+
y1="12"
|
|
5651
|
+
x2="22"
|
|
5652
|
+
y2="12" />
|
|
5653
|
+
<line
|
|
5654
|
+
x1="4.93"
|
|
5655
|
+
y1="19.07"
|
|
5656
|
+
x2="7.76"
|
|
5657
|
+
y2="16.24" />
|
|
5658
|
+
<line
|
|
5659
|
+
x1="16.24"
|
|
5660
|
+
y1="7.76"
|
|
5661
|
+
x2="19.07"
|
|
5662
|
+
y2="4.93" />
|
|
5663
|
+
</svg>
|
|
5664
|
+
`,
|
|
5665
|
+
}]
|
|
5666
|
+
}] });
|
|
5667
|
+
|
|
5668
|
+
class LockIconComponent {
|
|
5669
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LockIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5670
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LockIconComponent, isStandalone: true, selector: "ea-icon-lock", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5671
|
+
<svg
|
|
5672
|
+
viewBox="0 0 24 24"
|
|
5673
|
+
fill="none"
|
|
5674
|
+
stroke="currentColor"
|
|
5675
|
+
stroke-width="2"
|
|
5676
|
+
stroke-linecap="round"
|
|
5677
|
+
stroke-linejoin="round"
|
|
5678
|
+
aria-hidden="true"
|
|
5679
|
+
width="100%"
|
|
5680
|
+
height="100%">
|
|
5681
|
+
<rect
|
|
5682
|
+
x="3"
|
|
5683
|
+
y="11"
|
|
5684
|
+
width="18"
|
|
5685
|
+
height="11"
|
|
5686
|
+
rx="2"
|
|
5687
|
+
ry="2" />
|
|
5688
|
+
<path d="M7 11V7a5 5 0 0 1 10 0v4" />
|
|
5689
|
+
</svg>
|
|
5690
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5691
|
+
}
|
|
5692
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LockIconComponent, decorators: [{
|
|
5693
|
+
type: Component,
|
|
5694
|
+
args: [{
|
|
5695
|
+
selector: 'ea-icon-lock',
|
|
5696
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5697
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5698
|
+
template: `
|
|
5699
|
+
<svg
|
|
5700
|
+
viewBox="0 0 24 24"
|
|
5701
|
+
fill="none"
|
|
5702
|
+
stroke="currentColor"
|
|
5703
|
+
stroke-width="2"
|
|
5704
|
+
stroke-linecap="round"
|
|
5705
|
+
stroke-linejoin="round"
|
|
5706
|
+
aria-hidden="true"
|
|
5707
|
+
width="100%"
|
|
5708
|
+
height="100%">
|
|
5709
|
+
<rect
|
|
5710
|
+
x="3"
|
|
5711
|
+
y="11"
|
|
5712
|
+
width="18"
|
|
5713
|
+
height="11"
|
|
5714
|
+
rx="2"
|
|
5715
|
+
ry="2" />
|
|
5716
|
+
<path d="M7 11V7a5 5 0 0 1 10 0v4" />
|
|
5717
|
+
</svg>
|
|
5718
|
+
`,
|
|
5719
|
+
}]
|
|
5720
|
+
}] });
|
|
5721
|
+
|
|
5722
|
+
class LogInIconComponent {
|
|
5723
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LogInIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5724
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LogInIconComponent, isStandalone: true, selector: "ea-icon-log-in", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5725
|
+
<svg
|
|
5726
|
+
viewBox="0 0 24 24"
|
|
5727
|
+
fill="none"
|
|
5728
|
+
stroke="currentColor"
|
|
5729
|
+
stroke-width="2"
|
|
5730
|
+
stroke-linecap="round"
|
|
5731
|
+
stroke-linejoin="round"
|
|
5732
|
+
aria-hidden="true"
|
|
5733
|
+
width="100%"
|
|
5734
|
+
height="100%">
|
|
5735
|
+
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" />
|
|
5736
|
+
<polyline points="10 17 15 12 10 7" />
|
|
5737
|
+
<line
|
|
5738
|
+
x1="15"
|
|
5739
|
+
y1="12"
|
|
5740
|
+
x2="3"
|
|
5741
|
+
y2="12" />
|
|
5742
|
+
</svg>
|
|
5743
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5744
|
+
}
|
|
5745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LogInIconComponent, decorators: [{
|
|
5746
|
+
type: Component,
|
|
5747
|
+
args: [{
|
|
5748
|
+
selector: 'ea-icon-log-in',
|
|
5749
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5750
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5751
|
+
template: `
|
|
5752
|
+
<svg
|
|
5753
|
+
viewBox="0 0 24 24"
|
|
5754
|
+
fill="none"
|
|
5755
|
+
stroke="currentColor"
|
|
5756
|
+
stroke-width="2"
|
|
5757
|
+
stroke-linecap="round"
|
|
5758
|
+
stroke-linejoin="round"
|
|
5759
|
+
aria-hidden="true"
|
|
5760
|
+
width="100%"
|
|
5761
|
+
height="100%">
|
|
5762
|
+
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4" />
|
|
5763
|
+
<polyline points="10 17 15 12 10 7" />
|
|
5764
|
+
<line
|
|
5765
|
+
x1="15"
|
|
5766
|
+
y1="12"
|
|
5767
|
+
x2="3"
|
|
5768
|
+
y2="12" />
|
|
5769
|
+
</svg>
|
|
5770
|
+
`,
|
|
5771
|
+
}]
|
|
5772
|
+
}] });
|
|
5773
|
+
|
|
5774
|
+
class LogOutIconComponent {
|
|
5775
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LogOutIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5776
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LogOutIconComponent, isStandalone: true, selector: "ea-icon-log-out", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5777
|
+
<svg
|
|
5778
|
+
viewBox="0 0 24 24"
|
|
5779
|
+
fill="none"
|
|
5780
|
+
stroke="currentColor"
|
|
5781
|
+
stroke-width="2"
|
|
5782
|
+
stroke-linecap="round"
|
|
5783
|
+
stroke-linejoin="round"
|
|
5784
|
+
aria-hidden="true"
|
|
5785
|
+
width="100%"
|
|
5786
|
+
height="100%">
|
|
5787
|
+
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
|
5788
|
+
<polyline points="16 17 21 12 16 7" />
|
|
5789
|
+
<line
|
|
5790
|
+
x1="21"
|
|
5791
|
+
y1="12"
|
|
5792
|
+
x2="9"
|
|
5793
|
+
y2="12" />
|
|
5794
|
+
</svg>
|
|
5795
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5796
|
+
}
|
|
5797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LogOutIconComponent, decorators: [{
|
|
5798
|
+
type: Component,
|
|
5799
|
+
args: [{
|
|
5800
|
+
selector: 'ea-icon-log-out',
|
|
5801
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5802
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5803
|
+
template: `
|
|
5804
|
+
<svg
|
|
5805
|
+
viewBox="0 0 24 24"
|
|
5806
|
+
fill="none"
|
|
5807
|
+
stroke="currentColor"
|
|
5808
|
+
stroke-width="2"
|
|
5809
|
+
stroke-linecap="round"
|
|
5810
|
+
stroke-linejoin="round"
|
|
5811
|
+
aria-hidden="true"
|
|
5812
|
+
width="100%"
|
|
5813
|
+
height="100%">
|
|
5814
|
+
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
|
5815
|
+
<polyline points="16 17 21 12 16 7" />
|
|
5816
|
+
<line
|
|
5817
|
+
x1="21"
|
|
5818
|
+
y1="12"
|
|
5819
|
+
x2="9"
|
|
5820
|
+
y2="12" />
|
|
5821
|
+
</svg>
|
|
5822
|
+
`,
|
|
5823
|
+
}]
|
|
5824
|
+
}] });
|
|
5825
|
+
|
|
5826
|
+
class MailIconComponent {
|
|
5827
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MailIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5828
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MailIconComponent, isStandalone: true, selector: "ea-icon-mail", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5829
|
+
<svg
|
|
5830
|
+
viewBox="0 0 24 24"
|
|
5831
|
+
fill="none"
|
|
5832
|
+
stroke="currentColor"
|
|
5833
|
+
stroke-width="2"
|
|
5834
|
+
stroke-linecap="round"
|
|
5835
|
+
stroke-linejoin="round"
|
|
5836
|
+
aria-hidden="true"
|
|
5837
|
+
width="100%"
|
|
5838
|
+
height="100%">
|
|
5839
|
+
<path
|
|
5840
|
+
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" />
|
|
5841
|
+
<polyline points="22 6 12 13 2 6" />
|
|
5842
|
+
</svg>
|
|
5843
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5844
|
+
}
|
|
5845
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MailIconComponent, decorators: [{
|
|
5846
|
+
type: Component,
|
|
5847
|
+
args: [{
|
|
5848
|
+
selector: 'ea-icon-mail',
|
|
5849
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5850
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5851
|
+
template: `
|
|
5852
|
+
<svg
|
|
5853
|
+
viewBox="0 0 24 24"
|
|
5854
|
+
fill="none"
|
|
5855
|
+
stroke="currentColor"
|
|
5856
|
+
stroke-width="2"
|
|
5857
|
+
stroke-linecap="round"
|
|
5858
|
+
stroke-linejoin="round"
|
|
5859
|
+
aria-hidden="true"
|
|
5860
|
+
width="100%"
|
|
5861
|
+
height="100%">
|
|
5862
|
+
<path
|
|
5863
|
+
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" />
|
|
5864
|
+
<polyline points="22 6 12 13 2 6" />
|
|
5865
|
+
</svg>
|
|
5866
|
+
`,
|
|
5867
|
+
}]
|
|
5868
|
+
}] });
|
|
5869
|
+
|
|
5870
|
+
class MapPinIconComponent {
|
|
5871
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MapPinIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5872
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MapPinIconComponent, isStandalone: true, selector: "ea-icon-map-pin", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5873
|
+
<svg
|
|
5874
|
+
viewBox="0 0 24 24"
|
|
5875
|
+
fill="none"
|
|
5876
|
+
stroke="currentColor"
|
|
5877
|
+
stroke-width="2"
|
|
5878
|
+
stroke-linecap="round"
|
|
5879
|
+
stroke-linejoin="round"
|
|
5880
|
+
aria-hidden="true"
|
|
5881
|
+
width="100%"
|
|
5882
|
+
height="100%">
|
|
5883
|
+
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z" />
|
|
5884
|
+
<circle
|
|
5885
|
+
cx="12"
|
|
5886
|
+
cy="10"
|
|
5887
|
+
r="3" />
|
|
5888
|
+
</svg>
|
|
5889
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5890
|
+
}
|
|
5891
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MapPinIconComponent, decorators: [{
|
|
5892
|
+
type: Component,
|
|
5893
|
+
args: [{
|
|
5894
|
+
selector: 'ea-icon-map-pin',
|
|
5895
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5896
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5897
|
+
template: `
|
|
5898
|
+
<svg
|
|
5899
|
+
viewBox="0 0 24 24"
|
|
5900
|
+
fill="none"
|
|
5901
|
+
stroke="currentColor"
|
|
5902
|
+
stroke-width="2"
|
|
5903
|
+
stroke-linecap="round"
|
|
5904
|
+
stroke-linejoin="round"
|
|
5905
|
+
aria-hidden="true"
|
|
5906
|
+
width="100%"
|
|
5907
|
+
height="100%">
|
|
5908
|
+
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z" />
|
|
5909
|
+
<circle
|
|
5910
|
+
cx="12"
|
|
5911
|
+
cy="10"
|
|
5912
|
+
r="3" />
|
|
5913
|
+
</svg>
|
|
5914
|
+
`,
|
|
5915
|
+
}]
|
|
5916
|
+
}] });
|
|
5917
|
+
|
|
5918
|
+
class MaximizeIconComponent {
|
|
5919
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MaximizeIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5920
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MaximizeIconComponent, isStandalone: true, selector: "ea-icon-maximize", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5921
|
+
<svg
|
|
5922
|
+
viewBox="0 0 24 24"
|
|
5923
|
+
fill="none"
|
|
5924
|
+
stroke="currentColor"
|
|
5925
|
+
stroke-width="2"
|
|
5926
|
+
stroke-linecap="round"
|
|
5927
|
+
stroke-linejoin="round"
|
|
5928
|
+
aria-hidden="true"
|
|
5929
|
+
width="100%"
|
|
5930
|
+
height="100%">
|
|
5931
|
+
<path d="M8 3H5a2 2 0 0 0-2 2v3" />
|
|
5932
|
+
<path d="M21 8V5a2 2 0 0 0-2-2h-3" />
|
|
5933
|
+
<path d="M3 16v3a2 2 0 0 0 2 2h3" />
|
|
5934
|
+
<path d="M16 21h3a2 2 0 0 0 2-2v-3" />
|
|
5935
|
+
</svg>
|
|
5936
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5937
|
+
}
|
|
5938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MaximizeIconComponent, decorators: [{
|
|
5939
|
+
type: Component,
|
|
5940
|
+
args: [{
|
|
5941
|
+
selector: 'ea-icon-maximize',
|
|
5942
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5943
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5944
|
+
template: `
|
|
5945
|
+
<svg
|
|
5946
|
+
viewBox="0 0 24 24"
|
|
5947
|
+
fill="none"
|
|
5948
|
+
stroke="currentColor"
|
|
5949
|
+
stroke-width="2"
|
|
5950
|
+
stroke-linecap="round"
|
|
5951
|
+
stroke-linejoin="round"
|
|
5952
|
+
aria-hidden="true"
|
|
5953
|
+
width="100%"
|
|
5954
|
+
height="100%">
|
|
5955
|
+
<path d="M8 3H5a2 2 0 0 0-2 2v3" />
|
|
5956
|
+
<path d="M21 8V5a2 2 0 0 0-2-2h-3" />
|
|
5957
|
+
<path d="M3 16v3a2 2 0 0 0 2 2h3" />
|
|
5958
|
+
<path d="M16 21h3a2 2 0 0 0 2-2v-3" />
|
|
5959
|
+
</svg>
|
|
5960
|
+
`,
|
|
5961
|
+
}]
|
|
5962
|
+
}] });
|
|
5963
|
+
|
|
5964
|
+
class MenuIconComponent {
|
|
5965
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MenuIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5966
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MenuIconComponent, isStandalone: true, selector: "ea-icon-menu", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5967
|
+
<svg
|
|
5968
|
+
viewBox="0 0 24 24"
|
|
5969
|
+
fill="none"
|
|
5970
|
+
stroke="currentColor"
|
|
5971
|
+
stroke-width="2"
|
|
5972
|
+
stroke-linecap="round"
|
|
5973
|
+
stroke-linejoin="round"
|
|
5974
|
+
aria-hidden="true"
|
|
5975
|
+
width="100%"
|
|
5976
|
+
height="100%">
|
|
5977
|
+
<line
|
|
5978
|
+
x1="3"
|
|
5979
|
+
y1="6"
|
|
5980
|
+
x2="21"
|
|
5981
|
+
y2="6" />
|
|
5982
|
+
<line
|
|
5983
|
+
x1="3"
|
|
5984
|
+
y1="12"
|
|
5985
|
+
x2="21"
|
|
5986
|
+
y2="12" />
|
|
5987
|
+
<line
|
|
5988
|
+
x1="3"
|
|
5989
|
+
y1="18"
|
|
5990
|
+
x2="21"
|
|
5991
|
+
y2="18" />
|
|
5992
|
+
</svg>
|
|
5993
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5994
|
+
}
|
|
5995
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MenuIconComponent, decorators: [{
|
|
5996
|
+
type: Component,
|
|
5997
|
+
args: [{
|
|
5998
|
+
selector: 'ea-icon-menu',
|
|
5999
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6000
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6001
|
+
template: `
|
|
6002
|
+
<svg
|
|
6003
|
+
viewBox="0 0 24 24"
|
|
6004
|
+
fill="none"
|
|
6005
|
+
stroke="currentColor"
|
|
6006
|
+
stroke-width="2"
|
|
6007
|
+
stroke-linecap="round"
|
|
6008
|
+
stroke-linejoin="round"
|
|
6009
|
+
aria-hidden="true"
|
|
6010
|
+
width="100%"
|
|
6011
|
+
height="100%">
|
|
6012
|
+
<line
|
|
6013
|
+
x1="3"
|
|
6014
|
+
y1="6"
|
|
6015
|
+
x2="21"
|
|
6016
|
+
y2="6" />
|
|
6017
|
+
<line
|
|
6018
|
+
x1="3"
|
|
6019
|
+
y1="12"
|
|
6020
|
+
x2="21"
|
|
6021
|
+
y2="12" />
|
|
6022
|
+
<line
|
|
6023
|
+
x1="3"
|
|
6024
|
+
y1="18"
|
|
6025
|
+
x2="21"
|
|
6026
|
+
y2="18" />
|
|
6027
|
+
</svg>
|
|
6028
|
+
`,
|
|
6029
|
+
}]
|
|
6030
|
+
}] });
|
|
6031
|
+
|
|
6032
|
+
class MicIconComponent {
|
|
6033
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MicIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6034
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MicIconComponent, isStandalone: true, selector: "ea-icon-mic", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6035
|
+
<svg
|
|
6036
|
+
viewBox="0 0 24 24"
|
|
6037
|
+
fill="none"
|
|
6038
|
+
stroke="currentColor"
|
|
6039
|
+
stroke-width="2"
|
|
6040
|
+
stroke-linecap="round"
|
|
6041
|
+
stroke-linejoin="round"
|
|
6042
|
+
aria-hidden="true"
|
|
6043
|
+
width="100%"
|
|
6044
|
+
height="100%">
|
|
6045
|
+
<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z" />
|
|
6046
|
+
<path d="M19 10v2a7 7 0 0 1-14 0v-2" />
|
|
6047
|
+
<line
|
|
6048
|
+
x1="12"
|
|
6049
|
+
y1="19"
|
|
6050
|
+
x2="12"
|
|
6051
|
+
y2="23" />
|
|
6052
|
+
<line
|
|
6053
|
+
x1="8"
|
|
6054
|
+
y1="23"
|
|
6055
|
+
x2="16"
|
|
6056
|
+
y2="23" />
|
|
6057
|
+
</svg>
|
|
6058
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6059
|
+
}
|
|
6060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MicIconComponent, decorators: [{
|
|
6061
|
+
type: Component,
|
|
6062
|
+
args: [{
|
|
6063
|
+
selector: 'ea-icon-mic',
|
|
6064
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6065
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6066
|
+
template: `
|
|
6067
|
+
<svg
|
|
6068
|
+
viewBox="0 0 24 24"
|
|
6069
|
+
fill="none"
|
|
6070
|
+
stroke="currentColor"
|
|
6071
|
+
stroke-width="2"
|
|
6072
|
+
stroke-linecap="round"
|
|
6073
|
+
stroke-linejoin="round"
|
|
6074
|
+
aria-hidden="true"
|
|
6075
|
+
width="100%"
|
|
6076
|
+
height="100%">
|
|
6077
|
+
<path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z" />
|
|
6078
|
+
<path d="M19 10v2a7 7 0 0 1-14 0v-2" />
|
|
6079
|
+
<line
|
|
6080
|
+
x1="12"
|
|
6081
|
+
y1="19"
|
|
6082
|
+
x2="12"
|
|
6083
|
+
y2="23" />
|
|
6084
|
+
<line
|
|
6085
|
+
x1="8"
|
|
6086
|
+
y1="23"
|
|
6087
|
+
x2="16"
|
|
6088
|
+
y2="23" />
|
|
6089
|
+
</svg>
|
|
6090
|
+
`,
|
|
6091
|
+
}]
|
|
6092
|
+
}] });
|
|
6093
|
+
|
|
6094
|
+
class MicrosoftIconComponent {
|
|
6095
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MicrosoftIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6096
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MicrosoftIconComponent, isStandalone: true, selector: "ea-icon-microsoft", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6097
|
+
<svg
|
|
6098
|
+
viewBox="0 0 24 24"
|
|
6099
|
+
aria-hidden="true"
|
|
6100
|
+
width="100%"
|
|
6101
|
+
height="100%">
|
|
6102
|
+
<rect
|
|
6103
|
+
x="1"
|
|
6104
|
+
y="1"
|
|
6105
|
+
width="10"
|
|
6106
|
+
height="10"
|
|
6107
|
+
fill="#F25022" />
|
|
6108
|
+
<rect
|
|
6109
|
+
x="13"
|
|
6110
|
+
y="1"
|
|
6111
|
+
width="10"
|
|
6112
|
+
height="10"
|
|
6113
|
+
fill="#7FBA00" />
|
|
6114
|
+
<rect
|
|
6115
|
+
x="1"
|
|
6116
|
+
y="13"
|
|
6117
|
+
width="10"
|
|
6118
|
+
height="10"
|
|
6119
|
+
fill="#00A4EF" />
|
|
6120
|
+
<rect
|
|
6121
|
+
x="13"
|
|
6122
|
+
y="13"
|
|
6123
|
+
width="10"
|
|
6124
|
+
height="10"
|
|
6125
|
+
fill="#FFB900" />
|
|
6126
|
+
</svg>
|
|
6127
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6128
|
+
}
|
|
6129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MicrosoftIconComponent, decorators: [{
|
|
6130
|
+
type: Component,
|
|
6131
|
+
args: [{
|
|
6132
|
+
selector: 'ea-icon-microsoft',
|
|
6133
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6134
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6135
|
+
template: `
|
|
6136
|
+
<svg
|
|
6137
|
+
viewBox="0 0 24 24"
|
|
6138
|
+
aria-hidden="true"
|
|
6139
|
+
width="100%"
|
|
6140
|
+
height="100%">
|
|
6141
|
+
<rect
|
|
6142
|
+
x="1"
|
|
6143
|
+
y="1"
|
|
6144
|
+
width="10"
|
|
6145
|
+
height="10"
|
|
6146
|
+
fill="#F25022" />
|
|
6147
|
+
<rect
|
|
6148
|
+
x="13"
|
|
6149
|
+
y="1"
|
|
6150
|
+
width="10"
|
|
6151
|
+
height="10"
|
|
6152
|
+
fill="#7FBA00" />
|
|
6153
|
+
<rect
|
|
6154
|
+
x="1"
|
|
6155
|
+
y="13"
|
|
6156
|
+
width="10"
|
|
6157
|
+
height="10"
|
|
6158
|
+
fill="#00A4EF" />
|
|
6159
|
+
<rect
|
|
6160
|
+
x="13"
|
|
6161
|
+
y="13"
|
|
6162
|
+
width="10"
|
|
6163
|
+
height="10"
|
|
6164
|
+
fill="#FFB900" />
|
|
6165
|
+
</svg>
|
|
6166
|
+
`,
|
|
6167
|
+
}]
|
|
6168
|
+
}] });
|
|
6169
|
+
|
|
6170
|
+
class MinimizeIconComponent {
|
|
6171
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MinimizeIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6172
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MinimizeIconComponent, isStandalone: true, selector: "ea-icon-minimize", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6173
|
+
<svg
|
|
6174
|
+
viewBox="0 0 24 24"
|
|
6175
|
+
fill="none"
|
|
6176
|
+
stroke="currentColor"
|
|
6177
|
+
stroke-width="2"
|
|
6178
|
+
stroke-linecap="round"
|
|
6179
|
+
stroke-linejoin="round"
|
|
6180
|
+
aria-hidden="true"
|
|
6181
|
+
width="100%"
|
|
6182
|
+
height="100%">
|
|
6183
|
+
<path d="M8 3v3a2 2 0 0 1-2 2H3" />
|
|
6184
|
+
<path d="M21 8h-3a2 2 0 0 1-2-2V3" />
|
|
6185
|
+
<path d="M3 16h3a2 2 0 0 1 2 2v3" />
|
|
6186
|
+
<path d="M16 21v-3a2 2 0 0 1 2-2h3" />
|
|
6187
|
+
</svg>
|
|
6188
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6189
|
+
}
|
|
6190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MinimizeIconComponent, decorators: [{
|
|
6191
|
+
type: Component,
|
|
6192
|
+
args: [{
|
|
6193
|
+
selector: 'ea-icon-minimize',
|
|
6194
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6195
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6196
|
+
template: `
|
|
6197
|
+
<svg
|
|
6198
|
+
viewBox="0 0 24 24"
|
|
6199
|
+
fill="none"
|
|
6200
|
+
stroke="currentColor"
|
|
6201
|
+
stroke-width="2"
|
|
6202
|
+
stroke-linecap="round"
|
|
6203
|
+
stroke-linejoin="round"
|
|
6204
|
+
aria-hidden="true"
|
|
6205
|
+
width="100%"
|
|
6206
|
+
height="100%">
|
|
6207
|
+
<path d="M8 3v3a2 2 0 0 1-2 2H3" />
|
|
6208
|
+
<path d="M21 8h-3a2 2 0 0 1-2-2V3" />
|
|
6209
|
+
<path d="M3 16h3a2 2 0 0 1 2 2v3" />
|
|
6210
|
+
<path d="M16 21v-3a2 2 0 0 1 2-2h3" />
|
|
6211
|
+
</svg>
|
|
6212
|
+
`,
|
|
6213
|
+
}]
|
|
6214
|
+
}] });
|
|
6215
|
+
|
|
6216
|
+
class MonitorIconComponent {
|
|
6217
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MonitorIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6218
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MonitorIconComponent, isStandalone: true, selector: "ea-icon-monitor", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6219
|
+
<svg
|
|
6220
|
+
viewBox="0 0 24 24"
|
|
6221
|
+
fill="none"
|
|
6222
|
+
stroke="currentColor"
|
|
6223
|
+
stroke-width="2"
|
|
6224
|
+
stroke-linecap="round"
|
|
6225
|
+
stroke-linejoin="round"
|
|
6226
|
+
aria-hidden="true"
|
|
6227
|
+
width="100%"
|
|
6228
|
+
height="100%">
|
|
6229
|
+
<rect
|
|
6230
|
+
x="2"
|
|
6231
|
+
y="3"
|
|
6232
|
+
width="20"
|
|
6233
|
+
height="14"
|
|
6234
|
+
rx="2"
|
|
6235
|
+
ry="2" />
|
|
6236
|
+
<line
|
|
6237
|
+
x1="8"
|
|
6238
|
+
y1="21"
|
|
6239
|
+
x2="16"
|
|
6240
|
+
y2="21" />
|
|
6241
|
+
<line
|
|
6242
|
+
x1="12"
|
|
6243
|
+
y1="17"
|
|
6244
|
+
x2="12"
|
|
6245
|
+
y2="21" />
|
|
6246
|
+
</svg>
|
|
6247
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6248
|
+
}
|
|
6249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MonitorIconComponent, decorators: [{
|
|
6250
|
+
type: Component,
|
|
6251
|
+
args: [{
|
|
6252
|
+
selector: 'ea-icon-monitor',
|
|
6253
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6254
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6255
|
+
template: `
|
|
6256
|
+
<svg
|
|
6257
|
+
viewBox="0 0 24 24"
|
|
6258
|
+
fill="none"
|
|
6259
|
+
stroke="currentColor"
|
|
6260
|
+
stroke-width="2"
|
|
6261
|
+
stroke-linecap="round"
|
|
6262
|
+
stroke-linejoin="round"
|
|
6263
|
+
aria-hidden="true"
|
|
6264
|
+
width="100%"
|
|
6265
|
+
height="100%">
|
|
6266
|
+
<rect
|
|
6267
|
+
x="2"
|
|
6268
|
+
y="3"
|
|
6269
|
+
width="20"
|
|
6270
|
+
height="14"
|
|
6271
|
+
rx="2"
|
|
6272
|
+
ry="2" />
|
|
6273
|
+
<line
|
|
6274
|
+
x1="8"
|
|
6275
|
+
y1="21"
|
|
6276
|
+
x2="16"
|
|
6277
|
+
y2="21" />
|
|
6278
|
+
<line
|
|
6279
|
+
x1="12"
|
|
6280
|
+
y1="17"
|
|
6281
|
+
x2="12"
|
|
6282
|
+
y2="21" />
|
|
6283
|
+
</svg>
|
|
6284
|
+
`,
|
|
6285
|
+
}]
|
|
6286
|
+
}] });
|
|
6287
|
+
|
|
6288
|
+
class MoonIconComponent {
|
|
6289
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MoonIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6290
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MoonIconComponent, isStandalone: true, selector: "ea-icon-moon", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6291
|
+
<svg
|
|
6292
|
+
viewBox="0 0 24 24"
|
|
6293
|
+
fill="none"
|
|
6294
|
+
stroke="currentColor"
|
|
6295
|
+
stroke-width="2"
|
|
6296
|
+
stroke-linecap="round"
|
|
6297
|
+
stroke-linejoin="round"
|
|
6298
|
+
aria-hidden="true"
|
|
6299
|
+
width="100%"
|
|
6300
|
+
height="100%">
|
|
6301
|
+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" />
|
|
6302
|
+
</svg>
|
|
6303
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6304
|
+
}
|
|
6305
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MoonIconComponent, decorators: [{
|
|
6306
|
+
type: Component,
|
|
6307
|
+
args: [{
|
|
6308
|
+
selector: 'ea-icon-moon',
|
|
6309
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6310
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6311
|
+
template: `
|
|
6312
|
+
<svg
|
|
6313
|
+
viewBox="0 0 24 24"
|
|
6314
|
+
fill="none"
|
|
6315
|
+
stroke="currentColor"
|
|
6316
|
+
stroke-width="2"
|
|
6317
|
+
stroke-linecap="round"
|
|
6318
|
+
stroke-linejoin="round"
|
|
6319
|
+
aria-hidden="true"
|
|
6320
|
+
width="100%"
|
|
6321
|
+
height="100%">
|
|
6322
|
+
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" />
|
|
6323
|
+
</svg>
|
|
6324
|
+
`,
|
|
6325
|
+
}]
|
|
6326
|
+
}] });
|
|
6327
|
+
|
|
6328
|
+
class MoreHorizontalIconComponent {
|
|
6329
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MoreHorizontalIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6330
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: MoreHorizontalIconComponent, isStandalone: true, selector: "ea-icon-more-horizontal", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6331
|
+
<svg
|
|
6332
|
+
viewBox="0 0 24 24"
|
|
6333
|
+
fill="none"
|
|
6334
|
+
stroke="currentColor"
|
|
6335
|
+
stroke-width="2"
|
|
6336
|
+
stroke-linecap="round"
|
|
6337
|
+
stroke-linejoin="round"
|
|
6338
|
+
aria-hidden="true"
|
|
6339
|
+
width="100%"
|
|
6340
|
+
height="100%">
|
|
6341
|
+
<circle
|
|
6342
|
+
cx="12"
|
|
6343
|
+
cy="12"
|
|
6344
|
+
r="1" />
|
|
6345
|
+
<circle
|
|
6346
|
+
cx="19"
|
|
6347
|
+
cy="12"
|
|
6348
|
+
r="1" />
|
|
6349
|
+
<circle
|
|
6350
|
+
cx="5"
|
|
6351
|
+
cy="12"
|
|
6352
|
+
r="1" />
|
|
6353
|
+
</svg>
|
|
6354
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6355
|
+
}
|
|
6356
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: MoreHorizontalIconComponent, decorators: [{
|
|
6357
|
+
type: Component,
|
|
6358
|
+
args: [{
|
|
6359
|
+
selector: 'ea-icon-more-horizontal',
|
|
6360
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6361
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6362
|
+
template: `
|
|
6363
|
+
<svg
|
|
6364
|
+
viewBox="0 0 24 24"
|
|
6365
|
+
fill="none"
|
|
6366
|
+
stroke="currentColor"
|
|
6367
|
+
stroke-width="2"
|
|
6368
|
+
stroke-linecap="round"
|
|
6369
|
+
stroke-linejoin="round"
|
|
6370
|
+
aria-hidden="true"
|
|
6371
|
+
width="100%"
|
|
6372
|
+
height="100%">
|
|
6373
|
+
<circle
|
|
6374
|
+
cx="12"
|
|
6375
|
+
cy="12"
|
|
6376
|
+
r="1" />
|
|
6377
|
+
<circle
|
|
6378
|
+
cx="19"
|
|
6379
|
+
cy="12"
|
|
6380
|
+
r="1" />
|
|
6381
|
+
<circle
|
|
6382
|
+
cx="5"
|
|
6383
|
+
cy="12"
|
|
6384
|
+
r="1" />
|
|
6385
|
+
</svg>
|
|
6386
|
+
`,
|
|
6387
|
+
}]
|
|
6388
|
+
}] });
|
|
6389
|
+
|
|
6390
|
+
class PackageIconComponent {
|
|
6391
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PackageIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6392
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: PackageIconComponent, isStandalone: true, selector: "ea-icon-package", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6393
|
+
<svg
|
|
6394
|
+
viewBox="0 0 24 24"
|
|
6395
|
+
fill="none"
|
|
6396
|
+
stroke="currentColor"
|
|
6397
|
+
stroke-width="2"
|
|
6398
|
+
stroke-linecap="round"
|
|
6399
|
+
stroke-linejoin="round"
|
|
6400
|
+
aria-hidden="true"
|
|
6401
|
+
width="100%"
|
|
6402
|
+
height="100%">
|
|
6403
|
+
<line
|
|
6404
|
+
x1="16.5"
|
|
6405
|
+
y1="9.4"
|
|
6406
|
+
x2="7.5"
|
|
6407
|
+
y2="4.21" />
|
|
6408
|
+
<path
|
|
6409
|
+
d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" />
|
|
6410
|
+
<polyline points="3.27 6.96 12 12.01 20.73 6.96" />
|
|
6411
|
+
<line
|
|
6412
|
+
x1="12"
|
|
6413
|
+
y1="22.08"
|
|
6414
|
+
x2="12"
|
|
6415
|
+
y2="12" />
|
|
6416
|
+
</svg>
|
|
6417
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6418
|
+
}
|
|
6419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PackageIconComponent, decorators: [{
|
|
6420
|
+
type: Component,
|
|
6421
|
+
args: [{
|
|
6422
|
+
selector: 'ea-icon-package',
|
|
6423
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6424
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6425
|
+
template: `
|
|
6426
|
+
<svg
|
|
6427
|
+
viewBox="0 0 24 24"
|
|
6428
|
+
fill="none"
|
|
6429
|
+
stroke="currentColor"
|
|
6430
|
+
stroke-width="2"
|
|
6431
|
+
stroke-linecap="round"
|
|
6432
|
+
stroke-linejoin="round"
|
|
6433
|
+
aria-hidden="true"
|
|
6434
|
+
width="100%"
|
|
6435
|
+
height="100%">
|
|
6436
|
+
<line
|
|
6437
|
+
x1="16.5"
|
|
6438
|
+
y1="9.4"
|
|
6439
|
+
x2="7.5"
|
|
6440
|
+
y2="4.21" />
|
|
6441
|
+
<path
|
|
6442
|
+
d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" />
|
|
6443
|
+
<polyline points="3.27 6.96 12 12.01 20.73 6.96" />
|
|
6444
|
+
<line
|
|
6445
|
+
x1="12"
|
|
6446
|
+
y1="22.08"
|
|
6447
|
+
x2="12"
|
|
6448
|
+
y2="12" />
|
|
6449
|
+
</svg>
|
|
6450
|
+
`,
|
|
6451
|
+
}]
|
|
6452
|
+
}] });
|
|
6453
|
+
|
|
6454
|
+
class PaperclipIconComponent {
|
|
6455
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PaperclipIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6456
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: PaperclipIconComponent, isStandalone: true, selector: "ea-icon-paperclip", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6457
|
+
<svg
|
|
6458
|
+
viewBox="0 0 24 24"
|
|
6459
|
+
fill="none"
|
|
6460
|
+
stroke="currentColor"
|
|
6461
|
+
stroke-width="2"
|
|
6462
|
+
stroke-linecap="round"
|
|
6463
|
+
stroke-linejoin="round"
|
|
6464
|
+
aria-hidden="true"
|
|
6465
|
+
width="100%"
|
|
6466
|
+
height="100%">
|
|
6467
|
+
<path
|
|
6468
|
+
d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" />
|
|
6469
|
+
</svg>
|
|
6470
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6471
|
+
}
|
|
6472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PaperclipIconComponent, decorators: [{
|
|
6473
|
+
type: Component,
|
|
6474
|
+
args: [{
|
|
6475
|
+
selector: 'ea-icon-paperclip',
|
|
6476
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6477
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6478
|
+
template: `
|
|
6479
|
+
<svg
|
|
6480
|
+
viewBox="0 0 24 24"
|
|
6481
|
+
fill="none"
|
|
6482
|
+
stroke="currentColor"
|
|
6483
|
+
stroke-width="2"
|
|
6484
|
+
stroke-linecap="round"
|
|
6485
|
+
stroke-linejoin="round"
|
|
6486
|
+
aria-hidden="true"
|
|
6487
|
+
width="100%"
|
|
6488
|
+
height="100%">
|
|
6489
|
+
<path
|
|
6490
|
+
d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48" />
|
|
6491
|
+
</svg>
|
|
6492
|
+
`,
|
|
6493
|
+
}]
|
|
6494
|
+
}] });
|
|
6495
|
+
|
|
6496
|
+
class PauseIconComponent {
|
|
6497
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PauseIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6498
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: PauseIconComponent, isStandalone: true, selector: "ea-icon-pause", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6499
|
+
<svg
|
|
6500
|
+
viewBox="0 0 24 24"
|
|
6501
|
+
fill="none"
|
|
6502
|
+
stroke="currentColor"
|
|
6503
|
+
stroke-width="2"
|
|
6504
|
+
stroke-linecap="round"
|
|
6505
|
+
stroke-linejoin="round"
|
|
6506
|
+
aria-hidden="true"
|
|
6507
|
+
width="100%"
|
|
6508
|
+
height="100%">
|
|
6509
|
+
<rect
|
|
6510
|
+
x="6"
|
|
6511
|
+
y="4"
|
|
6512
|
+
width="4"
|
|
6513
|
+
height="16" />
|
|
6514
|
+
<rect
|
|
6515
|
+
x="14"
|
|
6516
|
+
y="4"
|
|
6517
|
+
width="4"
|
|
6518
|
+
height="16" />
|
|
6519
|
+
</svg>
|
|
6520
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6521
|
+
}
|
|
6522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PauseIconComponent, decorators: [{
|
|
6523
|
+
type: Component,
|
|
6524
|
+
args: [{
|
|
6525
|
+
selector: 'ea-icon-pause',
|
|
6526
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6527
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6528
|
+
template: `
|
|
6529
|
+
<svg
|
|
6530
|
+
viewBox="0 0 24 24"
|
|
6531
|
+
fill="none"
|
|
6532
|
+
stroke="currentColor"
|
|
6533
|
+
stroke-width="2"
|
|
6534
|
+
stroke-linecap="round"
|
|
6535
|
+
stroke-linejoin="round"
|
|
6536
|
+
aria-hidden="true"
|
|
6537
|
+
width="100%"
|
|
6538
|
+
height="100%">
|
|
6539
|
+
<rect
|
|
6540
|
+
x="6"
|
|
6541
|
+
y="4"
|
|
6542
|
+
width="4"
|
|
6543
|
+
height="16" />
|
|
6544
|
+
<rect
|
|
6545
|
+
x="14"
|
|
6546
|
+
y="4"
|
|
6547
|
+
width="4"
|
|
6548
|
+
height="16" />
|
|
6549
|
+
</svg>
|
|
6550
|
+
`,
|
|
6551
|
+
}]
|
|
6552
|
+
}] });
|
|
6553
|
+
|
|
6554
|
+
class PencilIconComponent {
|
|
6555
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PencilIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6556
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: PencilIconComponent, isStandalone: true, selector: "ea-icon-pencil", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6557
|
+
<svg
|
|
6558
|
+
viewBox="0 0 24 24"
|
|
6559
|
+
fill="none"
|
|
6560
|
+
stroke="currentColor"
|
|
6561
|
+
stroke-width="2"
|
|
6562
|
+
stroke-linecap="round"
|
|
6563
|
+
stroke-linejoin="round"
|
|
6564
|
+
aria-hidden="true"
|
|
6565
|
+
width="100%"
|
|
6566
|
+
height="100%">
|
|
6567
|
+
<path d="M17 3a2.83 2.83 0 0 1 4 4L7.5 20.5 2 22l1.5-5.5Z" />
|
|
6568
|
+
</svg>
|
|
6569
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6570
|
+
}
|
|
6571
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PencilIconComponent, decorators: [{
|
|
6572
|
+
type: Component,
|
|
6573
|
+
args: [{
|
|
6574
|
+
selector: 'ea-icon-pencil',
|
|
6575
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6576
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6577
|
+
template: `
|
|
6578
|
+
<svg
|
|
6579
|
+
viewBox="0 0 24 24"
|
|
6580
|
+
fill="none"
|
|
6581
|
+
stroke="currentColor"
|
|
6582
|
+
stroke-width="2"
|
|
6583
|
+
stroke-linecap="round"
|
|
6584
|
+
stroke-linejoin="round"
|
|
6585
|
+
aria-hidden="true"
|
|
6586
|
+
width="100%"
|
|
6587
|
+
height="100%">
|
|
6588
|
+
<path d="M17 3a2.83 2.83 0 0 1 4 4L7.5 20.5 2 22l1.5-5.5Z" />
|
|
6589
|
+
</svg>
|
|
6590
|
+
`,
|
|
6591
|
+
}]
|
|
6592
|
+
}] });
|
|
6593
|
+
|
|
6594
|
+
class PhoneIconComponent {
|
|
6595
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PhoneIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6596
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: PhoneIconComponent, isStandalone: true, selector: "ea-icon-phone", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6597
|
+
<svg
|
|
6598
|
+
viewBox="0 0 24 24"
|
|
6599
|
+
fill="none"
|
|
6600
|
+
stroke="currentColor"
|
|
6601
|
+
stroke-width="2"
|
|
6602
|
+
stroke-linecap="round"
|
|
6603
|
+
stroke-linejoin="round"
|
|
6604
|
+
aria-hidden="true"
|
|
6605
|
+
width="100%"
|
|
6606
|
+
height="100%">
|
|
6607
|
+
<path
|
|
6608
|
+
d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" />
|
|
6609
|
+
</svg>
|
|
6610
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6611
|
+
}
|
|
6612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PhoneIconComponent, decorators: [{
|
|
6613
|
+
type: Component,
|
|
6614
|
+
args: [{
|
|
6615
|
+
selector: 'ea-icon-phone',
|
|
6616
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6617
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6618
|
+
template: `
|
|
6619
|
+
<svg
|
|
6620
|
+
viewBox="0 0 24 24"
|
|
6621
|
+
fill="none"
|
|
6622
|
+
stroke="currentColor"
|
|
6623
|
+
stroke-width="2"
|
|
6624
|
+
stroke-linecap="round"
|
|
6625
|
+
stroke-linejoin="round"
|
|
6626
|
+
aria-hidden="true"
|
|
6627
|
+
width="100%"
|
|
6628
|
+
height="100%">
|
|
6629
|
+
<path
|
|
6630
|
+
d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z" />
|
|
6631
|
+
</svg>
|
|
6632
|
+
`,
|
|
6633
|
+
}]
|
|
6634
|
+
}] });
|
|
4211
6635
|
|
|
4212
|
-
class
|
|
4213
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4214
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
6636
|
+
class PlayIconComponent {
|
|
6637
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PlayIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6638
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: PlayIconComponent, isStandalone: true, selector: "ea-icon-play", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4215
6639
|
<svg
|
|
4216
6640
|
viewBox="0 0 24 24"
|
|
4217
6641
|
fill="none"
|
|
@@ -4222,15 +6646,14 @@ class FileIconComponent {
|
|
|
4222
6646
|
aria-hidden="true"
|
|
4223
6647
|
width="100%"
|
|
4224
6648
|
height="100%">
|
|
4225
|
-
<
|
|
4226
|
-
<polyline points="13 2 13 9 20 9" />
|
|
6649
|
+
<polygon points="5 3 19 12 5 21 5 3" />
|
|
4227
6650
|
</svg>
|
|
4228
6651
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4229
6652
|
}
|
|
4230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
6653
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PlayIconComponent, decorators: [{
|
|
4231
6654
|
type: Component,
|
|
4232
6655
|
args: [{
|
|
4233
|
-
selector: 'ea-icon-
|
|
6656
|
+
selector: 'ea-icon-play',
|
|
4234
6657
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4235
6658
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4236
6659
|
template: `
|
|
@@ -4244,16 +6667,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4244
6667
|
aria-hidden="true"
|
|
4245
6668
|
width="100%"
|
|
4246
6669
|
height="100%">
|
|
4247
|
-
<
|
|
4248
|
-
<polyline points="13 2 13 9 20 9" />
|
|
6670
|
+
<polygon points="5 3 19 12 5 21 5 3" />
|
|
4249
6671
|
</svg>
|
|
4250
6672
|
`,
|
|
4251
6673
|
}]
|
|
4252
6674
|
}] });
|
|
4253
6675
|
|
|
4254
|
-
class
|
|
4255
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4256
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
6676
|
+
class PrinterIconComponent {
|
|
6677
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PrinterIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6678
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: PrinterIconComponent, isStandalone: true, selector: "ea-icon-printer", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4257
6679
|
<svg
|
|
4258
6680
|
viewBox="0 0 24 24"
|
|
4259
6681
|
fill="none"
|
|
@@ -4264,14 +6686,21 @@ class FilterIconComponent {
|
|
|
4264
6686
|
aria-hidden="true"
|
|
4265
6687
|
width="100%"
|
|
4266
6688
|
height="100%">
|
|
4267
|
-
<
|
|
6689
|
+
<polyline points="6 9 6 2 18 2 18 9" />
|
|
6690
|
+
<path
|
|
6691
|
+
d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" />
|
|
6692
|
+
<rect
|
|
6693
|
+
x="6"
|
|
6694
|
+
y="14"
|
|
6695
|
+
width="12"
|
|
6696
|
+
height="8" />
|
|
4268
6697
|
</svg>
|
|
4269
6698
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4270
6699
|
}
|
|
4271
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
6700
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: PrinterIconComponent, decorators: [{
|
|
4272
6701
|
type: Component,
|
|
4273
6702
|
args: [{
|
|
4274
|
-
selector: 'ea-icon-
|
|
6703
|
+
selector: 'ea-icon-printer',
|
|
4275
6704
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4276
6705
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4277
6706
|
template: `
|
|
@@ -4285,105 +6714,380 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4285
6714
|
aria-hidden="true"
|
|
4286
6715
|
width="100%"
|
|
4287
6716
|
height="100%">
|
|
4288
|
-
<
|
|
6717
|
+
<polyline points="6 9 6 2 18 2 18 9" />
|
|
6718
|
+
<path
|
|
6719
|
+
d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2" />
|
|
6720
|
+
<rect
|
|
6721
|
+
x="6"
|
|
6722
|
+
y="14"
|
|
6723
|
+
width="12"
|
|
6724
|
+
height="8" />
|
|
4289
6725
|
</svg>
|
|
4290
6726
|
`,
|
|
4291
6727
|
}]
|
|
4292
6728
|
}] });
|
|
4293
6729
|
|
|
4294
|
-
class
|
|
4295
|
-
|
|
4296
|
-
static
|
|
4297
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.2.9", type: GithubIconComponent, isStandalone: true, selector: "ea-icon-github", inputs: { brand: { classPropertyName: "brand", publicName: "brand", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "style.color": "brand() ? '#181717' : null" }, styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6730
|
+
class RefreshCwIconComponent {
|
|
6731
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: RefreshCwIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6732
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: RefreshCwIconComponent, isStandalone: true, selector: "ea-icon-refresh-cw", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4298
6733
|
<svg
|
|
4299
6734
|
viewBox="0 0 24 24"
|
|
4300
|
-
fill="
|
|
6735
|
+
fill="none"
|
|
6736
|
+
stroke="currentColor"
|
|
6737
|
+
stroke-width="2"
|
|
6738
|
+
stroke-linecap="round"
|
|
6739
|
+
stroke-linejoin="round"
|
|
6740
|
+
aria-hidden="true"
|
|
6741
|
+
width="100%"
|
|
6742
|
+
height="100%">
|
|
6743
|
+
<polyline points="23 4 23 10 17 10" />
|
|
6744
|
+
<polyline points="1 20 1 14 7 14" />
|
|
6745
|
+
<path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15" />
|
|
6746
|
+
</svg>
|
|
6747
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6748
|
+
}
|
|
6749
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: RefreshCwIconComponent, decorators: [{
|
|
6750
|
+
type: Component,
|
|
6751
|
+
args: [{
|
|
6752
|
+
selector: 'ea-icon-refresh-cw',
|
|
6753
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6754
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6755
|
+
template: `
|
|
6756
|
+
<svg
|
|
6757
|
+
viewBox="0 0 24 24"
|
|
6758
|
+
fill="none"
|
|
6759
|
+
stroke="currentColor"
|
|
6760
|
+
stroke-width="2"
|
|
6761
|
+
stroke-linecap="round"
|
|
6762
|
+
stroke-linejoin="round"
|
|
6763
|
+
aria-hidden="true"
|
|
6764
|
+
width="100%"
|
|
6765
|
+
height="100%">
|
|
6766
|
+
<polyline points="23 4 23 10 17 10" />
|
|
6767
|
+
<polyline points="1 20 1 14 7 14" />
|
|
6768
|
+
<path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15" />
|
|
6769
|
+
</svg>
|
|
6770
|
+
`,
|
|
6771
|
+
}]
|
|
6772
|
+
}] });
|
|
6773
|
+
|
|
6774
|
+
class SaveIconComponent {
|
|
6775
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SaveIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6776
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: SaveIconComponent, isStandalone: true, selector: "ea-icon-save", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6777
|
+
<svg
|
|
6778
|
+
viewBox="0 0 24 24"
|
|
6779
|
+
fill="none"
|
|
6780
|
+
stroke="currentColor"
|
|
6781
|
+
stroke-width="2"
|
|
6782
|
+
stroke-linecap="round"
|
|
6783
|
+
stroke-linejoin="round"
|
|
6784
|
+
aria-hidden="true"
|
|
6785
|
+
width="100%"
|
|
6786
|
+
height="100%">
|
|
6787
|
+
<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" />
|
|
6788
|
+
<polyline points="17 21 17 13 7 13 7 21" />
|
|
6789
|
+
<polyline points="7 3 7 8 15 8" />
|
|
6790
|
+
</svg>
|
|
6791
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6792
|
+
}
|
|
6793
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SaveIconComponent, decorators: [{
|
|
6794
|
+
type: Component,
|
|
6795
|
+
args: [{
|
|
6796
|
+
selector: 'ea-icon-save',
|
|
6797
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6798
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6799
|
+
template: `
|
|
6800
|
+
<svg
|
|
6801
|
+
viewBox="0 0 24 24"
|
|
6802
|
+
fill="none"
|
|
6803
|
+
stroke="currentColor"
|
|
6804
|
+
stroke-width="2"
|
|
6805
|
+
stroke-linecap="round"
|
|
6806
|
+
stroke-linejoin="round"
|
|
6807
|
+
aria-hidden="true"
|
|
6808
|
+
width="100%"
|
|
6809
|
+
height="100%">
|
|
6810
|
+
<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" />
|
|
6811
|
+
<polyline points="17 21 17 13 7 13 7 21" />
|
|
6812
|
+
<polyline points="7 3 7 8 15 8" />
|
|
6813
|
+
</svg>
|
|
6814
|
+
`,
|
|
6815
|
+
}]
|
|
6816
|
+
}] });
|
|
6817
|
+
|
|
6818
|
+
class SearchIconComponent {
|
|
6819
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SearchIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6820
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: SearchIconComponent, isStandalone: true, selector: "ea-icon-search", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6821
|
+
<svg
|
|
6822
|
+
viewBox="0 0 24 24"
|
|
6823
|
+
fill="none"
|
|
6824
|
+
stroke="currentColor"
|
|
6825
|
+
stroke-width="2"
|
|
6826
|
+
stroke-linecap="round"
|
|
6827
|
+
stroke-linejoin="round"
|
|
6828
|
+
aria-hidden="true"
|
|
6829
|
+
width="100%"
|
|
6830
|
+
height="100%">
|
|
6831
|
+
<circle
|
|
6832
|
+
cx="11"
|
|
6833
|
+
cy="11"
|
|
6834
|
+
r="8" />
|
|
6835
|
+
<path d="m21 21-4.35-4.35" />
|
|
6836
|
+
</svg>
|
|
6837
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6838
|
+
}
|
|
6839
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SearchIconComponent, decorators: [{
|
|
6840
|
+
type: Component,
|
|
6841
|
+
args: [{
|
|
6842
|
+
selector: 'ea-icon-search',
|
|
6843
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6844
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6845
|
+
template: `
|
|
6846
|
+
<svg
|
|
6847
|
+
viewBox="0 0 24 24"
|
|
6848
|
+
fill="none"
|
|
6849
|
+
stroke="currentColor"
|
|
6850
|
+
stroke-width="2"
|
|
6851
|
+
stroke-linecap="round"
|
|
6852
|
+
stroke-linejoin="round"
|
|
6853
|
+
aria-hidden="true"
|
|
6854
|
+
width="100%"
|
|
6855
|
+
height="100%">
|
|
6856
|
+
<circle
|
|
6857
|
+
cx="11"
|
|
6858
|
+
cy="11"
|
|
6859
|
+
r="8" />
|
|
6860
|
+
<path d="m21 21-4.35-4.35" />
|
|
6861
|
+
</svg>
|
|
6862
|
+
`,
|
|
6863
|
+
}]
|
|
6864
|
+
}] });
|
|
6865
|
+
|
|
6866
|
+
class SendIconComponent {
|
|
6867
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SendIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6868
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: SendIconComponent, isStandalone: true, selector: "ea-icon-send", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6869
|
+
<svg
|
|
6870
|
+
viewBox="0 0 24 24"
|
|
6871
|
+
fill="none"
|
|
6872
|
+
stroke="currentColor"
|
|
6873
|
+
stroke-width="2"
|
|
6874
|
+
stroke-linecap="round"
|
|
6875
|
+
stroke-linejoin="round"
|
|
6876
|
+
aria-hidden="true"
|
|
6877
|
+
width="100%"
|
|
6878
|
+
height="100%">
|
|
6879
|
+
<line
|
|
6880
|
+
x1="22"
|
|
6881
|
+
y1="2"
|
|
6882
|
+
x2="11"
|
|
6883
|
+
y2="13" />
|
|
6884
|
+
<polygon points="22 2 15 22 11 13 2 9 22 2" />
|
|
6885
|
+
</svg>
|
|
6886
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6887
|
+
}
|
|
6888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SendIconComponent, decorators: [{
|
|
6889
|
+
type: Component,
|
|
6890
|
+
args: [{
|
|
6891
|
+
selector: 'ea-icon-send',
|
|
6892
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6893
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6894
|
+
template: `
|
|
6895
|
+
<svg
|
|
6896
|
+
viewBox="0 0 24 24"
|
|
6897
|
+
fill="none"
|
|
6898
|
+
stroke="currentColor"
|
|
6899
|
+
stroke-width="2"
|
|
6900
|
+
stroke-linecap="round"
|
|
6901
|
+
stroke-linejoin="round"
|
|
6902
|
+
aria-hidden="true"
|
|
6903
|
+
width="100%"
|
|
6904
|
+
height="100%">
|
|
6905
|
+
<line
|
|
6906
|
+
x1="22"
|
|
6907
|
+
y1="2"
|
|
6908
|
+
x2="11"
|
|
6909
|
+
y2="13" />
|
|
6910
|
+
<polygon points="22 2 15 22 11 13 2 9 22 2" />
|
|
6911
|
+
</svg>
|
|
6912
|
+
`,
|
|
6913
|
+
}]
|
|
6914
|
+
}] });
|
|
6915
|
+
|
|
6916
|
+
class SettingsIconComponent {
|
|
6917
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SettingsIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6918
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: SettingsIconComponent, isStandalone: true, selector: "ea-icon-settings", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6919
|
+
<svg
|
|
6920
|
+
viewBox="0 0 24 24"
|
|
6921
|
+
fill="none"
|
|
6922
|
+
stroke="currentColor"
|
|
6923
|
+
stroke-width="2"
|
|
6924
|
+
stroke-linecap="round"
|
|
6925
|
+
stroke-linejoin="round"
|
|
4301
6926
|
aria-hidden="true"
|
|
4302
6927
|
width="100%"
|
|
4303
6928
|
height="100%">
|
|
6929
|
+
<circle
|
|
6930
|
+
cx="12"
|
|
6931
|
+
cy="12"
|
|
6932
|
+
r="3" />
|
|
4304
6933
|
<path
|
|
4305
|
-
d="
|
|
6934
|
+
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" />
|
|
6935
|
+
</svg>
|
|
6936
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6937
|
+
}
|
|
6938
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SettingsIconComponent, decorators: [{
|
|
6939
|
+
type: Component,
|
|
6940
|
+
args: [{
|
|
6941
|
+
selector: 'ea-icon-settings',
|
|
6942
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6943
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
6944
|
+
template: `
|
|
6945
|
+
<svg
|
|
6946
|
+
viewBox="0 0 24 24"
|
|
6947
|
+
fill="none"
|
|
6948
|
+
stroke="currentColor"
|
|
6949
|
+
stroke-width="2"
|
|
6950
|
+
stroke-linecap="round"
|
|
6951
|
+
stroke-linejoin="round"
|
|
6952
|
+
aria-hidden="true"
|
|
6953
|
+
width="100%"
|
|
6954
|
+
height="100%">
|
|
6955
|
+
<circle
|
|
6956
|
+
cx="12"
|
|
6957
|
+
cy="12"
|
|
6958
|
+
r="3" />
|
|
6959
|
+
<path
|
|
6960
|
+
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" />
|
|
6961
|
+
</svg>
|
|
6962
|
+
`,
|
|
6963
|
+
}]
|
|
6964
|
+
}] });
|
|
6965
|
+
|
|
6966
|
+
class ShareIconComponent {
|
|
6967
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ShareIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6968
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ShareIconComponent, isStandalone: true, selector: "ea-icon-share", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
6969
|
+
<svg
|
|
6970
|
+
viewBox="0 0 24 24"
|
|
6971
|
+
fill="none"
|
|
6972
|
+
stroke="currentColor"
|
|
6973
|
+
stroke-width="2"
|
|
6974
|
+
stroke-linecap="round"
|
|
6975
|
+
stroke-linejoin="round"
|
|
6976
|
+
aria-hidden="true"
|
|
6977
|
+
width="100%"
|
|
6978
|
+
height="100%">
|
|
6979
|
+
<circle
|
|
6980
|
+
cx="18"
|
|
6981
|
+
cy="5"
|
|
6982
|
+
r="3" />
|
|
6983
|
+
<circle
|
|
6984
|
+
cx="6"
|
|
6985
|
+
cy="12"
|
|
6986
|
+
r="3" />
|
|
6987
|
+
<circle
|
|
6988
|
+
cx="18"
|
|
6989
|
+
cy="19"
|
|
6990
|
+
r="3" />
|
|
6991
|
+
<line
|
|
6992
|
+
x1="8.59"
|
|
6993
|
+
y1="13.51"
|
|
6994
|
+
x2="15.42"
|
|
6995
|
+
y2="17.49" />
|
|
6996
|
+
<line
|
|
6997
|
+
x1="15.41"
|
|
6998
|
+
y1="6.51"
|
|
6999
|
+
x2="8.59"
|
|
7000
|
+
y2="10.49" />
|
|
4306
7001
|
</svg>
|
|
4307
7002
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4308
7003
|
}
|
|
4309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ShareIconComponent, decorators: [{
|
|
4310
7005
|
type: Component,
|
|
4311
7006
|
args: [{
|
|
4312
|
-
selector: 'ea-icon-
|
|
7007
|
+
selector: 'ea-icon-share',
|
|
4313
7008
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4314
|
-
host: {
|
|
4315
|
-
style: 'display: inline-flex; width: 1em; height: 1em;',
|
|
4316
|
-
'[style.color]': "brand() ? '#181717' : null",
|
|
4317
|
-
},
|
|
7009
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4318
7010
|
template: `
|
|
4319
7011
|
<svg
|
|
4320
7012
|
viewBox="0 0 24 24"
|
|
4321
|
-
fill="
|
|
7013
|
+
fill="none"
|
|
7014
|
+
stroke="currentColor"
|
|
7015
|
+
stroke-width="2"
|
|
7016
|
+
stroke-linecap="round"
|
|
7017
|
+
stroke-linejoin="round"
|
|
4322
7018
|
aria-hidden="true"
|
|
4323
7019
|
width="100%"
|
|
4324
7020
|
height="100%">
|
|
4325
|
-
<
|
|
4326
|
-
|
|
7021
|
+
<circle
|
|
7022
|
+
cx="18"
|
|
7023
|
+
cy="5"
|
|
7024
|
+
r="3" />
|
|
7025
|
+
<circle
|
|
7026
|
+
cx="6"
|
|
7027
|
+
cy="12"
|
|
7028
|
+
r="3" />
|
|
7029
|
+
<circle
|
|
7030
|
+
cx="18"
|
|
7031
|
+
cy="19"
|
|
7032
|
+
r="3" />
|
|
7033
|
+
<line
|
|
7034
|
+
x1="8.59"
|
|
7035
|
+
y1="13.51"
|
|
7036
|
+
x2="15.42"
|
|
7037
|
+
y2="17.49" />
|
|
7038
|
+
<line
|
|
7039
|
+
x1="15.41"
|
|
7040
|
+
y1="6.51"
|
|
7041
|
+
x2="8.59"
|
|
7042
|
+
y2="10.49" />
|
|
4327
7043
|
</svg>
|
|
4328
7044
|
`,
|
|
4329
7045
|
}]
|
|
4330
|
-
}]
|
|
7046
|
+
}] });
|
|
4331
7047
|
|
|
4332
|
-
class
|
|
4333
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4334
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7048
|
+
class ShieldIconComponent {
|
|
7049
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ShieldIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7050
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ShieldIconComponent, isStandalone: true, selector: "ea-icon-shield", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4335
7051
|
<svg
|
|
4336
7052
|
viewBox="0 0 24 24"
|
|
7053
|
+
fill="none"
|
|
7054
|
+
stroke="currentColor"
|
|
7055
|
+
stroke-width="2"
|
|
7056
|
+
stroke-linecap="round"
|
|
7057
|
+
stroke-linejoin="round"
|
|
4337
7058
|
aria-hidden="true"
|
|
4338
7059
|
width="100%"
|
|
4339
7060
|
height="100%">
|
|
4340
|
-
<path
|
|
4341
|
-
d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 0 1-2.2 3.32v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.1z"
|
|
4342
|
-
fill="#4285F4" />
|
|
4343
|
-
<path
|
|
4344
|
-
d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"
|
|
4345
|
-
fill="#34A853" />
|
|
4346
|
-
<path
|
|
4347
|
-
d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18A10.96 10.96 0 0 0 1 12c0 1.77.42 3.45 1.18 4.93l3.66-2.84z"
|
|
4348
|
-
fill="#FBBC05" />
|
|
4349
|
-
<path
|
|
4350
|
-
d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"
|
|
4351
|
-
fill="#EA4335" />
|
|
7061
|
+
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
|
|
4352
7062
|
</svg>
|
|
4353
7063
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4354
7064
|
}
|
|
4355
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7065
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ShieldIconComponent, decorators: [{
|
|
4356
7066
|
type: Component,
|
|
4357
7067
|
args: [{
|
|
4358
|
-
selector: 'ea-icon-
|
|
7068
|
+
selector: 'ea-icon-shield',
|
|
4359
7069
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4360
7070
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4361
7071
|
template: `
|
|
4362
7072
|
<svg
|
|
4363
7073
|
viewBox="0 0 24 24"
|
|
7074
|
+
fill="none"
|
|
7075
|
+
stroke="currentColor"
|
|
7076
|
+
stroke-width="2"
|
|
7077
|
+
stroke-linecap="round"
|
|
7078
|
+
stroke-linejoin="round"
|
|
4364
7079
|
aria-hidden="true"
|
|
4365
7080
|
width="100%"
|
|
4366
7081
|
height="100%">
|
|
4367
|
-
<path
|
|
4368
|
-
d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 0 1-2.2 3.32v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.1z"
|
|
4369
|
-
fill="#4285F4" />
|
|
4370
|
-
<path
|
|
4371
|
-
d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"
|
|
4372
|
-
fill="#34A853" />
|
|
4373
|
-
<path
|
|
4374
|
-
d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18A10.96 10.96 0 0 0 1 12c0 1.77.42 3.45 1.18 4.93l3.66-2.84z"
|
|
4375
|
-
fill="#FBBC05" />
|
|
4376
|
-
<path
|
|
4377
|
-
d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"
|
|
4378
|
-
fill="#EA4335" />
|
|
7082
|
+
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
|
|
4379
7083
|
</svg>
|
|
4380
7084
|
`,
|
|
4381
7085
|
}]
|
|
4382
7086
|
}] });
|
|
4383
7087
|
|
|
4384
|
-
class
|
|
4385
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4386
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7088
|
+
class ShoppingCartIconComponent {
|
|
7089
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ShoppingCartIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7090
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ShoppingCartIconComponent, isStandalone: true, selector: "ea-icon-shopping-cart", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4387
7091
|
<svg
|
|
4388
7092
|
viewBox="0 0 24 24"
|
|
4389
7093
|
fill="none"
|
|
@@ -4394,15 +7098,22 @@ class HeartIconComponent {
|
|
|
4394
7098
|
aria-hidden="true"
|
|
4395
7099
|
width="100%"
|
|
4396
7100
|
height="100%">
|
|
4397
|
-
<
|
|
4398
|
-
|
|
7101
|
+
<circle
|
|
7102
|
+
cx="9"
|
|
7103
|
+
cy="21"
|
|
7104
|
+
r="1" />
|
|
7105
|
+
<circle
|
|
7106
|
+
cx="20"
|
|
7107
|
+
cy="21"
|
|
7108
|
+
r="1" />
|
|
7109
|
+
<path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6" />
|
|
4399
7110
|
</svg>
|
|
4400
7111
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4401
7112
|
}
|
|
4402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ShoppingCartIconComponent, decorators: [{
|
|
4403
7114
|
type: Component,
|
|
4404
7115
|
args: [{
|
|
4405
|
-
selector: 'ea-icon-
|
|
7116
|
+
selector: 'ea-icon-shopping-cart',
|
|
4406
7117
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4407
7118
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4408
7119
|
template: `
|
|
@@ -4416,16 +7127,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4416
7127
|
aria-hidden="true"
|
|
4417
7128
|
width="100%"
|
|
4418
7129
|
height="100%">
|
|
4419
|
-
<
|
|
4420
|
-
|
|
7130
|
+
<circle
|
|
7131
|
+
cx="9"
|
|
7132
|
+
cy="21"
|
|
7133
|
+
r="1" />
|
|
7134
|
+
<circle
|
|
7135
|
+
cx="20"
|
|
7136
|
+
cy="21"
|
|
7137
|
+
r="1" />
|
|
7138
|
+
<path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6" />
|
|
4421
7139
|
</svg>
|
|
4422
7140
|
`,
|
|
4423
7141
|
}]
|
|
4424
7142
|
}] });
|
|
4425
7143
|
|
|
4426
|
-
class
|
|
4427
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4428
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7144
|
+
class SmartphoneIconComponent {
|
|
7145
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SmartphoneIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7146
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: SmartphoneIconComponent, isStandalone: true, selector: "ea-icon-smartphone", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4429
7147
|
<svg
|
|
4430
7148
|
viewBox="0 0 24 24"
|
|
4431
7149
|
fill="none"
|
|
@@ -4437,24 +7155,24 @@ class ImageIconComponent {
|
|
|
4437
7155
|
width="100%"
|
|
4438
7156
|
height="100%">
|
|
4439
7157
|
<rect
|
|
4440
|
-
x="
|
|
4441
|
-
y="
|
|
4442
|
-
width="
|
|
4443
|
-
height="
|
|
7158
|
+
x="5"
|
|
7159
|
+
y="2"
|
|
7160
|
+
width="14"
|
|
7161
|
+
height="20"
|
|
4444
7162
|
rx="2"
|
|
4445
7163
|
ry="2" />
|
|
4446
|
-
<
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
7164
|
+
<line
|
|
7165
|
+
x1="12"
|
|
7166
|
+
y1="18"
|
|
7167
|
+
x2="12.01"
|
|
7168
|
+
y2="18" />
|
|
4451
7169
|
</svg>
|
|
4452
7170
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4453
7171
|
}
|
|
4454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SmartphoneIconComponent, decorators: [{
|
|
4455
7173
|
type: Component,
|
|
4456
7174
|
args: [{
|
|
4457
|
-
selector: 'ea-icon-
|
|
7175
|
+
selector: 'ea-icon-smartphone',
|
|
4458
7176
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4459
7177
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4460
7178
|
template: `
|
|
@@ -4469,25 +7187,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4469
7187
|
width="100%"
|
|
4470
7188
|
height="100%">
|
|
4471
7189
|
<rect
|
|
4472
|
-
x="
|
|
4473
|
-
y="
|
|
4474
|
-
width="
|
|
4475
|
-
height="
|
|
7190
|
+
x="5"
|
|
7191
|
+
y="2"
|
|
7192
|
+
width="14"
|
|
7193
|
+
height="20"
|
|
4476
7194
|
rx="2"
|
|
4477
7195
|
ry="2" />
|
|
4478
|
-
<
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
7196
|
+
<line
|
|
7197
|
+
x1="12"
|
|
7198
|
+
y1="18"
|
|
7199
|
+
x2="12.01"
|
|
7200
|
+
y2="18" />
|
|
4483
7201
|
</svg>
|
|
4484
7202
|
`,
|
|
4485
7203
|
}]
|
|
4486
7204
|
}] });
|
|
4487
7205
|
|
|
4488
|
-
class
|
|
4489
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4490
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7206
|
+
class StarIconComponent {
|
|
7207
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: StarIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7208
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: StarIconComponent, isStandalone: true, selector: "ea-icon-star", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4491
7209
|
<svg
|
|
4492
7210
|
viewBox="0 0 24 24"
|
|
4493
7211
|
fill="none"
|
|
@@ -4498,15 +7216,15 @@ class LinkIconComponent {
|
|
|
4498
7216
|
aria-hidden="true"
|
|
4499
7217
|
width="100%"
|
|
4500
7218
|
height="100%">
|
|
4501
|
-
<
|
|
4502
|
-
|
|
7219
|
+
<polygon
|
|
7220
|
+
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" />
|
|
4503
7221
|
</svg>
|
|
4504
7222
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4505
7223
|
}
|
|
4506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7224
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: StarIconComponent, decorators: [{
|
|
4507
7225
|
type: Component,
|
|
4508
7226
|
args: [{
|
|
4509
|
-
selector: 'ea-icon-
|
|
7227
|
+
selector: 'ea-icon-star',
|
|
4510
7228
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4511
7229
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4512
7230
|
template: `
|
|
@@ -4520,16 +7238,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4520
7238
|
aria-hidden="true"
|
|
4521
7239
|
width="100%"
|
|
4522
7240
|
height="100%">
|
|
4523
|
-
<
|
|
4524
|
-
|
|
7241
|
+
<polygon
|
|
7242
|
+
points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" />
|
|
4525
7243
|
</svg>
|
|
4526
7244
|
`,
|
|
4527
7245
|
}]
|
|
4528
7246
|
}] });
|
|
4529
7247
|
|
|
4530
|
-
class
|
|
4531
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4532
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7248
|
+
class SunIconComponent {
|
|
7249
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SunIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7250
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: SunIconComponent, isStandalone: true, selector: "ea-icon-sun", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4533
7251
|
<svg
|
|
4534
7252
|
viewBox="0 0 24 24"
|
|
4535
7253
|
fill="none"
|
|
@@ -4540,53 +7258,57 @@ class LoaderIconComponent {
|
|
|
4540
7258
|
aria-hidden="true"
|
|
4541
7259
|
width="100%"
|
|
4542
7260
|
height="100%">
|
|
7261
|
+
<circle
|
|
7262
|
+
cx="12"
|
|
7263
|
+
cy="12"
|
|
7264
|
+
r="5" />
|
|
4543
7265
|
<line
|
|
4544
7266
|
x1="12"
|
|
4545
|
-
y1="
|
|
7267
|
+
y1="1"
|
|
4546
7268
|
x2="12"
|
|
4547
|
-
y2="
|
|
7269
|
+
y2="3" />
|
|
4548
7270
|
<line
|
|
4549
7271
|
x1="12"
|
|
4550
|
-
y1="
|
|
7272
|
+
y1="21"
|
|
4551
7273
|
x2="12"
|
|
4552
|
-
y2="
|
|
7274
|
+
y2="23" />
|
|
4553
7275
|
<line
|
|
4554
|
-
x1="4.
|
|
4555
|
-
y1="4.
|
|
4556
|
-
x2="
|
|
4557
|
-
y2="
|
|
7276
|
+
x1="4.22"
|
|
7277
|
+
y1="4.22"
|
|
7278
|
+
x2="5.64"
|
|
7279
|
+
y2="5.64" />
|
|
4558
7280
|
<line
|
|
4559
|
-
x1="
|
|
4560
|
-
y1="
|
|
4561
|
-
x2="19.
|
|
4562
|
-
y2="19.
|
|
7281
|
+
x1="18.36"
|
|
7282
|
+
y1="18.36"
|
|
7283
|
+
x2="19.78"
|
|
7284
|
+
y2="19.78" />
|
|
4563
7285
|
<line
|
|
4564
|
-
x1="
|
|
7286
|
+
x1="1"
|
|
4565
7287
|
y1="12"
|
|
4566
|
-
x2="
|
|
7288
|
+
x2="3"
|
|
4567
7289
|
y2="12" />
|
|
4568
7290
|
<line
|
|
4569
|
-
x1="
|
|
7291
|
+
x1="21"
|
|
4570
7292
|
y1="12"
|
|
4571
|
-
x2="
|
|
7293
|
+
x2="23"
|
|
4572
7294
|
y2="12" />
|
|
4573
7295
|
<line
|
|
4574
|
-
x1="4.
|
|
4575
|
-
y1="19.
|
|
4576
|
-
x2="
|
|
4577
|
-
y2="
|
|
7296
|
+
x1="4.22"
|
|
7297
|
+
y1="19.78"
|
|
7298
|
+
x2="5.64"
|
|
7299
|
+
y2="18.36" />
|
|
4578
7300
|
<line
|
|
4579
|
-
x1="
|
|
4580
|
-
y1="
|
|
4581
|
-
x2="19.
|
|
4582
|
-
y2="4.
|
|
7301
|
+
x1="18.36"
|
|
7302
|
+
y1="5.64"
|
|
7303
|
+
x2="19.78"
|
|
7304
|
+
y2="4.22" />
|
|
4583
7305
|
</svg>
|
|
4584
7306
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4585
7307
|
}
|
|
4586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7308
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: SunIconComponent, decorators: [{
|
|
4587
7309
|
type: Component,
|
|
4588
7310
|
args: [{
|
|
4589
|
-
selector: 'ea-icon-
|
|
7311
|
+
selector: 'ea-icon-sun',
|
|
4590
7312
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4591
7313
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4592
7314
|
template: `
|
|
@@ -4600,106 +7322,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4600
7322
|
aria-hidden="true"
|
|
4601
7323
|
width="100%"
|
|
4602
7324
|
height="100%">
|
|
7325
|
+
<circle
|
|
7326
|
+
cx="12"
|
|
7327
|
+
cy="12"
|
|
7328
|
+
r="5" />
|
|
4603
7329
|
<line
|
|
4604
7330
|
x1="12"
|
|
4605
|
-
y1="
|
|
7331
|
+
y1="1"
|
|
4606
7332
|
x2="12"
|
|
4607
|
-
y2="
|
|
7333
|
+
y2="3" />
|
|
4608
7334
|
<line
|
|
4609
7335
|
x1="12"
|
|
4610
|
-
y1="
|
|
7336
|
+
y1="21"
|
|
4611
7337
|
x2="12"
|
|
4612
|
-
y2="
|
|
4613
|
-
<line
|
|
4614
|
-
x1="4.93"
|
|
4615
|
-
y1="4.93"
|
|
4616
|
-
x2="7.76"
|
|
4617
|
-
y2="7.76" />
|
|
4618
|
-
<line
|
|
4619
|
-
x1="16.24"
|
|
4620
|
-
y1="16.24"
|
|
4621
|
-
x2="19.07"
|
|
4622
|
-
y2="19.07" />
|
|
4623
|
-
<line
|
|
4624
|
-
x1="2"
|
|
4625
|
-
y1="12"
|
|
4626
|
-
x2="6"
|
|
4627
|
-
y2="12" />
|
|
4628
|
-
<line
|
|
4629
|
-
x1="18"
|
|
4630
|
-
y1="12"
|
|
4631
|
-
x2="22"
|
|
4632
|
-
y2="12" />
|
|
7338
|
+
y2="23" />
|
|
4633
7339
|
<line
|
|
4634
|
-
x1="4.
|
|
4635
|
-
y1="
|
|
4636
|
-
x2="
|
|
4637
|
-
y2="
|
|
7340
|
+
x1="4.22"
|
|
7341
|
+
y1="4.22"
|
|
7342
|
+
x2="5.64"
|
|
7343
|
+
y2="5.64" />
|
|
4638
7344
|
<line
|
|
4639
|
-
x1="
|
|
4640
|
-
y1="
|
|
4641
|
-
x2="19.
|
|
4642
|
-
y2="
|
|
4643
|
-
</svg>
|
|
4644
|
-
`,
|
|
4645
|
-
}]
|
|
4646
|
-
}] });
|
|
4647
|
-
|
|
4648
|
-
class LogOutIconComponent {
|
|
4649
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LogOutIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4650
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: LogOutIconComponent, isStandalone: true, selector: "ea-icon-log-out", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4651
|
-
<svg
|
|
4652
|
-
viewBox="0 0 24 24"
|
|
4653
|
-
fill="none"
|
|
4654
|
-
stroke="currentColor"
|
|
4655
|
-
stroke-width="2"
|
|
4656
|
-
stroke-linecap="round"
|
|
4657
|
-
stroke-linejoin="round"
|
|
4658
|
-
aria-hidden="true"
|
|
4659
|
-
width="100%"
|
|
4660
|
-
height="100%">
|
|
4661
|
-
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
|
4662
|
-
<polyline points="16 17 21 12 16 7" />
|
|
7345
|
+
x1="18.36"
|
|
7346
|
+
y1="18.36"
|
|
7347
|
+
x2="19.78"
|
|
7348
|
+
y2="19.78" />
|
|
4663
7349
|
<line
|
|
4664
|
-
x1="
|
|
4665
|
-
y1="12"
|
|
4666
|
-
x2="
|
|
4667
|
-
y2="12" />
|
|
4668
|
-
</svg>
|
|
4669
|
-
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4670
|
-
}
|
|
4671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: LogOutIconComponent, decorators: [{
|
|
4672
|
-
type: Component,
|
|
4673
|
-
args: [{
|
|
4674
|
-
selector: 'ea-icon-log-out',
|
|
4675
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4676
|
-
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4677
|
-
template: `
|
|
4678
|
-
<svg
|
|
4679
|
-
viewBox="0 0 24 24"
|
|
4680
|
-
fill="none"
|
|
4681
|
-
stroke="currentColor"
|
|
4682
|
-
stroke-width="2"
|
|
4683
|
-
stroke-linecap="round"
|
|
4684
|
-
stroke-linejoin="round"
|
|
4685
|
-
aria-hidden="true"
|
|
4686
|
-
width="100%"
|
|
4687
|
-
height="100%">
|
|
4688
|
-
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4" />
|
|
4689
|
-
<polyline points="16 17 21 12 16 7" />
|
|
7350
|
+
x1="1"
|
|
7351
|
+
y1="12"
|
|
7352
|
+
x2="3"
|
|
7353
|
+
y2="12" />
|
|
4690
7354
|
<line
|
|
4691
7355
|
x1="21"
|
|
4692
7356
|
y1="12"
|
|
4693
|
-
x2="
|
|
7357
|
+
x2="23"
|
|
4694
7358
|
y2="12" />
|
|
7359
|
+
<line
|
|
7360
|
+
x1="4.22"
|
|
7361
|
+
y1="19.78"
|
|
7362
|
+
x2="5.64"
|
|
7363
|
+
y2="18.36" />
|
|
7364
|
+
<line
|
|
7365
|
+
x1="18.36"
|
|
7366
|
+
y1="5.64"
|
|
7367
|
+
x2="19.78"
|
|
7368
|
+
y2="4.22" />
|
|
4695
7369
|
</svg>
|
|
4696
7370
|
`,
|
|
4697
7371
|
}]
|
|
4698
7372
|
}] });
|
|
4699
7373
|
|
|
4700
|
-
class
|
|
4701
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4702
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7374
|
+
class ThumbsDownIconComponent {
|
|
7375
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ThumbsDownIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7376
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ThumbsDownIconComponent, isStandalone: true, selector: "ea-icon-thumbs-down", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4703
7377
|
<svg
|
|
4704
7378
|
viewBox="0 0 24 24"
|
|
4705
7379
|
fill="none"
|
|
@@ -4711,15 +7385,14 @@ class MailIconComponent {
|
|
|
4711
7385
|
width="100%"
|
|
4712
7386
|
height="100%">
|
|
4713
7387
|
<path
|
|
4714
|
-
d="
|
|
4715
|
-
<polyline points="22 6 12 13 2 6" />
|
|
7388
|
+
d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17" />
|
|
4716
7389
|
</svg>
|
|
4717
7390
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4718
7391
|
}
|
|
4719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7392
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ThumbsDownIconComponent, decorators: [{
|
|
4720
7393
|
type: Component,
|
|
4721
7394
|
args: [{
|
|
4722
|
-
selector: 'ea-icon-
|
|
7395
|
+
selector: 'ea-icon-thumbs-down',
|
|
4723
7396
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4724
7397
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4725
7398
|
template: `
|
|
@@ -4734,16 +7407,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4734
7407
|
width="100%"
|
|
4735
7408
|
height="100%">
|
|
4736
7409
|
<path
|
|
4737
|
-
d="
|
|
4738
|
-
<polyline points="22 6 12 13 2 6" />
|
|
7410
|
+
d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17" />
|
|
4739
7411
|
</svg>
|
|
4740
7412
|
`,
|
|
4741
7413
|
}]
|
|
4742
7414
|
}] });
|
|
4743
7415
|
|
|
4744
|
-
class
|
|
4745
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4746
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7416
|
+
class ThumbsUpIconComponent {
|
|
7417
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ThumbsUpIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7418
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ThumbsUpIconComponent, isStandalone: true, selector: "ea-icon-thumbs-up", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4747
7419
|
<svg
|
|
4748
7420
|
viewBox="0 0 24 24"
|
|
4749
7421
|
fill="none"
|
|
@@ -4754,28 +7426,15 @@ class MenuIconComponent {
|
|
|
4754
7426
|
aria-hidden="true"
|
|
4755
7427
|
width="100%"
|
|
4756
7428
|
height="100%">
|
|
4757
|
-
<
|
|
4758
|
-
|
|
4759
|
-
y1="6"
|
|
4760
|
-
x2="21"
|
|
4761
|
-
y2="6" />
|
|
4762
|
-
<line
|
|
4763
|
-
x1="3"
|
|
4764
|
-
y1="12"
|
|
4765
|
-
x2="21"
|
|
4766
|
-
y2="12" />
|
|
4767
|
-
<line
|
|
4768
|
-
x1="3"
|
|
4769
|
-
y1="18"
|
|
4770
|
-
x2="21"
|
|
4771
|
-
y2="18" />
|
|
7429
|
+
<path
|
|
7430
|
+
d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3" />
|
|
4772
7431
|
</svg>
|
|
4773
7432
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4774
7433
|
}
|
|
4775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ThumbsUpIconComponent, decorators: [{
|
|
4776
7435
|
type: Component,
|
|
4777
7436
|
args: [{
|
|
4778
|
-
selector: 'ea-icon-
|
|
7437
|
+
selector: 'ea-icon-thumbs-up',
|
|
4779
7438
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4780
7439
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4781
7440
|
template: `
|
|
@@ -4789,105 +7448,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4789
7448
|
aria-hidden="true"
|
|
4790
7449
|
width="100%"
|
|
4791
7450
|
height="100%">
|
|
4792
|
-
<
|
|
4793
|
-
|
|
4794
|
-
y1="6"
|
|
4795
|
-
x2="21"
|
|
4796
|
-
y2="6" />
|
|
4797
|
-
<line
|
|
4798
|
-
x1="3"
|
|
4799
|
-
y1="12"
|
|
4800
|
-
x2="21"
|
|
4801
|
-
y2="12" />
|
|
4802
|
-
<line
|
|
4803
|
-
x1="3"
|
|
4804
|
-
y1="18"
|
|
4805
|
-
x2="21"
|
|
4806
|
-
y2="18" />
|
|
7451
|
+
<path
|
|
7452
|
+
d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3" />
|
|
4807
7453
|
</svg>
|
|
4808
7454
|
`,
|
|
4809
7455
|
}]
|
|
4810
7456
|
}] });
|
|
4811
7457
|
|
|
4812
|
-
class
|
|
4813
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4814
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7458
|
+
class TrendingUpIconComponent {
|
|
7459
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: TrendingUpIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7460
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: TrendingUpIconComponent, isStandalone: true, selector: "ea-icon-trending-up", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4815
7461
|
<svg
|
|
4816
7462
|
viewBox="0 0 24 24"
|
|
7463
|
+
fill="none"
|
|
7464
|
+
stroke="currentColor"
|
|
7465
|
+
stroke-width="2"
|
|
7466
|
+
stroke-linecap="round"
|
|
7467
|
+
stroke-linejoin="round"
|
|
4817
7468
|
aria-hidden="true"
|
|
4818
7469
|
width="100%"
|
|
4819
7470
|
height="100%">
|
|
4820
|
-
<
|
|
4821
|
-
|
|
4822
|
-
y="1"
|
|
4823
|
-
width="10"
|
|
4824
|
-
height="10"
|
|
4825
|
-
fill="#F25022" />
|
|
4826
|
-
<rect
|
|
4827
|
-
x="13"
|
|
4828
|
-
y="1"
|
|
4829
|
-
width="10"
|
|
4830
|
-
height="10"
|
|
4831
|
-
fill="#7FBA00" />
|
|
4832
|
-
<rect
|
|
4833
|
-
x="1"
|
|
4834
|
-
y="13"
|
|
4835
|
-
width="10"
|
|
4836
|
-
height="10"
|
|
4837
|
-
fill="#00A4EF" />
|
|
4838
|
-
<rect
|
|
4839
|
-
x="13"
|
|
4840
|
-
y="13"
|
|
4841
|
-
width="10"
|
|
4842
|
-
height="10"
|
|
4843
|
-
fill="#FFB900" />
|
|
7471
|
+
<polyline points="23 6 13.5 15.5 8.5 10.5 1 18" />
|
|
7472
|
+
<polyline points="17 6 23 6 23 12" />
|
|
4844
7473
|
</svg>
|
|
4845
7474
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4846
7475
|
}
|
|
4847
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: TrendingUpIconComponent, decorators: [{
|
|
4848
7477
|
type: Component,
|
|
4849
7478
|
args: [{
|
|
4850
|
-
selector: 'ea-icon-
|
|
7479
|
+
selector: 'ea-icon-trending-up',
|
|
4851
7480
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4852
7481
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4853
7482
|
template: `
|
|
4854
7483
|
<svg
|
|
4855
7484
|
viewBox="0 0 24 24"
|
|
7485
|
+
fill="none"
|
|
7486
|
+
stroke="currentColor"
|
|
7487
|
+
stroke-width="2"
|
|
7488
|
+
stroke-linecap="round"
|
|
7489
|
+
stroke-linejoin="round"
|
|
4856
7490
|
aria-hidden="true"
|
|
4857
7491
|
width="100%"
|
|
4858
7492
|
height="100%">
|
|
4859
|
-
<
|
|
4860
|
-
|
|
4861
|
-
y="1"
|
|
4862
|
-
width="10"
|
|
4863
|
-
height="10"
|
|
4864
|
-
fill="#F25022" />
|
|
4865
|
-
<rect
|
|
4866
|
-
x="13"
|
|
4867
|
-
y="1"
|
|
4868
|
-
width="10"
|
|
4869
|
-
height="10"
|
|
4870
|
-
fill="#7FBA00" />
|
|
4871
|
-
<rect
|
|
4872
|
-
x="1"
|
|
4873
|
-
y="13"
|
|
4874
|
-
width="10"
|
|
4875
|
-
height="10"
|
|
4876
|
-
fill="#00A4EF" />
|
|
4877
|
-
<rect
|
|
4878
|
-
x="13"
|
|
4879
|
-
y="13"
|
|
4880
|
-
width="10"
|
|
4881
|
-
height="10"
|
|
4882
|
-
fill="#FFB900" />
|
|
7493
|
+
<polyline points="23 6 13.5 15.5 8.5 10.5 1 18" />
|
|
7494
|
+
<polyline points="17 6 23 6 23 12" />
|
|
4883
7495
|
</svg>
|
|
4884
7496
|
`,
|
|
4885
7497
|
}]
|
|
4886
7498
|
}] });
|
|
4887
7499
|
|
|
4888
|
-
class
|
|
4889
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4890
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7500
|
+
class UnlockIconComponent {
|
|
7501
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: UnlockIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7502
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: UnlockIconComponent, isStandalone: true, selector: "ea-icon-unlock", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4891
7503
|
<svg
|
|
4892
7504
|
viewBox="0 0 24 24"
|
|
4893
7505
|
fill="none"
|
|
@@ -4898,25 +7510,21 @@ class MoreHorizontalIconComponent {
|
|
|
4898
7510
|
aria-hidden="true"
|
|
4899
7511
|
width="100%"
|
|
4900
7512
|
height="100%">
|
|
4901
|
-
<
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
<circle
|
|
4910
|
-
cx="5"
|
|
4911
|
-
cy="12"
|
|
4912
|
-
r="1" />
|
|
7513
|
+
<rect
|
|
7514
|
+
x="3"
|
|
7515
|
+
y="11"
|
|
7516
|
+
width="18"
|
|
7517
|
+
height="11"
|
|
7518
|
+
rx="2"
|
|
7519
|
+
ry="2" />
|
|
7520
|
+
<path d="M7 11V7a5 5 0 0 1 9.9-1" />
|
|
4913
7521
|
</svg>
|
|
4914
7522
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4915
7523
|
}
|
|
4916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: UnlockIconComponent, decorators: [{
|
|
4917
7525
|
type: Component,
|
|
4918
7526
|
args: [{
|
|
4919
|
-
selector: 'ea-icon-
|
|
7527
|
+
selector: 'ea-icon-unlock',
|
|
4920
7528
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4921
7529
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4922
7530
|
template: `
|
|
@@ -4930,26 +7538,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4930
7538
|
aria-hidden="true"
|
|
4931
7539
|
width="100%"
|
|
4932
7540
|
height="100%">
|
|
4933
|
-
<
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
<circle
|
|
4942
|
-
cx="5"
|
|
4943
|
-
cy="12"
|
|
4944
|
-
r="1" />
|
|
7541
|
+
<rect
|
|
7542
|
+
x="3"
|
|
7543
|
+
y="11"
|
|
7544
|
+
width="18"
|
|
7545
|
+
height="11"
|
|
7546
|
+
rx="2"
|
|
7547
|
+
ry="2" />
|
|
7548
|
+
<path d="M7 11V7a5 5 0 0 1 9.9-1" />
|
|
4945
7549
|
</svg>
|
|
4946
7550
|
`,
|
|
4947
7551
|
}]
|
|
4948
7552
|
}] });
|
|
4949
7553
|
|
|
4950
|
-
class
|
|
4951
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4952
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7554
|
+
class UsersIconComponent {
|
|
7555
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: UsersIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7556
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: UsersIconComponent, isStandalone: true, selector: "ea-icon-users", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4953
7557
|
<svg
|
|
4954
7558
|
viewBox="0 0 24 24"
|
|
4955
7559
|
fill="none"
|
|
@@ -4960,14 +7564,20 @@ class PencilIconComponent {
|
|
|
4960
7564
|
aria-hidden="true"
|
|
4961
7565
|
width="100%"
|
|
4962
7566
|
height="100%">
|
|
4963
|
-
<path d="M17
|
|
7567
|
+
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" />
|
|
7568
|
+
<circle
|
|
7569
|
+
cx="9"
|
|
7570
|
+
cy="7"
|
|
7571
|
+
r="4" />
|
|
7572
|
+
<path d="M23 21v-2a4 4 0 0 0-3-3.87" />
|
|
7573
|
+
<path d="M16 3.13a4 4 0 0 1 0 7.75" />
|
|
4964
7574
|
</svg>
|
|
4965
7575
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4966
7576
|
}
|
|
4967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: UsersIconComponent, decorators: [{
|
|
4968
7578
|
type: Component,
|
|
4969
7579
|
args: [{
|
|
4970
|
-
selector: 'ea-icon-
|
|
7580
|
+
selector: 'ea-icon-users',
|
|
4971
7581
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4972
7582
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
4973
7583
|
template: `
|
|
@@ -4981,15 +7591,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
4981
7591
|
aria-hidden="true"
|
|
4982
7592
|
width="100%"
|
|
4983
7593
|
height="100%">
|
|
4984
|
-
<path d="M17
|
|
7594
|
+
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" />
|
|
7595
|
+
<circle
|
|
7596
|
+
cx="9"
|
|
7597
|
+
cy="7"
|
|
7598
|
+
r="4" />
|
|
7599
|
+
<path d="M23 21v-2a4 4 0 0 0-3-3.87" />
|
|
7600
|
+
<path d="M16 3.13a4 4 0 0 1 0 7.75" />
|
|
4985
7601
|
</svg>
|
|
4986
7602
|
`,
|
|
4987
7603
|
}]
|
|
4988
7604
|
}] });
|
|
4989
7605
|
|
|
4990
|
-
class
|
|
4991
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
4992
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7606
|
+
class VideoIconComponent {
|
|
7607
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: VideoIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7608
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: VideoIconComponent, isStandalone: true, selector: "ea-icon-video", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
4993
7609
|
<svg
|
|
4994
7610
|
viewBox="0 0 24 24"
|
|
4995
7611
|
fill="none"
|
|
@@ -5000,18 +7616,21 @@ class SearchIconComponent {
|
|
|
5000
7616
|
aria-hidden="true"
|
|
5001
7617
|
width="100%"
|
|
5002
7618
|
height="100%">
|
|
5003
|
-
<
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
7619
|
+
<polygon points="23 7 16 12 23 17 23 7" />
|
|
7620
|
+
<rect
|
|
7621
|
+
x="1"
|
|
7622
|
+
y="5"
|
|
7623
|
+
width="15"
|
|
7624
|
+
height="14"
|
|
7625
|
+
rx="2"
|
|
7626
|
+
ry="2" />
|
|
5008
7627
|
</svg>
|
|
5009
7628
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5010
7629
|
}
|
|
5011
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: VideoIconComponent, decorators: [{
|
|
5012
7631
|
type: Component,
|
|
5013
7632
|
args: [{
|
|
5014
|
-
selector: 'ea-icon-
|
|
7633
|
+
selector: 'ea-icon-video',
|
|
5015
7634
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5016
7635
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5017
7636
|
template: `
|
|
@@ -5025,19 +7644,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
5025
7644
|
aria-hidden="true"
|
|
5026
7645
|
width="100%"
|
|
5027
7646
|
height="100%">
|
|
5028
|
-
<
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
7647
|
+
<polygon points="23 7 16 12 23 17 23 7" />
|
|
7648
|
+
<rect
|
|
7649
|
+
x="1"
|
|
7650
|
+
y="5"
|
|
7651
|
+
width="15"
|
|
7652
|
+
height="14"
|
|
7653
|
+
rx="2"
|
|
7654
|
+
ry="2" />
|
|
5033
7655
|
</svg>
|
|
5034
7656
|
`,
|
|
5035
7657
|
}]
|
|
5036
7658
|
}] });
|
|
5037
7659
|
|
|
5038
|
-
class
|
|
5039
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
5040
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7660
|
+
class Volume2IconComponent {
|
|
7661
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: Volume2IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7662
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: Volume2IconComponent, isStandalone: true, selector: "ea-icon-volume-2", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5041
7663
|
<svg
|
|
5042
7664
|
viewBox="0 0 24 24"
|
|
5043
7665
|
fill="none"
|
|
@@ -5048,19 +7670,15 @@ class SettingsIconComponent {
|
|
|
5048
7670
|
aria-hidden="true"
|
|
5049
7671
|
width="100%"
|
|
5050
7672
|
height="100%">
|
|
5051
|
-
<
|
|
5052
|
-
|
|
5053
|
-
cy="12"
|
|
5054
|
-
r="3" />
|
|
5055
|
-
<path
|
|
5056
|
-
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" />
|
|
7673
|
+
<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5" />
|
|
7674
|
+
<path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07" />
|
|
5057
7675
|
</svg>
|
|
5058
7676
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5059
7677
|
}
|
|
5060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: Volume2IconComponent, decorators: [{
|
|
5061
7679
|
type: Component,
|
|
5062
7680
|
args: [{
|
|
5063
|
-
selector: 'ea-icon-
|
|
7681
|
+
selector: 'ea-icon-volume-2',
|
|
5064
7682
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5065
7683
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5066
7684
|
template: `
|
|
@@ -5074,20 +7692,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
5074
7692
|
aria-hidden="true"
|
|
5075
7693
|
width="100%"
|
|
5076
7694
|
height="100%">
|
|
5077
|
-
<
|
|
5078
|
-
|
|
5079
|
-
cy="12"
|
|
5080
|
-
r="3" />
|
|
5081
|
-
<path
|
|
5082
|
-
d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" />
|
|
7695
|
+
<polygon points="11 5 6 9 2 9 2 15 6 15 11 19 11 5" />
|
|
7696
|
+
<path d="M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07" />
|
|
5083
7697
|
</svg>
|
|
5084
7698
|
`,
|
|
5085
7699
|
}]
|
|
5086
7700
|
}] });
|
|
5087
7701
|
|
|
5088
|
-
class
|
|
5089
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
5090
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type:
|
|
7702
|
+
class WifiIconComponent {
|
|
7703
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: WifiIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7704
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: WifiIconComponent, isStandalone: true, selector: "ea-icon-wifi", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
5091
7705
|
<svg
|
|
5092
7706
|
viewBox="0 0 24 24"
|
|
5093
7707
|
fill="none"
|
|
@@ -5098,15 +7712,21 @@ class StarIconComponent {
|
|
|
5098
7712
|
aria-hidden="true"
|
|
5099
7713
|
width="100%"
|
|
5100
7714
|
height="100%">
|
|
5101
|
-
<
|
|
5102
|
-
|
|
7715
|
+
<path d="M5 12.55a11 11 0 0 1 14.08 0" />
|
|
7716
|
+
<path d="M1.42 9a16 16 0 0 1 21.16 0" />
|
|
7717
|
+
<path d="M8.53 16.11a6 6 0 0 1 6.95 0" />
|
|
7718
|
+
<line
|
|
7719
|
+
x1="12"
|
|
7720
|
+
y1="20"
|
|
7721
|
+
x2="12.01"
|
|
7722
|
+
y2="20" />
|
|
5103
7723
|
</svg>
|
|
5104
7724
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5105
7725
|
}
|
|
5106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type:
|
|
7726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: WifiIconComponent, decorators: [{
|
|
5107
7727
|
type: Component,
|
|
5108
7728
|
args: [{
|
|
5109
|
-
selector: 'ea-icon-
|
|
7729
|
+
selector: 'ea-icon-wifi',
|
|
5110
7730
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5111
7731
|
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
5112
7732
|
template: `
|
|
@@ -5120,8 +7740,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
5120
7740
|
aria-hidden="true"
|
|
5121
7741
|
width="100%"
|
|
5122
7742
|
height="100%">
|
|
5123
|
-
<
|
|
5124
|
-
|
|
7743
|
+
<path d="M5 12.55a11 11 0 0 1 14.08 0" />
|
|
7744
|
+
<path d="M1.42 9a16 16 0 0 1 21.16 0" />
|
|
7745
|
+
<path d="M8.53 16.11a6 6 0 0 1 6.95 0" />
|
|
7746
|
+
<line
|
|
7747
|
+
x1="12"
|
|
7748
|
+
y1="20"
|
|
7749
|
+
x2="12.01"
|
|
7750
|
+
y2="20" />
|
|
5125
7751
|
</svg>
|
|
5126
7752
|
`,
|
|
5127
7753
|
}]
|
|
@@ -5231,6 +7857,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
5231
7857
|
}]
|
|
5232
7858
|
}], propDecorators: { brand: [{ type: i0.Input, args: [{ isSignal: true, alias: "brand", required: false }] }] } });
|
|
5233
7859
|
|
|
7860
|
+
class ZapIconComponent {
|
|
7861
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ZapIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7862
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.9", type: ZapIconComponent, isStandalone: true, selector: "ea-icon-zap", host: { styleAttribute: "display: inline-flex; width: 1em; height: 1em;" }, ngImport: i0, template: `
|
|
7863
|
+
<svg
|
|
7864
|
+
viewBox="0 0 24 24"
|
|
7865
|
+
fill="none"
|
|
7866
|
+
stroke="currentColor"
|
|
7867
|
+
stroke-width="2"
|
|
7868
|
+
stroke-linecap="round"
|
|
7869
|
+
stroke-linejoin="round"
|
|
7870
|
+
aria-hidden="true"
|
|
7871
|
+
width="100%"
|
|
7872
|
+
height="100%">
|
|
7873
|
+
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2" />
|
|
7874
|
+
</svg>
|
|
7875
|
+
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7876
|
+
}
|
|
7877
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ZapIconComponent, decorators: [{
|
|
7878
|
+
type: Component,
|
|
7879
|
+
args: [{
|
|
7880
|
+
selector: 'ea-icon-zap',
|
|
7881
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7882
|
+
host: { style: 'display: inline-flex; width: 1em; height: 1em;' },
|
|
7883
|
+
template: `
|
|
7884
|
+
<svg
|
|
7885
|
+
viewBox="0 0 24 24"
|
|
7886
|
+
fill="none"
|
|
7887
|
+
stroke="currentColor"
|
|
7888
|
+
stroke-width="2"
|
|
7889
|
+
stroke-linecap="round"
|
|
7890
|
+
stroke-linejoin="round"
|
|
7891
|
+
aria-hidden="true"
|
|
7892
|
+
width="100%"
|
|
7893
|
+
height="100%">
|
|
7894
|
+
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2" />
|
|
7895
|
+
</svg>
|
|
7896
|
+
`,
|
|
7897
|
+
}]
|
|
7898
|
+
}] });
|
|
7899
|
+
|
|
5234
7900
|
/**
|
|
5235
7901
|
* Single-line text field with label, hint, and error message support.
|
|
5236
7902
|
* Includes a built-in show/hide toggle for `password` inputs and integrates
|
|
@@ -5795,11 +8461,11 @@ class RadioComponent {
|
|
|
5795
8461
|
this.group.select(this.value());
|
|
5796
8462
|
}
|
|
5797
8463
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: RadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5798
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: RadioComponent, isStandalone: true, selector: "ea-radio", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: true, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<label\n class=\"ea-radio\"\n [ngClass]=\"hostClasses()\"\n [for]=\"id()\">\n <input\n type=\"radio\"\n class=\"ea-radio__input\"\n [id]=\"id()\"\n [name]=\"name()\"\n [value]=\"value()\"\n [checked]=\"isChecked()\"\n [disabled]=\"isDisabled()\"\n (change)=\"handleChange()\" />\n\n <span\n class=\"ea-radio__circle\"\n aria-hidden=\"true\">\n </span>\n\n @if (label()) {\n <span class=\"ea-radio__label\">{{ label() }}</span>\n }\n</label>\n", styles: [".ea-radio{display:inline-flex;align-items:
|
|
8464
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: RadioComponent, isStandalone: true, selector: "ea-radio", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: true, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, id: { classPropertyName: "id", publicName: "id", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<label\n class=\"ea-radio\"\n [ngClass]=\"hostClasses()\"\n [for]=\"id()\">\n <input\n type=\"radio\"\n class=\"ea-radio__input\"\n [id]=\"id()\"\n [name]=\"name()\"\n [value]=\"value()\"\n [checked]=\"isChecked()\"\n [disabled]=\"isDisabled()\"\n (change)=\"handleChange()\" />\n\n <span\n class=\"ea-radio__circle\"\n aria-hidden=\"true\">\n </span>\n\n @if (label()) {\n <span class=\"ea-radio__label\">{{ label() }}</span>\n }\n</label>\n", styles: [".ea-radio{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer;-webkit-user-select:none;user-select:none;font-family:var(--font-family-sans);color:var(--color-text-primary)}.ea-radio--sm .ea-radio__circle{width:1rem;height:1rem}.ea-radio--sm .ea-radio__label{font-size:var(--font-size-sm);line-height:1rem}.ea-radio--md .ea-radio__circle{width:1.25rem;height:1.25rem}.ea-radio--md .ea-radio__label{font-size:var(--font-size-sm);line-height:1.25rem}.ea-radio--lg .ea-radio__circle{width:1.5rem;height:1.5rem}.ea-radio--lg .ea-radio__label{font-size:var(--font-size-md);line-height:1.5rem}.ea-radio--disabled{opacity:.45;cursor:not-allowed}.ea-radio--checked .ea-radio__circle{border-color:var(--color-brand-default)}.ea-radio--checked .ea-radio__circle:after{transform:scale(1)}.ea-radio:hover:not(.ea-radio--disabled) .ea-radio__circle{border-color:var(--color-brand-default)}.ea-radio__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ea-radio__input:focus-visible+.ea-radio__circle{box-shadow:var(--shadow-focus-ring)}.ea-radio__circle{display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--radius-full);background-color:var(--color-bg-base);border:var(--border-width-medium) solid var(--color-border-strong);transition:var(--transition-colors),var(--transition-shadow)}.ea-radio__circle:after{content:\"\";display:block;width:45%;height:45%;border-radius:var(--radius-full);background-color:var(--color-brand-default);transform:scale(0);transition:var(--transition-transform)}.ea-radio__label{font-weight:var(--font-weight-regular)}\n"], dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5799
8465
|
}
|
|
5800
8466
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: RadioComponent, decorators: [{
|
|
5801
8467
|
type: Component,
|
|
5802
|
-
args: [{ selector: 'ea-radio', changeDetection: ChangeDetectionStrategy.OnPush, imports: [NgClass], template: "<label\n class=\"ea-radio\"\n [ngClass]=\"hostClasses()\"\n [for]=\"id()\">\n <input\n type=\"radio\"\n class=\"ea-radio__input\"\n [id]=\"id()\"\n [name]=\"name()\"\n [value]=\"value()\"\n [checked]=\"isChecked()\"\n [disabled]=\"isDisabled()\"\n (change)=\"handleChange()\" />\n\n <span\n class=\"ea-radio__circle\"\n aria-hidden=\"true\">\n </span>\n\n @if (label()) {\n <span class=\"ea-radio__label\">{{ label() }}</span>\n }\n</label>\n", styles: [".ea-radio{display:inline-flex;align-items:
|
|
8468
|
+
args: [{ selector: 'ea-radio', changeDetection: ChangeDetectionStrategy.OnPush, imports: [NgClass], template: "<label\n class=\"ea-radio\"\n [ngClass]=\"hostClasses()\"\n [for]=\"id()\">\n <input\n type=\"radio\"\n class=\"ea-radio__input\"\n [id]=\"id()\"\n [name]=\"name()\"\n [value]=\"value()\"\n [checked]=\"isChecked()\"\n [disabled]=\"isDisabled()\"\n (change)=\"handleChange()\" />\n\n <span\n class=\"ea-radio__circle\"\n aria-hidden=\"true\">\n </span>\n\n @if (label()) {\n <span class=\"ea-radio__label\">{{ label() }}</span>\n }\n</label>\n", styles: [".ea-radio{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer;-webkit-user-select:none;user-select:none;font-family:var(--font-family-sans);color:var(--color-text-primary)}.ea-radio--sm .ea-radio__circle{width:1rem;height:1rem}.ea-radio--sm .ea-radio__label{font-size:var(--font-size-sm);line-height:1rem}.ea-radio--md .ea-radio__circle{width:1.25rem;height:1.25rem}.ea-radio--md .ea-radio__label{font-size:var(--font-size-sm);line-height:1.25rem}.ea-radio--lg .ea-radio__circle{width:1.5rem;height:1.5rem}.ea-radio--lg .ea-radio__label{font-size:var(--font-size-md);line-height:1.5rem}.ea-radio--disabled{opacity:.45;cursor:not-allowed}.ea-radio--checked .ea-radio__circle{border-color:var(--color-brand-default)}.ea-radio--checked .ea-radio__circle:after{transform:scale(1)}.ea-radio:hover:not(.ea-radio--disabled) .ea-radio__circle{border-color:var(--color-brand-default)}.ea-radio__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ea-radio__input:focus-visible+.ea-radio__circle{box-shadow:var(--shadow-focus-ring)}.ea-radio__circle{display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:var(--radius-full);background-color:var(--color-bg-base);border:var(--border-width-medium) solid var(--color-border-strong);transition:var(--transition-colors),var(--transition-shadow)}.ea-radio__circle:after{content:\"\";display:block;width:45%;height:45%;border-radius:var(--radius-full);background-color:var(--color-brand-default);transform:scale(0);transition:var(--transition-transform)}.ea-radio__label{font-weight:var(--font-weight-regular)}\n"] }]
|
|
5803
8469
|
}], propDecorators: { value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: true }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], id: [{ type: i0.Input, args: [{ isSignal: true, alias: "id", required: false }] }] } });
|
|
5804
8470
|
|
|
5805
8471
|
/**
|
|
@@ -6488,11 +9154,11 @@ class ToastComponent {
|
|
|
6488
9154
|
return toast.variant === 'error' || toast.variant === 'warning' ? 'alert' : 'status';
|
|
6489
9155
|
}
|
|
6490
9156
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ToastComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6491
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: ToastComponent, isStandalone: true, selector: "ea-toast", ngImport: i0, template: "@if (toastService.toasts().length) {\n <div\n class=\"ea-toast-container\"\n aria-live=\"polite\"\n aria-atomic=\"false\">\n @for (toast of toastService.toasts(); track toast.id) {\n <div\n class=\"ea-toast ea-toast--{{ toast.variant }}\"\n [attr.role]=\"getRole(toast)\"\n [attr.aria-live]=\"getRole(toast) === 'alert' ? 'assertive' : 'polite'\">\n <span class=\"ea-toast__message\">{{ toast.message }}</span>\n <button\n class=\"ea-toast__close\"\n type=\"button\"\n aria-label=\"Dismiss\"\n (click)=\"toastService.dismiss(toast.id)\">\n <ea-icon-x />\n </button>\n </div>\n }\n </div>\n}\n", styles: [".ea-toast-container{position:fixed;bottom:var(--space-6);right:var(--space-6);left:var(--space-6);z-index:var(--z-index-toast);display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-2);pointer-events:none}@media(min-width:640px){.ea-toast-container{left:auto;max-width:24rem}}.ea-toast{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);font-family:var(--font-family-sans);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);pointer-events:auto;animation:ea-toast-slide-in var(--duration-slow) var(--ease-out)}@media(min-width:640px){.ea-toast{width:auto}}.ea-toast--default{background-color:var(--color-neutral-800);color:var(--color-neutral-0)}.ea-toast--success{background-color:var(--color-success-subtle);color:var(--color-success-700)}.ea-toast--warning{background-color:var(--color-warning-subtle);color:var(--color-warning-700)}.ea-toast--error{background-color:var(--color-error-subtle);color:var(--color-error-700)}.ea-toast--info{background-color:var(--color-info-subtle);color:var(--color-info-700)}.ea-toast__message{flex:1;min-width:0}.ea-toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;background:none;border:none;color:inherit;opacity:.7;cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition-colors)}.ea-toast__close:hover{opacity:1}.ea-toast__close:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}@keyframes ea-toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}\n"], dependencies: [{ kind: "component", type: XIconComponent, selector: "ea-icon-x" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
9157
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.9", type: ToastComponent, isStandalone: true, selector: "ea-toast", ngImport: i0, template: "@if (toastService.toasts().length) {\n <div\n class=\"ea-toast-container\"\n aria-live=\"polite\"\n aria-atomic=\"false\">\n @for (toast of toastService.toasts(); track toast.id) {\n <div\n class=\"ea-toast ea-toast--{{ toast.variant }}\"\n [attr.role]=\"getRole(toast)\"\n [attr.aria-live]=\"getRole(toast) === 'alert' ? 'assertive' : 'polite'\">\n <span class=\"ea-toast__message\">{{ toast.message }}</span>\n <button\n class=\"ea-toast__close\"\n type=\"button\"\n aria-label=\"Dismiss\"\n (click)=\"toastService.dismiss(toast.id)\">\n <ea-icon-x />\n </button>\n </div>\n }\n </div>\n}\n", styles: [".ea-toast-container{position:fixed;bottom:var(--space-6);right:var(--space-6);left:var(--space-6);z-index:var(--z-index-toast);display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-2);pointer-events:none}@media(min-width:640px){.ea-toast-container{left:auto;max-width:24rem}}.ea-toast{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);font-family:var(--font-family-sans);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);pointer-events:auto;animation:ea-toast-slide-in var(--duration-slow) var(--ease-out)}@media(min-width:640px){.ea-toast{width:auto}}.ea-toast--default{background-color:var(--color-neutral-800);color:var(--color-neutral-0)}.ea-toast--success{background-color:var(--color-bg-elevated);background-image:linear-gradient(var(--color-success-subtle),var(--color-success-subtle));color:var(--color-success-700)}.ea-toast--warning{background-color:var(--color-bg-elevated);background-image:linear-gradient(var(--color-warning-subtle),var(--color-warning-subtle));color:var(--color-warning-700)}.ea-toast--error{background-color:var(--color-bg-elevated);background-image:linear-gradient(var(--color-error-subtle),var(--color-error-subtle));color:var(--color-error-700)}.ea-toast--info{background-color:var(--color-bg-elevated);background-image:linear-gradient(var(--color-info-subtle),var(--color-info-subtle));color:var(--color-info-700)}.ea-toast__message{flex:1;min-width:0}.ea-toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;background:none;border:none;color:inherit;opacity:.7;cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition-colors)}.ea-toast__close:hover{opacity:1}.ea-toast__close:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}@keyframes ea-toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.ea-toast{animation-name:ea-toast-fade-in}}@keyframes ea-toast-fade-in{0%{opacity:0}to{opacity:1}}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .ea-toast--success{color:var(--color-success-200)}:root:not([data-theme=light]) .ea-toast--warning{color:var(--color-warning-200)}:root:not([data-theme=light]) .ea-toast--error{color:var(--color-error-200)}:root:not([data-theme=light]) .ea-toast--info{color:var(--color-info-200)}}:root[data-theme=dark] .ea-toast--success{color:var(--color-success-200)}:root[data-theme=dark] .ea-toast--warning{color:var(--color-warning-200)}:root[data-theme=dark] .ea-toast--error{color:var(--color-error-200)}:root[data-theme=dark] .ea-toast--info{color:var(--color-info-200)}\n"], dependencies: [{ kind: "component", type: XIconComponent, selector: "ea-icon-x" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
6492
9158
|
}
|
|
6493
9159
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImport: i0, type: ToastComponent, decorators: [{
|
|
6494
9160
|
type: Component,
|
|
6495
|
-
args: [{ selector: 'ea-toast', imports: [XIconComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "@if (toastService.toasts().length) {\n <div\n class=\"ea-toast-container\"\n aria-live=\"polite\"\n aria-atomic=\"false\">\n @for (toast of toastService.toasts(); track toast.id) {\n <div\n class=\"ea-toast ea-toast--{{ toast.variant }}\"\n [attr.role]=\"getRole(toast)\"\n [attr.aria-live]=\"getRole(toast) === 'alert' ? 'assertive' : 'polite'\">\n <span class=\"ea-toast__message\">{{ toast.message }}</span>\n <button\n class=\"ea-toast__close\"\n type=\"button\"\n aria-label=\"Dismiss\"\n (click)=\"toastService.dismiss(toast.id)\">\n <ea-icon-x />\n </button>\n </div>\n }\n </div>\n}\n", styles: [".ea-toast-container{position:fixed;bottom:var(--space-6);right:var(--space-6);left:var(--space-6);z-index:var(--z-index-toast);display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-2);pointer-events:none}@media(min-width:640px){.ea-toast-container{left:auto;max-width:24rem}}.ea-toast{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);font-family:var(--font-family-sans);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);pointer-events:auto;animation:ea-toast-slide-in var(--duration-slow) var(--ease-out)}@media(min-width:640px){.ea-toast{width:auto}}.ea-toast--default{background-color:var(--color-neutral-800);color:var(--color-neutral-0)}.ea-toast--success{background-color:var(--color-success-subtle);color:var(--color-success-700)}.ea-toast--warning{background-color:var(--color-warning-subtle);color:var(--color-warning-700)}.ea-toast--error{background-color:var(--color-error-subtle);color:var(--color-error-700)}.ea-toast--info{background-color:var(--color-info-subtle);color:var(--color-info-700)}.ea-toast__message{flex:1;min-width:0}.ea-toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;background:none;border:none;color:inherit;opacity:.7;cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition-colors)}.ea-toast__close:hover{opacity:1}.ea-toast__close:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}@keyframes ea-toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}\n"] }]
|
|
9161
|
+
args: [{ selector: 'ea-toast', imports: [XIconComponent], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "@if (toastService.toasts().length) {\n <div\n class=\"ea-toast-container\"\n aria-live=\"polite\"\n aria-atomic=\"false\">\n @for (toast of toastService.toasts(); track toast.id) {\n <div\n class=\"ea-toast ea-toast--{{ toast.variant }}\"\n [attr.role]=\"getRole(toast)\"\n [attr.aria-live]=\"getRole(toast) === 'alert' ? 'assertive' : 'polite'\">\n <span class=\"ea-toast__message\">{{ toast.message }}</span>\n <button\n class=\"ea-toast__close\"\n type=\"button\"\n aria-label=\"Dismiss\"\n (click)=\"toastService.dismiss(toast.id)\">\n <ea-icon-x />\n </button>\n </div>\n }\n </div>\n}\n", styles: [".ea-toast-container{position:fixed;bottom:var(--space-6);right:var(--space-6);left:var(--space-6);z-index:var(--z-index-toast);display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-2);pointer-events:none}@media(min-width:640px){.ea-toast-container{left:auto;max-width:24rem}}.ea-toast{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);font-family:var(--font-family-sans);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);pointer-events:auto;animation:ea-toast-slide-in var(--duration-slow) var(--ease-out)}@media(min-width:640px){.ea-toast{width:auto}}.ea-toast--default{background-color:var(--color-neutral-800);color:var(--color-neutral-0)}.ea-toast--success{background-color:var(--color-bg-elevated);background-image:linear-gradient(var(--color-success-subtle),var(--color-success-subtle));color:var(--color-success-700)}.ea-toast--warning{background-color:var(--color-bg-elevated);background-image:linear-gradient(var(--color-warning-subtle),var(--color-warning-subtle));color:var(--color-warning-700)}.ea-toast--error{background-color:var(--color-bg-elevated);background-image:linear-gradient(var(--color-error-subtle),var(--color-error-subtle));color:var(--color-error-700)}.ea-toast--info{background-color:var(--color-bg-elevated);background-image:linear-gradient(var(--color-info-subtle),var(--color-info-subtle));color:var(--color-info-700)}.ea-toast__message{flex:1;min-width:0}.ea-toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;background:none;border:none;color:inherit;opacity:.7;cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition-colors)}.ea-toast__close:hover{opacity:1}.ea-toast__close:focus-visible{outline:none;box-shadow:var(--shadow-focus-ring)}@keyframes ea-toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.ea-toast{animation-name:ea-toast-fade-in}}@keyframes ea-toast-fade-in{0%{opacity:0}to{opacity:1}}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .ea-toast--success{color:var(--color-success-200)}:root:not([data-theme=light]) .ea-toast--warning{color:var(--color-warning-200)}:root:not([data-theme=light]) .ea-toast--error{color:var(--color-error-200)}:root:not([data-theme=light]) .ea-toast--info{color:var(--color-info-200)}}:root[data-theme=dark] .ea-toast--success{color:var(--color-success-200)}:root[data-theme=dark] .ea-toast--warning{color:var(--color-warning-200)}:root[data-theme=dark] .ea-toast--error{color:var(--color-error-200)}:root[data-theme=dark] .ea-toast--info{color:var(--color-info-200)}\n"] }]
|
|
6496
9162
|
}] });
|
|
6497
9163
|
|
|
6498
9164
|
// =============================================================================
|
|
@@ -6504,5 +9170,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
6504
9170
|
* Generated bundle index. Do not edit.
|
|
6505
9171
|
*/
|
|
6506
9172
|
|
|
6507
|
-
export { AccordionComponent, AccordionItemComponent, AlertCircleIconComponent, AlertComponent, AlertTriangleIconComponent, AppleIconComponent, ArrowDownIconComponent, ArrowLeftIconComponent, ArrowRightIconComponent, ArrowUpIconComponent, AutocompleteComponent, AvatarComponent, AvatarEditorComponent, BadgeComponent, BellIconComponent, BreadcrumbsComponent, ButtonComponent, CalendarIconComponent, CameraIconComponent, CardComponent, CheckCircleIconComponent, CheckIconComponent, CheckboxComponent, ChevronDownIconComponent, ChevronLeftIconComponent, ChevronRightIconComponent, ChevronUpIconComponent, ChevronsUpDownIconComponent, ClockIconComponent, CodeInputComponent, CopyIconComponent, DataTableComponent, DatePickerComponent, DialogComponent, DividerComponent, DownloadIconComponent, DrawerComponent, DropdownComponent, EagamiIconComponent, EagamiWordmarkComponent, EmptyStateComponent, ExternalLinkIconComponent, EyeIconComponent, EyeOffIconComponent, FacebookIconComponent, FileIconComponent, FilterIconComponent, GithubIconComponent, GoogleIconComponent, HeartIconComponent, ImageIconComponent, InfoIconComponent, InputComponent, LinkIconComponent, LoaderIconComponent, LogOutIconComponent, MailIconComponent, MenuComponent, MenuIconComponent, MenuItemComponent, MenuTriggerDirective, MicrosoftIconComponent, MinusIconComponent, MoreHorizontalIconComponent, PaginatorComponent, PencilIconComponent, PlusIconComponent, ProgressBarComponent, RadioComponent, RadioGroupComponent, RotateCcwIconComponent, SearchIconComponent, SegmentedComponent, SettingsIconComponent, SkeletonComponent, SliderComponent, SpinnerComponent, StarIconComponent, SwitchComponent, TabComponent, TabsComponent, TagComponent, TextareaComponent, ToastComponent, ToastService, TooltipDirective, TrashIconComponent, UploadIconComponent, UserIconComponent, XCircleIconComponent, XIconComponent, XTwitterIconComponent };
|
|
9173
|
+
export { AccordionComponent, AccordionItemComponent, AlertCircleIconComponent, AlertComponent, AlertTriangleIconComponent, AppleIconComponent, ArchiveIconComponent, ArrowDownIconComponent, ArrowLeftIconComponent, ArrowRightIconComponent, ArrowUpIconComponent, AtSignIconComponent, AutocompleteComponent, AvatarComponent, AvatarEditorComponent, BadgeComponent, BarChartIconComponent, BellIconComponent, BookmarkIconComponent, BreadcrumbsComponent, BriefcaseIconComponent, ButtonComponent, CalendarIconComponent, CameraIconComponent, CardComponent, CheckCircleIconComponent, CheckIconComponent, CheckboxComponent, ChevronDownIconComponent, ChevronLeftIconComponent, ChevronRightIconComponent, ChevronUpIconComponent, ChevronsUpDownIconComponent, ClipboardIconComponent, ClockIconComponent, CloudIconComponent, CodeInputComponent, CopyIconComponent, CreditCardIconComponent, DataTableComponent, DatePickerComponent, DialogComponent, DividerComponent, DollarSignIconComponent, DownloadIconComponent, DrawerComponent, DropdownComponent, EagamiIconComponent, EagamiWordmarkComponent, EmptyStateComponent, ExternalLinkIconComponent, EyeIconComponent, EyeOffIconComponent, FacebookIconComponent, FileIconComponent, FilterIconComponent, FlagIconComponent, FolderIconComponent, GiftIconComponent, GithubIconComponent, GlobeIconComponent, GoogleIconComponent, HashIconComponent, HeartIconComponent, HelpCircleIconComponent, HomeIconComponent, ImageIconComponent, InboxIconComponent, InfoIconComponent, InputComponent, LinkIconComponent, ListIconComponent, LoaderIconComponent, LockIconComponent, LogInIconComponent, LogOutIconComponent, MailIconComponent, MapPinIconComponent, MaximizeIconComponent, MenuComponent, MenuIconComponent, MenuItemComponent, MenuTriggerDirective, MicIconComponent, MicrosoftIconComponent, MinimizeIconComponent, MinusIconComponent, MonitorIconComponent, MoonIconComponent, MoreHorizontalIconComponent, PackageIconComponent, PaginatorComponent, PaperclipIconComponent, PauseIconComponent, PencilIconComponent, PhoneIconComponent, PlayIconComponent, PlusIconComponent, PrinterIconComponent, ProgressBarComponent, RadioComponent, RadioGroupComponent, RefreshCwIconComponent, RotateCcwIconComponent, SaveIconComponent, SearchIconComponent, SegmentedComponent, SendIconComponent, SettingsIconComponent, ShareIconComponent, ShieldIconComponent, ShoppingCartIconComponent, SkeletonComponent, SliderComponent, SmartphoneIconComponent, SpinnerComponent, StarIconComponent, SunIconComponent, SwitchComponent, TabComponent, TabsComponent, TagComponent, TextareaComponent, ThumbsDownIconComponent, ThumbsUpIconComponent, ToastComponent, ToastService, TooltipDirective, TrashIconComponent, TrendingUpIconComponent, UnlockIconComponent, UploadIconComponent, UserIconComponent, UsersIconComponent, VideoIconComponent, Volume2IconComponent, WifiIconComponent, XCircleIconComponent, XIconComponent, XTwitterIconComponent, ZapIconComponent };
|
|
6508
9174
|
//# sourceMappingURL=eagami-ui.mjs.map
|