@acorex/modules 20.0.11 → 20.0.13
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/calendar-management/README.md +271 -0
- package/calendar-management/index.d.ts +156 -0
- package/contact-management/README.md +150 -0
- package/contact-management/index.d.ts +15 -4
- package/fesm2022/acorex-modules-calendar-management.mjs +1509 -0
- package/fesm2022/acorex-modules-calendar-management.mjs.map +1 -0
- package/fesm2022/acorex-modules-common-search-popup.component-B_bJ0ZRM.mjs +128 -0
- package/fesm2022/acorex-modules-common-search-popup.component-B_bJ0ZRM.mjs.map +1 -0
- package/fesm2022/acorex-modules-common.mjs +2 -2
- package/fesm2022/acorex-modules-contact-management-acorex-modules-contact-management-DVjMlS0K.mjs +2548 -0
- package/fesm2022/acorex-modules-contact-management-acorex-modules-contact-management-DVjMlS0K.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-address-type.entity-QMEODkhx.mjs → acorex-modules-contact-management-address-type.entity-CWIBwWfZ.mjs} +65 -38
- package/fesm2022/acorex-modules-contact-management-address-type.entity-CWIBwWfZ.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-contact-address.entity-0f4Vaw_k.mjs → acorex-modules-contact-management-contact-address.entity-DO6GizbS.mjs} +49 -95
- package/fesm2022/acorex-modules-contact-management-contact-address.entity-DO6GizbS.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-contact-method.entity-ChEz1jW0.mjs → acorex-modules-contact-management-contact-method.entity-tEtMSV4f.mjs} +67 -69
- package/fesm2022/acorex-modules-contact-management-contact-method.entity-tEtMSV4f.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-contact-relationship.entity-DLfiEEfk.mjs → acorex-modules-contact-management-contact-relationship.entity-C-B5aOoq.mjs} +34 -63
- package/fesm2022/acorex-modules-contact-management-contact-relationship.entity-C-B5aOoq.mjs.map +1 -0
- package/fesm2022/{acorex-modules-contact-management-contact-source.entity-hopVxiIT.mjs → acorex-modules-contact-management-contact-source.entity-Dw8jwcox.mjs} +67 -40
- package/fesm2022/acorex-modules-contact-management-contact-source.entity-Dw8jwcox.mjs.map +1 -0
- package/fesm2022/acorex-modules-contact-management-emergency-contact-category.entity-BJOOhcD1.mjs +680 -0
- package/fesm2022/acorex-modules-contact-management-emergency-contact-category.entity-BJOOhcD1.mjs.map +1 -0
- package/fesm2022/acorex-modules-contact-management-emergency-contact.entity-Cr7_5JKD.mjs +1062 -0
- package/fesm2022/acorex-modules-contact-management-emergency-contact.entity-Cr7_5JKD.mjs.map +1 -0
- package/fesm2022/acorex-modules-contact-management.mjs +1 -2331
- package/fesm2022/acorex-modules-contact-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-content-management.mjs +23 -0
- package/fesm2022/acorex-modules-content-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-EsaVgkdd.mjs.map +1 -1
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-TWTBqgn6.mjs → acorex-modules-platform-management-acorex-modules-platform-management-BLhzWiXM.mjs} +29 -5
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-BLhzWiXM.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-list-version.component-DQ3Gp9kl.mjs → acorex-modules-platform-management-list-version.component-CgF5pvTa.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-list-version.component-DQ3Gp9kl.mjs.map → acorex-modules-platform-management-list-version.component-CgF5pvTa.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-platform-management-settings.provider-FXMK1_44.mjs → acorex-modules-platform-management-settings.provider-intHn3XI.mjs} +2 -2
- package/fesm2022/{acorex-modules-platform-management-settings.provider-FXMK1_44.mjs.map → acorex-modules-platform-management-settings.provider-intHn3XI.mjs.map} +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +1 -1
- package/fesm2022/{acorex-modules-report-management-report-create-root.component-CcNJIUk2.mjs → acorex-modules-report-management-report-create-root.component-DqrLa6vh.mjs} +4 -4
- package/fesm2022/{acorex-modules-report-management-report-create-root.component-CcNJIUk2.mjs.map → acorex-modules-report-management-report-create-root.component-DqrLa6vh.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-report-management-report-runner-root-page.component-CAxcD_pe.mjs → acorex-modules-report-management-report-runner-root-page.component-S8qyvs79.mjs} +41 -24
- package/fesm2022/acorex-modules-report-management-report-runner-root-page.component-S8qyvs79.mjs.map +1 -0
- package/fesm2022/acorex-modules-report-management.mjs +670 -8
- package/fesm2022/acorex-modules-report-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-security-management.mjs +4 -2
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/package.json +9 -5
- package/report-management/index.d.ts +303 -5
- package/fesm2022/acorex-modules-common-search-popup.component-CNh7TFpe.mjs +0 -128
- package/fesm2022/acorex-modules-common-search-popup.component-CNh7TFpe.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-address-type.entity-QMEODkhx.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-contact-address.entity-0f4Vaw_k.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-contact-method.entity-ChEz1jW0.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-contact-relationship.entity-DLfiEEfk.mjs.map +0 -1
- package/fesm2022/acorex-modules-contact-management-contact-source.entity-hopVxiIT.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-TWTBqgn6.mjs.map +0 -1
- package/fesm2022/acorex-modules-report-management-report-runner-root-page.component-CAxcD_pe.mjs.map +0 -1
@@ -0,0 +1,128 @@
|
|
1
|
+
import * as i7 from '@acorex/cdk/list-navigation';
|
2
|
+
import { AXListNavigationDirective, AXListNavigationItemDirective, AXListNavigationModule } from '@acorex/cdk/list-navigation';
|
3
|
+
import * as i3$1 from '@acorex/components/button';
|
4
|
+
import { AXButtonModule } from '@acorex/components/button';
|
5
|
+
import { AXChipsModule } from '@acorex/components/chips';
|
6
|
+
import * as i4 from '@acorex/cdk/common';
|
7
|
+
import { AXCommonModule } from '@acorex/cdk/common';
|
8
|
+
import * as i4$1 from '@acorex/components/decorators';
|
9
|
+
import { AXDecoratorModule } from '@acorex/components/decorators';
|
10
|
+
import { AXBasePageComponent } from '@acorex/components/page';
|
11
|
+
import * as i3 from '@acorex/components/search-box';
|
12
|
+
import { AXSearchBoxComponent, AXSearchBoxModule } from '@acorex/components/search-box';
|
13
|
+
import * as i9 from '@acorex/components/skeleton';
|
14
|
+
import { AXSkeletonModule } from '@acorex/components/skeleton';
|
15
|
+
import * as i4$2 from '@acorex/core/translation';
|
16
|
+
import { AXTranslationModule } from '@acorex/core/translation';
|
17
|
+
import { AXPThemeLayoutBlockComponent, AXPThemeLayoutListComponent, AXPThemeLayoutListItemComponent, AXPThemeLayoutListItemsGroupComponent, AXPThemeLayoutHeaderComponent } from '@acorex/platform/layout/components';
|
18
|
+
import * as i1 from '@angular/common';
|
19
|
+
import { CommonModule } from '@angular/common';
|
20
|
+
import * as i0 from '@angular/core';
|
21
|
+
import { inject, viewChild, viewChildren, ChangeDetectionStrategy, Component } from '@angular/core';
|
22
|
+
import * as i2 from '@angular/forms';
|
23
|
+
import { FormsModule } from '@angular/forms';
|
24
|
+
import { first } from 'rxjs';
|
25
|
+
import { AXPGlobalSearchViewModel } from './acorex-modules-common.mjs';
|
26
|
+
|
27
|
+
class AXPGlobalSearchPopupComponent extends AXBasePageComponent {
|
28
|
+
constructor() {
|
29
|
+
super(...arguments);
|
30
|
+
this.i18nScope = 'global-search';
|
31
|
+
this.vm = inject(AXPGlobalSearchViewModel);
|
32
|
+
this.text = null;
|
33
|
+
this.list = viewChild(AXListNavigationDirective);
|
34
|
+
this.searchBox = viewChild(AXSearchBoxComponent);
|
35
|
+
this.items = viewChildren(AXListNavigationItemDirective);
|
36
|
+
}
|
37
|
+
async handleTextChanged(e) {
|
38
|
+
if (e.isUserInteraction) {
|
39
|
+
await this.vm.search(e.value);
|
40
|
+
}
|
41
|
+
}
|
42
|
+
ngOnInit() {
|
43
|
+
super.ngOnInit();
|
44
|
+
//
|
45
|
+
this.vm.onItemSelected.pipe(first()).subscribe((item) => {
|
46
|
+
this.close(item);
|
47
|
+
});
|
48
|
+
}
|
49
|
+
handleSearchKeyDown(e) {
|
50
|
+
const event = e.nativeEvent;
|
51
|
+
switch (event.code) {
|
52
|
+
case 'ArrowDown':
|
53
|
+
const item = this.items()[0];
|
54
|
+
if (item && this.list()) {
|
55
|
+
this.list()?.navigateTo(item);
|
56
|
+
}
|
57
|
+
event.preventDefault();
|
58
|
+
event.stopPropagation();
|
59
|
+
break;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
handleClearClick($event) {
|
63
|
+
this.vm.clearRecentItems();
|
64
|
+
}
|
65
|
+
handleListKeyDown(e) {
|
66
|
+
switch (e.code) {
|
67
|
+
case 'ArrowUp': {
|
68
|
+
const item = this.items()[0];
|
69
|
+
if (item && this.list() && item.isActive()) {
|
70
|
+
this.searchBox()?.focus();
|
71
|
+
}
|
72
|
+
break;
|
73
|
+
}
|
74
|
+
case 'Escape': {
|
75
|
+
this.searchBox()?.focus();
|
76
|
+
e.preventDefault();
|
77
|
+
e.stopPropagation();
|
78
|
+
break;
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
82
|
+
handleItemKeyDown(e, item) {
|
83
|
+
switch (e.code) {
|
84
|
+
case 'Enter':
|
85
|
+
case 'Space': {
|
86
|
+
e.preventDefault();
|
87
|
+
e.stopPropagation();
|
88
|
+
this.vm.execute(item);
|
89
|
+
break;
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
93
|
+
handlePinClick(e, item) {
|
94
|
+
e.stopPropagation();
|
95
|
+
this.vm.togglePin(item);
|
96
|
+
}
|
97
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPGlobalSearchPopupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
98
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.7", type: AXPGlobalSearchPopupComponent, isStandalone: true, selector: "ng-component", providers: [AXPGlobalSearchViewModel], viewQueries: [{ propertyName: "list", first: true, predicate: AXListNavigationDirective, descendants: true, isSignal: true }, { propertyName: "searchBox", first: true, predicate: AXSearchBoxComponent, descendants: true, isSignal: true }, { propertyName: "items", predicate: AXListNavigationItemDirective, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: "<axp-layout-content *translate=\"let t\">\n <axp-layout-header class=\"ax-lg\">\n <ax-search-box\n [axAutoFocus]\n [look]=\"'none'\"\n [ngModel]=\"vm.text()\"\n (onValueChanged)=\"handleTextChanged($event)\"\n [placeholder]=\"t('search-anything', { scope: i18nScope }) | async\"\n (onKeyDown)=\"handleSearchKeyDown($event)\"\n ></ax-search-box>\n <div class=\"__close-button\">\n <ax-button [look]=\"'blank'\" class=\"ax-rounded-full\" (onClick)=\"close()\">\n <ax-icon icon=\"fa-light fa-xmark fa-sm\"></ax-icon>\n </ax-button>\n </div>\n </axp-layout-header>\n\n <!-- Results Area -->\n <axp-layout-body>\n @if (vm.isBusy()) {\n <ng-container *ngTemplateOutlet=\"skeleton\"></ng-container>\n } @else if (vm.isEmpty()) {\n <ng-container *ngTemplateOutlet=\"empty\"></ng-container>\n } @else if (vm.isWelcome()) {\n <ng-container *ngTemplateOutlet=\"welcome\"></ng-container>\n } @else if (vm.isStart()) {\n <ng-container *ngTemplateOutlet=\"start\"></ng-container>\n } @else {\n <ng-container *ngTemplateOutlet=\"result\"></ng-container>\n }\n </axp-layout-body>\n\n <!-- Skeleton Template -->\n <ng-template #skeleton>\n <div class=\"ax-flex ax-flex-col ax-gap-10 ax-p-8\">\n @for (item of [1, 2, 3, 4, 5]; track $index) {\n <div class=\"ax-flex ax-items-center ax-gap-4\">\n <ax-skeleton [animated]=\"true\" class=\"ax-w-4 ax-h-4 ax-rounded-full\"></ax-skeleton>\n <div class=\"ax-flex ax-flex-col ax-gap-2 ax-flex-1\">\n <ax-skeleton [animated]=\"true\" class=\"ax-w-1/4 ax-h-2 ax-rounded\"></ax-skeleton>\n <ax-skeleton [animated]=\"true\" class=\"ax-w-1/2 ax-h-2 ax-rounded\"></ax-skeleton>\n </div>\n </div>\n }\n </div>\n </ng-template>\n\n <!-- Empty Template -->\n <ng-template #empty>\n <div class=\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-h-full ax-rounded-md ax-p-8\">\n <!-- Icon -->\n <div class=\"ax-mb-4\">\n <i class=\"fas fa-search ax-text-gray-400 ax-text-4xl\"></i>\n </div>\n <!-- Message -->\n <div class=\"ax-text-center\">\n <h2 class=\"ax-text-lg ax-font-semibold\">{{ t('no-result.title', { scope: i18nScope }) | async }}</h2>\n <p class=\"ax-mt-2 ax-leading-relaxed\">\n {{ t('no-result.message', { scope: i18nScope }) | async }}\n </p>\n </div>\n </div>\n </ng-template>\n\n <!-- Welcome Template -->\n <ng-template #welcome>\n <div class=\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-h-full ax-rounded-md ax-p-8\">\n <!-- Icon -->\n <div class=\"ax-mb-4\">\n <i class=\"fas fa-search ax-text-gray-400 ax-text-4xl\"></i>\n </div>\n <!-- Message -->\n <div class=\"ax-text-center\">\n <h2 class=\"ax-text-lg ax-font-semibold\">{{ t('start.title', { scope: i18nScope }) | async }}</h2>\n <p class=\"ax-mt-2\">{{ t('start.message', { scope: i18nScope }) | async }}</p>\n </div>\n </div>\n </ng-template>\n\n <!-- Start Template -->\n <ng-template #start>\n <!-- Pinned Items -->\n <axp-layout-list\n *translate=\"let t\"\n class=\"ax-p-4 ax-divide-none\"\n (keydown)=\"handleListKeyDown($event)\"\n axListNavigation\n #list=\"axListNavigation\"\n >\n @if (vm.pinnedItems().length > 0) {\n <axp-layout-list-group>\n <axp-layout-title>{{ t('pinned', { scope: i18nScope }) | async }}</axp-layout-title>\n @for (item of vm.pinnedItems(); track $index) {\n <axp-layout-list-item\n (click)=\"vm.execute(item)\"\n (keydown)=\"handleItemKeyDown($event, item)\"\n class=\"ax-group\"\n axListNavigationItem\n #i=\"axListNavigationItem\"\n [class.axp-state-focused]=\"i.isActive()\"\n >\n <ng-container [ngTemplateOutlet]=\"listItem\" [ngTemplateOutletContext]=\"{ item }\"></ng-container>\n </axp-layout-list-item>\n }\n </axp-layout-list-group>\n }\n <!-- Recent Items -->\n @if (vm.recentItems().length > 0) {\n <axp-layout-list-group>\n <axp-layout-header>\n <axp-layout-prefix>\n <axp-layout-title>{{ t('recent', { scope: i18nScope }) | async }}</axp-layout-title>\n </axp-layout-prefix>\n <axp-layout-prefix class=\"ax-xs\">\n <ax-button\n [text]=\"t('clear', { scope: i18nScope }) | async\"\n look=\"blank\"\n [color]=\"'default'\"\n (onClick)=\"handleClearClick($event)\"\n ></ax-button>\n </axp-layout-prefix>\n </axp-layout-header>\n @for (item of vm.recentItems(); track $index) {\n <axp-layout-list-item\n (click)=\"vm.execute(item)\"\n (keydown)=\"handleItemKeyDown($event, item)\"\n class=\"ax-group\"\n axListNavigationItem\n #i=\"axListNavigationItem\"\n [class.axp-state-focused]=\"i.isActive()\"\n >\n <ng-container [ngTemplateOutlet]=\"listItem\" [ngTemplateOutletContext]=\"{ item }\"></ng-container>\n </axp-layout-list-item>\n }\n </axp-layout-list-group>\n }\n </axp-layout-list>\n </ng-template>\n\n <!-- Result Template -->\n <ng-template #result>\n <axp-layout-list\n class=\"ax-p-4 ax-divide-none\"\n (keydown)=\"handleListKeyDown($event)\"\n axListNavigation\n #list=\"axListNavigation\"\n >\n @for (group of vm.results(); track $index) {\n <axp-layout-list-group>\n <axp-layout-title> {{ t(group.title) | async }}</axp-layout-title>\n @for (item of group.children; track $index) {\n <axp-layout-list-item\n (click)=\"vm.execute(item)\"\n (keydown)=\"handleItemKeyDown($event, item)\"\n class=\"ax-group\"\n axListNavigationItem\n #i=\"axListNavigationItem\"\n [class.axp-state-focused]=\"i.isActive()\"\n >\n <ng-container [ngTemplateOutlet]=\"listItem\" [ngTemplateOutletContext]=\"{ item }\"></ng-container>\n </axp-layout-list-item>\n }\n </axp-layout-list-group>\n }\n </axp-layout-list>\n </ng-template>\n\n <ng-template #listItem let-item=\"item\">\n <axp-layout-prefix>\n <ax-icon icon=\"fal {{ item.icon }}\"></ax-icon>\n </axp-layout-prefix>\n <axp-layout-content>\n <axp-layout-title class=\"ax-group\">\n <span>{{ t(item.title) | async }}</span>\n <span class=\"ax-ms-3\" (click)=\"handlePinClick($event, item)\">\n <i\n [class.ax-invisible]=\"!vm.isPinned(item)\"\n class=\"fa-light fa-thumbtack ax-rotate-45 group-hover:!ax-visible\"\n [class.fa-solid]=\"vm.isPinned(item)\"\n ></i>\n </span>\n </axp-layout-title>\n @if (item.parent) {\n <axp-layout-description>\n {{ t(item.parent.title) | async }}\n </axp-layout-description>\n } @else if (item.description) {\n <axp-layout-description>\n {{ t(item.description) | async }}\n </axp-layout-description>\n }\n </axp-layout-content>\n <axp-layout-suffix>\n <i class=\"far fa-chevron-right rtl:ax-rotate-180\"></i>\n </axp-layout-suffix>\n </ng-template>\n</axp-layout-content>\n", styles: [":host .ax-editor-container:focus-within{outline-style:none}:host>axp-layout-content{display:flex;flex-direction:column;background-color:rgb(var(--ax-sys-color-lightest-surface));color:rgb(var(--ax-sys-color-on-lightest-surface));border-color:rgb(var(--ax-sys-color-border-lightest-surface));width:90vw;max-width:36rem}@media (min-width: 640px){:host>axp-layout-content{width:80vw}}@media (min-width: 768px){:host>axp-layout-content{width:60vw}}@media (min-width: 1024px){:host>axp-layout-content{width:40vw}}@media (min-width: 1280px){:host>axp-layout-content{width:30vw}}:host>axp-layout-content>axp-layout-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom-width:1px;background-color:rgb(var(--ax-sys-color-lighter-surface));color:rgb(var(--ax-sys-color-on-lighter-surface));border-color:rgb(var(--ax-sys-color-border-lighter-surface))}:host>axp-layout-content>axp-layout-header>.__close-button{position:absolute;inset-inline-end:1rem;top:1rem;--ax-sys-size-base: 2rem}:host>axp-layout-content>axp-layout-body{display:flex;flex-direction:column}:host>axp-layout-content>axp-layout-body>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}:host>axp-layout-content>axp-layout-body{overflow-y:auto;border-radius:.375rem;max-height:50vh;min-height:30vh}@media (min-width: 640px){:host>axp-layout-content>axp-layout-body{max-height:60vh;min-height:40vh}}@media (min-width: 768px){:host>axp-layout-content>axp-layout-body{max-height:70vh;min-height:50vh}}@media (min-width: 1024px){:host>axp-layout-content>axp-layout-body{max-height:80vh;min-height:40vh}}:host>axp-layout-content>axp-layout-body .axp-search-recent{display:flex;flex-direction:column;padding:1rem}:host>axp-layout-content>axp-layout-body .axp-search-recent>axp-layout-header{margin-bottom:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem;font-weight:600}:host>axp-layout-content>axp-layout-body .axp-search-recent>axp-layout-body{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;border-radius:.375rem}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon{display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:.375rem;background-color:rgb(var(--ax-sys-color-dark-surface));color:rgb(var(--ax-sys-color-on-dark-surface));border-color:rgb(var(--ax-sys-color-border-dark-surface))}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon:is(.ax-dark *){background-color:rgb(var(--ax-sys-color-darker-surface));color:rgb(var(--ax-sys-color-on-darker-surface));border-color:rgb(var(--ax-sys-color-border-darker-surface))}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon{font-size:1rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type:
|
99
|
+
//
|
100
|
+
AXSearchBoxModule }, { kind: "component", type: i3.AXSearchBoxComponent, selector: "ax-search-box", inputs: ["disabled", "readonly", "tabIndex", "placeholder", "value", "state", "name", "id", "look", "class", "delayTime", "type"], outputs: ["valueChange", "stateChange", "onValueChanged", "onBlur", "onFocus", "readonlyChange", "disabledChange", "onKeyDown", "onKeyUp", "onKeyPress"] }, { kind: "ngmodule", type: AXCommonModule }, { kind: "directive", type: i4.AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: ["axAutoFocus", "axAutoFocusTime"] }, { kind: "ngmodule", type: AXDecoratorModule }, { kind: "component", type: i4$1.AXDecoratorIconComponent, selector: "ax-icon", inputs: ["icon"] }, { kind: "ngmodule", type: AXTranslationModule }, { kind: "directive", type: i4$2.AXTranslatorDirective, selector: "[translate]" }, { kind: "ngmodule", type: AXListNavigationModule }, { kind: "directive", type: i7.AXListNavigationDirective, selector: "[axListNavigation]", inputs: ["orientation"], outputs: ["onNavigationChanged", "onPressEnterOrSpace"], exportAs: ["axListNavigation"] }, { kind: "directive", type: i7.AXListNavigationItemDirective, selector: "[axListNavigationItem]", exportAs: ["axListNavigationItem"] }, { kind: "ngmodule", type: AXButtonModule }, { kind: "component", type: i3$1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "iconOnly", "type", "loadingText"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange", "disabledChange", "loadingTextChange"] }, { kind: "ngmodule", type:
|
101
|
+
//
|
102
|
+
AXSkeletonModule }, { kind: "component", type: i9.AXSkeletonComponent, selector: "ax-skeleton", inputs: ["animated"] }, { kind: "ngmodule", type: AXChipsModule }, { kind: "component", type: AXPThemeLayoutBlockComponent, selector: " axp-page-content, axp-page-footer-container, axp-page-footer, axp-page-header, axp-page-header-container, axp-page-toolbar, axp-layout-content, axp-layout-page-content, axp-layout-sections, axp-layout-body, axp-layout-page-body, axp-layout-prefix, axp-layout-suffix, axp-layout-title-bar, axp-layout-title, axp-layout-title-actions, axp-layout-nav-button, axp-layout-description, axp-layout-breadcrumbs, axp-layout-list-action, " }, { kind: "component", type: AXPThemeLayoutListComponent, selector: "axp-layout-list" }, { kind: "component", type: AXPThemeLayoutListItemComponent, selector: "axp-layout-list-item" }, { kind: "component", type: AXPThemeLayoutListItemsGroupComponent, selector: "axp-layout-list-group" }, { kind: "component", type: AXPThemeLayoutHeaderComponent, selector: "axp-layout-header" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
103
|
+
}
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPGlobalSearchPopupComponent, decorators: [{
|
105
|
+
type: Component,
|
106
|
+
args: [{ imports: [
|
107
|
+
CommonModule,
|
108
|
+
FormsModule,
|
109
|
+
//
|
110
|
+
AXSearchBoxModule,
|
111
|
+
AXCommonModule,
|
112
|
+
AXDecoratorModule,
|
113
|
+
AXTranslationModule,
|
114
|
+
AXListNavigationModule,
|
115
|
+
AXButtonModule,
|
116
|
+
//
|
117
|
+
AXSkeletonModule,
|
118
|
+
AXChipsModule,
|
119
|
+
AXPThemeLayoutBlockComponent,
|
120
|
+
AXPThemeLayoutListComponent,
|
121
|
+
AXPThemeLayoutListItemComponent,
|
122
|
+
AXPThemeLayoutListItemsGroupComponent,
|
123
|
+
AXPThemeLayoutHeaderComponent,
|
124
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, providers: [AXPGlobalSearchViewModel], template: "<axp-layout-content *translate=\"let t\">\n <axp-layout-header class=\"ax-lg\">\n <ax-search-box\n [axAutoFocus]\n [look]=\"'none'\"\n [ngModel]=\"vm.text()\"\n (onValueChanged)=\"handleTextChanged($event)\"\n [placeholder]=\"t('search-anything', { scope: i18nScope }) | async\"\n (onKeyDown)=\"handleSearchKeyDown($event)\"\n ></ax-search-box>\n <div class=\"__close-button\">\n <ax-button [look]=\"'blank'\" class=\"ax-rounded-full\" (onClick)=\"close()\">\n <ax-icon icon=\"fa-light fa-xmark fa-sm\"></ax-icon>\n </ax-button>\n </div>\n </axp-layout-header>\n\n <!-- Results Area -->\n <axp-layout-body>\n @if (vm.isBusy()) {\n <ng-container *ngTemplateOutlet=\"skeleton\"></ng-container>\n } @else if (vm.isEmpty()) {\n <ng-container *ngTemplateOutlet=\"empty\"></ng-container>\n } @else if (vm.isWelcome()) {\n <ng-container *ngTemplateOutlet=\"welcome\"></ng-container>\n } @else if (vm.isStart()) {\n <ng-container *ngTemplateOutlet=\"start\"></ng-container>\n } @else {\n <ng-container *ngTemplateOutlet=\"result\"></ng-container>\n }\n </axp-layout-body>\n\n <!-- Skeleton Template -->\n <ng-template #skeleton>\n <div class=\"ax-flex ax-flex-col ax-gap-10 ax-p-8\">\n @for (item of [1, 2, 3, 4, 5]; track $index) {\n <div class=\"ax-flex ax-items-center ax-gap-4\">\n <ax-skeleton [animated]=\"true\" class=\"ax-w-4 ax-h-4 ax-rounded-full\"></ax-skeleton>\n <div class=\"ax-flex ax-flex-col ax-gap-2 ax-flex-1\">\n <ax-skeleton [animated]=\"true\" class=\"ax-w-1/4 ax-h-2 ax-rounded\"></ax-skeleton>\n <ax-skeleton [animated]=\"true\" class=\"ax-w-1/2 ax-h-2 ax-rounded\"></ax-skeleton>\n </div>\n </div>\n }\n </div>\n </ng-template>\n\n <!-- Empty Template -->\n <ng-template #empty>\n <div class=\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-h-full ax-rounded-md ax-p-8\">\n <!-- Icon -->\n <div class=\"ax-mb-4\">\n <i class=\"fas fa-search ax-text-gray-400 ax-text-4xl\"></i>\n </div>\n <!-- Message -->\n <div class=\"ax-text-center\">\n <h2 class=\"ax-text-lg ax-font-semibold\">{{ t('no-result.title', { scope: i18nScope }) | async }}</h2>\n <p class=\"ax-mt-2 ax-leading-relaxed\">\n {{ t('no-result.message', { scope: i18nScope }) | async }}\n </p>\n </div>\n </div>\n </ng-template>\n\n <!-- Welcome Template -->\n <ng-template #welcome>\n <div class=\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-h-full ax-rounded-md ax-p-8\">\n <!-- Icon -->\n <div class=\"ax-mb-4\">\n <i class=\"fas fa-search ax-text-gray-400 ax-text-4xl\"></i>\n </div>\n <!-- Message -->\n <div class=\"ax-text-center\">\n <h2 class=\"ax-text-lg ax-font-semibold\">{{ t('start.title', { scope: i18nScope }) | async }}</h2>\n <p class=\"ax-mt-2\">{{ t('start.message', { scope: i18nScope }) | async }}</p>\n </div>\n </div>\n </ng-template>\n\n <!-- Start Template -->\n <ng-template #start>\n <!-- Pinned Items -->\n <axp-layout-list\n *translate=\"let t\"\n class=\"ax-p-4 ax-divide-none\"\n (keydown)=\"handleListKeyDown($event)\"\n axListNavigation\n #list=\"axListNavigation\"\n >\n @if (vm.pinnedItems().length > 0) {\n <axp-layout-list-group>\n <axp-layout-title>{{ t('pinned', { scope: i18nScope }) | async }}</axp-layout-title>\n @for (item of vm.pinnedItems(); track $index) {\n <axp-layout-list-item\n (click)=\"vm.execute(item)\"\n (keydown)=\"handleItemKeyDown($event, item)\"\n class=\"ax-group\"\n axListNavigationItem\n #i=\"axListNavigationItem\"\n [class.axp-state-focused]=\"i.isActive()\"\n >\n <ng-container [ngTemplateOutlet]=\"listItem\" [ngTemplateOutletContext]=\"{ item }\"></ng-container>\n </axp-layout-list-item>\n }\n </axp-layout-list-group>\n }\n <!-- Recent Items -->\n @if (vm.recentItems().length > 0) {\n <axp-layout-list-group>\n <axp-layout-header>\n <axp-layout-prefix>\n <axp-layout-title>{{ t('recent', { scope: i18nScope }) | async }}</axp-layout-title>\n </axp-layout-prefix>\n <axp-layout-prefix class=\"ax-xs\">\n <ax-button\n [text]=\"t('clear', { scope: i18nScope }) | async\"\n look=\"blank\"\n [color]=\"'default'\"\n (onClick)=\"handleClearClick($event)\"\n ></ax-button>\n </axp-layout-prefix>\n </axp-layout-header>\n @for (item of vm.recentItems(); track $index) {\n <axp-layout-list-item\n (click)=\"vm.execute(item)\"\n (keydown)=\"handleItemKeyDown($event, item)\"\n class=\"ax-group\"\n axListNavigationItem\n #i=\"axListNavigationItem\"\n [class.axp-state-focused]=\"i.isActive()\"\n >\n <ng-container [ngTemplateOutlet]=\"listItem\" [ngTemplateOutletContext]=\"{ item }\"></ng-container>\n </axp-layout-list-item>\n }\n </axp-layout-list-group>\n }\n </axp-layout-list>\n </ng-template>\n\n <!-- Result Template -->\n <ng-template #result>\n <axp-layout-list\n class=\"ax-p-4 ax-divide-none\"\n (keydown)=\"handleListKeyDown($event)\"\n axListNavigation\n #list=\"axListNavigation\"\n >\n @for (group of vm.results(); track $index) {\n <axp-layout-list-group>\n <axp-layout-title> {{ t(group.title) | async }}</axp-layout-title>\n @for (item of group.children; track $index) {\n <axp-layout-list-item\n (click)=\"vm.execute(item)\"\n (keydown)=\"handleItemKeyDown($event, item)\"\n class=\"ax-group\"\n axListNavigationItem\n #i=\"axListNavigationItem\"\n [class.axp-state-focused]=\"i.isActive()\"\n >\n <ng-container [ngTemplateOutlet]=\"listItem\" [ngTemplateOutletContext]=\"{ item }\"></ng-container>\n </axp-layout-list-item>\n }\n </axp-layout-list-group>\n }\n </axp-layout-list>\n </ng-template>\n\n <ng-template #listItem let-item=\"item\">\n <axp-layout-prefix>\n <ax-icon icon=\"fal {{ item.icon }}\"></ax-icon>\n </axp-layout-prefix>\n <axp-layout-content>\n <axp-layout-title class=\"ax-group\">\n <span>{{ t(item.title) | async }}</span>\n <span class=\"ax-ms-3\" (click)=\"handlePinClick($event, item)\">\n <i\n [class.ax-invisible]=\"!vm.isPinned(item)\"\n class=\"fa-light fa-thumbtack ax-rotate-45 group-hover:!ax-visible\"\n [class.fa-solid]=\"vm.isPinned(item)\"\n ></i>\n </span>\n </axp-layout-title>\n @if (item.parent) {\n <axp-layout-description>\n {{ t(item.parent.title) | async }}\n </axp-layout-description>\n } @else if (item.description) {\n <axp-layout-description>\n {{ t(item.description) | async }}\n </axp-layout-description>\n }\n </axp-layout-content>\n <axp-layout-suffix>\n <i class=\"far fa-chevron-right rtl:ax-rotate-180\"></i>\n </axp-layout-suffix>\n </ng-template>\n</axp-layout-content>\n", styles: [":host .ax-editor-container:focus-within{outline-style:none}:host>axp-layout-content{display:flex;flex-direction:column;background-color:rgb(var(--ax-sys-color-lightest-surface));color:rgb(var(--ax-sys-color-on-lightest-surface));border-color:rgb(var(--ax-sys-color-border-lightest-surface));width:90vw;max-width:36rem}@media (min-width: 640px){:host>axp-layout-content{width:80vw}}@media (min-width: 768px){:host>axp-layout-content{width:60vw}}@media (min-width: 1024px){:host>axp-layout-content{width:40vw}}@media (min-width: 1280px){:host>axp-layout-content{width:30vw}}:host>axp-layout-content>axp-layout-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom-width:1px;background-color:rgb(var(--ax-sys-color-lighter-surface));color:rgb(var(--ax-sys-color-on-lighter-surface));border-color:rgb(var(--ax-sys-color-border-lighter-surface))}:host>axp-layout-content>axp-layout-header>.__close-button{position:absolute;inset-inline-end:1rem;top:1rem;--ax-sys-size-base: 2rem}:host>axp-layout-content>axp-layout-body{display:flex;flex-direction:column}:host>axp-layout-content>axp-layout-body>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}:host>axp-layout-content>axp-layout-body{overflow-y:auto;border-radius:.375rem;max-height:50vh;min-height:30vh}@media (min-width: 640px){:host>axp-layout-content>axp-layout-body{max-height:60vh;min-height:40vh}}@media (min-width: 768px){:host>axp-layout-content>axp-layout-body{max-height:70vh;min-height:50vh}}@media (min-width: 1024px){:host>axp-layout-content>axp-layout-body{max-height:80vh;min-height:40vh}}:host>axp-layout-content>axp-layout-body .axp-search-recent{display:flex;flex-direction:column;padding:1rem}:host>axp-layout-content>axp-layout-body .axp-search-recent>axp-layout-header{margin-bottom:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem;font-weight:600}:host>axp-layout-content>axp-layout-body .axp-search-recent>axp-layout-body{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;border-radius:.375rem}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon{display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:.375rem;background-color:rgb(var(--ax-sys-color-dark-surface));color:rgb(var(--ax-sys-color-on-dark-surface));border-color:rgb(var(--ax-sys-color-border-dark-surface))}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon:is(.ax-dark *){background-color:rgb(var(--ax-sys-color-darker-surface));color:rgb(var(--ax-sys-color-on-darker-surface));border-color:rgb(var(--ax-sys-color-border-darker-surface))}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon{font-size:1rem}\n"] }]
|
125
|
+
}] });
|
126
|
+
|
127
|
+
export { AXPGlobalSearchPopupComponent };
|
128
|
+
//# sourceMappingURL=acorex-modules-common-search-popup.component-B_bJ0ZRM.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"acorex-modules-common-search-popup.component-B_bJ0ZRM.mjs","sources":["../tmp-esm2022/common/lib/features/global-search/search-popup.component.js"],"sourcesContent":["import { AXListNavigationDirective, AXListNavigationItemDirective, AXListNavigationModule, } from '@acorex/cdk/list-navigation';\nimport { AXButtonModule } from '@acorex/components/button';\nimport { AXChipsModule } from '@acorex/components/chips';\nimport { AXCommonModule } from '@acorex/cdk/common';\nimport { AXDecoratorModule } from '@acorex/components/decorators';\nimport { AXBasePageComponent } from '@acorex/components/page';\nimport { AXSearchBoxComponent, AXSearchBoxModule } from '@acorex/components/search-box';\nimport { AXSkeletonModule } from '@acorex/components/skeleton';\nimport { AXTranslationModule } from '@acorex/core/translation';\nimport { AXPThemeLayoutBlockComponent, AXPThemeLayoutHeaderComponent, AXPThemeLayoutListComponent, AXPThemeLayoutListItemComponent, AXPThemeLayoutListItemsGroupComponent, } from '@acorex/platform/layout/components';\nimport { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, inject, viewChild, viewChildren } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { first } from 'rxjs';\nimport { AXPGlobalSearchViewModel } from './search.viewmodel';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@angular/forms\";\nimport * as i3 from \"@acorex/components/search-box\";\nimport * as i4 from \"@acorex/cdk/common\";\nimport * as i5 from \"@acorex/components/decorators\";\nimport * as i6 from \"@acorex/core/translation\";\nimport * as i7 from \"@acorex/cdk/list-navigation\";\nimport * as i8 from \"@acorex/components/button\";\nimport * as i9 from \"@acorex/components/skeleton\";\nexport class AXPGlobalSearchPopupComponent extends AXBasePageComponent {\n constructor() {\n super(...arguments);\n this.i18nScope = 'global-search';\n this.vm = inject(AXPGlobalSearchViewModel);\n this.text = null;\n this.list = viewChild(AXListNavigationDirective);\n this.searchBox = viewChild(AXSearchBoxComponent);\n this.items = viewChildren(AXListNavigationItemDirective);\n }\n async handleTextChanged(e) {\n if (e.isUserInteraction) {\n await this.vm.search(e.value);\n }\n }\n ngOnInit() {\n super.ngOnInit();\n //\n this.vm.onItemSelected.pipe(first()).subscribe((item) => {\n this.close(item);\n });\n }\n handleSearchKeyDown(e) {\n const event = e.nativeEvent;\n switch (event.code) {\n case 'ArrowDown':\n const item = this.items()[0];\n if (item && this.list()) {\n this.list()?.navigateTo(item);\n }\n event.preventDefault();\n event.stopPropagation();\n break;\n }\n }\n handleClearClick($event) {\n this.vm.clearRecentItems();\n }\n handleListKeyDown(e) {\n switch (e.code) {\n case 'ArrowUp': {\n const item = this.items()[0];\n if (item && this.list() && item.isActive()) {\n this.searchBox()?.focus();\n }\n break;\n }\n case 'Escape': {\n this.searchBox()?.focus();\n e.preventDefault();\n e.stopPropagation();\n break;\n }\n }\n }\n handleItemKeyDown(e, item) {\n switch (e.code) {\n case 'Enter':\n case 'Space': {\n e.preventDefault();\n e.stopPropagation();\n this.vm.execute(item);\n break;\n }\n }\n }\n handlePinClick(e, item) {\n e.stopPropagation();\n this.vm.togglePin(item);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.7\", ngImport: i0, type: AXPGlobalSearchPopupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.7\", type: AXPGlobalSearchPopupComponent, isStandalone: true, selector: \"ng-component\", providers: [AXPGlobalSearchViewModel], viewQueries: [{ propertyName: \"list\", first: true, predicate: AXListNavigationDirective, descendants: true, isSignal: true }, { propertyName: \"searchBox\", first: true, predicate: AXSearchBoxComponent, descendants: true, isSignal: true }, { propertyName: \"items\", predicate: AXListNavigationItemDirective, descendants: true, isSignal: true }], usesInheritance: true, ngImport: i0, template: \"<axp-layout-content *translate=\\\"let t\\\">\\n <axp-layout-header class=\\\"ax-lg\\\">\\n <ax-search-box\\n [axAutoFocus]\\n [look]=\\\"'none'\\\"\\n [ngModel]=\\\"vm.text()\\\"\\n (onValueChanged)=\\\"handleTextChanged($event)\\\"\\n [placeholder]=\\\"t('search-anything', { scope: i18nScope }) | async\\\"\\n (onKeyDown)=\\\"handleSearchKeyDown($event)\\\"\\n ></ax-search-box>\\n <div class=\\\"__close-button\\\">\\n <ax-button [look]=\\\"'blank'\\\" class=\\\"ax-rounded-full\\\" (onClick)=\\\"close()\\\">\\n <ax-icon icon=\\\"fa-light fa-xmark fa-sm\\\"></ax-icon>\\n </ax-button>\\n </div>\\n </axp-layout-header>\\n\\n <!-- Results Area -->\\n <axp-layout-body>\\n @if (vm.isBusy()) {\\n <ng-container *ngTemplateOutlet=\\\"skeleton\\\"></ng-container>\\n } @else if (vm.isEmpty()) {\\n <ng-container *ngTemplateOutlet=\\\"empty\\\"></ng-container>\\n } @else if (vm.isWelcome()) {\\n <ng-container *ngTemplateOutlet=\\\"welcome\\\"></ng-container>\\n } @else if (vm.isStart()) {\\n <ng-container *ngTemplateOutlet=\\\"start\\\"></ng-container>\\n } @else {\\n <ng-container *ngTemplateOutlet=\\\"result\\\"></ng-container>\\n }\\n </axp-layout-body>\\n\\n <!-- Skeleton Template -->\\n <ng-template #skeleton>\\n <div class=\\\"ax-flex ax-flex-col ax-gap-10 ax-p-8\\\">\\n @for (item of [1, 2, 3, 4, 5]; track $index) {\\n <div class=\\\"ax-flex ax-items-center ax-gap-4\\\">\\n <ax-skeleton [animated]=\\\"true\\\" class=\\\"ax-w-4 ax-h-4 ax-rounded-full\\\"></ax-skeleton>\\n <div class=\\\"ax-flex ax-flex-col ax-gap-2 ax-flex-1\\\">\\n <ax-skeleton [animated]=\\\"true\\\" class=\\\"ax-w-1/4 ax-h-2 ax-rounded\\\"></ax-skeleton>\\n <ax-skeleton [animated]=\\\"true\\\" class=\\\"ax-w-1/2 ax-h-2 ax-rounded\\\"></ax-skeleton>\\n </div>\\n </div>\\n }\\n </div>\\n </ng-template>\\n\\n <!-- Empty Template -->\\n <ng-template #empty>\\n <div class=\\\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-h-full ax-rounded-md ax-p-8\\\">\\n <!-- Icon -->\\n <div class=\\\"ax-mb-4\\\">\\n <i class=\\\"fas fa-search ax-text-gray-400 ax-text-4xl\\\"></i>\\n </div>\\n <!-- Message -->\\n <div class=\\\"ax-text-center\\\">\\n <h2 class=\\\"ax-text-lg ax-font-semibold\\\">{{ t('no-result.title', { scope: i18nScope }) | async }}</h2>\\n <p class=\\\"ax-mt-2 ax-leading-relaxed\\\">\\n {{ t('no-result.message', { scope: i18nScope }) | async }}\\n </p>\\n </div>\\n </div>\\n </ng-template>\\n\\n <!-- Welcome Template -->\\n <ng-template #welcome>\\n <div class=\\\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-h-full ax-rounded-md ax-p-8\\\">\\n <!-- Icon -->\\n <div class=\\\"ax-mb-4\\\">\\n <i class=\\\"fas fa-search ax-text-gray-400 ax-text-4xl\\\"></i>\\n </div>\\n <!-- Message -->\\n <div class=\\\"ax-text-center\\\">\\n <h2 class=\\\"ax-text-lg ax-font-semibold\\\">{{ t('start.title', { scope: i18nScope }) | async }}</h2>\\n <p class=\\\"ax-mt-2\\\">{{ t('start.message', { scope: i18nScope }) | async }}</p>\\n </div>\\n </div>\\n </ng-template>\\n\\n <!-- Start Template -->\\n <ng-template #start>\\n <!-- Pinned Items -->\\n <axp-layout-list\\n *translate=\\\"let t\\\"\\n class=\\\"ax-p-4 ax-divide-none\\\"\\n (keydown)=\\\"handleListKeyDown($event)\\\"\\n axListNavigation\\n #list=\\\"axListNavigation\\\"\\n >\\n @if (vm.pinnedItems().length > 0) {\\n <axp-layout-list-group>\\n <axp-layout-title>{{ t('pinned', { scope: i18nScope }) | async }}</axp-layout-title>\\n @for (item of vm.pinnedItems(); track $index) {\\n <axp-layout-list-item\\n (click)=\\\"vm.execute(item)\\\"\\n (keydown)=\\\"handleItemKeyDown($event, item)\\\"\\n class=\\\"ax-group\\\"\\n axListNavigationItem\\n #i=\\\"axListNavigationItem\\\"\\n [class.axp-state-focused]=\\\"i.isActive()\\\"\\n >\\n <ng-container [ngTemplateOutlet]=\\\"listItem\\\" [ngTemplateOutletContext]=\\\"{ item }\\\"></ng-container>\\n </axp-layout-list-item>\\n }\\n </axp-layout-list-group>\\n }\\n <!-- Recent Items -->\\n @if (vm.recentItems().length > 0) {\\n <axp-layout-list-group>\\n <axp-layout-header>\\n <axp-layout-prefix>\\n <axp-layout-title>{{ t('recent', { scope: i18nScope }) | async }}</axp-layout-title>\\n </axp-layout-prefix>\\n <axp-layout-prefix class=\\\"ax-xs\\\">\\n <ax-button\\n [text]=\\\"t('clear', { scope: i18nScope }) | async\\\"\\n look=\\\"blank\\\"\\n [color]=\\\"'default'\\\"\\n (onClick)=\\\"handleClearClick($event)\\\"\\n ></ax-button>\\n </axp-layout-prefix>\\n </axp-layout-header>\\n @for (item of vm.recentItems(); track $index) {\\n <axp-layout-list-item\\n (click)=\\\"vm.execute(item)\\\"\\n (keydown)=\\\"handleItemKeyDown($event, item)\\\"\\n class=\\\"ax-group\\\"\\n axListNavigationItem\\n #i=\\\"axListNavigationItem\\\"\\n [class.axp-state-focused]=\\\"i.isActive()\\\"\\n >\\n <ng-container [ngTemplateOutlet]=\\\"listItem\\\" [ngTemplateOutletContext]=\\\"{ item }\\\"></ng-container>\\n </axp-layout-list-item>\\n }\\n </axp-layout-list-group>\\n }\\n </axp-layout-list>\\n </ng-template>\\n\\n <!-- Result Template -->\\n <ng-template #result>\\n <axp-layout-list\\n class=\\\"ax-p-4 ax-divide-none\\\"\\n (keydown)=\\\"handleListKeyDown($event)\\\"\\n axListNavigation\\n #list=\\\"axListNavigation\\\"\\n >\\n @for (group of vm.results(); track $index) {\\n <axp-layout-list-group>\\n <axp-layout-title> {{ t(group.title) | async }}</axp-layout-title>\\n @for (item of group.children; track $index) {\\n <axp-layout-list-item\\n (click)=\\\"vm.execute(item)\\\"\\n (keydown)=\\\"handleItemKeyDown($event, item)\\\"\\n class=\\\"ax-group\\\"\\n axListNavigationItem\\n #i=\\\"axListNavigationItem\\\"\\n [class.axp-state-focused]=\\\"i.isActive()\\\"\\n >\\n <ng-container [ngTemplateOutlet]=\\\"listItem\\\" [ngTemplateOutletContext]=\\\"{ item }\\\"></ng-container>\\n </axp-layout-list-item>\\n }\\n </axp-layout-list-group>\\n }\\n </axp-layout-list>\\n </ng-template>\\n\\n <ng-template #listItem let-item=\\\"item\\\">\\n <axp-layout-prefix>\\n <ax-icon icon=\\\"fal {{ item.icon }}\\\"></ax-icon>\\n </axp-layout-prefix>\\n <axp-layout-content>\\n <axp-layout-title class=\\\"ax-group\\\">\\n <span>{{ t(item.title) | async }}</span>\\n <span class=\\\"ax-ms-3\\\" (click)=\\\"handlePinClick($event, item)\\\">\\n <i\\n [class.ax-invisible]=\\\"!vm.isPinned(item)\\\"\\n class=\\\"fa-light fa-thumbtack ax-rotate-45 group-hover:!ax-visible\\\"\\n [class.fa-solid]=\\\"vm.isPinned(item)\\\"\\n ></i>\\n </span>\\n </axp-layout-title>\\n @if (item.parent) {\\n <axp-layout-description>\\n {{ t(item.parent.title) | async }}\\n </axp-layout-description>\\n } @else if (item.description) {\\n <axp-layout-description>\\n {{ t(item.description) | async }}\\n </axp-layout-description>\\n }\\n </axp-layout-content>\\n <axp-layout-suffix>\\n <i class=\\\"far fa-chevron-right rtl:ax-rotate-180\\\"></i>\\n </axp-layout-suffix>\\n </ng-template>\\n</axp-layout-content>\\n\", styles: [\":host .ax-editor-container:focus-within{outline-style:none}:host>axp-layout-content{display:flex;flex-direction:column;background-color:rgb(var(--ax-sys-color-lightest-surface));color:rgb(var(--ax-sys-color-on-lightest-surface));border-color:rgb(var(--ax-sys-color-border-lightest-surface));width:90vw;max-width:36rem}@media (min-width: 640px){:host>axp-layout-content{width:80vw}}@media (min-width: 768px){:host>axp-layout-content{width:60vw}}@media (min-width: 1024px){:host>axp-layout-content{width:40vw}}@media (min-width: 1280px){:host>axp-layout-content{width:30vw}}:host>axp-layout-content>axp-layout-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom-width:1px;background-color:rgb(var(--ax-sys-color-lighter-surface));color:rgb(var(--ax-sys-color-on-lighter-surface));border-color:rgb(var(--ax-sys-color-border-lighter-surface))}:host>axp-layout-content>axp-layout-header>.__close-button{position:absolute;inset-inline-end:1rem;top:1rem;--ax-sys-size-base: 2rem}:host>axp-layout-content>axp-layout-body{display:flex;flex-direction:column}:host>axp-layout-content>axp-layout-body>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}:host>axp-layout-content>axp-layout-body{overflow-y:auto;border-radius:.375rem;max-height:50vh;min-height:30vh}@media (min-width: 640px){:host>axp-layout-content>axp-layout-body{max-height:60vh;min-height:40vh}}@media (min-width: 768px){:host>axp-layout-content>axp-layout-body{max-height:70vh;min-height:50vh}}@media (min-width: 1024px){:host>axp-layout-content>axp-layout-body{max-height:80vh;min-height:40vh}}:host>axp-layout-content>axp-layout-body .axp-search-recent{display:flex;flex-direction:column;padding:1rem}:host>axp-layout-content>axp-layout-body .axp-search-recent>axp-layout-header{margin-bottom:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem;font-weight:600}:host>axp-layout-content>axp-layout-body .axp-search-recent>axp-layout-body{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;border-radius:.375rem}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon{display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:.375rem;background-color:rgb(var(--ax-sys-color-dark-surface));color:rgb(var(--ax-sys-color-on-dark-surface));border-color:rgb(var(--ax-sys-color-border-dark-surface))}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon:is(.ax-dark *){background-color:rgb(var(--ax-sys-color-darker-surface));color:rgb(var(--ax-sys-color-on-darker-surface));border-color:rgb(var(--ax-sys-color-border-darker-surface))}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon{font-size:1rem}\\n\"], dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"directive\", type: i1.NgTemplateOutlet, selector: \"[ngTemplateOutlet]\", inputs: [\"ngTemplateOutletContext\", \"ngTemplateOutlet\", \"ngTemplateOutletInjector\"] }, { kind: \"pipe\", type: i1.AsyncPipe, name: \"async\" }, { kind: \"ngmodule\", type: FormsModule }, { kind: \"directive\", type: i2.NgControlStatus, selector: \"[formControlName],[ngModel],[formControl]\" }, { kind: \"directive\", type: i2.NgModel, selector: \"[ngModel]:not([formControlName]):not([formControl])\", inputs: [\"name\", \"disabled\", \"ngModel\", \"ngModelOptions\"], outputs: [\"ngModelChange\"], exportAs: [\"ngModel\"] }, { kind: \"ngmodule\", type: \n //\n AXSearchBoxModule }, { kind: \"component\", type: i3.AXSearchBoxComponent, selector: \"ax-search-box\", inputs: [\"disabled\", \"readonly\", \"tabIndex\", \"placeholder\", \"value\", \"state\", \"name\", \"id\", \"look\", \"class\", \"delayTime\", \"type\"], outputs: [\"valueChange\", \"stateChange\", \"onValueChanged\", \"onBlur\", \"onFocus\", \"readonlyChange\", \"disabledChange\", \"onKeyDown\", \"onKeyUp\", \"onKeyPress\"] }, { kind: \"ngmodule\", type: AXCommonModule }, { kind: \"directive\", type: i4.AXAutoFocusDirective, selector: \"[axAutoFocus]\", inputs: [\"axAutoFocus\", \"axAutoFocusTime\"] }, { kind: \"ngmodule\", type: AXDecoratorModule }, { kind: \"component\", type: i5.AXDecoratorIconComponent, selector: \"ax-icon\", inputs: [\"icon\"] }, { kind: \"ngmodule\", type: AXTranslationModule }, { kind: \"directive\", type: i6.AXTranslatorDirective, selector: \"[translate]\" }, { kind: \"ngmodule\", type: AXListNavigationModule }, { kind: \"directive\", type: i7.AXListNavigationDirective, selector: \"[axListNavigation]\", inputs: [\"orientation\"], outputs: [\"onNavigationChanged\", \"onPressEnterOrSpace\"], exportAs: [\"axListNavigation\"] }, { kind: \"directive\", type: i7.AXListNavigationItemDirective, selector: \"[axListNavigationItem]\", exportAs: [\"axListNavigationItem\"] }, { kind: \"ngmodule\", type: AXButtonModule }, { kind: \"component\", type: i8.AXButtonComponent, selector: \"ax-button\", inputs: [\"disabled\", \"size\", \"tabIndex\", \"color\", \"look\", \"text\", \"toggleable\", \"selected\", \"iconOnly\", \"type\", \"loadingText\"], outputs: [\"onBlur\", \"onFocus\", \"onClick\", \"selectedChange\", \"toggleableChange\", \"lookChange\", \"colorChange\", \"disabledChange\", \"loadingTextChange\"] }, { kind: \"ngmodule\", type: \n //\n AXSkeletonModule }, { kind: \"component\", type: i9.AXSkeletonComponent, selector: \"ax-skeleton\", inputs: [\"animated\"] }, { kind: \"ngmodule\", type: AXChipsModule }, { kind: \"component\", type: AXPThemeLayoutBlockComponent, selector: \" axp-page-content, axp-page-footer-container, axp-page-footer, axp-page-header, axp-page-header-container, axp-page-toolbar, axp-layout-content, axp-layout-page-content, axp-layout-sections, axp-layout-body, axp-layout-page-body, axp-layout-prefix, axp-layout-suffix, axp-layout-title-bar, axp-layout-title, axp-layout-title-actions, axp-layout-nav-button, axp-layout-description, axp-layout-breadcrumbs, axp-layout-list-action, \" }, { kind: \"component\", type: AXPThemeLayoutListComponent, selector: \"axp-layout-list\" }, { kind: \"component\", type: AXPThemeLayoutListItemComponent, selector: \"axp-layout-list-item\" }, { kind: \"component\", type: AXPThemeLayoutListItemsGroupComponent, selector: \"axp-layout-list-group\" }, { kind: \"component\", type: AXPThemeLayoutHeaderComponent, selector: \"axp-layout-header\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.7\", ngImport: i0, type: AXPGlobalSearchPopupComponent, decorators: [{\n type: Component,\n args: [{ imports: [\n CommonModule,\n FormsModule,\n //\n AXSearchBoxModule,\n AXCommonModule,\n AXDecoratorModule,\n AXTranslationModule,\n AXListNavigationModule,\n AXButtonModule,\n //\n AXSkeletonModule,\n AXChipsModule,\n AXPThemeLayoutBlockComponent,\n AXPThemeLayoutListComponent,\n AXPThemeLayoutListItemComponent,\n AXPThemeLayoutListItemsGroupComponent,\n AXPThemeLayoutHeaderComponent,\n ], changeDetection: ChangeDetectionStrategy.OnPush, providers: [AXPGlobalSearchViewModel], template: \"<axp-layout-content *translate=\\\"let t\\\">\\n <axp-layout-header class=\\\"ax-lg\\\">\\n <ax-search-box\\n [axAutoFocus]\\n [look]=\\\"'none'\\\"\\n [ngModel]=\\\"vm.text()\\\"\\n (onValueChanged)=\\\"handleTextChanged($event)\\\"\\n [placeholder]=\\\"t('search-anything', { scope: i18nScope }) | async\\\"\\n (onKeyDown)=\\\"handleSearchKeyDown($event)\\\"\\n ></ax-search-box>\\n <div class=\\\"__close-button\\\">\\n <ax-button [look]=\\\"'blank'\\\" class=\\\"ax-rounded-full\\\" (onClick)=\\\"close()\\\">\\n <ax-icon icon=\\\"fa-light fa-xmark fa-sm\\\"></ax-icon>\\n </ax-button>\\n </div>\\n </axp-layout-header>\\n\\n <!-- Results Area -->\\n <axp-layout-body>\\n @if (vm.isBusy()) {\\n <ng-container *ngTemplateOutlet=\\\"skeleton\\\"></ng-container>\\n } @else if (vm.isEmpty()) {\\n <ng-container *ngTemplateOutlet=\\\"empty\\\"></ng-container>\\n } @else if (vm.isWelcome()) {\\n <ng-container *ngTemplateOutlet=\\\"welcome\\\"></ng-container>\\n } @else if (vm.isStart()) {\\n <ng-container *ngTemplateOutlet=\\\"start\\\"></ng-container>\\n } @else {\\n <ng-container *ngTemplateOutlet=\\\"result\\\"></ng-container>\\n }\\n </axp-layout-body>\\n\\n <!-- Skeleton Template -->\\n <ng-template #skeleton>\\n <div class=\\\"ax-flex ax-flex-col ax-gap-10 ax-p-8\\\">\\n @for (item of [1, 2, 3, 4, 5]; track $index) {\\n <div class=\\\"ax-flex ax-items-center ax-gap-4\\\">\\n <ax-skeleton [animated]=\\\"true\\\" class=\\\"ax-w-4 ax-h-4 ax-rounded-full\\\"></ax-skeleton>\\n <div class=\\\"ax-flex ax-flex-col ax-gap-2 ax-flex-1\\\">\\n <ax-skeleton [animated]=\\\"true\\\" class=\\\"ax-w-1/4 ax-h-2 ax-rounded\\\"></ax-skeleton>\\n <ax-skeleton [animated]=\\\"true\\\" class=\\\"ax-w-1/2 ax-h-2 ax-rounded\\\"></ax-skeleton>\\n </div>\\n </div>\\n }\\n </div>\\n </ng-template>\\n\\n <!-- Empty Template -->\\n <ng-template #empty>\\n <div class=\\\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-h-full ax-rounded-md ax-p-8\\\">\\n <!-- Icon -->\\n <div class=\\\"ax-mb-4\\\">\\n <i class=\\\"fas fa-search ax-text-gray-400 ax-text-4xl\\\"></i>\\n </div>\\n <!-- Message -->\\n <div class=\\\"ax-text-center\\\">\\n <h2 class=\\\"ax-text-lg ax-font-semibold\\\">{{ t('no-result.title', { scope: i18nScope }) | async }}</h2>\\n <p class=\\\"ax-mt-2 ax-leading-relaxed\\\">\\n {{ t('no-result.message', { scope: i18nScope }) | async }}\\n </p>\\n </div>\\n </div>\\n </ng-template>\\n\\n <!-- Welcome Template -->\\n <ng-template #welcome>\\n <div class=\\\"ax-flex ax-flex-col ax-items-center ax-justify-center ax-h-full ax-rounded-md ax-p-8\\\">\\n <!-- Icon -->\\n <div class=\\\"ax-mb-4\\\">\\n <i class=\\\"fas fa-search ax-text-gray-400 ax-text-4xl\\\"></i>\\n </div>\\n <!-- Message -->\\n <div class=\\\"ax-text-center\\\">\\n <h2 class=\\\"ax-text-lg ax-font-semibold\\\">{{ t('start.title', { scope: i18nScope }) | async }}</h2>\\n <p class=\\\"ax-mt-2\\\">{{ t('start.message', { scope: i18nScope }) | async }}</p>\\n </div>\\n </div>\\n </ng-template>\\n\\n <!-- Start Template -->\\n <ng-template #start>\\n <!-- Pinned Items -->\\n <axp-layout-list\\n *translate=\\\"let t\\\"\\n class=\\\"ax-p-4 ax-divide-none\\\"\\n (keydown)=\\\"handleListKeyDown($event)\\\"\\n axListNavigation\\n #list=\\\"axListNavigation\\\"\\n >\\n @if (vm.pinnedItems().length > 0) {\\n <axp-layout-list-group>\\n <axp-layout-title>{{ t('pinned', { scope: i18nScope }) | async }}</axp-layout-title>\\n @for (item of vm.pinnedItems(); track $index) {\\n <axp-layout-list-item\\n (click)=\\\"vm.execute(item)\\\"\\n (keydown)=\\\"handleItemKeyDown($event, item)\\\"\\n class=\\\"ax-group\\\"\\n axListNavigationItem\\n #i=\\\"axListNavigationItem\\\"\\n [class.axp-state-focused]=\\\"i.isActive()\\\"\\n >\\n <ng-container [ngTemplateOutlet]=\\\"listItem\\\" [ngTemplateOutletContext]=\\\"{ item }\\\"></ng-container>\\n </axp-layout-list-item>\\n }\\n </axp-layout-list-group>\\n }\\n <!-- Recent Items -->\\n @if (vm.recentItems().length > 0) {\\n <axp-layout-list-group>\\n <axp-layout-header>\\n <axp-layout-prefix>\\n <axp-layout-title>{{ t('recent', { scope: i18nScope }) | async }}</axp-layout-title>\\n </axp-layout-prefix>\\n <axp-layout-prefix class=\\\"ax-xs\\\">\\n <ax-button\\n [text]=\\\"t('clear', { scope: i18nScope }) | async\\\"\\n look=\\\"blank\\\"\\n [color]=\\\"'default'\\\"\\n (onClick)=\\\"handleClearClick($event)\\\"\\n ></ax-button>\\n </axp-layout-prefix>\\n </axp-layout-header>\\n @for (item of vm.recentItems(); track $index) {\\n <axp-layout-list-item\\n (click)=\\\"vm.execute(item)\\\"\\n (keydown)=\\\"handleItemKeyDown($event, item)\\\"\\n class=\\\"ax-group\\\"\\n axListNavigationItem\\n #i=\\\"axListNavigationItem\\\"\\n [class.axp-state-focused]=\\\"i.isActive()\\\"\\n >\\n <ng-container [ngTemplateOutlet]=\\\"listItem\\\" [ngTemplateOutletContext]=\\\"{ item }\\\"></ng-container>\\n </axp-layout-list-item>\\n }\\n </axp-layout-list-group>\\n }\\n </axp-layout-list>\\n </ng-template>\\n\\n <!-- Result Template -->\\n <ng-template #result>\\n <axp-layout-list\\n class=\\\"ax-p-4 ax-divide-none\\\"\\n (keydown)=\\\"handleListKeyDown($event)\\\"\\n axListNavigation\\n #list=\\\"axListNavigation\\\"\\n >\\n @for (group of vm.results(); track $index) {\\n <axp-layout-list-group>\\n <axp-layout-title> {{ t(group.title) | async }}</axp-layout-title>\\n @for (item of group.children; track $index) {\\n <axp-layout-list-item\\n (click)=\\\"vm.execute(item)\\\"\\n (keydown)=\\\"handleItemKeyDown($event, item)\\\"\\n class=\\\"ax-group\\\"\\n axListNavigationItem\\n #i=\\\"axListNavigationItem\\\"\\n [class.axp-state-focused]=\\\"i.isActive()\\\"\\n >\\n <ng-container [ngTemplateOutlet]=\\\"listItem\\\" [ngTemplateOutletContext]=\\\"{ item }\\\"></ng-container>\\n </axp-layout-list-item>\\n }\\n </axp-layout-list-group>\\n }\\n </axp-layout-list>\\n </ng-template>\\n\\n <ng-template #listItem let-item=\\\"item\\\">\\n <axp-layout-prefix>\\n <ax-icon icon=\\\"fal {{ item.icon }}\\\"></ax-icon>\\n </axp-layout-prefix>\\n <axp-layout-content>\\n <axp-layout-title class=\\\"ax-group\\\">\\n <span>{{ t(item.title) | async }}</span>\\n <span class=\\\"ax-ms-3\\\" (click)=\\\"handlePinClick($event, item)\\\">\\n <i\\n [class.ax-invisible]=\\\"!vm.isPinned(item)\\\"\\n class=\\\"fa-light fa-thumbtack ax-rotate-45 group-hover:!ax-visible\\\"\\n [class.fa-solid]=\\\"vm.isPinned(item)\\\"\\n ></i>\\n </span>\\n </axp-layout-title>\\n @if (item.parent) {\\n <axp-layout-description>\\n {{ t(item.parent.title) | async }}\\n </axp-layout-description>\\n } @else if (item.description) {\\n <axp-layout-description>\\n {{ t(item.description) | async }}\\n </axp-layout-description>\\n }\\n </axp-layout-content>\\n <axp-layout-suffix>\\n <i class=\\\"far fa-chevron-right rtl:ax-rotate-180\\\"></i>\\n </axp-layout-suffix>\\n </ng-template>\\n</axp-layout-content>\\n\", styles: [\":host .ax-editor-container:focus-within{outline-style:none}:host>axp-layout-content{display:flex;flex-direction:column;background-color:rgb(var(--ax-sys-color-lightest-surface));color:rgb(var(--ax-sys-color-on-lightest-surface));border-color:rgb(var(--ax-sys-color-border-lightest-surface));width:90vw;max-width:36rem}@media (min-width: 640px){:host>axp-layout-content{width:80vw}}@media (min-width: 768px){:host>axp-layout-content{width:60vw}}@media (min-width: 1024px){:host>axp-layout-content{width:40vw}}@media (min-width: 1280px){:host>axp-layout-content{width:30vw}}:host>axp-layout-content>axp-layout-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom-width:1px;background-color:rgb(var(--ax-sys-color-lighter-surface));color:rgb(var(--ax-sys-color-on-lighter-surface));border-color:rgb(var(--ax-sys-color-border-lighter-surface))}:host>axp-layout-content>axp-layout-header>.__close-button{position:absolute;inset-inline-end:1rem;top:1rem;--ax-sys-size-base: 2rem}:host>axp-layout-content>axp-layout-body{display:flex;flex-direction:column}:host>axp-layout-content>axp-layout-body>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}:host>axp-layout-content>axp-layout-body{overflow-y:auto;border-radius:.375rem;max-height:50vh;min-height:30vh}@media (min-width: 640px){:host>axp-layout-content>axp-layout-body{max-height:60vh;min-height:40vh}}@media (min-width: 768px){:host>axp-layout-content>axp-layout-body{max-height:70vh;min-height:50vh}}@media (min-width: 1024px){:host>axp-layout-content>axp-layout-body{max-height:80vh;min-height:40vh}}:host>axp-layout-content>axp-layout-body .axp-search-recent{display:flex;flex-direction:column;padding:1rem}:host>axp-layout-content>axp-layout-body .axp-search-recent>axp-layout-header{margin-bottom:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem;font-weight:600}:host>axp-layout-content>axp-layout-body .axp-search-recent>axp-layout-body{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;border-radius:.375rem}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon{display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:.375rem;background-color:rgb(var(--ax-sys-color-dark-surface));color:rgb(var(--ax-sys-color-on-dark-surface));border-color:rgb(var(--ax-sys-color-border-dark-surface))}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon:is(.ax-dark *){background-color:rgb(var(--ax-sys-color-darker-surface));color:rgb(var(--ax-sys-color-on-darker-surface));border-color:rgb(var(--ax-sys-color-border-darker-surface))}:host>axp-layout-content axp-layout-list-item axp-layout-prefix ax-icon{font-size:1rem}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLXBvcHVwLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbW9kdWxlcy9jb21tb24vc3JjL2xpYi9mZWF0dXJlcy9nbG9iYWwtc2VhcmNoL3NlYXJjaC1wb3B1cC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9saWJzL21vZHVsZXMvY29tbW9uL3NyYy9saWIvZmVhdHVyZXMvZ2xvYmFsLXNlYXJjaC9zZWFyY2gtcG9wdXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHlCQUF5QixFQUN6Qiw2QkFBNkIsRUFDN0Isc0JBQXNCLEdBQ3ZCLE1BQU0sNkJBQTZCLENBQUM7QUFDckMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUN6RCxPQUFPLEVBQWdCLGNBQWMsRUFBb0MsTUFBTSxvQkFBb0IsQ0FBQztBQUNwRyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUN4RixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUMvRCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUUvRCxPQUFPLEVBQ0wsNEJBQTRCLEVBQzVCLDZCQUE2QixFQUM3QiwyQkFBMkIsRUFDM0IsK0JBQStCLEVBQy9CLHFDQUFxQyxHQUN0QyxNQUFNLG9DQUFvQyxDQUFDO0FBQzVDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVB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ZCxFQUFFO3dCQUNGLGdCQUFnQjt3QkFDaEIsYUFBYTt3QkFDYiw0QkFBNEI7d0JBQzVCLDJCQUEyQjt3QkFDM0IsK0JBQStCO3dCQUMvQixxQ0FBcUM7d0JBQ3JDLDZCQUE2QjtxQkFDOUIsbUJBQ2dCLHVCQUF1QixDQUFDLE1BQU0sYUFDcEMsQ0FBQyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIEFYTGlzdE5hdmlnYXRpb25EaXJlY3RpdmUsXG4gIEFYTGlzdE5hdmlnYXRpb25JdGVtRGlyZWN0aXZlLFxuICBBWExpc3ROYXZpZ2F0aW9uTW9kdWxlLFxufSBmcm9tICdAYWNvcmV4L2Nkay9saXN0LW5hdmlnYXRpb24nO1xuaW1wb3J0IHsgQVhCdXR0b25Nb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uJztcbmltcG9ydCB7IEFYQ2hpcHNNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvY2hpcHMnO1xuaW1wb3J0IHsgQVhDbGlja0V2ZW50LCBBWENvbW1vbk1vZHVsZSwgQVhIdG1sRXZlbnQsIEFYVmFsdWVDaGFuZ2VkRXZlbnQgfSBmcm9tICdAYWNvcmV4L2Nkay9jb21tb24nO1xuaW1wb3J0IHsgQVhEZWNvcmF0b3JNb2R1bGUgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvZGVjb3JhdG9ycyc7XG5pbXBvcnQgeyBBWEJhc2VQYWdlQ29tcG9uZW50IH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL3BhZ2UnO1xuaW1wb3J0IHsgQVhTZWFyY2hCb3hDb21wb25lbnQsIEFYU2VhcmNoQm94TW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL3NlYXJjaC1ib3gnO1xuaW1wb3J0IHsgQVhTa2VsZXRvbk1vZHVsZSB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9za2VsZXRvbic7XG5pbXBvcnQgeyBBWFRyYW5zbGF0aW9uTW9kdWxlIH0gZnJvbSAnQGFjb3JleC9jb3JlL3RyYW5zbGF0aW9uJztcbmltcG9ydCB7IEFYUFNlYXJjaERpc3BsYXlSZXN1bHQgfSBmcm9tICdAYWNvcmV4L3BsYXRmb3JtL2NvbW1vbic7XG5pbXBvcnQge1xuICBBWFBUaGVtZUxheW91dEJsb2NrQ29tcG9uZW50LFxuICBBWFBUaGVtZUxheW91dEhlYWRlckNvbXBvbmVudCxcbiAgQVhQVGhlbWVMYXlvdXRMaXN0Q29tcG9uZW50LFxuICBBWFBUaGVtZUxheW91dExpc3RJdGVtQ29tcG9uZW50LFxuICBBWFBUaGVtZUxheW91dExpc3RJdGVtc0dyb3VwQ29tcG9uZW50LFxufSBmcm9tICdAYWNvcmV4L3BsYXRmb3JtL2xheW91dC9jb21wb25lbnRzJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBpbmplY3QsIHZpZXdDaGlsZCwgdmlld0NoaWxkcmVuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IGZpcnN0IH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBBWFBHbG9iYWxTZWFyY2hWaWV3TW9kZWwgfSBmcm9tICcuL3NlYXJjaC52aWV3bW9kZWwnO1xuXG5AQ29tcG9uZW50KHtcbiAgdGVtcGxhdGVVcmw6ICdzZWFyY2gtcG9wdXAuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybDogJ3NlYXJjaC1wb3B1cC5jb21wb25lbnQuc2NzcycsXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgLy9cbiAgICBBWFNlYXJjaEJveE1vZHVsZSxcbiAgICBBWENvbW1vbk1vZHVsZSxcbiAgICBBWERlY29yYXRvck1vZHVsZSxcbiAgICBBWFRyYW5zbGF0aW9uTW9kdWxlLFxuICAgIEFYTGlzdE5hdmlnYXRpb25Nb2R1bGUsXG4gICAgQVhCdXR0b25Nb2R1bGUsXG4gICAgLy9cbiAgICBBWFNrZWxldG9uTW9kdWxlLFxuICAgIEFYQ2hpcHNNb2R1bGUsXG4gICAgQVhQVGhlbWVMYXlvdXRCbG9ja0NvbXBvbmVudCxcbiAgICBBWFBUaGVtZUxheW91dExpc3RDb21wb25lbnQsXG4gICAgQVhQVGhlbWVMYXlvdXRMaXN0SXRlbUNvbXBvbmVudCxcbiAgICBBWFBUaGVtZUxheW91dExpc3RJdGVtc0dyb3VwQ29tcG9uZW50LFxuICAgIEFYUFRoZW1lTGF5b3V0SGVhZGVyQ29tcG9uZW50LFxuICBdLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgcHJvdmlkZXJzOiBbQVhQR2xvYmFsU2VhcmNoVmlld01vZGVsXSxcbn0pXG5leHBvcnQgY2xhc3MgQVhQR2xvYmFsU2VhcmNoUG9wdXBDb21wb25lbnQgZXh0ZW5kcyBBWEJhc2VQYWdlQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIGkxOG5TY29wZSA9ICdnbG9iYWwtc2VhcmNoJztcblxuICBwcm90ZWN0ZWQgdm0gPSBpbmplY3QoQVhQR2xvYmFsU2VhcmNoVmlld01vZGVsKTtcblxuICBwcm90ZWN0ZWQgdGV4dDogc3RyaW5nIHwgbnVsbCA9IG51bGw7XG5cbiAgcHJpdmF0ZSBsaXN0ID0gdmlld0NoaWxkKEFYTGlzdE5hdmlnYXRpb25EaXJlY3RpdmUpO1xuICBwcml2YXRlIHNlYXJjaEJveCA9IHZpZXdDaGlsZChBWFNlYXJjaEJveENvbXBvbmVudCk7XG4gIHByaXZhdGUgaXRlbXMgPSB2aWV3Q2hpbGRyZW4oQVhMaXN0TmF2aWdhdGlvbkl0ZW1EaXJlY3RpdmUpO1xuXG4gIGFzeW5jIGhhbmRsZVRleHRDaGFuZ2VkKGU6IEFYVmFsdWVDaGFuZ2VkRXZlbnQ8c3RyaW5nPikge1xuICAgIGlmIChlLmlzVXNlckludGVyYWN0aW9uKSB7XG4gICAgICBhd2FpdCB0aGlzLnZtLnNlYXJjaChlLnZhbHVlISk7XG4gICAgfVxuICB9XG5cbiAgcHJvdGVjdGVkIG92ZXJyaWRlIG5nT25Jbml0KCkge1xuICAgIHN1cGVyLm5nT25Jbml0KCk7XG4gICAgLy9cbiAgICB0aGlzLnZtLm9uSXRlbVNlbGVjdGVkLnBpcGUoZmlyc3QoKSkuc3Vic2NyaWJlKChpdGVtKSA9PiB7XG4gICAgICB0aGlzLmNsb3NlKGl0ZW0pO1xuICAgIH0pO1xuICB9XG5cbiAgcHJvdGVjdGVkIGhhbmRsZVNlYXJjaEtleURvd24oZTogQVhIdG1sRXZlbnQ8S2V5Ym9hcmRFdmVudD4pIHtcbiAgICBjb25zdCBldmVudCA9IGUubmF0aXZlRXZlbnQhO1xuICAgIHN3aXRjaCAoZXZlbnQuY29kZSkge1xuICAgICAgY2FzZSAnQXJyb3dEb3duJzpcbiAgICAgICAgY29uc3QgaXRlbSA9IHRoaXMuaXRlbXMoKVswXTtcbiAgICAgICAgaWYgKGl0ZW0gJiYgdGhpcy5saXN0KCkpIHtcbiAgICAgICAgICB0aGlzLmxpc3QoKT8ubmF2aWdhdGVUbyhpdGVtKTtcbiAgICAgICAgfVxuICAgICAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICAgICAgICBldmVudC5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICAgICAgYnJlYWs7XG4gICAgfVxuICB9XG5cbiAgcHJvdGVjdGVkIGhhbmRsZUNsZWFyQ2xpY2soJGV2ZW50OiBBWENsaWNrRXZlbnQpIHtcbiAgICB0aGlzLnZtLmNsZWFyUmVjZW50SXRlbXMoKTtcbiAgfVxuXG4gIHByb3RlY3RlZCBoYW5kbGVMaXN0S2V5RG93bihlOiBLZXlib2FyZEV2ZW50KSB7XG4gICAgc3dpdGNoIChlLmNvZGUpIHtcbiAgICAgIGNhc2UgJ0Fycm93VXAnOiB7XG4gICAgICAgIGNvbnN0IGl0ZW0gPSB0aGlzLml0ZW1zKClbMF07XG4gICAgICAgIGlmIChpdGVtICYmIHRoaXMubGlzdCgpICYmIGl0ZW0uaXNBY3RpdmUoKSkge1xuICAgICAgICAgIHRoaXMuc2VhcmNoQm94KCk/LmZvY3VzKCk7XG4gICAgICAgIH1cbiAgICAgICAgYnJlYWs7XG4gICAgICB9XG4gICAgICBjYXNlICdFc2NhcGUnOiB7XG4gICAgICAgIHRoaXMuc2VhcmNoQm94KCk/LmZvY3VzKCk7XG4gICAgICAgIGUucHJldmVudERlZmF1bHQoKTtcbiAgICAgICAgZS5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICAgICAgYnJlYWs7XG4gICAgICB9XG4gICAgfVxuICB9XG5cbiAgcHJvdGVjdGVkIGhhbmRsZUl0ZW1LZXlEb3duKGU6IEtleWJvYXJkRXZlbnQsIGl0ZW06IEFYUFNlYXJjaERpc3BsYXlSZXN1bHQpIHtcbiAgICBzd2l0Y2ggKGUuY29kZSkge1xuICAgICAgY2FzZSAnRW50ZXInOlxuICAgICAgY2FzZSAnU3BhY2UnOiB7XG4gICAgICAgIGUucHJldmVudERlZmF1bHQoKTtcbiAgICAgICAgZS5zdG9wUHJvcGFnYXRpb24oKTtcbiAgICAgICAgdGhpcy52bS5leGVjdXRlKGl0ZW0pO1xuICAgICAgICBicmVhaztcbiAgICAgIH1cbiAgICB9XG4gIH1cblxuICBwcm90ZWN0ZWQgaGFuZGxlUGluQ2xpY2soZTogRXZlbnQsIGl0ZW06IGFueSkge1xuICAgIGUuc3RvcFByb3BhZ2F0aW9uKCk7XG4gICAgdGhpcy52bS50b2dnbGVQaW4oaXRlbSk7XG4gIH1cbn1cbiIsIjxheHAtbGF5b3V0LWNvbnRlbnQgKnRyYW5zbGF0ZT1cImxldCB0XCI+XG4gIDxheHAtbGF5b3V0LWhlYWRlciBjbGFzcz1cImF4LWxnXCI+XG4gICAgPGF4LXNlYXJjaC1ib3hcbiAgICAgIFtheEF1dG9Gb2N1c11cbiAgICAgIFtsb29rXT1cIidub25lJ1wiXG4gICAgICBbbmdNb2RlbF09XCJ2bS50ZXh0KClcIlxuICAgICAgKG9uVmFsdWVDaGFuZ2VkKT1cImhhbmRsZVRleHRDaGFuZ2VkKCRldmVudClcIlxuICAgICAgW3BsYWNlaG9sZGVyXT1cInQoJ3NlYXJjaC1hbnl0aGluZycsIHsgc2NvcGU6IGkxOG5TY29wZSB9KSB8IGFzeW5jXCJcbiAgICAgIChvbktleURvd24pPVwiaGFuZGxlU2VhcmNoS2V5RG93bigkZXZlbnQpXCJcbiAgICA+PC9heC1zZWFyY2gtYm94PlxuICAgIDxkaXYgY2xhc3M9XCJfX2Nsb3NlLWJ1dHRvblwiPlxuICAgICAgPGF4LWJ1dHRvbiBbbG9va109XCInYmxhbmsnXCIgY2xhc3M9XCJheC1yb3VuZGVkLWZ1bGxcIiAob25DbGljayk9XCJjbG9zZSgpXCI+XG4gICAgICAgIDxheC1pY29uIGljb249XCJmYS1saWdodCBmYS14bWFyayBmYS1zbVwiPjwvYXgtaWNvbj5cbiAgICAgIDwvYXgtYnV0dG9uPlxuICAgIDwvZGl2PlxuICA8L2F4cC1sYXlvdXQtaGVhZGVyPlxuXG4gIDwhLS0gUmVzdWx0cyBBcmVhIC0tPlxuICA8YXhwLWxheW91dC1ib2R5PlxuICAgIEBpZiAodm0uaXNCdXN5KCkpIHtcbiAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJza2VsZXRvblwiPjwvbmctY29udGFpbmVyPlxuICAgIH0gQGVsc2UgaWYgKHZtLmlzRW1wdHkoKSkge1xuICAgICAgPG5nLWNvbnRhaW5lciAqbmdUZW1wbGF0ZU91dGxldD1cImVtcHR5XCI+PC9uZy1jb250YWluZXI+XG4gICAgfSBAZWxzZSBpZiAodm0uaXNXZWxjb21lKCkpIHtcbiAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJ3ZWxjb21lXCI+PC9uZy1jb250YWluZXI+XG4gICAgfSBAZWxzZSBpZiAodm0uaXNTdGFydCgpKSB7XG4gICAgICA8bmctY29udGFpbmVyICpuZ1RlbXBsYXRlT3V0bGV0PVwic3RhcnRcIj48L25nLWNvbnRhaW5lcj5cbiAgICB9IEBlbHNlIHtcbiAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJyZXN1bHRcIj48L25nLWNvbnRhaW5lcj5cbiAgICB9XG4gIDwvYXhwLWxheW91dC1ib2R5PlxuXG4gIDwhLS0gU2tlbGV0b24gVGVtcGxhdGUgLS0+XG4gIDxuZy10ZW1wbGF0ZSAjc2tlbGV0b24+XG4gICAgPGRpdiBjbGFzcz1cImF4LWZsZXggYXgtZmxleC1jb2wgYXgtZ2FwLTEwIGF4LXAtOFwiPlxuICAgICAgQGZvciAoaXRlbSBvZiBbMSwgMiwgMywgNCwgNV07IHRyYWNrICRpbmRleCkge1xuICAgICAgICA8ZGl2IGNsYXNzPVwiYXgtZmxleCBheC1pdGVtcy1jZW50ZXIgYXgtZ2FwLTRcIj5cbiAgICAgICAgICA8YXgtc2tlbGV0b24gW2FuaW1hdGVkXT1cInRydWVcIiBjbGFzcz1cImF4LXctNCBheC1oLTQgYXgtcm91bmRlZC1mdWxsXCI+PC9heC1za2VsZXRvbj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiYXgtZmxleCBheC1mbGV4LWNvbCBheC1nYXAtMiBheC1mbGV4LTFcIj5cbiAgICAgICAgICAgIDxheC1za2VsZXRvbiBbYW5pbWF0ZWRdPVwidHJ1ZVwiIGNsYXNzPVwiYXgtdy0xLzQgYXgtaC0yIGF4LXJvdW5kZWRcIj48L2F4LXNrZWxldG9uPlxuICAgICAgICAgICAgPGF4LXNrZWxldG9uIFthbmltYXRlZF09XCJ0cnVlXCIgY2xhc3M9XCJheC13LTEvMiBheC1oLTIgYXgtcm91bmRlZFwiPjwvYXgtc2tlbGV0b24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgfVxuICAgIDwvZGl2PlxuICA8L25nLXRlbXBsYXRlPlxuXG4gIDwhLS0gRW1wdHkgVGVtcGxhdGUgLS0+XG4gIDxuZy10ZW1wbGF0ZSAjZW1wdHk+XG4gICAgPGRpdiBjbGFzcz1cImF4LWZsZXggYXgtZmxleC1jb2wgYXgtaXRlbXMtY2VudGVyIGF4LWp1c3RpZnktY2VudGVyIGF4LWgtZnVsbCBheC1yb3VuZGVkLW1kIGF4LXAtOFwiPlxuICAgICAgPCEtLSBJY29uIC0tPlxuICAgICAgPGRpdiBjbGFzcz1cImF4LW1iLTRcIj5cbiAgICAgICAgPGkgY2xhc3M9XCJmYXMgZmEtc2VhcmNoIGF4LXRleHQtZ3JheS00MDAgYXgtdGV4dC00eGxcIj48L2k+XG4gICAgICA8L2Rpdj5cbiAgICAgIDwhLS0gTWVzc2FnZSAtLT5cbiAgICAgIDxkaXYgY2xhc3M9XCJheC10ZXh0LWNlbnRlclwiPlxuICAgICAgICA8aDIgY2xhc3M9XCJheC10ZXh0LWxnIGF4LWZvbnQtc2VtaWJvbGRcIj57eyB0KCduby1yZXN1bHQudGl0bGUnLCB7IHNjb3BlOiBpMThuU2NvcGUgfSkgfCBhc3luYyB9fTwvaDI+XG4gICAgICAgIDxwIGNsYXNzPVwiYXgtbXQtMiBheC1sZWFkaW5nLXJlbGF4ZWRcIj5cbiAgICAgICAgICB7eyB0KCduby1yZXN1bHQubWVzc2FnZScsIHsgc2NvcGU6IGkxOG5TY29wZSB9KSB8IGFzeW5jIH19XG4gICAgICAgIDwvcD5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L25nLXRlbXBsYXRlPlxuXG4gIDwhLS0gV2VsY29tZSBUZW1wbGF0ZSAtLT5cbiAgPG5nLXRlbXBsYXRlICN3ZWxjb21lPlxuICAgIDxkaXYgY2xhc3M9XCJheC1mbGV4IGF4LWZsZXgtY29sIGF4LWl0ZW1zLWNlbnRlciBheC1qdXN0aWZ5LWNlbnRlciBheC1oLWZ1bGwgYXgtcm91bmRlZC1tZCBheC1wLThcIj5cbiAgICAgIDwhLS0gSWNvbiAtLT5cbiAgICAgIDxkaXYgY2xhc3M9XCJheC1tYi00XCI+XG4gICAgICAgIDxpIGNsYXNzPVwiZmFzIGZhLXNlYXJjaCBheC10ZXh0LWdyYXktNDAwIGF4LXRleHQtNHhsXCI+PC9pPlxuICAgICAgPC9kaXY+XG4gICAgICA8IS0tIE1lc3NhZ2UgLS0+XG4gICAgICA8ZGl2IGNsYXNzPVwiYXgtdGV4dC1jZW50ZXJcIj5cbiAgICAgICAgPGgyIGNsYXNzPVwiYXgtdGV4dC1sZyBheC1mb250LXNlbWlib2xkXCI+e3sgdCgnc3RhcnQudGl0bGUnLCB7IHNjb3BlOiBpMThuU2NvcGUgfSkgfCBhc3luYyB9fTwvaDI+XG4gICAgICAgIDxwIGNsYXNzPVwiYXgtbXQtMlwiPnt7IHQoJ3N0YXJ0Lm1lc3NhZ2UnLCB7IHNjb3BlOiBpMThuU2NvcGUgfSkgfCBhc3luYyB9fTwvcD5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICA8L25nLXRlbXBsYXRlPlxuXG4gIDwhLS0gU3RhcnQgVGVtcGxhdGUgLS0+XG4gIDxuZy10ZW1wbGF0ZSAjc3RhcnQ+XG4gICAgPCEtLSBQaW5uZWQgSXRlbXMgLS0+XG4gICAgPGF4cC1sYXlvdXQtbGlzdFxuICAgICAgKnRyYW5zbGF0ZT1cImxldCB0XCJcbiAgICAgIGNsYXNzPVwiYXgtcC00IGF4LWRpdmlkZS1ub25lXCJcbiAgICAgIChrZXlkb3duKT1cImhhbmRsZUxpc3RLZXlEb3duKCRldmVudClcIlxuICAgICAgYXhMaXN0TmF2aWdhdGlvblxuICAgICAgI2xpc3Q9XCJheExpc3ROYXZpZ2F0aW9uXCJcbiAgICA+XG4gICAgICBAaWYgKHZtLnBpbm5lZEl0ZW1zKCkubGVuZ3RoID4gMCkge1xuICAgICAgICA8YXhwLWxheW91dC1saXN0LWdyb3VwPlxuICAgICAgICAgIDxheHAtbGF5b3V0LXRpdGxlPnt7IHQoJ3Bpbm5lZCcsIHsgc2NvcGU6IGkxOG5TY29wZSB9KSB8IGFzeW5jIH19PC9heHAtbGF5b3V0LXRpdGxlPlxuICAgICAgICAgIEBmb3IgKGl0ZW0gb2Ygdm0ucGlubmVkSXRlbXMoKTsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICA8YXhwLWxheW91dC1saXN0LWl0ZW1cbiAgICAgICAgICAgICAgKGNsaWNrKT1cInZtLmV4ZWN1dGUoaXRlbSlcIlxuICAgICAgICAgICAgICAoa2V5ZG93bik9XCJoYW5kbGVJdGVtS2V5RG93bigkZXZlbnQsIGl0ZW0pXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJheC1ncm91cFwiXG4gICAgICAgICAgICAgIGF4TGlzdE5hdmlnYXRpb25JdGVtXG4gICAgICAgICAgICAgICNpPVwiYXhMaXN0TmF2aWdhdGlvbkl0ZW1cIlxuICAgICAgICAgICAgICBbY2xhc3MuYXhwLXN0YXRlLWZvY3VzZWRdPVwiaS5pc0FjdGl2ZSgpXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJsaXN0SXRlbVwiIFtuZ1RlbXBsYXRlT3V0bGV0Q29udGV4dF09XCJ7IGl0ZW0gfVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9heHAtbGF5b3V0LWxpc3QtaXRlbT5cbiAgICAgICAgICB9XG4gICAgICAgIDwvYXhwLWxheW91dC1saXN0LWdyb3VwPlxuICAgICAgfVxuICAgICAgPCEtLSBSZWNlbnQgSXRlbXMgLS0+XG4gICAgICBAaWYgKHZtLnJlY2VudEl0ZW1zKCkubGVuZ3RoID4gMCkge1xuICAgICAgICA8YXhwLWxheW91dC1saXN0LWdyb3VwPlxuICAgICAgICAgIDxheHAtbGF5b3V0LWhlYWRlcj5cbiAgICAgICAgICAgIDxheHAtbGF5b3V0LXByZWZpeD5cbiAgICAgICAgICAgICAgPGF4cC1sYXlvdXQtdGl0bGU+e3sgdCgncmVjZW50JywgeyBzY29wZTogaTE4blNjb3BlIH0pIHwgYXN5bmMgfX08L2F4cC1sYXlvdXQtdGl0bGU+XG4gICAgICAgICAgICA8L2F4cC1sYXlvdXQtcHJlZml4PlxuICAgICAgICAgICAgPGF4cC1sYXlvdXQtcHJlZml4IGNsYXNzPVwiYXgteHNcIj5cbiAgICAgICAgICAgICAgPGF4LWJ1dHRvblxuICAgICAgICAgICAgICAgIFt0ZXh0XT1cInQoJ2NsZWFyJywgeyBzY29wZTogaTE4blNjb3BlIH0pIHwgYXN5bmNcIlxuICAgICAgICAgICAgICAgIGxvb2s9XCJibGFua1wiXG4gICAgICAgICAgICAgICAgW2NvbG9yXT1cIidkZWZhdWx0J1wiXG4gICAgICAgICAgICAgICAgKG9uQ2xpY2spPVwiaGFuZGxlQ2xlYXJDbGljaygkZXZlbnQpXCJcbiAgICAgICAgICAgICAgPjwvYXgtYnV0dG9uPlxuICAgICAgICAgICAgPC9heHAtbGF5b3V0LXByZWZpeD5cbiAgICAgICAgICA8L2F4cC1sYXlvdXQtaGVhZGVyPlxuICAgICAgICAgIEBmb3IgKGl0ZW0gb2Ygdm0ucmVjZW50SXRlbXMoKTsgdHJhY2sgJGluZGV4KSB7XG4gICAgICAgICAgICA8YXhwLWxheW91dC1saXN0LWl0ZW1cbiAgICAgICAgICAgICAgKGNsaWNrKT1cInZtLmV4ZWN1dGUoaXRlbSlcIlxuICAgICAgICAgICAgICAoa2V5ZG93bik9XCJoYW5kbGVJdGVtS2V5RG93bigkZXZlbnQsIGl0ZW0pXCJcbiAgICAgICAgICAgICAgY2xhc3M9XCJheC1ncm91cFwiXG4gICAgICAgICAgICAgIGF4TGlzdE5hdmlnYXRpb25JdGVtXG4gICAgICAgICAgICAgICNpPVwiYXhMaXN0TmF2aWdhdGlvbkl0ZW1cIlxuICAgICAgICAgICAgICBbY2xhc3MuYXhwLXN0YXRlLWZvY3VzZWRdPVwiaS5pc0FjdGl2ZSgpXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJsaXN0SXRlbVwiIFtuZ1RlbXBsYXRlT3V0bGV0Q29udGV4dF09XCJ7IGl0ZW0gfVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9heHAtbGF5b3V0LWxpc3QtaXRlbT5cbiAgICAgICAgICB9XG4gICAgICAgIDwvYXhwLWxheW91dC1saXN0LWdyb3VwPlxuICAgICAgfVxuICAgIDwvYXhwLWxheW91dC1saXN0PlxuICA8L25nLXRlbXBsYXRlPlxuXG4gIDwhLS0gUmVzdWx0IFRlbXBsYXRlIC0tPlxuICA8bmctdGVtcGxhdGUgI3Jlc3VsdD5cbiAgICA8YXhwLWxheW91dC1saXN0XG4gICAgICBjbGFzcz1cImF4LXAtNCBheC1kaXZpZGUtbm9uZVwiXG4gICAgICAoa2V5ZG93bik9XCJoYW5kbGVMaXN0S2V5RG93bigkZXZlbnQpXCJcbiAgICAgIGF4TGlzdE5hdmlnYXRpb25cbiAgICAgICNsaXN0PVwiYXhMaXN0TmF2aWdhdGlvblwiXG4gICAgPlxuICAgICAgQGZvciAoZ3JvdXAgb2Ygdm0ucmVzdWx0cygpOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgPGF4cC1sYXlvdXQtbGlzdC1ncm91cD5cbiAgICAgICAgICA8YXhwLWxheW91dC10aXRsZT4ge3sgdChncm91cC50aXRsZSkgfCBhc3luYyB9fTwvYXhwLWxheW91dC10aXRsZT5cbiAgICAgICAgICBAZm9yIChpdGVtIG9mIGdyb3VwLmNoaWxkcmVuOyB0cmFjayAkaW5kZXgpIHtcbiAgICAgICAgICAgIDxheHAtbGF5b3V0LWxpc3QtaXRlbVxuICAgICAgICAgICAgICAoY2xpY2spPVwidm0uZXhlY3V0ZShpdGVtKVwiXG4gICAgICAgICAgICAgIChrZXlkb3duKT1cImhhbmRsZUl0ZW1LZXlEb3duKCRldmVudCwgaXRlbSlcIlxuICAgICAgICAgICAgICBjbGFzcz1cImF4LWdyb3VwXCJcbiAgICAgICAgICAgICAgYXhMaXN0TmF2aWdhdGlvbkl0ZW1cbiAgICAgICAgICAgICAgI2k9XCJheExpc3ROYXZpZ2F0aW9uSXRlbVwiXG4gICAgICAgICAgICAgIFtjbGFzcy5heHAtc3RhdGUtZm9jdXNlZF09XCJpLmlzQWN0aXZlKClcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICA8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImxpc3RJdGVtXCIgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cInsgaXRlbSB9XCI+PC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICA8L2F4cC1sYXlvdXQtbGlzdC1pdGVtPlxuICAgICAgICAgIH1cbiAgICAgICAgPC9heHAtbGF5b3V0LWxpc3QtZ3JvdXA+XG4gICAgICB9XG4gICAgPC9heHAtbGF5b3V0LWxpc3Q+XG4gIDwvbmctdGVtcGxhdGU+XG5cbiAgPG5nLXRlbXBsYXRlICNsaXN0SXRlbSBsZXQtaXRlbT1cIml0ZW1cIj5cbiAgICA8YXhwLWxheW91dC1wcmVmaXg+XG4gICAgICA8YXgtaWNvbiBpY29uPVwiZmFsIHt7IGl0ZW0uaWNvbiB9fVwiPjwvYXgtaWNvbj5cbiAgICA8L2F4cC1sYXlvdXQtcHJlZml4PlxuICAgIDxheHAtbGF5b3V0LWNvbnRlbnQ+XG4gICAgICA8YXhwLWxheW91dC10aXRsZSBjbGFzcz1cImF4LWdyb3VwXCI+XG4gICAgICAgIDxzcGFuPnt7IHQoaXRlbS50aXRsZSkgfCBhc3luYyB9fTwvc3Bhbj5cbiAgICAgICAgPHNwYW4gY2xhc3M9XCJheC1tcy0zXCIgKGNsaWNrKT1cImhhbmRsZVBpbkNsaWNrKCRldmVudCwgaXRlbSlcIj5cbiAgICAgICAgICA8aVxuICAgICAgICAgICAgW2NsYXNzLmF4LWludmlzaWJsZV09XCIhdm0uaXNQaW5uZWQoaXRlbSlcIlxuICAgICAgICAgICAgY2xhc3M9XCJmYS1saWdodCBmYS10aHVtYnRhY2sgYXgtcm90YXRlLTQ1IGdyb3VwLWhvdmVyOiFheC12aXNpYmxlXCJcbiAgICAgICAgICAgIFtjbGFzcy5mYS1zb2xpZF09XCJ2bS5pc1Bpbm5lZChpdGVtKVwiXG4gICAgICAgICAgPjwvaT5cbiAgICAgICAgPC9zcGFuPlxuICAgICAgPC9heHAtbGF5b3V0LXRpdGxlPlxuICAgICAgQGlmIChpdGVtLnBhcmVudCkge1xuICAgICAgICA8YXhwLWxheW91dC1kZXNjcmlwdGlvbj5cbiAgICAgICAgICB7eyB0KGl0ZW0ucGFyZW50LnRpdGxlKSB8IGFzeW5jIH19XG4gICAgICAgIDwvYXhwLWxheW91dC1kZXNjcmlwdGlvbj5cbiAgICAgIH0gQGVsc2UgaWYgKGl0ZW0uZGVzY3JpcHRpb24pIHtcbiAgICAgICAgPGF4cC1sYXlvdXQtZGVzY3JpcHRpb24+XG4gICAgICAgICAge3sgdChpdGVtLmRlc2NyaXB0aW9uKSB8IGFzeW5jIH19XG4gICAgICAgIDwvYXhwLWxheW91dC1kZXNjcmlwdGlvbj5cbiAgICAgIH1cbiAgICA8L2F4cC1sYXlvdXQtY29udGVudD5cbiAgICA8YXhwLWxheW91dC1zdWZmaXg+XG4gICAgICA8aSBjbGFzcz1cImZhciBmYS1jaGV2cm9uLXJpZ2h0IHJ0bDpheC1yb3RhdGUtMTgwXCI+PC9pPlxuICAgIDwvYXhwLWxheW91dC1zdWZmaXg+XG4gIDwvbmctdGVtcGxhdGU+XG48L2F4cC1sYXlvdXQtY29udGVudD5cbiJdfQ=="],"names":["i5","i6","i8"],"mappings":"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"}
|
@@ -555,7 +555,7 @@ class AXPGlobalSearchModule {
|
|
555
555
|
{
|
556
556
|
provide: AXP_GLOBAL_SEARCH_CONFIG_TOKEN,
|
557
557
|
useValue: {
|
558
|
-
window: () => import('./acorex-modules-common-search-popup.component-
|
558
|
+
window: () => import('./acorex-modules-common-search-popup.component-B_bJ0ZRM.mjs').then((c) => c.AXPGlobalSearchPopupComponent),
|
559
559
|
},
|
560
560
|
},
|
561
561
|
], imports: [AXPComponentSlotModule.forChild({
|
@@ -606,7 +606,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImpor
|
|
606
606
|
{
|
607
607
|
provide: AXP_GLOBAL_SEARCH_CONFIG_TOKEN,
|
608
608
|
useValue: {
|
609
|
-
window: () => import('./acorex-modules-common-search-popup.component-
|
609
|
+
window: () => import('./acorex-modules-common-search-popup.component-B_bJ0ZRM.mjs').then((c) => c.AXPGlobalSearchPopupComponent),
|
610
610
|
},
|
611
611
|
},
|
612
612
|
]
|