@huntsman-cancer-institute/navigation 17.0.6 → 17.0.8

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.
@@ -79,10 +79,10 @@ class NavigationGlobalService {
79
79
  pushNotificationEvent() {
80
80
  this.notificationEvent.next(true);
81
81
  }
82
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationGlobalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
83
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationGlobalService }); }
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationGlobalService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
83
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationGlobalService }); }
84
84
  }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationGlobalService, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationGlobalService, decorators: [{
86
86
  type: Injectable
87
87
  }] });
88
88
 
@@ -163,10 +163,10 @@ class NavigationService {
163
163
  }
164
164
  return undefined;
165
165
  }
166
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationService, deps: [{ token: NavigationGlobalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
167
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationService }); }
166
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationService, deps: [{ token: NavigationGlobalService }], target: i0.ɵɵFactoryTarget.Injectable }); }
167
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationService }); }
168
168
  }
169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationService, decorators: [{
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationService, decorators: [{
170
170
  type: Injectable
171
171
  }], ctorParameters: () => [{ type: NavigationGlobalService }] });
172
172
 
@@ -736,11 +736,11 @@ class NavComponent {
736
736
  this.changeDetectorRef.detectChanges();
737
737
  }
738
738
  }
739
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
740
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: NavComponent, selector: "hci-nav", inputs: { config: "config", id: ["navId", "id"], isRoot: "isRoot", type: "type", title: "title", rootClass: "rootClass", roleName: "roleName", authenticatedKey: "authenticatedKey", notAuthenticatedKey: "notAuthenticatedKey", inputChildren: ["children", "inputChildren"], isCCR: "isCCR" }, usesOnChanges: true, ngImport: i0, template: `
739
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
740
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: NavComponent, selector: "hci-nav", inputs: { config: "config", id: ["navId", "id"], isRoot: "isRoot", type: "type", title: "title", rootClass: "rootClass", roleName: "roleName", authenticatedKey: "authenticatedKey", notAuthenticatedKey: "notAuthenticatedKey", inputChildren: ["children", "inputChildren"], isCCR: "isCCR" }, usesOnChanges: true, ngImport: i0, template: `
741
741
  `, isInline: true }); }
742
742
  }
743
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavComponent, decorators: [{
743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavComponent, decorators: [{
744
744
  type: Component,
745
745
  args: [{
746
746
  template: `
@@ -811,8 +811,8 @@ let UlNavComponent = class UlNavComponent extends NavComponent {
811
811
  this.ulClass = config.ulClass;
812
812
  }
813
813
  }
814
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: UlNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
815
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: UlNavComponent, selector: "hci-ul", inputs: { ulClass: "ulClass" }, viewQueries: [{ propertyName: "containerRefSetter", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
814
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: UlNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
815
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: UlNavComponent, selector: "hci-ul", inputs: { ulClass: "ulClass" }, viewQueries: [{ propertyName: "containerRefSetter", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
816
816
  <ul [id]="id + '-ul'" class="hci-ul {{ulClass}}">
817
817
  <ng-container #containerRef></ng-container>
818
818
  </ul>
@@ -826,7 +826,7 @@ UlNavComponent = __decorate$b([
826
826
  NavigationService,
827
827
  ChangeDetectorRef])
828
828
  ], UlNavComponent);
829
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: UlNavComponent, decorators: [{
829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: UlNavComponent, decorators: [{
830
830
  type: Component,
831
831
  args: [{ selector: "hci-ul", template: `
832
832
  <ul [id]="id + '-ul'" class="hci-ul {{ulClass}}">
@@ -883,20 +883,20 @@ let BadgeComponent = class BadgeComponent {
883
883
  }
884
884
  }
885
885
  }
886
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
887
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: BadgeComponent, selector: "hci-badge", inputs: { countSubject: "countSubject", countLoading: "countLoading" }, usesOnChanges: true, ngImport: i0, template: `
888
- <div class="hci-badge" [class.spinner]="loading">{{(loading) ? "|" : ((count > 0) ? count : "")}}</div>
886
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
887
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: BadgeComponent, selector: "hci-badge", inputs: { countSubject: "countSubject", countLoading: "countLoading" }, usesOnChanges: true, ngImport: i0, template: `
888
+ <div class="hci-badge" [class.spinner]="loading">{{(loading) ? "|" : ((count > 0) ? count : "")}}</div>
889
889
  `, isInline: true }); }
890
890
  };
891
891
  BadgeComponent = __decorate$a([
892
892
  ComponentType("BadgeComponent")
893
893
  ], BadgeComponent);
894
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BadgeComponent, decorators: [{
894
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BadgeComponent, decorators: [{
895
895
  type: Component,
896
896
  args: [{
897
897
  selector: "hci-badge",
898
- template: `
899
- <div class="hci-badge" [class.spinner]="loading">{{(loading) ? "|" : ((count > 0) ? count : "")}}</div>
898
+ template: `
899
+ <div class="hci-badge" [class.spinner]="loading">{{(loading) ? "|" : ((count > 0) ? count : "")}}</div>
900
900
  `
901
901
  }]
902
902
  }], propDecorators: { countSubject: [{
@@ -997,8 +997,8 @@ let LiNavComponent = class LiNavComponent extends NavComponent {
997
997
  }
998
998
  super.updateConfig(config);
999
999
  }
1000
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LiNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1001
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: LiNavComponent, selector: "hci-li", inputs: { liClass: "liClass", href: "href", target: "target", route: "route", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", aClass: "aClass", spanClass: "spanClass", iClass: "iClass", imgSrc: "imgSrc", iText: "iText", iRight: "iRight", badgeCount: "badgeCount", badgeLoading: "badgeLoading", showValueFlag: "showValueFlag", showValue: "showValue", showValueClass: "showValueClass", liClick: "liClick" }, usesInheritance: true, ngImport: i0, template: `
1000
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: LiNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1001
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: LiNavComponent, selector: "hci-li", inputs: { liClass: "liClass", href: "href", target: "target", route: "route", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", aClass: "aClass", spanClass: "spanClass", iClass: "iClass", imgSrc: "imgSrc", iText: "iText", iRight: "iRight", badgeCount: "badgeCount", badgeLoading: "badgeLoading", showValueFlag: "showValueFlag", showValue: "showValue", showValueClass: "showValueClass", liClick: "liClick" }, usesInheritance: true, ngImport: i0, template: `
1002
1002
  <ng-container>
1003
1003
  <li [id]="id + '-li'" class="hci-li {{liClass}}" (click)="handleLiClick($event)">
1004
1004
  <a *ngIf="!href && !route" class="hci-li-a {{aClass}}">
@@ -1083,7 +1083,7 @@ LiNavComponent = __decorate$9([
1083
1083
  ComponentType("LiNavComponent"),
1084
1084
  __metadata$8("design:paramtypes", [ElementRef, Renderer2, ComponentFactoryResolver, NavigationService, ChangeDetectorRef])
1085
1085
  ], LiNavComponent);
1086
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LiNavComponent, decorators: [{
1086
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: LiNavComponent, decorators: [{
1087
1087
  type: Component,
1088
1088
  args: [{ selector: "hci-li", template: `
1089
1089
  <ng-container>
@@ -1283,47 +1283,47 @@ let LiDdNavComponent = class LiDdNavComponent extends NavComponent {
1283
1283
  this.liClick = config.liClick;
1284
1284
  }
1285
1285
  }
1286
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LiDdNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1287
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: LiDdNavComponent, selector: "hci-li-dd", inputs: { liClass: "liClass", href: "href", aClass: "aClass", spanClass: "spanClass", iClass: "iClass", ulClass: "ulClass", iRight: "iRight", liClick: "liClick" }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true, static: true }, { propertyName: "containerRefSetter", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
1288
- <li [id]="id + '-li'" class="hci-li-dd-li dropdown {{liClass}}" (click)="handleLiClick($event)" ngbDropdown #dropdown="ngbDropdown" [autoClose]="true">
1289
- <a id="li-dd-dropdown" class="hci-li-dd-a dropdown-toggle {{aClass}}" ngbDropdownToggle>
1290
- <i *ngIf="iClass && !iRight" class="hci-li-dd-i">
1291
- <span [class]="iClass"></span>
1292
- </i>
1293
- <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1294
- <i *ngIf="iClass && iRight" class="hci-li-dd-i">
1295
- <span [class]="iClass"></span>
1296
- </i>
1297
- </a>
1298
- <ul ngbDropdownMenu aria-labelledby="li-dd-dropdown" class="hci-li-dd-ul dropdown-menu {{ulClass}}" (click)="close()">
1299
- <ng-container #containerRef></ng-container>
1300
- </ul>
1301
- </li>
1286
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: LiDdNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1287
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: LiDdNavComponent, selector: "hci-li-dd", inputs: { liClass: "liClass", href: "href", aClass: "aClass", spanClass: "spanClass", iClass: "iClass", ulClass: "ulClass", iRight: "iRight", liClick: "liClick" }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true, static: true }, { propertyName: "containerRefSetter", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
1288
+ <li [id]="id + '-li'" class="hci-li-dd-li dropdown {{liClass}}" (click)="handleLiClick($event)" ngbDropdown #dropdown="ngbDropdown" [autoClose]="true">
1289
+ <a id="li-dd-dropdown" class="hci-li-dd-a dropdown-toggle {{aClass}}" ngbDropdownToggle>
1290
+ <i *ngIf="iClass && !iRight" class="hci-li-dd-i">
1291
+ <span [class]="iClass"></span>
1292
+ </i>
1293
+ <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1294
+ <i *ngIf="iClass && iRight" class="hci-li-dd-i">
1295
+ <span [class]="iClass"></span>
1296
+ </i>
1297
+ </a>
1298
+ <ul ngbDropdownMenu aria-labelledby="li-dd-dropdown" class="hci-li-dd-ul dropdown-menu {{ulClass}}" (click)="close()">
1299
+ <ng-container #containerRef></ng-container>
1300
+ </ul>
1301
+ </li>
1302
1302
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$2.NgbDropdown, selector: "[ngbDropdown]", inputs: ["autoClose", "dropdownClass", "open", "placement", "popperOptions", "container", "display"], outputs: ["openChange"], exportAs: ["ngbDropdown"] }, { kind: "directive", type: i3$2.NgbDropdownToggle, selector: "[ngbDropdownToggle]" }, { kind: "directive", type: i3$2.NgbDropdownMenu, selector: "[ngbDropdownMenu]" }] }); }
1303
1303
  };
1304
1304
  LiDdNavComponent = __decorate$8([
1305
1305
  ComponentType("LiDdNavComponent"),
1306
1306
  __metadata$7("design:paramtypes", [ElementRef, Renderer2, ComponentFactoryResolver, NavigationService, ChangeDetectorRef])
1307
1307
  ], LiDdNavComponent);
1308
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LiDdNavComponent, decorators: [{
1308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: LiDdNavComponent, decorators: [{
1309
1309
  type: Component,
1310
1310
  args: [{
1311
1311
  selector: "hci-li-dd",
1312
- template: `
1313
- <li [id]="id + '-li'" class="hci-li-dd-li dropdown {{liClass}}" (click)="handleLiClick($event)" ngbDropdown #dropdown="ngbDropdown" [autoClose]="true">
1314
- <a id="li-dd-dropdown" class="hci-li-dd-a dropdown-toggle {{aClass}}" ngbDropdownToggle>
1315
- <i *ngIf="iClass && !iRight" class="hci-li-dd-i">
1316
- <span [class]="iClass"></span>
1317
- </i>
1318
- <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1319
- <i *ngIf="iClass && iRight" class="hci-li-dd-i">
1320
- <span [class]="iClass"></span>
1321
- </i>
1322
- </a>
1323
- <ul ngbDropdownMenu aria-labelledby="li-dd-dropdown" class="hci-li-dd-ul dropdown-menu {{ulClass}}" (click)="close()">
1324
- <ng-container #containerRef></ng-container>
1325
- </ul>
1326
- </li>
1312
+ template: `
1313
+ <li [id]="id + '-li'" class="hci-li-dd-li dropdown {{liClass}}" (click)="handleLiClick($event)" ngbDropdown #dropdown="ngbDropdown" [autoClose]="true">
1314
+ <a id="li-dd-dropdown" class="hci-li-dd-a dropdown-toggle {{aClass}}" ngbDropdownToggle>
1315
+ <i *ngIf="iClass && !iRight" class="hci-li-dd-i">
1316
+ <span [class]="iClass"></span>
1317
+ </i>
1318
+ <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1319
+ <i *ngIf="iClass && iRight" class="hci-li-dd-i">
1320
+ <span [class]="iClass"></span>
1321
+ </i>
1322
+ </a>
1323
+ <ul ngbDropdownMenu aria-labelledby="li-dd-dropdown" class="hci-li-dd-ul dropdown-menu {{ulClass}}" (click)="close()">
1324
+ <ng-container #containerRef></ng-container>
1325
+ </ul>
1326
+ </li>
1327
1327
  `
1328
1328
  }]
1329
1329
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ComponentFactoryResolver }, { type: NavigationService }, { type: i0.ChangeDetectorRef }], propDecorators: { dropdown: [{
@@ -1388,25 +1388,25 @@ let DivNavComponent = class DivNavComponent extends NavComponent {
1388
1388
  this.divClass = config.divClass;
1389
1389
  }
1390
1390
  }
1391
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: DivNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1392
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: DivNavComponent, selector: "hci-div-nav", inputs: { divClass: "divClass" }, viewQueries: [{ propertyName: "containerRefSetter", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
1393
- <div [id]="id + '-div'" class="{{divClass}}">
1394
- <ng-container #containerRef></ng-container>
1395
- </div>
1391
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: DivNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1392
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: DivNavComponent, selector: "hci-div-nav", inputs: { divClass: "divClass" }, viewQueries: [{ propertyName: "containerRefSetter", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
1393
+ <div [id]="id + '-div'" class="{{divClass}}">
1394
+ <ng-container #containerRef></ng-container>
1395
+ </div>
1396
1396
  `, isInline: true }); }
1397
1397
  };
1398
1398
  DivNavComponent = __decorate$7([
1399
1399
  ComponentType("DivNavComponent"),
1400
1400
  __metadata$6("design:paramtypes", [ElementRef, Renderer2, ComponentFactoryResolver, NavigationService, ChangeDetectorRef])
1401
1401
  ], DivNavComponent);
1402
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: DivNavComponent, decorators: [{
1402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: DivNavComponent, decorators: [{
1403
1403
  type: Component,
1404
1404
  args: [{
1405
1405
  selector: "hci-div-nav",
1406
- template: `
1407
- <div [id]="id + '-div'" class="{{divClass}}">
1408
- <ng-container #containerRef></ng-container>
1409
- </div>
1406
+ template: `
1407
+ <div [id]="id + '-div'" class="{{divClass}}">
1408
+ <ng-container #containerRef></ng-container>
1409
+ </div>
1410
1410
  `
1411
1411
  }]
1412
1412
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ComponentFactoryResolver }, { type: NavigationService }, { type: i0.ChangeDetectorRef }], propDecorators: { divClass: [{
@@ -1467,8 +1467,8 @@ let BrandNavComponent = class BrandNavComponent extends NavComponent {
1467
1467
  this.spanClass = config.spanClass;
1468
1468
  }
1469
1469
  }
1470
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BrandNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1471
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: BrandNavComponent, selector: "hci-brand", inputs: { href: "href", route: "route", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", aClass: "aClass", imgSrc: "imgSrc", spanClass: "spanClass", imgRight: "imgRight", aClick: "aClick" }, usesInheritance: true, ngImport: i0, template: `
1470
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BrandNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1471
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: BrandNavComponent, selector: "hci-brand", inputs: { href: "href", route: "route", queryParams: "queryParams", queryParamsHandling: "queryParamsHandling", aClass: "aClass", imgSrc: "imgSrc", spanClass: "spanClass", imgRight: "imgRight", aClick: "aClick" }, usesInheritance: true, ngImport: i0, template: `
1472
1472
  <div class="hci-brand">
1473
1473
  <a *ngIf="!href && !route"
1474
1474
  [id]="id + '-a'" class="hci-brand-a {{aClass}}">
@@ -1506,7 +1506,7 @@ BrandNavComponent = __decorate$6([
1506
1506
  ComponentType("BrandNavComponent"),
1507
1507
  __metadata$5("design:paramtypes", [ElementRef, Renderer2, ComponentFactoryResolver, NavigationService, ChangeDetectorRef])
1508
1508
  ], BrandNavComponent);
1509
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: BrandNavComponent, decorators: [{
1509
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: BrandNavComponent, decorators: [{
1510
1510
  type: Component,
1511
1511
  args: [{ selector: "hci-brand", template: `
1512
1512
  <div class="hci-brand">
@@ -1629,109 +1629,109 @@ let LiExpNavComponent = class LiExpNavComponent extends LiNavComponent {
1629
1629
  this.expanded = false;
1630
1630
  }
1631
1631
  }
1632
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LiExpNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1633
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: LiExpNavComponent, selector: "hci-li-exp", inputs: { liClass: "liClass", ulClass: "ulClass", hover: "hover", expandable: "expandable", expanded: "expanded" }, viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
1634
- <div class="hci-li-exp {{rootClass}}" (mouseover)="onMouseOver($event)" (mouseout)="onMouseOut($event)" [class.hover]="hover">
1635
- <li [id]="id + '-li'" class="hci-li-exp-li {{liClass}}" (click)="handleLiClick($event)">
1636
- <a *ngIf="!href && !route" class="hci-li-exp-a {{aClass}}">
1637
- <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1638
- <span class="{{iClass}}"></span>
1639
- {{iText}}
1640
- </i>
1641
- <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1642
- <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1643
- <span class="{{iClass}}"></span>
1644
- {{iText}}
1645
- </i>
1646
- </a>
1647
- <a *ngIf="href" [href]="href" class="hci-li-exp-a {{aClass}}">
1648
- <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1649
- <span class="{{iClass}}"></span>
1650
- {{iText}}
1651
- </i>
1652
- <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1653
- <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1654
- <span class="{{iClass}}"></span>
1655
- {{iText}}
1656
- </i>
1657
- </a>
1658
- <a *ngIf="route"
1659
- routerLink="{{route}}"
1660
- routerLinkActive="active-link"
1661
- [queryParams]="queryParams"
1662
- queryParamsHandling="{{queryParamsHandling}}"
1663
- class="hci-li-exp-a {{aClass}}">
1664
- <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1665
- <span class="{{iClass}}"></span>
1666
- {{iText}}
1667
- </i>
1668
- <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1669
- <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1670
- <span class="{{iClass}}"></span>
1671
- {{iText}}
1672
- </i>
1673
- </a>
1674
- </li>
1675
- <ul [id]="id" class="hci-li-exp-ul {{ulClass}}" [class.expanded]="expanded" (click)="onUlClick($event)">
1676
- <ng-container #containerRef></ng-container>
1677
- </ul>
1678
- </div>
1632
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: LiExpNavComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1633
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: LiExpNavComponent, selector: "hci-li-exp", inputs: { liClass: "liClass", ulClass: "ulClass", hover: "hover", expandable: "expandable", expanded: "expanded" }, viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["containerRef"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
1634
+ <div class="hci-li-exp {{rootClass}}" (mouseover)="onMouseOver($event)" (mouseout)="onMouseOut($event)" [class.hover]="hover">
1635
+ <li [id]="id + '-li'" class="hci-li-exp-li {{liClass}}" (click)="handleLiClick($event)">
1636
+ <a *ngIf="!href && !route" class="hci-li-exp-a {{aClass}}">
1637
+ <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1638
+ <span class="{{iClass}}"></span>
1639
+ {{iText}}
1640
+ </i>
1641
+ <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1642
+ <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1643
+ <span class="{{iClass}}"></span>
1644
+ {{iText}}
1645
+ </i>
1646
+ </a>
1647
+ <a *ngIf="href" [href]="href" class="hci-li-exp-a {{aClass}}">
1648
+ <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1649
+ <span class="{{iClass}}"></span>
1650
+ {{iText}}
1651
+ </i>
1652
+ <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1653
+ <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1654
+ <span class="{{iClass}}"></span>
1655
+ {{iText}}
1656
+ </i>
1657
+ </a>
1658
+ <a *ngIf="route"
1659
+ routerLink="{{route}}"
1660
+ routerLinkActive="active-link"
1661
+ [queryParams]="queryParams"
1662
+ queryParamsHandling="{{queryParamsHandling}}"
1663
+ class="hci-li-exp-a {{aClass}}">
1664
+ <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1665
+ <span class="{{iClass}}"></span>
1666
+ {{iText}}
1667
+ </i>
1668
+ <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1669
+ <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1670
+ <span class="{{iClass}}"></span>
1671
+ {{iText}}
1672
+ </i>
1673
+ </a>
1674
+ </li>
1675
+ <ul [id]="id" class="hci-li-exp-ul {{ulClass}}" [class.expanded]="expanded" (click)="onUlClick($event)">
1676
+ <ng-container #containerRef></ng-container>
1677
+ </ul>
1678
+ </div>
1679
1679
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3$1.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "directive", type: i3$1.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "ariaCurrentWhenActive", "routerLinkActive"], outputs: ["isActiveChange"], exportAs: ["routerLinkActive"] }] }); }
1680
1680
  };
1681
1681
  LiExpNavComponent = __decorate$5([
1682
1682
  ComponentType("LiExpNavComponent"),
1683
1683
  __metadata$4("design:paramtypes", [ElementRef, Renderer2, ComponentFactoryResolver, NavigationService, ChangeDetectorRef])
1684
1684
  ], LiExpNavComponent);
1685
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: LiExpNavComponent, decorators: [{
1685
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: LiExpNavComponent, decorators: [{
1686
1686
  type: Component,
1687
1687
  args: [{
1688
1688
  selector: "hci-li-exp",
1689
- template: `
1690
- <div class="hci-li-exp {{rootClass}}" (mouseover)="onMouseOver($event)" (mouseout)="onMouseOut($event)" [class.hover]="hover">
1691
- <li [id]="id + '-li'" class="hci-li-exp-li {{liClass}}" (click)="handleLiClick($event)">
1692
- <a *ngIf="!href && !route" class="hci-li-exp-a {{aClass}}">
1693
- <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1694
- <span class="{{iClass}}"></span>
1695
- {{iText}}
1696
- </i>
1697
- <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1698
- <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1699
- <span class="{{iClass}}"></span>
1700
- {{iText}}
1701
- </i>
1702
- </a>
1703
- <a *ngIf="href" [href]="href" class="hci-li-exp-a {{aClass}}">
1704
- <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1705
- <span class="{{iClass}}"></span>
1706
- {{iText}}
1707
- </i>
1708
- <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1709
- <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1710
- <span class="{{iClass}}"></span>
1711
- {{iText}}
1712
- </i>
1713
- </a>
1714
- <a *ngIf="route"
1715
- routerLink="{{route}}"
1716
- routerLinkActive="active-link"
1717
- [queryParams]="queryParams"
1718
- queryParamsHandling="{{queryParamsHandling}}"
1719
- class="hci-li-exp-a {{aClass}}">
1720
- <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1721
- <span class="{{iClass}}"></span>
1722
- {{iText}}
1723
- </i>
1724
- <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1725
- <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1726
- <span class="{{iClass}}"></span>
1727
- {{iText}}
1728
- </i>
1729
- </a>
1730
- </li>
1731
- <ul [id]="id" class="hci-li-exp-ul {{ulClass}}" [class.expanded]="expanded" (click)="onUlClick($event)">
1732
- <ng-container #containerRef></ng-container>
1733
- </ul>
1734
- </div>
1689
+ template: `
1690
+ <div class="hci-li-exp {{rootClass}}" (mouseover)="onMouseOver($event)" (mouseout)="onMouseOut($event)" [class.hover]="hover">
1691
+ <li [id]="id + '-li'" class="hci-li-exp-li {{liClass}}" (click)="handleLiClick($event)">
1692
+ <a *ngIf="!href && !route" class="hci-li-exp-a {{aClass}}">
1693
+ <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1694
+ <span class="{{iClass}}"></span>
1695
+ {{iText}}
1696
+ </i>
1697
+ <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1698
+ <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1699
+ <span class="{{iClass}}"></span>
1700
+ {{iText}}
1701
+ </i>
1702
+ </a>
1703
+ <a *ngIf="href" [href]="href" class="hci-li-exp-a {{aClass}}">
1704
+ <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1705
+ <span class="{{iClass}}"></span>
1706
+ {{iText}}
1707
+ </i>
1708
+ <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1709
+ <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1710
+ <span class="{{iClass}}"></span>
1711
+ {{iText}}
1712
+ </i>
1713
+ </a>
1714
+ <a *ngIf="route"
1715
+ routerLink="{{route}}"
1716
+ routerLinkActive="active-link"
1717
+ [queryParams]="queryParams"
1718
+ queryParamsHandling="{{queryParamsHandling}}"
1719
+ class="hci-li-exp-a {{aClass}}">
1720
+ <i *ngIf="iClass && !iRight" class="hci-li-exp-i">
1721
+ <span class="{{iClass}}"></span>
1722
+ {{iText}}
1723
+ </i>
1724
+ <span class="hci-li-exp-span {{spanClass}}">{{title}}</span>
1725
+ <i *ngIf="iClass && iRight" class="hci-li-exp-i">
1726
+ <span class="{{iClass}}"></span>
1727
+ {{iText}}
1728
+ </i>
1729
+ </a>
1730
+ </li>
1731
+ <ul [id]="id" class="hci-li-exp-ul {{ulClass}}" [class.expanded]="expanded" (click)="onUlClick($event)">
1732
+ <ng-container #containerRef></ng-container>
1733
+ </ul>
1734
+ </div>
1735
1735
  `
1736
1736
  }]
1737
1737
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ComponentFactoryResolver }, { type: NavigationService }, { type: i0.ChangeDetectorRef }], propDecorators: { liClass: [{
@@ -1806,23 +1806,23 @@ let TemplateComponent = class TemplateComponent extends NavComponent {
1806
1806
  }
1807
1807
  }
1808
1808
  }
1809
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TemplateComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1810
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: TemplateComponent, selector: "hci-template", inputs: { template: "template", componentType: "componentType" }, viewQueries: [{ propertyName: "viewContainer", first: true, predicate: ["viewContainer"], descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0, template: `
1811
- <ng-container [ngTemplateOutlet]="template" [ngTemplateOutletContext]="config"></ng-container>
1812
- <ng-container #viewContainer></ng-container>
1809
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TemplateComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
1810
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: TemplateComponent, selector: "hci-template", inputs: { template: "template", componentType: "componentType" }, viewQueries: [{ propertyName: "viewContainer", first: true, predicate: ["viewContainer"], descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0, template: `
1811
+ <ng-container [ngTemplateOutlet]="template" [ngTemplateOutletContext]="config"></ng-container>
1812
+ <ng-container #viewContainer></ng-container>
1813
1813
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
1814
1814
  };
1815
1815
  TemplateComponent = __decorate$4([
1816
1816
  ComponentType("TemplateComponent"),
1817
1817
  __metadata$3("design:paramtypes", [ElementRef, Renderer2, ComponentFactoryResolver, NavigationService, ChangeDetectorRef])
1818
1818
  ], TemplateComponent);
1819
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TemplateComponent, decorators: [{
1819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TemplateComponent, decorators: [{
1820
1820
  type: Component,
1821
1821
  args: [{
1822
1822
  selector: "hci-template",
1823
- template: `
1824
- <ng-container [ngTemplateOutlet]="template" [ngTemplateOutletContext]="config"></ng-container>
1825
- <ng-container #viewContainer></ng-container>
1823
+ template: `
1824
+ <ng-container [ngTemplateOutlet]="template" [ngTemplateOutletContext]="config"></ng-container>
1825
+ <ng-container #viewContainer></ng-container>
1826
1826
  `
1827
1827
  }]
1828
1828
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ComponentFactoryResolver }, { type: NavigationService }, { type: i0.ChangeDetectorRef }], propDecorators: { template: [{
@@ -2437,13 +2437,13 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2437
2437
  }
2438
2438
  }
2439
2439
  }
2440
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SearchListControllerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService, optional: true }, { token: i3$3.HttpClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2441
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: SearchListControllerComponent, selector: "hci-search-list-controller", inputs: { showTitle: "showTitle", fields: "fields", basicSearch: "basicSearch", advancedSearch: "advancedSearch", filterByAllowedFields: "filterByAllowedFields", quickSearchFields: "quickSearchFields", advancedSearchFields: "advancedSearchFields", sortByAllowedFields: "sortByAllowedFields", sorts: "sorts", showQuickSearchOptions: "showQuickSearchOptions", showAdvancedSearchOptions: "showAdvancedSearchOptions", searchTypeArray: "searchTypeArray", searchType: "searchType", searchTypeSelected: "searchTypeSelected", basicSearchHeader: "basicSearchHeader" }, outputs: { searchListChange: "searchListChange" }, host: { listeners: { "document:click": "documentClick($event,$event.target)" } }, exportAs: ["searchListControllerComponent"], usesInheritance: true, ngImport: i0, template: `
2440
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SearchListControllerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService, optional: true }, { token: i3$3.HttpClient }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
2441
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SearchListControllerComponent, selector: "hci-search-list-controller", inputs: { showTitle: "showTitle", fields: "fields", basicSearch: "basicSearch", advancedSearch: "advancedSearch", filterByAllowedFields: "filterByAllowedFields", quickSearchFields: "quickSearchFields", advancedSearchFields: "advancedSearchFields", sortByAllowedFields: "sortByAllowedFields", sorts: "sorts", showQuickSearchOptions: "showQuickSearchOptions", showAdvancedSearchOptions: "showAdvancedSearchOptions", searchTypeArray: "searchTypeArray", searchType: "searchType", searchTypeSelected: "searchTypeSelected", basicSearchHeader: "basicSearchHeader" }, outputs: { searchListChange: "searchListChange" }, host: { listeners: { "document:click": "documentClick($event,$event.target)" } }, exportAs: ["searchListControllerComponent"], usesInheritance: true, ngImport: i0, template: `
2442
2442
  <div id="search-title" class="d-flex flex-column">
2443
2443
  <div *ngIf="showTitle" class="d-flex ps-2">
2444
2444
  <div *ngIf="showBackButton" class="me-auto ms-1 backButton">
2445
2445
  <button (click)="backButtonClicked()">
2446
- <i class="hci-white fas fa-chevron-double-left"></i>
2446
+ <i class="hci-white fas fa-angle-double-left"></i>
2447
2447
  </button>
2448
2448
  </div>
2449
2449
  {{title}}
@@ -2456,7 +2456,7 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2456
2456
  <div class="card-header-component">
2457
2457
  <div style="margin-left: auto">
2458
2458
  <button class="card-header-button btn closeable" (click)="toggleShowOptions($event)">
2459
- <i class="fa fa-times" card-header-text></i>
2459
+ <i class="fas fa-times" card-header-text></i>
2460
2460
  </button>
2461
2461
  </div>
2462
2462
  </div>
@@ -2701,11 +2701,11 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2701
2701
  <div class="sort-icon">
2702
2702
  <div *ngIf="isSort(sortField) && isSortAsc(sortField)"
2703
2703
  [ngClass]="{'sort-arrow':isFirstSort(sortField)}">
2704
- <i class="fas fa fa-arrow-circle-up fa-lg"></i>
2704
+ <i class="fas fa-arrow-circle-up fa-lg"></i>
2705
2705
  </div>
2706
2706
  <div *ngIf="isSort(sortField) && !isSortAsc(sortField)"
2707
2707
  [ngClass]="{'sort-arrow':isFirstSort(sortField)}">
2708
- <i class="fas fa fa-arrow-circle-down fa-lg"></i>
2708
+ <i class="fas fa-arrow-circle-down fa-lg"></i>
2709
2709
  </div>
2710
2710
  </div>
2711
2711
  <div class="sort-text" (click)="setSort($event, sortField)">
@@ -2757,7 +2757,7 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2757
2757
  {{filter.field}}
2758
2758
  </div>
2759
2759
  <div class="close-icon">
2760
- <i class="fa fa-times-circle fa-xs"></i>
2760
+ <i class="fas fa-times-circle fa-xs"></i>
2761
2761
  </div>
2762
2762
  </div>
2763
2763
  </ng-container>
@@ -2774,7 +2774,7 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2774
2774
  </mat-button-toggle-group>
2775
2775
  </div>
2776
2776
  </div>
2777
- `, isInline: true, styles: ["select{padding:.25em 0 .25em .25em;outline-offset:-1px;border:0;color:#8a9499;font-size:.8rem;background-color:#fff}.search-box{border:none;border-right:.1px solid #5B6266;padding-left:.5rem!important;color:#8a9499;font-size:.8rem}.search-options{border-radius:10px}.search-button{width:30%;height:2rem;background-image:linear-gradient(#6da9c7,#3d7a99);margin:0;color:#fff;border:none}.global-search{align-items:center;width:100%;border-radius:2px;border:.04em solid #727b80}.tab-title-class{display:flex;height:50px;background:#d3d3d3}.tab-pane{width:min-content!important}.search-options.expanded{height:fit-content}.backButton .fa-chevron-double-left{color:#fff}.svg-inline--fa fa-chevron-double-left{color:#fff}.sort-item{display:flex;color:#000}.sort-icon{width:1.5rem}.sort-text:hover{cursor:pointer}.hci-white{color:#fff!important}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i5.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3$2.NgbNavContent, selector: "ng-template[ngbNavContent]" }, { kind: "directive", type: i3$2.NgbNav, selector: "[ngbNav]", inputs: ["activeId", "animation", "destroyOnHide", "orientation", "roles", "keyboard"], outputs: ["activeIdChange", "shown", "hidden", "navChange"], exportAs: ["ngbNav"] }, { kind: "directive", type: i3$2.NgbNavItem, selector: "[ngbNavItem]", inputs: ["destroyOnHide", "disabled", "domId", "ngbNavItem"], outputs: ["shown", "hidden"], exportAs: ["ngbNavItem"] }, { kind: "directive", type: i3$2.NgbNavLink, selector: "a[ngbNavLink]" }, { kind: "directive", type: i3$2.NgbNavLinkBase, selector: "[ngbNavLink]" }, { kind: "component", type: i3$2.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { kind: "directive", type: i7.MatButtonToggleGroup, selector: "mat-button-toggle-group", inputs: ["appearance", "name", "vertical", "value", "multiple", "disabled"], outputs: ["valueChange", "change"], exportAs: ["matButtonToggleGroup"] }, { kind: "component", type: i7.MatButtonToggle, selector: "mat-button-toggle", inputs: ["disableRipple", "aria-label", "aria-labelledby", "id", "name", "value", "tabIndex", "appearance", "checked", "disabled"], outputs: ["change"], exportAs: ["matButtonToggle"] }, { kind: "component", type: i8.MatLegacyFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i8.MatLegacyLabel, selector: "mat-label" }, { kind: "directive", type: i8.MatLegacySuffix, selector: "[matSuffix]" }, { kind: "directive", type: i9.MatLegacyInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", exportAs: ["matInput"] }, { kind: "component", type: i10.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i11.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i11.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i11.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "component", type: i12.MatLegacyCheckbox, selector: "mat-checkbox", inputs: ["disableRipple", "color", "tabIndex"], exportAs: ["matCheckbox"] }, { kind: "component", type: i13.MatLegacySelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i14.MatLegacyOption, selector: "mat-option", exportAs: ["matOption"] }] }); }
2777
+ `, isInline: true, styles: ["select{padding:.25em 0 .25em .25em;outline-offset:-1px;border:0;color:#8a9499;font-size:.8rem;background-color:#fff}.search-box{border:none;border-right:.1px solid #5B6266;padding-left:.5rem!important;color:#8a9499;font-size:.8rem}.search-options{border-radius:10px}.search-button{width:30%;height:2rem;background-image:linear-gradient(#6da9c7,#3d7a99);margin:0;color:#fff;border:none}.global-search{align-items:center;width:100%;border-radius:2px;border:.04em solid #727b80}.tab-title-class{display:flex;height:50px;background:#d3d3d3}.tab-pane{width:min-content!important}.search-options.expanded{height:fit-content}.backButton .fa-angle-double-left{color:#fff}.svg-inline--fa fa-angle-double-left{color:#fff}.sort-item{display:flex;color:#000}.sort-icon{width:1.5rem}.sort-text:hover{cursor:pointer}.hci-white{color:#fff!important}\n"], dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i5.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i5.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3$2.NgbNavContent, selector: "ng-template[ngbNavContent]" }, { kind: "directive", type: i3$2.NgbNav, selector: "[ngbNav]", inputs: ["activeId", "animation", "destroyOnHide", "orientation", "roles", "keyboard"], outputs: ["activeIdChange", "shown", "hidden", "navChange"], exportAs: ["ngbNav"] }, { kind: "directive", type: i3$2.NgbNavItem, selector: "[ngbNavItem]", inputs: ["destroyOnHide", "disabled", "domId", "ngbNavItem"], outputs: ["shown", "hidden"], exportAs: ["ngbNavItem"] }, { kind: "directive", type: i3$2.NgbNavLink, selector: "a[ngbNavLink]" }, { kind: "directive", type: i3$2.NgbNavLinkBase, selector: "[ngbNavLink]" }, { kind: "component", type: i3$2.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { kind: "directive", type: i7.MatButtonToggleGroup, selector: "mat-button-toggle-group", inputs: ["appearance", "name", "vertical", "value", "multiple", "disabled"], outputs: ["valueChange", "change"], exportAs: ["matButtonToggleGroup"] }, { kind: "component", type: i7.MatButtonToggle, selector: "mat-button-toggle", inputs: ["disableRipple", "aria-label", "aria-labelledby", "id", "name", "value", "tabIndex", "appearance", "checked", "disabled"], outputs: ["change"], exportAs: ["matButtonToggle"] }, { kind: "component", type: i8.MatLegacyFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i8.MatLegacyLabel, selector: "mat-label" }, { kind: "directive", type: i8.MatLegacySuffix, selector: "[matSuffix]" }, { kind: "directive", type: i9.MatLegacyInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", exportAs: ["matInput"] }, { kind: "component", type: i10.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i11.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i11.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i11.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "component", type: i12.MatLegacyCheckbox, selector: "mat-checkbox", inputs: ["disableRipple", "color", "tabIndex"], exportAs: ["matCheckbox"] }, { kind: "component", type: i13.MatLegacySelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { kind: "component", type: i14.MatLegacyOption, selector: "mat-option", exportAs: ["matOption"] }] }); }
2778
2778
  };
2779
2779
  SearchListControllerComponent = __decorate$3([
2780
2780
  ComponentType("SearchListControllerComponent"),
@@ -2786,14 +2786,14 @@ SearchListControllerComponent = __decorate$3([
2786
2786
  HttpClient,
2787
2787
  ChangeDetectorRef])
2788
2788
  ], SearchListControllerComponent);
2789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SearchListControllerComponent, decorators: [{
2789
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SearchListControllerComponent, decorators: [{
2790
2790
  type: Component,
2791
2791
  args: [{ selector: "hci-search-list-controller", exportAs: "searchListControllerComponent", template: `
2792
2792
  <div id="search-title" class="d-flex flex-column">
2793
2793
  <div *ngIf="showTitle" class="d-flex ps-2">
2794
2794
  <div *ngIf="showBackButton" class="me-auto ms-1 backButton">
2795
2795
  <button (click)="backButtonClicked()">
2796
- <i class="hci-white fas fa-chevron-double-left"></i>
2796
+ <i class="hci-white fas fa-angle-double-left"></i>
2797
2797
  </button>
2798
2798
  </div>
2799
2799
  {{title}}
@@ -2806,7 +2806,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
2806
2806
  <div class="card-header-component">
2807
2807
  <div style="margin-left: auto">
2808
2808
  <button class="card-header-button btn closeable" (click)="toggleShowOptions($event)">
2809
- <i class="fa fa-times" card-header-text></i>
2809
+ <i class="fas fa-times" card-header-text></i>
2810
2810
  </button>
2811
2811
  </div>
2812
2812
  </div>
@@ -3051,11 +3051,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3051
3051
  <div class="sort-icon">
3052
3052
  <div *ngIf="isSort(sortField) && isSortAsc(sortField)"
3053
3053
  [ngClass]="{'sort-arrow':isFirstSort(sortField)}">
3054
- <i class="fas fa fa-arrow-circle-up fa-lg"></i>
3054
+ <i class="fas fa-arrow-circle-up fa-lg"></i>
3055
3055
  </div>
3056
3056
  <div *ngIf="isSort(sortField) && !isSortAsc(sortField)"
3057
3057
  [ngClass]="{'sort-arrow':isFirstSort(sortField)}">
3058
- <i class="fas fa fa-arrow-circle-down fa-lg"></i>
3058
+ <i class="fas fa-arrow-circle-down fa-lg"></i>
3059
3059
  </div>
3060
3060
  </div>
3061
3061
  <div class="sort-text" (click)="setSort($event, sortField)">
@@ -3107,7 +3107,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3107
3107
  {{filter.field}}
3108
3108
  </div>
3109
3109
  <div class="close-icon">
3110
- <i class="fa fa-times-circle fa-xs"></i>
3110
+ <i class="fas fa-times-circle fa-xs"></i>
3111
3111
  </div>
3112
3112
  </div>
3113
3113
  </ng-container>
@@ -3124,7 +3124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3124
3124
  </mat-button-toggle-group>
3125
3125
  </div>
3126
3126
  </div>
3127
- `, styles: ["select{padding:.25em 0 .25em .25em;outline-offset:-1px;border:0;color:#8a9499;font-size:.8rem;background-color:#fff}.search-box{border:none;border-right:.1px solid #5B6266;padding-left:.5rem!important;color:#8a9499;font-size:.8rem}.search-options{border-radius:10px}.search-button{width:30%;height:2rem;background-image:linear-gradient(#6da9c7,#3d7a99);margin:0;color:#fff;border:none}.global-search{align-items:center;width:100%;border-radius:2px;border:.04em solid #727b80}.tab-title-class{display:flex;height:50px;background:#d3d3d3}.tab-pane{width:min-content!important}.search-options.expanded{height:fit-content}.backButton .fa-chevron-double-left{color:#fff}.svg-inline--fa fa-chevron-double-left{color:#fff}.sort-item{display:flex;color:#000}.sort-icon{width:1.5rem}.sort-text:hover{cursor:pointer}.hci-white{color:#fff!important}\n"] }]
3127
+ `, styles: ["select{padding:.25em 0 .25em .25em;outline-offset:-1px;border:0;color:#8a9499;font-size:.8rem;background-color:#fff}.search-box{border:none;border-right:.1px solid #5B6266;padding-left:.5rem!important;color:#8a9499;font-size:.8rem}.search-options{border-radius:10px}.search-button{width:30%;height:2rem;background-image:linear-gradient(#6da9c7,#3d7a99);margin:0;color:#fff;border:none}.global-search{align-items:center;width:100%;border-radius:2px;border:.04em solid #727b80}.tab-title-class{display:flex;height:50px;background:#d3d3d3}.tab-pane{width:min-content!important}.search-options.expanded{height:fit-content}.backButton .fa-angle-double-left{color:#fff}.svg-inline--fa fa-angle-double-left{color:#fff}.sort-item{display:flex;color:#000}.sort-icon{width:1.5rem}.sort-text:hover{cursor:pointer}.hci-white{color:#fff!important}\n"] }]
3128
3128
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ComponentFactoryResolver }, { type: NavigationGlobalService }, { type: NavigationService, decorators: [{
3129
3129
  type: Optional
3130
3130
  }] }, { type: i3$3.HttpClient }, { type: i0.ChangeDetectorRef }], propDecorators: { showTitle: [{
@@ -4210,8 +4210,8 @@ let SearchListComponent = class SearchListComponent extends NavComponent {
4210
4210
  this.searchResultMessage = "";
4211
4211
  }
4212
4212
  }
4213
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SearchListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4214
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: SearchListComponent, selector: "hci-search-list", inputs: { controller: "controller", boundData: ["data", "boundData"], dataSubject: "dataSubject", externalDataCall: ["dataCall", "externalDataCall"], loadingSubjects: "loadingSubjects", loading: "loading", route: "route", inlineExpand: "inlineExpand", rowId: "rowId", groupClass: "groupClass", rowClass: "rowClass", groupDisplay: "groupDisplay", closeOthers: "closeOthers", groupingFields: "groupingFields", groupByAllowedFields: "groupByAllowedFields", pageSize: "pageSize", groupPageSize: "groupPageSize", groupCacheNumPages: "groupCacheNumPages", dropdown: "dropdown", busyIcon: "busyIcon", showResultsCount: "showResultsCount", onGroupClick: "onGroupClick", onRowClick: "onRowClick", groupTemplate: "groupTemplate", groupSelectedTemplate: "groupSelectedTemplate", itemTemplate: "itemTemplate", onGroupClose: "onGroupClose" }, outputs: { groupClick: "groupClick", rowClick: "rowClick", dataChange: "dataChange" }, viewQueries: [{ propertyName: "defaultGroupTemplate", first: true, predicate: ["defaultGroupTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultGroupSelectedTemplate", first: true, predicate: ["defaultGroupSelectedTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "selectedRowGroupContainerSetter", first: true, predicate: ["selectedRowGroupContainer"], descendants: true, read: ElementRef }, { propertyName: "rowParents", predicate: ["rowParent"], descendants: true, read: ElementRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
4213
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SearchListComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4214
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SearchListComponent, selector: "hci-search-list", inputs: { controller: "controller", boundData: ["data", "boundData"], dataSubject: "dataSubject", externalDataCall: ["dataCall", "externalDataCall"], loadingSubjects: "loadingSubjects", loading: "loading", route: "route", inlineExpand: "inlineExpand", rowId: "rowId", groupClass: "groupClass", rowClass: "rowClass", groupDisplay: "groupDisplay", closeOthers: "closeOthers", groupingFields: "groupingFields", groupByAllowedFields: "groupByAllowedFields", pageSize: "pageSize", groupPageSize: "groupPageSize", groupCacheNumPages: "groupCacheNumPages", dropdown: "dropdown", busyIcon: "busyIcon", showResultsCount: "showResultsCount", onGroupClick: "onGroupClick", onRowClick: "onRowClick", groupTemplate: "groupTemplate", groupSelectedTemplate: "groupSelectedTemplate", itemTemplate: "itemTemplate", onGroupClose: "onGroupClose" }, outputs: { groupClick: "groupClick", rowClick: "rowClick", dataChange: "dataChange" }, viewQueries: [{ propertyName: "defaultGroupTemplate", first: true, predicate: ["defaultGroupTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "defaultGroupSelectedTemplate", first: true, predicate: ["defaultGroupSelectedTemplate"], descendants: true, read: TemplateRef, static: true }, { propertyName: "selectedRowGroupContainerSetter", first: true, predicate: ["selectedRowGroupContainer"], descendants: true, read: ElementRef }, { propertyName: "rowParents", predicate: ["rowParent"], descendants: true, read: ElementRef }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
4215
4215
  <div
4216
4216
  class="results-count" [ngClass]="{ 'format-bottom-padding': this.searchResultMessage === '' }">
4217
4217
  {{ this.searchResultMessage }}
@@ -4383,7 +4383,7 @@ SearchListComponent = __decorate$2([
4383
4383
  NavigationService,
4384
4384
  ChangeDetectorRef])
4385
4385
  ], SearchListComponent);
4386
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SearchListComponent, decorators: [{
4386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SearchListComponent, decorators: [{
4387
4387
  type: Component,
4388
4388
  args: [{ selector: "hci-search-list", template: `
4389
4389
  <div
@@ -4748,10 +4748,10 @@ class TopMarginDirective {
4748
4748
  windowResize(event) {
4749
4749
  this.getHeight();
4750
4750
  }
4751
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TopMarginDirective, deps: [{ token: NavigationGlobalService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
4752
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.2", type: TopMarginDirective, selector: "[topMargin]", inputs: { topMargin: "topMargin", topMarginStyle: "topMarginStyle", topMarginDefault: "topMarginDefault", topMarginStyleAppend: "topMarginStyleAppend", topMarginOffset: "topMarginOffset", topMarginTarget: "topMarginTarget" }, host: { listeners: { "window:resize": "windowResize($event)" } }, ngImport: i0 }); }
4751
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TopMarginDirective, deps: [{ token: NavigationGlobalService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
4752
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: TopMarginDirective, selector: "[topMargin]", inputs: { topMargin: "topMargin", topMarginStyle: "topMarginStyle", topMarginDefault: "topMarginDefault", topMarginStyleAppend: "topMarginStyleAppend", topMarginOffset: "topMarginOffset", topMarginTarget: "topMarginTarget" }, host: { listeners: { "window:resize": "windowResize($event)" } }, ngImport: i0 }); }
4753
4753
  }
4754
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: TopMarginDirective, decorators: [{
4754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TopMarginDirective, decorators: [{
4755
4755
  type: Directive,
4756
4756
  args: [{
4757
4757
  selector: "[topMargin]"
@@ -4842,8 +4842,8 @@ class AppHeaderComponent extends NavComponent {
4842
4842
  }
4843
4843
  super.updateConfig(config);
4844
4844
  }
4845
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AppHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4846
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: AppHeaderComponent, selector: "hci-app-header", inputs: { classList: ["class", "classList"], hidden: "hidden", navbarClasses: "navbarClasses" }, host: { properties: { "class": "this.classList" } }, providers: [
4845
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AppHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4846
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: AppHeaderComponent, selector: "hci-app-header", inputs: { classList: ["class", "classList"], hidden: "hidden", navbarClasses: "navbarClasses" }, host: { properties: { "class": "this.classList" } }, providers: [
4847
4847
  NavigationService
4848
4848
  ], viewQueries: [{ propertyName: "leftContainerSetter", first: true, predicate: ["leftContainer"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "rightContainerSetter", first: true, predicate: ["rightContainer"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
4849
4849
  <nav [id]="id + '-nav'"
@@ -4858,7 +4858,7 @@ class AppHeaderComponent extends NavComponent {
4858
4858
  </nav>
4859
4859
  `, isInline: true }); }
4860
4860
  }
4861
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AppHeaderComponent, decorators: [{
4861
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AppHeaderComponent, decorators: [{
4862
4862
  type: Component,
4863
4863
  args: [{
4864
4864
  selector: "hci-app-header",
@@ -4965,8 +4965,8 @@ class AppFooterComponent extends NavComponent {
4965
4965
  }
4966
4966
  super.updateConfig(config);
4967
4967
  }
4968
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AppFooterComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4969
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: AppFooterComponent, selector: "hci-app-footer", inputs: { footerClasses: "footerClasses" }, host: { properties: { "class": "this.classList" } }, providers: [
4968
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AppFooterComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
4969
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: AppFooterComponent, selector: "hci-app-footer", inputs: { footerClasses: "footerClasses" }, host: { properties: { "class": "this.classList" } }, providers: [
4970
4970
  NavigationService
4971
4971
  ], viewQueries: [{ propertyName: "leftContainerSetter", first: true, predicate: ["leftContainer"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "middleContainerSetter", first: true, predicate: ["middleContainer"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "rightContainerSetter", first: true, predicate: ["rightContainer"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
4972
4972
  <div class="hci-app-footer {{ footerClasses ? ' ' + footerClasses : '' }}">
@@ -4982,7 +4982,7 @@ class AppFooterComponent extends NavComponent {
4982
4982
  </div>
4983
4983
  `, isInline: true }); }
4984
4984
  }
4985
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: AppFooterComponent, decorators: [{
4985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: AppFooterComponent, decorators: [{
4986
4986
  type: Component,
4987
4987
  args: [{
4988
4988
  selector: "hci-app-footer",
@@ -5168,8 +5168,8 @@ class SidebarComponent extends NavComponent {
5168
5168
  this.dragging = false;
5169
5169
  }
5170
5170
  }
5171
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SidebarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5172
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: SidebarComponent, selector: "hci-sidebar", inputs: { hidden: "hidden", output: "output", sidebarClasses: "sidebarClasses", showCollapse: "showCollapse", draggable: "draggable", sidebarSplitterWidth: "sidebarSplitterWidth", collapsedSize: "collapsedSize", minWidth: "minWidth", maxWidth: "maxWidth", sidebarSize: "sidebarSize", sidebarFontSize: "sidebarFontSize", sidebarExpanded: "sidebarExpanded" }, outputs: { sidebarSizeChange: "sidebarSizeChange" }, host: { listeners: { "document:mousemove": "mouseMove($event)", "document:mouseup": "mouseUp($event)" } }, providers: [
5171
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SidebarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
5172
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SidebarComponent, selector: "hci-sidebar", inputs: { hidden: "hidden", output: "output", sidebarClasses: "sidebarClasses", showCollapse: "showCollapse", draggable: "draggable", sidebarSplitterWidth: "sidebarSplitterWidth", collapsedSize: "collapsedSize", minWidth: "minWidth", maxWidth: "maxWidth", sidebarSize: "sidebarSize", sidebarFontSize: "sidebarFontSize", sidebarExpanded: "sidebarExpanded" }, outputs: { sidebarSizeChange: "sidebarSizeChange" }, host: { listeners: { "document:mousemove": "mouseMove($event)", "document:mouseup": "mouseUp($event)" } }, providers: [
5173
5173
  NavigationService
5174
5174
  ], viewQueries: [{ propertyName: "topContainerSetter", first: true, predicate: ["topContainer"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `
5175
5175
  <div
@@ -5202,7 +5202,7 @@ class SidebarComponent extends NavComponent {
5202
5202
  </div>
5203
5203
  `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] }); }
5204
5204
  }
5205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SidebarComponent, decorators: [{
5205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SidebarComponent, decorators: [{
5206
5206
  type: Component,
5207
5207
  args: [{
5208
5208
  selector: "hci-sidebar",
@@ -5306,8 +5306,8 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5306
5306
  this.hideElements = config.hideElements;
5307
5307
  }
5308
5308
  }
5309
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SearchTreeControllerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5310
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: SearchTreeControllerComponent, selector: "hci-search-tree-controller", inputs: { buttonTemplate: "buttonTemplate", hideElements: "hideElements" }, exportAs: ["searchTreeControllerComponent"], usesInheritance: true, ngImport: i0, template: `
5309
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SearchTreeControllerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5310
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SearchTreeControllerComponent, selector: "hci-search-tree-controller", inputs: { buttonTemplate: "buttonTemplate", hideElements: "hideElements" }, exportAs: ["searchTreeControllerComponent"], usesInheritance: true, ngImport: i0, template: `
5311
5311
  <div *ngIf="!hideElements" id="search-title" class="d-flex flex-column">
5312
5312
  <div *ngIf="showTitle" class="d-flex">
5313
5313
  {{title}}
@@ -5345,10 +5345,10 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5345
5345
  <div class="d-flex m-2" style="align-items: center;" (click)="setSort($event, sortField)">
5346
5346
  <div style="width: 1.5rem;">
5347
5347
  <div *ngIf="isSort(sortField) && isSortAsc(sortField)" [style.color]="isFirstSort(sortField) ? 'green' : 'inherit'">
5348
- <i class="fas fa fa-arrow-circle-up fa-lg"></i>
5348
+ <i class="fas fa-arrow-circle-up fa-lg"></i>
5349
5349
  </div>
5350
5350
  <div *ngIf="isSort(sortField) && !isSortAsc(sortField)" [style.color]="isFirstSort(sortField) ? 'green' : 'inherit'">
5351
- <i class="fas fa fa-arrow-circle-down fa-lg"></i>
5351
+ <i class="fas fa-arrow-circle-down fa-lg"></i>
5352
5352
  </div>
5353
5353
  </div>
5354
5354
  {{getFieldDisplay(sortField)}}
@@ -5364,7 +5364,7 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5364
5364
  <div class="d-flex mb-1 global-search" style="align-items: center;">
5365
5365
  <input [ngModel]="globalSearch" (keyup)="doGlobalSearch($event)" class="ms-2" placeholder="Search"/>
5366
5366
  <div class="ms-1 me-1">
5367
- <i class="fal fa-search"></i>
5367
+ <i class="fas fa-search"></i>
5368
5368
  </div>
5369
5369
  </div>
5370
5370
  <div class="d-flex p-1 x-auto" *ngIf="hasValidFilters()">
@@ -5376,7 +5376,7 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5376
5376
  {{filter.field}}
5377
5377
  </div>
5378
5378
  <div class="close-icon">
5379
- <i class="fa fa-times-circle fa-xs"></i>
5379
+ <i class="fas fa-times-circle fa-xs"></i>
5380
5380
  </div>
5381
5381
  </div>
5382
5382
  </ng-container>
@@ -5403,7 +5403,7 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5403
5403
  SearchTreeControllerComponent = __decorate$1([
5404
5404
  ComponentType("SearchTreeControllerComponent")
5405
5405
  ], SearchTreeControllerComponent);
5406
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SearchTreeControllerComponent, decorators: [{
5406
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SearchTreeControllerComponent, decorators: [{
5407
5407
  type: Component,
5408
5408
  args: [{ selector: "hci-search-tree-controller", exportAs: "searchTreeControllerComponent", template: `
5409
5409
  <div *ngIf="!hideElements" id="search-title" class="d-flex flex-column">
@@ -5443,10 +5443,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
5443
5443
  <div class="d-flex m-2" style="align-items: center;" (click)="setSort($event, sortField)">
5444
5444
  <div style="width: 1.5rem;">
5445
5445
  <div *ngIf="isSort(sortField) && isSortAsc(sortField)" [style.color]="isFirstSort(sortField) ? 'green' : 'inherit'">
5446
- <i class="fas fa fa-arrow-circle-up fa-lg"></i>
5446
+ <i class="fas fa-arrow-circle-up fa-lg"></i>
5447
5447
  </div>
5448
5448
  <div *ngIf="isSort(sortField) && !isSortAsc(sortField)" [style.color]="isFirstSort(sortField) ? 'green' : 'inherit'">
5449
- <i class="fas fa fa-arrow-circle-down fa-lg"></i>
5449
+ <i class="fas fa-arrow-circle-down fa-lg"></i>
5450
5450
  </div>
5451
5451
  </div>
5452
5452
  {{getFieldDisplay(sortField)}}
@@ -5462,7 +5462,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
5462
5462
  <div class="d-flex mb-1 global-search" style="align-items: center;">
5463
5463
  <input [ngModel]="globalSearch" (keyup)="doGlobalSearch($event)" class="ms-2" placeholder="Search"/>
5464
5464
  <div class="ms-1 me-1">
5465
- <i class="fal fa-search"></i>
5465
+ <i class="fas fa-search"></i>
5466
5466
  </div>
5467
5467
  </div>
5468
5468
  <div class="d-flex p-1 x-auto" *ngIf="hasValidFilters()">
@@ -5474,7 +5474,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
5474
5474
  {{filter.field}}
5475
5475
  </div>
5476
5476
  <div class="close-icon">
5477
- <i class="fa fa-times-circle fa-xs"></i>
5477
+ <i class="fas fa-times-circle fa-xs"></i>
5478
5478
  </div>
5479
5479
  </div>
5480
5480
  </ng-container>
@@ -6018,8 +6018,8 @@ let SearchTreeComponent = class SearchTreeComponent extends NavComponent {
6018
6018
  }
6019
6019
  });
6020
6020
  }
6021
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SearchTreeComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6022
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: SearchTreeComponent, selector: "hci-search-tree", inputs: { controller: "controller", boundData: ["data", "boundData"], dataSubject: "dataSubject", externalDataCall: ["dataCall", "externalDataCall"], searchTreeOptions: "searchTreeOptions", itemTemplate: "itemTemplate", loadingSubjects: "loadingSubjects", loading: "loading", route: "route", pageSize: "pageSize", dropdown: "dropdown", busyIcon: "busyIcon", expandTreeNodeIDs: "expandTreeNodeIDs", onClick: "onClick", onNodeMoved: "onNodeMoved", onDataUpdate: "onDataUpdate", sortChildren: "sortChildren" }, outputs: { nodeSelected: "nodeSelected", dataChange: "dataChange" }, viewQueries: [{ propertyName: "treeComponent", first: true, predicate: ["searchTreeControl"], descendants: true }, { propertyName: "defaultTemplate", first: true, predicate: ["defaultTemplate"], descendants: true, read: TemplateRef, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
6021
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SearchTreeComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ComponentFactoryResolver }, { token: NavigationGlobalService }, { token: NavigationService, optional: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
6022
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SearchTreeComponent, selector: "hci-search-tree", inputs: { controller: "controller", boundData: ["data", "boundData"], dataSubject: "dataSubject", externalDataCall: ["dataCall", "externalDataCall"], searchTreeOptions: "searchTreeOptions", itemTemplate: "itemTemplate", loadingSubjects: "loadingSubjects", loading: "loading", route: "route", pageSize: "pageSize", dropdown: "dropdown", busyIcon: "busyIcon", expandTreeNodeIDs: "expandTreeNodeIDs", onClick: "onClick", onNodeMoved: "onNodeMoved", onDataUpdate: "onDataUpdate", sortChildren: "sortChildren" }, outputs: { nodeSelected: "nodeSelected", dataChange: "dataChange" }, viewQueries: [{ propertyName: "treeComponent", first: true, predicate: ["searchTreeControl"], descendants: true }, { propertyName: "defaultTemplate", first: true, predicate: ["defaultTemplate"], descendants: true, read: TemplateRef, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
6023
6023
  <div class="d-flex scrollable treeBox">
6024
6024
  <div class="d-flex flex-column treeBox">
6025
6025
  <hci-busy [busySubjects]="loadingSubjects" parentSelector=".scrollable" [icon]="busyIcon"></hci-busy>
@@ -6057,7 +6057,7 @@ SearchTreeComponent = __decorate([
6057
6057
  NavigationService,
6058
6058
  ChangeDetectorRef])
6059
6059
  ], SearchTreeComponent);
6060
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SearchTreeComponent, decorators: [{
6060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SearchTreeComponent, decorators: [{
6061
6061
  type: Component,
6062
6062
  args: [{ selector: "hci-search-tree", template: `
6063
6063
  <div class="d-flex scrollable treeBox">
@@ -6157,8 +6157,8 @@ class NavigationModule {
6157
6157
  ngModule: NavigationModule
6158
6158
  };
6159
6159
  }
6160
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6161
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: NavigationModule, declarations: [NavComponent,
6160
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6161
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: NavigationModule, declarations: [NavComponent,
6162
6162
  AppHeaderComponent,
6163
6163
  AppFooterComponent,
6164
6164
  SidebarComponent,
@@ -6204,7 +6204,7 @@ class NavigationModule {
6204
6204
  SearchTreeControllerComponent,
6205
6205
  SearchTreeComponent,
6206
6206
  TopMarginDirective] }); }
6207
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationModule, providers: [
6207
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationModule, providers: [
6208
6208
  MatDatepickerModule,
6209
6209
  ], imports: [CommonModule,
6210
6210
  FormsModule,
@@ -6222,7 +6222,7 @@ class NavigationModule {
6222
6222
  TreeModule,
6223
6223
  NgbNavModule] }); }
6224
6224
  }
6225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: NavigationModule, decorators: [{
6225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: NavigationModule, decorators: [{
6226
6226
  type: NgModule,
6227
6227
  args: [{
6228
6228
  imports: [