@huntsman-cancer-institute/navigation 17.0.4 → 17.0.6

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.
@@ -1429,7 +1429,7 @@ let BrandNavComponent = class BrandNavComponent extends NavComponent {
1429
1429
  constructor(elementRef, renderer, resolver, navigationService, changeDetectorRef) {
1430
1430
  super(elementRef, renderer, resolver, navigationService, changeDetectorRef);
1431
1431
  this.queryParamsHandling = "merge";
1432
- this.aClass = "navbar-brand mr-0 mr-md-2";
1432
+ this.aClass = "navbar-brand me-0 me-md-2";
1433
1433
  this.spanClass = "d-none d-md-flex";
1434
1434
  this.imgRight = false;
1435
1435
  this.aClick = (() => { });
@@ -2440,14 +2440,14 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2440
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
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: `
2442
2442
  <div id="search-title" class="d-flex flex-column">
2443
- <div *ngIf="showTitle" class="d-flex pl-2">
2444
- <div *ngIf="showBackButton" class="mr-auto ml-1 backButton">
2443
+ <div *ngIf="showTitle" class="d-flex ps-2">
2444
+ <div *ngIf="showBackButton" class="me-auto ms-1 backButton">
2445
2445
  <button (click)="backButtonClicked()">
2446
2446
  <i class="hci-white fas fa-chevron-double-left"></i>
2447
2447
  </button>
2448
2448
  </div>
2449
2449
  {{title}}
2450
- <div class="ml-auto mr-2" (click)="toggleShowOptions($event)">
2450
+ <div class="ms-auto me-2" (click)="toggleShowOptions($event)">
2451
2451
  <i class="fas fa-cog"></i>
2452
2452
  </div>
2453
2453
  <div class="search-options" [class.expanded]="showOptions">
@@ -2744,7 +2744,7 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2744
2744
  {{searchType}}
2745
2745
  </option>
2746
2746
  </select>
2747
- <button class="pl-1 pr-1 search-button" (click)="searchButtonClicked()">
2747
+ <button class="ps-1 pe-1 search-button" (click)="searchButtonClicked()">
2748
2748
  <i class="fas fa-search"></i>
2749
2749
  </button>
2750
2750
  </div>
@@ -2753,7 +2753,7 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2753
2753
  <ng-container *ngFor="let filter of filters">
2754
2754
  <ng-container *ngIf="filter.valid">
2755
2755
  <div (click)="clearFilter(filter)" class="d-flex pill">
2756
- <div class="mr-2">
2756
+ <div class="me-2">
2757
2757
  {{filter.field}}
2758
2758
  </div>
2759
2759
  <div class="close-icon">
@@ -2790,14 +2790,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
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
- <div *ngIf="showTitle" class="d-flex pl-2">
2794
- <div *ngIf="showBackButton" class="mr-auto ml-1 backButton">
2793
+ <div *ngIf="showTitle" class="d-flex ps-2">
2794
+ <div *ngIf="showBackButton" class="me-auto ms-1 backButton">
2795
2795
  <button (click)="backButtonClicked()">
2796
2796
  <i class="hci-white fas fa-chevron-double-left"></i>
2797
2797
  </button>
2798
2798
  </div>
2799
2799
  {{title}}
2800
- <div class="ml-auto mr-2" (click)="toggleShowOptions($event)">
2800
+ <div class="ms-auto me-2" (click)="toggleShowOptions($event)">
2801
2801
  <i class="fas fa-cog"></i>
2802
2802
  </div>
2803
2803
  <div class="search-options" [class.expanded]="showOptions">
@@ -3094,7 +3094,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3094
3094
  {{searchType}}
3095
3095
  </option>
3096
3096
  </select>
3097
- <button class="pl-1 pr-1 search-button" (click)="searchButtonClicked()">
3097
+ <button class="ps-1 pe-1 search-button" (click)="searchButtonClicked()">
3098
3098
  <i class="fas fa-search"></i>
3099
3099
  </button>
3100
3100
  </div>
@@ -3103,7 +3103,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3103
3103
  <ng-container *ngFor="let filter of filters">
3104
3104
  <ng-container *ngIf="filter.valid">
3105
3105
  <div (click)="clearFilter(filter)" class="d-flex pill">
3106
- <div class="mr-2">
3106
+ <div class="me-2">
3107
3107
  {{filter.field}}
3108
3108
  </div>
3109
3109
  <div class="close-icon">
@@ -4220,7 +4220,7 @@ let SearchListComponent = class SearchListComponent extends NavComponent {
4220
4220
  <div class="d-flex scrollable">
4221
4221
  <div id="no-results-found"></div>
4222
4222
  <div id="search-title" class="d-flex flex-column">
4223
- <div class="d-flex pl-3">
4223
+ <div class="d-flex ps-3">
4224
4224
  </div>
4225
4225
  </div>
4226
4226
  <div id="result-list">
@@ -4328,7 +4328,7 @@ let SearchListComponent = class SearchListComponent extends NavComponent {
4328
4328
  </div>
4329
4329
  </div>
4330
4330
  <!-- Paging footer -->
4331
- <div *ngIf="paging.pageSize > 0" class="d-flex flex-shrink-0 paging-footer justify-content-between pl-3 pr-3"
4331
+ <div *ngIf="paging.pageSize > 0" class="d-flex flex-shrink-0 paging-footer justify-content-between ps-3 pe-3"
4332
4332
  style="min-height: 1rem; align-items: center;">
4333
4333
  <ng-container *ngIf="!selectedRowGroup">
4334
4334
  <div (click)="doPageFirst()" class="d-flex mt-1 mb-1" [class.disabled]="paging.page === 0"><i
@@ -4347,15 +4347,15 @@ let SearchListComponent = class SearchListComponent extends NavComponent {
4347
4347
 
4348
4348
  <!-- Default template for a group -->
4349
4349
  <ng-template #defaultGroupTemplate let-rowGroup="rowGroup">
4350
- <div class="d-flex flex-grow-1 pl-2" style="align-items: center;">
4351
- <div class="font-weight-bold mr-auto">{{getGroupDisplay(rowGroup)}}</div>
4352
- <ng-container class="d-flex mr-1" style="align-items: center;">
4350
+ <div class="d-flex flex-grow-1 ps-2" style="align-items: center;">
4351
+ <div class="font-weight-bold me-auto">{{getGroupDisplay(rowGroup)}}</div>
4352
+ <ng-container class="d-flex me-1" style="align-items: center;">
4353
4353
  <div *ngIf="rowGroup.rgExpanded === true; else plusTemplate">
4354
- <i class="fas fa-minus fa-sm mr-1"></i>
4354
+ <i class="fas fa-minus fa-sm me-1"></i>
4355
4355
  </div>
4356
4356
  <ng-template #plusTemplate>
4357
4357
  <div>
4358
- <i class="fas fa-plus fa-sm mr-1"></i>
4358
+ <i class="fas fa-plus fa-sm me-1"></i>
4359
4359
  </div>
4360
4360
  </ng-template>
4361
4361
  ({{rowGroup.rgCount}})
@@ -4365,11 +4365,11 @@ let SearchListComponent = class SearchListComponent extends NavComponent {
4365
4365
 
4366
4366
  <!-- Default template for an individual selected group -->
4367
4367
  <ng-template #defaultGroupSelectedTemplate let-rowGroup="rowGroup">
4368
- <div class="d-flex flex-grow-1 pl-2" style="align-items: center;">
4369
- <div class="mr-3">
4368
+ <div class="d-flex flex-grow-1 ps-2" style="align-items: center;">
4369
+ <div class="me-3">
4370
4370
  <i class="fas fa-level-up-alt" data-fa-transform="flip-h"></i>
4371
4371
  </div>
4372
- <div class="font-weight-bold mr-auto">{{getGroupDisplay(rowGroup)}}</div>
4372
+ <div class="font-weight-bold me-auto">{{getGroupDisplay(rowGroup)}}</div>
4373
4373
  </div>
4374
4374
  </ng-template>
4375
4375
  `, isInline: true, styles: [".results-count{background-color:var(--greywarm-meddark);color:#fff;font-size:17.3px;padding-left:18px}.format-bottom-padding{padding-bottom:25px}:host::ng-deep div[id^=row-]:nth-child(2n){background-color:var(--white-medium)!important}:host::ng-deep div[id^=row-]{border:0!important}:host::ng-deep div.row-parent.active{color:#fff!important;background-color:var(--bluewarmvivid-lightest)!important}:host::ng-deep .ri-sidebar-cell{background-color:transparent!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: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { 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"] }, { kind: "component", type: i5$1.BusyComponent, selector: "hci-busy", inputs: ["busy", "busySubjects", "getBusySubjects", "parentSelector", "rootClass", "icon", "iconSize", "showIcon", "mxAuto", "myAuto", "text", "template", "config"] }] }); }
@@ -4394,7 +4394,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4394
4394
  <div class="d-flex scrollable">
4395
4395
  <div id="no-results-found"></div>
4396
4396
  <div id="search-title" class="d-flex flex-column">
4397
- <div class="d-flex pl-3">
4397
+ <div class="d-flex ps-3">
4398
4398
  </div>
4399
4399
  </div>
4400
4400
  <div id="result-list">
@@ -4502,7 +4502,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4502
4502
  </div>
4503
4503
  </div>
4504
4504
  <!-- Paging footer -->
4505
- <div *ngIf="paging.pageSize > 0" class="d-flex flex-shrink-0 paging-footer justify-content-between pl-3 pr-3"
4505
+ <div *ngIf="paging.pageSize > 0" class="d-flex flex-shrink-0 paging-footer justify-content-between ps-3 pe-3"
4506
4506
  style="min-height: 1rem; align-items: center;">
4507
4507
  <ng-container *ngIf="!selectedRowGroup">
4508
4508
  <div (click)="doPageFirst()" class="d-flex mt-1 mb-1" [class.disabled]="paging.page === 0"><i
@@ -4521,15 +4521,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4521
4521
 
4522
4522
  <!-- Default template for a group -->
4523
4523
  <ng-template #defaultGroupTemplate let-rowGroup="rowGroup">
4524
- <div class="d-flex flex-grow-1 pl-2" style="align-items: center;">
4525
- <div class="font-weight-bold mr-auto">{{getGroupDisplay(rowGroup)}}</div>
4526
- <ng-container class="d-flex mr-1" style="align-items: center;">
4524
+ <div class="d-flex flex-grow-1 ps-2" style="align-items: center;">
4525
+ <div class="font-weight-bold me-auto">{{getGroupDisplay(rowGroup)}}</div>
4526
+ <ng-container class="d-flex me-1" style="align-items: center;">
4527
4527
  <div *ngIf="rowGroup.rgExpanded === true; else plusTemplate">
4528
- <i class="fas fa-minus fa-sm mr-1"></i>
4528
+ <i class="fas fa-minus fa-sm me-1"></i>
4529
4529
  </div>
4530
4530
  <ng-template #plusTemplate>
4531
4531
  <div>
4532
- <i class="fas fa-plus fa-sm mr-1"></i>
4532
+ <i class="fas fa-plus fa-sm me-1"></i>
4533
4533
  </div>
4534
4534
  </ng-template>
4535
4535
  ({{rowGroup.rgCount}})
@@ -4539,11 +4539,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4539
4539
 
4540
4540
  <!-- Default template for an individual selected group -->
4541
4541
  <ng-template #defaultGroupSelectedTemplate let-rowGroup="rowGroup">
4542
- <div class="d-flex flex-grow-1 pl-2" style="align-items: center;">
4543
- <div class="mr-3">
4542
+ <div class="d-flex flex-grow-1 ps-2" style="align-items: center;">
4543
+ <div class="me-3">
4544
4544
  <i class="fas fa-level-up-alt" data-fa-transform="flip-h"></i>
4545
4545
  </div>
4546
- <div class="font-weight-bold mr-auto">{{getGroupDisplay(rowGroup)}}</div>
4546
+ <div class="font-weight-bold me-auto">{{getGroupDisplay(rowGroup)}}</div>
4547
4547
  </div>
4548
4548
  </ng-template>
4549
4549
  `, styles: [".results-count{background-color:var(--greywarm-meddark);color:#fff;font-size:17.3px;padding-left:18px}.format-bottom-padding{padding-bottom:25px}:host::ng-deep div[id^=row-]:nth-child(2n){background-color:var(--white-medium)!important}:host::ng-deep div[id^=row-]{border:0!important}:host::ng-deep div.row-parent.active{color:#fff!important;background-color:var(--bluewarmvivid-lightest)!important}:host::ng-deep .ri-sidebar-cell{background-color:transparent!important}\n"] }]
@@ -4849,7 +4849,7 @@ class AppHeaderComponent extends NavComponent {
4849
4849
  <nav [id]="id + '-nav'"
4850
4850
  class="navbar navbar-expand-md navbar-dark {{ navbarClasses ? ' ' + navbarClasses : '' }}"
4851
4851
  [style.display]="hidden ? 'none' : 'flex'">
4852
- <div id="leftHeaderContainer" class="mr-auto left-header">
4852
+ <div id="leftHeaderContainer" class="me-auto left-header">
4853
4853
  <ng-container #leftContainer></ng-container>
4854
4854
  </div>
4855
4855
  <div id="rightHeaderContainer" class="d-none d-md-flex right-header">
@@ -4866,7 +4866,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4866
4866
  <nav [id]="id + '-nav'"
4867
4867
  class="navbar navbar-expand-md navbar-dark {{ navbarClasses ? ' ' + navbarClasses : '' }}"
4868
4868
  [style.display]="hidden ? 'none' : 'flex'">
4869
- <div id="leftHeaderContainer" class="mr-auto left-header">
4869
+ <div id="leftHeaderContainer" class="me-auto left-header">
4870
4870
  <ng-container #leftContainer></ng-container>
4871
4871
  </div>
4872
4872
  <div id="rightHeaderContainer" class="d-none d-md-flex right-header">
@@ -4970,13 +4970,13 @@ class AppFooterComponent extends NavComponent {
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 : '' }}">
4973
- <div id="footer-left-container" class="ml-3">
4973
+ <div id="footer-left-container" class="ms-3">
4974
4974
  <ng-container #leftContainer></ng-container>
4975
4975
  </div>
4976
- <div id="footer-middle-container" class="ml-auto mr-auto">
4976
+ <div id="footer-middle-container" class="ms-auto me-auto">
4977
4977
  <ng-container #middleContainer></ng-container>
4978
4978
  </div>
4979
- <div id="footer-right-container" class="mr-3">
4979
+ <div id="footer-right-container" class="me-3">
4980
4980
  <ng-container #rightContainer></ng-container>
4981
4981
  </div>
4982
4982
  </div>
@@ -4988,13 +4988,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
4988
4988
  selector: "hci-app-footer",
4989
4989
  template: `
4990
4990
  <div class="hci-app-footer {{ footerClasses ? ' ' + footerClasses : '' }}">
4991
- <div id="footer-left-container" class="ml-3">
4991
+ <div id="footer-left-container" class="ms-3">
4992
4992
  <ng-container #leftContainer></ng-container>
4993
4993
  </div>
4994
- <div id="footer-middle-container" class="ml-auto mr-auto">
4994
+ <div id="footer-middle-container" class="ms-auto me-auto">
4995
4995
  <ng-container #middleContainer></ng-container>
4996
4996
  </div>
4997
- <div id="footer-right-container" class="mr-3">
4997
+ <div id="footer-right-container" class="me-3">
4998
4998
  <ng-container #rightContainer></ng-container>
4999
4999
  </div>
5000
5000
  </div>
@@ -5309,9 +5309,9 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5309
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
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: `
5311
5311
  <div *ngIf="!hideElements" id="search-title" class="d-flex flex-column">
5312
- <div *ngIf="showTitle" class="d-flex pl-2">
5312
+ <div *ngIf="showTitle" class="d-flex">
5313
5313
  {{title}}
5314
- <div class="d-flex flex-row ml-auto mr-2">
5314
+ <div class="d-flex flex-row ms-auto">
5315
5315
  <div *ngIf="buttonTemplate"><ng-container *ngTemplateOutlet="buttonTemplate"></ng-container></div>
5316
5316
  <a (click)="toggleShowOptions($event)"><i class="fas fa-cog"></i></a>
5317
5317
  </div>
@@ -5331,8 +5331,8 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5331
5331
  </div>
5332
5332
  </ng-container>
5333
5333
  <div class="d-flex flex-grow-1 m-1">
5334
- <button (click)="applyFilters()" class="ml-auto mr-1"><i class="fas fa-check-circle"></i></button>
5335
- <button (click)="setupFilters(true)" class="mr-0"><i class="fas fa-times-circle"></i></button>
5334
+ <button (click)="applyFilters()" class="ms-auto me-1"><i class="fas fa-check-circle"></i></button>
5335
+ <button (click)="setupFilters(true)" class="me-0"><i class="fas fa-times-circle"></i></button>
5336
5336
  </div>
5337
5337
  </div>
5338
5338
  </ng-template>
@@ -5362,8 +5362,8 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5362
5362
  </div>
5363
5363
  </div>
5364
5364
  <div class="d-flex mb-1 global-search" style="align-items: center;">
5365
- <input [ngModel]="globalSearch" (keyup)="doGlobalSearch($event)" class="ml-2" placeholder="Search"/>
5366
- <div class="ml-1 mr-1">
5365
+ <input [ngModel]="globalSearch" (keyup)="doGlobalSearch($event)" class="ms-2" placeholder="Search"/>
5366
+ <div class="ms-1 me-1">
5367
5367
  <i class="fal fa-search"></i>
5368
5368
  </div>
5369
5369
  </div>
@@ -5372,7 +5372,7 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5372
5372
  <ng-container *ngFor="let filter of filters">
5373
5373
  <ng-container *ngIf="filter.valid">
5374
5374
  <div (click)="clearFilter(filter)" class="d-flex pill">
5375
- <div class="mr-2">
5375
+ <div class="me-2">
5376
5376
  {{filter.field}}
5377
5377
  </div>
5378
5378
  <div class="close-icon">
@@ -5393,7 +5393,7 @@ let SearchTreeControllerComponent = class SearchTreeControllerComponent extends
5393
5393
  </div>
5394
5394
  <div *ngIf="hideElements" class="sidebar-container">
5395
5395
  <div id="search-title" class="d-flex flex-column pt-1">
5396
- <div *ngIf="showTitle" class="d-flex pl-3">
5396
+ <div *ngIf="showTitle" class="d-flex ps-3">
5397
5397
  {{title}}
5398
5398
  </div>
5399
5399
  </div>
@@ -5407,9 +5407,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
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">
5410
- <div *ngIf="showTitle" class="d-flex pl-2">
5410
+ <div *ngIf="showTitle" class="d-flex">
5411
5411
  {{title}}
5412
- <div class="d-flex flex-row ml-auto mr-2">
5412
+ <div class="d-flex flex-row ms-auto">
5413
5413
  <div *ngIf="buttonTemplate"><ng-container *ngTemplateOutlet="buttonTemplate"></ng-container></div>
5414
5414
  <a (click)="toggleShowOptions($event)"><i class="fas fa-cog"></i></a>
5415
5415
  </div>
@@ -5429,8 +5429,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
5429
5429
  </div>
5430
5430
  </ng-container>
5431
5431
  <div class="d-flex flex-grow-1 m-1">
5432
- <button (click)="applyFilters()" class="ml-auto mr-1"><i class="fas fa-check-circle"></i></button>
5433
- <button (click)="setupFilters(true)" class="mr-0"><i class="fas fa-times-circle"></i></button>
5432
+ <button (click)="applyFilters()" class="ms-auto me-1"><i class="fas fa-check-circle"></i></button>
5433
+ <button (click)="setupFilters(true)" class="me-0"><i class="fas fa-times-circle"></i></button>
5434
5434
  </div>
5435
5435
  </div>
5436
5436
  </ng-template>
@@ -5460,8 +5460,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
5460
5460
  </div>
5461
5461
  </div>
5462
5462
  <div class="d-flex mb-1 global-search" style="align-items: center;">
5463
- <input [ngModel]="globalSearch" (keyup)="doGlobalSearch($event)" class="ml-2" placeholder="Search"/>
5464
- <div class="ml-1 mr-1">
5463
+ <input [ngModel]="globalSearch" (keyup)="doGlobalSearch($event)" class="ms-2" placeholder="Search"/>
5464
+ <div class="ms-1 me-1">
5465
5465
  <i class="fal fa-search"></i>
5466
5466
  </div>
5467
5467
  </div>
@@ -5470,7 +5470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
5470
5470
  <ng-container *ngFor="let filter of filters">
5471
5471
  <ng-container *ngIf="filter.valid">
5472
5472
  <div (click)="clearFilter(filter)" class="d-flex pill">
5473
- <div class="mr-2">
5473
+ <div class="me-2">
5474
5474
  {{filter.field}}
5475
5475
  </div>
5476
5476
  <div class="close-icon">
@@ -5491,7 +5491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
5491
5491
  </div>
5492
5492
  <div *ngIf="hideElements" class="sidebar-container">
5493
5493
  <div id="search-title" class="d-flex flex-column pt-1">
5494
- <div *ngIf="showTitle" class="d-flex pl-3">
5494
+ <div *ngIf="showTitle" class="d-flex ps-3">
5495
5495
  {{title}}
5496
5496
  </div>
5497
5497
  </div>
@@ -6033,7 +6033,7 @@ let SearchTreeComponent = class SearchTreeComponent extends NavComponent {
6033
6033
  </div>
6034
6034
 
6035
6035
  <!-- Paging footer -->
6036
- <div *ngIf="paging.pageSize > 0" class="d-flex flex-shrink-0 paging-footer justify-content-between pl-3 pr-3" style="min-height: 1rem; align-items: center;">
6036
+ <div *ngIf="paging.pageSize > 0" class="d-flex flex-shrink-0 paging-footer justify-content-between ps-3 pe-3" style="min-height: 1rem; align-items: center;">
6037
6037
  <ng-container *ngIf="!selectedRowGroup">
6038
6038
  <div (click)="doPageFirst()" class="d-flex mt-1 mb-1" [class.disabled]="paging.page === 0"><i class="fas fa-fast-backward fa-xs"></i></div>
6039
6039
  <div (click)="doPagePrevious()" class="d-flex mt-1 mb-1" [class.disabled]="paging.page === 0"><i class="fas fa-backward fa-xs"></i></div>
@@ -6073,7 +6073,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
6073
6073
  </div>
6074
6074
 
6075
6075
  <!-- Paging footer -->
6076
- <div *ngIf="paging.pageSize > 0" class="d-flex flex-shrink-0 paging-footer justify-content-between pl-3 pr-3" style="min-height: 1rem; align-items: center;">
6076
+ <div *ngIf="paging.pageSize > 0" class="d-flex flex-shrink-0 paging-footer justify-content-between ps-3 pe-3" style="min-height: 1rem; align-items: center;">
6077
6077
  <ng-container *ngIf="!selectedRowGroup">
6078
6078
  <div (click)="doPageFirst()" class="d-flex mt-1 mb-1" [class.disabled]="paging.page === 0"><i class="fas fa-fast-backward fa-xs"></i></div>
6079
6079
  <div (click)="doPagePrevious()" class="d-flex mt-1 mb-1" [class.disabled]="paging.page === 0"><i class="fas fa-backward fa-xs"></i></div>