@ukho/admiralty-angular 2.0.0 → 3.0.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/bundles/ukho-admiralty-angular.umd.js +2473 -0
  2. package/bundles/ukho-admiralty-angular.umd.js.map +1 -0
  3. package/esm2015/lib/app_initialise.js +9 -0
  4. package/esm2015/lib/design-system.module.js +60 -0
  5. package/{esm2022/lib/stencil-generated/angular-component-lib/utils.mjs → esm2015/lib/stencil-generated/angular-component-lib/utils.js} +1 -1
  6. package/esm2015/lib/stencil-generated/boolean-value-accessor.js +40 -0
  7. package/esm2015/lib/stencil-generated/components.js +1357 -0
  8. package/esm2015/lib/stencil-generated/index.js +52 -0
  9. package/esm2015/lib/stencil-generated/number-value-accessor.js +42 -0
  10. package/esm2015/lib/stencil-generated/radio-value-accessor.js +37 -0
  11. package/esm2015/lib/stencil-generated/select-value-accessor.js +37 -0
  12. package/esm2015/lib/stencil-generated/text-value-accessor.js +37 -0
  13. package/esm2015/lib/stencil-generated/value-accessor.js +42 -0
  14. package/fesm2015/ukho-admiralty-angular.js +1699 -0
  15. package/fesm2015/ukho-admiralty-angular.js.map +1 -0
  16. package/lib/app_initialise.d.ts +1 -0
  17. package/lib/design-system.module.d.ts +1 -1
  18. package/lib/stencil-generated/boolean-value-accessor.d.ts +1 -1
  19. package/lib/stencil-generated/components.d.ts +49 -58
  20. package/lib/stencil-generated/index.d.ts +1 -1
  21. package/lib/stencil-generated/number-value-accessor.d.ts +1 -1
  22. package/lib/stencil-generated/radio-value-accessor.d.ts +1 -1
  23. package/lib/stencil-generated/select-value-accessor.d.ts +1 -1
  24. package/lib/stencil-generated/text-value-accessor.d.ts +1 -1
  25. package/lib/stencil-generated/value-accessor.d.ts +1 -1
  26. package/package.json +15 -19
  27. package/ukho-admiralty-angular.d.ts +5 -0
  28. package/esm2022/lib/design-system.module.mjs +0 -59
  29. package/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +0 -38
  30. package/esm2022/lib/stencil-generated/components.mjs +0 -1335
  31. package/esm2022/lib/stencil-generated/index.mjs +0 -53
  32. package/esm2022/lib/stencil-generated/number-value-accessor.mjs +0 -40
  33. package/esm2022/lib/stencil-generated/radio-value-accessor.mjs +0 -35
  34. package/esm2022/lib/stencil-generated/select-value-accessor.mjs +0 -35
  35. package/esm2022/lib/stencil-generated/text-value-accessor.mjs +0 -35
  36. package/esm2022/lib/stencil-generated/value-accessor.mjs +0 -42
  37. package/fesm2022/ukho-admiralty-angular.mjs +0 -1659
  38. package/fesm2022/ukho-admiralty-angular.mjs.map +0 -1
  39. /package/{esm2022/index.mjs → esm2015/index.js} +0 -0
  40. /package/{esm2022/ukho-admiralty-angular.mjs → esm2015/ukho-admiralty-angular.js} +0 -0
@@ -0,0 +1,2473 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@ukho/admiralty-core/loader'), require('rxjs'), require('@angular/forms')) :
3
+ typeof define === 'function' && define.amd ? define('@ukho/admiralty-angular', ['exports', '@angular/core', '@angular/common', '@ukho/admiralty-core/loader', 'rxjs', '@angular/forms'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.ukho = global.ukho || {}, global.ukho["admiralty-angular"] = {}), global.ng.core, global.ng.common, global.loader, global.rxjs, global.ng.forms));
5
+ })(this, (function (exports, i0, common, loader, rxjs, forms) { 'use strict';
6
+
7
+ function _interopNamespace(e) {
8
+ if (e && e.__esModule) return e;
9
+ var n = Object.create(null);
10
+ if (e) {
11
+ Object.keys(e).forEach(function (k) {
12
+ if (k !== 'default') {
13
+ var d = Object.getOwnPropertyDescriptor(e, k);
14
+ Object.defineProperty(n, k, d.get ? d : {
15
+ enumerable: true,
16
+ get: function () { return e[k]; }
17
+ });
18
+ }
19
+ });
20
+ }
21
+ n["default"] = e;
22
+ return Object.freeze(n);
23
+ }
24
+
25
+ var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
26
+
27
+ /******************************************************************************
28
+ Copyright (c) Microsoft Corporation.
29
+
30
+ Permission to use, copy, modify, and/or distribute this software for any
31
+ purpose with or without fee is hereby granted.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
34
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
35
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
36
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
37
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
38
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
39
+ PERFORMANCE OF THIS SOFTWARE.
40
+ ***************************************************************************** */
41
+ /* global Reflect, Promise, SuppressedError, Symbol */
42
+ var extendStatics = function (d, b) {
43
+ extendStatics = Object.setPrototypeOf ||
44
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
45
+ function (d, b) { for (var p in b)
46
+ if (Object.prototype.hasOwnProperty.call(b, p))
47
+ d[p] = b[p]; };
48
+ return extendStatics(d, b);
49
+ };
50
+ function __extends(d, b) {
51
+ if (typeof b !== "function" && b !== null)
52
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
53
+ extendStatics(d, b);
54
+ function __() { this.constructor = d; }
55
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
56
+ }
57
+ var __assign = function () {
58
+ __assign = Object.assign || function __assign(t) {
59
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
60
+ s = arguments[i];
61
+ for (var p in s)
62
+ if (Object.prototype.hasOwnProperty.call(s, p))
63
+ t[p] = s[p];
64
+ }
65
+ return t;
66
+ };
67
+ return __assign.apply(this, arguments);
68
+ };
69
+ function __rest(s, e) {
70
+ var t = {};
71
+ for (var p in s)
72
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
73
+ t[p] = s[p];
74
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
75
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
76
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
77
+ t[p[i]] = s[p[i]];
78
+ }
79
+ return t;
80
+ }
81
+ function __decorate(decorators, target, key, desc) {
82
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
83
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
84
+ r = Reflect.decorate(decorators, target, key, desc);
85
+ else
86
+ for (var i = decorators.length - 1; i >= 0; i--)
87
+ if (d = decorators[i])
88
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
89
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
90
+ }
91
+ function __param(paramIndex, decorator) {
92
+ return function (target, key) { decorator(target, key, paramIndex); };
93
+ }
94
+ function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
95
+ function accept(f) { if (f !== void 0 && typeof f !== "function")
96
+ throw new TypeError("Function expected"); return f; }
97
+ var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
98
+ var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
99
+ var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
100
+ var _, done = false;
101
+ for (var i = decorators.length - 1; i >= 0; i--) {
102
+ var context = {};
103
+ for (var p in contextIn)
104
+ context[p] = p === "access" ? {} : contextIn[p];
105
+ for (var p in contextIn.access)
106
+ context.access[p] = contextIn.access[p];
107
+ context.addInitializer = function (f) { if (done)
108
+ throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
109
+ var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
110
+ if (kind === "accessor") {
111
+ if (result === void 0)
112
+ continue;
113
+ if (result === null || typeof result !== "object")
114
+ throw new TypeError("Object expected");
115
+ if (_ = accept(result.get))
116
+ descriptor.get = _;
117
+ if (_ = accept(result.set))
118
+ descriptor.set = _;
119
+ if (_ = accept(result.init))
120
+ initializers.unshift(_);
121
+ }
122
+ else if (_ = accept(result)) {
123
+ if (kind === "field")
124
+ initializers.unshift(_);
125
+ else
126
+ descriptor[key] = _;
127
+ }
128
+ }
129
+ if (target)
130
+ Object.defineProperty(target, contextIn.name, descriptor);
131
+ done = true;
132
+ }
133
+ ;
134
+ function __runInitializers(thisArg, initializers, value) {
135
+ var useValue = arguments.length > 2;
136
+ for (var i = 0; i < initializers.length; i++) {
137
+ value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
138
+ }
139
+ return useValue ? value : void 0;
140
+ }
141
+ ;
142
+ function __propKey(x) {
143
+ return typeof x === "symbol" ? x : "".concat(x);
144
+ }
145
+ ;
146
+ function __setFunctionName(f, name, prefix) {
147
+ if (typeof name === "symbol")
148
+ name = name.description ? "[".concat(name.description, "]") : "";
149
+ return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
150
+ }
151
+ ;
152
+ function __metadata(metadataKey, metadataValue) {
153
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
154
+ return Reflect.metadata(metadataKey, metadataValue);
155
+ }
156
+ function __awaiter(thisArg, _arguments, P, generator) {
157
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
158
+ return new (P || (P = Promise))(function (resolve, reject) {
159
+ function fulfilled(value) { try {
160
+ step(generator.next(value));
161
+ }
162
+ catch (e) {
163
+ reject(e);
164
+ } }
165
+ function rejected(value) { try {
166
+ step(generator["throw"](value));
167
+ }
168
+ catch (e) {
169
+ reject(e);
170
+ } }
171
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
172
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
173
+ });
174
+ }
175
+ function __generator(thisArg, body) {
176
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
177
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
178
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
179
+ function verb(n) { return function (v) { return step([n, v]); }; }
180
+ function step(op) {
181
+ if (f)
182
+ throw new TypeError("Generator is already executing.");
183
+ while (g && (g = 0, op[0] && (_ = 0)), _)
184
+ try {
185
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
186
+ return t;
187
+ if (y = 0, t)
188
+ op = [op[0] & 2, t.value];
189
+ switch (op[0]) {
190
+ case 0:
191
+ case 1:
192
+ t = op;
193
+ break;
194
+ case 4:
195
+ _.label++;
196
+ return { value: op[1], done: false };
197
+ case 5:
198
+ _.label++;
199
+ y = op[1];
200
+ op = [0];
201
+ continue;
202
+ case 7:
203
+ op = _.ops.pop();
204
+ _.trys.pop();
205
+ continue;
206
+ default:
207
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
208
+ _ = 0;
209
+ continue;
210
+ }
211
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
212
+ _.label = op[1];
213
+ break;
214
+ }
215
+ if (op[0] === 6 && _.label < t[1]) {
216
+ _.label = t[1];
217
+ t = op;
218
+ break;
219
+ }
220
+ if (t && _.label < t[2]) {
221
+ _.label = t[2];
222
+ _.ops.push(op);
223
+ break;
224
+ }
225
+ if (t[2])
226
+ _.ops.pop();
227
+ _.trys.pop();
228
+ continue;
229
+ }
230
+ op = body.call(thisArg, _);
231
+ }
232
+ catch (e) {
233
+ op = [6, e];
234
+ y = 0;
235
+ }
236
+ finally {
237
+ f = t = 0;
238
+ }
239
+ if (op[0] & 5)
240
+ throw op[1];
241
+ return { value: op[0] ? op[1] : void 0, done: true };
242
+ }
243
+ }
244
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
245
+ if (k2 === undefined)
246
+ k2 = k;
247
+ var desc = Object.getOwnPropertyDescriptor(m, k);
248
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
249
+ desc = { enumerable: true, get: function () { return m[k]; } };
250
+ }
251
+ Object.defineProperty(o, k2, desc);
252
+ }) : (function (o, m, k, k2) {
253
+ if (k2 === undefined)
254
+ k2 = k;
255
+ o[k2] = m[k];
256
+ });
257
+ function __exportStar(m, o) {
258
+ for (var p in m)
259
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
260
+ __createBinding(o, m, p);
261
+ }
262
+ function __values(o) {
263
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
264
+ if (m)
265
+ return m.call(o);
266
+ if (o && typeof o.length === "number")
267
+ return {
268
+ next: function () {
269
+ if (o && i >= o.length)
270
+ o = void 0;
271
+ return { value: o && o[i++], done: !o };
272
+ }
273
+ };
274
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
275
+ }
276
+ function __read(o, n) {
277
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
278
+ if (!m)
279
+ return o;
280
+ var i = m.call(o), r, ar = [], e;
281
+ try {
282
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
283
+ ar.push(r.value);
284
+ }
285
+ catch (error) {
286
+ e = { error: error };
287
+ }
288
+ finally {
289
+ try {
290
+ if (r && !r.done && (m = i["return"]))
291
+ m.call(i);
292
+ }
293
+ finally {
294
+ if (e)
295
+ throw e.error;
296
+ }
297
+ }
298
+ return ar;
299
+ }
300
+ /** @deprecated */
301
+ function __spread() {
302
+ for (var ar = [], i = 0; i < arguments.length; i++)
303
+ ar = ar.concat(__read(arguments[i]));
304
+ return ar;
305
+ }
306
+ /** @deprecated */
307
+ function __spreadArrays() {
308
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
309
+ s += arguments[i].length;
310
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
311
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
312
+ r[k] = a[j];
313
+ return r;
314
+ }
315
+ function __spreadArray(to, from, pack) {
316
+ if (pack || arguments.length === 2)
317
+ for (var i = 0, l = from.length, ar; i < l; i++) {
318
+ if (ar || !(i in from)) {
319
+ if (!ar)
320
+ ar = Array.prototype.slice.call(from, 0, i);
321
+ ar[i] = from[i];
322
+ }
323
+ }
324
+ return to.concat(ar || Array.prototype.slice.call(from));
325
+ }
326
+ function __await(v) {
327
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
328
+ }
329
+ function __asyncGenerator(thisArg, _arguments, generator) {
330
+ if (!Symbol.asyncIterator)
331
+ throw new TypeError("Symbol.asyncIterator is not defined.");
332
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
333
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
334
+ function verb(n) { if (g[n])
335
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
336
+ function resume(n, v) { try {
337
+ step(g[n](v));
338
+ }
339
+ catch (e) {
340
+ settle(q[0][3], e);
341
+ } }
342
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
343
+ function fulfill(value) { resume("next", value); }
344
+ function reject(value) { resume("throw", value); }
345
+ function settle(f, v) { if (f(v), q.shift(), q.length)
346
+ resume(q[0][0], q[0][1]); }
347
+ }
348
+ function __asyncDelegator(o) {
349
+ var i, p;
350
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
351
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
352
+ }
353
+ function __asyncValues(o) {
354
+ if (!Symbol.asyncIterator)
355
+ throw new TypeError("Symbol.asyncIterator is not defined.");
356
+ var m = o[Symbol.asyncIterator], i;
357
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
358
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
359
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
360
+ }
361
+ function __makeTemplateObject(cooked, raw) {
362
+ if (Object.defineProperty) {
363
+ Object.defineProperty(cooked, "raw", { value: raw });
364
+ }
365
+ else {
366
+ cooked.raw = raw;
367
+ }
368
+ return cooked;
369
+ }
370
+ ;
371
+ var __setModuleDefault = Object.create ? (function (o, v) {
372
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
373
+ }) : function (o, v) {
374
+ o["default"] = v;
375
+ };
376
+ function __importStar(mod) {
377
+ if (mod && mod.__esModule)
378
+ return mod;
379
+ var result = {};
380
+ if (mod != null)
381
+ for (var k in mod)
382
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
383
+ __createBinding(result, mod, k);
384
+ __setModuleDefault(result, mod);
385
+ return result;
386
+ }
387
+ function __importDefault(mod) {
388
+ return (mod && mod.__esModule) ? mod : { default: mod };
389
+ }
390
+ function __classPrivateFieldGet(receiver, state, kind, f) {
391
+ if (kind === "a" && !f)
392
+ throw new TypeError("Private accessor was defined without a getter");
393
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
394
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
395
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
396
+ }
397
+ function __classPrivateFieldSet(receiver, state, value, kind, f) {
398
+ if (kind === "m")
399
+ throw new TypeError("Private method is not writable");
400
+ if (kind === "a" && !f)
401
+ throw new TypeError("Private accessor was defined without a setter");
402
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
403
+ throw new TypeError("Cannot write private member to an object whose class did not declare it");
404
+ return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
405
+ }
406
+ function __classPrivateFieldIn(state, receiver) {
407
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
408
+ throw new TypeError("Cannot use 'in' operator on non-object");
409
+ return typeof state === "function" ? receiver === state : state.has(receiver);
410
+ }
411
+ function __addDisposableResource(env, value, async) {
412
+ if (value !== null && value !== void 0) {
413
+ if (typeof value !== "object" && typeof value !== "function")
414
+ throw new TypeError("Object expected.");
415
+ var dispose;
416
+ if (async) {
417
+ if (!Symbol.asyncDispose)
418
+ throw new TypeError("Symbol.asyncDispose is not defined.");
419
+ dispose = value[Symbol.asyncDispose];
420
+ }
421
+ if (dispose === void 0) {
422
+ if (!Symbol.dispose)
423
+ throw new TypeError("Symbol.dispose is not defined.");
424
+ dispose = value[Symbol.dispose];
425
+ }
426
+ if (typeof dispose !== "function")
427
+ throw new TypeError("Object not disposable.");
428
+ env.stack.push({ value: value, dispose: dispose, async: async });
429
+ }
430
+ else if (async) {
431
+ env.stack.push({ async: true });
432
+ }
433
+ return value;
434
+ }
435
+ var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
436
+ var e = new Error(message);
437
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
438
+ };
439
+ function __disposeResources(env) {
440
+ function fail(e) {
441
+ env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
442
+ env.hasError = true;
443
+ }
444
+ function next() {
445
+ while (env.stack.length) {
446
+ var rec = env.stack.pop();
447
+ try {
448
+ var result = rec.dispose && rec.dispose.call(rec.value);
449
+ if (rec.async)
450
+ return Promise.resolve(result).then(next, function (e) { fail(e); return next(); });
451
+ }
452
+ catch (e) {
453
+ fail(e);
454
+ }
455
+ }
456
+ if (env.hasError)
457
+ throw env.error;
458
+ }
459
+ return next();
460
+ }
461
+ var tslib_es6 = {
462
+ __extends: __extends,
463
+ __assign: __assign,
464
+ __rest: __rest,
465
+ __decorate: __decorate,
466
+ __param: __param,
467
+ __metadata: __metadata,
468
+ __awaiter: __awaiter,
469
+ __generator: __generator,
470
+ __createBinding: __createBinding,
471
+ __exportStar: __exportStar,
472
+ __values: __values,
473
+ __read: __read,
474
+ __spread: __spread,
475
+ __spreadArrays: __spreadArrays,
476
+ __spreadArray: __spreadArray,
477
+ __await: __await,
478
+ __asyncGenerator: __asyncGenerator,
479
+ __asyncDelegator: __asyncDelegator,
480
+ __asyncValues: __asyncValues,
481
+ __makeTemplateObject: __makeTemplateObject,
482
+ __importStar: __importStar,
483
+ __importDefault: __importDefault,
484
+ __classPrivateFieldGet: __classPrivateFieldGet,
485
+ __classPrivateFieldSet: __classPrivateFieldSet,
486
+ __classPrivateFieldIn: __classPrivateFieldIn,
487
+ __addDisposableResource: __addDisposableResource,
488
+ __disposeResources: __disposeResources,
489
+ };
490
+
491
+ var appInitialise = function () {
492
+ return function () {
493
+ return loader.applyPolyfills().then(function () {
494
+ return loader.defineCustomElements();
495
+ });
496
+ };
497
+ };
498
+
499
+ /* eslint-disable */
500
+ var proxyInputs = function (Cmp, inputs) {
501
+ var Prototype = Cmp.prototype;
502
+ inputs.forEach(function (item) {
503
+ Object.defineProperty(Prototype, item, {
504
+ get: function () {
505
+ return this.el[item];
506
+ },
507
+ set: function (val) {
508
+ var _this = this;
509
+ this.z.runOutsideAngular(function () { return (_this.el[item] = val); });
510
+ },
511
+ /**
512
+ * In the event that proxyInputs is called
513
+ * multiple times re-defining these inputs
514
+ * will cause an error to be thrown. As a result
515
+ * we set configurable: true to indicate these
516
+ * properties can be changed.
517
+ */
518
+ configurable: true,
519
+ });
520
+ });
521
+ };
522
+ var proxyMethods = function (Cmp, methods) {
523
+ var Prototype = Cmp.prototype;
524
+ methods.forEach(function (methodName) {
525
+ Prototype[methodName] = function () {
526
+ var _this = this;
527
+ var args = arguments;
528
+ return this.z.runOutsideAngular(function () { return _this.el[methodName].apply(_this.el, args); });
529
+ };
530
+ });
531
+ };
532
+ var proxyOutputs = function (instance, el, events) {
533
+ events.forEach(function (eventName) { return (instance[eventName] = rxjs.fromEvent(el, eventName)); });
534
+ };
535
+ var defineCustomElement = function (tagName, customElement) {
536
+ if (customElement !== undefined && typeof customElements !== 'undefined' && !customElements.get(tagName)) {
537
+ customElements.define(tagName, customElement);
538
+ }
539
+ };
540
+ // tslint:disable-next-line: only-arrow-functions
541
+ function ProxyCmp(opts) {
542
+ var decorator = function (cls) {
543
+ var defineCustomElementFn = opts.defineCustomElementFn, inputs = opts.inputs, methods = opts.methods;
544
+ if (defineCustomElementFn !== undefined) {
545
+ defineCustomElementFn();
546
+ }
547
+ if (inputs) {
548
+ proxyInputs(cls, inputs);
549
+ }
550
+ if (methods) {
551
+ proxyMethods(cls, methods);
552
+ }
553
+ return cls;
554
+ };
555
+ return decorator;
556
+ }
557
+
558
+ var _c0 = ["*"];
559
+ exports.AdmiraltyAutocomplete = /** @class */ (function () {
560
+ function AdmiraltyAutocomplete(c, r, z) {
561
+ this.z = z;
562
+ c.detach();
563
+ this.el = r.nativeElement;
564
+ proxyOutputs(this, this.el, ['admiraltyChange']);
565
+ }
566
+ return AdmiraltyAutocomplete;
567
+ }());
568
+ /** @nocollapse */ exports.AdmiraltyAutocomplete.ɵfac = function AdmiraltyAutocomplete_Factory(t) { return new (t || exports.AdmiraltyAutocomplete)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
569
+ /** @nocollapse */ exports.AdmiraltyAutocomplete.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyAutocomplete, selectors: [["admiralty-autocomplete"]], inputs: { assistiveHint: "assistiveHint", autoselect: "autoselect", confirmOnBlur: "confirmOnBlur", cssNamespace: "cssNamespace", disabled: "disabled", displayMenu: "displayMenu", hint: "hint", inputClasses: "inputClasses", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", menuAttributes: "menuAttributes", menuClasses: "menuClasses", minLength: "minLength", name: "name", placeholder: "placeholder", required: "required", showAllValues: "showAllValues", showNoOptionsFound: "showNoOptionsFound", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyAutocomplete_Template(rf, ctx) {
570
+ if (rf & 1) {
571
+ i0__namespace.ɵɵprojectionDef();
572
+ i0__namespace.ɵɵprojection(0);
573
+ }
574
+ }, encapsulation: 2, changeDetection: 0 });
575
+ exports.AdmiraltyAutocomplete = __decorate([
576
+ ProxyCmp({
577
+ inputs: ['assistiveHint', 'autoselect', 'confirmOnBlur', 'cssNamespace', 'disabled', 'displayMenu', 'hint', 'inputClasses', 'invalid', 'invalidMessage', 'label', 'menuAttributes', 'menuClasses', 'minLength', 'name', 'placeholder', 'required', 'showAllValues', 'showNoOptionsFound', 'value']
578
+ })
579
+ ], exports.AdmiraltyAutocomplete);
580
+ (function () {
581
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyAutocomplete, [{
582
+ type: i0.Component,
583
+ args: [{
584
+ selector: 'admiralty-autocomplete',
585
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
586
+ template: '<ng-content></ng-content>',
587
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
588
+ inputs: ['assistiveHint', 'autoselect', 'confirmOnBlur', 'cssNamespace', 'disabled', 'displayMenu', 'hint', 'inputClasses', 'invalid', 'invalidMessage', 'label', 'menuAttributes', 'menuClasses', 'minLength', 'name', 'placeholder', 'required', 'showAllValues', 'showNoOptionsFound', 'value'],
589
+ }]
590
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
591
+ })();
592
+ exports.AdmiraltyAutocompleteOption = /** @class */ (function () {
593
+ function AdmiraltyAutocompleteOption(c, r, z) {
594
+ this.z = z;
595
+ c.detach();
596
+ this.el = r.nativeElement;
597
+ }
598
+ return AdmiraltyAutocompleteOption;
599
+ }());
600
+ /** @nocollapse */ exports.AdmiraltyAutocompleteOption.ɵfac = function AdmiraltyAutocompleteOption_Factory(t) { return new (t || exports.AdmiraltyAutocompleteOption)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
601
+ /** @nocollapse */ exports.AdmiraltyAutocompleteOption.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyAutocompleteOption, selectors: [["admiralty-autocomplete-option"]], inputs: { value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyAutocompleteOption_Template(rf, ctx) {
602
+ if (rf & 1) {
603
+ i0__namespace.ɵɵprojectionDef();
604
+ i0__namespace.ɵɵprojection(0);
605
+ }
606
+ }, encapsulation: 2, changeDetection: 0 });
607
+ exports.AdmiraltyAutocompleteOption = __decorate([
608
+ ProxyCmp({
609
+ inputs: ['value']
610
+ })
611
+ ], exports.AdmiraltyAutocompleteOption);
612
+ (function () {
613
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyAutocompleteOption, [{
614
+ type: i0.Component,
615
+ args: [{
616
+ selector: 'admiralty-autocomplete-option',
617
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
618
+ template: '<ng-content></ng-content>',
619
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
620
+ inputs: ['value'],
621
+ }]
622
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
623
+ })();
624
+ exports.AdmiraltyBreadcrumb = /** @class */ (function () {
625
+ function AdmiraltyBreadcrumb(c, r, z) {
626
+ this.z = z;
627
+ c.detach();
628
+ this.el = r.nativeElement;
629
+ }
630
+ return AdmiraltyBreadcrumb;
631
+ }());
632
+ /** @nocollapse */ exports.AdmiraltyBreadcrumb.ɵfac = function AdmiraltyBreadcrumb_Factory(t) { return new (t || exports.AdmiraltyBreadcrumb)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
633
+ /** @nocollapse */ exports.AdmiraltyBreadcrumb.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyBreadcrumb, selectors: [["admiralty-breadcrumb"]], inputs: { active: "active", href: "href" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyBreadcrumb_Template(rf, ctx) {
634
+ if (rf & 1) {
635
+ i0__namespace.ɵɵprojectionDef();
636
+ i0__namespace.ɵɵprojection(0);
637
+ }
638
+ }, encapsulation: 2, changeDetection: 0 });
639
+ exports.AdmiraltyBreadcrumb = __decorate([
640
+ ProxyCmp({
641
+ inputs: ['active', 'href']
642
+ })
643
+ ], exports.AdmiraltyBreadcrumb);
644
+ (function () {
645
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyBreadcrumb, [{
646
+ type: i0.Component,
647
+ args: [{
648
+ selector: 'admiralty-breadcrumb',
649
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
650
+ template: '<ng-content></ng-content>',
651
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
652
+ inputs: ['active', 'href'],
653
+ }]
654
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
655
+ })();
656
+ exports.AdmiraltyBreadcrumbs = /** @class */ (function () {
657
+ function AdmiraltyBreadcrumbs(c, r, z) {
658
+ this.z = z;
659
+ c.detach();
660
+ this.el = r.nativeElement;
661
+ }
662
+ return AdmiraltyBreadcrumbs;
663
+ }());
664
+ /** @nocollapse */ exports.AdmiraltyBreadcrumbs.ɵfac = function AdmiraltyBreadcrumbs_Factory(t) { return new (t || exports.AdmiraltyBreadcrumbs)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
665
+ /** @nocollapse */ exports.AdmiraltyBreadcrumbs.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyBreadcrumbs, selectors: [["admiralty-breadcrumbs"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyBreadcrumbs_Template(rf, ctx) {
666
+ if (rf & 1) {
667
+ i0__namespace.ɵɵprojectionDef();
668
+ i0__namespace.ɵɵprojection(0);
669
+ }
670
+ }, encapsulation: 2, changeDetection: 0 });
671
+ exports.AdmiraltyBreadcrumbs = __decorate([
672
+ ProxyCmp({})
673
+ ], exports.AdmiraltyBreadcrumbs);
674
+ (function () {
675
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyBreadcrumbs, [{
676
+ type: i0.Component,
677
+ args: [{
678
+ selector: 'admiralty-breadcrumbs',
679
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
680
+ template: '<ng-content></ng-content>',
681
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
682
+ inputs: [],
683
+ }]
684
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
685
+ })();
686
+ exports.AdmiraltyButton = /** @class */ (function () {
687
+ function AdmiraltyButton(c, r, z) {
688
+ this.z = z;
689
+ c.detach();
690
+ this.el = r.nativeElement;
691
+ }
692
+ return AdmiraltyButton;
693
+ }());
694
+ /** @nocollapse */ exports.AdmiraltyButton.ɵfac = function AdmiraltyButton_Factory(t) { return new (t || exports.AdmiraltyButton)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
695
+ /** @nocollapse */ exports.AdmiraltyButton.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyButton, selectors: [["admiralty-button"]], inputs: { disabled: "disabled", form: "form", icon: "icon", name: "name", type: "type", value: "value", variant: "variant" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyButton_Template(rf, ctx) {
696
+ if (rf & 1) {
697
+ i0__namespace.ɵɵprojectionDef();
698
+ i0__namespace.ɵɵprojection(0);
699
+ }
700
+ }, encapsulation: 2, changeDetection: 0 });
701
+ exports.AdmiraltyButton = __decorate([
702
+ ProxyCmp({
703
+ inputs: ['disabled', 'form', 'icon', 'name', 'type', 'value', 'variant']
704
+ })
705
+ ], exports.AdmiraltyButton);
706
+ (function () {
707
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyButton, [{
708
+ type: i0.Component,
709
+ args: [{
710
+ selector: 'admiralty-button',
711
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
712
+ template: '<ng-content></ng-content>',
713
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
714
+ inputs: ['disabled', 'form', 'icon', 'name', 'type', 'value', 'variant'],
715
+ }]
716
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
717
+ })();
718
+ exports.AdmiraltyCard = /** @class */ (function () {
719
+ function AdmiraltyCard(c, r, z) {
720
+ this.z = z;
721
+ c.detach();
722
+ this.el = r.nativeElement;
723
+ }
724
+ return AdmiraltyCard;
725
+ }());
726
+ /** @nocollapse */ exports.AdmiraltyCard.ɵfac = function AdmiraltyCard_Factory(t) { return new (t || exports.AdmiraltyCard)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
727
+ /** @nocollapse */ exports.AdmiraltyCard.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyCard, selectors: [["admiralty-card"]], inputs: { heading: "heading" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyCard_Template(rf, ctx) {
728
+ if (rf & 1) {
729
+ i0__namespace.ɵɵprojectionDef();
730
+ i0__namespace.ɵɵprojection(0);
731
+ }
732
+ }, encapsulation: 2, changeDetection: 0 });
733
+ exports.AdmiraltyCard = __decorate([
734
+ ProxyCmp({
735
+ inputs: ['heading']
736
+ })
737
+ ], exports.AdmiraltyCard);
738
+ (function () {
739
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyCard, [{
740
+ type: i0.Component,
741
+ args: [{
742
+ selector: 'admiralty-card',
743
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
744
+ template: '<ng-content></ng-content>',
745
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
746
+ inputs: ['heading'],
747
+ }]
748
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
749
+ })();
750
+ exports.AdmiraltyCheckbox = /** @class */ (function () {
751
+ function AdmiraltyCheckbox(c, r, z) {
752
+ this.z = z;
753
+ c.detach();
754
+ this.el = r.nativeElement;
755
+ proxyOutputs(this, this.el, ['admiraltyChange', 'checkboxFocus', 'checkboxBlur']);
756
+ }
757
+ return AdmiraltyCheckbox;
758
+ }());
759
+ /** @nocollapse */ exports.AdmiraltyCheckbox.ɵfac = function AdmiraltyCheckbox_Factory(t) { return new (t || exports.AdmiraltyCheckbox)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
760
+ /** @nocollapse */ exports.AdmiraltyCheckbox.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyCheckbox, selectors: [["admiralty-checkbox"]], inputs: { checkboxRight: "checkboxRight", checked: "checked", disabled: "disabled", labelHidden: "labelHidden", labelText: "labelText", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyCheckbox_Template(rf, ctx) {
761
+ if (rf & 1) {
762
+ i0__namespace.ɵɵprojectionDef();
763
+ i0__namespace.ɵɵprojection(0);
764
+ }
765
+ }, encapsulation: 2, changeDetection: 0 });
766
+ exports.AdmiraltyCheckbox = __decorate([
767
+ ProxyCmp({
768
+ inputs: ['checkboxRight', 'checked', 'disabled', 'labelHidden', 'labelText', 'name', 'value']
769
+ })
770
+ ], exports.AdmiraltyCheckbox);
771
+ (function () {
772
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyCheckbox, [{
773
+ type: i0.Component,
774
+ args: [{
775
+ selector: 'admiralty-checkbox',
776
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
777
+ template: '<ng-content></ng-content>',
778
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
779
+ inputs: ['checkboxRight', 'checked', 'disabled', 'labelHidden', 'labelText', 'name', 'value'],
780
+ }]
781
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
782
+ })();
783
+ exports.AdmiraltyColourBlock = /** @class */ (function () {
784
+ function AdmiraltyColourBlock(c, r, z) {
785
+ this.z = z;
786
+ c.detach();
787
+ this.el = r.nativeElement;
788
+ proxyOutputs(this, this.el, ['colourBlockLinkClicked']);
789
+ }
790
+ return AdmiraltyColourBlock;
791
+ }());
792
+ /** @nocollapse */ exports.AdmiraltyColourBlock.ɵfac = function AdmiraltyColourBlock_Factory(t) { return new (t || exports.AdmiraltyColourBlock)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
793
+ /** @nocollapse */ exports.AdmiraltyColourBlock.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyColourBlock, selectors: [["admiralty-colour-block"]], inputs: { actionText: "actionText", colour: "colour", enableCardEvent: "enableCardEvent", heading: "heading", height: "height", href: "href", linkText: "linkText", suppressRedirect: "suppressRedirect", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyColourBlock_Template(rf, ctx) {
794
+ if (rf & 1) {
795
+ i0__namespace.ɵɵprojectionDef();
796
+ i0__namespace.ɵɵprojection(0);
797
+ }
798
+ }, encapsulation: 2, changeDetection: 0 });
799
+ exports.AdmiraltyColourBlock = __decorate([
800
+ ProxyCmp({
801
+ inputs: ['actionText', 'colour', 'enableCardEvent', 'heading', 'height', 'href', 'linkText', 'suppressRedirect', 'width']
802
+ })
803
+ ], exports.AdmiraltyColourBlock);
804
+ (function () {
805
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyColourBlock, [{
806
+ type: i0.Component,
807
+ args: [{
808
+ selector: 'admiralty-colour-block',
809
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
810
+ template: '<ng-content></ng-content>',
811
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
812
+ inputs: ['actionText', 'colour', 'enableCardEvent', 'heading', 'height', 'href', 'linkText', 'suppressRedirect', 'width'],
813
+ }]
814
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
815
+ })();
816
+ exports.AdmiraltyDialogue = /** @class */ (function () {
817
+ function AdmiraltyDialogue(c, r, z) {
818
+ this.z = z;
819
+ c.detach();
820
+ this.el = r.nativeElement;
821
+ }
822
+ return AdmiraltyDialogue;
823
+ }());
824
+ /** @nocollapse */ exports.AdmiraltyDialogue.ɵfac = function AdmiraltyDialogue_Factory(t) { return new (t || exports.AdmiraltyDialogue)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
825
+ /** @nocollapse */ exports.AdmiraltyDialogue.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyDialogue, selectors: [["admiralty-dialogue"]], inputs: { heading: "heading", type: "type" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyDialogue_Template(rf, ctx) {
826
+ if (rf & 1) {
827
+ i0__namespace.ɵɵprojectionDef();
828
+ i0__namespace.ɵɵprojection(0);
829
+ }
830
+ }, encapsulation: 2, changeDetection: 0 });
831
+ exports.AdmiraltyDialogue = __decorate([
832
+ ProxyCmp({
833
+ inputs: ['heading', 'type']
834
+ })
835
+ ], exports.AdmiraltyDialogue);
836
+ (function () {
837
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyDialogue, [{
838
+ type: i0.Component,
839
+ args: [{
840
+ selector: 'admiralty-dialogue',
841
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
842
+ template: '<ng-content></ng-content>',
843
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
844
+ inputs: ['heading', 'type'],
845
+ }]
846
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
847
+ })();
848
+ exports.AdmiraltyExpansion = /** @class */ (function () {
849
+ function AdmiraltyExpansion(c, r, z) {
850
+ this.z = z;
851
+ c.detach();
852
+ this.el = r.nativeElement;
853
+ proxyOutputs(this, this.el, ['toggled']);
854
+ }
855
+ return AdmiraltyExpansion;
856
+ }());
857
+ /** @nocollapse */ exports.AdmiraltyExpansion.ɵfac = function AdmiraltyExpansion_Factory(t) { return new (t || exports.AdmiraltyExpansion)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
858
+ /** @nocollapse */ exports.AdmiraltyExpansion.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyExpansion, selectors: [["admiralty-expansion"]], inputs: { alignHeadingRight: "alignHeadingRight", expanded: "expanded", heading: "heading", hideBorder: "hideBorder" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyExpansion_Template(rf, ctx) {
859
+ if (rf & 1) {
860
+ i0__namespace.ɵɵprojectionDef();
861
+ i0__namespace.ɵɵprojection(0);
862
+ }
863
+ }, encapsulation: 2, changeDetection: 0 });
864
+ exports.AdmiraltyExpansion = __decorate([
865
+ ProxyCmp({
866
+ inputs: ['alignHeadingRight', 'expanded', 'heading', 'hideBorder']
867
+ })
868
+ ], exports.AdmiraltyExpansion);
869
+ (function () {
870
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyExpansion, [{
871
+ type: i0.Component,
872
+ args: [{
873
+ selector: 'admiralty-expansion',
874
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
875
+ template: '<ng-content></ng-content>',
876
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
877
+ inputs: ['alignHeadingRight', 'expanded', 'heading', 'hideBorder'],
878
+ }]
879
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
880
+ })();
881
+ exports.AdmiraltyFileInput = /** @class */ (function () {
882
+ function AdmiraltyFileInput(c, r, z) {
883
+ this.z = z;
884
+ c.detach();
885
+ this.el = r.nativeElement;
886
+ proxyOutputs(this, this.el, ['fileInputChange']);
887
+ }
888
+ return AdmiraltyFileInput;
889
+ }());
890
+ /** @nocollapse */ exports.AdmiraltyFileInput.ɵfac = function AdmiraltyFileInput_Factory(t) { return new (t || exports.AdmiraltyFileInput)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
891
+ /** @nocollapse */ exports.AdmiraltyFileInput.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyFileInput, selectors: [["admiralty-file-input"]], inputs: { invalid: "invalid", invalidMessage: "invalidMessage", label: "label", multiple: "multiple" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyFileInput_Template(rf, ctx) {
892
+ if (rf & 1) {
893
+ i0__namespace.ɵɵprojectionDef();
894
+ i0__namespace.ɵɵprojection(0);
895
+ }
896
+ }, encapsulation: 2, changeDetection: 0 });
897
+ exports.AdmiraltyFileInput = __decorate([
898
+ ProxyCmp({
899
+ inputs: ['invalid', 'invalidMessage', 'label', 'multiple']
900
+ })
901
+ ], exports.AdmiraltyFileInput);
902
+ (function () {
903
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyFileInput, [{
904
+ type: i0.Component,
905
+ args: [{
906
+ selector: 'admiralty-file-input',
907
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
908
+ template: '<ng-content></ng-content>',
909
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
910
+ inputs: ['invalid', 'invalidMessage', 'label', 'multiple'],
911
+ }]
912
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
913
+ })();
914
+ exports.AdmiraltyFilter = /** @class */ (function () {
915
+ function AdmiraltyFilter(c, r, z) {
916
+ this.z = z;
917
+ c.detach();
918
+ this.el = r.nativeElement;
919
+ proxyOutputs(this, this.el, ['filterCleared', 'filterApplied']);
920
+ }
921
+ return AdmiraltyFilter;
922
+ }());
923
+ /** @nocollapse */ exports.AdmiraltyFilter.ɵfac = function AdmiraltyFilter_Factory(t) { return new (t || exports.AdmiraltyFilter)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
924
+ /** @nocollapse */ exports.AdmiraltyFilter.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyFilter, selectors: [["admiralty-filter"]], inputs: { filterTitle: "filterTitle" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyFilter_Template(rf, ctx) {
925
+ if (rf & 1) {
926
+ i0__namespace.ɵɵprojectionDef();
927
+ i0__namespace.ɵɵprojection(0);
928
+ }
929
+ }, encapsulation: 2, changeDetection: 0 });
930
+ exports.AdmiraltyFilter = __decorate([
931
+ ProxyCmp({
932
+ inputs: ['filterTitle']
933
+ })
934
+ ], exports.AdmiraltyFilter);
935
+ (function () {
936
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyFilter, [{
937
+ type: i0.Component,
938
+ args: [{
939
+ selector: 'admiralty-filter',
940
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
941
+ template: '<ng-content></ng-content>',
942
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
943
+ inputs: ['filterTitle'],
944
+ }]
945
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
946
+ })();
947
+ exports.AdmiraltyFilterGroup = /** @class */ (function () {
948
+ function AdmiraltyFilterGroup(c, r, z) {
949
+ this.z = z;
950
+ c.detach();
951
+ this.el = r.nativeElement;
952
+ }
953
+ return AdmiraltyFilterGroup;
954
+ }());
955
+ /** @nocollapse */ exports.AdmiraltyFilterGroup.ɵfac = function AdmiraltyFilterGroup_Factory(t) { return new (t || exports.AdmiraltyFilterGroup)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
956
+ /** @nocollapse */ exports.AdmiraltyFilterGroup.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyFilterGroup, selectors: [["admiralty-filter-group"]], inputs: { groupTitle: "groupTitle" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyFilterGroup_Template(rf, ctx) {
957
+ if (rf & 1) {
958
+ i0__namespace.ɵɵprojectionDef();
959
+ i0__namespace.ɵɵprojection(0);
960
+ }
961
+ }, encapsulation: 2, changeDetection: 0 });
962
+ exports.AdmiraltyFilterGroup = __decorate([
963
+ ProxyCmp({
964
+ inputs: ['groupTitle']
965
+ })
966
+ ], exports.AdmiraltyFilterGroup);
967
+ (function () {
968
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyFilterGroup, [{
969
+ type: i0.Component,
970
+ args: [{
971
+ selector: 'admiralty-filter-group',
972
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
973
+ template: '<ng-content></ng-content>',
974
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
975
+ inputs: ['groupTitle'],
976
+ }]
977
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
978
+ })();
979
+ exports.AdmiraltyFooter = /** @class */ (function () {
980
+ function AdmiraltyFooter(c, r, z) {
981
+ this.z = z;
982
+ c.detach();
983
+ this.el = r.nativeElement;
984
+ }
985
+ return AdmiraltyFooter;
986
+ }());
987
+ /** @nocollapse */ exports.AdmiraltyFooter.ɵfac = function AdmiraltyFooter_Factory(t) { return new (t || exports.AdmiraltyFooter)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
988
+ /** @nocollapse */ exports.AdmiraltyFooter.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyFooter, selectors: [["admiralty-footer"]], inputs: { imageAlt: "imageAlt", imageLink: "imageLink", imageSrc: "imageSrc", text: "text" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyFooter_Template(rf, ctx) {
989
+ if (rf & 1) {
990
+ i0__namespace.ɵɵprojectionDef();
991
+ i0__namespace.ɵɵprojection(0);
992
+ }
993
+ }, encapsulation: 2, changeDetection: 0 });
994
+ exports.AdmiraltyFooter = __decorate([
995
+ ProxyCmp({
996
+ inputs: ['imageAlt', 'imageLink', 'imageSrc', 'text']
997
+ })
998
+ ], exports.AdmiraltyFooter);
999
+ (function () {
1000
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyFooter, [{
1001
+ type: i0.Component,
1002
+ args: [{
1003
+ selector: 'admiralty-footer',
1004
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1005
+ template: '<ng-content></ng-content>',
1006
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1007
+ inputs: ['imageAlt', 'imageLink', 'imageSrc', 'text'],
1008
+ }]
1009
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1010
+ })();
1011
+ exports.AdmiraltyHeader = /** @class */ (function () {
1012
+ function AdmiraltyHeader(c, r, z) {
1013
+ this.z = z;
1014
+ c.detach();
1015
+ this.el = r.nativeElement;
1016
+ proxyOutputs(this, this.el, ['titledClicked']);
1017
+ }
1018
+ return AdmiraltyHeader;
1019
+ }());
1020
+ /** @nocollapse */ exports.AdmiraltyHeader.ɵfac = function AdmiraltyHeader_Factory(t) { return new (t || exports.AdmiraltyHeader)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1021
+ /** @nocollapse */ exports.AdmiraltyHeader.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHeader, selectors: [["admiralty-header"]], inputs: { headerTitle: "headerTitle", headerTitleUrl: "headerTitleUrl", logoAltText: "logoAltText", logoImgUrl: "logoImgUrl", logoLinkUrl: "logoLinkUrl" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHeader_Template(rf, ctx) {
1022
+ if (rf & 1) {
1023
+ i0__namespace.ɵɵprojectionDef();
1024
+ i0__namespace.ɵɵprojection(0);
1025
+ }
1026
+ }, encapsulation: 2, changeDetection: 0 });
1027
+ exports.AdmiraltyHeader = __decorate([
1028
+ ProxyCmp({
1029
+ inputs: ['headerTitle', 'headerTitleUrl', 'logoAltText', 'logoImgUrl', 'logoLinkUrl']
1030
+ })
1031
+ ], exports.AdmiraltyHeader);
1032
+ (function () {
1033
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyHeader, [{
1034
+ type: i0.Component,
1035
+ args: [{
1036
+ selector: 'admiralty-header',
1037
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1038
+ template: '<ng-content></ng-content>',
1039
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1040
+ inputs: ['headerTitle', 'headerTitleUrl', 'logoAltText', 'logoImgUrl', 'logoLinkUrl'],
1041
+ }]
1042
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1043
+ })();
1044
+ exports.AdmiraltyHeaderMenuItem = /** @class */ (function () {
1045
+ function AdmiraltyHeaderMenuItem(c, r, z) {
1046
+ this.z = z;
1047
+ c.detach();
1048
+ this.el = r.nativeElement;
1049
+ proxyOutputs(this, this.el, ['menuItemClick']);
1050
+ }
1051
+ return AdmiraltyHeaderMenuItem;
1052
+ }());
1053
+ /** @nocollapse */ exports.AdmiraltyHeaderMenuItem.ɵfac = function AdmiraltyHeaderMenuItem_Factory(t) { return new (t || exports.AdmiraltyHeaderMenuItem)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1054
+ /** @nocollapse */ exports.AdmiraltyHeaderMenuItem.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHeaderMenuItem, selectors: [["admiralty-header-menu-item"]], inputs: { active: "active", menuTitle: "menuTitle" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHeaderMenuItem_Template(rf, ctx) {
1055
+ if (rf & 1) {
1056
+ i0__namespace.ɵɵprojectionDef();
1057
+ i0__namespace.ɵɵprojection(0);
1058
+ }
1059
+ }, encapsulation: 2, changeDetection: 0 });
1060
+ exports.AdmiraltyHeaderMenuItem = __decorate([
1061
+ ProxyCmp({
1062
+ inputs: ['active', 'menuTitle']
1063
+ })
1064
+ ], exports.AdmiraltyHeaderMenuItem);
1065
+ (function () {
1066
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyHeaderMenuItem, [{
1067
+ type: i0.Component,
1068
+ args: [{
1069
+ selector: 'admiralty-header-menu-item',
1070
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1071
+ template: '<ng-content></ng-content>',
1072
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1073
+ inputs: ['active', 'menuTitle'],
1074
+ }]
1075
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1076
+ })();
1077
+ exports.AdmiraltyHeaderMenuLink = /** @class */ (function () {
1078
+ function AdmiraltyHeaderMenuLink(c, r, z) {
1079
+ this.z = z;
1080
+ c.detach();
1081
+ this.el = r.nativeElement;
1082
+ proxyOutputs(this, this.el, ['menuItemClick']);
1083
+ }
1084
+ return AdmiraltyHeaderMenuLink;
1085
+ }());
1086
+ /** @nocollapse */ exports.AdmiraltyHeaderMenuLink.ɵfac = function AdmiraltyHeaderMenuLink_Factory(t) { return new (t || exports.AdmiraltyHeaderMenuLink)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1087
+ /** @nocollapse */ exports.AdmiraltyHeaderMenuLink.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHeaderMenuLink, selectors: [["admiralty-header-menu-link"]], inputs: { active: "active", href: "href", menuTitle: "menuTitle", suppressRedirect: "suppressRedirect" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHeaderMenuLink_Template(rf, ctx) {
1088
+ if (rf & 1) {
1089
+ i0__namespace.ɵɵprojectionDef();
1090
+ i0__namespace.ɵɵprojection(0);
1091
+ }
1092
+ }, encapsulation: 2, changeDetection: 0 });
1093
+ exports.AdmiraltyHeaderMenuLink = __decorate([
1094
+ ProxyCmp({
1095
+ inputs: ['active', 'href', 'menuTitle', 'suppressRedirect']
1096
+ })
1097
+ ], exports.AdmiraltyHeaderMenuLink);
1098
+ (function () {
1099
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyHeaderMenuLink, [{
1100
+ type: i0.Component,
1101
+ args: [{
1102
+ selector: 'admiralty-header-menu-link',
1103
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1104
+ template: '<ng-content></ng-content>',
1105
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1106
+ inputs: ['active', 'href', 'menuTitle', 'suppressRedirect'],
1107
+ }]
1108
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1109
+ })();
1110
+ exports.AdmiraltyHeaderProfile = /** @class */ (function () {
1111
+ function AdmiraltyHeaderProfile(c, r, z) {
1112
+ this.z = z;
1113
+ c.detach();
1114
+ this.el = r.nativeElement;
1115
+ proxyOutputs(this, this.el, ['signInClicked', 'yourAccountClicked', 'signOutClicked']);
1116
+ }
1117
+ return AdmiraltyHeaderProfile;
1118
+ }());
1119
+ /** @nocollapse */ exports.AdmiraltyHeaderProfile.ɵfac = function AdmiraltyHeaderProfile_Factory(t) { return new (t || exports.AdmiraltyHeaderProfile)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1120
+ /** @nocollapse */ exports.AdmiraltyHeaderProfile.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHeaderProfile, selectors: [["admiralty-header-profile"]], inputs: { isSignedIn: "isSignedIn", signInOnly: "signInOnly", signedInText: "signedInText" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHeaderProfile_Template(rf, ctx) {
1121
+ if (rf & 1) {
1122
+ i0__namespace.ɵɵprojectionDef();
1123
+ i0__namespace.ɵɵprojection(0);
1124
+ }
1125
+ }, encapsulation: 2, changeDetection: 0 });
1126
+ exports.AdmiraltyHeaderProfile = __decorate([
1127
+ ProxyCmp({
1128
+ inputs: ['isSignedIn', 'signInOnly', 'signedInText']
1129
+ })
1130
+ ], exports.AdmiraltyHeaderProfile);
1131
+ (function () {
1132
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyHeaderProfile, [{
1133
+ type: i0.Component,
1134
+ args: [{
1135
+ selector: 'admiralty-header-profile',
1136
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1137
+ template: '<ng-content></ng-content>',
1138
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1139
+ inputs: ['isSignedIn', 'signInOnly', 'signedInText'],
1140
+ }]
1141
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1142
+ })();
1143
+ exports.AdmiraltyHeaderSubMenuItem = /** @class */ (function () {
1144
+ function AdmiraltyHeaderSubMenuItem(c, r, z) {
1145
+ this.z = z;
1146
+ c.detach();
1147
+ this.el = r.nativeElement;
1148
+ proxyOutputs(this, this.el, ['subMenuItemClick']);
1149
+ }
1150
+ return AdmiraltyHeaderSubMenuItem;
1151
+ }());
1152
+ /** @nocollapse */ exports.AdmiraltyHeaderSubMenuItem.ɵfac = function AdmiraltyHeaderSubMenuItem_Factory(t) { return new (t || exports.AdmiraltyHeaderSubMenuItem)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1153
+ /** @nocollapse */ exports.AdmiraltyHeaderSubMenuItem.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHeaderSubMenuItem, selectors: [["admiralty-header-sub-menu-item"]], inputs: { menuTitle: "menuTitle" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHeaderSubMenuItem_Template(rf, ctx) {
1154
+ if (rf & 1) {
1155
+ i0__namespace.ɵɵprojectionDef();
1156
+ i0__namespace.ɵɵprojection(0);
1157
+ }
1158
+ }, encapsulation: 2, changeDetection: 0 });
1159
+ exports.AdmiraltyHeaderSubMenuItem = __decorate([
1160
+ ProxyCmp({
1161
+ inputs: ['menuTitle']
1162
+ })
1163
+ ], exports.AdmiraltyHeaderSubMenuItem);
1164
+ (function () {
1165
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyHeaderSubMenuItem, [{
1166
+ type: i0.Component,
1167
+ args: [{
1168
+ selector: 'admiralty-header-sub-menu-item',
1169
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1170
+ template: '<ng-content></ng-content>',
1171
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1172
+ inputs: ['menuTitle'],
1173
+ }]
1174
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1175
+ })();
1176
+ exports.AdmiraltyHint = /** @class */ (function () {
1177
+ function AdmiraltyHint(c, r, z) {
1178
+ this.z = z;
1179
+ c.detach();
1180
+ this.el = r.nativeElement;
1181
+ }
1182
+ return AdmiraltyHint;
1183
+ }());
1184
+ /** @nocollapse */ exports.AdmiraltyHint.ɵfac = function AdmiraltyHint_Factory(t) { return new (t || exports.AdmiraltyHint)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1185
+ /** @nocollapse */ exports.AdmiraltyHint.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHint, selectors: [["admiralty-hint"]], inputs: { disabled: "disabled" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHint_Template(rf, ctx) {
1186
+ if (rf & 1) {
1187
+ i0__namespace.ɵɵprojectionDef();
1188
+ i0__namespace.ɵɵprojection(0);
1189
+ }
1190
+ }, encapsulation: 2, changeDetection: 0 });
1191
+ exports.AdmiraltyHint = __decorate([
1192
+ ProxyCmp({
1193
+ inputs: ['disabled']
1194
+ })
1195
+ ], exports.AdmiraltyHint);
1196
+ (function () {
1197
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyHint, [{
1198
+ type: i0.Component,
1199
+ args: [{
1200
+ selector: 'admiralty-hint',
1201
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1202
+ template: '<ng-content></ng-content>',
1203
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1204
+ inputs: ['disabled'],
1205
+ }]
1206
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1207
+ })();
1208
+ exports.AdmiraltyHr = /** @class */ (function () {
1209
+ function AdmiraltyHr(c, r, z) {
1210
+ this.z = z;
1211
+ c.detach();
1212
+ this.el = r.nativeElement;
1213
+ }
1214
+ return AdmiraltyHr;
1215
+ }());
1216
+ /** @nocollapse */ exports.AdmiraltyHr.ɵfac = function AdmiraltyHr_Factory(t) { return new (t || exports.AdmiraltyHr)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1217
+ /** @nocollapse */ exports.AdmiraltyHr.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyHr, selectors: [["admiralty-hr"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyHr_Template(rf, ctx) {
1218
+ if (rf & 1) {
1219
+ i0__namespace.ɵɵprojectionDef();
1220
+ i0__namespace.ɵɵprojection(0);
1221
+ }
1222
+ }, encapsulation: 2, changeDetection: 0 });
1223
+ exports.AdmiraltyHr = __decorate([
1224
+ ProxyCmp({})
1225
+ ], exports.AdmiraltyHr);
1226
+ (function () {
1227
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyHr, [{
1228
+ type: i0.Component,
1229
+ args: [{
1230
+ selector: 'admiralty-hr',
1231
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1232
+ template: '<ng-content></ng-content>',
1233
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1234
+ inputs: [],
1235
+ }]
1236
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1237
+ })();
1238
+ exports.AdmiraltyIcon = /** @class */ (function () {
1239
+ function AdmiraltyIcon(c, r, z) {
1240
+ this.z = z;
1241
+ c.detach();
1242
+ this.el = r.nativeElement;
1243
+ }
1244
+ return AdmiraltyIcon;
1245
+ }());
1246
+ /** @nocollapse */ exports.AdmiraltyIcon.ɵfac = function AdmiraltyIcon_Factory(t) { return new (t || exports.AdmiraltyIcon)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1247
+ /** @nocollapse */ exports.AdmiraltyIcon.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyIcon, selectors: [["admiralty-icon"]], inputs: { iconName: "iconName", iconPrefix: "iconPrefix" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyIcon_Template(rf, ctx) {
1248
+ if (rf & 1) {
1249
+ i0__namespace.ɵɵprojectionDef();
1250
+ i0__namespace.ɵɵprojection(0);
1251
+ }
1252
+ }, encapsulation: 2, changeDetection: 0 });
1253
+ exports.AdmiraltyIcon = __decorate([
1254
+ ProxyCmp({
1255
+ inputs: ['iconName', 'iconPrefix']
1256
+ })
1257
+ ], exports.AdmiraltyIcon);
1258
+ (function () {
1259
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyIcon, [{
1260
+ type: i0.Component,
1261
+ args: [{
1262
+ selector: 'admiralty-icon',
1263
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1264
+ template: '<ng-content></ng-content>',
1265
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1266
+ inputs: ['iconName', 'iconPrefix'],
1267
+ }]
1268
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1269
+ })();
1270
+ exports.AdmiraltyInput = /** @class */ (function () {
1271
+ function AdmiraltyInput(c, r, z) {
1272
+ this.z = z;
1273
+ c.detach();
1274
+ this.el = r.nativeElement;
1275
+ proxyOutputs(this, this.el, ['admiraltyInput', 'admiraltyFocus', 'admiraltyBlur']);
1276
+ }
1277
+ return AdmiraltyInput;
1278
+ }());
1279
+ /** @nocollapse */ exports.AdmiraltyInput.ɵfac = function AdmiraltyInput_Factory(t) { return new (t || exports.AdmiraltyInput)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1280
+ /** @nocollapse */ exports.AdmiraltyInput.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyInput, selectors: [["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" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyInput_Template(rf, ctx) {
1281
+ if (rf & 1) {
1282
+ i0__namespace.ɵɵprojectionDef();
1283
+ i0__namespace.ɵɵprojection(0);
1284
+ }
1285
+ }, encapsulation: 2, changeDetection: 0 });
1286
+ exports.AdmiraltyInput = __decorate([
1287
+ ProxyCmp({
1288
+ inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'placeholder', 'required', 'type', 'value', 'width']
1289
+ })
1290
+ ], exports.AdmiraltyInput);
1291
+ (function () {
1292
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyInput, [{
1293
+ type: i0.Component,
1294
+ args: [{
1295
+ selector: 'admiralty-input',
1296
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1297
+ template: '<ng-content></ng-content>',
1298
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1299
+ inputs: ['autocomplete', 'disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'placeholder', 'required', 'type', 'value', 'width'],
1300
+ }]
1301
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1302
+ })();
1303
+ exports.AdmiraltyInputInvalid = /** @class */ (function () {
1304
+ function AdmiraltyInputInvalid(c, r, z) {
1305
+ this.z = z;
1306
+ c.detach();
1307
+ this.el = r.nativeElement;
1308
+ }
1309
+ return AdmiraltyInputInvalid;
1310
+ }());
1311
+ /** @nocollapse */ exports.AdmiraltyInputInvalid.ɵfac = function AdmiraltyInputInvalid_Factory(t) { return new (t || exports.AdmiraltyInputInvalid)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1312
+ /** @nocollapse */ exports.AdmiraltyInputInvalid.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyInputInvalid, selectors: [["admiralty-input-invalid"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyInputInvalid_Template(rf, ctx) {
1313
+ if (rf & 1) {
1314
+ i0__namespace.ɵɵprojectionDef();
1315
+ i0__namespace.ɵɵprojection(0);
1316
+ }
1317
+ }, encapsulation: 2, changeDetection: 0 });
1318
+ exports.AdmiraltyInputInvalid = __decorate([
1319
+ ProxyCmp({})
1320
+ ], exports.AdmiraltyInputInvalid);
1321
+ (function () {
1322
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyInputInvalid, [{
1323
+ type: i0.Component,
1324
+ args: [{
1325
+ selector: 'admiralty-input-invalid',
1326
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1327
+ template: '<ng-content></ng-content>',
1328
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1329
+ inputs: [],
1330
+ }]
1331
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1332
+ })();
1333
+ exports.AdmiraltyLabel = /** @class */ (function () {
1334
+ function AdmiraltyLabel(c, r, z) {
1335
+ this.z = z;
1336
+ c.detach();
1337
+ this.el = r.nativeElement;
1338
+ }
1339
+ return AdmiraltyLabel;
1340
+ }());
1341
+ /** @nocollapse */ exports.AdmiraltyLabel.ɵfac = function AdmiraltyLabel_Factory(t) { return new (t || exports.AdmiraltyLabel)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1342
+ /** @nocollapse */ exports.AdmiraltyLabel.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyLabel, selectors: [["admiralty-label"]], inputs: { disabled: "disabled", for: "for" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyLabel_Template(rf, ctx) {
1343
+ if (rf & 1) {
1344
+ i0__namespace.ɵɵprojectionDef();
1345
+ i0__namespace.ɵɵprojection(0);
1346
+ }
1347
+ }, encapsulation: 2, changeDetection: 0 });
1348
+ exports.AdmiraltyLabel = __decorate([
1349
+ ProxyCmp({
1350
+ inputs: ['disabled', 'for']
1351
+ })
1352
+ ], exports.AdmiraltyLabel);
1353
+ (function () {
1354
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyLabel, [{
1355
+ type: i0.Component,
1356
+ args: [{
1357
+ selector: 'admiralty-label',
1358
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1359
+ template: '<ng-content></ng-content>',
1360
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1361
+ inputs: ['disabled', 'for'],
1362
+ }]
1363
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1364
+ })();
1365
+ exports.AdmiraltyLink = /** @class */ (function () {
1366
+ function AdmiraltyLink(c, r, z) {
1367
+ this.z = z;
1368
+ c.detach();
1369
+ this.el = r.nativeElement;
1370
+ }
1371
+ return AdmiraltyLink;
1372
+ }());
1373
+ /** @nocollapse */ exports.AdmiraltyLink.ɵfac = function AdmiraltyLink_Factory(t) { return new (t || exports.AdmiraltyLink)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1374
+ /** @nocollapse */ exports.AdmiraltyLink.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyLink, selectors: [["admiralty-link"]], inputs: { href: "href", newTab: "newTab" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyLink_Template(rf, ctx) {
1375
+ if (rf & 1) {
1376
+ i0__namespace.ɵɵprojectionDef();
1377
+ i0__namespace.ɵɵprojection(0);
1378
+ }
1379
+ }, encapsulation: 2, changeDetection: 0 });
1380
+ exports.AdmiraltyLink = __decorate([
1381
+ ProxyCmp({
1382
+ inputs: ['href', 'newTab']
1383
+ })
1384
+ ], exports.AdmiraltyLink);
1385
+ (function () {
1386
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyLink, [{
1387
+ type: i0.Component,
1388
+ args: [{
1389
+ selector: 'admiralty-link',
1390
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1391
+ template: '<ng-content></ng-content>',
1392
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1393
+ inputs: ['href', 'newTab'],
1394
+ }]
1395
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1396
+ })();
1397
+ exports.AdmiraltyModalDialog = /** @class */ (function () {
1398
+ function AdmiraltyModalDialog(c, r, z) {
1399
+ this.z = z;
1400
+ c.detach();
1401
+ this.el = r.nativeElement;
1402
+ }
1403
+ return AdmiraltyModalDialog;
1404
+ }());
1405
+ /** @nocollapse */ exports.AdmiraltyModalDialog.ɵfac = function AdmiraltyModalDialog_Factory(t) { return new (t || exports.AdmiraltyModalDialog)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1406
+ /** @nocollapse */ exports.AdmiraltyModalDialog.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyModalDialog, selectors: [["admiralty-modal-dialog"]], inputs: { description: "description", heading: "heading", label: "label", show: "show" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyModalDialog_Template(rf, ctx) {
1407
+ if (rf & 1) {
1408
+ i0__namespace.ɵɵprojectionDef();
1409
+ i0__namespace.ɵɵprojection(0);
1410
+ }
1411
+ }, encapsulation: 2, changeDetection: 0 });
1412
+ exports.AdmiraltyModalDialog = __decorate([
1413
+ ProxyCmp({
1414
+ inputs: ['description', 'heading', 'label', 'show']
1415
+ })
1416
+ ], exports.AdmiraltyModalDialog);
1417
+ (function () {
1418
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyModalDialog, [{
1419
+ type: i0.Component,
1420
+ args: [{
1421
+ selector: 'admiralty-modal-dialog',
1422
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1423
+ template: '<ng-content></ng-content>',
1424
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1425
+ inputs: ['description', 'heading', 'label', 'show'],
1426
+ }]
1427
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1428
+ })();
1429
+ exports.AdmiraltyPaginator = /** @class */ (function () {
1430
+ function AdmiraltyPaginator(c, r, z) {
1431
+ this.z = z;
1432
+ c.detach();
1433
+ this.el = r.nativeElement;
1434
+ proxyOutputs(this, this.el, ['pageChange']);
1435
+ }
1436
+ return AdmiraltyPaginator;
1437
+ }());
1438
+ /** @nocollapse */ exports.AdmiraltyPaginator.ɵfac = function AdmiraltyPaginator_Factory(t) { return new (t || exports.AdmiraltyPaginator)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1439
+ /** @nocollapse */ exports.AdmiraltyPaginator.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyPaginator, selectors: [["admiralty-paginator"]], inputs: { currentPage: "currentPage", label: "label", pages: "pages" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyPaginator_Template(rf, ctx) {
1440
+ if (rf & 1) {
1441
+ i0__namespace.ɵɵprojectionDef();
1442
+ i0__namespace.ɵɵprojection(0);
1443
+ }
1444
+ }, encapsulation: 2, changeDetection: 0 });
1445
+ exports.AdmiraltyPaginator = __decorate([
1446
+ ProxyCmp({
1447
+ inputs: ['currentPage', 'label', 'pages']
1448
+ })
1449
+ ], exports.AdmiraltyPaginator);
1450
+ (function () {
1451
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyPaginator, [{
1452
+ type: i0.Component,
1453
+ args: [{
1454
+ selector: 'admiralty-paginator',
1455
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1456
+ template: '<ng-content></ng-content>',
1457
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1458
+ inputs: ['currentPage', 'label', 'pages'],
1459
+ }]
1460
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1461
+ })();
1462
+ exports.AdmiraltyPhaseBanner = /** @class */ (function () {
1463
+ function AdmiraltyPhaseBanner(c, r, z) {
1464
+ this.z = z;
1465
+ c.detach();
1466
+ this.el = r.nativeElement;
1467
+ }
1468
+ return AdmiraltyPhaseBanner;
1469
+ }());
1470
+ /** @nocollapse */ exports.AdmiraltyPhaseBanner.ɵfac = function AdmiraltyPhaseBanner_Factory(t) { return new (t || exports.AdmiraltyPhaseBanner)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1471
+ /** @nocollapse */ exports.AdmiraltyPhaseBanner.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyPhaseBanner, selectors: [["admiralty-phase-banner"]], inputs: { link: "link", phase: "phase" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyPhaseBanner_Template(rf, ctx) {
1472
+ if (rf & 1) {
1473
+ i0__namespace.ɵɵprojectionDef();
1474
+ i0__namespace.ɵɵprojection(0);
1475
+ }
1476
+ }, encapsulation: 2, changeDetection: 0 });
1477
+ exports.AdmiraltyPhaseBanner = __decorate([
1478
+ ProxyCmp({
1479
+ inputs: ['link', 'phase']
1480
+ })
1481
+ ], exports.AdmiraltyPhaseBanner);
1482
+ (function () {
1483
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyPhaseBanner, [{
1484
+ type: i0.Component,
1485
+ args: [{
1486
+ selector: 'admiralty-phase-banner',
1487
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1488
+ template: '<ng-content></ng-content>',
1489
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1490
+ inputs: ['link', 'phase'],
1491
+ }]
1492
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1493
+ })();
1494
+ exports.AdmiraltyProgressBar = /** @class */ (function () {
1495
+ function AdmiraltyProgressBar(c, r, z) {
1496
+ this.z = z;
1497
+ c.detach();
1498
+ this.el = r.nativeElement;
1499
+ }
1500
+ return AdmiraltyProgressBar;
1501
+ }());
1502
+ /** @nocollapse */ exports.AdmiraltyProgressBar.ɵfac = function AdmiraltyProgressBar_Factory(t) { return new (t || exports.AdmiraltyProgressBar)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1503
+ /** @nocollapse */ exports.AdmiraltyProgressBar.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyProgressBar, selectors: [["admiralty-progress-bar"]], inputs: { error: "error", label: "label", progression: "progression" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyProgressBar_Template(rf, ctx) {
1504
+ if (rf & 1) {
1505
+ i0__namespace.ɵɵprojectionDef();
1506
+ i0__namespace.ɵɵprojection(0);
1507
+ }
1508
+ }, encapsulation: 2, changeDetection: 0 });
1509
+ exports.AdmiraltyProgressBar = __decorate([
1510
+ ProxyCmp({
1511
+ inputs: ['error', 'label', 'progression']
1512
+ })
1513
+ ], exports.AdmiraltyProgressBar);
1514
+ (function () {
1515
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyProgressBar, [{
1516
+ type: i0.Component,
1517
+ args: [{
1518
+ selector: 'admiralty-progress-bar',
1519
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1520
+ template: '<ng-content></ng-content>',
1521
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1522
+ inputs: ['error', 'label', 'progression'],
1523
+ }]
1524
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1525
+ })();
1526
+ exports.AdmiraltyRadio = /** @class */ (function () {
1527
+ function AdmiraltyRadio(c, r, z) {
1528
+ this.z = z;
1529
+ c.detach();
1530
+ this.el = r.nativeElement;
1531
+ proxyOutputs(this, this.el, ['admiraltyFocus', 'admiraltyBlur', 'admiraltyChange']);
1532
+ }
1533
+ return AdmiraltyRadio;
1534
+ }());
1535
+ /** @nocollapse */ exports.AdmiraltyRadio.ɵfac = function AdmiraltyRadio_Factory(t) { return new (t || exports.AdmiraltyRadio)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1536
+ /** @nocollapse */ exports.AdmiraltyRadio.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyRadio, selectors: [["admiralty-radio"]], inputs: { checked: "checked", disabled: "disabled", invalid: "invalid", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyRadio_Template(rf, ctx) {
1537
+ if (rf & 1) {
1538
+ i0__namespace.ɵɵprojectionDef();
1539
+ i0__namespace.ɵɵprojection(0);
1540
+ }
1541
+ }, encapsulation: 2, changeDetection: 0 });
1542
+ exports.AdmiraltyRadio = __decorate([
1543
+ ProxyCmp({
1544
+ inputs: ['checked', 'disabled', 'invalid', 'name', 'value']
1545
+ })
1546
+ ], exports.AdmiraltyRadio);
1547
+ (function () {
1548
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyRadio, [{
1549
+ type: i0.Component,
1550
+ args: [{
1551
+ selector: 'admiralty-radio',
1552
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1553
+ template: '<ng-content></ng-content>',
1554
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1555
+ inputs: ['checked', 'disabled', 'invalid', 'name', 'value'],
1556
+ }]
1557
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1558
+ })();
1559
+ exports.AdmiraltyRadioGroup = /** @class */ (function () {
1560
+ function AdmiraltyRadioGroup(c, r, z) {
1561
+ this.z = z;
1562
+ c.detach();
1563
+ this.el = r.nativeElement;
1564
+ proxyOutputs(this, this.el, ['admiraltyChange']);
1565
+ }
1566
+ return AdmiraltyRadioGroup;
1567
+ }());
1568
+ /** @nocollapse */ exports.AdmiraltyRadioGroup.ɵfac = function AdmiraltyRadioGroup_Factory(t) { return new (t || exports.AdmiraltyRadioGroup)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1569
+ /** @nocollapse */ exports.AdmiraltyRadioGroup.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyRadioGroup, selectors: [["admiralty-radio-group"]], inputs: { disabled: "disabled", displayVertical: "displayVertical", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", name: "name", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyRadioGroup_Template(rf, ctx) {
1570
+ if (rf & 1) {
1571
+ i0__namespace.ɵɵprojectionDef();
1572
+ i0__namespace.ɵɵprojection(0);
1573
+ }
1574
+ }, encapsulation: 2, changeDetection: 0 });
1575
+ exports.AdmiraltyRadioGroup = __decorate([
1576
+ ProxyCmp({
1577
+ inputs: ['disabled', 'displayVertical', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'value']
1578
+ })
1579
+ ], exports.AdmiraltyRadioGroup);
1580
+ (function () {
1581
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyRadioGroup, [{
1582
+ type: i0.Component,
1583
+ args: [{
1584
+ selector: 'admiralty-radio-group',
1585
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1586
+ template: '<ng-content></ng-content>',
1587
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1588
+ inputs: ['disabled', 'displayVertical', 'hint', 'invalid', 'invalidMessage', 'label', 'name', 'value'],
1589
+ }]
1590
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1591
+ })();
1592
+ exports.AdmiraltyReadMore = /** @class */ (function () {
1593
+ function AdmiraltyReadMore(c, r, z) {
1594
+ this.z = z;
1595
+ c.detach();
1596
+ this.el = r.nativeElement;
1597
+ proxyOutputs(this, this.el, ['admiraltyToggled']);
1598
+ }
1599
+ return AdmiraltyReadMore;
1600
+ }());
1601
+ /** @nocollapse */ exports.AdmiraltyReadMore.ɵfac = function AdmiraltyReadMore_Factory(t) { return new (t || exports.AdmiraltyReadMore)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1602
+ /** @nocollapse */ exports.AdmiraltyReadMore.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyReadMore, selectors: [["admiralty-read-more"]], inputs: { heading: "heading" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyReadMore_Template(rf, ctx) {
1603
+ if (rf & 1) {
1604
+ i0__namespace.ɵɵprojectionDef();
1605
+ i0__namespace.ɵɵprojection(0);
1606
+ }
1607
+ }, encapsulation: 2, changeDetection: 0 });
1608
+ exports.AdmiraltyReadMore = __decorate([
1609
+ ProxyCmp({
1610
+ inputs: ['heading']
1611
+ })
1612
+ ], exports.AdmiraltyReadMore);
1613
+ (function () {
1614
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyReadMore, [{
1615
+ type: i0.Component,
1616
+ args: [{
1617
+ selector: 'admiralty-read-more',
1618
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1619
+ template: '<ng-content></ng-content>',
1620
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1621
+ inputs: ['heading'],
1622
+ }]
1623
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1624
+ })();
1625
+ exports.AdmiraltySelect = /** @class */ (function () {
1626
+ function AdmiraltySelect(c, r, z) {
1627
+ this.z = z;
1628
+ c.detach();
1629
+ this.el = r.nativeElement;
1630
+ proxyOutputs(this, this.el, ['admiraltyChange', 'admiraltyBlur']);
1631
+ }
1632
+ return AdmiraltySelect;
1633
+ }());
1634
+ /** @nocollapse */ exports.AdmiraltySelect.ɵfac = function AdmiraltySelect_Factory(t) { return new (t || exports.AdmiraltySelect)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1635
+ /** @nocollapse */ exports.AdmiraltySelect.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltySelect, selectors: [["admiralty-select"]], inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", value: "value", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltySelect_Template(rf, ctx) {
1636
+ if (rf & 1) {
1637
+ i0__namespace.ɵɵprojectionDef();
1638
+ i0__namespace.ɵɵprojection(0);
1639
+ }
1640
+ }, encapsulation: 2, changeDetection: 0 });
1641
+ exports.AdmiraltySelect = __decorate([
1642
+ ProxyCmp({
1643
+ inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width']
1644
+ })
1645
+ ], exports.AdmiraltySelect);
1646
+ (function () {
1647
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltySelect, [{
1648
+ type: i0.Component,
1649
+ args: [{
1650
+ selector: 'admiralty-select',
1651
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1652
+ template: '<ng-content></ng-content>',
1653
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1654
+ inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width'],
1655
+ }]
1656
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1657
+ })();
1658
+ exports.AdmiraltySideNav = /** @class */ (function () {
1659
+ function AdmiraltySideNav(c, r, z) {
1660
+ this.z = z;
1661
+ c.detach();
1662
+ this.el = r.nativeElement;
1663
+ }
1664
+ return AdmiraltySideNav;
1665
+ }());
1666
+ /** @nocollapse */ exports.AdmiraltySideNav.ɵfac = function AdmiraltySideNav_Factory(t) { return new (t || exports.AdmiraltySideNav)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1667
+ /** @nocollapse */ exports.AdmiraltySideNav.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltySideNav, selectors: [["admiralty-side-nav"]], inputs: { label: "label" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltySideNav_Template(rf, ctx) {
1668
+ if (rf & 1) {
1669
+ i0__namespace.ɵɵprojectionDef();
1670
+ i0__namespace.ɵɵprojection(0);
1671
+ }
1672
+ }, encapsulation: 2, changeDetection: 0 });
1673
+ exports.AdmiraltySideNav = __decorate([
1674
+ ProxyCmp({
1675
+ inputs: ['label']
1676
+ })
1677
+ ], exports.AdmiraltySideNav);
1678
+ (function () {
1679
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltySideNav, [{
1680
+ type: i0.Component,
1681
+ args: [{
1682
+ selector: 'admiralty-side-nav',
1683
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1684
+ template: '<ng-content></ng-content>',
1685
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1686
+ inputs: ['label'],
1687
+ }]
1688
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1689
+ })();
1690
+ exports.AdmiraltySideNavItem = /** @class */ (function () {
1691
+ function AdmiraltySideNavItem(c, r, z) {
1692
+ this.z = z;
1693
+ c.detach();
1694
+ this.el = r.nativeElement;
1695
+ proxyOutputs(this, this.el, ['sideNavItemSelected']);
1696
+ }
1697
+ return AdmiraltySideNavItem;
1698
+ }());
1699
+ /** @nocollapse */ exports.AdmiraltySideNavItem.ɵfac = function AdmiraltySideNavItem_Factory(t) { return new (t || exports.AdmiraltySideNavItem)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1700
+ /** @nocollapse */ exports.AdmiraltySideNavItem.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltySideNavItem, selectors: [["admiralty-side-nav-item"]], inputs: { headingTitle: "headingTitle", navActive: "navActive", sideNavItemId: "sideNavItemId" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltySideNavItem_Template(rf, ctx) {
1701
+ if (rf & 1) {
1702
+ i0__namespace.ɵɵprojectionDef();
1703
+ i0__namespace.ɵɵprojection(0);
1704
+ }
1705
+ }, encapsulation: 2, changeDetection: 0 });
1706
+ exports.AdmiraltySideNavItem = __decorate([
1707
+ ProxyCmp({
1708
+ inputs: ['headingTitle', 'navActive', 'sideNavItemId']
1709
+ })
1710
+ ], exports.AdmiraltySideNavItem);
1711
+ (function () {
1712
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltySideNavItem, [{
1713
+ type: i0.Component,
1714
+ args: [{
1715
+ selector: 'admiralty-side-nav-item',
1716
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1717
+ template: '<ng-content></ng-content>',
1718
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1719
+ inputs: ['headingTitle', 'navActive', 'sideNavItemId'],
1720
+ }]
1721
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1722
+ })();
1723
+ exports.AdmiraltySkipLink = /** @class */ (function () {
1724
+ function AdmiraltySkipLink(c, r, z) {
1725
+ this.z = z;
1726
+ c.detach();
1727
+ this.el = r.nativeElement;
1728
+ }
1729
+ return AdmiraltySkipLink;
1730
+ }());
1731
+ /** @nocollapse */ exports.AdmiraltySkipLink.ɵfac = function AdmiraltySkipLink_Factory(t) { return new (t || exports.AdmiraltySkipLink)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1732
+ /** @nocollapse */ exports.AdmiraltySkipLink.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltySkipLink, selectors: [["admiralty-skip-link"]], inputs: { href: "href" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltySkipLink_Template(rf, ctx) {
1733
+ if (rf & 1) {
1734
+ i0__namespace.ɵɵprojectionDef();
1735
+ i0__namespace.ɵɵprojection(0);
1736
+ }
1737
+ }, encapsulation: 2, changeDetection: 0 });
1738
+ exports.AdmiraltySkipLink = __decorate([
1739
+ ProxyCmp({
1740
+ inputs: ['href']
1741
+ })
1742
+ ], exports.AdmiraltySkipLink);
1743
+ (function () {
1744
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltySkipLink, [{
1745
+ type: i0.Component,
1746
+ args: [{
1747
+ selector: 'admiralty-skip-link',
1748
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1749
+ template: '<ng-content></ng-content>',
1750
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1751
+ inputs: ['href'],
1752
+ }]
1753
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1754
+ })();
1755
+ exports.AdmiraltyTab = /** @class */ (function () {
1756
+ function AdmiraltyTab(c, r, z) {
1757
+ this.z = z;
1758
+ c.detach();
1759
+ this.el = r.nativeElement;
1760
+ }
1761
+ return AdmiraltyTab;
1762
+ }());
1763
+ /** @nocollapse */ exports.AdmiraltyTab.ɵfac = function AdmiraltyTab_Factory(t) { return new (t || exports.AdmiraltyTab)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1764
+ /** @nocollapse */ exports.AdmiraltyTab.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTab, selectors: [["admiralty-tab"]], inputs: { label: "label", tabContentId: "tabContentId", tabLabelId: "tabLabelId" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTab_Template(rf, ctx) {
1765
+ if (rf & 1) {
1766
+ i0__namespace.ɵɵprojectionDef();
1767
+ i0__namespace.ɵɵprojection(0);
1768
+ }
1769
+ }, encapsulation: 2, changeDetection: 0 });
1770
+ exports.AdmiraltyTab = __decorate([
1771
+ ProxyCmp({
1772
+ inputs: ['label', 'tabContentId', 'tabLabelId']
1773
+ })
1774
+ ], exports.AdmiraltyTab);
1775
+ (function () {
1776
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTab, [{
1777
+ type: i0.Component,
1778
+ args: [{
1779
+ selector: 'admiralty-tab',
1780
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1781
+ template: '<ng-content></ng-content>',
1782
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1783
+ inputs: ['label', 'tabContentId', 'tabLabelId'],
1784
+ }]
1785
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1786
+ })();
1787
+ exports.AdmiraltyTabGroup = /** @class */ (function () {
1788
+ function AdmiraltyTabGroup(c, r, z) {
1789
+ this.z = z;
1790
+ c.detach();
1791
+ this.el = r.nativeElement;
1792
+ proxyOutputs(this, this.el, ['admiraltyTabSelected']);
1793
+ }
1794
+ return AdmiraltyTabGroup;
1795
+ }());
1796
+ /** @nocollapse */ exports.AdmiraltyTabGroup.ɵfac = function AdmiraltyTabGroup_Factory(t) { return new (t || exports.AdmiraltyTabGroup)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1797
+ /** @nocollapse */ exports.AdmiraltyTabGroup.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTabGroup, selectors: [["admiralty-tab-group"]], inputs: { selectedIndex: "selectedIndex" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTabGroup_Template(rf, ctx) {
1798
+ if (rf & 1) {
1799
+ i0__namespace.ɵɵprojectionDef();
1800
+ i0__namespace.ɵɵprojection(0);
1801
+ }
1802
+ }, encapsulation: 2, changeDetection: 0 });
1803
+ exports.AdmiraltyTabGroup = __decorate([
1804
+ ProxyCmp({
1805
+ inputs: ['selectedIndex']
1806
+ })
1807
+ ], exports.AdmiraltyTabGroup);
1808
+ (function () {
1809
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTabGroup, [{
1810
+ type: i0.Component,
1811
+ args: [{
1812
+ selector: 'admiralty-tab-group',
1813
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1814
+ template: '<ng-content></ng-content>',
1815
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1816
+ inputs: ['selectedIndex'],
1817
+ }]
1818
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1819
+ })();
1820
+ exports.AdmiraltyTable = /** @class */ (function () {
1821
+ function AdmiraltyTable(c, r, z) {
1822
+ this.z = z;
1823
+ c.detach();
1824
+ this.el = r.nativeElement;
1825
+ }
1826
+ return AdmiraltyTable;
1827
+ }());
1828
+ /** @nocollapse */ exports.AdmiraltyTable.ɵfac = function AdmiraltyTable_Factory(t) { return new (t || exports.AdmiraltyTable)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1829
+ /** @nocollapse */ exports.AdmiraltyTable.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTable, selectors: [["admiralty-table"]], inputs: { caption: "caption" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTable_Template(rf, ctx) {
1830
+ if (rf & 1) {
1831
+ i0__namespace.ɵɵprojectionDef();
1832
+ i0__namespace.ɵɵprojection(0);
1833
+ }
1834
+ }, encapsulation: 2, changeDetection: 0 });
1835
+ exports.AdmiraltyTable = __decorate([
1836
+ ProxyCmp({
1837
+ inputs: ['caption']
1838
+ })
1839
+ ], exports.AdmiraltyTable);
1840
+ (function () {
1841
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTable, [{
1842
+ type: i0.Component,
1843
+ args: [{
1844
+ selector: 'admiralty-table',
1845
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1846
+ template: '<ng-content></ng-content>',
1847
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1848
+ inputs: ['caption'],
1849
+ }]
1850
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1851
+ })();
1852
+ exports.AdmiraltyTableBody = /** @class */ (function () {
1853
+ function AdmiraltyTableBody(c, r, z) {
1854
+ this.z = z;
1855
+ c.detach();
1856
+ this.el = r.nativeElement;
1857
+ }
1858
+ return AdmiraltyTableBody;
1859
+ }());
1860
+ /** @nocollapse */ exports.AdmiraltyTableBody.ɵfac = function AdmiraltyTableBody_Factory(t) { return new (t || exports.AdmiraltyTableBody)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1861
+ /** @nocollapse */ exports.AdmiraltyTableBody.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTableBody, selectors: [["admiralty-table-body"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTableBody_Template(rf, ctx) {
1862
+ if (rf & 1) {
1863
+ i0__namespace.ɵɵprojectionDef();
1864
+ i0__namespace.ɵɵprojection(0);
1865
+ }
1866
+ }, encapsulation: 2, changeDetection: 0 });
1867
+ exports.AdmiraltyTableBody = __decorate([
1868
+ ProxyCmp({})
1869
+ ], exports.AdmiraltyTableBody);
1870
+ (function () {
1871
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTableBody, [{
1872
+ type: i0.Component,
1873
+ args: [{
1874
+ selector: 'admiralty-table-body',
1875
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1876
+ template: '<ng-content></ng-content>',
1877
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1878
+ inputs: [],
1879
+ }]
1880
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1881
+ })();
1882
+ exports.AdmiraltyTableCell = /** @class */ (function () {
1883
+ function AdmiraltyTableCell(c, r, z) {
1884
+ this.z = z;
1885
+ c.detach();
1886
+ this.el = r.nativeElement;
1887
+ }
1888
+ return AdmiraltyTableCell;
1889
+ }());
1890
+ /** @nocollapse */ exports.AdmiraltyTableCell.ɵfac = function AdmiraltyTableCell_Factory(t) { return new (t || exports.AdmiraltyTableCell)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1891
+ /** @nocollapse */ exports.AdmiraltyTableCell.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTableCell, selectors: [["admiralty-table-cell"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTableCell_Template(rf, ctx) {
1892
+ if (rf & 1) {
1893
+ i0__namespace.ɵɵprojectionDef();
1894
+ i0__namespace.ɵɵprojection(0);
1895
+ }
1896
+ }, encapsulation: 2, changeDetection: 0 });
1897
+ exports.AdmiraltyTableCell = __decorate([
1898
+ ProxyCmp({})
1899
+ ], exports.AdmiraltyTableCell);
1900
+ (function () {
1901
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTableCell, [{
1902
+ type: i0.Component,
1903
+ args: [{
1904
+ selector: 'admiralty-table-cell',
1905
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1906
+ template: '<ng-content></ng-content>',
1907
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1908
+ inputs: [],
1909
+ }]
1910
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1911
+ })();
1912
+ exports.AdmiraltyTableHeader = /** @class */ (function () {
1913
+ function AdmiraltyTableHeader(c, r, z) {
1914
+ this.z = z;
1915
+ c.detach();
1916
+ this.el = r.nativeElement;
1917
+ }
1918
+ return AdmiraltyTableHeader;
1919
+ }());
1920
+ /** @nocollapse */ exports.AdmiraltyTableHeader.ɵfac = function AdmiraltyTableHeader_Factory(t) { return new (t || exports.AdmiraltyTableHeader)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1921
+ /** @nocollapse */ exports.AdmiraltyTableHeader.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTableHeader, selectors: [["admiralty-table-header"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTableHeader_Template(rf, ctx) {
1922
+ if (rf & 1) {
1923
+ i0__namespace.ɵɵprojectionDef();
1924
+ i0__namespace.ɵɵprojection(0);
1925
+ }
1926
+ }, encapsulation: 2, changeDetection: 0 });
1927
+ exports.AdmiraltyTableHeader = __decorate([
1928
+ ProxyCmp({})
1929
+ ], exports.AdmiraltyTableHeader);
1930
+ (function () {
1931
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTableHeader, [{
1932
+ type: i0.Component,
1933
+ args: [{
1934
+ selector: 'admiralty-table-header',
1935
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1936
+ template: '<ng-content></ng-content>',
1937
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1938
+ inputs: [],
1939
+ }]
1940
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1941
+ })();
1942
+ exports.AdmiraltyTableHeaderCell = /** @class */ (function () {
1943
+ function AdmiraltyTableHeaderCell(c, r, z) {
1944
+ this.z = z;
1945
+ c.detach();
1946
+ this.el = r.nativeElement;
1947
+ }
1948
+ return AdmiraltyTableHeaderCell;
1949
+ }());
1950
+ /** @nocollapse */ exports.AdmiraltyTableHeaderCell.ɵfac = function AdmiraltyTableHeaderCell_Factory(t) { return new (t || exports.AdmiraltyTableHeaderCell)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1951
+ /** @nocollapse */ exports.AdmiraltyTableHeaderCell.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTableHeaderCell, selectors: [["admiralty-table-header-cell"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTableHeaderCell_Template(rf, ctx) {
1952
+ if (rf & 1) {
1953
+ i0__namespace.ɵɵprojectionDef();
1954
+ i0__namespace.ɵɵprojection(0);
1955
+ }
1956
+ }, encapsulation: 2, changeDetection: 0 });
1957
+ exports.AdmiraltyTableHeaderCell = __decorate([
1958
+ ProxyCmp({})
1959
+ ], exports.AdmiraltyTableHeaderCell);
1960
+ (function () {
1961
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTableHeaderCell, [{
1962
+ type: i0.Component,
1963
+ args: [{
1964
+ selector: 'admiralty-table-header-cell',
1965
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1966
+ template: '<ng-content></ng-content>',
1967
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1968
+ inputs: [],
1969
+ }]
1970
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
1971
+ })();
1972
+ exports.AdmiraltyTableRow = /** @class */ (function () {
1973
+ function AdmiraltyTableRow(c, r, z) {
1974
+ this.z = z;
1975
+ c.detach();
1976
+ this.el = r.nativeElement;
1977
+ }
1978
+ return AdmiraltyTableRow;
1979
+ }());
1980
+ /** @nocollapse */ exports.AdmiraltyTableRow.ɵfac = function AdmiraltyTableRow_Factory(t) { return new (t || exports.AdmiraltyTableRow)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
1981
+ /** @nocollapse */ exports.AdmiraltyTableRow.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTableRow, selectors: [["admiralty-table-row"]], ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTableRow_Template(rf, ctx) {
1982
+ if (rf & 1) {
1983
+ i0__namespace.ɵɵprojectionDef();
1984
+ i0__namespace.ɵɵprojection(0);
1985
+ }
1986
+ }, encapsulation: 2, changeDetection: 0 });
1987
+ exports.AdmiraltyTableRow = __decorate([
1988
+ ProxyCmp({})
1989
+ ], exports.AdmiraltyTableRow);
1990
+ (function () {
1991
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTableRow, [{
1992
+ type: i0.Component,
1993
+ args: [{
1994
+ selector: 'admiralty-table-row',
1995
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
1996
+ template: '<ng-content></ng-content>',
1997
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1998
+ inputs: [],
1999
+ }]
2000
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
2001
+ })();
2002
+ exports.AdmiraltyTextarea = /** @class */ (function () {
2003
+ function AdmiraltyTextarea(c, r, z) {
2004
+ this.z = z;
2005
+ c.detach();
2006
+ this.el = r.nativeElement;
2007
+ proxyOutputs(this, this.el, ['textareaBlur', 'admiraltyInput']);
2008
+ }
2009
+ return AdmiraltyTextarea;
2010
+ }());
2011
+ /** @nocollapse */ exports.AdmiraltyTextarea.ɵfac = function AdmiraltyTextarea_Factory(t) { return new (t || exports.AdmiraltyTextarea)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
2012
+ /** @nocollapse */ exports.AdmiraltyTextarea.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTextarea, selectors: [["admiralty-textarea"]], inputs: { disabled: "disabled", hint: "hint", invalid: "invalid", invalidMessage: "invalidMessage", label: "label", value: "value", width: "width" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTextarea_Template(rf, ctx) {
2013
+ if (rf & 1) {
2014
+ i0__namespace.ɵɵprojectionDef();
2015
+ i0__namespace.ɵɵprojection(0);
2016
+ }
2017
+ }, encapsulation: 2, changeDetection: 0 });
2018
+ exports.AdmiraltyTextarea = __decorate([
2019
+ ProxyCmp({
2020
+ inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width']
2021
+ })
2022
+ ], exports.AdmiraltyTextarea);
2023
+ (function () {
2024
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTextarea, [{
2025
+ type: i0.Component,
2026
+ args: [{
2027
+ selector: 'admiralty-textarea',
2028
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
2029
+ template: '<ng-content></ng-content>',
2030
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2031
+ inputs: ['disabled', 'hint', 'invalid', 'invalidMessage', 'label', 'value', 'width'],
2032
+ }]
2033
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
2034
+ })();
2035
+ exports.AdmiraltyTypeAhead = /** @class */ (function () {
2036
+ function AdmiraltyTypeAhead(c, r, z) {
2037
+ this.z = z;
2038
+ c.detach();
2039
+ this.el = r.nativeElement;
2040
+ proxyOutputs(this, this.el, ['selectionChanged', 'valueChanged']);
2041
+ }
2042
+ return AdmiraltyTypeAhead;
2043
+ }());
2044
+ /** @nocollapse */ exports.AdmiraltyTypeAhead.ɵfac = function AdmiraltyTypeAhead_Factory(t) { return new (t || exports.AdmiraltyTypeAhead)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
2045
+ /** @nocollapse */ exports.AdmiraltyTypeAhead.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTypeAhead, selectors: [["admiralty-type-ahead"]], inputs: { hint: "hint", label: "label", placeholder: "placeholder", resultsOnInitFocus: "resultsOnInitFocus", value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTypeAhead_Template(rf, ctx) {
2046
+ if (rf & 1) {
2047
+ i0__namespace.ɵɵprojectionDef();
2048
+ i0__namespace.ɵɵprojection(0);
2049
+ }
2050
+ }, encapsulation: 2, changeDetection: 0 });
2051
+ exports.AdmiraltyTypeAhead = __decorate([
2052
+ ProxyCmp({
2053
+ inputs: ['hint', 'label', 'placeholder', 'resultsOnInitFocus', 'value']
2054
+ })
2055
+ ], exports.AdmiraltyTypeAhead);
2056
+ (function () {
2057
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTypeAhead, [{
2058
+ type: i0.Component,
2059
+ args: [{
2060
+ selector: 'admiralty-type-ahead',
2061
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
2062
+ template: '<ng-content></ng-content>',
2063
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2064
+ inputs: ['hint', 'label', 'placeholder', 'resultsOnInitFocus', 'value'],
2065
+ }]
2066
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
2067
+ })();
2068
+ exports.AdmiraltyTypeAheadItem = /** @class */ (function () {
2069
+ function AdmiraltyTypeAheadItem(c, r, z) {
2070
+ this.z = z;
2071
+ c.detach();
2072
+ this.el = r.nativeElement;
2073
+ }
2074
+ return AdmiraltyTypeAheadItem;
2075
+ }());
2076
+ /** @nocollapse */ exports.AdmiraltyTypeAheadItem.ɵfac = function AdmiraltyTypeAheadItem_Factory(t) { return new (t || exports.AdmiraltyTypeAheadItem)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone)); };
2077
+ /** @nocollapse */ exports.AdmiraltyTypeAheadItem.ɵcmp = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineComponent({ type: exports.AdmiraltyTypeAheadItem, selectors: [["admiralty-type-ahead-item"]], inputs: { value: "value" }, ngContentSelectors: _c0, decls: 1, vars: 0, template: function AdmiraltyTypeAheadItem_Template(rf, ctx) {
2078
+ if (rf & 1) {
2079
+ i0__namespace.ɵɵprojectionDef();
2080
+ i0__namespace.ɵɵprojection(0);
2081
+ }
2082
+ }, encapsulation: 2, changeDetection: 0 });
2083
+ exports.AdmiraltyTypeAheadItem = __decorate([
2084
+ ProxyCmp({
2085
+ inputs: ['value']
2086
+ })
2087
+ ], exports.AdmiraltyTypeAheadItem);
2088
+ (function () {
2089
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(exports.AdmiraltyTypeAheadItem, [{
2090
+ type: i0.Component,
2091
+ args: [{
2092
+ selector: 'admiralty-type-ahead-item',
2093
+ changeDetection: i0.ChangeDetectionStrategy.OnPush,
2094
+ template: '<ng-content></ng-content>',
2095
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2096
+ inputs: ['value'],
2097
+ }]
2098
+ }], function () { return [{ type: i0__namespace.ChangeDetectorRef }, { type: i0__namespace.ElementRef }, { type: i0__namespace.NgZone }]; }, null);
2099
+ })();
2100
+
2101
+ var DIRECTIVES = [
2102
+ exports.AdmiraltyAutocomplete,
2103
+ exports.AdmiraltyAutocompleteOption,
2104
+ exports.AdmiraltyBreadcrumb,
2105
+ exports.AdmiraltyBreadcrumbs,
2106
+ exports.AdmiraltyButton,
2107
+ exports.AdmiraltyCard,
2108
+ exports.AdmiraltyCheckbox,
2109
+ exports.AdmiraltyColourBlock,
2110
+ exports.AdmiraltyDialogue,
2111
+ exports.AdmiraltyExpansion,
2112
+ exports.AdmiraltyFileInput,
2113
+ exports.AdmiraltyFilter,
2114
+ exports.AdmiraltyFilterGroup,
2115
+ exports.AdmiraltyFooter,
2116
+ exports.AdmiraltyHeader,
2117
+ exports.AdmiraltyHeaderMenuItem,
2118
+ exports.AdmiraltyHeaderMenuLink,
2119
+ exports.AdmiraltyHeaderProfile,
2120
+ exports.AdmiraltyHeaderSubMenuItem,
2121
+ exports.AdmiraltyHint,
2122
+ exports.AdmiraltyHr,
2123
+ exports.AdmiraltyIcon,
2124
+ exports.AdmiraltyInput,
2125
+ exports.AdmiraltyInputInvalid,
2126
+ exports.AdmiraltyLabel,
2127
+ exports.AdmiraltyLink,
2128
+ exports.AdmiraltyModalDialog,
2129
+ exports.AdmiraltyPaginator,
2130
+ exports.AdmiraltyPhaseBanner,
2131
+ exports.AdmiraltyProgressBar,
2132
+ exports.AdmiraltyRadio,
2133
+ exports.AdmiraltyRadioGroup,
2134
+ exports.AdmiraltyReadMore,
2135
+ exports.AdmiraltySelect,
2136
+ exports.AdmiraltySideNav,
2137
+ exports.AdmiraltySideNavItem,
2138
+ exports.AdmiraltySkipLink,
2139
+ exports.AdmiraltyTab,
2140
+ exports.AdmiraltyTabGroup,
2141
+ exports.AdmiraltyTable,
2142
+ exports.AdmiraltyTableBody,
2143
+ exports.AdmiraltyTableCell,
2144
+ exports.AdmiraltyTableHeader,
2145
+ exports.AdmiraltyTableHeaderCell,
2146
+ exports.AdmiraltyTableRow,
2147
+ exports.AdmiraltyTextarea,
2148
+ exports.AdmiraltyTypeAhead,
2149
+ exports.AdmiraltyTypeAheadItem
2150
+ ];
2151
+
2152
+ var ValueAccessor = /** @class */ (function () {
2153
+ function ValueAccessor(el) {
2154
+ this.el = el;
2155
+ this.onChange = function () { };
2156
+ this.onTouched = function () { };
2157
+ }
2158
+ ValueAccessor.prototype.writeValue = function (value) {
2159
+ this.el.nativeElement.value = this.lastValue = value == null ? '' : value;
2160
+ };
2161
+ ValueAccessor.prototype.handleChangeEvent = function (value) {
2162
+ if (value !== this.lastValue) {
2163
+ this.lastValue = value;
2164
+ this.onChange(value);
2165
+ }
2166
+ };
2167
+ ValueAccessor.prototype._handleBlurEvent = function () {
2168
+ this.onTouched();
2169
+ };
2170
+ ValueAccessor.prototype.registerOnChange = function (fn) {
2171
+ this.onChange = fn;
2172
+ };
2173
+ ValueAccessor.prototype.registerOnTouched = function (fn) {
2174
+ this.onTouched = fn;
2175
+ };
2176
+ ValueAccessor.prototype.setDisabledState = function (isDisabled) {
2177
+ this.el.nativeElement.disabled = isDisabled;
2178
+ };
2179
+ return ValueAccessor;
2180
+ }());
2181
+ /** @nocollapse */ ValueAccessor.ɵfac = function ValueAccessor_Factory(t) { return new (t || ValueAccessor)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); };
2182
+ /** @nocollapse */ ValueAccessor.ɵdir = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineDirective({ type: ValueAccessor, hostBindings: function ValueAccessor_HostBindings(rf, ctx) {
2183
+ if (rf & 1) {
2184
+ i0__namespace.ɵɵlistener("focusout", function ValueAccessor_focusout_HostBindingHandler() { return ctx._handleBlurEvent(); });
2185
+ }
2186
+ } });
2187
+ (function () {
2188
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ValueAccessor, [{
2189
+ type: i0.Directive,
2190
+ args: [{}]
2191
+ }], function () { return [{ type: i0__namespace.ElementRef }]; }, { _handleBlurEvent: [{
2192
+ type: i0.HostListener,
2193
+ args: ['focusout']
2194
+ }] });
2195
+ })();
2196
+
2197
+ var TextValueAccessor = /** @class */ (function (_super) {
2198
+ __extends(TextValueAccessor, _super);
2199
+ function TextValueAccessor(el) {
2200
+ return _super.call(this, el) || this;
2201
+ }
2202
+ return TextValueAccessor;
2203
+ }(ValueAccessor));
2204
+ /** @nocollapse */ TextValueAccessor.ɵfac = function TextValueAccessor_Factory(t) { return new (t || TextValueAccessor)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); };
2205
+ /** @nocollapse */ TextValueAccessor.ɵdir = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineDirective({ type: TextValueAccessor, selectors: [["admiralty-input", 3, "type", "number"], ["admiralty-textarea"]], hostBindings: function TextValueAccessor_HostBindings(rf, ctx) {
2206
+ if (rf & 1) {
2207
+ i0__namespace.ɵɵlistener("admiraltyInput", function TextValueAccessor_admiraltyInput_HostBindingHandler($event) { return ctx.handleChangeEvent($event.target.value); });
2208
+ }
2209
+ }, features: [i0__namespace.ɵɵProvidersFeature([
2210
+ {
2211
+ provide: forms.NG_VALUE_ACCESSOR,
2212
+ useExisting: TextValueAccessor,
2213
+ multi: true
2214
+ }
2215
+ ]), i0__namespace.ɵɵInheritDefinitionFeature] });
2216
+ (function () {
2217
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TextValueAccessor, [{
2218
+ type: i0.Directive,
2219
+ args: [{
2220
+ /* tslint:disable-next-line:directive-selector */
2221
+ selector: 'admiralty-input:not([type=number]), admiralty-textarea',
2222
+ host: {
2223
+ '(admiraltyInput)': 'handleChangeEvent($event.target.value)'
2224
+ },
2225
+ providers: [
2226
+ {
2227
+ provide: forms.NG_VALUE_ACCESSOR,
2228
+ useExisting: TextValueAccessor,
2229
+ multi: true
2230
+ }
2231
+ ]
2232
+ }]
2233
+ }], function () { return [{ type: i0__namespace.ElementRef }]; }, null);
2234
+ })();
2235
+
2236
+ var BooleanValueAccessor = /** @class */ (function (_super) {
2237
+ __extends(BooleanValueAccessor, _super);
2238
+ function BooleanValueAccessor(el) {
2239
+ return _super.call(this, el) || this;
2240
+ }
2241
+ BooleanValueAccessor.prototype.writeValue = function (value) {
2242
+ this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
2243
+ };
2244
+ return BooleanValueAccessor;
2245
+ }(ValueAccessor));
2246
+ /** @nocollapse */ BooleanValueAccessor.ɵfac = function BooleanValueAccessor_Factory(t) { return new (t || BooleanValueAccessor)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); };
2247
+ /** @nocollapse */ BooleanValueAccessor.ɵdir = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineDirective({ type: BooleanValueAccessor, selectors: [["admiralty-checkbox"]], hostBindings: function BooleanValueAccessor_HostBindings(rf, ctx) {
2248
+ if (rf & 1) {
2249
+ i0__namespace.ɵɵlistener("admiraltyChange", function BooleanValueAccessor_admiraltyChange_HostBindingHandler($event) { return ctx.handleChangeEvent($event.target.checked); });
2250
+ }
2251
+ }, features: [i0__namespace.ɵɵProvidersFeature([
2252
+ {
2253
+ provide: forms.NG_VALUE_ACCESSOR,
2254
+ useExisting: BooleanValueAccessor,
2255
+ multi: true
2256
+ }
2257
+ ]), i0__namespace.ɵɵInheritDefinitionFeature] });
2258
+ (function () {
2259
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BooleanValueAccessor, [{
2260
+ type: i0.Directive,
2261
+ args: [{
2262
+ /* tslint:disable-next-line:directive-selector */
2263
+ selector: 'admiralty-checkbox',
2264
+ host: {
2265
+ '(admiraltyChange)': 'handleChangeEvent($event.target.checked)'
2266
+ },
2267
+ providers: [
2268
+ {
2269
+ provide: forms.NG_VALUE_ACCESSOR,
2270
+ useExisting: BooleanValueAccessor,
2271
+ multi: true
2272
+ }
2273
+ ]
2274
+ }]
2275
+ }], function () { return [{ type: i0__namespace.ElementRef }]; }, null);
2276
+ })();
2277
+
2278
+ var NumericValueAccessor = /** @class */ (function (_super) {
2279
+ __extends(NumericValueAccessor, _super);
2280
+ function NumericValueAccessor(el) {
2281
+ return _super.call(this, el) || this;
2282
+ }
2283
+ NumericValueAccessor.prototype.registerOnChange = function (fn) {
2284
+ _super.prototype.registerOnChange.call(this, function (value) {
2285
+ fn(value === '' ? null : parseFloat(value));
2286
+ });
2287
+ };
2288
+ return NumericValueAccessor;
2289
+ }(ValueAccessor));
2290
+ /** @nocollapse */ NumericValueAccessor.ɵfac = function NumericValueAccessor_Factory(t) { return new (t || NumericValueAccessor)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); };
2291
+ /** @nocollapse */ NumericValueAccessor.ɵdir = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineDirective({ type: NumericValueAccessor, selectors: [["admiralty-input", "type", "number"]], hostBindings: function NumericValueAccessor_HostBindings(rf, ctx) {
2292
+ if (rf & 1) {
2293
+ i0__namespace.ɵɵlistener("admiraltyInput", function NumericValueAccessor_admiraltyInput_HostBindingHandler($event) { return ctx.handleChangeEvent($event.target.value); });
2294
+ }
2295
+ }, features: [i0__namespace.ɵɵProvidersFeature([
2296
+ {
2297
+ provide: forms.NG_VALUE_ACCESSOR,
2298
+ useExisting: NumericValueAccessor,
2299
+ multi: true
2300
+ }
2301
+ ]), i0__namespace.ɵɵInheritDefinitionFeature] });
2302
+ (function () {
2303
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NumericValueAccessor, [{
2304
+ type: i0.Directive,
2305
+ args: [{
2306
+ /* tslint:disable-next-line:directive-selector */
2307
+ selector: 'admiralty-input[type=number]',
2308
+ host: {
2309
+ '(admiraltyInput)': 'handleChangeEvent($event.target.value)'
2310
+ },
2311
+ providers: [
2312
+ {
2313
+ provide: forms.NG_VALUE_ACCESSOR,
2314
+ useExisting: NumericValueAccessor,
2315
+ multi: true
2316
+ }
2317
+ ]
2318
+ }]
2319
+ }], function () { return [{ type: i0__namespace.ElementRef }]; }, null);
2320
+ })();
2321
+
2322
+ var RadioValueAccessor = /** @class */ (function (_super) {
2323
+ __extends(RadioValueAccessor, _super);
2324
+ function RadioValueAccessor(el) {
2325
+ return _super.call(this, el) || this;
2326
+ }
2327
+ return RadioValueAccessor;
2328
+ }(ValueAccessor));
2329
+ /** @nocollapse */ RadioValueAccessor.ɵfac = function RadioValueAccessor_Factory(t) { return new (t || RadioValueAccessor)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); };
2330
+ /** @nocollapse */ RadioValueAccessor.ɵdir = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineDirective({ type: RadioValueAccessor, selectors: [["admiralty-radio"]], hostBindings: function RadioValueAccessor_HostBindings(rf, ctx) {
2331
+ if (rf & 1) {
2332
+ i0__namespace.ɵɵlistener("admiraltyRadioChange", function RadioValueAccessor_admiraltyRadioChange_HostBindingHandler($event) { return ctx.handleChangeEvent($event.target.value); });
2333
+ }
2334
+ }, features: [i0__namespace.ɵɵProvidersFeature([
2335
+ {
2336
+ provide: forms.NG_VALUE_ACCESSOR,
2337
+ useExisting: RadioValueAccessor,
2338
+ multi: true
2339
+ }
2340
+ ]), i0__namespace.ɵɵInheritDefinitionFeature] });
2341
+ (function () {
2342
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(RadioValueAccessor, [{
2343
+ type: i0.Directive,
2344
+ args: [{
2345
+ /* tslint:disable-next-line:directive-selector */
2346
+ selector: 'admiralty-radio',
2347
+ host: {
2348
+ '(admiraltyRadioChange)': 'handleChangeEvent($event.target.value)'
2349
+ },
2350
+ providers: [
2351
+ {
2352
+ provide: forms.NG_VALUE_ACCESSOR,
2353
+ useExisting: RadioValueAccessor,
2354
+ multi: true
2355
+ }
2356
+ ]
2357
+ }]
2358
+ }], function () { return [{ type: i0__namespace.ElementRef }]; }, null);
2359
+ })();
2360
+
2361
+ var SelectValueAccessor = /** @class */ (function (_super) {
2362
+ __extends(SelectValueAccessor, _super);
2363
+ function SelectValueAccessor(el) {
2364
+ return _super.call(this, el) || this;
2365
+ }
2366
+ return SelectValueAccessor;
2367
+ }(ValueAccessor));
2368
+ /** @nocollapse */ SelectValueAccessor.ɵfac = function SelectValueAccessor_Factory(t) { return new (t || SelectValueAccessor)(i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef)); };
2369
+ /** @nocollapse */ SelectValueAccessor.ɵdir = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineDirective({ type: SelectValueAccessor, selectors: [["admiralty-select"], ["admiralty-radio-group"], ["admiralty-autocomplete"]], hostBindings: function SelectValueAccessor_HostBindings(rf, ctx) {
2370
+ if (rf & 1) {
2371
+ i0__namespace.ɵɵlistener("admiraltyChange", function SelectValueAccessor_admiraltyChange_HostBindingHandler($event) { return ctx.handleChangeEvent($event.target.value); });
2372
+ }
2373
+ }, features: [i0__namespace.ɵɵProvidersFeature([
2374
+ {
2375
+ provide: forms.NG_VALUE_ACCESSOR,
2376
+ useExisting: SelectValueAccessor,
2377
+ multi: true
2378
+ }
2379
+ ]), i0__namespace.ɵɵInheritDefinitionFeature] });
2380
+ (function () {
2381
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SelectValueAccessor, [{
2382
+ type: i0.Directive,
2383
+ args: [{
2384
+ /* tslint:disable-next-line:directive-selector */
2385
+ selector: 'admiralty-select, admiralty-radio-group, admiralty-autocomplete',
2386
+ host: {
2387
+ '(admiraltyChange)': 'handleChangeEvent($event.target.value)'
2388
+ },
2389
+ providers: [
2390
+ {
2391
+ provide: forms.NG_VALUE_ACCESSOR,
2392
+ useExisting: SelectValueAccessor,
2393
+ multi: true
2394
+ }
2395
+ ]
2396
+ }]
2397
+ }], function () { return [{ type: i0__namespace.ElementRef }]; }, null);
2398
+ })();
2399
+
2400
+ var DesignSystemModule = /** @class */ (function () {
2401
+ function DesignSystemModule() {
2402
+ }
2403
+ DesignSystemModule.forRoot = function () {
2404
+ return {
2405
+ ngModule: DesignSystemModule,
2406
+ providers: [
2407
+ {
2408
+ provide: i0.APP_INITIALIZER,
2409
+ useFactory: appInitialise,
2410
+ multi: true,
2411
+ },
2412
+ ],
2413
+ };
2414
+ };
2415
+ return DesignSystemModule;
2416
+ }());
2417
+ /** @nocollapse */ DesignSystemModule.ɵfac = function DesignSystemModule_Factory(t) { return new (t || DesignSystemModule)(); };
2418
+ /** @nocollapse */ DesignSystemModule.ɵmod = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineNgModule({ type: DesignSystemModule });
2419
+ /** @nocollapse */ DesignSystemModule.ɵinj = /** @pureOrBreakMyCode */ i0__namespace.ɵɵdefineInjector({ imports: [[common.CommonModule]] });
2420
+ (function () {
2421
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DesignSystemModule, [{
2422
+ type: i0.NgModule,
2423
+ args: [{
2424
+ declarations: __spreadArray(__spreadArray([], __read(DIRECTIVES)), [
2425
+ TextValueAccessor,
2426
+ BooleanValueAccessor,
2427
+ NumericValueAccessor,
2428
+ RadioValueAccessor,
2429
+ SelectValueAccessor,
2430
+ ]),
2431
+ imports: [common.CommonModule],
2432
+ exports: __spreadArray(__spreadArray([], __read(DIRECTIVES)), [
2433
+ TextValueAccessor,
2434
+ BooleanValueAccessor,
2435
+ NumericValueAccessor,
2436
+ RadioValueAccessor,
2437
+ SelectValueAccessor,
2438
+ ]),
2439
+ }]
2440
+ }], null, null);
2441
+ })();
2442
+ (function () {
2443
+ (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(DesignSystemModule, { declarations: [exports.AdmiraltyAutocomplete, exports.AdmiraltyAutocompleteOption, exports.AdmiraltyBreadcrumb, exports.AdmiraltyBreadcrumbs, exports.AdmiraltyButton, exports.AdmiraltyCard, exports.AdmiraltyCheckbox, exports.AdmiraltyColourBlock, exports.AdmiraltyDialogue, exports.AdmiraltyExpansion, exports.AdmiraltyFileInput, exports.AdmiraltyFilter, exports.AdmiraltyFilterGroup, exports.AdmiraltyFooter, exports.AdmiraltyHeader, exports.AdmiraltyHeaderMenuItem, exports.AdmiraltyHeaderMenuLink, exports.AdmiraltyHeaderProfile, exports.AdmiraltyHeaderSubMenuItem, exports.AdmiraltyHint, exports.AdmiraltyHr, exports.AdmiraltyIcon, exports.AdmiraltyInput, exports.AdmiraltyInputInvalid, exports.AdmiraltyLabel, exports.AdmiraltyLink, exports.AdmiraltyModalDialog, exports.AdmiraltyPaginator, exports.AdmiraltyPhaseBanner, exports.AdmiraltyProgressBar, exports.AdmiraltyRadio, exports.AdmiraltyRadioGroup, exports.AdmiraltyReadMore, exports.AdmiraltySelect, exports.AdmiraltySideNav, exports.AdmiraltySideNavItem, exports.AdmiraltySkipLink, exports.AdmiraltyTab, exports.AdmiraltyTabGroup, exports.AdmiraltyTable, exports.AdmiraltyTableBody, exports.AdmiraltyTableCell, exports.AdmiraltyTableHeader, exports.AdmiraltyTableHeaderCell, exports.AdmiraltyTableRow, exports.AdmiraltyTextarea, exports.AdmiraltyTypeAhead, exports.AdmiraltyTypeAheadItem, TextValueAccessor,
2444
+ BooleanValueAccessor,
2445
+ NumericValueAccessor,
2446
+ RadioValueAccessor,
2447
+ SelectValueAccessor], imports: [common.CommonModule], exports: [exports.AdmiraltyAutocomplete, exports.AdmiraltyAutocompleteOption, exports.AdmiraltyBreadcrumb, exports.AdmiraltyBreadcrumbs, exports.AdmiraltyButton, exports.AdmiraltyCard, exports.AdmiraltyCheckbox, exports.AdmiraltyColourBlock, exports.AdmiraltyDialogue, exports.AdmiraltyExpansion, exports.AdmiraltyFileInput, exports.AdmiraltyFilter, exports.AdmiraltyFilterGroup, exports.AdmiraltyFooter, exports.AdmiraltyHeader, exports.AdmiraltyHeaderMenuItem, exports.AdmiraltyHeaderMenuLink, exports.AdmiraltyHeaderProfile, exports.AdmiraltyHeaderSubMenuItem, exports.AdmiraltyHint, exports.AdmiraltyHr, exports.AdmiraltyIcon, exports.AdmiraltyInput, exports.AdmiraltyInputInvalid, exports.AdmiraltyLabel, exports.AdmiraltyLink, exports.AdmiraltyModalDialog, exports.AdmiraltyPaginator, exports.AdmiraltyPhaseBanner, exports.AdmiraltyProgressBar, exports.AdmiraltyRadio, exports.AdmiraltyRadioGroup, exports.AdmiraltyReadMore, exports.AdmiraltySelect, exports.AdmiraltySideNav, exports.AdmiraltySideNavItem, exports.AdmiraltySkipLink, exports.AdmiraltyTab, exports.AdmiraltyTabGroup, exports.AdmiraltyTable, exports.AdmiraltyTableBody, exports.AdmiraltyTableCell, exports.AdmiraltyTableHeader, exports.AdmiraltyTableHeaderCell, exports.AdmiraltyTableRow, exports.AdmiraltyTextarea, exports.AdmiraltyTypeAhead, exports.AdmiraltyTypeAheadItem, TextValueAccessor,
2448
+ BooleanValueAccessor,
2449
+ NumericValueAccessor,
2450
+ RadioValueAccessor,
2451
+ SelectValueAccessor] });
2452
+ })();
2453
+
2454
+ /*
2455
+ * Public API Surface of component-library
2456
+ */
2457
+
2458
+ /**
2459
+ * Generated bundle index. Do not edit.
2460
+ */
2461
+
2462
+ exports.BooleanValueAccessor = BooleanValueAccessor;
2463
+ exports.DIRECTIVES = DIRECTIVES;
2464
+ exports.DesignSystemModule = DesignSystemModule;
2465
+ exports.NumericValueAccessor = NumericValueAccessor;
2466
+ exports.RadioValueAccessor = RadioValueAccessor;
2467
+ exports.SelectValueAccessor = SelectValueAccessor;
2468
+ exports.TextValueAccessor = TextValueAccessor;
2469
+
2470
+ Object.defineProperty(exports, '__esModule', { value: true });
2471
+
2472
+ }));
2473
+ //# sourceMappingURL=ukho-admiralty-angular.umd.js.map