@hmcts/rpx-xui-common-lib 1.6.10 → 1.7.0-ao-rectification

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.
Files changed (44) hide show
  1. package/bundles/hmcts-rpx-xui-common-lib.umd.js +216 -44
  2. package/bundles/hmcts-rpx-xui-common-lib.umd.js.map +1 -1
  3. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js +1 -1
  4. package/bundles/hmcts-rpx-xui-common-lib.umd.min.js.map +1 -1
  5. package/esm2015/hmcts-rpx-xui-common-lib.js +28 -27
  6. package/esm2015/lib/components/find-location/find-location.component.js +5 -5
  7. package/esm2015/lib/components/generic-filter/generic-filter.component.js +2 -2
  8. package/esm2015/lib/components/index.js +2 -2
  9. package/esm2015/lib/components/pagination-v1/pagination.component.js +130 -0
  10. package/esm2015/lib/components/public_api.js +2 -1
  11. package/esm2015/lib/components/search-location/search-location.component.js +6 -6
  12. package/esm2015/lib/components/user-list/user-list.component.js +57 -2
  13. package/esm2015/lib/exui-common-lib.module.js +12 -6
  14. package/esm2015/lib/models/filter.model.js +1 -3
  15. package/esm2015/lib/models/index.js +2 -1
  16. package/esm2015/lib/models/pagination.model.js +16 -0
  17. package/esm2015/public-api.js +2 -2
  18. package/esm5/hmcts-rpx-xui-common-lib.js +28 -27
  19. package/esm5/lib/components/find-location/find-location.component.js +5 -5
  20. package/esm5/lib/components/generic-filter/generic-filter.component.js +2 -2
  21. package/esm5/lib/components/index.js +2 -2
  22. package/esm5/lib/components/pagination-v1/pagination.component.js +144 -0
  23. package/esm5/lib/components/public_api.js +2 -1
  24. package/esm5/lib/components/search-location/search-location.component.js +6 -6
  25. package/esm5/lib/components/user-list/user-list.component.js +73 -2
  26. package/esm5/lib/exui-common-lib.module.js +13 -6
  27. package/esm5/lib/models/filter.model.js +1 -3
  28. package/esm5/lib/models/index.js +2 -1
  29. package/esm5/lib/models/pagination.model.js +16 -0
  30. package/esm5/public-api.js +2 -2
  31. package/fesm2015/hmcts-rpx-xui-common-lib.js +170 -16
  32. package/fesm2015/hmcts-rpx-xui-common-lib.js.map +1 -1
  33. package/fesm5/hmcts-rpx-xui-common-lib.js +200 -16
  34. package/fesm5/hmcts-rpx-xui-common-lib.js.map +1 -1
  35. package/hmcts-rpx-xui-common-lib.d.ts +26 -25
  36. package/hmcts-rpx-xui-common-lib.metadata.json +1 -1
  37. package/lib/components/find-location/find-location.component.d.ts +1 -1
  38. package/lib/components/pagination-v1/pagination.component.d.ts +19 -0
  39. package/lib/components/public_api.d.ts +1 -0
  40. package/lib/components/user-list/user-list.component.d.ts +8 -0
  41. package/lib/models/filter.model.d.ts +0 -1
  42. package/lib/models/index.d.ts +1 -0
  43. package/lib/models/pagination.model.d.ts +4 -0
  44. package/package.json +3 -2
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/material'), require('@angular/material/autocomplete'), require('@angular/forms'), require('@angular/common/http'), require('launchdarkly-js-client-sdk'), require('@angular/common'), require('@angular/platform-browser'), require('@ng-idle/core'), require('@ng-idle/keepalive'), require('@angular/router'), require('@angular/core'), require('rxjs'), require('rxjs/operators')) :
3
- typeof define === 'function' && define.amd ? define('@hmcts/rpx-xui-common-lib', ['exports', '@angular/material', '@angular/material/autocomplete', '@angular/forms', '@angular/common/http', 'launchdarkly-js-client-sdk', '@angular/common', '@angular/platform-browser', '@ng-idle/core', '@ng-idle/keepalive', '@angular/router', '@angular/core', 'rxjs', 'rxjs/operators'], factory) :
4
- (factory((global.hmcts = global.hmcts || {}, global.hmcts['rpx-xui-common-lib'] = {}),global.ng.material,global.ng.material.autocomplete,global.ng.forms,global.ng.common.http,global.LDClient,global.ng.common,global.ng.platformBrowser,global.i1$1,global.i2$1,global.ng.router,global.ng.core,global.rxjs,global.rxjs.operators));
5
- }(this, (function (exports,material,autocomplete,forms,i1,LDClient,i4,i2,i1$1,i2$1,i2$2,i0,rxjs,operators) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/material/autocomplete'), require('@angular/material/input'), require('@angular/material/tabs'), require('ngx-pagination'), require('@angular/forms'), require('@angular/common/http'), require('launchdarkly-js-client-sdk'), require('@angular/common'), require('@angular/platform-browser'), require('@ng-idle/core'), require('@ng-idle/keepalive'), require('@angular/router'), require('@angular/core'), require('rxjs'), require('rxjs/operators')) :
3
+ typeof define === 'function' && define.amd ? define('@hmcts/rpx-xui-common-lib', ['exports', '@angular/material/autocomplete', '@angular/material/input', '@angular/material/tabs', 'ngx-pagination', '@angular/forms', '@angular/common/http', 'launchdarkly-js-client-sdk', '@angular/common', '@angular/platform-browser', '@ng-idle/core', '@ng-idle/keepalive', '@angular/router', '@angular/core', 'rxjs', 'rxjs/operators'], factory) :
4
+ (factory((global.hmcts = global.hmcts || {}, global.hmcts['rpx-xui-common-lib'] = {}),global.ng.material.autocomplete,global.ng.material.input,global.ng.material.tabs,global.ngxPagination,global.ng.forms,global.ng.common.http,global.LDClient,global.ng.common,global.ng.platformBrowser,global.i1$1,global.i2$1,global.ng.router,global.ng.core,global.rxjs,global.rxjs.operators));
5
+ }(this, (function (exports,autocomplete,input,tabs,ngxPagination,forms,i1,LDClient,i4,i2,i1$1,i2$1,i2$2,i0,rxjs,operators) { 'use strict';
6
6
 
7
7
  /**
8
8
  * @fileoverview added by tsickle
@@ -1622,7 +1622,7 @@
1622
1622
  GenericFilterComponent.decorators = [
1623
1623
  { type: i0.Component, args: [{
1624
1624
  selector: 'xuilib-generic-filter',
1625
- template: "<form [formGroup]=\"form\" (ngSubmit)=\"applyFilter(form)\">\n <div class=\"contain-classes\" *ngFor=\"let field of config.fields\">\n <hr *ngIf=\"field.lineBreakBefore\" class=\"govuk-section-break govuk-section-break--visible elevated-break\">\n <div class=\"govuk-form-group xui-generic-filter\"\n [hidden]=\"hidden(field, form)\"\n [id]=\"field.name\"\n [ngClass]=\"{'form-group-error': submitted && (form.get(field.name).errors?.minLength || form.get(field.name).errors?.maxLength)}\">\n <h3 *ngIf=\"field.title\" class=\"govuk-heading-s\">{{field.title}}</h3>\n <p class=\"govuk-body\" *ngIf=\"field.subTitle\">{{field.subTitle}}</p>\n <span [id]=\"field.name + '-error'\" class=\"govuk-error-message\" *ngIf=\"field.displayMinSelectedError && submitted && form.get(field.name).errors?.minLength\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{field.minSelectedError}}\n </span>\n <span [id]=\"field.name + '-error'\" class=\"govuk-error-message\" *ngIf=\"field.displayMaxSelectedError && submitted && form.get(field.name).errors?.maxLength\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{field.maxSelectedError}}\n </span>\n <div class=\"govuk-body\" [ngSwitch]=\"field.type\">\n <ng-container *ngSwitchCase=\"'select'\">\n <select class=\"govuk-select\" (change)=\"fieldChanged(field, form)\" [attr.disabled]=\"disabled(field, form)\" [name]=\"'select_' + field.name\" [id]=\"'select_' + field.name\" [formControlName]=\"field.name\">\n <option disabled selected hidden value=\"\">{{field.disabledText}}</option>\n <option class=\"govuk-radios__item\" *ngFor=\"let item of field.options\" [value]=\"item.key\">{{item.label}}</option>\n </select>\n </ng-container>\n <ng-container *ngSwitchCase=\"'checkbox'\">\n <div class=\"govuk-checkboxes govuk-checkboxes--small\" [formGroupName]=\"field.name\" [attr.field]=\"field.name\" [id]=\"'checkbox_' + field.name\">\n <div *ngFor=\"let item of field.options; let i = index\" class=\"govuk-checkboxes__item\">\n <input type=\"checkbox\" class=\"govuk-checkboxes__input\"\n [attr.disabled]=\"disabled(field, form)\"\n [formControlName]=\"i\"\n (change)=\"toggleSelectAll($event, form, item, field)\"\n [value]=\"item.key\" [id]=\"'checkbox_' + item.key\"\n [name]=\"'checkbox_' + item.key\"\n />\n <label\n [for]=\"'checkbox_' + item.key\"\n class=\"govuk-label govuk-checkboxes__label\"\n [ngClass]=\"{'govuk-!-font-weight-bold': item.selectAll}\"\n >{{item.label}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'checkbox-large'\">\n <div class=\"govuk-checkboxes\" [formGroupName]=\"field.name\" [attr.field]=\"field.name\" [id]=\"'checkbox_' + field.name\">\n <div *ngFor=\"let item of field.options; let i = index\" class=\"govuk-checkboxes__item\">\n <input type=\"checkbox\" class=\"govuk-checkboxes__input\"\n [attr.disabled]=\"disabled(field, form)\"\n [formControlName]=\"i\"\n (change)=\"toggleSelectAll($event, form, item, field)\"\n [value]=\"item.key\" [id]=\"'checkbox_' + item.key\"\n [name]=\"'checkbox_' + item.key\"\n />\n <label\n [for]=\"'checkbox_' + item.key\"\n class=\"govuk-label govuk-checkboxes__label\"\n [ngClass]=\"{'govuk-!-font-weight-bold': item.selectAll}\"\n >{{item.label}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'radio'\">\n <div class=\"govuk-radios\">\n <div *ngFor=\"let item of field.options\" class=\"govuk-radios__item\">\n <input type=\"radio\"\n [formControlName]=\"field.name\"\n [id]=\"'radio_' + item.key\"\n [attr.disabled]=\"disabled(field, form)\"\n [checked]=\"item.key === form.get(field.name).value\"\n class=\"govuk-radios__input\"\n [value]=\"item.key\"\n (change)=\"fieldChanged(field, form)\"\n />\n <label [for]=\"'radio_' + item.key\" class=\"govuk-label govuk-radios__label\">{{item.label}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'find-person'\">\n <xuilib-find-person subTitle=\"\" (personSelected)=\"updatePersonControls($event, field)\"\n [submitted]=\"submitted\"\n [disabled]=\"disabled(field, form)\"\n [domain]=\"form.get(field.domainField)?.value\"\n [findPersonGroup]=\"form\"\n [selectedPerson]=\"form.get(field.name)?.value?.email\"\n [userIncluded]=\"false\"\n ></xuilib-find-person>\n </ng-container>\n <ng-container *ngSwitchCase=\"'find-location'\">\n <xuilib-find-location [form]=\"form\"\n [fields]=\"config.fields\"\n [locationTitle]=\"field.locationTitle\"\n [enableAddLocationButton]=\"field.enableAddLocationButton\"\n [disabled]=\"disabled(field, form)\"\n [selectedLocations]=\"form.get(field.name)?.value\"\n [submitted]=\"submitted\"\n [services]=\"form.get(field.findLocationField)?.value\"\n [field]=\"field\"\n ></xuilib-find-location>\n </ng-container>\n </div>\n </div>\n </div>\n <hr class=\"govuk-section-break govuk-section-break--m govuk-section-break--visible\"/>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <button\n class=\"govuk-button govuk-!-margin-right-1 govuk-!-margin-bottom-0\"\n type=\"submit\"\n id=\"applyFilter\"\n [disabled]=\"config.enableDisabledButton && form.invalid\"\n >{{config.applyButtonText || 'Apply'}}</button>\n <button *ngIf=\"config.showCancelFilterButton\"\n class=\"govuk-button govuk-button--secondary govuk-!-margin-bottom-0\"\n type=\"button\"\n id=\"cancelFilter\"\n (click)=\"cancelFilter()\">{{ config.cancelButtonText || 'Cancel'}}</button>\n </div>\n </div>\n</form>\n",
1625
+ template: "<form [formGroup]=\"form\" (ngSubmit)=\"applyFilter(form)\">\n <div class=\"contain-classes\" *ngFor=\"let field of config.fields\">\n <hr *ngIf=\"field.lineBreakBefore\" class=\"govuk-section-break govuk-section-break--visible elevated-break\">\n <div class=\"govuk-form-group xui-generic-filter\"\n [hidden]=\"hidden(field, form)\"\n [id]=\"field.name\"\n [ngClass]=\"{'form-group-error': submitted && (form.get(field.name).errors?.minLength || form.get(field.name).errors?.maxLength)}\">\n <h3 *ngIf=\"field.title\" class=\"govuk-heading-s\">{{field.title}}</h3>\n <p class=\"govuk-body\" *ngIf=\"field.subTitle\">{{field.subTitle}}</p>\n <span [id]=\"field.name + '-error'\" class=\"govuk-error-message\" *ngIf=\"field.displayMinSelectedError && submitted && form.get(field.name).errors?.minLength\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{field.minSelectedError}}\n </span>\n <span [id]=\"field.name + '-error'\" class=\"govuk-error-message\" *ngIf=\"field.displayMaxSelectedError && submitted && form.get(field.name).errors?.maxLength\">\n <span class=\"govuk-visually-hidden\">Error:</span> {{field.maxSelectedError}}\n </span>\n <div class=\"govuk-body\" [ngSwitch]=\"field.type\">\n <ng-container *ngSwitchCase=\"'select'\">\n <select class=\"govuk-select\" (change)=\"fieldChanged(field, form)\" [attr.disabled]=\"disabled(field, form)\" [name]=\"'select_' + field.name\" [id]=\"'select_' + field.name\" [formControlName]=\"field.name\">\n <option disabled selected hidden value=\"\">{{field.disabledText}}</option>\n <option class=\"govuk-radios__item\" *ngFor=\"let item of field.options\" [value]=\"item.key\">{{item.label}}</option>\n </select>\n </ng-container>\n <ng-container *ngSwitchCase=\"'checkbox'\">\n <div class=\"govuk-checkboxes govuk-checkboxes--small\" [formGroupName]=\"field.name\" [attr.field]=\"field.name\" [id]=\"'checkbox_' + field.name\">\n <div *ngFor=\"let item of field.options; let i = index\" class=\"govuk-checkboxes__item\">\n <input type=\"checkbox\" class=\"govuk-checkboxes__input\"\n [attr.disabled]=\"disabled(field, form)\"\n [formControlName]=\"i\"\n (change)=\"toggleSelectAll($event, form, item, field)\"\n [value]=\"item.key\" [id]=\"'checkbox_' + item.key\"\n [name]=\"'checkbox_' + item.key\"\n />\n <label\n [for]=\"'checkbox_' + item.key\"\n class=\"govuk-label govuk-checkboxes__label\"\n [ngClass]=\"{'govuk-!-font-weight-bold': item.selectAll}\"\n >{{item.label}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'checkbox-large'\">\n <div class=\"govuk-checkboxes\" [formGroupName]=\"field.name\" [attr.field]=\"field.name\" [id]=\"'checkbox_' + field.name\">\n <div *ngFor=\"let item of field.options; let i = index\" class=\"govuk-checkboxes__item\">\n <input type=\"checkbox\" class=\"govuk-checkboxes__input\"\n [attr.disabled]=\"disabled(field, form)\"\n [formControlName]=\"i\"\n (change)=\"toggleSelectAll($event, form, item, field)\"\n [value]=\"item.key\" [id]=\"'checkbox_' + item.key\"\n [name]=\"'checkbox_' + item.key\"\n />\n <label\n [for]=\"'checkbox_' + item.key\"\n class=\"govuk-label govuk-checkboxes__label\"\n [ngClass]=\"{'govuk-!-font-weight-bold': item.selectAll}\"\n >{{item.label}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'radio'\">\n <div class=\"govuk-radios\">\n <div *ngFor=\"let item of field.options\" class=\"govuk-radios__item\">\n <input type=\"radio\"\n [formControlName]=\"field.name\"\n [id]=\"'radio_' + item.key\"\n [attr.disabled]=\"disabled(field, form)\"\n [checked]=\"item.key === form.get(field.name).value\"\n class=\"govuk-radios__input\"\n [value]=\"item.key\"\n (change)=\"fieldChanged(field, form)\"\n />\n <label [for]=\"'radio_' + item.key\" class=\"govuk-label govuk-radios__label\">{{item.label}}</label>\n </div>\n </div>\n </ng-container>\n <ng-container *ngSwitchCase=\"'find-person'\">\n <xuilib-find-person subTitle=\"\" (personSelected)=\"updatePersonControls($event, field)\"\n [submitted]=\"submitted\"\n [disabled]=\"disabled(field, form)\"\n [domain]=\"form.get(field.domainField)?.value\"\n [findPersonGroup]=\"form\"\n [selectedPerson]=\"form.get(field.name)?.value?.email\"\n [userIncluded]=\"false\"\n ></xuilib-find-person>\n </ng-container>\n <ng-container *ngSwitchCase=\"'find-location'\">\n <xuilib-find-location [form]=\"form\"\n [fields]=\"config.fields\"\n [title]=\"field.title\"\n [enableAddLocationButton]=\"field.enableAddLocationButton\"\n [disabled]=\"disabled(field, form)\"\n [selectedLocations]=\"form.get(field.name)?.value\"\n [submitted]=\"submitted\"\n [services]=\"form.get(field.findLocationField)?.value\"\n [field]=\"field\"\n ></xuilib-find-location>\n </ng-container>\n </div>\n </div>\n </div>\n <hr class=\"govuk-section-break govuk-section-break--m govuk-section-break--visible\"/>\n <div class=\"govuk-grid-row\">\n <div class=\"govuk-grid-column-full\">\n <button\n class=\"govuk-button govuk-!-margin-right-1 govuk-!-margin-bottom-0\"\n type=\"submit\"\n id=\"applyFilter\"\n [disabled]=\"config.enableDisabledButton && form.invalid\"\n >{{config.applyButtonText || 'Apply'}}</button>\n <button *ngIf=\"config.showCancelFilterButton\"\n class=\"govuk-button govuk-button--secondary govuk-!-margin-bottom-0\"\n type=\"button\"\n id=\"cancelFilter\"\n (click)=\"cancelFilter()\">{{ config.cancelButtonText || 'Cancel'}}</button>\n </div>\n </div>\n</form>\n",
1626
1626
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
1627
1627
  encapsulation: i0.ViewEncapsulation.None,
1628
1628
  styles: [".contain-classes .elevated-break{position:relative;top:-10px}.contain-classes .xui-generic-filter .select-all{margin-bottom:10px}.contain-classes .xui-generic-filter .govuk-checkboxes{display:flex;flex-wrap:wrap}.contain-classes .xui-generic-filter .govuk-checkboxes>div{flex-grow:1;flex-shrink:0}"]
@@ -3420,6 +3420,11 @@
3420
3420
  function UserListComponent() {
3421
3421
  this.users = [];
3422
3422
  this.userClick = new i0.EventEmitter();
3423
+ this.moreResultsToGo = false;
3424
+ this.pagination = {
3425
+ page_number: 1,
3426
+ page_size: 25
3427
+ };
3423
3428
  }
3424
3429
  /**
3425
3430
  * @param {?} user
@@ -3432,13 +3437,75 @@
3432
3437
  function (user) {
3433
3438
  this.userClick.emit(user);
3434
3439
  };
3440
+ /**
3441
+ * @param {?} pageNumber
3442
+ * @return {?}
3443
+ */
3444
+ UserListComponent.prototype.onPaginationHandler = /**
3445
+ * @param {?} pageNumber
3446
+ * @return {?}
3447
+ */
3448
+ function (pageNumber) {
3449
+ this.pagination.page_number = pageNumber;
3450
+ };
3451
+ /**
3452
+ * @param {?} rows
3453
+ * @return {?}
3454
+ */
3455
+ UserListComponent.prototype.getFirstResult = /**
3456
+ * @param {?} rows
3457
+ * @return {?}
3458
+ */
3459
+ function (rows) {
3460
+ if (rows && rows.length > 0) {
3461
+ /** @type {?} */
3462
+ var currentPage = (this.pagination.page_number ? this.pagination.page_number : 1);
3463
+ if (currentPage === 1) {
3464
+ return currentPage;
3465
+ }
3466
+ return (currentPage - 1) * this.pagination.page_size + 1;
3467
+ }
3468
+ return 0;
3469
+ };
3470
+ /**
3471
+ * @param {?} rows
3472
+ * @return {?}
3473
+ */
3474
+ UserListComponent.prototype.getLastResult = /**
3475
+ * @param {?} rows
3476
+ * @return {?}
3477
+ */
3478
+ function (rows) {
3479
+ if (rows && rows.length > 0) {
3480
+ /** @type {?} */
3481
+ var currentPage = (this.pagination.page_number ? this.pagination.page_number : 1);
3482
+ return (currentPage) * this.pagination.page_size;
3483
+ }
3484
+ return 0;
3485
+ };
3486
+ /**
3487
+ * @param {?} rows
3488
+ * @return {?}
3489
+ */
3490
+ UserListComponent.prototype.getTotalResults = /**
3491
+ * @param {?} rows
3492
+ * @return {?}
3493
+ */
3494
+ function (rows) {
3495
+ if (rows && rows.length > 0) {
3496
+ return rows.length;
3497
+ }
3498
+ return 0;
3499
+ };
3435
3500
  UserListComponent.decorators = [
3436
3501
  { type: i0.Component, args: [{
3437
3502
  selector: 'xuilib-user-list',
3438
- template: "<table class=\"govuk-table\">\n <thead clas=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <th class=\"govuk-table__header\" scope=\"col\">Name</th>\n <th class=\"govuk-table__header\" scope=\"col\">Email</th>\n <th class=\"govuk-table__header\" scope=\"col\">Status</th>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" data-selector=\"table-row\" *ngFor=\"let u of users\">\n <td class=\"govuk-table__cell\" data-selector=\"table-cell\">\n <a class=\"govuk-link\" [attr.title]=\"u.routerLinkTitle\" [routerLink]=\"u.routerLink\" (click)=\"onUserClick(u)\">{{ u.fullName }}</a>\n </td>\n <td class=\"govuk-table__cell\" data-selector=\"table-cell\">{{ u.email }}</td>\n <td class=\"govuk-table__cell\" data-selector=\"table-cell\">{{ u.status }}</td>\n </tr>\n </tbody>\n</table>",
3503
+ template: "<div class=\"pagination-top\" *ngIf=\"getTotalResults(users) > pagination.page_size\" attr.aria-label=\"{{ getTotalResults(users) }} results have been found\" role=\"status\">\n <span class=\"text-16\" id=\"search-result-summary__text\">Showing \n <span class=\"govuk-!-font-weight-bold\">{{ getFirstResult(users) }}</span>\n to\n <span class=\"govuk-!-font-weight-bold\">{{ getLastResult(users) }}</span>\n of\n <span class=\"govuk-!-font-weight-bold\">{{ getTotalResults(users) }}</span> results</span>\n</div>\n<table class=\"govuk-table\">\n <thead clas=\"govuk-table__head\">\n <tr class=\"govuk-table__row\">\n <th class=\"govuk-table__header\" scope=\"col\">Name</th>\n <th class=\"govuk-table__header\" scope=\"col\">Email</th>\n <th class=\"govuk-table__header\" scope=\"col\">Status</th>\n </tr>\n </thead>\n <tbody class=\"govuk-table__body\">\n <tr class=\"govuk-table__row\" data-selector=\"table-row\" *ngFor=\"let u of users | paginate: { itemsPerPage: pagination?.page_size, currentPage: pagination?.page_number, totalItems: users.length }\">\n <td class=\"govuk-table__cell\" data-selector=\"table-cell\">\n <a class=\"govuk-link\" [attr.title]=\"u.routerLinkTitle\" [routerLink]=\"u.routerLink\" (click)=\"onUserClick(u)\">{{ u.fullName }}</a>\n </td>\n <td class=\"govuk-table__cell\" data-selector=\"table-cell\">{{ u.email }}</td>\n <td class=\"govuk-table__cell\" data-selector=\"table-cell\">{{ u.status }}</td>\n </tr>\n </tbody>\n</table>\n<xuilib-pagination-v1 *ngIf=\"getTotalResults(users) > pagination.page_size\" (pageChange)=\"onPaginationHandler($event)\"></xuilib-pagination-v1>",
3439
3504
  styles: [":host{display:block}"]
3440
3505
  }] }
3441
3506
  ];
3507
+ /** @nocollapse */
3508
+ UserListComponent.ctorParameters = function () { return []; };
3442
3509
  UserListComponent.propDecorators = {
3443
3510
  users: [{ type: i0.Input }],
3444
3511
  userClick: [{ type: i0.Output }]
@@ -3829,7 +3896,7 @@
3829
3896
  if (this.singleMode && this.selectedLocations.length > 0) {
3830
3897
  /** @type {?} */
3831
3898
  var location_1 = this.selectedLocations[0];
3832
- this.form.controls.searchTerm.patchValue(location_1.site_name, { emitEvent: false, onlySelf: true });
3899
+ this.form.controls.searchTerm.patchValue(location_1.venue_name, { emitEvent: false, onlySelf: true });
3833
3900
  }
3834
3901
  this.search();
3835
3902
  };
@@ -3857,7 +3924,7 @@
3857
3924
  * @return {?}
3858
3925
  */
3859
3926
  function (location) {
3860
- this.form.controls.searchTerm.patchValue(location.site_name, { emitEvent: false, onlySelf: true });
3927
+ this.form.controls.searchTerm.patchValue(location.venue_name, { emitEvent: false, onlySelf: true });
3861
3928
  this.locationSelected.emit(location);
3862
3929
  };
3863
3930
  /**
@@ -3892,7 +3959,7 @@
3892
3959
  */function (locations) {
3893
3960
  _this.locations = locations;
3894
3961
  _this.cd.markForCheck();
3895
- if (locations.length === 1 && _this.term === locations[0].site_name && !_this.singleMode) {
3962
+ if (locations.length === 1 && _this.term === locations[0].venue_name && !_this.singleMode) {
3896
3963
  _this.locationSelected.emit(locations[0]);
3897
3964
  _this.showAutocomplete = false;
3898
3965
  return;
@@ -3942,13 +4009,13 @@
3942
4009
  return !_this.selectedLocations.map(( /**
3943
4010
  * @param {?} selectedLocation
3944
4011
  * @return {?}
3945
- */function (selectedLocation) { return selectedLocation.epimms_id; })).includes(location.epimms_id) && location.site_name;
4012
+ */function (selectedLocation) { return selectedLocation.epimms_id; })).includes(location.epimms_id) && location.venue_name;
3946
4013
  }));
3947
4014
  };
3948
4015
  SearchLocationComponent.decorators = [
3949
4016
  { type: i0.Component, args: [{
3950
4017
  selector: 'exui-search-location',
3951
- template: "<div class=\"auto-complete-container\">\n <input\n [formControl]=\"form.controls.searchTerm\"\n [matAutocomplete]=\"autoSearchLocation\"\n class=\"govuk-input\"\n [attr.disabled]=\"disabled\">\n <mat-autocomplete class=\"mat-autocomplete-panel-extend\" autoActiveFirstOption #autoSearchLocation=\"matAutocomplete\">\n <mat-option *ngFor=\"let location of locations\"\n (onSelectionChange)=\"onSelectionChange(location)\">\n {{ location.site_name }}\n </mat-option>\n <mat-option *ngIf=\"!locations.length && showAutocomplete && term && term.length >= this.minSearchCharacters\">No results found</mat-option>\n </mat-autocomplete>\n</div>\n",
4018
+ template: "<div class=\"auto-complete-container\">\n <input\n [formControl]=\"form.controls.searchTerm\"\n [matAutocomplete]=\"autoSearchLocation\"\n class=\"govuk-input\"\n [attr.disabled]=\"disabled\">\n <mat-autocomplete class=\"mat-autocomplete-panel-extend\" autoActiveFirstOption #autoSearchLocation=\"matAutocomplete\">\n <mat-option *ngFor=\"let location of locations\"\n (onSelectionChange)=\"onSelectionChange(location)\">\n {{ location.venue_name }}\n </mat-option>\n <mat-option *ngIf=\"!locations.length && showAutocomplete && term && term.length >= this.minSearchCharacters\">No results found</mat-option>\n </mat-autocomplete>\n</div>\n",
3952
4019
  styles: [".autocomplete__input--show-all-values{padding:5px 34px 5px 5px;cursor:pointer}.autocomplete__dropdown-arrow-down{z-index:-1;display:inline-block;position:absolute;right:8px;width:24px;height:24px;top:10px}.autocomplete__menu{background-color:#fff;border:2px solid #0b0c0c;border-top:0;color:#0b0c0c;margin:0;max-height:342px;overflow-x:hidden;padding:0;width:100%;width:calc(100% - 4px)}.autocomplete__menu--visible{display:block}.autocomplete__menu--hidden{display:none}.autocomplete__menu--overlay{box-shadow:rgba(0,0,0,.256863) 0 2px 6px;left:0;position:absolute;top:100%;z-index:100}.autocomplete__menu--inline{position:relative}.autocomplete__option{border-bottom:solid #b1b4b6;border-width:1px 0;cursor:pointer;display:block;position:relative}.autocomplete__option>*{pointer-events:none}.autocomplete__option:first-of-type{border-top-width:0}.autocomplete__option:last-of-type{border-bottom-width:0}.autocomplete__option--odd{background-color:#fafafa}.autocomplete__option--focused,.autocomplete__option:hover{background-color:#1d70b8;border-color:#1d70b8;color:#fff;outline:0}.autocomplete__option--no-results{background-color:#fafafa;color:#646b6f;cursor:not-allowed}.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:13px;line-height:1.25}.autocomplete__hint,.autocomplete__option{padding:5px}@media (min-width:641px){.autocomplete__hint,.autocomplete__input,.autocomplete__option{font-size:13px;line-height:1.31579}}.div-action{display:inline-block}.add-location{display:inline}.remove-location-button{margin:5px}.hide-autocomplete{display:none}.auto-complete-container{min-width:550px;display:inline-block;margin-right:4px}.autocomplete__input{line-height:24px;font-size:19px}"]
3953
4020
  }] }
3954
4021
  ];
@@ -3989,7 +4056,7 @@
3989
4056
  this.selectedLocations = [];
3990
4057
  this.submitted = true;
3991
4058
  this.enableAddLocationButton = true;
3992
- this.locationTitle = 'Search for a location by name';
4059
+ this.title = 'Search for a location by name';
3993
4060
  this.locations = [];
3994
4061
  this.tempSelectedLocation = null;
3995
4062
  this.serviceIds = 'SSCS,IA';
@@ -4179,7 +4246,7 @@
4179
4246
  FindLocationComponent.decorators = [
4180
4247
  { type: i0.Component, args: [{
4181
4248
  selector: 'xuilib-find-location',
4182
- template: "<div class=\"location-picker-custom\">\n <div class=\"search-location\">\n <div>\n <label id=\"input-selected-location-label\" *ngIf=\"locationTitle\">{{locationTitle}}</label>\n </div>\n <exui-search-location class=\"search-location\"\n [locations]=\"locations\"\n [selectedLocations]=\"selectedLocations\"\n [singleMode]=\"field.maxSelected === 1\"\n [delay]=\"300\"\n [disabled]=\"disabled\"\n [serviceIds]=\"serviceIds\"\n (locationInputChanged)=\"onInputChanged($event)\"\n (locationSelected)=\"onLocationSelected($event)\"\n [locationType]=\"'case-management'\"></exui-search-location>\n <a href=\"javascript:void(0)\" (click)=\"addLocation()\" class=\"govuk-button\" data-module=\"govuk-button\" *ngIf=\"enableAddLocationButton\">\n Add location\n </a>\n </div>\n <ul class=\"hmcts-filter-tags selection-container\" *ngIf=\"field.maxSelected != 1\">\n <li class=\"location-selection\" *ngFor=\"let selection of selectedLocations\">\n <a class=\"hmcts-filter__tag\" (click)=\"removeLocation(selection)\" href=\"javascript:void(0)\">\n {{ selection.site_name }}\n </a>\n </li>\n </ul>\n</div>\n",
4249
+ template: "<div class=\"location-picker-custom\">\n <div class=\"search-location\">\n <div>\n <label id=\"input-selected-location-label\" *ngIf=\"title\">{{title}}</label>\n </div>\n <exui-search-location class=\"search-location\"\n [locations]=\"locations\"\n [selectedLocations]=\"selectedLocations\"\n [singleMode]=\"field.maxSelected === 1\"\n [delay]=\"300\"\n [disabled]=\"disabled\"\n [serviceIds]=\"serviceIds\"\n (locationInputChanged)=\"onInputChanged($event)\"\n (locationSelected)=\"onLocationSelected($event)\"\n [locationType]=\"'case-management'\"></exui-search-location>\n <a href=\"javascript:void(0)\" (click)=\"addLocation()\" class=\"govuk-button\" data-module=\"govuk-button\" *ngIf=\"enableAddLocationButton\">\n Add location\n </a>\n </div>\n <ul class=\"hmcts-filter-tags selection-container\" *ngIf=\"field.maxSelected != 1\">\n <li class=\"location-selection\" *ngFor=\"let selection of selectedLocations\">\n <a class=\"hmcts-filter__tag\" (click)=\"removeLocation(selection)\" href=\"javascript:void(0)\">\n {{ selection.venue_name }}\n </a>\n </li>\n </ul>\n</div>\n",
4183
4250
  styles: [""]
4184
4251
  }] }
4185
4252
  ];
@@ -4190,7 +4257,7 @@
4190
4257
  form: [{ type: i0.Input }],
4191
4258
  field: [{ type: i0.Input }],
4192
4259
  fields: [{ type: i0.Input }],
4193
- locationTitle: [{ type: i0.Input }],
4260
+ title: [{ type: i0.Input }],
4194
4261
  searchLocationComponent: [{ type: i0.ViewChild, args: [SearchLocationComponent,] }],
4195
4262
  disabled: [{ type: i0.Input }],
4196
4263
  services: [{ type: i0.Input }]
@@ -4244,6 +4311,105 @@
4244
4311
  return PaginationComponent;
4245
4312
  }());
4246
4313
 
4314
+ /**
4315
+ * @fileoverview added by tsickle
4316
+ * Generated from: lib/components/pagination-v1/pagination.component.ts
4317
+ * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
4318
+ */
4319
+ /**
4320
+ * @param {?} input
4321
+ * @return {?}
4322
+ */
4323
+ function coerceToBoolean(input$$1) {
4324
+ return !!input$$1 && input$$1 !== 'false';
4325
+ }
4326
+ var PaginationV1Component = /** @class */ (function () {
4327
+ function PaginationV1Component() {
4328
+ this.maxSize = 7;
4329
+ this.previousLabel = 'Previous';
4330
+ this.nextLabel = 'Next';
4331
+ this.screenReaderPaginationLabel = 'Pagination';
4332
+ this.screenReaderPageLabel = 'page';
4333
+ this.screenReaderCurrentLabel = "You're on page";
4334
+ this.pageChange = new i0.EventEmitter();
4335
+ this.pageBoundsCorrection = new i0.EventEmitter();
4336
+ // tslint:disable-next-line:variable-name
4337
+ this._directionLinks = true;
4338
+ // tslint:disable-next-line:variable-name
4339
+ this._autoHide = false;
4340
+ // tslint:disable-next-line:variable-name
4341
+ this._responsive = false;
4342
+ }
4343
+ Object.defineProperty(PaginationV1Component.prototype, "directionLinks", {
4344
+ get: /**
4345
+ * @return {?}
4346
+ */ function () {
4347
+ return this._directionLinks;
4348
+ },
4349
+ set: /**
4350
+ * @param {?} value
4351
+ * @return {?}
4352
+ */ function (value) {
4353
+ this._directionLinks = coerceToBoolean(value);
4354
+ },
4355
+ enumerable: true,
4356
+ configurable: true
4357
+ });
4358
+ Object.defineProperty(PaginationV1Component.prototype, "autoHide", {
4359
+ get: /**
4360
+ * @return {?}
4361
+ */ function () {
4362
+ return this._autoHide;
4363
+ },
4364
+ set: /**
4365
+ * @param {?} value
4366
+ * @return {?}
4367
+ */ function (value) {
4368
+ this._autoHide = coerceToBoolean(value);
4369
+ },
4370
+ enumerable: true,
4371
+ configurable: true
4372
+ });
4373
+ Object.defineProperty(PaginationV1Component.prototype, "responsive", {
4374
+ get: /**
4375
+ * @return {?}
4376
+ */ function () {
4377
+ return this._responsive;
4378
+ },
4379
+ set: /**
4380
+ * @param {?} value
4381
+ * @return {?}
4382
+ */ function (value) {
4383
+ this._responsive = coerceToBoolean(value);
4384
+ },
4385
+ enumerable: true,
4386
+ configurable: true
4387
+ });
4388
+ PaginationV1Component.decorators = [
4389
+ { type: i0.Component, args: [{
4390
+ selector: 'xuilib-pagination-v1',
4391
+ template: "<pagination-template #p=\"paginationApi\" [id]=\"id\" [maxSize]=\"maxSize\" (pageChange)=\"pageChange.emit($event)\"\n (pageBoundsCorrection)=\"pageBoundsCorrection.emit($event)\">\n <nav role=\"navigation\" aria-label=\"Pagination\">\n <ul class=\"ngx-pagination\" role=\"navigation\" [attr.aria-label]=\"screenReaderPaginationLabel\"\n [class.responsive]=\"responsive\" *ngIf=\"!(autoHide && p.pages.length <= 1)\">\n <li class=\"pagination-previous\" [class.disabled]=\"p.isFirstPage()\" *ngIf=\"directionLinks\">\n <a tabindex=\"0\" *ngIf=\"1 < p.getCurrent()\" (keyup.enter)=\"p.previous()\" (click)=\"p.previous()\"\n [attr.aria-label]=\"previousLabel + ' ' + screenReaderPageLabel\">\n {{ previousLabel }} <span class=\"show-for-sr\">{{ screenReaderPageLabel }}</span>\n </a>\n <span *ngIf=\"p.isFirstPage()\">\n {{ previousLabel }} <span class=\"show-for-sr\">{{ screenReaderPageLabel }}</span>\n </span>\n </li>\n <li class=\"small-screen\">\n {{ p.getCurrent() }} / {{ p.getLastPage() }}\n </li>\n <li [class.current]=\"p.getCurrent() === page.value\" [class.ellipsis]=\"page.label === '...'\"\n *ngFor=\"let page of p.pages\">\n <a tabindex=\"0\" (keyup.enter)=\"p.setCurrent(page.value)\" (click)=\"p.setCurrent(page.value)\"\n *ngIf=\"p.getCurrent() !== page.value\">\n <span class=\"show-for-sr\">{{ screenReaderPageLabel }} </span>\n <span>{{ (page.label === '...') ? page.label : (page.label | number:'') }}</span>\n </a>\n <ng-container *ngIf=\"p.getCurrent() === page.value\">\n <span class=\"show-for-sr\">{{ screenReaderCurrentLabel }} </span>\n <span>{{ (page.label === '...') ? page.label : (page.label | number:'') }}</span>\n </ng-container>\n </li>\n <li class=\"pagination-next\" [class.disabled]=\"p.isLastPage()\" *ngIf=\"directionLinks\">\n <a tabindex=\"0\" *ngIf=\"!p.isLastPage()\" (keyup.enter)=\"p.next()\" (click)=\"p.next()\"\n [attr.aria-label]=\"nextLabel + ' ' + screenReaderPageLabel\">\n {{ nextLabel }} <span class=\"show-for-sr\">{{ screenReaderPageLabel }}</span>\n </a>\n <span *ngIf=\"p.isLastPage()\">\n {{ nextLabel }} <span class=\"show-for-sr\">{{ screenReaderPageLabel }}</span>\n </span>\n </li>\n </ul>\n </nav>\n</pagination-template>\n",
4392
+ styles: [".ngx-pagination{margin-left:0;margin-bottom:1rem;padding-top:25px;text-decoration:none;text-align:left;font-size:16px}.ngx-pagination::after,.ngx-pagination::before{content:\" \";display:table}.ngx-pagination::after{clear:both}.ngx-pagination li{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-right:.0625rem;border-radius:0;display:inline-block}.ngx-pagination a,.ngx-pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#005da6;cursor:pointer}.ngx-pagination a:hover,.ngx-pagination button:hover{background:#e6e6e6}.ngx-pagination .current{padding:.1875rem .625rem;background:#fff;color:#4c2c92;cursor:default;font-weight:900}.ngx-pagination .disabled{display:none}.ngx-pagination .disabled:hover{background:0 0}.ngx-pagination .pagination-previous a::before,.ngx-pagination .pagination-previous.disabled::before{margin-right:.5rem;display:inline-block;height:10px;width:10px;border-style:solid;color:#0a0a0a;background:0 0;transform:rotate(-45deg);content:\"\";border-width:3px 0 0 3px}.ngx-pagination .pagination-next a::after,.ngx-pagination .pagination-next.disabled::after{margin-left:.5rem;display:inline-block;height:10px;width:10px;border-style:solid;color:#0a0a0a;background:0 0;transform:rotate(-45deg);content:\"\";border-width:0 3px 3px 0}.ngx-pagination .show-for-sr{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.ngx-pagination .small-screen{display:none}@media screen and (max-width:601px){.ngx-pagination.responsive .small-screen{display:inline-block}.ngx-pagination.responsive li:not(.small-screen):not(.pagination-previous):not(.pagination-next){display:none}}"]
4393
+ }] }
4394
+ ];
4395
+ PaginationV1Component.propDecorators = {
4396
+ visibilityLabel: [{ type: i0.Input }],
4397
+ id: [{ type: i0.Input }],
4398
+ maxSize: [{ type: i0.Input }],
4399
+ directionLinks: [{ type: i0.Input }],
4400
+ autoHide: [{ type: i0.Input }],
4401
+ responsive: [{ type: i0.Input }],
4402
+ previousLabel: [{ type: i0.Input }],
4403
+ nextLabel: [{ type: i0.Input }],
4404
+ screenReaderPaginationLabel: [{ type: i0.Input }],
4405
+ screenReaderPageLabel: [{ type: i0.Input }],
4406
+ screenReaderCurrentLabel: [{ type: i0.Input }],
4407
+ pageChange: [{ type: i0.Output }],
4408
+ pageBoundsCorrection: [{ type: i0.Output }]
4409
+ };
4410
+ return PaginationV1Component;
4411
+ }());
4412
+
4247
4413
  /**
4248
4414
  * @fileoverview added by tsickle
4249
4415
  * Generated from: lib/components/public_api.ts
@@ -6046,9 +6212,10 @@
6046
6212
  GenericFilterComponent,
6047
6213
  CookieBannerComponent,
6048
6214
  FindPersonComponent,
6215
+ PaginationComponent,
6216
+ PaginationV1Component,
6049
6217
  FindLocationComponent,
6050
- SearchLocationComponent,
6051
- PaginationComponent
6218
+ SearchLocationComponent
6052
6219
  ];
6053
6220
  /** @type {?} */
6054
6221
  var GOV_UI_COMPONENTS = [
@@ -6087,13 +6254,16 @@
6087
6254
  forms.ReactiveFormsModule,
6088
6255
  i2$2.RouterModule.forChild([]),
6089
6256
  autocomplete.MatAutocompleteModule,
6090
- material.MatTabsModule,
6091
- material.MatInputModule
6257
+ tabs.MatTabsModule,
6258
+ input.MatInputModule,
6259
+ ngxPagination.NgxPaginationModule
6092
6260
  ],
6093
6261
  providers: [
6094
6262
  { provide: windowToken, useFactory: ɵ0 }
6095
6263
  ],
6096
- exports: __spread(COMMON_COMPONENTS, GOV_UI_COMPONENTS)
6264
+ exports: __spread(COMMON_COMPONENTS, GOV_UI_COMPONENTS, [
6265
+ ngxPagination.PaginatePipe
6266
+ ])
6097
6267
  },] }
6098
6268
  ];
6099
6269
  return ExuiCommonLibModule;
@@ -7124,6 +7294,7 @@
7124
7294
  exports.FindLocationComponent = FindLocationComponent;
7125
7295
  exports.SearchLocationComponent = SearchLocationComponent;
7126
7296
  exports.PaginationComponent = PaginationComponent;
7297
+ exports.PaginationV1Component = PaginationV1Component;
7127
7298
  exports.FeatureToggleDirective = FeatureToggleDirective;
7128
7299
  exports.LetContext = LetContext;
7129
7300
  exports.LetDirective = LetDirective;
@@ -7165,15 +7336,16 @@
7165
7336
  exports.ɵbf = CookieBannerComponent;
7166
7337
  exports.ɵy = DueDateComponent;
7167
7338
  exports.ɵa = ExuiPageWrapperComponent;
7168
- exports.ɵbk = FindLocationComponent;
7339
+ exports.ɵbm = FindLocationComponent;
7169
7340
  exports.ɵbh = FindPersonComponent;
7170
7341
  exports.ɵbd = GenericFilterComponent;
7171
7342
  exports.ɵk = HmctsSessionDialogComponent;
7172
7343
  exports.ɵo = InviteUserFormComponent;
7173
7344
  exports.ɵn = InviteUserPermissionComponent;
7174
7345
  exports.ɵbc = LoadingSpinnerComponent;
7175
- exports.ɵbn = PaginationComponent;
7176
- exports.ɵbl = SearchLocationComponent;
7346
+ exports.ɵbl = PaginationV1Component;
7347
+ exports.ɵbk = PaginationComponent;
7348
+ exports.ɵbn = SearchLocationComponent;
7177
7349
  exports.ɵv = SelectedCaseConfirmComponent;
7178
7350
  exports.ɵt = SelectedCaseListComponent;
7179
7351
  exports.ɵu = SelectedCaseComponent;
@@ -7192,33 +7364,33 @@
7192
7364
  exports.ɵg = FeatureToggleDirective;
7193
7365
  exports.ɵi = LetContext;
7194
7366
  exports.ɵj = LetDirective;
7195
- exports.ɵbw = GovUkCheckboxComponent;
7196
- exports.ɵcc = GovUkCheckboxesComponent;
7197
- exports.ɵcb = GovUkDateComponent;
7198
- exports.ɵbz = GovUkErrorMessageComponent;
7199
- exports.ɵca = GovUkFieldsetComponent;
7200
- exports.ɵch = GovUkFileUploadComponent;
7201
- exports.ɵbx = GovUkFormGroupWrapperComponent;
7202
- exports.ɵbv = GovUkInputComponent;
7203
- exports.ɵby = GovUkLabelComponent;
7204
- exports.ɵcd = GovUkRadioComponent;
7205
- exports.ɵce = GovUkRadiosComponent;
7206
- exports.ɵcf = GovUkSelectComponent;
7207
- exports.ɵbu = GovukTableComponent;
7208
- exports.ɵcg = GovUkTextareaComponent;
7209
- exports.ɵbt = HmctsBannerComponent;
7210
- exports.ɵbr = HmctsErrorSummaryComponent;
7211
- exports.ɵbo = HmctsIdentityBarComponent;
7212
- exports.ɵbs = HmctsMainWrapperComponent;
7213
- exports.ɵbq = HmctsPrimaryNavigationComponent;
7214
- exports.ɵbp = HmctsSubNavigationComponent;
7215
- exports.ɵci = RemoveHostDirective;
7367
+ exports.ɵbx = GovUkCheckboxComponent;
7368
+ exports.ɵcd = GovUkCheckboxesComponent;
7369
+ exports.ɵcc = GovUkDateComponent;
7370
+ exports.ɵca = GovUkErrorMessageComponent;
7371
+ exports.ɵcb = GovUkFieldsetComponent;
7372
+ exports.ɵci = GovUkFileUploadComponent;
7373
+ exports.ɵby = GovUkFormGroupWrapperComponent;
7374
+ exports.ɵbw = GovUkInputComponent;
7375
+ exports.ɵbz = GovUkLabelComponent;
7376
+ exports.ɵce = GovUkRadioComponent;
7377
+ exports.ɵcf = GovUkRadiosComponent;
7378
+ exports.ɵcg = GovUkSelectComponent;
7379
+ exports.ɵbv = GovukTableComponent;
7380
+ exports.ɵch = GovUkTextareaComponent;
7381
+ exports.ɵbu = HmctsBannerComponent;
7382
+ exports.ɵbs = HmctsErrorSummaryComponent;
7383
+ exports.ɵbp = HmctsIdentityBarComponent;
7384
+ exports.ɵbt = HmctsMainWrapperComponent;
7385
+ exports.ɵbr = HmctsPrimaryNavigationComponent;
7386
+ exports.ɵbq = HmctsSubNavigationComponent;
7387
+ exports.ɵcj = RemoveHostDirective;
7216
7388
  exports.ɵr = CaseSharingStateService;
7217
7389
  exports.ɵbg = CookieService;
7218
7390
  exports.ɵh = FeatureToggleService;
7219
7391
  exports.ɵbe = FilterService;
7220
7392
  exports.ɵbi = FindAPersonService;
7221
- exports.ɵbm = LocationService;
7393
+ exports.ɵbo = LocationService;
7222
7394
  exports.ɵbj = SessionStorageService;
7223
7395
 
7224
7396
  Object.defineProperty(exports, '__esModule', { value: true });