-
Notifications
You must be signed in to change notification settings - Fork 0
/
default-src_app_user_encyclopedia_tome_component_ts-es2015.js
637 lines (618 loc) · 55 KB
/
default-src_app_user_encyclopedia_tome_component_ts-es2015.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
"use strict";
(self["webpackChunkmage"] = self["webpackChunkmage"] || []).push([["default-src_app_user_encyclopedia_tome_component_ts"],{
/***/ 94648:
/*!*****************************************************!*\
!*** ./src/app/user/encyclopedia/tome.component.ts ***!
\*****************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "TomeComponent": function() { return /* binding */ TomeComponent; }
/* harmony export */ });
/* harmony import */ var _angular_material_dialog__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/material/dialog */ 22213);
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/core */ 2316);
/* harmony import */ var _angular_material_list__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @angular/material/list */ 28417);
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @angular/common */ 54364);
/* harmony import */ var _angular_flex_layout_extended__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @angular/flex-layout/extended */ 89460);
/* harmony import */ var _angular_material_badge__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @angular/material/badge */ 90330);
/* harmony import */ var _angular_material_core__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @angular/material/core */ 32220);
/* harmony import */ var _angular_material_chips__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @angular/material/chips */ 79243);
/* harmony import */ var _angular_material_button__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! @angular/material/button */ 70781);
/* harmony import */ var _ngx_translate_core__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! @ngx-translate/core */ 70325);
/* harmony import */ var _pipes_legendary_pipe__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../pipes/legendary.pipe */ 79690);
/* harmony import */ var _pipes_icon_pipe__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../pipes/icon.pipe */ 38262);
/* harmony import */ var _pipes_long_pipe__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../pipes/long.pipe */ 16757);
function TomeComponent_div_19_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](0, "div", 19);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](1, "icon");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](2, "translate");
} if (rf & 2) {
const ctx_r0 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("innerHTML", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](1, 1, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](2, 4, ctx_r0.tome.description), ctx_r0.tome), _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeHtml"]);
} }
function TomeComponent_div_20_img_1_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](0, "img", 23);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](1, "translate");
} if (rf & 2) {
const family_r15 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("title", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](1, 2, family_r15.name))("src", family_r15.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
} }
function TomeComponent_div_20_img_2_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](0, "img", 23);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](1, "translate");
} if (rf & 2) {
const skill_r16 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("title", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](1, 2, skill_r16.name))("src", skill_r16.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
} }
function TomeComponent_div_20_img_3_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](0, "img", 23);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](1, "translate");
} if (rf & 2) {
const category_r17 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("title", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](1, 2, category_r17.name))("src", category_r17.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
} }
function TomeComponent_div_20_img_4_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](0, "img", 24);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](1, "translate");
} if (rf & 2) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("title", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](1, 1, "category.legendary.name"));
} }
function TomeComponent_div_20_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 20);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](1, TomeComponent_div_20_img_1_Template, 2, 4, "img", 21);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](2, TomeComponent_div_20_img_2_Template, 2, 4, "img", 21);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](3, TomeComponent_div_20_img_3_Template, 2, 4, "img", 21);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](4, TomeComponent_div_20_img_4_Template, 2, 3, "img", 22);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r1 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngForOf", ctx_r1.tome.families);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngForOf", ctx_r1.tome.skills);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngForOf", ctx_r1.tome.categories);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r1.tome.legendary);
} }
function TomeComponent_div_21_img_1_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](0, "img", 26);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](1, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](2, "translate");
} if (rf & 2) {
const category_r19 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("title", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](1, 2, "category.resistance.name") + _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](2, 4, category_r19.name))("src", category_r19.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
} }
function TomeComponent_div_21_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 20);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](1, TomeComponent_div_21_img_1_Template, 3, 6, "img", 25);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r2 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngForOf", ctx_r2.tome.resistances);
} }
function TomeComponent_div_22_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 27);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 28);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r3 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("src", ctx_r3.tome.join.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
} }
function TomeComponent_mat_chip_32_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 13);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r4 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 1, "type." + ctx_r4.tome.subtype + ".name"));
} }
function TomeComponent_mat_chip_33_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 29);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 30);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 1, "category.legendary.name"));
} }
const _c0 = function (a0) { return { number: a0 }; };
function TomeComponent_div_34_mat_chip_5_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 31);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r20 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.attack", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r20.tome.attack))));
} }
function TomeComponent_div_34_mat_chip_6_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 32);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r21 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.defense", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r21.tome.defense))));
} }
function TomeComponent_div_34_mat_chip_7_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 33);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r22 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.health", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r22.tome.health))));
} }
function TomeComponent_div_34_mat_chip_8_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 34);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r23 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.initiative", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r23.tome.initiative))));
} }
function TomeComponent_div_34_mat_chip_9_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 35);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r24 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.power", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r24.tome.power))));
} }
function TomeComponent_div_34_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](1, "div", 3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](4, "mat-chip-list");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](5, TomeComponent_div_34_mat_chip_5_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](6, TomeComponent_div_34_mat_chip_6_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](7, TomeComponent_div_34_mat_chip_7_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](8, TomeComponent_div_34_mat_chip_8_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](9, TomeComponent_div_34_mat_chip_9_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r6 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate1"]("", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 6, "user.tome.statistics"), ":");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r6.tome.attack > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r6.tome.defense > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r6.tome.health > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r6.tome.initiative > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r6.tome.power > 0);
} }
function TomeComponent_div_35_mat_chip_5_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 36);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r25 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.goldCost", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r25.tome.goldCost))));
} }
function TomeComponent_div_35_mat_chip_6_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 37);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r26 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.manaCost", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r26.tome.manaCost))));
} }
function TomeComponent_div_35_mat_chip_7_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 38);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r27 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.populationCost", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r27.tome.populationCost))));
} }
function TomeComponent_div_35_mat_chip_8_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 39);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r28 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.turnResearch", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r28.tome.turnResearch))));
} }
function TomeComponent_div_35_mat_chip_9_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 39);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r29 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.turnCost", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r29.tome.turnCost))));
} }
function TomeComponent_div_35_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](1, "div", 3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](4, "mat-chip-list");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](5, TomeComponent_div_35_mat_chip_5_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](6, TomeComponent_div_35_mat_chip_6_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](7, TomeComponent_div_35_mat_chip_7_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](8, TomeComponent_div_35_mat_chip_8_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](9, TomeComponent_div_35_mat_chip_9_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r7 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate1"]("", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 6, "user.tome.costs"), ":");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r7.tome.goldCost > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r7.tome.manaCost > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r7.tome.populationCost > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r7.tome.turnResearch > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r7.tome.turnCost > 0);
} }
function TomeComponent_div_36_mat_chip_5_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 36);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r30 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.goldProduction", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r30.tome.goldProduction))));
} }
function TomeComponent_div_36_mat_chip_6_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 37);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r31 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.manaProduction", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r31.tome.manaProduction))));
} }
function TomeComponent_div_36_mat_chip_7_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 38);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r32 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.populationProduction", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r32.tome.populationProduction))));
} }
function TomeComponent_div_36_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](1, "div", 3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](4, "mat-chip-list");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](5, TomeComponent_div_36_mat_chip_5_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](6, TomeComponent_div_36_mat_chip_6_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](7, TomeComponent_div_36_mat_chip_7_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r8 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate1"]("", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 4, "user.tome.production"), ":");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r8.tome.goldProduction > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r8.tome.manaProduction > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r8.tome.populationProduction > 0);
} }
function TomeComponent_div_37_mat_chip_5_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 36);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r33 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.goldMaintenance", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r33.tome.goldMaintenance))));
} }
function TomeComponent_div_37_mat_chip_6_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 37);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r34 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.manaMaintenance", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r34.tome.manaMaintenance))));
} }
function TomeComponent_div_37_mat_chip_7_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 38);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "long");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r35 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind2"](3, 1, "user.tome.populationMaintenance", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction1"](6, _c0, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, ctx_r35.tome.populationMaintenance))));
} }
function TomeComponent_div_37_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](1, "div", 3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](4, "mat-chip-list");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](5, TomeComponent_div_37_mat_chip_5_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](6, TomeComponent_div_37_mat_chip_6_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](7, TomeComponent_div_37_mat_chip_7_Template, 5, 8, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r9 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate1"]("", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 4, "user.tome.maintenances"), ":");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r9.tome.goldMaintenance > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r9.tome.manaMaintenance > 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx_r9.tome.populationMaintenance > 0);
} }
function TomeComponent_div_38_mat_chip_5_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 41);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const family_r40 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("src", family_r40.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 2, family_r40.name));
} }
function TomeComponent_div_38_mat_chip_6_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 41);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const skill_r41 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("src", skill_r41.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 2, skill_r41.name));
} }
function TomeComponent_div_38_mat_chip_7_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 41);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const category_r42 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("src", category_r42.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 2, category_r42.name));
} }
function TomeComponent_div_38_mat_chip_8_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](1, "img", 42);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](4, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const category_r43 = ctx.$implicit;
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("src", category_r43.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"]);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 2, "category.resistance.name") + _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](4, 4, category_r43.name));
} }
function TomeComponent_div_38_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](1, "div", 3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](4, "mat-chip-list");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](5, TomeComponent_div_38_mat_chip_5_Template, 4, 4, "mat-chip", 40);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](6, TomeComponent_div_38_mat_chip_6_Template, 4, 4, "mat-chip", 40);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](7, TomeComponent_div_38_mat_chip_7_Template, 4, 4, "mat-chip", 40);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](8, TomeComponent_div_38_mat_chip_8_Template, 5, 6, "mat-chip", 40);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
const ctx_r10 = _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵnextContext"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate1"]("", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 5, "user.tome.characteristics"), ":");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngForOf", ctx_r10.tome.families);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngForOf", ctx_r10.tome.skills);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngForOf", ctx_r10.tome.categories);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngForOf", ctx_r10.tome.resistances);
} }
const _c1 = function (a0, a1) { return [a0, a1]; };
class TomeComponent {
constructor(tome, dialogRef) {
this.tome = tome;
this.dialogRef = dialogRef;
}
close() {
this.dialogRef.close();
}
}
TomeComponent.ɵfac = function TomeComponent_Factory(t) { return new (t || TomeComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵdirectiveInject"](_angular_material_dialog__WEBPACK_IMPORTED_MODULE_4__.MAT_DIALOG_DATA), _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵdirectiveInject"](_angular_material_dialog__WEBPACK_IMPORTED_MODULE_4__.MatDialogRef)); };
TomeComponent.ɵcmp = /*@__PURE__*/ _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵdefineComponent"]({ type: TomeComponent, selectors: [["app-tome"]], decls: 43, vars: 41, consts: [[1, "dialog-title"], ["mat-dialog-title", ""], ["mat-dialog-content", ""], ["matSubheader", ""], ["dense", ""], [3, "ngClass"], ["mat-list-avatar", "", "matBadgePosition", "above before", 3, "matBadge"], ["mat-list-avatar", "", 3, "src", "ngClass"], ["mat-line", ""], ["mat-line", "", "class", "mat-card-subtitle", 3, "innerHTML", 4, "ngIf"], ["mat-line", "", "class", "mat-card-subtitle", 4, "ngIf"], ["mat-list-avatar", "", 4, "ngIf"], ["color", "primary", "selected", ""], ["src", "/assets/images/icons/type.png", 1, "icon"], ["color", "primary", "selected", "", 4, "ngIf"], ["color", "primary", "selected", "", "class", "legendary", 4, "ngIf"], ["mat-dialog-content", "", 4, "ngIf"], ["mat-dialog-actions", ""], ["mat-raised-button", "", "color", "primary", "cdkFocusInitial", "", 3, "click"], ["mat-line", "", 1, "mat-card-subtitle", 3, "innerHTML"], ["mat-line", "", 1, "mat-card-subtitle"], ["class", "icon", 3, "title", "src", 4, "ngFor", "ngForOf"], ["class", "icon", "src", "/assets/images/icons/legendary.png", 3, "title", 4, "ngIf"], [1, "icon", 3, "title", "src"], ["src", "/assets/images/icons/legendary.png", 1, "icon", 3, "title"], ["class", "icon grayscale", 3, "title", "src", 4, "ngFor", "ngForOf"], [1, "icon", "grayscale", 3, "title", "src"], ["mat-list-avatar", ""], ["mat-list-avatar", "", 3, "src"], ["color", "primary", "selected", "", 1, "legendary"], ["src", "/assets/images/icons/legendary.png", 1, "icon"], ["src", "/assets/images/icons/attack.png", 1, "icon"], ["src", "/assets/images/icons/defense.png", 1, "icon"], ["src", "/assets/images/icons/health.png", 1, "icon"], ["src", "/assets/images/icons/initiative.png", 1, "icon"], ["src", "/assets/images/icons/power.png", 1, "icon"], ["src", "/assets/images/resources/gold.png", 1, "icon"], ["src", "/assets/images/resources/mana.png", 1, "icon"], ["src", "/assets/images/resources/population.png", 1, "icon"], ["src", "/assets/images/resources/turn.png", 1, "icon"], ["color", "primary", "selected", "", 4, "ngFor", "ngForOf"], [1, "icon", 3, "src"], [1, "icon", "grayscale", 3, "src"]], template: function TomeComponent_Template(rf, ctx) { if (rf & 1) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](0, "div", 0);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](1, "h1", 1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](3, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](4, "div", 2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](5, "p");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](6);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](7, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](8, "div", 3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](9);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](10, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](11, "mat-list", 4);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](12, "mat-list-item", 5);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](13, "legendary");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](14, "div", 6);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](15, "img", 7);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](16, "div", 8);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](17);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](18, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](19, TomeComponent_div_19_Template, 3, 6, "div", 9);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](20, TomeComponent_div_20_Template, 5, 4, "div", 10);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](21, TomeComponent_div_21_Template, 2, 1, "div", 10);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](22, TomeComponent_div_22_Template, 2, 1, "div", 11);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](23, "div", 2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](24, "div", 3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](25);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](26, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](27, "mat-chip-list");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](28, "mat-chip", 12);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelement"](29, "img", 13);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](30);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](31, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](32, TomeComponent_mat_chip_32_Template, 4, 3, "mat-chip", 14);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](33, TomeComponent_mat_chip_33_Template, 4, 3, "mat-chip", 15);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](34, TomeComponent_div_34_Template, 10, 8, "div", 16);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](35, TomeComponent_div_35_Template, 10, 8, "div", 16);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](36, TomeComponent_div_36_Template, 8, 6, "div", 16);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](37, TomeComponent_div_37_Template, 8, 6, "div", 16);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtemplate"](38, TomeComponent_div_38_Template, 9, 7, "div", 16);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](39, "div", 17);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementStart"](40, "button", 18);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵlistener"]("click", function TomeComponent_Template_button_click_40_listener() { return ctx.close(); });
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtext"](41);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipe"](42, "translate");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵelementEnd"]();
} if (rf & 2) {
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](3, 22, ctx.tome.name));
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](4);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](7, 24, "user.tome.help"));
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate1"]("", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](10, 26, "user.tome.name"), ":");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngClass", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpureFunction2"](38, _c1, ctx.tome.faction.id, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](13, 28, ctx.tome) ? "legendary" : "common"));
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("matBadge", ctx.tome.level || "?");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("src", ctx.tome.image, _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵsanitizeUrl"])("ngClass", ctx.tome.type === "god" ? "squared" : "");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](18, 30, ctx.tome.name));
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.type !== "unit");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.type === "unit");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.type === "unit" && ctx.tome.categories && ctx.tome.categories.length);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.join);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate1"]("", _angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](26, 32, "user.tome.type"), ":");
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](5);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](31, 34, "type." + ctx.tome.type + ".name"));
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](2);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.subtype);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.legendary);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.attack || ctx.tome.defense || ctx.tome.health || ctx.tome.initiative || ctx.tome.power);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.goldCost || ctx.tome.manaCost || ctx.tome.populationCost || ctx.tome.turnResearch || ctx.tome.turnCost);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.goldProduction || ctx.tome.manaProduction || ctx.tome.populationProduction);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", ctx.tome.goldMaintenance || ctx.tome.manaMaintenance || ctx.tome.populationMaintenance);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](1);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵproperty"]("ngIf", (ctx.tome.families == null ? null : ctx.tome.families.length) || (ctx.tome.skills == null ? null : ctx.tome.skills.length) || (ctx.tome.categories == null ? null : ctx.tome.categories.length) || (ctx.tome.resistances == null ? null : ctx.tome.resistances.length));
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵadvance"](3);
_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵtextInterpolate"](_angular_core__WEBPACK_IMPORTED_MODULE_3__["ɵɵpipeBind1"](42, 36, "user.tome.close"));
} }, directives: [_angular_material_dialog__WEBPACK_IMPORTED_MODULE_4__.MatDialogTitle, _angular_material_dialog__WEBPACK_IMPORTED_MODULE_4__.MatDialogContent, _angular_material_list__WEBPACK_IMPORTED_MODULE_5__.MatListSubheaderCssMatStyler, _angular_material_list__WEBPACK_IMPORTED_MODULE_5__.MatList, _angular_material_list__WEBPACK_IMPORTED_MODULE_5__.MatListItem, _angular_common__WEBPACK_IMPORTED_MODULE_6__.NgClass, _angular_flex_layout_extended__WEBPACK_IMPORTED_MODULE_7__.DefaultClassDirective, _angular_material_list__WEBPACK_IMPORTED_MODULE_5__.MatListAvatarCssMatStyler, _angular_material_badge__WEBPACK_IMPORTED_MODULE_8__.MatBadge, _angular_material_core__WEBPACK_IMPORTED_MODULE_9__.MatLine, _angular_common__WEBPACK_IMPORTED_MODULE_6__.NgIf, _angular_material_chips__WEBPACK_IMPORTED_MODULE_10__.MatChipList, _angular_material_chips__WEBPACK_IMPORTED_MODULE_10__.MatChip, _angular_material_dialog__WEBPACK_IMPORTED_MODULE_4__.MatDialogActions, _angular_material_button__WEBPACK_IMPORTED_MODULE_11__.MatButton, _angular_common__WEBPACK_IMPORTED_MODULE_6__.NgForOf], pipes: [_ngx_translate_core__WEBPACK_IMPORTED_MODULE_12__.TranslatePipe, _pipes_legendary_pipe__WEBPACK_IMPORTED_MODULE_0__.LegendaryPipe, _pipes_icon_pipe__WEBPACK_IMPORTED_MODULE_1__.IconPipe, _pipes_long_pipe__WEBPACK_IMPORTED_MODULE_2__.LongPipe], styles: [".dialog-title[_ngcontent-%COMP%] {\n display: flex;\n justify-content: space-between;\n align-items: flex-start;\n }\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRvbWUuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7SUFDSTtNQUNFLGFBQWE7TUFDYiw4QkFBOEI7TUFDOUIsdUJBQXVCO0lBQ3pCIiwiZmlsZSI6InRvbWUuY29tcG9uZW50LnRzIiwic291cmNlc0NvbnRlbnQiOlsiXG4gICAgLmRpYWxvZy10aXRsZSB7XG4gICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAganVzdGlmeS1jb250ZW50OiBzcGFjZS1iZXR3ZWVuO1xuICAgICAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7XG4gICAgfVxuICAiXX0= */"] });
/***/ })
}]);
//# sourceMappingURL=default-src_app_user_encyclopedia_tome_component_ts-es2015.js.map