@hmcts/rpx-xui-common-lib 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/accessibility/accessibility.component.mjs +577 -326
- package/esm2020/lib/components/search-location/search-location.component.mjs +17 -6
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs +630 -316
- package/fesm2015/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs +577 -316
- package/fesm2020/hmcts-rpx-xui-common-lib.mjs.map +1 -1
- package/lib/components/accessibility/accessibility.component.d.ts +4 -1
- package/lib/components/search-location/search-location.component.d.ts +2 -0
- package/lib/exui-common-lib.module.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AccessibilityComponent {
|
|
3
|
+
export declare class AccessibilityComponent implements OnInit {
|
|
4
|
+
isEndpointMC: boolean;
|
|
3
5
|
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
4
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AccessibilityComponent, never>;
|
|
5
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<AccessibilityComponent, "xuilib-accessibility", never, {}, {}, never, never, false, never>;
|
|
6
9
|
}
|
|
@@ -31,6 +31,7 @@ export declare class SearchLocationComponent implements OnInit {
|
|
|
31
31
|
private pReset;
|
|
32
32
|
filteredList$: Observable<LocationByEPIMMSModel[] | boolean>;
|
|
33
33
|
private readonly debounceTimeInput;
|
|
34
|
+
private binaryValue;
|
|
34
35
|
get reset(): boolean;
|
|
35
36
|
set reset(value: boolean);
|
|
36
37
|
constructor(locationService: LocationService, sessionStorageService: SessionStorageService, refDataService: RefDataService);
|
|
@@ -40,6 +41,7 @@ export declare class SearchLocationComponent implements OnInit {
|
|
|
40
41
|
getLocations(term: string): Observable<LocationByEPIMMSModel[]>;
|
|
41
42
|
resetSearchTerm(): void;
|
|
42
43
|
private filterUnselectedLocations;
|
|
44
|
+
RemoveInvalidString(formInputValue: any): void;
|
|
43
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchLocationComponent, never>;
|
|
44
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<SearchLocationComponent, "exui-search-location", never, { "form": "form"; "field": "field"; "disabled": "disabled"; "singleMode": "singleMode"; "locationType": "locationType"; "serviceIds": "serviceIds"; "submitted": "submitted"; "bookingCheck": "bookingCheck"; "selectedLocations": "selectedLocations"; "propertyNameFilter": "propertyNameFilter"; "delay": "delay"; "reset": "reset"; }, { "locationSelected": "locationSelected"; "locationTermSearchInputChanged": "locationTermSearchInputChanged"; "searchLocationChanged": "searchLocationChanged"; }, never, never, false, never>;
|
|
45
47
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AccessibilityComponent } from './components/accessibility/accessibility.component';
|
|
2
1
|
import { CheckboxListComponent } from './components/checkbox-list/checkbox-list.component';
|
|
3
2
|
import { CookieBannerComponent } from './components/cookie-banner/cookie-banner.component';
|
|
4
3
|
import { DueDateComponent } from './components/due-date/due-date.component';
|
|
@@ -15,6 +14,7 @@ import { SelectedCaseComponent } from './components/selected-case/selected-case.
|
|
|
15
14
|
import { ServiceMessagesComponent } from './components/service-messages/service-messages.component';
|
|
16
15
|
import { ShareCaseConfirmComponent } from './components/share-case-confirm/share-case-confirm.component';
|
|
17
16
|
import { ShareCaseComponent } from './components/share-case/share-case.component';
|
|
17
|
+
import { TcDisplayHtmlComponent } from './components/terms-and-conditions/tc-display/tc-display-html/tc-display-html.component';
|
|
18
18
|
import { WriteAddressFieldComponent } from './components/write-address/write-address.component';
|
|
19
19
|
import { FeatureToggleDirective } from './directives/feature-toggle/feature-toggle.directive';
|
|
20
20
|
import { LetDirective } from './directives/let/let.directive';
|
|
@@ -103,7 +103,7 @@ import * as i67 from "@angular/material/legacy-tabs";
|
|
|
103
103
|
import * as i68 from "@angular/material/legacy-input";
|
|
104
104
|
import * as i69 from "ngx-pagination";
|
|
105
105
|
import * as i70 from "rpx-xui-translation";
|
|
106
|
-
export declare const COMMON_COMPONENTS: (typeof
|
|
106
|
+
export declare const COMMON_COMPONENTS: (typeof CheckboxListComponent | typeof DueDateComponent | typeof GenericFilterComponent | typeof LoadingSpinnerComponent | typeof SelectedCaseConfirmComponent | typeof SelectedCaseListComponent | typeof SelectedCaseComponent | typeof ServiceMessagesComponent | typeof ShareCaseConfirmComponent | typeof ShareCaseComponent | typeof TcDisplayHtmlComponent | typeof CookieBannerComponent | typeof SearchLocationComponent | typeof SearchVenueComponent | typeof SearchJudicialsComponent | typeof FindPersonComponent | typeof FindTaskNameComponent | typeof WriteAddressFieldComponent | typeof FeatureToggleDirective | typeof LetDirective)[];
|
|
107
107
|
export declare const GOV_UI_COMPONENTS: (typeof GovUkErrorMessageComponent | typeof GovUkFormGroupWrapperComponent | typeof GovUkLabelComponent | typeof GovUkRadioComponent | typeof GovUkRadiosComponent | typeof GovukTableComponent | typeof HmctsBannerComponent | typeof HmctsErrorSummaryComponent | typeof HmctsIdentityBarComponent | typeof HmctsMainWrapperComponent | typeof HmctsPaginationComponent | typeof HmctsPrimaryNavigationComponent | typeof HmctsSubNavigationComponent | typeof RemoveHostDirective)[];
|
|
108
108
|
export declare class ExuiCommonLibModule {
|
|
109
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExuiCommonLibModule, never>;
|