@ukho/admiralty-angular 2.0.0-next.4 → 2.0.0-next.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.
@@ -1,18 +1,10 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Component, ChangeDetectionStrategy, Directive, HostListener, APP_INITIALIZER, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
- import { applyPolyfills, defineCustomElements } from '@ukho/admiralty-core/loader';
5
4
  import { __decorate } from 'tslib';
6
5
  import { fromEvent } from 'rxjs';
7
6
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
8
-
9
- const appInitialise = () => {
10
- return () => {
11
- return applyPolyfills().then(() => {
12
- return defineCustomElements();
13
- });
14
- };
15
- };
7
+ import { defineCustomElements } from '@ukho/admiralty-core/loader';
16
8
 
17
9
  /* eslint-disable */
18
10
  /* tslint:disable */
@@ -81,15 +73,15 @@ let AdmiraltyAutocomplete = class AdmiraltyAutocomplete {
81
73
  this.el = r.nativeElement;
82
74
  proxyOutputs(this, this.el, ['admiraltyChange']);
83
75
  }
84
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
85
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyAutocomplete, selector: "admiralty-autocomplete", inputs: { assistiveHint: "assistiveHint", autoselect: "autoselect", confirmOnBlur: "confirmOnBlur", cssNamespace: "cssNamespace", disabled: "disabled", displayMenu: "displayMenu", hint: "hint", inputClasses: "inputClasses", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", menuAttributes: "menuAttributes", menuClasses: "menuClasses", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", showAllValues: "showAllValues", showNoOptionsFound: "showNoOptionsFound", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
76
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
77
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyAutocomplete, selector: "admiralty-autocomplete", inputs: { assistiveHint: "assistiveHint", autoselect: "autoselect", confirmOnBlur: "confirmOnBlur", cssNamespace: "cssNamespace", disabled: "disabled", displayMenu: "displayMenu", hint: "hint", inputClasses: "inputClasses", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", menuAttributes: "menuAttributes", menuClasses: "menuClasses", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", showAllValues: "showAllValues", showNoOptionsFound: "showNoOptionsFound", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
86
78
  };
87
79
  AdmiraltyAutocomplete = __decorate([
88
80
  ProxyCmp({
89
81
  inputs: ['assistiveHint', 'autoselect', 'confirmOnBlur', 'cssNamespace', 'disabled', 'displayMenu', 'hint', 'inputClasses', 'invalid', 'invalidMessage', 'label', 'menuAttributes', 'menuClasses', 'minLength', 'name', 'placeholder', 'required', 'showAllValues', 'showNoOptionsFound', 'value']
90
82
  })
91
83
  ], AdmiraltyAutocomplete);
92
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyAutocomplete, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyAutocomplete, decorators: [{
93
85
  type: Component,
94
86
  args: [{
95
87
  selector: 'admiralty-autocomplete',
@@ -107,15 +99,15 @@ let AdmiraltyAutocompleteOption = class AdmiraltyAutocompleteOption {
107
99
  c.detach();
108
100
  this.el = r.nativeElement;
109
101
  }
110
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyAutocompleteOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
111
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyAutocompleteOption, selector: "admiralty-autocomplete-option", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
102
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyAutocompleteOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
103
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyAutocompleteOption, selector: "admiralty-autocomplete-option", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
112
104
  };
113
105
  AdmiraltyAutocompleteOption = __decorate([
114
106
  ProxyCmp({
115
107
  inputs: ['value']
116
108
  })
117
109
  ], AdmiraltyAutocompleteOption);
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyAutocompleteOption, decorators: [{
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyAutocompleteOption, decorators: [{
119
111
  type: Component,
120
112
  args: [{
121
113
  selector: 'admiralty-autocomplete-option',
@@ -133,15 +125,15 @@ let AdmiraltyBreadcrumb = class AdmiraltyBreadcrumb {
133
125
  c.detach();
134
126
  this.el = r.nativeElement;
135
127
  }
136
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
137
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyBreadcrumb, selector: "admiralty-breadcrumb", inputs: { active: "active", href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
128
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
129
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyBreadcrumb, selector: "admiralty-breadcrumb", inputs: { active: "active", href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
138
130
  };
139
131
  AdmiraltyBreadcrumb = __decorate([
140
132
  ProxyCmp({
141
133
  inputs: ['active', 'href']
142
134
  })
143
135
  ], AdmiraltyBreadcrumb);
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyBreadcrumb, decorators: [{
136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyBreadcrumb, decorators: [{
145
137
  type: Component,
146
138
  args: [{
147
139
  selector: 'admiralty-breadcrumb',
@@ -159,13 +151,13 @@ let AdmiraltyBreadcrumbs = class AdmiraltyBreadcrumbs {
159
151
  c.detach();
160
152
  this.el = r.nativeElement;
161
153
  }
162
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
163
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyBreadcrumbs, selector: "admiralty-breadcrumbs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
154
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
155
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyBreadcrumbs, selector: "admiralty-breadcrumbs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
164
156
  };
165
157
  AdmiraltyBreadcrumbs = __decorate([
166
158
  ProxyCmp({})
167
159
  ], AdmiraltyBreadcrumbs);
168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyBreadcrumbs, decorators: [{
160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyBreadcrumbs, decorators: [{
169
161
  type: Component,
170
162
  args: [{
171
163
  selector: 'admiralty-breadcrumbs',
@@ -183,15 +175,15 @@ let AdmiraltyButton = class AdmiraltyButton {
183
175
  c.detach();
184
176
  this.el = r.nativeElement;
185
177
  }
186
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
187
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyButton, selector: "admiralty-button", inputs: { disabled: "disabled", form: "form", icon: "icon", name: "name", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
178
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
179
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyButton, selector: "admiralty-button", inputs: { disabled: "disabled", form: "form", icon: "icon", name: "name", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
188
180
  };
189
181
  AdmiraltyButton = __decorate([
190
182
  ProxyCmp({
191
183
  inputs: ['disabled', 'form', 'icon', 'name', 'type', 'value', 'variant']
192
184
  })
193
185
  ], AdmiraltyButton);
194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyButton, decorators: [{
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyButton, decorators: [{
195
187
  type: Component,
196
188
  args: [{
197
189
  selector: 'admiralty-button',
@@ -209,15 +201,15 @@ let AdmiraltyCard = class AdmiraltyCard {
209
201
  c.detach();
210
202
  this.el = r.nativeElement;
211
203
  }
212
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
213
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyCard, selector: "admiralty-card", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
204
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
205
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyCard, selector: "admiralty-card", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
214
206
  };
215
207
  AdmiraltyCard = __decorate([
216
208
  ProxyCmp({
217
209
  inputs: ['heading']
218
210
  })
219
211
  ], AdmiraltyCard);
220
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyCard, decorators: [{
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyCard, decorators: [{
221
213
  type: Component,
222
214
  args: [{
223
215
  selector: 'admiralty-card',
@@ -236,15 +228,15 @@ let AdmiraltyCheckbox = class AdmiraltyCheckbox {
236
228
  this.el = r.nativeElement;
237
229
  proxyOutputs(this, this.el, ['admiraltyChange', 'checkboxFocus', 'checkboxBlur']);
238
230
  }
239
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
240
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyCheckbox, selector: "admiralty-checkbox", inputs: { checkboxRight: "checkboxRight", checked: "checked", disabled: "disabled", labelText: "labelText", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
231
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
232
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyCheckbox, selector: "admiralty-checkbox", inputs: { checkboxRight: "checkboxRight", checked: "checked", disabled: "disabled", labelText: "labelText", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
241
233
  };
242
234
  AdmiraltyCheckbox = __decorate([
243
235
  ProxyCmp({
244
236
  inputs: ['checkboxRight', 'checked', 'disabled', 'labelText', 'name', 'value']
245
237
  })
246
238
  ], AdmiraltyCheckbox);
247
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyCheckbox, decorators: [{
239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyCheckbox, decorators: [{
248
240
  type: Component,
249
241
  args: [{
250
242
  selector: 'admiralty-checkbox',
@@ -263,15 +255,15 @@ let AdmiraltyColourBlock = class AdmiraltyColourBlock {
263
255
  this.el = r.nativeElement;
264
256
  proxyOutputs(this, this.el, ['colourBlockLinkClicked']);
265
257
  }
266
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyColourBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
267
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyColourBlock, selector: "admiralty-colour-block", inputs: { actionText: "actionText", colour: "colour", enableCardEvent: "enableCardEvent", heading: "heading", height: "height", href: "href", linkText: "linkText", suppressRedirect: "suppressRedirect", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
258
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyColourBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
259
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyColourBlock, selector: "admiralty-colour-block", inputs: { actionText: "actionText", colour: "colour", enableCardEvent: "enableCardEvent", heading: "heading", height: "height", href: "href", linkText: "linkText", suppressRedirect: "suppressRedirect", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
268
260
  };
269
261
  AdmiraltyColourBlock = __decorate([
270
262
  ProxyCmp({
271
263
  inputs: ['actionText', 'colour', 'enableCardEvent', 'heading', 'height', 'href', 'linkText', 'suppressRedirect', 'width']
272
264
  })
273
265
  ], AdmiraltyColourBlock);
274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyColourBlock, decorators: [{
266
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyColourBlock, decorators: [{
275
267
  type: Component,
276
268
  args: [{
277
269
  selector: 'admiralty-colour-block',
@@ -289,15 +281,15 @@ let AdmiraltyDialogue = class AdmiraltyDialogue {
289
281
  c.detach();
290
282
  this.el = r.nativeElement;
291
283
  }
292
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyDialogue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
293
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyDialogue, selector: "admiralty-dialogue", inputs: { heading: "heading", sectionRole: "sectionRole", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
284
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyDialogue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
285
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyDialogue, selector: "admiralty-dialogue", inputs: { heading: "heading", sectionRole: "sectionRole", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
294
286
  };
295
287
  AdmiraltyDialogue = __decorate([
296
288
  ProxyCmp({
297
289
  inputs: ['heading', 'sectionRole', 'type']
298
290
  })
299
291
  ], AdmiraltyDialogue);
300
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyDialogue, decorators: [{
292
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyDialogue, decorators: [{
301
293
  type: Component,
302
294
  args: [{
303
295
  selector: 'admiralty-dialogue',
@@ -315,15 +307,15 @@ let AdmiraltyErrorSummary = class AdmiraltyErrorSummary {
315
307
  c.detach();
316
308
  this.el = r.nativeElement;
317
309
  }
318
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyErrorSummary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
319
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyErrorSummary, selector: "admiralty-error-summary", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
310
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyErrorSummary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
311
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyErrorSummary, selector: "admiralty-error-summary", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
320
312
  };
321
313
  AdmiraltyErrorSummary = __decorate([
322
314
  ProxyCmp({
323
315
  inputs: ['heading']
324
316
  })
325
317
  ], AdmiraltyErrorSummary);
326
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyErrorSummary, decorators: [{
318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyErrorSummary, decorators: [{
327
319
  type: Component,
328
320
  args: [{
329
321
  selector: 'admiralty-error-summary',
@@ -342,15 +334,15 @@ let AdmiraltyExpansion = class AdmiraltyExpansion {
342
334
  this.el = r.nativeElement;
343
335
  proxyOutputs(this, this.el, ['toggled']);
344
336
  }
345
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyExpansion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
346
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyExpansion, selector: "admiralty-expansion", inputs: { alignHeadingRight: "alignHeadingRight", expanded: "expanded", heading: "heading", hideBorder: "hideBorder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
337
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyExpansion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
338
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyExpansion, selector: "admiralty-expansion", inputs: { alignHeadingRight: "alignHeadingRight", expanded: "expanded", heading: "heading", hideBorder: "hideBorder" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
347
339
  };
348
340
  AdmiraltyExpansion = __decorate([
349
341
  ProxyCmp({
350
342
  inputs: ['alignHeadingRight', 'expanded', 'heading', 'hideBorder']
351
343
  })
352
344
  ], AdmiraltyExpansion);
353
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyExpansion, decorators: [{
345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyExpansion, decorators: [{
354
346
  type: Component,
355
347
  args: [{
356
348
  selector: 'admiralty-expansion',
@@ -369,15 +361,15 @@ let AdmiraltyFileInput = class AdmiraltyFileInput {
369
361
  this.el = r.nativeElement;
370
362
  proxyOutputs(this, this.el, ['fileInputChange']);
371
363
  }
372
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyFileInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
373
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyFileInput, selector: "admiralty-file-input", inputs: { invalid: "invalid", invalidMessage: "invalidMessage", label: "label", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
364
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyFileInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
365
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyFileInput, selector: "admiralty-file-input", inputs: { invalid: "invalid", invalidMessage: "invalidMessage", label: "label", multiple: "multiple" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
374
366
  };
375
367
  AdmiraltyFileInput = __decorate([
376
368
  ProxyCmp({
377
369
  inputs: ['invalid', 'invalidMessage', 'label', 'multiple']
378
370
  })
379
371
  ], AdmiraltyFileInput);
380
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyFileInput, decorators: [{
372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyFileInput, decorators: [{
381
373
  type: Component,
382
374
  args: [{
383
375
  selector: 'admiralty-file-input',
@@ -396,15 +388,15 @@ let AdmiraltyFilter = class AdmiraltyFilter {
396
388
  this.el = r.nativeElement;
397
389
  proxyOutputs(this, this.el, ['filterCleared', 'filterApplied']);
398
390
  }
399
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
400
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyFilter, selector: "admiralty-filter", inputs: { filterTitle: "filterTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
391
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
392
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyFilter, selector: "admiralty-filter", inputs: { filterTitle: "filterTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
401
393
  };
402
394
  AdmiraltyFilter = __decorate([
403
395
  ProxyCmp({
404
396
  inputs: ['filterTitle']
405
397
  })
406
398
  ], AdmiraltyFilter);
407
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyFilter, decorators: [{
399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyFilter, decorators: [{
408
400
  type: Component,
409
401
  args: [{
410
402
  selector: 'admiralty-filter',
@@ -422,15 +414,15 @@ let AdmiraltyFilterGroup = class AdmiraltyFilterGroup {
422
414
  c.detach();
423
415
  this.el = r.nativeElement;
424
416
  }
425
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyFilterGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
426
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyFilterGroup, selector: "admiralty-filter-group", inputs: { groupTitle: "groupTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
417
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyFilterGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
418
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyFilterGroup, selector: "admiralty-filter-group", inputs: { groupTitle: "groupTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
427
419
  };
428
420
  AdmiraltyFilterGroup = __decorate([
429
421
  ProxyCmp({
430
422
  inputs: ['groupTitle']
431
423
  })
432
424
  ], AdmiraltyFilterGroup);
433
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyFilterGroup, decorators: [{
425
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyFilterGroup, decorators: [{
434
426
  type: Component,
435
427
  args: [{
436
428
  selector: 'admiralty-filter-group',
@@ -448,15 +440,15 @@ let AdmiraltyFooter = class AdmiraltyFooter {
448
440
  c.detach();
449
441
  this.el = r.nativeElement;
450
442
  }
451
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
452
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyFooter, selector: "admiralty-footer", inputs: { imageAlt: "imageAlt", imageLink: "imageLink", imageSrc: "imageSrc", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
443
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
444
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyFooter, selector: "admiralty-footer", inputs: { imageAlt: "imageAlt", imageLink: "imageLink", imageSrc: "imageSrc", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
453
445
  };
454
446
  AdmiraltyFooter = __decorate([
455
447
  ProxyCmp({
456
448
  inputs: ['imageAlt', 'imageLink', 'imageSrc', 'text']
457
449
  })
458
450
  ], AdmiraltyFooter);
459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyFooter, decorators: [{
451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyFooter, decorators: [{
460
452
  type: Component,
461
453
  args: [{
462
454
  selector: 'admiralty-footer',
@@ -475,15 +467,15 @@ let AdmiraltyHeader = class AdmiraltyHeader {
475
467
  this.el = r.nativeElement;
476
468
  proxyOutputs(this, this.el, ['titledClicked']);
477
469
  }
478
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
479
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyHeader, selector: "admiralty-header", inputs: { headerTitle: "headerTitle", headerTitleUrl: "headerTitleUrl", logoAltText: "logoAltText", logoImgUrl: "logoImgUrl", logoLinkUrl: "logoLinkUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
470
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
471
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyHeader, selector: "admiralty-header", inputs: { headerTitle: "headerTitle", headerTitleUrl: "headerTitleUrl", logoAltText: "logoAltText", logoImgUrl: "logoImgUrl", logoLinkUrl: "logoLinkUrl" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
480
472
  };
481
473
  AdmiraltyHeader = __decorate([
482
474
  ProxyCmp({
483
475
  inputs: ['headerTitle', 'headerTitleUrl', 'logoAltText', 'logoImgUrl', 'logoLinkUrl']
484
476
  })
485
477
  ], AdmiraltyHeader);
486
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeader, decorators: [{
478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeader, decorators: [{
487
479
  type: Component,
488
480
  args: [{
489
481
  selector: 'admiralty-header',
@@ -502,15 +494,15 @@ let AdmiraltyHeaderMenuItem = class AdmiraltyHeaderMenuItem {
502
494
  this.el = r.nativeElement;
503
495
  proxyOutputs(this, this.el, ['menuItemClick']);
504
496
  }
505
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeaderMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
506
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyHeaderMenuItem, selector: "admiralty-header-menu-item", inputs: { active: "active", menuTitle: "menuTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
497
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeaderMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
498
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyHeaderMenuItem, selector: "admiralty-header-menu-item", inputs: { active: "active", menuTitle: "menuTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
507
499
  };
508
500
  AdmiraltyHeaderMenuItem = __decorate([
509
501
  ProxyCmp({
510
502
  inputs: ['active', 'menuTitle']
511
503
  })
512
504
  ], AdmiraltyHeaderMenuItem);
513
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeaderMenuItem, decorators: [{
505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeaderMenuItem, decorators: [{
514
506
  type: Component,
515
507
  args: [{
516
508
  selector: 'admiralty-header-menu-item',
@@ -529,15 +521,15 @@ let AdmiraltyHeaderMenuLink = class AdmiraltyHeaderMenuLink {
529
521
  this.el = r.nativeElement;
530
522
  proxyOutputs(this, this.el, ['menuItemClick']);
531
523
  }
532
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeaderMenuLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
533
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyHeaderMenuLink, selector: "admiralty-header-menu-link", inputs: { active: "active", href: "href", menuTitle: "menuTitle", suppressRedirect: "suppressRedirect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
524
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeaderMenuLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
525
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyHeaderMenuLink, selector: "admiralty-header-menu-link", inputs: { active: "active", href: "href", menuTitle: "menuTitle", suppressRedirect: "suppressRedirect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
534
526
  };
535
527
  AdmiraltyHeaderMenuLink = __decorate([
536
528
  ProxyCmp({
537
529
  inputs: ['active', 'href', 'menuTitle', 'suppressRedirect']
538
530
  })
539
531
  ], AdmiraltyHeaderMenuLink);
540
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeaderMenuLink, decorators: [{
532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeaderMenuLink, decorators: [{
541
533
  type: Component,
542
534
  args: [{
543
535
  selector: 'admiralty-header-menu-link',
@@ -556,15 +548,15 @@ let AdmiraltyHeaderProfile = class AdmiraltyHeaderProfile {
556
548
  this.el = r.nativeElement;
557
549
  proxyOutputs(this, this.el, ['signInClicked', 'yourAccountClicked', 'signOutClicked']);
558
550
  }
559
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeaderProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
560
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyHeaderProfile, selector: "admiralty-header-profile", inputs: { isSignedIn: "isSignedIn", signInOnly: "signInOnly", signedInText: "signedInText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
551
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeaderProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
552
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyHeaderProfile, selector: "admiralty-header-profile", inputs: { isSignedIn: "isSignedIn", signInOnly: "signInOnly", signedInText: "signedInText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
561
553
  };
562
554
  AdmiraltyHeaderProfile = __decorate([
563
555
  ProxyCmp({
564
556
  inputs: ['isSignedIn', 'signInOnly', 'signedInText']
565
557
  })
566
558
  ], AdmiraltyHeaderProfile);
567
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeaderProfile, decorators: [{
559
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeaderProfile, decorators: [{
568
560
  type: Component,
569
561
  args: [{
570
562
  selector: 'admiralty-header-profile',
@@ -583,15 +575,15 @@ let AdmiraltyHeaderSubMenuItem = class AdmiraltyHeaderSubMenuItem {
583
575
  this.el = r.nativeElement;
584
576
  proxyOutputs(this, this.el, ['subMenuItemClick']);
585
577
  }
586
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeaderSubMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
587
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyHeaderSubMenuItem, selector: "admiralty-header-sub-menu-item", inputs: { menuTitle: "menuTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
578
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeaderSubMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
579
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyHeaderSubMenuItem, selector: "admiralty-header-sub-menu-item", inputs: { menuTitle: "menuTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
588
580
  };
589
581
  AdmiraltyHeaderSubMenuItem = __decorate([
590
582
  ProxyCmp({
591
583
  inputs: ['menuTitle']
592
584
  })
593
585
  ], AdmiraltyHeaderSubMenuItem);
594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHeaderSubMenuItem, decorators: [{
586
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHeaderSubMenuItem, decorators: [{
595
587
  type: Component,
596
588
  args: [{
597
589
  selector: 'admiralty-header-sub-menu-item',
@@ -609,15 +601,15 @@ let AdmiraltyHint = class AdmiraltyHint {
609
601
  c.detach();
610
602
  this.el = r.nativeElement;
611
603
  }
612
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
613
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyHint, selector: "admiralty-hint", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
604
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
605
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyHint, selector: "admiralty-hint", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
614
606
  };
615
607
  AdmiraltyHint = __decorate([
616
608
  ProxyCmp({
617
609
  inputs: ['disabled']
618
610
  })
619
611
  ], AdmiraltyHint);
620
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHint, decorators: [{
612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHint, decorators: [{
621
613
  type: Component,
622
614
  args: [{
623
615
  selector: 'admiralty-hint',
@@ -635,13 +627,13 @@ let AdmiraltyHr = class AdmiraltyHr {
635
627
  c.detach();
636
628
  this.el = r.nativeElement;
637
629
  }
638
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHr, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
639
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyHr, selector: "admiralty-hr", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
630
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHr, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
631
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyHr, selector: "admiralty-hr", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
640
632
  };
641
633
  AdmiraltyHr = __decorate([
642
634
  ProxyCmp({})
643
635
  ], AdmiraltyHr);
644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyHr, decorators: [{
636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyHr, decorators: [{
645
637
  type: Component,
646
638
  args: [{
647
639
  selector: 'admiralty-hr',
@@ -659,15 +651,15 @@ let AdmiraltyIcon = class AdmiraltyIcon {
659
651
  c.detach();
660
652
  this.el = r.nativeElement;
661
653
  }
662
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
663
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyIcon, selector: "admiralty-icon", inputs: { iconName: "iconName", iconPrefix: "iconPrefix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
654
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
655
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyIcon, selector: "admiralty-icon", inputs: { iconName: "iconName", iconPrefix: "iconPrefix" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
664
656
  };
665
657
  AdmiraltyIcon = __decorate([
666
658
  ProxyCmp({
667
659
  inputs: ['iconName', 'iconPrefix']
668
660
  })
669
661
  ], AdmiraltyIcon);
670
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyIcon, decorators: [{
662
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyIcon, decorators: [{
671
663
  type: Component,
672
664
  args: [{
673
665
  selector: 'admiralty-icon',
@@ -686,15 +678,15 @@ let AdmiraltyInput = class AdmiraltyInput {
686
678
  this.el = r.nativeElement;
687
679
  proxyOutputs(this, this.el, ['admiraltyInput', 'admiraltyFocus', 'admiraltyBlur']);
688
680
  }
689
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
690
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyInput, selector: "admiralty-input", inputs: { autocomplete: "autocomplete", disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", name: "name", placeholder: "placeholder", required: "required", type: "type", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
681
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
682
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyInput, selector: "admiralty-input", inputs: { autocomplete: "autocomplete", disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", name: "name", placeholder: "placeholder", required: "required", type: "type", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
691
683
  };
692
684
  AdmiraltyInput = __decorate([
693
685
  ProxyCmp({
694
686
  inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'placeholder', 'required', 'type', 'value', 'width']
695
687
  })
696
688
  ], AdmiraltyInput);
697
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyInput, decorators: [{
689
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyInput, decorators: [{
698
690
  type: Component,
699
691
  args: [{
700
692
  selector: 'admiralty-input',
@@ -712,13 +704,13 @@ let AdmiraltyInputInvalid = class AdmiraltyInputInvalid {
712
704
  c.detach();
713
705
  this.el = r.nativeElement;
714
706
  }
715
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyInputInvalid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
716
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyInputInvalid, selector: "admiralty-input-invalid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
707
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyInputInvalid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
708
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyInputInvalid, selector: "admiralty-input-invalid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
717
709
  };
718
710
  AdmiraltyInputInvalid = __decorate([
719
711
  ProxyCmp({})
720
712
  ], AdmiraltyInputInvalid);
721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyInputInvalid, decorators: [{
713
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyInputInvalid, decorators: [{
722
714
  type: Component,
723
715
  args: [{
724
716
  selector: 'admiralty-input-invalid',
@@ -736,15 +728,15 @@ let AdmiraltyLabel = class AdmiraltyLabel {
736
728
  c.detach();
737
729
  this.el = r.nativeElement;
738
730
  }
739
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
740
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyLabel, selector: "admiralty-label", inputs: { disabled: "disabled", for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
731
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
732
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyLabel, selector: "admiralty-label", inputs: { disabled: "disabled", for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
741
733
  };
742
734
  AdmiraltyLabel = __decorate([
743
735
  ProxyCmp({
744
736
  inputs: ['disabled', 'for']
745
737
  })
746
738
  ], AdmiraltyLabel);
747
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyLabel, decorators: [{
739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyLabel, decorators: [{
748
740
  type: Component,
749
741
  args: [{
750
742
  selector: 'admiralty-label',
@@ -762,15 +754,15 @@ let AdmiraltyLink = class AdmiraltyLink {
762
754
  c.detach();
763
755
  this.el = r.nativeElement;
764
756
  }
765
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
766
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyLink, selector: "admiralty-link", inputs: { href: "href", newTab: "newTab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
757
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
758
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyLink, selector: "admiralty-link", inputs: { href: "href", newTab: "newTab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
767
759
  };
768
760
  AdmiraltyLink = __decorate([
769
761
  ProxyCmp({
770
762
  inputs: ['href', 'newTab']
771
763
  })
772
764
  ], AdmiraltyLink);
773
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyLink, decorators: [{
765
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyLink, decorators: [{
774
766
  type: Component,
775
767
  args: [{
776
768
  selector: 'admiralty-link',
@@ -788,15 +780,15 @@ let AdmiraltyModalDialog = class AdmiraltyModalDialog {
788
780
  c.detach();
789
781
  this.el = r.nativeElement;
790
782
  }
791
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyModalDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
792
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyModalDialog, selector: "admiralty-modal-dialog", inputs: { description: "description", heading: "heading", label: "label", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
783
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyModalDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
784
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyModalDialog, selector: "admiralty-modal-dialog", inputs: { description: "description", heading: "heading", label: "label", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
793
785
  };
794
786
  AdmiraltyModalDialog = __decorate([
795
787
  ProxyCmp({
796
788
  inputs: ['description', 'heading', 'label', 'show']
797
789
  })
798
790
  ], AdmiraltyModalDialog);
799
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyModalDialog, decorators: [{
791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyModalDialog, decorators: [{
800
792
  type: Component,
801
793
  args: [{
802
794
  selector: 'admiralty-modal-dialog',
@@ -815,15 +807,15 @@ let AdmiraltyPaginator = class AdmiraltyPaginator {
815
807
  this.el = r.nativeElement;
816
808
  proxyOutputs(this, this.el, ['pageChange']);
817
809
  }
818
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyPaginator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
819
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyPaginator, selector: "admiralty-paginator", inputs: { currentPage: "currentPage", label: "label", pages: "pages" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
810
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyPaginator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
811
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyPaginator, selector: "admiralty-paginator", inputs: { currentPage: "currentPage", label: "label", pages: "pages" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
820
812
  };
821
813
  AdmiraltyPaginator = __decorate([
822
814
  ProxyCmp({
823
815
  inputs: ['currentPage', 'label', 'pages']
824
816
  })
825
817
  ], AdmiraltyPaginator);
826
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyPaginator, decorators: [{
818
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyPaginator, decorators: [{
827
819
  type: Component,
828
820
  args: [{
829
821
  selector: 'admiralty-paginator',
@@ -841,15 +833,15 @@ let AdmiraltyPhaseBanner = class AdmiraltyPhaseBanner {
841
833
  c.detach();
842
834
  this.el = r.nativeElement;
843
835
  }
844
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyPhaseBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
845
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyPhaseBanner, selector: "admiralty-phase-banner", inputs: { link: "link", phase: "phase" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
836
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyPhaseBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
837
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyPhaseBanner, selector: "admiralty-phase-banner", inputs: { link: "link", phase: "phase" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
846
838
  };
847
839
  AdmiraltyPhaseBanner = __decorate([
848
840
  ProxyCmp({
849
841
  inputs: ['link', 'phase']
850
842
  })
851
843
  ], AdmiraltyPhaseBanner);
852
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyPhaseBanner, decorators: [{
844
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyPhaseBanner, decorators: [{
853
845
  type: Component,
854
846
  args: [{
855
847
  selector: 'admiralty-phase-banner',
@@ -867,15 +859,15 @@ let AdmiraltyProgressBar = class AdmiraltyProgressBar {
867
859
  c.detach();
868
860
  this.el = r.nativeElement;
869
861
  }
870
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
871
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyProgressBar, selector: "admiralty-progress-bar", inputs: { error: "error", label: "label", progression: "progression" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
862
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
863
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyProgressBar, selector: "admiralty-progress-bar", inputs: { error: "error", label: "label", progression: "progression" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
872
864
  };
873
865
  AdmiraltyProgressBar = __decorate([
874
866
  ProxyCmp({
875
867
  inputs: ['error', 'label', 'progression']
876
868
  })
877
869
  ], AdmiraltyProgressBar);
878
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyProgressBar, decorators: [{
870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyProgressBar, decorators: [{
879
871
  type: Component,
880
872
  args: [{
881
873
  selector: 'admiralty-progress-bar',
@@ -894,15 +886,15 @@ let AdmiraltyRadio = class AdmiraltyRadio {
894
886
  this.el = r.nativeElement;
895
887
  proxyOutputs(this, this.el, ['admiraltyFocus', 'admiraltyBlur', 'admiraltyChange']);
896
888
  }
897
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
898
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyRadio, selector: "admiralty-radio", inputs: { checked: "checked", disabled: "disabled", invalid: "invalid", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
889
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
890
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyRadio, selector: "admiralty-radio", inputs: { checked: "checked", disabled: "disabled", invalid: "invalid", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
899
891
  };
900
892
  AdmiraltyRadio = __decorate([
901
893
  ProxyCmp({
902
894
  inputs: ['checked', 'disabled', 'invalid', 'name', 'value']
903
895
  })
904
896
  ], AdmiraltyRadio);
905
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyRadio, decorators: [{
897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyRadio, decorators: [{
906
898
  type: Component,
907
899
  args: [{
908
900
  selector: 'admiralty-radio',
@@ -921,15 +913,15 @@ let AdmiraltyRadioGroup = class AdmiraltyRadioGroup {
921
913
  this.el = r.nativeElement;
922
914
  proxyOutputs(this, this.el, ['admiraltyChange']);
923
915
  }
924
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
925
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyRadioGroup, selector: "admiralty-radio-group", inputs: { disabled: "disabled", displayVertical: "displayVertical", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
916
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
917
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyRadioGroup, selector: "admiralty-radio-group", inputs: { disabled: "disabled", displayVertical: "displayVertical", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
926
918
  };
927
919
  AdmiraltyRadioGroup = __decorate([
928
920
  ProxyCmp({
929
921
  inputs: ['disabled', 'displayVertical', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'value']
930
922
  })
931
923
  ], AdmiraltyRadioGroup);
932
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyRadioGroup, decorators: [{
924
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyRadioGroup, decorators: [{
933
925
  type: Component,
934
926
  args: [{
935
927
  selector: 'admiralty-radio-group',
@@ -948,15 +940,15 @@ let AdmiraltyReadMore = class AdmiraltyReadMore {
948
940
  this.el = r.nativeElement;
949
941
  proxyOutputs(this, this.el, ['admiraltyToggled']);
950
942
  }
951
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyReadMore, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
952
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyReadMore, selector: "admiralty-read-more", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
943
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyReadMore, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
944
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyReadMore, selector: "admiralty-read-more", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
953
945
  };
954
946
  AdmiraltyReadMore = __decorate([
955
947
  ProxyCmp({
956
948
  inputs: ['heading']
957
949
  })
958
950
  ], AdmiraltyReadMore);
959
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyReadMore, decorators: [{
951
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyReadMore, decorators: [{
960
952
  type: Component,
961
953
  args: [{
962
954
  selector: 'admiralty-read-more',
@@ -975,15 +967,15 @@ let AdmiraltySelect = class AdmiraltySelect {
975
967
  this.el = r.nativeElement;
976
968
  proxyOutputs(this, this.el, ['admiraltyChange', 'admiraltyBlur']);
977
969
  }
978
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltySelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
979
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltySelect, selector: "admiralty-select", inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
970
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltySelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
971
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltySelect, selector: "admiralty-select", inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
980
972
  };
981
973
  AdmiraltySelect = __decorate([
982
974
  ProxyCmp({
983
975
  inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width']
984
976
  })
985
977
  ], AdmiraltySelect);
986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltySelect, decorators: [{
978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltySelect, decorators: [{
987
979
  type: Component,
988
980
  args: [{
989
981
  selector: 'admiralty-select',
@@ -1001,15 +993,15 @@ let AdmiraltySideNav = class AdmiraltySideNav {
1001
993
  c.detach();
1002
994
  this.el = r.nativeElement;
1003
995
  }
1004
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltySideNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1005
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltySideNav, selector: "admiralty-side-nav", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
996
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltySideNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
997
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltySideNav, selector: "admiralty-side-nav", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1006
998
  };
1007
999
  AdmiraltySideNav = __decorate([
1008
1000
  ProxyCmp({
1009
1001
  inputs: ['label']
1010
1002
  })
1011
1003
  ], AdmiraltySideNav);
1012
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltySideNav, decorators: [{
1004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltySideNav, decorators: [{
1013
1005
  type: Component,
1014
1006
  args: [{
1015
1007
  selector: 'admiralty-side-nav',
@@ -1028,15 +1020,15 @@ let AdmiraltySideNavItem = class AdmiraltySideNavItem {
1028
1020
  this.el = r.nativeElement;
1029
1021
  proxyOutputs(this, this.el, ['sideNavItemSelected']);
1030
1022
  }
1031
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltySideNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1032
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltySideNavItem, selector: "admiralty-side-nav-item", inputs: { headingTitle: "headingTitle", navActive: "navActive", sideNavItemId: "sideNavItemId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1023
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltySideNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1024
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltySideNavItem, selector: "admiralty-side-nav-item", inputs: { headingTitle: "headingTitle", navActive: "navActive", sideNavItemId: "sideNavItemId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1033
1025
  };
1034
1026
  AdmiraltySideNavItem = __decorate([
1035
1027
  ProxyCmp({
1036
1028
  inputs: ['headingTitle', 'navActive', 'sideNavItemId']
1037
1029
  })
1038
1030
  ], AdmiraltySideNavItem);
1039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltySideNavItem, decorators: [{
1031
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltySideNavItem, decorators: [{
1040
1032
  type: Component,
1041
1033
  args: [{
1042
1034
  selector: 'admiralty-side-nav-item',
@@ -1054,15 +1046,15 @@ let AdmiraltySkipLink = class AdmiraltySkipLink {
1054
1046
  c.detach();
1055
1047
  this.el = r.nativeElement;
1056
1048
  }
1057
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltySkipLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1058
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltySkipLink, selector: "admiralty-skip-link", inputs: { href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1049
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltySkipLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1050
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltySkipLink, selector: "admiralty-skip-link", inputs: { href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1059
1051
  };
1060
1052
  AdmiraltySkipLink = __decorate([
1061
1053
  ProxyCmp({
1062
1054
  inputs: ['href']
1063
1055
  })
1064
1056
  ], AdmiraltySkipLink);
1065
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltySkipLink, decorators: [{
1057
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltySkipLink, decorators: [{
1066
1058
  type: Component,
1067
1059
  args: [{
1068
1060
  selector: 'admiralty-skip-link',
@@ -1080,15 +1072,15 @@ let AdmiraltyTab = class AdmiraltyTab {
1080
1072
  c.detach();
1081
1073
  this.el = r.nativeElement;
1082
1074
  }
1083
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1084
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTab, selector: "admiralty-tab", inputs: { label: "label", tabContentId: "tabContentId", tabLabelId: "tabLabelId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1075
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1076
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTab, selector: "admiralty-tab", inputs: { label: "label", tabContentId: "tabContentId", tabLabelId: "tabLabelId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1085
1077
  };
1086
1078
  AdmiraltyTab = __decorate([
1087
1079
  ProxyCmp({
1088
1080
  inputs: ['label', 'tabContentId', 'tabLabelId']
1089
1081
  })
1090
1082
  ], AdmiraltyTab);
1091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTab, decorators: [{
1083
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTab, decorators: [{
1092
1084
  type: Component,
1093
1085
  args: [{
1094
1086
  selector: 'admiralty-tab',
@@ -1107,15 +1099,15 @@ let AdmiraltyTabGroup = class AdmiraltyTabGroup {
1107
1099
  this.el = r.nativeElement;
1108
1100
  proxyOutputs(this, this.el, ['admiraltyTabSelected']);
1109
1101
  }
1110
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1111
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTabGroup, selector: "admiralty-tab-group", inputs: { selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1102
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1103
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTabGroup, selector: "admiralty-tab-group", inputs: { selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1112
1104
  };
1113
1105
  AdmiraltyTabGroup = __decorate([
1114
1106
  ProxyCmp({
1115
1107
  inputs: ['selectedIndex']
1116
1108
  })
1117
1109
  ], AdmiraltyTabGroup);
1118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTabGroup, decorators: [{
1110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTabGroup, decorators: [{
1119
1111
  type: Component,
1120
1112
  args: [{
1121
1113
  selector: 'admiralty-tab-group',
@@ -1133,15 +1125,15 @@ let AdmiraltyTable = class AdmiraltyTable {
1133
1125
  c.detach();
1134
1126
  this.el = r.nativeElement;
1135
1127
  }
1136
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1137
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTable, selector: "admiralty-table", inputs: { caption: "caption" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1128
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1129
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTable, selector: "admiralty-table", inputs: { caption: "caption" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1138
1130
  };
1139
1131
  AdmiraltyTable = __decorate([
1140
1132
  ProxyCmp({
1141
1133
  inputs: ['caption']
1142
1134
  })
1143
1135
  ], AdmiraltyTable);
1144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTable, decorators: [{
1136
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTable, decorators: [{
1145
1137
  type: Component,
1146
1138
  args: [{
1147
1139
  selector: 'admiralty-table',
@@ -1159,13 +1151,13 @@ let AdmiraltyTableBody = class AdmiraltyTableBody {
1159
1151
  c.detach();
1160
1152
  this.el = r.nativeElement;
1161
1153
  }
1162
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1163
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTableBody, selector: "admiralty-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1154
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1155
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTableBody, selector: "admiralty-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1164
1156
  };
1165
1157
  AdmiraltyTableBody = __decorate([
1166
1158
  ProxyCmp({})
1167
1159
  ], AdmiraltyTableBody);
1168
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableBody, decorators: [{
1160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableBody, decorators: [{
1169
1161
  type: Component,
1170
1162
  args: [{
1171
1163
  selector: 'admiralty-table-body',
@@ -1183,13 +1175,13 @@ let AdmiraltyTableCell = class AdmiraltyTableCell {
1183
1175
  c.detach();
1184
1176
  this.el = r.nativeElement;
1185
1177
  }
1186
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1187
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTableCell, selector: "admiralty-table-cell", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1178
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1179
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTableCell, selector: "admiralty-table-cell", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1188
1180
  };
1189
1181
  AdmiraltyTableCell = __decorate([
1190
1182
  ProxyCmp({})
1191
1183
  ], AdmiraltyTableCell);
1192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableCell, decorators: [{
1184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableCell, decorators: [{
1193
1185
  type: Component,
1194
1186
  args: [{
1195
1187
  selector: 'admiralty-table-cell',
@@ -1207,13 +1199,13 @@ let AdmiraltyTableHeader = class AdmiraltyTableHeader {
1207
1199
  c.detach();
1208
1200
  this.el = r.nativeElement;
1209
1201
  }
1210
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1211
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTableHeader, selector: "admiralty-table-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1202
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1203
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTableHeader, selector: "admiralty-table-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1212
1204
  };
1213
1205
  AdmiraltyTableHeader = __decorate([
1214
1206
  ProxyCmp({})
1215
1207
  ], AdmiraltyTableHeader);
1216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableHeader, decorators: [{
1208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableHeader, decorators: [{
1217
1209
  type: Component,
1218
1210
  args: [{
1219
1211
  selector: 'admiralty-table-header',
@@ -1231,13 +1223,13 @@ let AdmiraltyTableHeaderCell = class AdmiraltyTableHeaderCell {
1231
1223
  c.detach();
1232
1224
  this.el = r.nativeElement;
1233
1225
  }
1234
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableHeaderCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1235
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTableHeaderCell, selector: "admiralty-table-header-cell", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1226
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableHeaderCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1227
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTableHeaderCell, selector: "admiralty-table-header-cell", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1236
1228
  };
1237
1229
  AdmiraltyTableHeaderCell = __decorate([
1238
1230
  ProxyCmp({})
1239
1231
  ], AdmiraltyTableHeaderCell);
1240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableHeaderCell, decorators: [{
1232
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableHeaderCell, decorators: [{
1241
1233
  type: Component,
1242
1234
  args: [{
1243
1235
  selector: 'admiralty-table-header-cell',
@@ -1255,13 +1247,13 @@ let AdmiraltyTableRow = class AdmiraltyTableRow {
1255
1247
  c.detach();
1256
1248
  this.el = r.nativeElement;
1257
1249
  }
1258
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1259
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTableRow, selector: "admiralty-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1250
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1251
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTableRow, selector: "admiralty-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1260
1252
  };
1261
1253
  AdmiraltyTableRow = __decorate([
1262
1254
  ProxyCmp({})
1263
1255
  ], AdmiraltyTableRow);
1264
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTableRow, decorators: [{
1256
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTableRow, decorators: [{
1265
1257
  type: Component,
1266
1258
  args: [{
1267
1259
  selector: 'admiralty-table-row',
@@ -1280,15 +1272,15 @@ let AdmiraltyTextarea = class AdmiraltyTextarea {
1280
1272
  this.el = r.nativeElement;
1281
1273
  proxyOutputs(this, this.el, ['textareaBlur', 'admiraltyInput']);
1282
1274
  }
1283
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1284
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTextarea, selector: "admiralty-textarea", inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1275
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1276
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTextarea, selector: "admiralty-textarea", inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", value: "value", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1285
1277
  };
1286
1278
  AdmiraltyTextarea = __decorate([
1287
1279
  ProxyCmp({
1288
1280
  inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width']
1289
1281
  })
1290
1282
  ], AdmiraltyTextarea);
1291
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTextarea, decorators: [{
1283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTextarea, decorators: [{
1292
1284
  type: Component,
1293
1285
  args: [{
1294
1286
  selector: 'admiralty-textarea',
@@ -1307,15 +1299,15 @@ let AdmiraltyTypeAhead = class AdmiraltyTypeAhead {
1307
1299
  this.el = r.nativeElement;
1308
1300
  proxyOutputs(this, this.el, ['selectionChanged', 'valueChanged']);
1309
1301
  }
1310
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTypeAhead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1311
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTypeAhead, selector: "admiralty-type-ahead", inputs: { hint: "hint", label: "label", placeholder: "placeholder", resultsOnInitFocus: "resultsOnInitFocus", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1302
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTypeAhead, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1303
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTypeAhead, selector: "admiralty-type-ahead", inputs: { hint: "hint", label: "label", placeholder: "placeholder", resultsOnInitFocus: "resultsOnInitFocus", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1312
1304
  };
1313
1305
  AdmiraltyTypeAhead = __decorate([
1314
1306
  ProxyCmp({
1315
1307
  inputs: ['hint', 'label', 'placeholder', 'resultsOnInitFocus', 'value']
1316
1308
  })
1317
1309
  ], AdmiraltyTypeAhead);
1318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTypeAhead, decorators: [{
1310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTypeAhead, decorators: [{
1319
1311
  type: Component,
1320
1312
  args: [{
1321
1313
  selector: 'admiralty-type-ahead',
@@ -1333,15 +1325,15 @@ let AdmiraltyTypeAheadItem = class AdmiraltyTypeAheadItem {
1333
1325
  c.detach();
1334
1326
  this.el = r.nativeElement;
1335
1327
  }
1336
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTypeAheadItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1337
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.3", type: AdmiraltyTypeAheadItem, selector: "admiralty-type-ahead-item", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1328
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTypeAheadItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1329
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.5", type: AdmiraltyTypeAheadItem, selector: "admiralty-type-ahead-item", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1338
1330
  };
1339
1331
  AdmiraltyTypeAheadItem = __decorate([
1340
1332
  ProxyCmp({
1341
1333
  inputs: ['value']
1342
1334
  })
1343
1335
  ], AdmiraltyTypeAheadItem);
1344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: AdmiraltyTypeAheadItem, decorators: [{
1336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: AdmiraltyTypeAheadItem, decorators: [{
1345
1337
  type: Component,
1346
1338
  args: [{
1347
1339
  selector: 'admiralty-type-ahead-item',
@@ -1433,10 +1425,10 @@ class ValueAccessor {
1433
1425
  setDisabledState(isDisabled) {
1434
1426
  this.el.nativeElement.disabled = isDisabled;
1435
1427
  }
1436
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1437
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
1428
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1429
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
1438
1430
  }
1439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: ValueAccessor, decorators: [{
1431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: ValueAccessor, decorators: [{
1440
1432
  type: Directive,
1441
1433
  args: [{}]
1442
1434
  }], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
@@ -1448,8 +1440,8 @@ class TextValueAccessor extends ValueAccessor {
1448
1440
  constructor(el) {
1449
1441
  super(el);
1450
1442
  }
1451
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1452
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: TextValueAccessor, selector: "admiralty-input:not([type=number]), admiralty-textarea", host: { listeners: { "admiraltyInput": "handleChangeEvent($event.target.value)" } }, providers: [
1443
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1444
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: TextValueAccessor, selector: "admiralty-input:not([type=number]), admiralty-textarea", host: { listeners: { "admiraltyInput": "handleChangeEvent($event.target.value)" } }, providers: [
1453
1445
  {
1454
1446
  provide: NG_VALUE_ACCESSOR,
1455
1447
  useExisting: TextValueAccessor,
@@ -1457,7 +1449,7 @@ class TextValueAccessor extends ValueAccessor {
1457
1449
  }
1458
1450
  ], usesInheritance: true, ngImport: i0 });
1459
1451
  }
1460
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: TextValueAccessor, decorators: [{
1452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: TextValueAccessor, decorators: [{
1461
1453
  type: Directive,
1462
1454
  args: [{
1463
1455
  /* tslint:disable-next-line:directive-selector */
@@ -1482,8 +1474,8 @@ class BooleanValueAccessor extends ValueAccessor {
1482
1474
  writeValue(value) {
1483
1475
  this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
1484
1476
  }
1485
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1486
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: BooleanValueAccessor, selector: "admiralty-checkbox", host: { listeners: { "admiraltyChange": "handleChangeEvent($event.target.checked)" } }, providers: [
1477
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1478
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: BooleanValueAccessor, selector: "admiralty-checkbox", host: { listeners: { "admiraltyChange": "handleChangeEvent($event.target.checked)" } }, providers: [
1487
1479
  {
1488
1480
  provide: NG_VALUE_ACCESSOR,
1489
1481
  useExisting: BooleanValueAccessor,
@@ -1491,7 +1483,7 @@ class BooleanValueAccessor extends ValueAccessor {
1491
1483
  }
1492
1484
  ], usesInheritance: true, ngImport: i0 });
1493
1485
  }
1494
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: BooleanValueAccessor, decorators: [{
1486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: BooleanValueAccessor, decorators: [{
1495
1487
  type: Directive,
1496
1488
  args: [{
1497
1489
  /* tslint:disable-next-line:directive-selector */
@@ -1518,8 +1510,8 @@ class NumericValueAccessor extends ValueAccessor {
1518
1510
  fn(value === '' ? null : parseFloat(value));
1519
1511
  });
1520
1512
  }
1521
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1522
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: NumericValueAccessor, selector: "admiralty-input[type=number]", host: { listeners: { "admiraltyInput": "handleChangeEvent($event.target.value)" } }, providers: [
1513
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1514
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: NumericValueAccessor, selector: "admiralty-input[type=number]", host: { listeners: { "admiraltyInput": "handleChangeEvent($event.target.value)" } }, providers: [
1523
1515
  {
1524
1516
  provide: NG_VALUE_ACCESSOR,
1525
1517
  useExisting: NumericValueAccessor,
@@ -1527,7 +1519,7 @@ class NumericValueAccessor extends ValueAccessor {
1527
1519
  }
1528
1520
  ], usesInheritance: true, ngImport: i0 });
1529
1521
  }
1530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: NumericValueAccessor, decorators: [{
1522
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: NumericValueAccessor, decorators: [{
1531
1523
  type: Directive,
1532
1524
  args: [{
1533
1525
  /* tslint:disable-next-line:directive-selector */
@@ -1549,8 +1541,8 @@ class RadioValueAccessor extends ValueAccessor {
1549
1541
  constructor(el) {
1550
1542
  super(el);
1551
1543
  }
1552
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1553
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: RadioValueAccessor, selector: "admiralty-radio", host: { listeners: { "admiraltyRadioChange": "handleChangeEvent($event.target.value)" } }, providers: [
1544
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1545
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: RadioValueAccessor, selector: "admiralty-radio", host: { listeners: { "admiraltyRadioChange": "handleChangeEvent($event.target.value)" } }, providers: [
1554
1546
  {
1555
1547
  provide: NG_VALUE_ACCESSOR,
1556
1548
  useExisting: RadioValueAccessor,
@@ -1558,7 +1550,7 @@ class RadioValueAccessor extends ValueAccessor {
1558
1550
  }
1559
1551
  ], usesInheritance: true, ngImport: i0 });
1560
1552
  }
1561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: RadioValueAccessor, decorators: [{
1553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: RadioValueAccessor, decorators: [{
1562
1554
  type: Directive,
1563
1555
  args: [{
1564
1556
  /* tslint:disable-next-line:directive-selector */
@@ -1580,8 +1572,8 @@ class SelectValueAccessor extends ValueAccessor {
1580
1572
  constructor(el) {
1581
1573
  super(el);
1582
1574
  }
1583
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1584
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.3", type: SelectValueAccessor, selector: "admiralty-select, admiralty-radio-group, admiralty-autocomplete", host: { listeners: { "admiraltyChange": "handleChangeEvent($event.target.value)" } }, providers: [
1575
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
1576
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.5", type: SelectValueAccessor, selector: "admiralty-select, admiralty-radio-group, admiralty-autocomplete", host: { listeners: { "admiraltyChange": "handleChangeEvent($event.target.value)" } }, providers: [
1585
1577
  {
1586
1578
  provide: NG_VALUE_ACCESSOR,
1587
1579
  useExisting: SelectValueAccessor,
@@ -1589,7 +1581,7 @@ class SelectValueAccessor extends ValueAccessor {
1589
1581
  }
1590
1582
  ], usesInheritance: true, ngImport: i0 });
1591
1583
  }
1592
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: SelectValueAccessor, decorators: [{
1584
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: SelectValueAccessor, decorators: [{
1593
1585
  type: Directive,
1594
1586
  args: [{
1595
1587
  /* tslint:disable-next-line:directive-selector */
@@ -1614,14 +1606,14 @@ class DesignSystemModule {
1614
1606
  providers: [
1615
1607
  {
1616
1608
  provide: APP_INITIALIZER,
1617
- useFactory: appInitialise,
1609
+ useFactory: () => defineCustomElements,
1618
1610
  multi: true,
1619
1611
  },
1620
1612
  ],
1621
1613
  };
1622
1614
  }
1623
- /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: DesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1624
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.3", ngImport: i0, type: DesignSystemModule, declarations: [AdmiraltyAutocomplete, AdmiraltyAutocompleteOption, AdmiraltyBreadcrumb, AdmiraltyBreadcrumbs, AdmiraltyButton, AdmiraltyCard, AdmiraltyCheckbox, AdmiraltyColourBlock, AdmiraltyDialogue, AdmiraltyErrorSummary, AdmiraltyExpansion, AdmiraltyFileInput, AdmiraltyFilter, AdmiraltyFilterGroup, AdmiraltyFooter, AdmiraltyHeader, AdmiraltyHeaderMenuItem, AdmiraltyHeaderMenuLink, AdmiraltyHeaderProfile, AdmiraltyHeaderSubMenuItem, AdmiraltyHint, AdmiraltyHr, AdmiraltyIcon, AdmiraltyInput, AdmiraltyInputInvalid, AdmiraltyLabel, AdmiraltyLink, AdmiraltyModalDialog, AdmiraltyPaginator, AdmiraltyPhaseBanner, AdmiraltyProgressBar, AdmiraltyRadio, AdmiraltyRadioGroup, AdmiraltyReadMore, AdmiraltySelect, AdmiraltySideNav, AdmiraltySideNavItem, AdmiraltySkipLink, AdmiraltyTab, AdmiraltyTabGroup, AdmiraltyTable, AdmiraltyTableBody, AdmiraltyTableCell, AdmiraltyTableHeader, AdmiraltyTableHeaderCell, AdmiraltyTableRow, AdmiraltyTextarea, AdmiraltyTypeAhead, AdmiraltyTypeAheadItem, TextValueAccessor,
1615
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1616
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.5", ngImport: i0, type: DesignSystemModule, declarations: [AdmiraltyAutocomplete, AdmiraltyAutocompleteOption, AdmiraltyBreadcrumb, AdmiraltyBreadcrumbs, AdmiraltyButton, AdmiraltyCard, AdmiraltyCheckbox, AdmiraltyColourBlock, AdmiraltyDialogue, AdmiraltyErrorSummary, AdmiraltyExpansion, AdmiraltyFileInput, AdmiraltyFilter, AdmiraltyFilterGroup, AdmiraltyFooter, AdmiraltyHeader, AdmiraltyHeaderMenuItem, AdmiraltyHeaderMenuLink, AdmiraltyHeaderProfile, AdmiraltyHeaderSubMenuItem, AdmiraltyHint, AdmiraltyHr, AdmiraltyIcon, AdmiraltyInput, AdmiraltyInputInvalid, AdmiraltyLabel, AdmiraltyLink, AdmiraltyModalDialog, AdmiraltyPaginator, AdmiraltyPhaseBanner, AdmiraltyProgressBar, AdmiraltyRadio, AdmiraltyRadioGroup, AdmiraltyReadMore, AdmiraltySelect, AdmiraltySideNav, AdmiraltySideNavItem, AdmiraltySkipLink, AdmiraltyTab, AdmiraltyTabGroup, AdmiraltyTable, AdmiraltyTableBody, AdmiraltyTableCell, AdmiraltyTableHeader, AdmiraltyTableHeaderCell, AdmiraltyTableRow, AdmiraltyTextarea, AdmiraltyTypeAhead, AdmiraltyTypeAheadItem, TextValueAccessor,
1625
1617
  BooleanValueAccessor,
1626
1618
  NumericValueAccessor,
1627
1619
  RadioValueAccessor,
@@ -1630,9 +1622,9 @@ class DesignSystemModule {
1630
1622
  NumericValueAccessor,
1631
1623
  RadioValueAccessor,
1632
1624
  SelectValueAccessor] });
1633
- /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: DesignSystemModule, imports: [CommonModule] });
1625
+ /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DesignSystemModule, imports: [CommonModule] });
1634
1626
  }
1635
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.3", ngImport: i0, type: DesignSystemModule, decorators: [{
1627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.5", ngImport: i0, type: DesignSystemModule, decorators: [{
1636
1628
  type: NgModule,
1637
1629
  args: [{
1638
1630
  declarations: [