@ukho/admiralty-angular 5.5.0 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/design-system.module.mjs +5 -5
- package/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +4 -4
- package/esm2022/lib/stencil-generated/components.mjs +169 -169
- package/esm2022/lib/stencil-generated/number-value-accessor.mjs +4 -4
- package/esm2022/lib/stencil-generated/radio-value-accessor.mjs +4 -4
- package/esm2022/lib/stencil-generated/select-value-accessor.mjs +4 -4
- package/esm2022/lib/stencil-generated/text-value-accessor.mjs +4 -4
- package/esm2022/lib/stencil-generated/value-accessor.mjs +4 -4
- package/fesm2022/ukho-admiralty-angular.mjs +190 -190
- package/fesm2022/ukho-admiralty-angular.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -73,15 +73,15 @@ let AdmiraltyAutocomplete = class AdmiraltyAutocomplete {
|
|
|
73
73
|
this.el = r.nativeElement;
|
|
74
74
|
proxyOutputs(this, this.el, ['admiraltyChange']);
|
|
75
75
|
}
|
|
76
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
77
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
76
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyAutocomplete, selector: "admiralty-autocomplete", inputs: { assistiveHint: "assistiveHint", autoselect: "autoselect", confirmOnBlur: "confirmOnBlur", cssNamespace: "cssNamespace", disabled: "disabled", displayMenu: "displayMenu", filterFunction: "filterFunction", 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 });
|
|
78
78
|
};
|
|
79
79
|
AdmiraltyAutocomplete = __decorate([
|
|
80
80
|
ProxyCmp({
|
|
81
81
|
inputs: ['assistiveHint', 'autoselect', 'confirmOnBlur', 'cssNamespace', 'disabled', 'displayMenu', 'filterFunction', 'hint', 'inputClasses', 'invalid', 'invalidMessage', 'label', 'menuAttributes', 'menuClasses', 'minLength', 'name', 'placeholder', 'required', 'showAllValues', 'showNoOptionsFound', 'value']
|
|
82
82
|
})
|
|
83
83
|
], AdmiraltyAutocomplete);
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyAutocomplete, decorators: [{
|
|
85
85
|
type: Component,
|
|
86
86
|
args: [{
|
|
87
87
|
selector: 'admiralty-autocomplete',
|
|
@@ -99,15 +99,15 @@ let AdmiraltyAutocompleteOption = class AdmiraltyAutocompleteOption {
|
|
|
99
99
|
c.detach();
|
|
100
100
|
this.el = r.nativeElement;
|
|
101
101
|
}
|
|
102
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
103
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
102
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyAutocompleteOption, selector: "admiralty-autocomplete-option", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
104
104
|
};
|
|
105
105
|
AdmiraltyAutocompleteOption = __decorate([
|
|
106
106
|
ProxyCmp({
|
|
107
107
|
inputs: ['value']
|
|
108
108
|
})
|
|
109
109
|
], AdmiraltyAutocompleteOption);
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyAutocompleteOption, decorators: [{
|
|
111
111
|
type: Component,
|
|
112
112
|
args: [{
|
|
113
113
|
selector: 'admiralty-autocomplete-option',
|
|
@@ -125,15 +125,15 @@ let AdmiraltyBreadcrumb = class AdmiraltyBreadcrumb {
|
|
|
125
125
|
c.detach();
|
|
126
126
|
this.el = r.nativeElement;
|
|
127
127
|
}
|
|
128
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
129
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
128
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyBreadcrumb, selector: "admiralty-breadcrumb", inputs: { active: "active", href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
130
130
|
};
|
|
131
131
|
AdmiraltyBreadcrumb = __decorate([
|
|
132
132
|
ProxyCmp({
|
|
133
133
|
inputs: ['active', 'href']
|
|
134
134
|
})
|
|
135
135
|
], AdmiraltyBreadcrumb);
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyBreadcrumb, decorators: [{
|
|
137
137
|
type: Component,
|
|
138
138
|
args: [{
|
|
139
139
|
selector: 'admiralty-breadcrumb',
|
|
@@ -151,13 +151,13 @@ let AdmiraltyBreadcrumbs = class AdmiraltyBreadcrumbs {
|
|
|
151
151
|
c.detach();
|
|
152
152
|
this.el = r.nativeElement;
|
|
153
153
|
}
|
|
154
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
155
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
154
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyBreadcrumbs, selector: "admiralty-breadcrumbs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
156
156
|
};
|
|
157
157
|
AdmiraltyBreadcrumbs = __decorate([
|
|
158
158
|
ProxyCmp({})
|
|
159
159
|
], AdmiraltyBreadcrumbs);
|
|
160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyBreadcrumbs, decorators: [{
|
|
161
161
|
type: Component,
|
|
162
162
|
args: [{
|
|
163
163
|
selector: 'admiralty-breadcrumbs',
|
|
@@ -175,15 +175,15 @@ let AdmiraltyButton = class AdmiraltyButton {
|
|
|
175
175
|
c.detach();
|
|
176
176
|
this.el = r.nativeElement;
|
|
177
177
|
}
|
|
178
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
179
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
178
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyButton, selector: "admiralty-button", inputs: { borderless: "borderless", 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 });
|
|
180
180
|
};
|
|
181
181
|
AdmiraltyButton = __decorate([
|
|
182
182
|
ProxyCmp({
|
|
183
183
|
inputs: ['borderless', 'disabled', 'form', 'icon', 'name', 'type', 'value', 'variant']
|
|
184
184
|
})
|
|
185
185
|
], AdmiraltyButton);
|
|
186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
186
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyButton, decorators: [{
|
|
187
187
|
type: Component,
|
|
188
188
|
args: [{
|
|
189
189
|
selector: 'admiralty-button',
|
|
@@ -201,15 +201,15 @@ let AdmiraltyCard = class AdmiraltyCard {
|
|
|
201
201
|
c.detach();
|
|
202
202
|
this.el = r.nativeElement;
|
|
203
203
|
}
|
|
204
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
205
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
204
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyCard, selector: "admiralty-card", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
206
206
|
};
|
|
207
207
|
AdmiraltyCard = __decorate([
|
|
208
208
|
ProxyCmp({
|
|
209
209
|
inputs: ['heading']
|
|
210
210
|
})
|
|
211
211
|
], AdmiraltyCard);
|
|
212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyCard, decorators: [{
|
|
213
213
|
type: Component,
|
|
214
214
|
args: [{
|
|
215
215
|
selector: 'admiralty-card',
|
|
@@ -228,15 +228,15 @@ let AdmiraltyCheckbox = class AdmiraltyCheckbox {
|
|
|
228
228
|
this.el = r.nativeElement;
|
|
229
229
|
proxyOutputs(this, this.el, ['admiraltyChange', 'checkboxFocus', 'checkboxBlur']);
|
|
230
230
|
}
|
|
231
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
232
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
231
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyCheckbox, selector: "admiralty-checkbox", inputs: { checkboxRight: "checkboxRight", checked: "checked", disabled: "disabled", labelHidden: "labelHidden", labelText: "labelText", name: "name", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
233
233
|
};
|
|
234
234
|
AdmiraltyCheckbox = __decorate([
|
|
235
235
|
ProxyCmp({
|
|
236
236
|
inputs: ['checkboxRight', 'checked', 'disabled', 'labelHidden', 'labelText', 'name', 'value']
|
|
237
237
|
})
|
|
238
238
|
], AdmiraltyCheckbox);
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyCheckbox, decorators: [{
|
|
240
240
|
type: Component,
|
|
241
241
|
args: [{
|
|
242
242
|
selector: 'admiralty-checkbox',
|
|
@@ -255,15 +255,15 @@ let AdmiraltyColourBlock = class AdmiraltyColourBlock {
|
|
|
255
255
|
this.el = r.nativeElement;
|
|
256
256
|
proxyOutputs(this, this.el, ['colourBlockLinkClicked']);
|
|
257
257
|
}
|
|
258
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
259
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
258
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", 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 });
|
|
260
260
|
};
|
|
261
261
|
AdmiraltyColourBlock = __decorate([
|
|
262
262
|
ProxyCmp({
|
|
263
263
|
inputs: ['actionText', 'colour', 'enableCardEvent', 'heading', 'height', 'href', 'linkText', 'suppressRedirect', 'width']
|
|
264
264
|
})
|
|
265
265
|
], AdmiraltyColourBlock);
|
|
266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyColourBlock, decorators: [{
|
|
267
267
|
type: Component,
|
|
268
268
|
args: [{
|
|
269
269
|
selector: 'admiralty-colour-block',
|
|
@@ -281,15 +281,15 @@ let AdmiraltyDialogue = class AdmiraltyDialogue {
|
|
|
281
281
|
c.detach();
|
|
282
282
|
this.el = r.nativeElement;
|
|
283
283
|
}
|
|
284
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
285
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
284
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", 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 });
|
|
286
286
|
};
|
|
287
287
|
AdmiraltyDialogue = __decorate([
|
|
288
288
|
ProxyCmp({
|
|
289
289
|
inputs: ['heading', 'sectionRole', 'type']
|
|
290
290
|
})
|
|
291
291
|
], AdmiraltyDialogue);
|
|
292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyDialogue, decorators: [{
|
|
293
293
|
type: Component,
|
|
294
294
|
args: [{
|
|
295
295
|
selector: 'admiralty-dialogue',
|
|
@@ -307,15 +307,15 @@ let AdmiraltyErrorSummary = class AdmiraltyErrorSummary {
|
|
|
307
307
|
c.detach();
|
|
308
308
|
this.el = r.nativeElement;
|
|
309
309
|
}
|
|
310
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
311
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
310
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyErrorSummary, selector: "admiralty-error-summary", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
312
312
|
};
|
|
313
313
|
AdmiraltyErrorSummary = __decorate([
|
|
314
314
|
ProxyCmp({
|
|
315
315
|
inputs: ['heading']
|
|
316
316
|
})
|
|
317
317
|
], AdmiraltyErrorSummary);
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyErrorSummary, decorators: [{
|
|
319
319
|
type: Component,
|
|
320
320
|
args: [{
|
|
321
321
|
selector: 'admiralty-error-summary',
|
|
@@ -334,15 +334,15 @@ let AdmiraltyExpansion = class AdmiraltyExpansion {
|
|
|
334
334
|
this.el = r.nativeElement;
|
|
335
335
|
proxyOutputs(this, this.el, ['toggled']);
|
|
336
336
|
}
|
|
337
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
338
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
337
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", 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 });
|
|
339
339
|
};
|
|
340
340
|
AdmiraltyExpansion = __decorate([
|
|
341
341
|
ProxyCmp({
|
|
342
342
|
inputs: ['alignHeadingRight', 'expanded', 'heading', 'hideBorder']
|
|
343
343
|
})
|
|
344
344
|
], AdmiraltyExpansion);
|
|
345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
345
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyExpansion, decorators: [{
|
|
346
346
|
type: Component,
|
|
347
347
|
args: [{
|
|
348
348
|
selector: 'admiralty-expansion',
|
|
@@ -361,15 +361,15 @@ let AdmiraltyFileInput = class AdmiraltyFileInput {
|
|
|
361
361
|
this.el = r.nativeElement;
|
|
362
362
|
proxyOutputs(this, this.el, ['fileInputChange']);
|
|
363
363
|
}
|
|
364
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
365
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
364
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", 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 });
|
|
366
366
|
};
|
|
367
367
|
AdmiraltyFileInput = __decorate([
|
|
368
368
|
ProxyCmp({
|
|
369
369
|
inputs: ['invalid', 'invalidMessage', 'label', 'multiple']
|
|
370
370
|
})
|
|
371
371
|
], AdmiraltyFileInput);
|
|
372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyFileInput, decorators: [{
|
|
373
373
|
type: Component,
|
|
374
374
|
args: [{
|
|
375
375
|
selector: 'admiralty-file-input',
|
|
@@ -388,15 +388,15 @@ let AdmiraltyFilter = class AdmiraltyFilter {
|
|
|
388
388
|
this.el = r.nativeElement;
|
|
389
389
|
proxyOutputs(this, this.el, ['filterCleared', 'filterApplied']);
|
|
390
390
|
}
|
|
391
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
392
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
391
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyFilter, selector: "admiralty-filter", inputs: { filterTitle: "filterTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
393
393
|
};
|
|
394
394
|
AdmiraltyFilter = __decorate([
|
|
395
395
|
ProxyCmp({
|
|
396
396
|
inputs: ['filterTitle']
|
|
397
397
|
})
|
|
398
398
|
], AdmiraltyFilter);
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyFilter, decorators: [{
|
|
400
400
|
type: Component,
|
|
401
401
|
args: [{
|
|
402
402
|
selector: 'admiralty-filter',
|
|
@@ -414,15 +414,15 @@ let AdmiraltyFilterGroup = class AdmiraltyFilterGroup {
|
|
|
414
414
|
c.detach();
|
|
415
415
|
this.el = r.nativeElement;
|
|
416
416
|
}
|
|
417
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
418
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
417
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyFilterGroup, selector: "admiralty-filter-group", inputs: { groupTitle: "groupTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
419
419
|
};
|
|
420
420
|
AdmiraltyFilterGroup = __decorate([
|
|
421
421
|
ProxyCmp({
|
|
422
422
|
inputs: ['groupTitle']
|
|
423
423
|
})
|
|
424
424
|
], AdmiraltyFilterGroup);
|
|
425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyFilterGroup, decorators: [{
|
|
426
426
|
type: Component,
|
|
427
427
|
args: [{
|
|
428
428
|
selector: 'admiralty-filter-group',
|
|
@@ -440,15 +440,15 @@ let AdmiraltyFooter = class AdmiraltyFooter {
|
|
|
440
440
|
c.detach();
|
|
441
441
|
this.el = r.nativeElement;
|
|
442
442
|
}
|
|
443
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
444
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
443
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyFooter, selector: "admiralty-footer", inputs: { imageAlt: "imageAlt", imageLink: "imageLink", imageSrc: "imageSrc", text: "text", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
445
445
|
};
|
|
446
446
|
AdmiraltyFooter = __decorate([
|
|
447
447
|
ProxyCmp({
|
|
448
448
|
inputs: ['imageAlt', 'imageLink', 'imageSrc', 'text', 'variant']
|
|
449
449
|
})
|
|
450
450
|
], AdmiraltyFooter);
|
|
451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyFooter, decorators: [{
|
|
452
452
|
type: Component,
|
|
453
453
|
args: [{
|
|
454
454
|
selector: 'admiralty-footer',
|
|
@@ -467,15 +467,15 @@ let AdmiraltyHeader = class AdmiraltyHeader {
|
|
|
467
467
|
this.el = r.nativeElement;
|
|
468
468
|
proxyOutputs(this, this.el, ['titledClicked']);
|
|
469
469
|
}
|
|
470
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
471
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
470
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", 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 });
|
|
472
472
|
};
|
|
473
473
|
AdmiraltyHeader = __decorate([
|
|
474
474
|
ProxyCmp({
|
|
475
475
|
inputs: ['headerTitle', 'headerTitleUrl', 'logoAltText', 'logoImgUrl', 'logoLinkUrl']
|
|
476
476
|
})
|
|
477
477
|
], AdmiraltyHeader);
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyHeader, decorators: [{
|
|
479
479
|
type: Component,
|
|
480
480
|
args: [{
|
|
481
481
|
selector: 'admiralty-header',
|
|
@@ -494,15 +494,15 @@ let AdmiraltyHeaderMenuItem = class AdmiraltyHeaderMenuItem {
|
|
|
494
494
|
this.el = r.nativeElement;
|
|
495
495
|
proxyOutputs(this, this.el, ['menuItemClick']);
|
|
496
496
|
}
|
|
497
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
498
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
497
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", 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 });
|
|
499
499
|
};
|
|
500
500
|
AdmiraltyHeaderMenuItem = __decorate([
|
|
501
501
|
ProxyCmp({
|
|
502
502
|
inputs: ['active', 'menuTitle']
|
|
503
503
|
})
|
|
504
504
|
], AdmiraltyHeaderMenuItem);
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyHeaderMenuItem, decorators: [{
|
|
506
506
|
type: Component,
|
|
507
507
|
args: [{
|
|
508
508
|
selector: 'admiralty-header-menu-item',
|
|
@@ -521,15 +521,15 @@ let AdmiraltyHeaderMenuLink = class AdmiraltyHeaderMenuLink {
|
|
|
521
521
|
this.el = r.nativeElement;
|
|
522
522
|
proxyOutputs(this, this.el, ['menuItemClick']);
|
|
523
523
|
}
|
|
524
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
525
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
524
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", 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 });
|
|
526
526
|
};
|
|
527
527
|
AdmiraltyHeaderMenuLink = __decorate([
|
|
528
528
|
ProxyCmp({
|
|
529
529
|
inputs: ['active', 'href', 'menuTitle', 'suppressRedirect']
|
|
530
530
|
})
|
|
531
531
|
], AdmiraltyHeaderMenuLink);
|
|
532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyHeaderMenuLink, decorators: [{
|
|
533
533
|
type: Component,
|
|
534
534
|
args: [{
|
|
535
535
|
selector: 'admiralty-header-menu-link',
|
|
@@ -548,15 +548,15 @@ let AdmiraltyHeaderProfile = class AdmiraltyHeaderProfile {
|
|
|
548
548
|
this.el = r.nativeElement;
|
|
549
549
|
proxyOutputs(this, this.el, ['signInClicked', 'yourAccountClicked', 'signOutClicked']);
|
|
550
550
|
}
|
|
551
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
552
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
551
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", 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 });
|
|
553
553
|
};
|
|
554
554
|
AdmiraltyHeaderProfile = __decorate([
|
|
555
555
|
ProxyCmp({
|
|
556
556
|
inputs: ['isSignedIn', 'signInOnly', 'signedInText']
|
|
557
557
|
})
|
|
558
558
|
], AdmiraltyHeaderProfile);
|
|
559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
559
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyHeaderProfile, decorators: [{
|
|
560
560
|
type: Component,
|
|
561
561
|
args: [{
|
|
562
562
|
selector: 'admiralty-header-profile',
|
|
@@ -575,15 +575,15 @@ let AdmiraltyHeaderSubMenuItem = class AdmiraltyHeaderSubMenuItem {
|
|
|
575
575
|
this.el = r.nativeElement;
|
|
576
576
|
proxyOutputs(this, this.el, ['subMenuItemClick']);
|
|
577
577
|
}
|
|
578
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
579
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
578
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyHeaderSubMenuItem, selector: "admiralty-header-sub-menu-item", inputs: { href: "href", menuTitle: "menuTitle", suppressRedirect: "suppressRedirect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
580
580
|
};
|
|
581
581
|
AdmiraltyHeaderSubMenuItem = __decorate([
|
|
582
582
|
ProxyCmp({
|
|
583
583
|
inputs: ['href', 'menuTitle', 'suppressRedirect']
|
|
584
584
|
})
|
|
585
585
|
], AdmiraltyHeaderSubMenuItem);
|
|
586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
586
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyHeaderSubMenuItem, decorators: [{
|
|
587
587
|
type: Component,
|
|
588
588
|
args: [{
|
|
589
589
|
selector: 'admiralty-header-sub-menu-item',
|
|
@@ -601,15 +601,15 @@ let AdmiraltyHint = class AdmiraltyHint {
|
|
|
601
601
|
c.detach();
|
|
602
602
|
this.el = r.nativeElement;
|
|
603
603
|
}
|
|
604
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
605
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
604
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyHint, selector: "admiralty-hint", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
606
606
|
};
|
|
607
607
|
AdmiraltyHint = __decorate([
|
|
608
608
|
ProxyCmp({
|
|
609
609
|
inputs: ['disabled']
|
|
610
610
|
})
|
|
611
611
|
], AdmiraltyHint);
|
|
612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyHint, decorators: [{
|
|
613
613
|
type: Component,
|
|
614
614
|
args: [{
|
|
615
615
|
selector: 'admiralty-hint',
|
|
@@ -627,13 +627,13 @@ let AdmiraltyHr = class AdmiraltyHr {
|
|
|
627
627
|
c.detach();
|
|
628
628
|
this.el = r.nativeElement;
|
|
629
629
|
}
|
|
630
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
631
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
630
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyHr, selector: "admiralty-hr", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
632
632
|
};
|
|
633
633
|
AdmiraltyHr = __decorate([
|
|
634
634
|
ProxyCmp({})
|
|
635
635
|
], AdmiraltyHr);
|
|
636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyHr, decorators: [{
|
|
637
637
|
type: Component,
|
|
638
638
|
args: [{
|
|
639
639
|
selector: 'admiralty-hr',
|
|
@@ -651,15 +651,15 @@ let AdmiraltyIcon = class AdmiraltyIcon {
|
|
|
651
651
|
c.detach();
|
|
652
652
|
this.el = r.nativeElement;
|
|
653
653
|
}
|
|
654
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
655
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
654
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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.14", type: AdmiraltyIcon, selector: "admiralty-icon", inputs: { name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
656
656
|
};
|
|
657
657
|
AdmiraltyIcon = __decorate([
|
|
658
658
|
ProxyCmp({
|
|
659
659
|
inputs: ['name', 'size']
|
|
660
660
|
})
|
|
661
661
|
], AdmiraltyIcon);
|
|
662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyIcon, decorators: [{
|
|
663
663
|
type: Component,
|
|
664
664
|
args: [{
|
|
665
665
|
selector: 'admiralty-icon',
|
|
@@ -677,15 +677,15 @@ let AdmiraltyIconSideBar = class AdmiraltyIconSideBar {
|
|
|
677
677
|
c.detach();
|
|
678
678
|
this.el = r.nativeElement;
|
|
679
679
|
}
|
|
680
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
681
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
680
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyIconSideBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
681
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyIconSideBar, selector: "admiralty-icon-side-bar", inputs: { iconSideBarWidth: "iconSideBarWidth", label: "label", logoImgUrl: "logoImgUrl", showLogo: "showLogo" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
682
682
|
};
|
|
683
683
|
AdmiraltyIconSideBar = __decorate([
|
|
684
684
|
ProxyCmp({
|
|
685
685
|
inputs: ['iconSideBarWidth', 'label', 'logoImgUrl', 'showLogo']
|
|
686
686
|
})
|
|
687
687
|
], AdmiraltyIconSideBar);
|
|
688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyIconSideBar, decorators: [{
|
|
689
689
|
type: Component,
|
|
690
690
|
args: [{
|
|
691
691
|
selector: 'admiralty-icon-side-bar',
|
|
@@ -704,15 +704,15 @@ let AdmiraltyIconSideBarItem = class AdmiraltyIconSideBarItem {
|
|
|
704
704
|
this.el = r.nativeElement;
|
|
705
705
|
proxyOutputs(this, this.el, ['toggled', 'iconSideBarItemClick']);
|
|
706
706
|
}
|
|
707
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
708
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
707
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyIconSideBarItem, 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.14", type: AdmiraltyIconSideBarItem, selector: "admiralty-icon-side-bar-item", inputs: { active: "active", expanded: "expanded", href: "href", icon: "icon", itemText: "itemText", suppressRedirect: "suppressRedirect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
709
709
|
};
|
|
710
710
|
AdmiraltyIconSideBarItem = __decorate([
|
|
711
711
|
ProxyCmp({
|
|
712
712
|
inputs: ['active', 'expanded', 'href', 'icon', 'itemText', 'suppressRedirect']
|
|
713
713
|
})
|
|
714
714
|
], AdmiraltyIconSideBarItem);
|
|
715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
715
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyIconSideBarItem, decorators: [{
|
|
716
716
|
type: Component,
|
|
717
717
|
args: [{
|
|
718
718
|
selector: 'admiralty-icon-side-bar-item',
|
|
@@ -731,15 +731,15 @@ let AdmiraltyInput = class AdmiraltyInput {
|
|
|
731
731
|
this.el = r.nativeElement;
|
|
732
732
|
proxyOutputs(this, this.el, ['admiraltyInput', 'admiraltyFocus', 'admiraltyBlur']);
|
|
733
733
|
}
|
|
734
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
735
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
734
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
735
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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 });
|
|
736
736
|
};
|
|
737
737
|
AdmiraltyInput = __decorate([
|
|
738
738
|
ProxyCmp({
|
|
739
739
|
inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'placeholder', 'required', 'type', 'value', 'width']
|
|
740
740
|
})
|
|
741
741
|
], AdmiraltyInput);
|
|
742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyInput, decorators: [{
|
|
743
743
|
type: Component,
|
|
744
744
|
args: [{
|
|
745
745
|
selector: 'admiralty-input',
|
|
@@ -757,13 +757,13 @@ let AdmiraltyInputInvalid = class AdmiraltyInputInvalid {
|
|
|
757
757
|
c.detach();
|
|
758
758
|
this.el = r.nativeElement;
|
|
759
759
|
}
|
|
760
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
761
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
760
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyInputInvalid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
761
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyInputInvalid, selector: "admiralty-input-invalid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
762
762
|
};
|
|
763
763
|
AdmiraltyInputInvalid = __decorate([
|
|
764
764
|
ProxyCmp({})
|
|
765
765
|
], AdmiraltyInputInvalid);
|
|
766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyInputInvalid, decorators: [{
|
|
767
767
|
type: Component,
|
|
768
768
|
args: [{
|
|
769
769
|
selector: 'admiralty-input-invalid',
|
|
@@ -781,15 +781,15 @@ let AdmiraltyLabel = class AdmiraltyLabel {
|
|
|
781
781
|
c.detach();
|
|
782
782
|
this.el = r.nativeElement;
|
|
783
783
|
}
|
|
784
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
785
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
784
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
785
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyLabel, selector: "admiralty-label", inputs: { disabled: "disabled", for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
786
786
|
};
|
|
787
787
|
AdmiraltyLabel = __decorate([
|
|
788
788
|
ProxyCmp({
|
|
789
789
|
inputs: ['disabled', 'for']
|
|
790
790
|
})
|
|
791
791
|
], AdmiraltyLabel);
|
|
792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyLabel, decorators: [{
|
|
793
793
|
type: Component,
|
|
794
794
|
args: [{
|
|
795
795
|
selector: 'admiralty-label',
|
|
@@ -807,15 +807,15 @@ let AdmiraltyLink = class AdmiraltyLink {
|
|
|
807
807
|
c.detach();
|
|
808
808
|
this.el = r.nativeElement;
|
|
809
809
|
}
|
|
810
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
811
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
810
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyLink, 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.14", type: AdmiraltyLink, selector: "admiralty-link", inputs: { href: "href", newTab: "newTab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
812
812
|
};
|
|
813
813
|
AdmiraltyLink = __decorate([
|
|
814
814
|
ProxyCmp({
|
|
815
815
|
inputs: ['href', 'newTab']
|
|
816
816
|
})
|
|
817
817
|
], AdmiraltyLink);
|
|
818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
818
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyLink, decorators: [{
|
|
819
819
|
type: Component,
|
|
820
820
|
args: [{
|
|
821
821
|
selector: 'admiralty-link',
|
|
@@ -833,15 +833,15 @@ let AdmiraltyModalDialog = class AdmiraltyModalDialog {
|
|
|
833
833
|
c.detach();
|
|
834
834
|
this.el = r.nativeElement;
|
|
835
835
|
}
|
|
836
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
837
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
836
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyModalDialog, 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.14", 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 });
|
|
838
838
|
};
|
|
839
839
|
AdmiraltyModalDialog = __decorate([
|
|
840
840
|
ProxyCmp({
|
|
841
841
|
inputs: ['description', 'heading', 'label', 'show']
|
|
842
842
|
})
|
|
843
843
|
], AdmiraltyModalDialog);
|
|
844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyModalDialog, decorators: [{
|
|
845
845
|
type: Component,
|
|
846
846
|
args: [{
|
|
847
847
|
selector: 'admiralty-modal-dialog',
|
|
@@ -860,15 +860,15 @@ let AdmiraltyPaginator = class AdmiraltyPaginator {
|
|
|
860
860
|
this.el = r.nativeElement;
|
|
861
861
|
proxyOutputs(this, this.el, ['pageChange']);
|
|
862
862
|
}
|
|
863
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
864
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
863
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyPaginator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
864
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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 });
|
|
865
865
|
};
|
|
866
866
|
AdmiraltyPaginator = __decorate([
|
|
867
867
|
ProxyCmp({
|
|
868
868
|
inputs: ['currentPage', 'label', 'pages']
|
|
869
869
|
})
|
|
870
870
|
], AdmiraltyPaginator);
|
|
871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyPaginator, decorators: [{
|
|
872
872
|
type: Component,
|
|
873
873
|
args: [{
|
|
874
874
|
selector: 'admiralty-paginator',
|
|
@@ -886,15 +886,15 @@ let AdmiraltyPhaseBanner = class AdmiraltyPhaseBanner {
|
|
|
886
886
|
c.detach();
|
|
887
887
|
this.el = r.nativeElement;
|
|
888
888
|
}
|
|
889
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
890
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
889
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyPhaseBanner, 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.14", type: AdmiraltyPhaseBanner, selector: "admiralty-phase-banner", inputs: { link: "link", phase: "phase" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
891
891
|
};
|
|
892
892
|
AdmiraltyPhaseBanner = __decorate([
|
|
893
893
|
ProxyCmp({
|
|
894
894
|
inputs: ['link', 'phase']
|
|
895
895
|
})
|
|
896
896
|
], AdmiraltyPhaseBanner);
|
|
897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyPhaseBanner, decorators: [{
|
|
898
898
|
type: Component,
|
|
899
899
|
args: [{
|
|
900
900
|
selector: 'admiralty-phase-banner',
|
|
@@ -912,15 +912,15 @@ let AdmiraltyPill = class AdmiraltyPill {
|
|
|
912
912
|
c.detach();
|
|
913
913
|
this.el = r.nativeElement;
|
|
914
914
|
}
|
|
915
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
916
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
915
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
916
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyPill, selector: "admiralty-pill", inputs: { colour: "colour", label: "label", number: "number", selected: "selected", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
917
917
|
};
|
|
918
918
|
AdmiraltyPill = __decorate([
|
|
919
919
|
ProxyCmp({
|
|
920
920
|
inputs: ['colour', 'label', 'number', 'selected', 'text']
|
|
921
921
|
})
|
|
922
922
|
], AdmiraltyPill);
|
|
923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyPill, decorators: [{
|
|
924
924
|
type: Component,
|
|
925
925
|
args: [{
|
|
926
926
|
selector: 'admiralty-pill',
|
|
@@ -938,15 +938,15 @@ let AdmiraltyProgressBar = class AdmiraltyProgressBar {
|
|
|
938
938
|
c.detach();
|
|
939
939
|
this.el = r.nativeElement;
|
|
940
940
|
}
|
|
941
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
942
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
941
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
942
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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 });
|
|
943
943
|
};
|
|
944
944
|
AdmiraltyProgressBar = __decorate([
|
|
945
945
|
ProxyCmp({
|
|
946
946
|
inputs: ['error', 'label', 'progression']
|
|
947
947
|
})
|
|
948
948
|
], AdmiraltyProgressBar);
|
|
949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyProgressBar, decorators: [{
|
|
950
950
|
type: Component,
|
|
951
951
|
args: [{
|
|
952
952
|
selector: 'admiralty-progress-bar',
|
|
@@ -965,15 +965,15 @@ let AdmiraltyProgressTracker = class AdmiraltyProgressTracker {
|
|
|
965
965
|
this.el = r.nativeElement;
|
|
966
966
|
proxyOutputs(this, this.el, ['stepClicked']);
|
|
967
967
|
}
|
|
968
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
969
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
968
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyProgressTracker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
969
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyProgressTracker, selector: "admiralty-progress-tracker", inputs: { allowBackNavigation: "allowBackNavigation", allowForwardNavigation: "allowForwardNavigation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
970
970
|
};
|
|
971
971
|
AdmiraltyProgressTracker = __decorate([
|
|
972
972
|
ProxyCmp({
|
|
973
973
|
inputs: ['allowBackNavigation', 'allowForwardNavigation']
|
|
974
974
|
})
|
|
975
975
|
], AdmiraltyProgressTracker);
|
|
976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyProgressTracker, decorators: [{
|
|
977
977
|
type: Component,
|
|
978
978
|
args: [{
|
|
979
979
|
selector: 'admiralty-progress-tracker',
|
|
@@ -991,15 +991,15 @@ let AdmiraltyProgressTrackerStep = class AdmiraltyProgressTrackerStep {
|
|
|
991
991
|
c.detach();
|
|
992
992
|
this.el = r.nativeElement;
|
|
993
993
|
}
|
|
994
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
995
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
994
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyProgressTrackerStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
995
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyProgressTrackerStep, selector: "admiralty-progress-tracker-step", inputs: { status: "status", stepId: "stepId", stepTitle: "stepTitle", summary: "summary" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
996
996
|
};
|
|
997
997
|
AdmiraltyProgressTrackerStep = __decorate([
|
|
998
998
|
ProxyCmp({
|
|
999
999
|
inputs: ['status', 'stepId', 'stepTitle', 'summary']
|
|
1000
1000
|
})
|
|
1001
1001
|
], AdmiraltyProgressTrackerStep);
|
|
1002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyProgressTrackerStep, decorators: [{
|
|
1003
1003
|
type: Component,
|
|
1004
1004
|
args: [{
|
|
1005
1005
|
selector: 'admiralty-progress-tracker-step',
|
|
@@ -1018,15 +1018,15 @@ let AdmiraltyRadio = class AdmiraltyRadio {
|
|
|
1018
1018
|
this.el = r.nativeElement;
|
|
1019
1019
|
proxyOutputs(this, this.el, ['admiraltyFocus', 'admiraltyBlur', 'admiraltyChange']);
|
|
1020
1020
|
}
|
|
1021
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1022
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1021
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1022
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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 });
|
|
1023
1023
|
};
|
|
1024
1024
|
AdmiraltyRadio = __decorate([
|
|
1025
1025
|
ProxyCmp({
|
|
1026
1026
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value']
|
|
1027
1027
|
})
|
|
1028
1028
|
], AdmiraltyRadio);
|
|
1029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyRadio, decorators: [{
|
|
1030
1030
|
type: Component,
|
|
1031
1031
|
args: [{
|
|
1032
1032
|
selector: 'admiralty-radio',
|
|
@@ -1045,15 +1045,15 @@ let AdmiraltyRadioGroup = class AdmiraltyRadioGroup {
|
|
|
1045
1045
|
this.el = r.nativeElement;
|
|
1046
1046
|
proxyOutputs(this, this.el, ['admiraltyChange']);
|
|
1047
1047
|
}
|
|
1048
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1049
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1048
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1049
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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 });
|
|
1050
1050
|
};
|
|
1051
1051
|
AdmiraltyRadioGroup = __decorate([
|
|
1052
1052
|
ProxyCmp({
|
|
1053
1053
|
inputs: ['disabled', 'displayVertical', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'value']
|
|
1054
1054
|
})
|
|
1055
1055
|
], AdmiraltyRadioGroup);
|
|
1056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1056
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyRadioGroup, decorators: [{
|
|
1057
1057
|
type: Component,
|
|
1058
1058
|
args: [{
|
|
1059
1059
|
selector: 'admiralty-radio-group',
|
|
@@ -1072,15 +1072,15 @@ let AdmiraltyReadMore = class AdmiraltyReadMore {
|
|
|
1072
1072
|
this.el = r.nativeElement;
|
|
1073
1073
|
proxyOutputs(this, this.el, ['admiraltyToggled']);
|
|
1074
1074
|
}
|
|
1075
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1076
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1075
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyReadMore, 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.14", type: AdmiraltyReadMore, selector: "admiralty-read-more", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1077
1077
|
};
|
|
1078
1078
|
AdmiraltyReadMore = __decorate([
|
|
1079
1079
|
ProxyCmp({
|
|
1080
1080
|
inputs: ['heading']
|
|
1081
1081
|
})
|
|
1082
1082
|
], AdmiraltyReadMore);
|
|
1083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1083
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyReadMore, decorators: [{
|
|
1084
1084
|
type: Component,
|
|
1085
1085
|
args: [{
|
|
1086
1086
|
selector: 'admiralty-read-more',
|
|
@@ -1099,15 +1099,15 @@ let AdmiraltySelect = class AdmiraltySelect {
|
|
|
1099
1099
|
this.el = r.nativeElement;
|
|
1100
1100
|
proxyOutputs(this, this.el, ['admiraltyChange', 'admiraltyBlur']);
|
|
1101
1101
|
}
|
|
1102
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1103
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1102
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySelect, 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.14", 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 });
|
|
1104
1104
|
};
|
|
1105
1105
|
AdmiraltySelect = __decorate([
|
|
1106
1106
|
ProxyCmp({
|
|
1107
1107
|
inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width']
|
|
1108
1108
|
})
|
|
1109
1109
|
], AdmiraltySelect);
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1110
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySelect, decorators: [{
|
|
1111
1111
|
type: Component,
|
|
1112
1112
|
args: [{
|
|
1113
1113
|
selector: 'admiralty-select',
|
|
@@ -1125,15 +1125,15 @@ let AdmiraltySideNav = class AdmiraltySideNav {
|
|
|
1125
1125
|
c.detach();
|
|
1126
1126
|
this.el = r.nativeElement;
|
|
1127
1127
|
}
|
|
1128
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1129
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1128
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySideNav, 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.14", type: AdmiraltySideNav, selector: "admiralty-side-nav", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1130
1130
|
};
|
|
1131
1131
|
AdmiraltySideNav = __decorate([
|
|
1132
1132
|
ProxyCmp({
|
|
1133
1133
|
inputs: ['label']
|
|
1134
1134
|
})
|
|
1135
1135
|
], AdmiraltySideNav);
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySideNav, decorators: [{
|
|
1137
1137
|
type: Component,
|
|
1138
1138
|
args: [{
|
|
1139
1139
|
selector: 'admiralty-side-nav',
|
|
@@ -1152,15 +1152,15 @@ let AdmiraltySideNavItem = class AdmiraltySideNavItem {
|
|
|
1152
1152
|
this.el = r.nativeElement;
|
|
1153
1153
|
proxyOutputs(this, this.el, ['sideNavItemSelected']);
|
|
1154
1154
|
}
|
|
1155
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1156
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1155
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySideNavItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1156
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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 });
|
|
1157
1157
|
};
|
|
1158
1158
|
AdmiraltySideNavItem = __decorate([
|
|
1159
1159
|
ProxyCmp({
|
|
1160
1160
|
inputs: ['headingTitle', 'navActive', 'sideNavItemId']
|
|
1161
1161
|
})
|
|
1162
1162
|
], AdmiraltySideNavItem);
|
|
1163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySideNavItem, decorators: [{
|
|
1164
1164
|
type: Component,
|
|
1165
1165
|
args: [{
|
|
1166
1166
|
selector: 'admiralty-side-nav-item',
|
|
@@ -1178,15 +1178,15 @@ let AdmiraltySkeleton = class AdmiraltySkeleton {
|
|
|
1178
1178
|
c.detach();
|
|
1179
1179
|
this.el = r.nativeElement;
|
|
1180
1180
|
}
|
|
1181
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1182
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1181
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1182
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltySkeleton, selector: "admiralty-skeleton", inputs: { height: "height", noAnimation: "noAnimation", radius: "radius", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1183
1183
|
};
|
|
1184
1184
|
AdmiraltySkeleton = __decorate([
|
|
1185
1185
|
ProxyCmp({
|
|
1186
1186
|
inputs: ['height', 'noAnimation', 'radius', 'width']
|
|
1187
1187
|
})
|
|
1188
1188
|
], AdmiraltySkeleton);
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySkeleton, decorators: [{
|
|
1190
1190
|
type: Component,
|
|
1191
1191
|
args: [{
|
|
1192
1192
|
selector: 'admiralty-skeleton',
|
|
@@ -1204,15 +1204,15 @@ let AdmiraltySkipLink = class AdmiraltySkipLink {
|
|
|
1204
1204
|
c.detach();
|
|
1205
1205
|
this.el = r.nativeElement;
|
|
1206
1206
|
}
|
|
1207
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1208
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1207
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySkipLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1208
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltySkipLink, selector: "admiralty-skip-link", inputs: { href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1209
1209
|
};
|
|
1210
1210
|
AdmiraltySkipLink = __decorate([
|
|
1211
1211
|
ProxyCmp({
|
|
1212
1212
|
inputs: ['href']
|
|
1213
1213
|
})
|
|
1214
1214
|
], AdmiraltySkipLink);
|
|
1215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1215
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltySkipLink, decorators: [{
|
|
1216
1216
|
type: Component,
|
|
1217
1217
|
args: [{
|
|
1218
1218
|
selector: 'admiralty-skip-link',
|
|
@@ -1230,15 +1230,15 @@ let AdmiraltyTab = class AdmiraltyTab {
|
|
|
1230
1230
|
c.detach();
|
|
1231
1231
|
this.el = r.nativeElement;
|
|
1232
1232
|
}
|
|
1233
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1234
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1233
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1234
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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 });
|
|
1235
1235
|
};
|
|
1236
1236
|
AdmiraltyTab = __decorate([
|
|
1237
1237
|
ProxyCmp({
|
|
1238
1238
|
inputs: ['label', 'tabContentId', 'tabLabelId']
|
|
1239
1239
|
})
|
|
1240
1240
|
], AdmiraltyTab);
|
|
1241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTab, decorators: [{
|
|
1242
1242
|
type: Component,
|
|
1243
1243
|
args: [{
|
|
1244
1244
|
selector: 'admiralty-tab',
|
|
@@ -1257,15 +1257,15 @@ let AdmiraltyTabGroup = class AdmiraltyTabGroup {
|
|
|
1257
1257
|
this.el = r.nativeElement;
|
|
1258
1258
|
proxyOutputs(this, this.el, ['admiraltyTabSelected']);
|
|
1259
1259
|
}
|
|
1260
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1261
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1260
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1261
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyTabGroup, selector: "admiralty-tab-group", inputs: { selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1262
1262
|
};
|
|
1263
1263
|
AdmiraltyTabGroup = __decorate([
|
|
1264
1264
|
ProxyCmp({
|
|
1265
1265
|
inputs: ['selectedIndex']
|
|
1266
1266
|
})
|
|
1267
1267
|
], AdmiraltyTabGroup);
|
|
1268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTabGroup, decorators: [{
|
|
1269
1269
|
type: Component,
|
|
1270
1270
|
args: [{
|
|
1271
1271
|
selector: 'admiralty-tab-group',
|
|
@@ -1283,15 +1283,15 @@ let AdmiraltyTable = class AdmiraltyTable {
|
|
|
1283
1283
|
c.detach();
|
|
1284
1284
|
this.el = r.nativeElement;
|
|
1285
1285
|
}
|
|
1286
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1287
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1286
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1287
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyTable, selector: "admiralty-table", inputs: { caption: "caption" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1288
1288
|
};
|
|
1289
1289
|
AdmiraltyTable = __decorate([
|
|
1290
1290
|
ProxyCmp({
|
|
1291
1291
|
inputs: ['caption']
|
|
1292
1292
|
})
|
|
1293
1293
|
], AdmiraltyTable);
|
|
1294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTable, decorators: [{
|
|
1295
1295
|
type: Component,
|
|
1296
1296
|
args: [{
|
|
1297
1297
|
selector: 'admiralty-table',
|
|
@@ -1309,13 +1309,13 @@ let AdmiraltyTableBody = class AdmiraltyTableBody {
|
|
|
1309
1309
|
c.detach();
|
|
1310
1310
|
this.el = r.nativeElement;
|
|
1311
1311
|
}
|
|
1312
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1313
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1312
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1313
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyTableBody, selector: "admiralty-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1314
1314
|
};
|
|
1315
1315
|
AdmiraltyTableBody = __decorate([
|
|
1316
1316
|
ProxyCmp({})
|
|
1317
1317
|
], AdmiraltyTableBody);
|
|
1318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableBody, decorators: [{
|
|
1319
1319
|
type: Component,
|
|
1320
1320
|
args: [{
|
|
1321
1321
|
selector: 'admiralty-table-body',
|
|
@@ -1333,13 +1333,13 @@ let AdmiraltyTableCell = class AdmiraltyTableCell {
|
|
|
1333
1333
|
c.detach();
|
|
1334
1334
|
this.el = r.nativeElement;
|
|
1335
1335
|
}
|
|
1336
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1337
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1336
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableCell, 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.14", type: AdmiraltyTableCell, selector: "admiralty-table-cell", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1338
1338
|
};
|
|
1339
1339
|
AdmiraltyTableCell = __decorate([
|
|
1340
1340
|
ProxyCmp({})
|
|
1341
1341
|
], AdmiraltyTableCell);
|
|
1342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableCell, decorators: [{
|
|
1343
1343
|
type: Component,
|
|
1344
1344
|
args: [{
|
|
1345
1345
|
selector: 'admiralty-table-cell',
|
|
@@ -1357,13 +1357,13 @@ let AdmiraltyTableHeader = class AdmiraltyTableHeader {
|
|
|
1357
1357
|
c.detach();
|
|
1358
1358
|
this.el = r.nativeElement;
|
|
1359
1359
|
}
|
|
1360
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1361
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1360
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1361
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyTableHeader, selector: "admiralty-table-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1362
1362
|
};
|
|
1363
1363
|
AdmiraltyTableHeader = __decorate([
|
|
1364
1364
|
ProxyCmp({})
|
|
1365
1365
|
], AdmiraltyTableHeader);
|
|
1366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableHeader, decorators: [{
|
|
1367
1367
|
type: Component,
|
|
1368
1368
|
args: [{
|
|
1369
1369
|
selector: 'admiralty-table-header',
|
|
@@ -1381,13 +1381,13 @@ let AdmiraltyTableHeaderCell = class AdmiraltyTableHeaderCell {
|
|
|
1381
1381
|
c.detach();
|
|
1382
1382
|
this.el = r.nativeElement;
|
|
1383
1383
|
}
|
|
1384
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1385
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1384
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableHeaderCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1385
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyTableHeaderCell, selector: "admiralty-table-header-cell", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1386
1386
|
};
|
|
1387
1387
|
AdmiraltyTableHeaderCell = __decorate([
|
|
1388
1388
|
ProxyCmp({})
|
|
1389
1389
|
], AdmiraltyTableHeaderCell);
|
|
1390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableHeaderCell, decorators: [{
|
|
1391
1391
|
type: Component,
|
|
1392
1392
|
args: [{
|
|
1393
1393
|
selector: 'admiralty-table-header-cell',
|
|
@@ -1405,13 +1405,13 @@ let AdmiraltyTableRow = class AdmiraltyTableRow {
|
|
|
1405
1405
|
c.detach();
|
|
1406
1406
|
this.el = r.nativeElement;
|
|
1407
1407
|
}
|
|
1408
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1409
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1408
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1409
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyTableRow, selector: "admiralty-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1410
1410
|
};
|
|
1411
1411
|
AdmiraltyTableRow = __decorate([
|
|
1412
1412
|
ProxyCmp({})
|
|
1413
1413
|
], AdmiraltyTableRow);
|
|
1414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1414
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTableRow, decorators: [{
|
|
1415
1415
|
type: Component,
|
|
1416
1416
|
args: [{
|
|
1417
1417
|
selector: 'admiralty-table-row',
|
|
@@ -1429,15 +1429,15 @@ let AdmiraltyTextSideBar = class AdmiraltyTextSideBar {
|
|
|
1429
1429
|
c.detach();
|
|
1430
1430
|
this.el = r.nativeElement;
|
|
1431
1431
|
}
|
|
1432
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1433
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1432
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTextSideBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1433
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyTextSideBar, selector: "admiralty-text-side-bar", inputs: { label: "label", logoImgUrl: "logoImgUrl", showLogo: "showLogo", textSideBarWidth: "textSideBarWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1434
1434
|
};
|
|
1435
1435
|
AdmiraltyTextSideBar = __decorate([
|
|
1436
1436
|
ProxyCmp({
|
|
1437
1437
|
inputs: ['label', 'logoImgUrl', 'showLogo', 'textSideBarWidth']
|
|
1438
1438
|
})
|
|
1439
1439
|
], AdmiraltyTextSideBar);
|
|
1440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTextSideBar, decorators: [{
|
|
1441
1441
|
type: Component,
|
|
1442
1442
|
args: [{
|
|
1443
1443
|
selector: 'admiralty-text-side-bar',
|
|
@@ -1456,15 +1456,15 @@ let AdmiraltyTextSideBarItem = class AdmiraltyTextSideBarItem {
|
|
|
1456
1456
|
this.el = r.nativeElement;
|
|
1457
1457
|
proxyOutputs(this, this.el, ['toggled', 'textSideBarItemClick']);
|
|
1458
1458
|
}
|
|
1459
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1460
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1459
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTextSideBarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1460
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyTextSideBarItem, selector: "admiralty-text-side-bar-item", inputs: { active: "active", expanded: "expanded", href: "href", icon: "icon", itemText: "itemText", suppressRedirect: "suppressRedirect", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1461
1461
|
};
|
|
1462
1462
|
AdmiraltyTextSideBarItem = __decorate([
|
|
1463
1463
|
ProxyCmp({
|
|
1464
1464
|
inputs: ['active', 'expanded', 'href', 'icon', 'itemText', 'suppressRedirect', 'variant']
|
|
1465
1465
|
})
|
|
1466
1466
|
], AdmiraltyTextSideBarItem);
|
|
1467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTextSideBarItem, decorators: [{
|
|
1468
1468
|
type: Component,
|
|
1469
1469
|
args: [{
|
|
1470
1470
|
selector: 'admiralty-text-side-bar-item',
|
|
@@ -1483,15 +1483,15 @@ let AdmiraltyTextarea = class AdmiraltyTextarea {
|
|
|
1483
1483
|
this.el = r.nativeElement;
|
|
1484
1484
|
proxyOutputs(this, this.el, ['textareaBlur', 'admiraltyInput']);
|
|
1485
1485
|
}
|
|
1486
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1487
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1486
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1487
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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 });
|
|
1488
1488
|
};
|
|
1489
1489
|
AdmiraltyTextarea = __decorate([
|
|
1490
1490
|
ProxyCmp({
|
|
1491
1491
|
inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width']
|
|
1492
1492
|
})
|
|
1493
1493
|
], AdmiraltyTextarea);
|
|
1494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyTextarea, decorators: [{
|
|
1495
1495
|
type: Component,
|
|
1496
1496
|
args: [{
|
|
1497
1497
|
selector: 'admiralty-textarea',
|
|
@@ -1510,15 +1510,15 @@ let AdmiraltyThemeToggle = class AdmiraltyThemeToggle {
|
|
|
1510
1510
|
this.el = r.nativeElement;
|
|
1511
1511
|
proxyOutputs(this, this.el, ['admiraltyThemeChange']);
|
|
1512
1512
|
}
|
|
1513
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1514
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1513
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyThemeToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1514
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AdmiraltyThemeToggle, selector: "admiralty-theme-toggle", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1515
1515
|
};
|
|
1516
1516
|
AdmiraltyThemeToggle = __decorate([
|
|
1517
1517
|
ProxyCmp({
|
|
1518
1518
|
inputs: ['ariaLabel', 'disabled', 'theme']
|
|
1519
1519
|
})
|
|
1520
1520
|
], AdmiraltyThemeToggle);
|
|
1521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AdmiraltyThemeToggle, decorators: [{
|
|
1522
1522
|
type: Component,
|
|
1523
1523
|
args: [{
|
|
1524
1524
|
selector: 'admiralty-theme-toggle',
|
|
@@ -1617,10 +1617,10 @@ class ValueAccessor {
|
|
|
1617
1617
|
setDisabledState(isDisabled) {
|
|
1618
1618
|
this.el.nativeElement.disabled = isDisabled;
|
|
1619
1619
|
}
|
|
1620
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1621
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
1620
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1621
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ValueAccessor, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
1622
1622
|
}
|
|
1623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1623
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
1624
1624
|
type: Directive,
|
|
1625
1625
|
args: [{}]
|
|
1626
1626
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
@@ -1632,8 +1632,8 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1632
1632
|
constructor(el) {
|
|
1633
1633
|
super(el);
|
|
1634
1634
|
}
|
|
1635
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1636
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
1635
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1636
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TextValueAccessor, selector: "admiralty-input:not([type=number]), admiralty-textarea", host: { listeners: { "admiraltyInput": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
1637
1637
|
{
|
|
1638
1638
|
provide: NG_VALUE_ACCESSOR,
|
|
1639
1639
|
useExisting: TextValueAccessor,
|
|
@@ -1641,7 +1641,7 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1641
1641
|
}
|
|
1642
1642
|
], usesInheritance: true, ngImport: i0 });
|
|
1643
1643
|
}
|
|
1644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1644
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
1645
1645
|
type: Directive,
|
|
1646
1646
|
args: [{
|
|
1647
1647
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -1666,8 +1666,8 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
1666
1666
|
writeValue(value) {
|
|
1667
1667
|
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
1668
1668
|
}
|
|
1669
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1670
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
1669
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1670
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BooleanValueAccessor, selector: "admiralty-checkbox", host: { listeners: { "admiraltyChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
1671
1671
|
{
|
|
1672
1672
|
provide: NG_VALUE_ACCESSOR,
|
|
1673
1673
|
useExisting: BooleanValueAccessor,
|
|
@@ -1675,7 +1675,7 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
1675
1675
|
}
|
|
1676
1676
|
], usesInheritance: true, ngImport: i0 });
|
|
1677
1677
|
}
|
|
1678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
1679
1679
|
type: Directive,
|
|
1680
1680
|
args: [{
|
|
1681
1681
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -1702,8 +1702,8 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1702
1702
|
fn(value === '' ? null : parseFloat(value));
|
|
1703
1703
|
});
|
|
1704
1704
|
}
|
|
1705
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1706
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
1705
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1706
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: NumericValueAccessor, selector: "admiralty-input[type=number]", host: { listeners: { "admiraltyInput": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
1707
1707
|
{
|
|
1708
1708
|
provide: NG_VALUE_ACCESSOR,
|
|
1709
1709
|
useExisting: NumericValueAccessor,
|
|
@@ -1711,7 +1711,7 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1711
1711
|
}
|
|
1712
1712
|
], usesInheritance: true, ngImport: i0 });
|
|
1713
1713
|
}
|
|
1714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
1715
1715
|
type: Directive,
|
|
1716
1716
|
args: [{
|
|
1717
1717
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -1733,8 +1733,8 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1733
1733
|
constructor(el) {
|
|
1734
1734
|
super(el);
|
|
1735
1735
|
}
|
|
1736
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1737
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
1736
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1737
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: RadioValueAccessor, selector: "admiralty-radio", host: { listeners: { "admiraltyRadioChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
1738
1738
|
{
|
|
1739
1739
|
provide: NG_VALUE_ACCESSOR,
|
|
1740
1740
|
useExisting: RadioValueAccessor,
|
|
@@ -1742,7 +1742,7 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1742
1742
|
}
|
|
1743
1743
|
], usesInheritance: true, ngImport: i0 });
|
|
1744
1744
|
}
|
|
1745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
1746
1746
|
type: Directive,
|
|
1747
1747
|
args: [{
|
|
1748
1748
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -1764,8 +1764,8 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
1764
1764
|
constructor(el) {
|
|
1765
1765
|
super(el);
|
|
1766
1766
|
}
|
|
1767
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1768
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
1767
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1768
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SelectValueAccessor, selector: "admiralty-select, admiralty-radio-group, admiralty-autocomplete", host: { listeners: { "admiraltyChange": "handleChangeEvent($event.target.value)" } }, providers: [
|
|
1769
1769
|
{
|
|
1770
1770
|
provide: NG_VALUE_ACCESSOR,
|
|
1771
1771
|
useExisting: SelectValueAccessor,
|
|
@@ -1773,7 +1773,7 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
1773
1773
|
}
|
|
1774
1774
|
], usesInheritance: true, ngImport: i0 });
|
|
1775
1775
|
}
|
|
1776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
1777
1777
|
type: Directive,
|
|
1778
1778
|
args: [{
|
|
1779
1779
|
/* tslint:disable-next-line:directive-selector */
|
|
@@ -1804,8 +1804,8 @@ class DesignSystemModule {
|
|
|
1804
1804
|
],
|
|
1805
1805
|
};
|
|
1806
1806
|
}
|
|
1807
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1808
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
1807
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1808
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", 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, AdmiraltyIconSideBar, AdmiraltyIconSideBarItem, AdmiraltyInput, AdmiraltyInputInvalid, AdmiraltyLabel, AdmiraltyLink, AdmiraltyModalDialog, AdmiraltyPaginator, AdmiraltyPhaseBanner, AdmiraltyPill, AdmiraltyProgressBar, AdmiraltyProgressTracker, AdmiraltyProgressTrackerStep, AdmiraltyRadio, AdmiraltyRadioGroup, AdmiraltyReadMore, AdmiraltySelect, AdmiraltySideNav, AdmiraltySideNavItem, AdmiraltySkeleton, AdmiraltySkipLink, AdmiraltyTab, AdmiraltyTabGroup, AdmiraltyTable, AdmiraltyTableBody, AdmiraltyTableCell, AdmiraltyTableHeader, AdmiraltyTableHeaderCell, AdmiraltyTableRow, AdmiraltyTextSideBar, AdmiraltyTextSideBarItem, AdmiraltyTextarea, AdmiraltyThemeToggle, TextValueAccessor,
|
|
1809
1809
|
BooleanValueAccessor,
|
|
1810
1810
|
NumericValueAccessor,
|
|
1811
1811
|
RadioValueAccessor,
|
|
@@ -1814,9 +1814,9 @@ class DesignSystemModule {
|
|
|
1814
1814
|
NumericValueAccessor,
|
|
1815
1815
|
RadioValueAccessor,
|
|
1816
1816
|
SelectValueAccessor] });
|
|
1817
|
-
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
1817
|
+
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DesignSystemModule, imports: [CommonModule] });
|
|
1818
1818
|
}
|
|
1819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DesignSystemModule, decorators: [{
|
|
1820
1820
|
type: NgModule,
|
|
1821
1821
|
args: [{
|
|
1822
1822
|
declarations: [
|