@ukho/admiralty-angular 5.5.2--canary.1168be9.0 → 5.5.2
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/fesm2022/ukho-admiralty-angular.mjs +432 -260
- package/fesm2022/ukho-admiralty-angular.mjs.map +1 -1
- package/package.json +6 -8
- package/{lib/stencil-generated/components.d.ts → types/ukho-admiralty-angular.d.ts} +310 -216
- package/esm2022/index.mjs +0 -12
- package/esm2022/lib/design-system.module.mjs +0 -59
- package/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
- package/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +0 -38
- package/esm2022/lib/stencil-generated/components.mjs +0 -1527
- package/esm2022/lib/stencil-generated/index.mjs +0 -60
- package/esm2022/lib/stencil-generated/number-value-accessor.mjs +0 -40
- package/esm2022/lib/stencil-generated/radio-value-accessor.mjs +0 -35
- package/esm2022/lib/stencil-generated/select-value-accessor.mjs +0 -35
- package/esm2022/lib/stencil-generated/text-value-accessor.mjs +0 -35
- package/esm2022/lib/stencil-generated/value-accessor.mjs +0 -42
- package/esm2022/ukho-admiralty-angular.mjs +0 -5
- package/index.d.ts +0 -9
- package/lib/design-system.module.d.ts +0 -17
- package/lib/stencil-generated/angular-component-lib/utils.d.ts +0 -9
- package/lib/stencil-generated/boolean-value-accessor.d.ts +0 -9
- package/lib/stencil-generated/index.d.ts +0 -2
- package/lib/stencil-generated/number-value-accessor.d.ts +0 -9
- package/lib/stencil-generated/radio-value-accessor.d.ts +0 -8
- package/lib/stencil-generated/select-value-accessor.d.ts +0 -8
- package/lib/stencil-generated/text-value-accessor.d.ts +0 -8
- package/lib/stencil-generated/value-accessor.d.ts +0 -18
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { ChangeDetectionStrategy, Component, HostListener, Directive, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
2
|
+
import { EventEmitter, Output, ChangeDetectionStrategy, Component, HostListener, Directive, forwardRef, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
4
|
import { __decorate } from 'tslib';
|
|
5
5
|
import { fromEvent } from 'rxjs';
|
|
@@ -67,21 +67,21 @@ function ProxyCmp(opts) {
|
|
|
67
67
|
let AdmiraltyAutocomplete = class AdmiraltyAutocomplete {
|
|
68
68
|
z;
|
|
69
69
|
el;
|
|
70
|
+
admiraltyChange = new EventEmitter();
|
|
70
71
|
constructor(c, r, z) {
|
|
71
72
|
this.z = z;
|
|
72
73
|
c.detach();
|
|
73
74
|
this.el = r.nativeElement;
|
|
74
|
-
proxyOutputs(this, this.el, ['admiraltyChange']);
|
|
75
75
|
}
|
|
76
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
77
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
76
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
77
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyAutocomplete, isStandalone: false, 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" }, outputs: { admiraltyChange: "admiraltyChange" }, 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: "
|
|
84
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyAutocomplete, decorators: [{
|
|
85
85
|
type: Component,
|
|
86
86
|
args: [{
|
|
87
87
|
selector: 'admiralty-autocomplete',
|
|
@@ -89,8 +89,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
89
89
|
template: '<ng-content></ng-content>',
|
|
90
90
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
91
91
|
inputs: ['assistiveHint', 'autoselect', 'confirmOnBlur', 'cssNamespace', 'disabled', 'displayMenu', 'filterFunction', 'hint', 'inputClasses', 'invalid', 'invalidMessage', 'label', 'menuAttributes', 'menuClasses', 'minLength', 'name', 'placeholder', 'required', 'showAllValues', 'showNoOptionsFound', 'value'],
|
|
92
|
+
outputs: ['admiraltyChange'],
|
|
93
|
+
standalone: false
|
|
92
94
|
}]
|
|
93
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
95
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyChange: [{
|
|
96
|
+
type: Output
|
|
97
|
+
}] } });
|
|
94
98
|
let AdmiraltyAutocompleteOption = class AdmiraltyAutocompleteOption {
|
|
95
99
|
z;
|
|
96
100
|
el;
|
|
@@ -99,15 +103,15 @@ let AdmiraltyAutocompleteOption = class AdmiraltyAutocompleteOption {
|
|
|
99
103
|
c.detach();
|
|
100
104
|
this.el = r.nativeElement;
|
|
101
105
|
}
|
|
102
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
103
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
106
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyAutocompleteOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
107
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyAutocompleteOption, isStandalone: false, selector: "admiralty-autocomplete-option", inputs: { value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
104
108
|
};
|
|
105
109
|
AdmiraltyAutocompleteOption = __decorate([
|
|
106
110
|
ProxyCmp({
|
|
107
111
|
inputs: ['value']
|
|
108
112
|
})
|
|
109
113
|
], AdmiraltyAutocompleteOption);
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyAutocompleteOption, decorators: [{
|
|
111
115
|
type: Component,
|
|
112
116
|
args: [{
|
|
113
117
|
selector: 'admiralty-autocomplete-option',
|
|
@@ -115,6 +119,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
115
119
|
template: '<ng-content></ng-content>',
|
|
116
120
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
117
121
|
inputs: ['value'],
|
|
122
|
+
standalone: false
|
|
118
123
|
}]
|
|
119
124
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
120
125
|
let AdmiraltyBreadcrumb = class AdmiraltyBreadcrumb {
|
|
@@ -125,15 +130,15 @@ let AdmiraltyBreadcrumb = class AdmiraltyBreadcrumb {
|
|
|
125
130
|
c.detach();
|
|
126
131
|
this.el = r.nativeElement;
|
|
127
132
|
}
|
|
128
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
129
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
133
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyBreadcrumb, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
134
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyBreadcrumb, isStandalone: false, selector: "admiralty-breadcrumb", inputs: { active: "active", href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
130
135
|
};
|
|
131
136
|
AdmiraltyBreadcrumb = __decorate([
|
|
132
137
|
ProxyCmp({
|
|
133
138
|
inputs: ['active', 'href']
|
|
134
139
|
})
|
|
135
140
|
], AdmiraltyBreadcrumb);
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyBreadcrumb, decorators: [{
|
|
137
142
|
type: Component,
|
|
138
143
|
args: [{
|
|
139
144
|
selector: 'admiralty-breadcrumb',
|
|
@@ -141,6 +146,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
141
146
|
template: '<ng-content></ng-content>',
|
|
142
147
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
143
148
|
inputs: ['active', 'href'],
|
|
149
|
+
standalone: false
|
|
144
150
|
}]
|
|
145
151
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
146
152
|
let AdmiraltyBreadcrumbs = class AdmiraltyBreadcrumbs {
|
|
@@ -151,13 +157,13 @@ let AdmiraltyBreadcrumbs = class AdmiraltyBreadcrumbs {
|
|
|
151
157
|
c.detach();
|
|
152
158
|
this.el = r.nativeElement;
|
|
153
159
|
}
|
|
154
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
155
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
160
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
161
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyBreadcrumbs, isStandalone: false, selector: "admiralty-breadcrumbs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
156
162
|
};
|
|
157
163
|
AdmiraltyBreadcrumbs = __decorate([
|
|
158
164
|
ProxyCmp({})
|
|
159
165
|
], AdmiraltyBreadcrumbs);
|
|
160
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyBreadcrumbs, decorators: [{
|
|
161
167
|
type: Component,
|
|
162
168
|
args: [{
|
|
163
169
|
selector: 'admiralty-breadcrumbs',
|
|
@@ -165,6 +171,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
165
171
|
template: '<ng-content></ng-content>',
|
|
166
172
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
167
173
|
inputs: [],
|
|
174
|
+
standalone: false
|
|
168
175
|
}]
|
|
169
176
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
170
177
|
let AdmiraltyButton = class AdmiraltyButton {
|
|
@@ -175,15 +182,15 @@ let AdmiraltyButton = class AdmiraltyButton {
|
|
|
175
182
|
c.detach();
|
|
176
183
|
this.el = r.nativeElement;
|
|
177
184
|
}
|
|
178
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
179
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
185
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
186
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyButton, isStandalone: false, 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
187
|
};
|
|
181
188
|
AdmiraltyButton = __decorate([
|
|
182
189
|
ProxyCmp({
|
|
183
190
|
inputs: ['borderless', 'disabled', 'form', 'icon', 'name', 'type', 'value', 'variant']
|
|
184
191
|
})
|
|
185
192
|
], AdmiraltyButton);
|
|
186
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyButton, decorators: [{
|
|
187
194
|
type: Component,
|
|
188
195
|
args: [{
|
|
189
196
|
selector: 'admiralty-button',
|
|
@@ -191,6 +198,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
191
198
|
template: '<ng-content></ng-content>',
|
|
192
199
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
193
200
|
inputs: ['borderless', 'disabled', 'form', 'icon', 'name', 'type', 'value', 'variant'],
|
|
201
|
+
standalone: false
|
|
194
202
|
}]
|
|
195
203
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
196
204
|
let AdmiraltyCard = class AdmiraltyCard {
|
|
@@ -201,15 +209,15 @@ let AdmiraltyCard = class AdmiraltyCard {
|
|
|
201
209
|
c.detach();
|
|
202
210
|
this.el = r.nativeElement;
|
|
203
211
|
}
|
|
204
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
205
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
212
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
213
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyCard, isStandalone: false, selector: "admiralty-card", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
206
214
|
};
|
|
207
215
|
AdmiraltyCard = __decorate([
|
|
208
216
|
ProxyCmp({
|
|
209
217
|
inputs: ['heading']
|
|
210
218
|
})
|
|
211
219
|
], AdmiraltyCard);
|
|
212
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyCard, decorators: [{
|
|
213
221
|
type: Component,
|
|
214
222
|
args: [{
|
|
215
223
|
selector: 'admiralty-card',
|
|
@@ -217,26 +225,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
217
225
|
template: '<ng-content></ng-content>',
|
|
218
226
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
219
227
|
inputs: ['heading'],
|
|
228
|
+
standalone: false
|
|
220
229
|
}]
|
|
221
230
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
222
231
|
let AdmiraltyCheckbox = class AdmiraltyCheckbox {
|
|
223
232
|
z;
|
|
224
233
|
el;
|
|
234
|
+
admiraltyChange = new EventEmitter();
|
|
235
|
+
checkboxFocus = new EventEmitter();
|
|
236
|
+
checkboxBlur = new EventEmitter();
|
|
225
237
|
constructor(c, r, z) {
|
|
226
238
|
this.z = z;
|
|
227
239
|
c.detach();
|
|
228
240
|
this.el = r.nativeElement;
|
|
229
|
-
proxyOutputs(this, this.el, ['admiraltyChange', 'checkboxFocus', 'checkboxBlur']);
|
|
230
241
|
}
|
|
231
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
232
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
242
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
243
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyCheckbox, isStandalone: false, selector: "admiralty-checkbox", inputs: { checkboxRight: "checkboxRight", checked: "checked", disabled: "disabled", labelHidden: "labelHidden", labelText: "labelText", name: "name", value: "value" }, outputs: { admiraltyChange: "admiraltyChange", checkboxFocus: "checkboxFocus", checkboxBlur: "checkboxBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
233
244
|
};
|
|
234
245
|
AdmiraltyCheckbox = __decorate([
|
|
235
246
|
ProxyCmp({
|
|
236
247
|
inputs: ['checkboxRight', 'checked', 'disabled', 'labelHidden', 'labelText', 'name', 'value']
|
|
237
248
|
})
|
|
238
249
|
], AdmiraltyCheckbox);
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyCheckbox, decorators: [{
|
|
240
251
|
type: Component,
|
|
241
252
|
args: [{
|
|
242
253
|
selector: 'admiralty-checkbox',
|
|
@@ -244,26 +255,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
244
255
|
template: '<ng-content></ng-content>',
|
|
245
256
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
246
257
|
inputs: ['checkboxRight', 'checked', 'disabled', 'labelHidden', 'labelText', 'name', 'value'],
|
|
258
|
+
outputs: ['admiraltyChange', 'checkboxFocus', 'checkboxBlur'],
|
|
259
|
+
standalone: false
|
|
247
260
|
}]
|
|
248
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
261
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyChange: [{
|
|
262
|
+
type: Output
|
|
263
|
+
}], checkboxFocus: [{
|
|
264
|
+
type: Output
|
|
265
|
+
}], checkboxBlur: [{
|
|
266
|
+
type: Output
|
|
267
|
+
}] } });
|
|
249
268
|
let AdmiraltyColourBlock = class AdmiraltyColourBlock {
|
|
250
269
|
z;
|
|
251
270
|
el;
|
|
271
|
+
colourBlockLinkClicked = new EventEmitter();
|
|
252
272
|
constructor(c, r, z) {
|
|
253
273
|
this.z = z;
|
|
254
274
|
c.detach();
|
|
255
275
|
this.el = r.nativeElement;
|
|
256
|
-
proxyOutputs(this, this.el, ['colourBlockLinkClicked']);
|
|
257
276
|
}
|
|
258
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
259
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
277
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyColourBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
278
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyColourBlock, isStandalone: false, selector: "admiralty-colour-block", inputs: { actionText: "actionText", colour: "colour", enableCardEvent: "enableCardEvent", heading: "heading", height: "height", href: "href", linkText: "linkText", suppressRedirect: "suppressRedirect", width: "width" }, outputs: { colourBlockLinkClicked: "colourBlockLinkClicked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
260
279
|
};
|
|
261
280
|
AdmiraltyColourBlock = __decorate([
|
|
262
281
|
ProxyCmp({
|
|
263
282
|
inputs: ['actionText', 'colour', 'enableCardEvent', 'heading', 'height', 'href', 'linkText', 'suppressRedirect', 'width']
|
|
264
283
|
})
|
|
265
284
|
], AdmiraltyColourBlock);
|
|
266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyColourBlock, decorators: [{
|
|
267
286
|
type: Component,
|
|
268
287
|
args: [{
|
|
269
288
|
selector: 'admiralty-colour-block',
|
|
@@ -271,8 +290,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
271
290
|
template: '<ng-content></ng-content>',
|
|
272
291
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
273
292
|
inputs: ['actionText', 'colour', 'enableCardEvent', 'heading', 'height', 'href', 'linkText', 'suppressRedirect', 'width'],
|
|
293
|
+
outputs: ['colourBlockLinkClicked'],
|
|
294
|
+
standalone: false
|
|
274
295
|
}]
|
|
275
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
296
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { colourBlockLinkClicked: [{
|
|
297
|
+
type: Output
|
|
298
|
+
}] } });
|
|
276
299
|
let AdmiraltyDialogue = class AdmiraltyDialogue {
|
|
277
300
|
z;
|
|
278
301
|
el;
|
|
@@ -281,15 +304,15 @@ let AdmiraltyDialogue = class AdmiraltyDialogue {
|
|
|
281
304
|
c.detach();
|
|
282
305
|
this.el = r.nativeElement;
|
|
283
306
|
}
|
|
284
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
285
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
307
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyDialogue, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
308
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyDialogue, isStandalone: false, selector: "admiralty-dialogue", inputs: { heading: "heading", sectionRole: "sectionRole", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
286
309
|
};
|
|
287
310
|
AdmiraltyDialogue = __decorate([
|
|
288
311
|
ProxyCmp({
|
|
289
312
|
inputs: ['heading', 'sectionRole', 'type']
|
|
290
313
|
})
|
|
291
314
|
], AdmiraltyDialogue);
|
|
292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyDialogue, decorators: [{
|
|
293
316
|
type: Component,
|
|
294
317
|
args: [{
|
|
295
318
|
selector: 'admiralty-dialogue',
|
|
@@ -297,6 +320,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
297
320
|
template: '<ng-content></ng-content>',
|
|
298
321
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
299
322
|
inputs: ['heading', 'sectionRole', 'type'],
|
|
323
|
+
standalone: false
|
|
300
324
|
}]
|
|
301
325
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
302
326
|
let AdmiraltyErrorSummary = class AdmiraltyErrorSummary {
|
|
@@ -307,15 +331,15 @@ let AdmiraltyErrorSummary = class AdmiraltyErrorSummary {
|
|
|
307
331
|
c.detach();
|
|
308
332
|
this.el = r.nativeElement;
|
|
309
333
|
}
|
|
310
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
311
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
334
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyErrorSummary, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
335
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyErrorSummary, isStandalone: false, selector: "admiralty-error-summary", inputs: { heading: "heading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
312
336
|
};
|
|
313
337
|
AdmiraltyErrorSummary = __decorate([
|
|
314
338
|
ProxyCmp({
|
|
315
339
|
inputs: ['heading']
|
|
316
340
|
})
|
|
317
341
|
], AdmiraltyErrorSummary);
|
|
318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyErrorSummary, decorators: [{
|
|
319
343
|
type: Component,
|
|
320
344
|
args: [{
|
|
321
345
|
selector: 'admiralty-error-summary',
|
|
@@ -323,26 +347,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
323
347
|
template: '<ng-content></ng-content>',
|
|
324
348
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
325
349
|
inputs: ['heading'],
|
|
350
|
+
standalone: false
|
|
326
351
|
}]
|
|
327
352
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
328
353
|
let AdmiraltyExpansion = class AdmiraltyExpansion {
|
|
329
354
|
z;
|
|
330
355
|
el;
|
|
356
|
+
toggled = new EventEmitter();
|
|
331
357
|
constructor(c, r, z) {
|
|
332
358
|
this.z = z;
|
|
333
359
|
c.detach();
|
|
334
360
|
this.el = r.nativeElement;
|
|
335
|
-
proxyOutputs(this, this.el, ['toggled']);
|
|
336
361
|
}
|
|
337
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
338
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
362
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyExpansion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
363
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyExpansion, isStandalone: false, selector: "admiralty-expansion", inputs: { alignHeadingRight: "alignHeadingRight", expanded: "expanded", heading: "heading", hideBorder: "hideBorder" }, outputs: { toggled: "toggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
339
364
|
};
|
|
340
365
|
AdmiraltyExpansion = __decorate([
|
|
341
366
|
ProxyCmp({
|
|
342
367
|
inputs: ['alignHeadingRight', 'expanded', 'heading', 'hideBorder']
|
|
343
368
|
})
|
|
344
369
|
], AdmiraltyExpansion);
|
|
345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyExpansion, decorators: [{
|
|
346
371
|
type: Component,
|
|
347
372
|
args: [{
|
|
348
373
|
selector: 'admiralty-expansion',
|
|
@@ -350,26 +375,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
350
375
|
template: '<ng-content></ng-content>',
|
|
351
376
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
352
377
|
inputs: ['alignHeadingRight', 'expanded', 'heading', 'hideBorder'],
|
|
378
|
+
outputs: ['toggled'],
|
|
379
|
+
standalone: false
|
|
353
380
|
}]
|
|
354
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
381
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggled: [{
|
|
382
|
+
type: Output
|
|
383
|
+
}] } });
|
|
355
384
|
let AdmiraltyFileInput = class AdmiraltyFileInput {
|
|
356
385
|
z;
|
|
357
386
|
el;
|
|
387
|
+
fileInputChange = new EventEmitter();
|
|
358
388
|
constructor(c, r, z) {
|
|
359
389
|
this.z = z;
|
|
360
390
|
c.detach();
|
|
361
391
|
this.el = r.nativeElement;
|
|
362
|
-
proxyOutputs(this, this.el, ['fileInputChange']);
|
|
363
392
|
}
|
|
364
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
365
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
393
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyFileInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
394
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyFileInput, isStandalone: false, selector: "admiralty-file-input", inputs: { invalid: "invalid", invalidMessage: "invalidMessage", label: "label", multiple: "multiple" }, outputs: { fileInputChange: "fileInputChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
366
395
|
};
|
|
367
396
|
AdmiraltyFileInput = __decorate([
|
|
368
397
|
ProxyCmp({
|
|
369
398
|
inputs: ['invalid', 'invalidMessage', 'label', 'multiple']
|
|
370
399
|
})
|
|
371
400
|
], AdmiraltyFileInput);
|
|
372
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyFileInput, decorators: [{
|
|
373
402
|
type: Component,
|
|
374
403
|
args: [{
|
|
375
404
|
selector: 'admiralty-file-input',
|
|
@@ -377,26 +406,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
377
406
|
template: '<ng-content></ng-content>',
|
|
378
407
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
379
408
|
inputs: ['invalid', 'invalidMessage', 'label', 'multiple'],
|
|
409
|
+
outputs: ['fileInputChange'],
|
|
410
|
+
standalone: false
|
|
380
411
|
}]
|
|
381
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
412
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { fileInputChange: [{
|
|
413
|
+
type: Output
|
|
414
|
+
}] } });
|
|
382
415
|
let AdmiraltyFilter = class AdmiraltyFilter {
|
|
383
416
|
z;
|
|
384
417
|
el;
|
|
418
|
+
filterCleared = new EventEmitter();
|
|
419
|
+
filterApplied = new EventEmitter();
|
|
385
420
|
constructor(c, r, z) {
|
|
386
421
|
this.z = z;
|
|
387
422
|
c.detach();
|
|
388
423
|
this.el = r.nativeElement;
|
|
389
|
-
proxyOutputs(this, this.el, ['filterCleared', 'filterApplied']);
|
|
390
424
|
}
|
|
391
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
392
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
425
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
426
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyFilter, isStandalone: false, selector: "admiralty-filter", inputs: { filterTitle: "filterTitle" }, outputs: { filterCleared: "filterCleared", filterApplied: "filterApplied" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
393
427
|
};
|
|
394
428
|
AdmiraltyFilter = __decorate([
|
|
395
429
|
ProxyCmp({
|
|
396
430
|
inputs: ['filterTitle']
|
|
397
431
|
})
|
|
398
432
|
], AdmiraltyFilter);
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyFilter, decorators: [{
|
|
400
434
|
type: Component,
|
|
401
435
|
args: [{
|
|
402
436
|
selector: 'admiralty-filter',
|
|
@@ -404,8 +438,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
404
438
|
template: '<ng-content></ng-content>',
|
|
405
439
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
406
440
|
inputs: ['filterTitle'],
|
|
441
|
+
outputs: ['filterCleared', 'filterApplied'],
|
|
442
|
+
standalone: false
|
|
407
443
|
}]
|
|
408
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
444
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { filterCleared: [{
|
|
445
|
+
type: Output
|
|
446
|
+
}], filterApplied: [{
|
|
447
|
+
type: Output
|
|
448
|
+
}] } });
|
|
409
449
|
let AdmiraltyFilterGroup = class AdmiraltyFilterGroup {
|
|
410
450
|
z;
|
|
411
451
|
el;
|
|
@@ -414,15 +454,15 @@ let AdmiraltyFilterGroup = class AdmiraltyFilterGroup {
|
|
|
414
454
|
c.detach();
|
|
415
455
|
this.el = r.nativeElement;
|
|
416
456
|
}
|
|
417
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
418
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
457
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyFilterGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
458
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyFilterGroup, isStandalone: false, selector: "admiralty-filter-group", inputs: { groupTitle: "groupTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
419
459
|
};
|
|
420
460
|
AdmiraltyFilterGroup = __decorate([
|
|
421
461
|
ProxyCmp({
|
|
422
462
|
inputs: ['groupTitle']
|
|
423
463
|
})
|
|
424
464
|
], AdmiraltyFilterGroup);
|
|
425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
465
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyFilterGroup, decorators: [{
|
|
426
466
|
type: Component,
|
|
427
467
|
args: [{
|
|
428
468
|
selector: 'admiralty-filter-group',
|
|
@@ -430,6 +470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
430
470
|
template: '<ng-content></ng-content>',
|
|
431
471
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
432
472
|
inputs: ['groupTitle'],
|
|
473
|
+
standalone: false
|
|
433
474
|
}]
|
|
434
475
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
435
476
|
let AdmiraltyFooter = class AdmiraltyFooter {
|
|
@@ -440,15 +481,15 @@ let AdmiraltyFooter = class AdmiraltyFooter {
|
|
|
440
481
|
c.detach();
|
|
441
482
|
this.el = r.nativeElement;
|
|
442
483
|
}
|
|
443
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
444
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
484
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
485
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyFooter, isStandalone: false, 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
486
|
};
|
|
446
487
|
AdmiraltyFooter = __decorate([
|
|
447
488
|
ProxyCmp({
|
|
448
489
|
inputs: ['imageAlt', 'imageLink', 'imageSrc', 'text', 'variant']
|
|
449
490
|
})
|
|
450
491
|
], AdmiraltyFooter);
|
|
451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
492
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyFooter, decorators: [{
|
|
452
493
|
type: Component,
|
|
453
494
|
args: [{
|
|
454
495
|
selector: 'admiralty-footer',
|
|
@@ -456,26 +497,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
456
497
|
template: '<ng-content></ng-content>',
|
|
457
498
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
458
499
|
inputs: ['imageAlt', 'imageLink', 'imageSrc', 'text', 'variant'],
|
|
500
|
+
standalone: false
|
|
459
501
|
}]
|
|
460
502
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
461
503
|
let AdmiraltyHeader = class AdmiraltyHeader {
|
|
462
504
|
z;
|
|
463
505
|
el;
|
|
506
|
+
titledClicked = new EventEmitter();
|
|
464
507
|
constructor(c, r, z) {
|
|
465
508
|
this.z = z;
|
|
466
509
|
c.detach();
|
|
467
510
|
this.el = r.nativeElement;
|
|
468
|
-
proxyOutputs(this, this.el, ['titledClicked']);
|
|
469
511
|
}
|
|
470
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
471
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
512
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
513
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyHeader, isStandalone: false, selector: "admiralty-header", inputs: { headerTitle: "headerTitle", headerTitleUrl: "headerTitleUrl", logoAltText: "logoAltText", logoImgUrl: "logoImgUrl", logoLinkUrl: "logoLinkUrl" }, outputs: { titledClicked: "titledClicked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
472
514
|
};
|
|
473
515
|
AdmiraltyHeader = __decorate([
|
|
474
516
|
ProxyCmp({
|
|
475
517
|
inputs: ['headerTitle', 'headerTitleUrl', 'logoAltText', 'logoImgUrl', 'logoLinkUrl']
|
|
476
518
|
})
|
|
477
519
|
], AdmiraltyHeader);
|
|
478
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
520
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeader, decorators: [{
|
|
479
521
|
type: Component,
|
|
480
522
|
args: [{
|
|
481
523
|
selector: 'admiralty-header',
|
|
@@ -483,26 +525,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
483
525
|
template: '<ng-content></ng-content>',
|
|
484
526
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
485
527
|
inputs: ['headerTitle', 'headerTitleUrl', 'logoAltText', 'logoImgUrl', 'logoLinkUrl'],
|
|
528
|
+
outputs: ['titledClicked'],
|
|
529
|
+
standalone: false
|
|
486
530
|
}]
|
|
487
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
531
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { titledClicked: [{
|
|
532
|
+
type: Output
|
|
533
|
+
}] } });
|
|
488
534
|
let AdmiraltyHeaderMenuItem = class AdmiraltyHeaderMenuItem {
|
|
489
535
|
z;
|
|
490
536
|
el;
|
|
537
|
+
menuItemClick = new EventEmitter();
|
|
491
538
|
constructor(c, r, z) {
|
|
492
539
|
this.z = z;
|
|
493
540
|
c.detach();
|
|
494
541
|
this.el = r.nativeElement;
|
|
495
|
-
proxyOutputs(this, this.el, ['menuItemClick']);
|
|
496
542
|
}
|
|
497
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
498
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
543
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeaderMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
544
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyHeaderMenuItem, isStandalone: false, selector: "admiralty-header-menu-item", inputs: { active: "active", menuTitle: "menuTitle" }, outputs: { menuItemClick: "menuItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
499
545
|
};
|
|
500
546
|
AdmiraltyHeaderMenuItem = __decorate([
|
|
501
547
|
ProxyCmp({
|
|
502
548
|
inputs: ['active', 'menuTitle']
|
|
503
549
|
})
|
|
504
550
|
], AdmiraltyHeaderMenuItem);
|
|
505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeaderMenuItem, decorators: [{
|
|
506
552
|
type: Component,
|
|
507
553
|
args: [{
|
|
508
554
|
selector: 'admiralty-header-menu-item',
|
|
@@ -510,26 +556,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
510
556
|
template: '<ng-content></ng-content>',
|
|
511
557
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
512
558
|
inputs: ['active', 'menuTitle'],
|
|
559
|
+
outputs: ['menuItemClick'],
|
|
560
|
+
standalone: false
|
|
513
561
|
}]
|
|
514
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
562
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuItemClick: [{
|
|
563
|
+
type: Output
|
|
564
|
+
}] } });
|
|
515
565
|
let AdmiraltyHeaderMenuLink = class AdmiraltyHeaderMenuLink {
|
|
516
566
|
z;
|
|
517
567
|
el;
|
|
568
|
+
menuItemClick = new EventEmitter();
|
|
518
569
|
constructor(c, r, z) {
|
|
519
570
|
this.z = z;
|
|
520
571
|
c.detach();
|
|
521
572
|
this.el = r.nativeElement;
|
|
522
|
-
proxyOutputs(this, this.el, ['menuItemClick']);
|
|
523
573
|
}
|
|
524
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
525
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
574
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeaderMenuLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
575
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyHeaderMenuLink, isStandalone: false, selector: "admiralty-header-menu-link", inputs: { active: "active", href: "href", menuTitle: "menuTitle", suppressRedirect: "suppressRedirect" }, outputs: { menuItemClick: "menuItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
526
576
|
};
|
|
527
577
|
AdmiraltyHeaderMenuLink = __decorate([
|
|
528
578
|
ProxyCmp({
|
|
529
579
|
inputs: ['active', 'href', 'menuTitle', 'suppressRedirect']
|
|
530
580
|
})
|
|
531
581
|
], AdmiraltyHeaderMenuLink);
|
|
532
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeaderMenuLink, decorators: [{
|
|
533
583
|
type: Component,
|
|
534
584
|
args: [{
|
|
535
585
|
selector: 'admiralty-header-menu-link',
|
|
@@ -537,26 +587,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
537
587
|
template: '<ng-content></ng-content>',
|
|
538
588
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
539
589
|
inputs: ['active', 'href', 'menuTitle', 'suppressRedirect'],
|
|
590
|
+
outputs: ['menuItemClick'],
|
|
591
|
+
standalone: false
|
|
540
592
|
}]
|
|
541
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
593
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { menuItemClick: [{
|
|
594
|
+
type: Output
|
|
595
|
+
}] } });
|
|
542
596
|
let AdmiraltyHeaderProfile = class AdmiraltyHeaderProfile {
|
|
543
597
|
z;
|
|
544
598
|
el;
|
|
599
|
+
signInClicked = new EventEmitter();
|
|
600
|
+
yourAccountClicked = new EventEmitter();
|
|
601
|
+
signOutClicked = new EventEmitter();
|
|
545
602
|
constructor(c, r, z) {
|
|
546
603
|
this.z = z;
|
|
547
604
|
c.detach();
|
|
548
605
|
this.el = r.nativeElement;
|
|
549
|
-
proxyOutputs(this, this.el, ['signInClicked', 'yourAccountClicked', 'signOutClicked']);
|
|
550
606
|
}
|
|
551
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
552
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
607
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeaderProfile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
608
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyHeaderProfile, isStandalone: false, selector: "admiralty-header-profile", inputs: { isSignedIn: "isSignedIn", signInOnly: "signInOnly", signedInText: "signedInText" }, outputs: { signInClicked: "signInClicked", yourAccountClicked: "yourAccountClicked", signOutClicked: "signOutClicked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
553
609
|
};
|
|
554
610
|
AdmiraltyHeaderProfile = __decorate([
|
|
555
611
|
ProxyCmp({
|
|
556
612
|
inputs: ['isSignedIn', 'signInOnly', 'signedInText']
|
|
557
613
|
})
|
|
558
614
|
], AdmiraltyHeaderProfile);
|
|
559
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
615
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeaderProfile, decorators: [{
|
|
560
616
|
type: Component,
|
|
561
617
|
args: [{
|
|
562
618
|
selector: 'admiralty-header-profile',
|
|
@@ -564,26 +620,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
564
620
|
template: '<ng-content></ng-content>',
|
|
565
621
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
566
622
|
inputs: ['isSignedIn', 'signInOnly', 'signedInText'],
|
|
623
|
+
outputs: ['signInClicked', 'yourAccountClicked', 'signOutClicked'],
|
|
624
|
+
standalone: false
|
|
567
625
|
}]
|
|
568
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
626
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { signInClicked: [{
|
|
627
|
+
type: Output
|
|
628
|
+
}], yourAccountClicked: [{
|
|
629
|
+
type: Output
|
|
630
|
+
}], signOutClicked: [{
|
|
631
|
+
type: Output
|
|
632
|
+
}] } });
|
|
569
633
|
let AdmiraltyHeaderSubMenuItem = class AdmiraltyHeaderSubMenuItem {
|
|
570
634
|
z;
|
|
571
635
|
el;
|
|
636
|
+
subMenuItemClick = new EventEmitter();
|
|
572
637
|
constructor(c, r, z) {
|
|
573
638
|
this.z = z;
|
|
574
639
|
c.detach();
|
|
575
640
|
this.el = r.nativeElement;
|
|
576
|
-
proxyOutputs(this, this.el, ['subMenuItemClick']);
|
|
577
641
|
}
|
|
578
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
579
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
642
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeaderSubMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
643
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyHeaderSubMenuItem, isStandalone: false, selector: "admiralty-header-sub-menu-item", inputs: { href: "href", menuTitle: "menuTitle", suppressRedirect: "suppressRedirect" }, outputs: { subMenuItemClick: "subMenuItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
580
644
|
};
|
|
581
645
|
AdmiraltyHeaderSubMenuItem = __decorate([
|
|
582
646
|
ProxyCmp({
|
|
583
647
|
inputs: ['href', 'menuTitle', 'suppressRedirect']
|
|
584
648
|
})
|
|
585
649
|
], AdmiraltyHeaderSubMenuItem);
|
|
586
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHeaderSubMenuItem, decorators: [{
|
|
587
651
|
type: Component,
|
|
588
652
|
args: [{
|
|
589
653
|
selector: 'admiralty-header-sub-menu-item',
|
|
@@ -591,8 +655,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
591
655
|
template: '<ng-content></ng-content>',
|
|
592
656
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
593
657
|
inputs: ['href', 'menuTitle', 'suppressRedirect'],
|
|
658
|
+
outputs: ['subMenuItemClick'],
|
|
659
|
+
standalone: false
|
|
594
660
|
}]
|
|
595
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
661
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { subMenuItemClick: [{
|
|
662
|
+
type: Output
|
|
663
|
+
}] } });
|
|
596
664
|
let AdmiraltyHint = class AdmiraltyHint {
|
|
597
665
|
z;
|
|
598
666
|
el;
|
|
@@ -601,15 +669,15 @@ let AdmiraltyHint = class AdmiraltyHint {
|
|
|
601
669
|
c.detach();
|
|
602
670
|
this.el = r.nativeElement;
|
|
603
671
|
}
|
|
604
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
605
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
672
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHint, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
673
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyHint, isStandalone: false, selector: "admiralty-hint", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
606
674
|
};
|
|
607
675
|
AdmiraltyHint = __decorate([
|
|
608
676
|
ProxyCmp({
|
|
609
677
|
inputs: ['disabled']
|
|
610
678
|
})
|
|
611
679
|
], AdmiraltyHint);
|
|
612
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHint, decorators: [{
|
|
613
681
|
type: Component,
|
|
614
682
|
args: [{
|
|
615
683
|
selector: 'admiralty-hint',
|
|
@@ -617,6 +685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
617
685
|
template: '<ng-content></ng-content>',
|
|
618
686
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
619
687
|
inputs: ['disabled'],
|
|
688
|
+
standalone: false
|
|
620
689
|
}]
|
|
621
690
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
622
691
|
let AdmiraltyHr = class AdmiraltyHr {
|
|
@@ -627,13 +696,13 @@ let AdmiraltyHr = class AdmiraltyHr {
|
|
|
627
696
|
c.detach();
|
|
628
697
|
this.el = r.nativeElement;
|
|
629
698
|
}
|
|
630
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
631
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
699
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHr, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
700
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyHr, isStandalone: false, selector: "admiralty-hr", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
632
701
|
};
|
|
633
702
|
AdmiraltyHr = __decorate([
|
|
634
703
|
ProxyCmp({})
|
|
635
704
|
], AdmiraltyHr);
|
|
636
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyHr, decorators: [{
|
|
637
706
|
type: Component,
|
|
638
707
|
args: [{
|
|
639
708
|
selector: 'admiralty-hr',
|
|
@@ -641,6 +710,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
641
710
|
template: '<ng-content></ng-content>',
|
|
642
711
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
643
712
|
inputs: [],
|
|
713
|
+
standalone: false
|
|
644
714
|
}]
|
|
645
715
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
646
716
|
let AdmiraltyIcon = class AdmiraltyIcon {
|
|
@@ -651,15 +721,15 @@ let AdmiraltyIcon = class AdmiraltyIcon {
|
|
|
651
721
|
c.detach();
|
|
652
722
|
this.el = r.nativeElement;
|
|
653
723
|
}
|
|
654
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
655
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
724
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
725
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyIcon, isStandalone: false, selector: "admiralty-icon", inputs: { name: "name", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
656
726
|
};
|
|
657
727
|
AdmiraltyIcon = __decorate([
|
|
658
728
|
ProxyCmp({
|
|
659
729
|
inputs: ['name', 'size']
|
|
660
730
|
})
|
|
661
731
|
], AdmiraltyIcon);
|
|
662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
732
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyIcon, decorators: [{
|
|
663
733
|
type: Component,
|
|
664
734
|
args: [{
|
|
665
735
|
selector: 'admiralty-icon',
|
|
@@ -667,6 +737,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
667
737
|
template: '<ng-content></ng-content>',
|
|
668
738
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
669
739
|
inputs: ['name', 'size'],
|
|
740
|
+
standalone: false
|
|
670
741
|
}]
|
|
671
742
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
672
743
|
let AdmiraltyIconSideBar = class AdmiraltyIconSideBar {
|
|
@@ -677,15 +748,15 @@ let AdmiraltyIconSideBar = class AdmiraltyIconSideBar {
|
|
|
677
748
|
c.detach();
|
|
678
749
|
this.el = r.nativeElement;
|
|
679
750
|
}
|
|
680
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
681
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
751
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyIconSideBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
752
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyIconSideBar, isStandalone: false, 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
753
|
};
|
|
683
754
|
AdmiraltyIconSideBar = __decorate([
|
|
684
755
|
ProxyCmp({
|
|
685
756
|
inputs: ['iconSideBarWidth', 'label', 'logoImgUrl', 'showLogo']
|
|
686
757
|
})
|
|
687
758
|
], AdmiraltyIconSideBar);
|
|
688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyIconSideBar, decorators: [{
|
|
689
760
|
type: Component,
|
|
690
761
|
args: [{
|
|
691
762
|
selector: 'admiralty-icon-side-bar',
|
|
@@ -693,26 +764,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
693
764
|
template: '<ng-content></ng-content>',
|
|
694
765
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
695
766
|
inputs: ['iconSideBarWidth', 'label', 'logoImgUrl', 'showLogo'],
|
|
767
|
+
standalone: false
|
|
696
768
|
}]
|
|
697
769
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
698
770
|
let AdmiraltyIconSideBarItem = class AdmiraltyIconSideBarItem {
|
|
699
771
|
z;
|
|
700
772
|
el;
|
|
773
|
+
toggled = new EventEmitter();
|
|
774
|
+
iconSideBarItemClick = new EventEmitter();
|
|
701
775
|
constructor(c, r, z) {
|
|
702
776
|
this.z = z;
|
|
703
777
|
c.detach();
|
|
704
778
|
this.el = r.nativeElement;
|
|
705
|
-
proxyOutputs(this, this.el, ['toggled', 'iconSideBarItemClick']);
|
|
706
779
|
}
|
|
707
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
708
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
780
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyIconSideBarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
781
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyIconSideBarItem, isStandalone: false, selector: "admiralty-icon-side-bar-item", inputs: { active: "active", expanded: "expanded", href: "href", icon: "icon", itemText: "itemText", suppressRedirect: "suppressRedirect" }, outputs: { toggled: "toggled", iconSideBarItemClick: "iconSideBarItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
709
782
|
};
|
|
710
783
|
AdmiraltyIconSideBarItem = __decorate([
|
|
711
784
|
ProxyCmp({
|
|
712
785
|
inputs: ['active', 'expanded', 'href', 'icon', 'itemText', 'suppressRedirect']
|
|
713
786
|
})
|
|
714
787
|
], AdmiraltyIconSideBarItem);
|
|
715
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
788
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyIconSideBarItem, decorators: [{
|
|
716
789
|
type: Component,
|
|
717
790
|
args: [{
|
|
718
791
|
selector: 'admiralty-icon-side-bar-item',
|
|
@@ -720,26 +793,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
720
793
|
template: '<ng-content></ng-content>',
|
|
721
794
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
722
795
|
inputs: ['active', 'expanded', 'href', 'icon', 'itemText', 'suppressRedirect'],
|
|
796
|
+
outputs: ['toggled', 'iconSideBarItemClick'],
|
|
797
|
+
standalone: false
|
|
723
798
|
}]
|
|
724
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
799
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggled: [{
|
|
800
|
+
type: Output
|
|
801
|
+
}], iconSideBarItemClick: [{
|
|
802
|
+
type: Output
|
|
803
|
+
}] } });
|
|
725
804
|
let AdmiraltyInput = class AdmiraltyInput {
|
|
726
805
|
z;
|
|
727
806
|
el;
|
|
807
|
+
admiraltyInput = new EventEmitter();
|
|
808
|
+
admiraltyFocus = new EventEmitter();
|
|
809
|
+
admiraltyBlur = new EventEmitter();
|
|
728
810
|
constructor(c, r, z) {
|
|
729
811
|
this.z = z;
|
|
730
812
|
c.detach();
|
|
731
813
|
this.el = r.nativeElement;
|
|
732
|
-
proxyOutputs(this, this.el, ['admiraltyInput', 'admiraltyFocus', 'admiraltyBlur']);
|
|
733
814
|
}
|
|
734
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
735
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
815
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
816
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyInput, isStandalone: false, 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" }, outputs: { admiraltyInput: "admiraltyInput", admiraltyFocus: "admiraltyFocus", admiraltyBlur: "admiraltyBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
736
817
|
};
|
|
737
818
|
AdmiraltyInput = __decorate([
|
|
738
819
|
ProxyCmp({
|
|
739
820
|
inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'placeholder', 'required', 'type', 'value', 'width']
|
|
740
821
|
})
|
|
741
822
|
], AdmiraltyInput);
|
|
742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyInput, decorators: [{
|
|
743
824
|
type: Component,
|
|
744
825
|
args: [{
|
|
745
826
|
selector: 'admiralty-input',
|
|
@@ -747,8 +828,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
747
828
|
template: '<ng-content></ng-content>',
|
|
748
829
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
749
830
|
inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'placeholder', 'required', 'type', 'value', 'width'],
|
|
831
|
+
outputs: ['admiraltyInput', 'admiraltyFocus', 'admiraltyBlur'],
|
|
832
|
+
standalone: false
|
|
750
833
|
}]
|
|
751
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
834
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyInput: [{
|
|
835
|
+
type: Output
|
|
836
|
+
}], admiraltyFocus: [{
|
|
837
|
+
type: Output
|
|
838
|
+
}], admiraltyBlur: [{
|
|
839
|
+
type: Output
|
|
840
|
+
}] } });
|
|
752
841
|
let AdmiraltyInputInvalid = class AdmiraltyInputInvalid {
|
|
753
842
|
z;
|
|
754
843
|
el;
|
|
@@ -757,13 +846,13 @@ let AdmiraltyInputInvalid = class AdmiraltyInputInvalid {
|
|
|
757
846
|
c.detach();
|
|
758
847
|
this.el = r.nativeElement;
|
|
759
848
|
}
|
|
760
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
761
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
849
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyInputInvalid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
850
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyInputInvalid, isStandalone: false, selector: "admiralty-input-invalid", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
762
851
|
};
|
|
763
852
|
AdmiraltyInputInvalid = __decorate([
|
|
764
853
|
ProxyCmp({})
|
|
765
854
|
], AdmiraltyInputInvalid);
|
|
766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyInputInvalid, decorators: [{
|
|
767
856
|
type: Component,
|
|
768
857
|
args: [{
|
|
769
858
|
selector: 'admiralty-input-invalid',
|
|
@@ -771,6 +860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
771
860
|
template: '<ng-content></ng-content>',
|
|
772
861
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
773
862
|
inputs: [],
|
|
863
|
+
standalone: false
|
|
774
864
|
}]
|
|
775
865
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
776
866
|
let AdmiraltyLabel = class AdmiraltyLabel {
|
|
@@ -781,15 +871,15 @@ let AdmiraltyLabel = class AdmiraltyLabel {
|
|
|
781
871
|
c.detach();
|
|
782
872
|
this.el = r.nativeElement;
|
|
783
873
|
}
|
|
784
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
785
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
874
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
875
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyLabel, isStandalone: false, selector: "admiralty-label", inputs: { disabled: "disabled", for: "for" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
786
876
|
};
|
|
787
877
|
AdmiraltyLabel = __decorate([
|
|
788
878
|
ProxyCmp({
|
|
789
879
|
inputs: ['disabled', 'for']
|
|
790
880
|
})
|
|
791
881
|
], AdmiraltyLabel);
|
|
792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
882
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyLabel, decorators: [{
|
|
793
883
|
type: Component,
|
|
794
884
|
args: [{
|
|
795
885
|
selector: 'admiralty-label',
|
|
@@ -797,6 +887,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
797
887
|
template: '<ng-content></ng-content>',
|
|
798
888
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
799
889
|
inputs: ['disabled', 'for'],
|
|
890
|
+
standalone: false
|
|
800
891
|
}]
|
|
801
892
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
802
893
|
let AdmiraltyLink = class AdmiraltyLink {
|
|
@@ -807,15 +898,15 @@ let AdmiraltyLink = class AdmiraltyLink {
|
|
|
807
898
|
c.detach();
|
|
808
899
|
this.el = r.nativeElement;
|
|
809
900
|
}
|
|
810
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
811
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
901
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
902
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyLink, isStandalone: false, selector: "admiralty-link", inputs: { href: "href", newTab: "newTab" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
812
903
|
};
|
|
813
904
|
AdmiraltyLink = __decorate([
|
|
814
905
|
ProxyCmp({
|
|
815
906
|
inputs: ['href', 'newTab']
|
|
816
907
|
})
|
|
817
908
|
], AdmiraltyLink);
|
|
818
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyLink, decorators: [{
|
|
819
910
|
type: Component,
|
|
820
911
|
args: [{
|
|
821
912
|
selector: 'admiralty-link',
|
|
@@ -823,6 +914,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
823
914
|
template: '<ng-content></ng-content>',
|
|
824
915
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
825
916
|
inputs: ['href', 'newTab'],
|
|
917
|
+
standalone: false
|
|
826
918
|
}]
|
|
827
919
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
828
920
|
let AdmiraltyModalDialog = class AdmiraltyModalDialog {
|
|
@@ -833,15 +925,15 @@ let AdmiraltyModalDialog = class AdmiraltyModalDialog {
|
|
|
833
925
|
c.detach();
|
|
834
926
|
this.el = r.nativeElement;
|
|
835
927
|
}
|
|
836
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
837
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
928
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyModalDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
929
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyModalDialog, isStandalone: false, 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
930
|
};
|
|
839
931
|
AdmiraltyModalDialog = __decorate([
|
|
840
932
|
ProxyCmp({
|
|
841
933
|
inputs: ['description', 'heading', 'label', 'show']
|
|
842
934
|
})
|
|
843
935
|
], AdmiraltyModalDialog);
|
|
844
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyModalDialog, decorators: [{
|
|
845
937
|
type: Component,
|
|
846
938
|
args: [{
|
|
847
939
|
selector: 'admiralty-modal-dialog',
|
|
@@ -849,26 +941,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
849
941
|
template: '<ng-content></ng-content>',
|
|
850
942
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
851
943
|
inputs: ['description', 'heading', 'label', 'show'],
|
|
944
|
+
standalone: false
|
|
852
945
|
}]
|
|
853
946
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
854
947
|
let AdmiraltyPaginator = class AdmiraltyPaginator {
|
|
855
948
|
z;
|
|
856
949
|
el;
|
|
950
|
+
pageChange = new EventEmitter();
|
|
857
951
|
constructor(c, r, z) {
|
|
858
952
|
this.z = z;
|
|
859
953
|
c.detach();
|
|
860
954
|
this.el = r.nativeElement;
|
|
861
|
-
proxyOutputs(this, this.el, ['pageChange']);
|
|
862
955
|
}
|
|
863
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
864
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
956
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyPaginator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
957
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyPaginator, isStandalone: false, selector: "admiralty-paginator", inputs: { currentPage: "currentPage", label: "label", pages: "pages" }, outputs: { pageChange: "pageChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
865
958
|
};
|
|
866
959
|
AdmiraltyPaginator = __decorate([
|
|
867
960
|
ProxyCmp({
|
|
868
961
|
inputs: ['currentPage', 'label', 'pages']
|
|
869
962
|
})
|
|
870
963
|
], AdmiraltyPaginator);
|
|
871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
964
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyPaginator, decorators: [{
|
|
872
965
|
type: Component,
|
|
873
966
|
args: [{
|
|
874
967
|
selector: 'admiralty-paginator',
|
|
@@ -876,8 +969,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
876
969
|
template: '<ng-content></ng-content>',
|
|
877
970
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
878
971
|
inputs: ['currentPage', 'label', 'pages'],
|
|
972
|
+
outputs: ['pageChange'],
|
|
973
|
+
standalone: false
|
|
879
974
|
}]
|
|
880
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
975
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pageChange: [{
|
|
976
|
+
type: Output
|
|
977
|
+
}] } });
|
|
881
978
|
let AdmiraltyPhaseBanner = class AdmiraltyPhaseBanner {
|
|
882
979
|
z;
|
|
883
980
|
el;
|
|
@@ -886,15 +983,15 @@ let AdmiraltyPhaseBanner = class AdmiraltyPhaseBanner {
|
|
|
886
983
|
c.detach();
|
|
887
984
|
this.el = r.nativeElement;
|
|
888
985
|
}
|
|
889
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
890
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
986
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyPhaseBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
987
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyPhaseBanner, isStandalone: false, selector: "admiralty-phase-banner", inputs: { link: "link", phase: "phase" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
891
988
|
};
|
|
892
989
|
AdmiraltyPhaseBanner = __decorate([
|
|
893
990
|
ProxyCmp({
|
|
894
991
|
inputs: ['link', 'phase']
|
|
895
992
|
})
|
|
896
993
|
], AdmiraltyPhaseBanner);
|
|
897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
994
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyPhaseBanner, decorators: [{
|
|
898
995
|
type: Component,
|
|
899
996
|
args: [{
|
|
900
997
|
selector: 'admiralty-phase-banner',
|
|
@@ -902,6 +999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
902
999
|
template: '<ng-content></ng-content>',
|
|
903
1000
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
904
1001
|
inputs: ['link', 'phase'],
|
|
1002
|
+
standalone: false
|
|
905
1003
|
}]
|
|
906
1004
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
907
1005
|
let AdmiraltyPill = class AdmiraltyPill {
|
|
@@ -912,15 +1010,15 @@ let AdmiraltyPill = class AdmiraltyPill {
|
|
|
912
1010
|
c.detach();
|
|
913
1011
|
this.el = r.nativeElement;
|
|
914
1012
|
}
|
|
915
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
916
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1013
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyPill, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1014
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyPill, isStandalone: false, 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
1015
|
};
|
|
918
1016
|
AdmiraltyPill = __decorate([
|
|
919
1017
|
ProxyCmp({
|
|
920
1018
|
inputs: ['colour', 'label', 'number', 'selected', 'text']
|
|
921
1019
|
})
|
|
922
1020
|
], AdmiraltyPill);
|
|
923
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyPill, decorators: [{
|
|
924
1022
|
type: Component,
|
|
925
1023
|
args: [{
|
|
926
1024
|
selector: 'admiralty-pill',
|
|
@@ -928,6 +1026,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
928
1026
|
template: '<ng-content></ng-content>',
|
|
929
1027
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
930
1028
|
inputs: ['colour', 'label', 'number', 'selected', 'text'],
|
|
1029
|
+
standalone: false
|
|
931
1030
|
}]
|
|
932
1031
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
933
1032
|
let AdmiraltyProgressBar = class AdmiraltyProgressBar {
|
|
@@ -938,15 +1037,15 @@ let AdmiraltyProgressBar = class AdmiraltyProgressBar {
|
|
|
938
1037
|
c.detach();
|
|
939
1038
|
this.el = r.nativeElement;
|
|
940
1039
|
}
|
|
941
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
942
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1040
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyProgressBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1041
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyProgressBar, isStandalone: false, 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
1042
|
};
|
|
944
1043
|
AdmiraltyProgressBar = __decorate([
|
|
945
1044
|
ProxyCmp({
|
|
946
1045
|
inputs: ['error', 'label', 'progression']
|
|
947
1046
|
})
|
|
948
1047
|
], AdmiraltyProgressBar);
|
|
949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1048
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyProgressBar, decorators: [{
|
|
950
1049
|
type: Component,
|
|
951
1050
|
args: [{
|
|
952
1051
|
selector: 'admiralty-progress-bar',
|
|
@@ -954,26 +1053,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
954
1053
|
template: '<ng-content></ng-content>',
|
|
955
1054
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
956
1055
|
inputs: ['error', 'label', 'progression'],
|
|
1056
|
+
standalone: false
|
|
957
1057
|
}]
|
|
958
1058
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
959
1059
|
let AdmiraltyProgressTracker = class AdmiraltyProgressTracker {
|
|
960
1060
|
z;
|
|
961
1061
|
el;
|
|
1062
|
+
stepClicked = new EventEmitter();
|
|
962
1063
|
constructor(c, r, z) {
|
|
963
1064
|
this.z = z;
|
|
964
1065
|
c.detach();
|
|
965
1066
|
this.el = r.nativeElement;
|
|
966
|
-
proxyOutputs(this, this.el, ['stepClicked']);
|
|
967
1067
|
}
|
|
968
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
969
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1068
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyProgressTracker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1069
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyProgressTracker, isStandalone: false, selector: "admiralty-progress-tracker", inputs: { allowBackNavigation: "allowBackNavigation", allowForwardNavigation: "allowForwardNavigation" }, outputs: { stepClicked: "stepClicked" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
970
1070
|
};
|
|
971
1071
|
AdmiraltyProgressTracker = __decorate([
|
|
972
1072
|
ProxyCmp({
|
|
973
1073
|
inputs: ['allowBackNavigation', 'allowForwardNavigation']
|
|
974
1074
|
})
|
|
975
1075
|
], AdmiraltyProgressTracker);
|
|
976
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1076
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyProgressTracker, decorators: [{
|
|
977
1077
|
type: Component,
|
|
978
1078
|
args: [{
|
|
979
1079
|
selector: 'admiralty-progress-tracker',
|
|
@@ -981,8 +1081,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
981
1081
|
template: '<ng-content></ng-content>',
|
|
982
1082
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
983
1083
|
inputs: ['allowBackNavigation', 'allowForwardNavigation'],
|
|
1084
|
+
outputs: ['stepClicked'],
|
|
1085
|
+
standalone: false
|
|
984
1086
|
}]
|
|
985
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1087
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { stepClicked: [{
|
|
1088
|
+
type: Output
|
|
1089
|
+
}] } });
|
|
986
1090
|
let AdmiraltyProgressTrackerStep = class AdmiraltyProgressTrackerStep {
|
|
987
1091
|
z;
|
|
988
1092
|
el;
|
|
@@ -991,42 +1095,45 @@ let AdmiraltyProgressTrackerStep = class AdmiraltyProgressTrackerStep {
|
|
|
991
1095
|
c.detach();
|
|
992
1096
|
this.el = r.nativeElement;
|
|
993
1097
|
}
|
|
994
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
995
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1098
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyProgressTrackerStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1099
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyProgressTrackerStep, isStandalone: false, 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
1100
|
};
|
|
997
1101
|
AdmiraltyProgressTrackerStep = __decorate([
|
|
998
1102
|
ProxyCmp({
|
|
999
1103
|
inputs: ['status', 'stepId', 'stepTitle', 'summary']
|
|
1000
1104
|
})
|
|
1001
1105
|
], AdmiraltyProgressTrackerStep);
|
|
1002
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyProgressTrackerStep, decorators: [{
|
|
1003
1107
|
type: Component,
|
|
1004
1108
|
args: [{
|
|
1005
1109
|
selector: 'admiralty-progress-tracker-step',
|
|
1006
1110
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1007
1111
|
template: '<ng-content></ng-content>',
|
|
1008
1112
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1009
|
-
inputs: ['status', 'stepId', 'stepTitle', 'summary'],
|
|
1113
|
+
inputs: ['status', { name: 'stepId', required: true }, { name: 'stepTitle', required: true }, 'summary'],
|
|
1114
|
+
standalone: false
|
|
1010
1115
|
}]
|
|
1011
1116
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1012
1117
|
let AdmiraltyRadio = class AdmiraltyRadio {
|
|
1013
1118
|
z;
|
|
1014
1119
|
el;
|
|
1120
|
+
admiraltyFocus = new EventEmitter();
|
|
1121
|
+
admiraltyBlur = new EventEmitter();
|
|
1122
|
+
admiraltyChange = new EventEmitter();
|
|
1015
1123
|
constructor(c, r, z) {
|
|
1016
1124
|
this.z = z;
|
|
1017
1125
|
c.detach();
|
|
1018
1126
|
this.el = r.nativeElement;
|
|
1019
|
-
proxyOutputs(this, this.el, ['admiraltyFocus', 'admiraltyBlur', 'admiraltyChange']);
|
|
1020
1127
|
}
|
|
1021
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1022
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1128
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyRadio, 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: "21.2.5", type: AdmiraltyRadio, isStandalone: false, selector: "admiralty-radio", inputs: { checked: "checked", disabled: "disabled", invalid: "invalid", name: "name", value: "value" }, outputs: { admiraltyFocus: "admiraltyFocus", admiraltyBlur: "admiraltyBlur", admiraltyChange: "admiraltyChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1023
1130
|
};
|
|
1024
1131
|
AdmiraltyRadio = __decorate([
|
|
1025
1132
|
ProxyCmp({
|
|
1026
1133
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value']
|
|
1027
1134
|
})
|
|
1028
1135
|
], AdmiraltyRadio);
|
|
1029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyRadio, decorators: [{
|
|
1030
1137
|
type: Component,
|
|
1031
1138
|
args: [{
|
|
1032
1139
|
selector: 'admiralty-radio',
|
|
@@ -1034,26 +1141,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1034
1141
|
template: '<ng-content></ng-content>',
|
|
1035
1142
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1036
1143
|
inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
|
|
1144
|
+
outputs: ['admiraltyFocus', 'admiraltyBlur', 'admiraltyChange'],
|
|
1145
|
+
standalone: false
|
|
1037
1146
|
}]
|
|
1038
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1147
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyFocus: [{
|
|
1148
|
+
type: Output
|
|
1149
|
+
}], admiraltyBlur: [{
|
|
1150
|
+
type: Output
|
|
1151
|
+
}], admiraltyChange: [{
|
|
1152
|
+
type: Output
|
|
1153
|
+
}] } });
|
|
1039
1154
|
let AdmiraltyRadioGroup = class AdmiraltyRadioGroup {
|
|
1040
1155
|
z;
|
|
1041
1156
|
el;
|
|
1157
|
+
admiraltyChange = new EventEmitter();
|
|
1042
1158
|
constructor(c, r, z) {
|
|
1043
1159
|
this.z = z;
|
|
1044
1160
|
c.detach();
|
|
1045
1161
|
this.el = r.nativeElement;
|
|
1046
|
-
proxyOutputs(this, this.el, ['admiraltyChange']);
|
|
1047
1162
|
}
|
|
1048
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1049
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1163
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyRadioGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1164
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyRadioGroup, isStandalone: false, selector: "admiralty-radio-group", inputs: { disabled: "disabled", displayVertical: "displayVertical", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", name: "name", value: "value" }, outputs: { admiraltyChange: "admiraltyChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1050
1165
|
};
|
|
1051
1166
|
AdmiraltyRadioGroup = __decorate([
|
|
1052
1167
|
ProxyCmp({
|
|
1053
1168
|
inputs: ['disabled', 'displayVertical', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'value']
|
|
1054
1169
|
})
|
|
1055
1170
|
], AdmiraltyRadioGroup);
|
|
1056
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyRadioGroup, decorators: [{
|
|
1057
1172
|
type: Component,
|
|
1058
1173
|
args: [{
|
|
1059
1174
|
selector: 'admiralty-radio-group',
|
|
@@ -1061,26 +1176,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1061
1176
|
template: '<ng-content></ng-content>',
|
|
1062
1177
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1063
1178
|
inputs: ['disabled', 'displayVertical', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'value'],
|
|
1179
|
+
outputs: ['admiraltyChange'],
|
|
1180
|
+
standalone: false
|
|
1064
1181
|
}]
|
|
1065
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1182
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyChange: [{
|
|
1183
|
+
type: Output
|
|
1184
|
+
}] } });
|
|
1066
1185
|
let AdmiraltyReadMore = class AdmiraltyReadMore {
|
|
1067
1186
|
z;
|
|
1068
1187
|
el;
|
|
1188
|
+
admiraltyToggled = new EventEmitter();
|
|
1069
1189
|
constructor(c, r, z) {
|
|
1070
1190
|
this.z = z;
|
|
1071
1191
|
c.detach();
|
|
1072
1192
|
this.el = r.nativeElement;
|
|
1073
|
-
proxyOutputs(this, this.el, ['admiraltyToggled']);
|
|
1074
1193
|
}
|
|
1075
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1076
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1194
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyReadMore, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1195
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyReadMore, isStandalone: false, selector: "admiralty-read-more", inputs: { heading: "heading" }, outputs: { admiraltyToggled: "admiraltyToggled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1077
1196
|
};
|
|
1078
1197
|
AdmiraltyReadMore = __decorate([
|
|
1079
1198
|
ProxyCmp({
|
|
1080
1199
|
inputs: ['heading']
|
|
1081
1200
|
})
|
|
1082
1201
|
], AdmiraltyReadMore);
|
|
1083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyReadMore, decorators: [{
|
|
1084
1203
|
type: Component,
|
|
1085
1204
|
args: [{
|
|
1086
1205
|
selector: 'admiralty-read-more',
|
|
@@ -1088,26 +1207,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1088
1207
|
template: '<ng-content></ng-content>',
|
|
1089
1208
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1090
1209
|
inputs: ['heading'],
|
|
1210
|
+
outputs: ['admiraltyToggled'],
|
|
1211
|
+
standalone: false
|
|
1091
1212
|
}]
|
|
1092
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1213
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyToggled: [{
|
|
1214
|
+
type: Output
|
|
1215
|
+
}] } });
|
|
1093
1216
|
let AdmiraltySelect = class AdmiraltySelect {
|
|
1094
1217
|
z;
|
|
1095
1218
|
el;
|
|
1219
|
+
admiraltyChange = new EventEmitter();
|
|
1220
|
+
admiraltyBlur = new EventEmitter();
|
|
1096
1221
|
constructor(c, r, z) {
|
|
1097
1222
|
this.z = z;
|
|
1098
1223
|
c.detach();
|
|
1099
1224
|
this.el = r.nativeElement;
|
|
1100
|
-
proxyOutputs(this, this.el, ['admiraltyChange', 'admiraltyBlur']);
|
|
1101
1225
|
}
|
|
1102
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1103
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1226
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1227
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltySelect, isStandalone: false, selector: "admiralty-select", inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", value: "value", width: "width" }, outputs: { admiraltyChange: "admiraltyChange", admiraltyBlur: "admiraltyBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1104
1228
|
};
|
|
1105
1229
|
AdmiraltySelect = __decorate([
|
|
1106
1230
|
ProxyCmp({
|
|
1107
1231
|
inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width']
|
|
1108
1232
|
})
|
|
1109
1233
|
], AdmiraltySelect);
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySelect, decorators: [{
|
|
1111
1235
|
type: Component,
|
|
1112
1236
|
args: [{
|
|
1113
1237
|
selector: 'admiralty-select',
|
|
@@ -1115,8 +1239,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1115
1239
|
template: '<ng-content></ng-content>',
|
|
1116
1240
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1117
1241
|
inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width'],
|
|
1242
|
+
outputs: ['admiraltyChange', 'admiraltyBlur'],
|
|
1243
|
+
standalone: false
|
|
1118
1244
|
}]
|
|
1119
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1245
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyChange: [{
|
|
1246
|
+
type: Output
|
|
1247
|
+
}], admiraltyBlur: [{
|
|
1248
|
+
type: Output
|
|
1249
|
+
}] } });
|
|
1120
1250
|
let AdmiraltySideNav = class AdmiraltySideNav {
|
|
1121
1251
|
z;
|
|
1122
1252
|
el;
|
|
@@ -1125,15 +1255,15 @@ let AdmiraltySideNav = class AdmiraltySideNav {
|
|
|
1125
1255
|
c.detach();
|
|
1126
1256
|
this.el = r.nativeElement;
|
|
1127
1257
|
}
|
|
1128
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1129
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1258
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySideNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1259
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltySideNav, isStandalone: false, selector: "admiralty-side-nav", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1130
1260
|
};
|
|
1131
1261
|
AdmiraltySideNav = __decorate([
|
|
1132
1262
|
ProxyCmp({
|
|
1133
1263
|
inputs: ['label']
|
|
1134
1264
|
})
|
|
1135
1265
|
], AdmiraltySideNav);
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySideNav, decorators: [{
|
|
1137
1267
|
type: Component,
|
|
1138
1268
|
args: [{
|
|
1139
1269
|
selector: 'admiralty-side-nav',
|
|
@@ -1141,26 +1271,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1141
1271
|
template: '<ng-content></ng-content>',
|
|
1142
1272
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1143
1273
|
inputs: ['label'],
|
|
1274
|
+
standalone: false
|
|
1144
1275
|
}]
|
|
1145
1276
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1146
1277
|
let AdmiraltySideNavItem = class AdmiraltySideNavItem {
|
|
1147
1278
|
z;
|
|
1148
1279
|
el;
|
|
1280
|
+
sideNavItemSelected = new EventEmitter();
|
|
1149
1281
|
constructor(c, r, z) {
|
|
1150
1282
|
this.z = z;
|
|
1151
1283
|
c.detach();
|
|
1152
1284
|
this.el = r.nativeElement;
|
|
1153
|
-
proxyOutputs(this, this.el, ['sideNavItemSelected']);
|
|
1154
1285
|
}
|
|
1155
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1156
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1286
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySideNavItem, 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: "21.2.5", type: AdmiraltySideNavItem, isStandalone: false, selector: "admiralty-side-nav-item", inputs: { headingTitle: "headingTitle", navActive: "navActive", sideNavItemId: "sideNavItemId" }, outputs: { sideNavItemSelected: "sideNavItemSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1157
1288
|
};
|
|
1158
1289
|
AdmiraltySideNavItem = __decorate([
|
|
1159
1290
|
ProxyCmp({
|
|
1160
1291
|
inputs: ['headingTitle', 'navActive', 'sideNavItemId']
|
|
1161
1292
|
})
|
|
1162
1293
|
], AdmiraltySideNavItem);
|
|
1163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySideNavItem, decorators: [{
|
|
1164
1295
|
type: Component,
|
|
1165
1296
|
args: [{
|
|
1166
1297
|
selector: 'admiralty-side-nav-item',
|
|
@@ -1168,8 +1299,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1168
1299
|
template: '<ng-content></ng-content>',
|
|
1169
1300
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1170
1301
|
inputs: ['headingTitle', 'navActive', 'sideNavItemId'],
|
|
1302
|
+
outputs: ['sideNavItemSelected'],
|
|
1303
|
+
standalone: false
|
|
1171
1304
|
}]
|
|
1172
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1305
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sideNavItemSelected: [{
|
|
1306
|
+
type: Output
|
|
1307
|
+
}] } });
|
|
1173
1308
|
let AdmiraltySkeleton = class AdmiraltySkeleton {
|
|
1174
1309
|
z;
|
|
1175
1310
|
el;
|
|
@@ -1178,15 +1313,15 @@ let AdmiraltySkeleton = class AdmiraltySkeleton {
|
|
|
1178
1313
|
c.detach();
|
|
1179
1314
|
this.el = r.nativeElement;
|
|
1180
1315
|
}
|
|
1181
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1182
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1316
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySkeleton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1317
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltySkeleton, isStandalone: false, 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
1318
|
};
|
|
1184
1319
|
AdmiraltySkeleton = __decorate([
|
|
1185
1320
|
ProxyCmp({
|
|
1186
1321
|
inputs: ['height', 'noAnimation', 'radius', 'width']
|
|
1187
1322
|
})
|
|
1188
1323
|
], AdmiraltySkeleton);
|
|
1189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySkeleton, decorators: [{
|
|
1190
1325
|
type: Component,
|
|
1191
1326
|
args: [{
|
|
1192
1327
|
selector: 'admiralty-skeleton',
|
|
@@ -1194,6 +1329,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1194
1329
|
template: '<ng-content></ng-content>',
|
|
1195
1330
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1196
1331
|
inputs: ['height', 'noAnimation', 'radius', 'width'],
|
|
1332
|
+
standalone: false
|
|
1197
1333
|
}]
|
|
1198
1334
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1199
1335
|
let AdmiraltySkipLink = class AdmiraltySkipLink {
|
|
@@ -1204,15 +1340,15 @@ let AdmiraltySkipLink = class AdmiraltySkipLink {
|
|
|
1204
1340
|
c.detach();
|
|
1205
1341
|
this.el = r.nativeElement;
|
|
1206
1342
|
}
|
|
1207
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1208
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1343
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySkipLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1344
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltySkipLink, isStandalone: false, selector: "admiralty-skip-link", inputs: { href: "href" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1209
1345
|
};
|
|
1210
1346
|
AdmiraltySkipLink = __decorate([
|
|
1211
1347
|
ProxyCmp({
|
|
1212
1348
|
inputs: ['href']
|
|
1213
1349
|
})
|
|
1214
1350
|
], AdmiraltySkipLink);
|
|
1215
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltySkipLink, decorators: [{
|
|
1216
1352
|
type: Component,
|
|
1217
1353
|
args: [{
|
|
1218
1354
|
selector: 'admiralty-skip-link',
|
|
@@ -1220,6 +1356,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1220
1356
|
template: '<ng-content></ng-content>',
|
|
1221
1357
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1222
1358
|
inputs: ['href'],
|
|
1359
|
+
standalone: false
|
|
1223
1360
|
}]
|
|
1224
1361
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1225
1362
|
let AdmiraltyTab = class AdmiraltyTab {
|
|
@@ -1230,15 +1367,15 @@ let AdmiraltyTab = class AdmiraltyTab {
|
|
|
1230
1367
|
c.detach();
|
|
1231
1368
|
this.el = r.nativeElement;
|
|
1232
1369
|
}
|
|
1233
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1234
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1370
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1371
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTab, isStandalone: false, selector: "admiralty-tab", inputs: { label: "label", tabContentId: "tabContentId", tabLabelId: "tabLabelId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1235
1372
|
};
|
|
1236
1373
|
AdmiraltyTab = __decorate([
|
|
1237
1374
|
ProxyCmp({
|
|
1238
1375
|
inputs: ['label', 'tabContentId', 'tabLabelId']
|
|
1239
1376
|
})
|
|
1240
1377
|
], AdmiraltyTab);
|
|
1241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1378
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTab, decorators: [{
|
|
1242
1379
|
type: Component,
|
|
1243
1380
|
args: [{
|
|
1244
1381
|
selector: 'admiralty-tab',
|
|
@@ -1246,26 +1383,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1246
1383
|
template: '<ng-content></ng-content>',
|
|
1247
1384
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1248
1385
|
inputs: ['label', 'tabContentId', 'tabLabelId'],
|
|
1386
|
+
standalone: false
|
|
1249
1387
|
}]
|
|
1250
1388
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1251
1389
|
let AdmiraltyTabGroup = class AdmiraltyTabGroup {
|
|
1252
1390
|
z;
|
|
1253
1391
|
el;
|
|
1392
|
+
admiraltyTabSelected = new EventEmitter();
|
|
1254
1393
|
constructor(c, r, z) {
|
|
1255
1394
|
this.z = z;
|
|
1256
1395
|
c.detach();
|
|
1257
1396
|
this.el = r.nativeElement;
|
|
1258
|
-
proxyOutputs(this, this.el, ['admiraltyTabSelected']);
|
|
1259
1397
|
}
|
|
1260
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1261
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1398
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTabGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1399
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTabGroup, isStandalone: false, selector: "admiralty-tab-group", inputs: { selectedIndex: "selectedIndex" }, outputs: { admiraltyTabSelected: "admiraltyTabSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1262
1400
|
};
|
|
1263
1401
|
AdmiraltyTabGroup = __decorate([
|
|
1264
1402
|
ProxyCmp({
|
|
1265
1403
|
inputs: ['selectedIndex']
|
|
1266
1404
|
})
|
|
1267
1405
|
], AdmiraltyTabGroup);
|
|
1268
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1406
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTabGroup, decorators: [{
|
|
1269
1407
|
type: Component,
|
|
1270
1408
|
args: [{
|
|
1271
1409
|
selector: 'admiralty-tab-group',
|
|
@@ -1273,8 +1411,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1273
1411
|
template: '<ng-content></ng-content>',
|
|
1274
1412
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1275
1413
|
inputs: ['selectedIndex'],
|
|
1414
|
+
outputs: ['admiraltyTabSelected'],
|
|
1415
|
+
standalone: false
|
|
1276
1416
|
}]
|
|
1277
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1417
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyTabSelected: [{
|
|
1418
|
+
type: Output
|
|
1419
|
+
}] } });
|
|
1278
1420
|
let AdmiraltyTable = class AdmiraltyTable {
|
|
1279
1421
|
z;
|
|
1280
1422
|
el;
|
|
@@ -1283,15 +1425,15 @@ let AdmiraltyTable = class AdmiraltyTable {
|
|
|
1283
1425
|
c.detach();
|
|
1284
1426
|
this.el = r.nativeElement;
|
|
1285
1427
|
}
|
|
1286
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1287
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1428
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1429
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTable, isStandalone: false, selector: "admiralty-table", inputs: { caption: "caption" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1288
1430
|
};
|
|
1289
1431
|
AdmiraltyTable = __decorate([
|
|
1290
1432
|
ProxyCmp({
|
|
1291
1433
|
inputs: ['caption']
|
|
1292
1434
|
})
|
|
1293
1435
|
], AdmiraltyTable);
|
|
1294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1436
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTable, decorators: [{
|
|
1295
1437
|
type: Component,
|
|
1296
1438
|
args: [{
|
|
1297
1439
|
selector: 'admiralty-table',
|
|
@@ -1299,6 +1441,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1299
1441
|
template: '<ng-content></ng-content>',
|
|
1300
1442
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1301
1443
|
inputs: ['caption'],
|
|
1444
|
+
standalone: false
|
|
1302
1445
|
}]
|
|
1303
1446
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1304
1447
|
let AdmiraltyTableBody = class AdmiraltyTableBody {
|
|
@@ -1309,13 +1452,13 @@ let AdmiraltyTableBody = class AdmiraltyTableBody {
|
|
|
1309
1452
|
c.detach();
|
|
1310
1453
|
this.el = r.nativeElement;
|
|
1311
1454
|
}
|
|
1312
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1313
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1455
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1456
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTableBody, isStandalone: false, selector: "admiralty-table-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1314
1457
|
};
|
|
1315
1458
|
AdmiraltyTableBody = __decorate([
|
|
1316
1459
|
ProxyCmp({})
|
|
1317
1460
|
], AdmiraltyTableBody);
|
|
1318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableBody, decorators: [{
|
|
1319
1462
|
type: Component,
|
|
1320
1463
|
args: [{
|
|
1321
1464
|
selector: 'admiralty-table-body',
|
|
@@ -1323,6 +1466,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1323
1466
|
template: '<ng-content></ng-content>',
|
|
1324
1467
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1325
1468
|
inputs: [],
|
|
1469
|
+
standalone: false
|
|
1326
1470
|
}]
|
|
1327
1471
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1328
1472
|
let AdmiraltyTableCell = class AdmiraltyTableCell {
|
|
@@ -1333,13 +1477,13 @@ let AdmiraltyTableCell = class AdmiraltyTableCell {
|
|
|
1333
1477
|
c.detach();
|
|
1334
1478
|
this.el = r.nativeElement;
|
|
1335
1479
|
}
|
|
1336
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1337
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1480
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1481
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTableCell, isStandalone: false, selector: "admiralty-table-cell", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1338
1482
|
};
|
|
1339
1483
|
AdmiraltyTableCell = __decorate([
|
|
1340
1484
|
ProxyCmp({})
|
|
1341
1485
|
], AdmiraltyTableCell);
|
|
1342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1486
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableCell, decorators: [{
|
|
1343
1487
|
type: Component,
|
|
1344
1488
|
args: [{
|
|
1345
1489
|
selector: 'admiralty-table-cell',
|
|
@@ -1347,6 +1491,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1347
1491
|
template: '<ng-content></ng-content>',
|
|
1348
1492
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1349
1493
|
inputs: [],
|
|
1494
|
+
standalone: false
|
|
1350
1495
|
}]
|
|
1351
1496
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1352
1497
|
let AdmiraltyTableHeader = class AdmiraltyTableHeader {
|
|
@@ -1357,13 +1502,13 @@ let AdmiraltyTableHeader = class AdmiraltyTableHeader {
|
|
|
1357
1502
|
c.detach();
|
|
1358
1503
|
this.el = r.nativeElement;
|
|
1359
1504
|
}
|
|
1360
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1361
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1505
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1506
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTableHeader, isStandalone: false, selector: "admiralty-table-header", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1362
1507
|
};
|
|
1363
1508
|
AdmiraltyTableHeader = __decorate([
|
|
1364
1509
|
ProxyCmp({})
|
|
1365
1510
|
], AdmiraltyTableHeader);
|
|
1366
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableHeader, decorators: [{
|
|
1367
1512
|
type: Component,
|
|
1368
1513
|
args: [{
|
|
1369
1514
|
selector: 'admiralty-table-header',
|
|
@@ -1371,6 +1516,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1371
1516
|
template: '<ng-content></ng-content>',
|
|
1372
1517
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1373
1518
|
inputs: [],
|
|
1519
|
+
standalone: false
|
|
1374
1520
|
}]
|
|
1375
1521
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1376
1522
|
let AdmiraltyTableHeaderCell = class AdmiraltyTableHeaderCell {
|
|
@@ -1381,13 +1527,13 @@ let AdmiraltyTableHeaderCell = class AdmiraltyTableHeaderCell {
|
|
|
1381
1527
|
c.detach();
|
|
1382
1528
|
this.el = r.nativeElement;
|
|
1383
1529
|
}
|
|
1384
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1385
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1530
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableHeaderCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1531
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTableHeaderCell, isStandalone: false, selector: "admiralty-table-header-cell", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1386
1532
|
};
|
|
1387
1533
|
AdmiraltyTableHeaderCell = __decorate([
|
|
1388
1534
|
ProxyCmp({})
|
|
1389
1535
|
], AdmiraltyTableHeaderCell);
|
|
1390
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1536
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableHeaderCell, decorators: [{
|
|
1391
1537
|
type: Component,
|
|
1392
1538
|
args: [{
|
|
1393
1539
|
selector: 'admiralty-table-header-cell',
|
|
@@ -1395,6 +1541,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1395
1541
|
template: '<ng-content></ng-content>',
|
|
1396
1542
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1397
1543
|
inputs: [],
|
|
1544
|
+
standalone: false
|
|
1398
1545
|
}]
|
|
1399
1546
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1400
1547
|
let AdmiraltyTableRow = class AdmiraltyTableRow {
|
|
@@ -1405,13 +1552,13 @@ let AdmiraltyTableRow = class AdmiraltyTableRow {
|
|
|
1405
1552
|
c.detach();
|
|
1406
1553
|
this.el = r.nativeElement;
|
|
1407
1554
|
}
|
|
1408
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1409
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1555
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1556
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTableRow, isStandalone: false, selector: "admiralty-table-row", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1410
1557
|
};
|
|
1411
1558
|
AdmiraltyTableRow = __decorate([
|
|
1412
1559
|
ProxyCmp({})
|
|
1413
1560
|
], AdmiraltyTableRow);
|
|
1414
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1561
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTableRow, decorators: [{
|
|
1415
1562
|
type: Component,
|
|
1416
1563
|
args: [{
|
|
1417
1564
|
selector: 'admiralty-table-row',
|
|
@@ -1419,6 +1566,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1419
1566
|
template: '<ng-content></ng-content>',
|
|
1420
1567
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1421
1568
|
inputs: [],
|
|
1569
|
+
standalone: false
|
|
1422
1570
|
}]
|
|
1423
1571
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1424
1572
|
let AdmiraltyTextSideBar = class AdmiraltyTextSideBar {
|
|
@@ -1429,15 +1577,15 @@ let AdmiraltyTextSideBar = class AdmiraltyTextSideBar {
|
|
|
1429
1577
|
c.detach();
|
|
1430
1578
|
this.el = r.nativeElement;
|
|
1431
1579
|
}
|
|
1432
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1433
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1580
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTextSideBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1581
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTextSideBar, isStandalone: false, 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
1582
|
};
|
|
1435
1583
|
AdmiraltyTextSideBar = __decorate([
|
|
1436
1584
|
ProxyCmp({
|
|
1437
1585
|
inputs: ['label', 'logoImgUrl', 'showLogo', 'textSideBarWidth']
|
|
1438
1586
|
})
|
|
1439
1587
|
], AdmiraltyTextSideBar);
|
|
1440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTextSideBar, decorators: [{
|
|
1441
1589
|
type: Component,
|
|
1442
1590
|
args: [{
|
|
1443
1591
|
selector: 'admiralty-text-side-bar',
|
|
@@ -1445,26 +1593,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1445
1593
|
template: '<ng-content></ng-content>',
|
|
1446
1594
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1447
1595
|
inputs: ['label', 'logoImgUrl', 'showLogo', 'textSideBarWidth'],
|
|
1596
|
+
standalone: false
|
|
1448
1597
|
}]
|
|
1449
1598
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1450
1599
|
let AdmiraltyTextSideBarItem = class AdmiraltyTextSideBarItem {
|
|
1451
1600
|
z;
|
|
1452
1601
|
el;
|
|
1602
|
+
toggled = new EventEmitter();
|
|
1603
|
+
textSideBarItemClick = new EventEmitter();
|
|
1453
1604
|
constructor(c, r, z) {
|
|
1454
1605
|
this.z = z;
|
|
1455
1606
|
c.detach();
|
|
1456
1607
|
this.el = r.nativeElement;
|
|
1457
|
-
proxyOutputs(this, this.el, ['toggled', 'textSideBarItemClick']);
|
|
1458
1608
|
}
|
|
1459
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1460
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1609
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTextSideBarItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1610
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTextSideBarItem, isStandalone: false, selector: "admiralty-text-side-bar-item", inputs: { active: "active", expanded: "expanded", href: "href", icon: "icon", itemText: "itemText", suppressRedirect: "suppressRedirect", variant: "variant" }, outputs: { toggled: "toggled", textSideBarItemClick: "textSideBarItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1461
1611
|
};
|
|
1462
1612
|
AdmiraltyTextSideBarItem = __decorate([
|
|
1463
1613
|
ProxyCmp({
|
|
1464
1614
|
inputs: ['active', 'expanded', 'href', 'icon', 'itemText', 'suppressRedirect', 'variant']
|
|
1465
1615
|
})
|
|
1466
1616
|
], AdmiraltyTextSideBarItem);
|
|
1467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTextSideBarItem, decorators: [{
|
|
1468
1618
|
type: Component,
|
|
1469
1619
|
args: [{
|
|
1470
1620
|
selector: 'admiralty-text-side-bar-item',
|
|
@@ -1472,26 +1622,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1472
1622
|
template: '<ng-content></ng-content>',
|
|
1473
1623
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1474
1624
|
inputs: ['active', 'expanded', 'href', 'icon', 'itemText', 'suppressRedirect', 'variant'],
|
|
1625
|
+
outputs: ['toggled', 'textSideBarItemClick'],
|
|
1626
|
+
standalone: false
|
|
1475
1627
|
}]
|
|
1476
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1628
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { toggled: [{
|
|
1629
|
+
type: Output
|
|
1630
|
+
}], textSideBarItemClick: [{
|
|
1631
|
+
type: Output
|
|
1632
|
+
}] } });
|
|
1477
1633
|
let AdmiraltyTextarea = class AdmiraltyTextarea {
|
|
1478
1634
|
z;
|
|
1479
1635
|
el;
|
|
1636
|
+
textareaBlur = new EventEmitter();
|
|
1637
|
+
admiraltyInput = new EventEmitter();
|
|
1480
1638
|
constructor(c, r, z) {
|
|
1481
1639
|
this.z = z;
|
|
1482
1640
|
c.detach();
|
|
1483
1641
|
this.el = r.nativeElement;
|
|
1484
|
-
proxyOutputs(this, this.el, ['textareaBlur', 'admiraltyInput']);
|
|
1485
1642
|
}
|
|
1486
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1487
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1643
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1644
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyTextarea, isStandalone: false, selector: "admiralty-textarea", inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", value: "value", width: "width" }, outputs: { textareaBlur: "textareaBlur", admiraltyInput: "admiraltyInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1488
1645
|
};
|
|
1489
1646
|
AdmiraltyTextarea = __decorate([
|
|
1490
1647
|
ProxyCmp({
|
|
1491
1648
|
inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width']
|
|
1492
1649
|
})
|
|
1493
1650
|
], AdmiraltyTextarea);
|
|
1494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1651
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyTextarea, decorators: [{
|
|
1495
1652
|
type: Component,
|
|
1496
1653
|
args: [{
|
|
1497
1654
|
selector: 'admiralty-textarea',
|
|
@@ -1499,26 +1656,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1499
1656
|
template: '<ng-content></ng-content>',
|
|
1500
1657
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1501
1658
|
inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width'],
|
|
1659
|
+
outputs: ['textareaBlur', 'admiraltyInput'],
|
|
1660
|
+
standalone: false
|
|
1502
1661
|
}]
|
|
1503
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1662
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { textareaBlur: [{
|
|
1663
|
+
type: Output
|
|
1664
|
+
}], admiraltyInput: [{
|
|
1665
|
+
type: Output
|
|
1666
|
+
}] } });
|
|
1504
1667
|
let AdmiraltyThemeToggle = class AdmiraltyThemeToggle {
|
|
1505
1668
|
z;
|
|
1506
1669
|
el;
|
|
1670
|
+
admiraltyThemeChange = new EventEmitter();
|
|
1507
1671
|
constructor(c, r, z) {
|
|
1508
1672
|
this.z = z;
|
|
1509
1673
|
c.detach();
|
|
1510
1674
|
this.el = r.nativeElement;
|
|
1511
|
-
proxyOutputs(this, this.el, ['admiraltyThemeChange']);
|
|
1512
1675
|
}
|
|
1513
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1514
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1676
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyThemeToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1677
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.5", type: AdmiraltyThemeToggle, isStandalone: false, selector: "admiralty-theme-toggle", inputs: { ariaLabel: "ariaLabel", disabled: "disabled", theme: "theme" }, outputs: { admiraltyThemeChange: "admiraltyThemeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1515
1678
|
};
|
|
1516
1679
|
AdmiraltyThemeToggle = __decorate([
|
|
1517
1680
|
ProxyCmp({
|
|
1518
1681
|
inputs: ['ariaLabel', 'disabled', 'theme']
|
|
1519
1682
|
})
|
|
1520
1683
|
], AdmiraltyThemeToggle);
|
|
1521
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1684
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: AdmiraltyThemeToggle, decorators: [{
|
|
1522
1685
|
type: Component,
|
|
1523
1686
|
args: [{
|
|
1524
1687
|
selector: 'admiralty-theme-toggle',
|
|
@@ -1526,8 +1689,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
1526
1689
|
template: '<ng-content></ng-content>',
|
|
1527
1690
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1528
1691
|
inputs: ['ariaLabel', 'disabled', 'theme'],
|
|
1692
|
+
outputs: ['admiraltyThemeChange'],
|
|
1693
|
+
standalone: false
|
|
1529
1694
|
}]
|
|
1530
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1695
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { admiraltyThemeChange: [{
|
|
1696
|
+
type: Output
|
|
1697
|
+
}] } });
|
|
1531
1698
|
|
|
1532
1699
|
const DIRECTIVES = [
|
|
1533
1700
|
AdmiraltyAutocomplete,
|
|
@@ -1617,10 +1784,10 @@ class ValueAccessor {
|
|
|
1617
1784
|
setDisabledState(isDisabled) {
|
|
1618
1785
|
this.el.nativeElement.disabled = isDisabled;
|
|
1619
1786
|
}
|
|
1620
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1621
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1787
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: ValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1788
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.5", type: ValueAccessor, isStandalone: true, host: { listeners: { "focusout": "_handleBlurEvent()" } }, ngImport: i0 });
|
|
1622
1789
|
}
|
|
1623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: ValueAccessor, decorators: [{
|
|
1624
1791
|
type: Directive,
|
|
1625
1792
|
args: [{}]
|
|
1626
1793
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _handleBlurEvent: [{
|
|
@@ -1632,30 +1799,31 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
1632
1799
|
constructor(el) {
|
|
1633
1800
|
super(el);
|
|
1634
1801
|
}
|
|
1635
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1636
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1802
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1803
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.5", type: TextValueAccessor, isStandalone: false, selector: "admiralty-input:not([type=number]), admiralty-textarea", host: { listeners: { "admiraltyInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
|
|
1637
1804
|
{
|
|
1638
1805
|
provide: NG_VALUE_ACCESSOR,
|
|
1639
|
-
useExisting: TextValueAccessor,
|
|
1806
|
+
useExisting: forwardRef((() => TextValueAccessor)),
|
|
1640
1807
|
multi: true
|
|
1641
1808
|
}
|
|
1642
1809
|
], usesInheritance: true, ngImport: i0 });
|
|
1643
1810
|
}
|
|
1644
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: TextValueAccessor, decorators: [{
|
|
1645
1812
|
type: Directive,
|
|
1646
1813
|
args: [{
|
|
1647
1814
|
/* tslint:disable-next-line:directive-selector */
|
|
1648
1815
|
selector: 'admiralty-input:not([type=number]), admiralty-textarea',
|
|
1649
1816
|
host: {
|
|
1650
|
-
'(admiraltyInput)': 'handleChangeEvent($event.target
|
|
1817
|
+
'(admiraltyInput)': 'handleChangeEvent($event.target?.["value"])'
|
|
1651
1818
|
},
|
|
1652
1819
|
providers: [
|
|
1653
1820
|
{
|
|
1654
1821
|
provide: NG_VALUE_ACCESSOR,
|
|
1655
|
-
useExisting: TextValueAccessor,
|
|
1822
|
+
useExisting: forwardRef((() => TextValueAccessor)),
|
|
1656
1823
|
multi: true
|
|
1657
1824
|
}
|
|
1658
|
-
]
|
|
1825
|
+
],
|
|
1826
|
+
standalone: false
|
|
1659
1827
|
}]
|
|
1660
1828
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
1661
1829
|
|
|
@@ -1666,30 +1834,31 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
1666
1834
|
writeValue(value) {
|
|
1667
1835
|
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
1668
1836
|
}
|
|
1669
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1670
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1837
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1838
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.5", type: BooleanValueAccessor, isStandalone: false, selector: "admiralty-checkbox", host: { listeners: { "admiraltyChange": "handleChangeEvent($event.target?.[\"checked\"])" } }, providers: [
|
|
1671
1839
|
{
|
|
1672
1840
|
provide: NG_VALUE_ACCESSOR,
|
|
1673
|
-
useExisting: BooleanValueAccessor,
|
|
1841
|
+
useExisting: forwardRef((() => BooleanValueAccessor)),
|
|
1674
1842
|
multi: true
|
|
1675
1843
|
}
|
|
1676
1844
|
], usesInheritance: true, ngImport: i0 });
|
|
1677
1845
|
}
|
|
1678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1846
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
1679
1847
|
type: Directive,
|
|
1680
1848
|
args: [{
|
|
1681
1849
|
/* tslint:disable-next-line:directive-selector */
|
|
1682
1850
|
selector: 'admiralty-checkbox',
|
|
1683
1851
|
host: {
|
|
1684
|
-
'(admiraltyChange)': 'handleChangeEvent($event.target
|
|
1852
|
+
'(admiraltyChange)': 'handleChangeEvent($event.target?.["checked"])'
|
|
1685
1853
|
},
|
|
1686
1854
|
providers: [
|
|
1687
1855
|
{
|
|
1688
1856
|
provide: NG_VALUE_ACCESSOR,
|
|
1689
|
-
useExisting: BooleanValueAccessor,
|
|
1857
|
+
useExisting: forwardRef((() => BooleanValueAccessor)),
|
|
1690
1858
|
multi: true
|
|
1691
1859
|
}
|
|
1692
|
-
]
|
|
1860
|
+
],
|
|
1861
|
+
standalone: false
|
|
1693
1862
|
}]
|
|
1694
1863
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
1695
1864
|
|
|
@@ -1702,30 +1871,31 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
1702
1871
|
fn(value === '' ? null : parseFloat(value));
|
|
1703
1872
|
});
|
|
1704
1873
|
}
|
|
1705
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1706
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1874
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1875
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.5", type: NumericValueAccessor, isStandalone: false, selector: "admiralty-input[type=number]", host: { listeners: { "admiraltyInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
|
|
1707
1876
|
{
|
|
1708
1877
|
provide: NG_VALUE_ACCESSOR,
|
|
1709
|
-
useExisting: NumericValueAccessor,
|
|
1878
|
+
useExisting: forwardRef((() => NumericValueAccessor)),
|
|
1710
1879
|
multi: true
|
|
1711
1880
|
}
|
|
1712
1881
|
], usesInheritance: true, ngImport: i0 });
|
|
1713
1882
|
}
|
|
1714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: NumericValueAccessor, decorators: [{
|
|
1715
1884
|
type: Directive,
|
|
1716
1885
|
args: [{
|
|
1717
1886
|
/* tslint:disable-next-line:directive-selector */
|
|
1718
1887
|
selector: 'admiralty-input[type=number]',
|
|
1719
1888
|
host: {
|
|
1720
|
-
'(admiraltyInput)': 'handleChangeEvent($event.target
|
|
1889
|
+
'(admiraltyInput)': 'handleChangeEvent($event.target?.["value"])'
|
|
1721
1890
|
},
|
|
1722
1891
|
providers: [
|
|
1723
1892
|
{
|
|
1724
1893
|
provide: NG_VALUE_ACCESSOR,
|
|
1725
|
-
useExisting: NumericValueAccessor,
|
|
1894
|
+
useExisting: forwardRef((() => NumericValueAccessor)),
|
|
1726
1895
|
multi: true
|
|
1727
1896
|
}
|
|
1728
|
-
]
|
|
1897
|
+
],
|
|
1898
|
+
standalone: false
|
|
1729
1899
|
}]
|
|
1730
1900
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
1731
1901
|
|
|
@@ -1733,30 +1903,31 @@ class RadioValueAccessor extends ValueAccessor {
|
|
|
1733
1903
|
constructor(el) {
|
|
1734
1904
|
super(el);
|
|
1735
1905
|
}
|
|
1736
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1737
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1906
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1907
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.5", type: RadioValueAccessor, isStandalone: false, selector: "admiralty-radio", host: { listeners: { "admiraltyRadioChange": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
|
|
1738
1908
|
{
|
|
1739
1909
|
provide: NG_VALUE_ACCESSOR,
|
|
1740
|
-
useExisting: RadioValueAccessor,
|
|
1910
|
+
useExisting: forwardRef((() => RadioValueAccessor)),
|
|
1741
1911
|
multi: true
|
|
1742
1912
|
}
|
|
1743
1913
|
], usesInheritance: true, ngImport: i0 });
|
|
1744
1914
|
}
|
|
1745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1915
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
1746
1916
|
type: Directive,
|
|
1747
1917
|
args: [{
|
|
1748
1918
|
/* tslint:disable-next-line:directive-selector */
|
|
1749
1919
|
selector: 'admiralty-radio',
|
|
1750
1920
|
host: {
|
|
1751
|
-
'(admiraltyRadioChange)': 'handleChangeEvent($event.target
|
|
1921
|
+
'(admiraltyRadioChange)': 'handleChangeEvent($event.target?.["value"])'
|
|
1752
1922
|
},
|
|
1753
1923
|
providers: [
|
|
1754
1924
|
{
|
|
1755
1925
|
provide: NG_VALUE_ACCESSOR,
|
|
1756
|
-
useExisting: RadioValueAccessor,
|
|
1926
|
+
useExisting: forwardRef((() => RadioValueAccessor)),
|
|
1757
1927
|
multi: true
|
|
1758
1928
|
}
|
|
1759
|
-
]
|
|
1929
|
+
],
|
|
1930
|
+
standalone: false
|
|
1760
1931
|
}]
|
|
1761
1932
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
1762
1933
|
|
|
@@ -1764,30 +1935,31 @@ class SelectValueAccessor extends ValueAccessor {
|
|
|
1764
1935
|
constructor(el) {
|
|
1765
1936
|
super(el);
|
|
1766
1937
|
}
|
|
1767
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1768
|
-
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1938
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: SelectValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1939
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.2.5", type: SelectValueAccessor, isStandalone: false, selector: "admiralty-select, admiralty-radio-group, admiralty-autocomplete", host: { listeners: { "admiraltyChange": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
|
|
1769
1940
|
{
|
|
1770
1941
|
provide: NG_VALUE_ACCESSOR,
|
|
1771
|
-
useExisting: SelectValueAccessor,
|
|
1942
|
+
useExisting: forwardRef((() => SelectValueAccessor)),
|
|
1772
1943
|
multi: true
|
|
1773
1944
|
}
|
|
1774
1945
|
], usesInheritance: true, ngImport: i0 });
|
|
1775
1946
|
}
|
|
1776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1947
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: SelectValueAccessor, decorators: [{
|
|
1777
1948
|
type: Directive,
|
|
1778
1949
|
args: [{
|
|
1779
1950
|
/* tslint:disable-next-line:directive-selector */
|
|
1780
1951
|
selector: 'admiralty-select, admiralty-radio-group, admiralty-autocomplete',
|
|
1781
1952
|
host: {
|
|
1782
|
-
'(admiraltyChange)': 'handleChangeEvent($event.target
|
|
1953
|
+
'(admiraltyChange)': 'handleChangeEvent($event.target?.["value"])'
|
|
1783
1954
|
},
|
|
1784
1955
|
providers: [
|
|
1785
1956
|
{
|
|
1786
1957
|
provide: NG_VALUE_ACCESSOR,
|
|
1787
|
-
useExisting: SelectValueAccessor,
|
|
1958
|
+
useExisting: forwardRef((() => SelectValueAccessor)),
|
|
1788
1959
|
multi: true
|
|
1789
1960
|
}
|
|
1790
|
-
]
|
|
1961
|
+
],
|
|
1962
|
+
standalone: false
|
|
1791
1963
|
}]
|
|
1792
1964
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
1793
1965
|
|
|
@@ -1804,8 +1976,8 @@ class DesignSystemModule {
|
|
|
1804
1976
|
],
|
|
1805
1977
|
};
|
|
1806
1978
|
}
|
|
1807
|
-
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1808
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
1979
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: DesignSystemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1980
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: DesignSystemModule, declarations: [AdmiraltyAutocomplete, AdmiraltyAutocompleteOption, AdmiraltyBreadcrumb, AdmiraltyBreadcrumbs, AdmiraltyButton, AdmiraltyCard, AdmiraltyCheckbox, AdmiraltyColourBlock, AdmiraltyDialogue, AdmiraltyErrorSummary, AdmiraltyExpansion, AdmiraltyFileInput, AdmiraltyFilter, AdmiraltyFilterGroup, AdmiraltyFooter, AdmiraltyHeader, AdmiraltyHeaderMenuItem, AdmiraltyHeaderMenuLink, AdmiraltyHeaderProfile, AdmiraltyHeaderSubMenuItem, AdmiraltyHint, AdmiraltyHr, AdmiraltyIcon, 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
1981
|
BooleanValueAccessor,
|
|
1810
1982
|
NumericValueAccessor,
|
|
1811
1983
|
RadioValueAccessor,
|
|
@@ -1814,9 +1986,9 @@ class DesignSystemModule {
|
|
|
1814
1986
|
NumericValueAccessor,
|
|
1815
1987
|
RadioValueAccessor,
|
|
1816
1988
|
SelectValueAccessor] });
|
|
1817
|
-
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1989
|
+
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: DesignSystemModule, imports: [CommonModule] });
|
|
1818
1990
|
}
|
|
1819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: DesignSystemModule, decorators: [{
|
|
1820
1992
|
type: NgModule,
|
|
1821
1993
|
args: [{
|
|
1822
1994
|
declarations: [
|