@thescaffold/ngx-apps-blog 0.2.21 → 0.2.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/thescaffold-ngx-apps-blog-article.module-Dw4mmJ0O.mjs +128 -0
- package/fesm2022/thescaffold-ngx-apps-blog-article.module-Dw4mmJ0O.mjs.map +1 -0
- package/fesm2022/thescaffold-ngx-apps-blog-docs.module-DKKKNEI-.mjs +484 -0
- package/fesm2022/thescaffold-ngx-apps-blog-docs.module-DKKKNEI-.mjs.map +1 -0
- package/fesm2022/{thescaffold-ngx-apps-blog-error.module-BzAoFNog.mjs → thescaffold-ngx-apps-blog-error.module-Ck2ZPspy.mjs} +9 -9
- package/fesm2022/thescaffold-ngx-apps-blog-error.module-Ck2ZPspy.mjs.map +1 -0
- package/fesm2022/thescaffold-ngx-apps-blog-home.module-LXerbHw9.mjs +1028 -0
- package/fesm2022/thescaffold-ngx-apps-blog-home.module-LXerbHw9.mjs.map +1 -0
- package/fesm2022/thescaffold-ngx-apps-blog.mjs +22 -22
- package/fesm2022/thescaffold-ngx-apps-blog.mjs.map +1 -1
- package/package.json +77 -27
- package/types/thescaffold-ngx-apps-blog.d.ts +33 -0
- package/esm2022/lib/app.module.mjs +0 -17
- package/esm2022/lib/index.mjs +0 -6
- package/esm2022/lib/pages/article/article.component.mjs +0 -82
- package/esm2022/lib/pages/article/article.module.mjs +0 -35
- package/esm2022/lib/pages/docs/docs.component.mjs +0 -386
- package/esm2022/lib/pages/docs/docs.module.mjs +0 -47
- package/esm2022/lib/pages/error/error.component.mjs +0 -75
- package/esm2022/lib/pages/error/error.module.mjs +0 -26
- package/esm2022/lib/pages/home/home.component.mjs +0 -49
- package/esm2022/lib/pages/home/home.module.mjs +0 -36
- package/esm2022/lib/pages/pages.component.mjs +0 -60
- package/esm2022/lib/pages/pages.module.mjs +0 -95
- package/esm2022/lib/pkg/cards/card/card.component.mjs +0 -763
- package/esm2022/lib/pkg/cards/card/index.mjs +0 -3
- package/esm2022/lib/pkg/cards/cards.component.mjs +0 -27
- package/esm2022/lib/pkg/cards/cards.module.mjs +0 -21
- package/esm2022/lib/pkg/cards/cards.utils.mjs +0 -2
- package/esm2022/lib/pkg/cards/index.mjs +0 -4
- package/esm2022/lib/pkg/index.mjs +0 -2
- package/esm2022/public-api.mjs +0 -5
- package/esm2022/thescaffold-ngx-apps-blog.mjs +0 -5
- package/fesm2022/thescaffold-ngx-apps-blog-article.module-BnLR8e24.mjs +0 -114
- package/fesm2022/thescaffold-ngx-apps-blog-article.module-BnLR8e24.mjs.map +0 -1
- package/fesm2022/thescaffold-ngx-apps-blog-docs.module-DRQ-g0-1.mjs +0 -430
- package/fesm2022/thescaffold-ngx-apps-blog-docs.module-DRQ-g0-1.mjs.map +0 -1
- package/fesm2022/thescaffold-ngx-apps-blog-error.module-BzAoFNog.mjs.map +0 -1
- package/fesm2022/thescaffold-ngx-apps-blog-home.module-CG11DLKD.mjs +0 -876
- package/fesm2022/thescaffold-ngx-apps-blog-home.module-CG11DLKD.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/app.module.d.ts +0 -8
- package/lib/index.d.ts +0 -5
- package/lib/pages/article/article.component.d.ts +0 -11
- package/lib/pages/article/article.module.d.ts +0 -10
- package/lib/pages/docs/docs.component.d.ts +0 -17
- package/lib/pages/docs/docs.module.d.ts +0 -10
- package/lib/pages/error/error.component.d.ts +0 -11
- package/lib/pages/error/error.module.d.ts +0 -10
- package/lib/pages/home/home.component.d.ts +0 -7
- package/lib/pages/home/home.module.d.ts +0 -11
- package/lib/pages/pages.component.d.ts +0 -9
- package/lib/pages/pages.module.d.ts +0 -11
- package/lib/pkg/cards/card/card.component.d.ts +0 -9
- package/lib/pkg/cards/card/index.d.ts +0 -2
- package/lib/pkg/cards/cards.component.d.ts +0 -7
- package/lib/pkg/cards/cards.module.d.ts +0 -10
- package/lib/pkg/cards/cards.utils.d.ts +0 -29
- package/lib/pkg/cards/index.d.ts +0 -3
- package/lib/pkg/index.d.ts +0 -1
- package/public-api.d.ts +0 -1
|
@@ -1,763 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
2
|
-
import { isUrl } from '@thescaffold/ngx-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@thescaffold/ngx-ui";
|
|
6
|
-
import * as i3 from "@thescaffold/ngx-core";
|
|
7
|
-
export class CardComponent {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.isUrl = isUrl;
|
|
10
|
-
}
|
|
11
|
-
combinedStyle(...styles) {
|
|
12
|
-
return styles.filter((style) => !!style).join(';');
|
|
13
|
-
}
|
|
14
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: CardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
15
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.5", type: CardComponent, selector: "x-card", inputs: { data: "data" }, ngImport: i0, template: `
|
|
16
|
-
<ng-container *ngIf="data">
|
|
17
|
-
<div
|
|
18
|
-
[ngClass]="[
|
|
19
|
-
data.class ?? '',
|
|
20
|
-
data.align ?? '',
|
|
21
|
-
data.bgClass ?? '',
|
|
22
|
-
data.fgClass ?? '',
|
|
23
|
-
]"
|
|
24
|
-
[style]="
|
|
25
|
-
combinedStyle(
|
|
26
|
-
data.style ?? '',
|
|
27
|
-
data.bgStyle ?? '',
|
|
28
|
-
data.fgStyle ?? ''
|
|
29
|
-
)
|
|
30
|
-
"
|
|
31
|
-
[ngStyle]="
|
|
32
|
-
data.bgImage
|
|
33
|
-
? {
|
|
34
|
-
'background-image': 'url(' + data.bgImage + ')',
|
|
35
|
-
'background-size': data.bgSize ?? '50%',
|
|
36
|
-
'background-repeat': data.bgRepeat ?? 'no-repeat',
|
|
37
|
-
'background-position': data.bgPosition ?? 'right top',
|
|
38
|
-
}
|
|
39
|
-
: {}
|
|
40
|
-
"
|
|
41
|
-
>
|
|
42
|
-
<!-- header -->
|
|
43
|
-
<div
|
|
44
|
-
*ngIf="
|
|
45
|
-
data.icon ||
|
|
46
|
-
data.title ||
|
|
47
|
-
data.desc ||
|
|
48
|
-
data.links?.length ||
|
|
49
|
-
data.fgImage
|
|
50
|
-
"
|
|
51
|
-
class="row"
|
|
52
|
-
>
|
|
53
|
-
<div [ngClass]="data.fgImage ? 'col-6' : 'col-12'">
|
|
54
|
-
<h1
|
|
55
|
-
*ngIf="data.icon || data.title"
|
|
56
|
-
[ngClass]="[data.titleClass ?? 'display-1 fw-bold']"
|
|
57
|
-
>
|
|
58
|
-
<img
|
|
59
|
-
*ngIf="data.icon && isUrl(data.icon)"
|
|
60
|
-
[src]="data.icon"
|
|
61
|
-
height="27"
|
|
62
|
-
width="27"
|
|
63
|
-
/>
|
|
64
|
-
<i
|
|
65
|
-
*ngIf="data.icon && !isUrl(data.icon)"
|
|
66
|
-
class="fa-2x"
|
|
67
|
-
[ngClass]="data.icon"
|
|
68
|
-
></i>
|
|
69
|
-
<span *ngIf="data.title" class="">{{ data.title }}</span>
|
|
70
|
-
</h1>
|
|
71
|
-
<h6 *ngIf="data.desc" class="display-6">{{ data.desc }}</h6>
|
|
72
|
-
<ul
|
|
73
|
-
*ngIf="data.links?.length"
|
|
74
|
-
class="nav my-3"
|
|
75
|
-
[ngClass]="data.align ?? ''"
|
|
76
|
-
>
|
|
77
|
-
<li
|
|
78
|
-
*ngFor="let link of data.links"
|
|
79
|
-
class="nav-item"
|
|
80
|
-
[ngClass]="link.class ?? ''"
|
|
81
|
-
[style]="link.style ?? ''"
|
|
82
|
-
>
|
|
83
|
-
<x-element-link
|
|
84
|
-
[data]="link | xPrepend: { class: 'btn btn-primary px-5' }"
|
|
85
|
-
></x-element-link>
|
|
86
|
-
</li>
|
|
87
|
-
</ul>
|
|
88
|
-
</div>
|
|
89
|
-
|
|
90
|
-
<div
|
|
91
|
-
*ngIf="data.fgImage"
|
|
92
|
-
class="d-none d-sm-flex d-md-flex col-6"
|
|
93
|
-
[ngClass]="[data.fgClass ?? '']"
|
|
94
|
-
[style]="data.fgStyle ?? ''"
|
|
95
|
-
>
|
|
96
|
-
<img [src]="data.fgImage" height="200" width="auto" />
|
|
97
|
-
</div>
|
|
98
|
-
</div>
|
|
99
|
-
|
|
100
|
-
<!-- search -->
|
|
101
|
-
<div *ngIf="data.placeholder" class="row col-12 col-sm-9 col-6 mx-auto">
|
|
102
|
-
<div class="input-group input-group-lg">
|
|
103
|
-
<input
|
|
104
|
-
type="text"
|
|
105
|
-
class="form-control"
|
|
106
|
-
[placeholder]="data.placeholder"
|
|
107
|
-
/>
|
|
108
|
-
</div>
|
|
109
|
-
</div>
|
|
110
|
-
|
|
111
|
-
<!-- list -->
|
|
112
|
-
<div
|
|
113
|
-
*ngIf="data.list?.length"
|
|
114
|
-
class="row py-5 justify-content-center w-100"
|
|
115
|
-
>
|
|
116
|
-
<dl class="col-12">
|
|
117
|
-
<div
|
|
118
|
-
*ngFor="let item of data.list"
|
|
119
|
-
[ngClass]="item.class ?? ''"
|
|
120
|
-
[style]="item.style ?? ''"
|
|
121
|
-
>
|
|
122
|
-
<dt *ngIf="data.title" class="">{{ data.title }}</dt>
|
|
123
|
-
<dd *ngIf="data.desc" class="">{{ data.desc }}</dd>
|
|
124
|
-
</div>
|
|
125
|
-
</dl>
|
|
126
|
-
</div>
|
|
127
|
-
|
|
128
|
-
<!-- grids -->
|
|
129
|
-
<div
|
|
130
|
-
*ngIf="data.grids?.length"
|
|
131
|
-
class="row row-cols-1 row-cols-sm-2 row-cols-md-3"
|
|
132
|
-
[ngClass]="data.align ?? ''"
|
|
133
|
-
>
|
|
134
|
-
<div
|
|
135
|
-
*ngFor="let item of data.grids"
|
|
136
|
-
class="col"
|
|
137
|
-
[ngClass]="item.class ?? ''"
|
|
138
|
-
[style]="item.style ?? ''"
|
|
139
|
-
>
|
|
140
|
-
<div class="card">
|
|
141
|
-
<img
|
|
142
|
-
*ngIf="item.icon && isUrl(item.icon)"
|
|
143
|
-
[src]="item.icon"
|
|
144
|
-
width="72"
|
|
145
|
-
height="72"
|
|
146
|
-
/>
|
|
147
|
-
<i
|
|
148
|
-
*ngIf="item.icon && !isUrl(item.icon)"
|
|
149
|
-
[ngClass]="item.icon"
|
|
150
|
-
class="fa-2x"
|
|
151
|
-
></i>
|
|
152
|
-
<div class="card-body">
|
|
153
|
-
<h5 *ngIf="item?.title" class="card-title">{{ item.title }}</h5>
|
|
154
|
-
<p *ngIf="item?.desc" class="card-text">{{ item.desc }}</p>
|
|
155
|
-
</div>
|
|
156
|
-
<ul
|
|
157
|
-
*ngIf="item?.links?.length"
|
|
158
|
-
class="list-group list-group-flush"
|
|
159
|
-
>
|
|
160
|
-
<li
|
|
161
|
-
*ngFor="let link of item?.links"
|
|
162
|
-
class="list-group-item"
|
|
163
|
-
[ngClass]="link.class ?? ''"
|
|
164
|
-
[style]="link.style ?? ''"
|
|
165
|
-
>
|
|
166
|
-
<x-element-link
|
|
167
|
-
[data]="
|
|
168
|
-
link
|
|
169
|
-
| xPrepend: { class: 'card-link text-decoration-none' }
|
|
170
|
-
"
|
|
171
|
-
></x-element-link>
|
|
172
|
-
</li>
|
|
173
|
-
</ul>
|
|
174
|
-
</div>
|
|
175
|
-
</div>
|
|
176
|
-
</div>
|
|
177
|
-
|
|
178
|
-
<!-- media -->
|
|
179
|
-
<div
|
|
180
|
-
*ngIf="data?.media?.length"
|
|
181
|
-
class="d-flex flex-column justify-content-center"
|
|
182
|
-
[ngClass]="data.align ?? ''"
|
|
183
|
-
>
|
|
184
|
-
<div class="card w-100 border-0">
|
|
185
|
-
<ul class="list-group list-group-flush">
|
|
186
|
-
<li
|
|
187
|
-
*ngFor="let item of data?.media; first as f; last as l"
|
|
188
|
-
class="list-group-item border-0 p-0 mx-0 my-3"
|
|
189
|
-
[ngClass]="{ 'pb-5': f, 'pt-5': l, 'py-5': !f && !l }"
|
|
190
|
-
[ngClass]="item.class ?? ''"
|
|
191
|
-
[style]="item.style ?? ''"
|
|
192
|
-
>
|
|
193
|
-
<div class="d-flex">
|
|
194
|
-
<div class="flex-shrink-0">
|
|
195
|
-
<img
|
|
196
|
-
*ngIf="item.icon && isUrl(item.icon)"
|
|
197
|
-
[src]="item.icon"
|
|
198
|
-
width="72"
|
|
199
|
-
height="72"
|
|
200
|
-
/>
|
|
201
|
-
<i
|
|
202
|
-
*ngIf="item.icon && !isUrl(item.icon)"
|
|
203
|
-
[ngClass]="item.icon"
|
|
204
|
-
class="fa-2x"
|
|
205
|
-
></i>
|
|
206
|
-
</div>
|
|
207
|
-
<div class="flex-grow-1 ms-3">
|
|
208
|
-
<h5 *ngIf="item?.title" class="p-0 m-0">
|
|
209
|
-
{{ item.title }}
|
|
210
|
-
</h5>
|
|
211
|
-
<p *ngIf="item?.desc" class="p-0 m-0">
|
|
212
|
-
{{ item.desc }}
|
|
213
|
-
</p>
|
|
214
|
-
<ul *ngIf="item?.links?.length" class="nav">
|
|
215
|
-
<li
|
|
216
|
-
*ngFor="let link of item.links"
|
|
217
|
-
class="nav-item"
|
|
218
|
-
[ngClass]="link.class ?? ''"
|
|
219
|
-
[style]="link.style ?? ''"
|
|
220
|
-
>
|
|
221
|
-
<x-element-link
|
|
222
|
-
[data]="
|
|
223
|
-
link
|
|
224
|
-
| xPrepend
|
|
225
|
-
: {
|
|
226
|
-
class:
|
|
227
|
-
'btn btn-primary btn-link text-decoration-none p-0 m-0',
|
|
228
|
-
}
|
|
229
|
-
"
|
|
230
|
-
></x-element-link>
|
|
231
|
-
</li>
|
|
232
|
-
</ul>
|
|
233
|
-
</div>
|
|
234
|
-
</div>
|
|
235
|
-
</li>
|
|
236
|
-
</ul>
|
|
237
|
-
</div>
|
|
238
|
-
</div>
|
|
239
|
-
|
|
240
|
-
<!-- cards -->
|
|
241
|
-
<div
|
|
242
|
-
*ngIf="data.cards?.length"
|
|
243
|
-
class="row my-3 row-cols-1 row-cols-sm-2 row-cols-md-3"
|
|
244
|
-
[ngClass]="data.align ?? ''"
|
|
245
|
-
>
|
|
246
|
-
<div
|
|
247
|
-
*ngFor="let item of data.cards"
|
|
248
|
-
class="col"
|
|
249
|
-
[ngClass]="item.class ?? ''"
|
|
250
|
-
[style]="item.style ?? ''"
|
|
251
|
-
>
|
|
252
|
-
<div
|
|
253
|
-
class="card card-body text-bg-light"
|
|
254
|
-
[ngClass]="data.bgClass ?? ''"
|
|
255
|
-
[style]="data.bgStyle ?? ''"
|
|
256
|
-
>
|
|
257
|
-
<div class="text-start">
|
|
258
|
-
<img
|
|
259
|
-
*ngIf="item.icon && isUrl(item.icon)"
|
|
260
|
-
[src]="item.icon"
|
|
261
|
-
class=""
|
|
262
|
-
width="72"
|
|
263
|
-
height="72"
|
|
264
|
-
/>
|
|
265
|
-
<i
|
|
266
|
-
*ngIf="item.icon && !isUrl(item.icon)"
|
|
267
|
-
[ngClass]="item.icon"
|
|
268
|
-
class="fa-2x"
|
|
269
|
-
></i>
|
|
270
|
-
</div>
|
|
271
|
-
<h3 *ngIf="item?.title">
|
|
272
|
-
{{ item.title }}
|
|
273
|
-
</h3>
|
|
274
|
-
<p *ngIf="item?.desc">
|
|
275
|
-
{{ item.desc }}
|
|
276
|
-
</p>
|
|
277
|
-
<div *ngIf="item?.links?.length">
|
|
278
|
-
<div
|
|
279
|
-
*ngFor="let link of item?.links"
|
|
280
|
-
[ngClass]="link.class ?? ''"
|
|
281
|
-
[style]="link.style ?? ''"
|
|
282
|
-
>
|
|
283
|
-
<x-element-link
|
|
284
|
-
[data]="
|
|
285
|
-
link | xPrepend: { class: 'btn btn-primary btn-link' }
|
|
286
|
-
"
|
|
287
|
-
></x-element-link>
|
|
288
|
-
</div>
|
|
289
|
-
</div>
|
|
290
|
-
</div>
|
|
291
|
-
</div>
|
|
292
|
-
</div>
|
|
293
|
-
|
|
294
|
-
<!-- doubles -->
|
|
295
|
-
<div
|
|
296
|
-
*ngIf="data.doubles?.length"
|
|
297
|
-
class="row"
|
|
298
|
-
[ngClass]="data.align ?? ''"
|
|
299
|
-
>
|
|
300
|
-
<div
|
|
301
|
-
*ngFor="let item of data.doubles; even as e"
|
|
302
|
-
class="d-flex justify-content-between"
|
|
303
|
-
[ngClass]="item.class ?? ''"
|
|
304
|
-
[style]="item.style ?? ''"
|
|
305
|
-
>
|
|
306
|
-
<div class="" [ngClass]="{ 'order-first': e, 'order-last': !e }">
|
|
307
|
-
<h3 *ngIf="item?.title">
|
|
308
|
-
{{ item.title }}
|
|
309
|
-
</h3>
|
|
310
|
-
<p *ngIf="item?.desc" class="text-start py-3">{{ item.desc }}</p>
|
|
311
|
-
<div *ngIf="item?.links?.length" class="">
|
|
312
|
-
<div
|
|
313
|
-
*ngFor="let link of item?.links"
|
|
314
|
-
[ngClass]="link.class ?? ''"
|
|
315
|
-
[style]="link.style ?? ''"
|
|
316
|
-
>
|
|
317
|
-
<x-element-link
|
|
318
|
-
[data]="
|
|
319
|
-
link
|
|
320
|
-
| xPrepend
|
|
321
|
-
: {
|
|
322
|
-
class:
|
|
323
|
-
'btn btn-primary btn-link d-flex flex-column-reverse',
|
|
324
|
-
}
|
|
325
|
-
"
|
|
326
|
-
></x-element-link>
|
|
327
|
-
</div>
|
|
328
|
-
</div>
|
|
329
|
-
</div>
|
|
330
|
-
<div class="" [ngClass]="{ 'order-first': !e, 'order-last': e }">
|
|
331
|
-
<div class="text-start">
|
|
332
|
-
<i *ngIf="item?.icon" class="fa-5x" [ngClass]="item.icon"></i>
|
|
333
|
-
</div>
|
|
334
|
-
</div>
|
|
335
|
-
</div>
|
|
336
|
-
</div>
|
|
337
|
-
|
|
338
|
-
<!-- image clouds -->
|
|
339
|
-
<div
|
|
340
|
-
*ngIf="data.cloud?.length"
|
|
341
|
-
class="row py-5 justify-content-center w-100"
|
|
342
|
-
>
|
|
343
|
-
<div
|
|
344
|
-
*ngFor="let item of data.cloud; even as e"
|
|
345
|
-
class="d-flex justify-content-between"
|
|
346
|
-
[ngClass]="item.class ?? ''"
|
|
347
|
-
[style]="item.style ?? ''"
|
|
348
|
-
>
|
|
349
|
-
<div class="">
|
|
350
|
-
<img
|
|
351
|
-
*ngIf="item.icon && isUrl(item.icon)"
|
|
352
|
-
[src]="item.icon"
|
|
353
|
-
class=""
|
|
354
|
-
width="72"
|
|
355
|
-
height="72"
|
|
356
|
-
/>
|
|
357
|
-
<i
|
|
358
|
-
*ngIf="item.icon && !isUrl(item.icon)"
|
|
359
|
-
[ngClass]="item.icon"
|
|
360
|
-
class="fa-2x"
|
|
361
|
-
></i>
|
|
362
|
-
</div>
|
|
363
|
-
</div>
|
|
364
|
-
</div>
|
|
365
|
-
|
|
366
|
-
<!-- lines -->
|
|
367
|
-
<div *ngIf="data?.lines?.length" class="row col-12 container">
|
|
368
|
-
<div
|
|
369
|
-
*ngFor="let item of data?.lines"
|
|
370
|
-
class="pt-3 px-0 border-bottom"
|
|
371
|
-
[ngClass]="item.class ?? ''"
|
|
372
|
-
[style]="item.style ?? ''"
|
|
373
|
-
>
|
|
374
|
-
<h5 *ngIf="item.title" class="text-start">
|
|
375
|
-
<span *ngIf="!item.url">{{ item.title }}</span>
|
|
376
|
-
<x-element-link
|
|
377
|
-
*ngIf="item.url"
|
|
378
|
-
[data]="item | xPrepend: { class: 'btn btn-link p-0' }"
|
|
379
|
-
></x-element-link>
|
|
380
|
-
</h5>
|
|
381
|
-
</div>
|
|
382
|
-
</div>
|
|
383
|
-
</div>
|
|
384
|
-
</ng-container>
|
|
385
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i2.LinkComponent, selector: "x-element-link", inputs: ["data"] }, { kind: "pipe", type: i3.PrependPipe, name: "xPrepend" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
386
|
-
}
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: CardComponent, decorators: [{
|
|
388
|
-
type: Component,
|
|
389
|
-
args: [{ changeDetection: ChangeDetectionStrategy.OnPush, selector: 'x-card', template: `
|
|
390
|
-
<ng-container *ngIf="data">
|
|
391
|
-
<div
|
|
392
|
-
[ngClass]="[
|
|
393
|
-
data.class ?? '',
|
|
394
|
-
data.align ?? '',
|
|
395
|
-
data.bgClass ?? '',
|
|
396
|
-
data.fgClass ?? '',
|
|
397
|
-
]"
|
|
398
|
-
[style]="
|
|
399
|
-
combinedStyle(
|
|
400
|
-
data.style ?? '',
|
|
401
|
-
data.bgStyle ?? '',
|
|
402
|
-
data.fgStyle ?? ''
|
|
403
|
-
)
|
|
404
|
-
"
|
|
405
|
-
[ngStyle]="
|
|
406
|
-
data.bgImage
|
|
407
|
-
? {
|
|
408
|
-
'background-image': 'url(' + data.bgImage + ')',
|
|
409
|
-
'background-size': data.bgSize ?? '50%',
|
|
410
|
-
'background-repeat': data.bgRepeat ?? 'no-repeat',
|
|
411
|
-
'background-position': data.bgPosition ?? 'right top',
|
|
412
|
-
}
|
|
413
|
-
: {}
|
|
414
|
-
"
|
|
415
|
-
>
|
|
416
|
-
<!-- header -->
|
|
417
|
-
<div
|
|
418
|
-
*ngIf="
|
|
419
|
-
data.icon ||
|
|
420
|
-
data.title ||
|
|
421
|
-
data.desc ||
|
|
422
|
-
data.links?.length ||
|
|
423
|
-
data.fgImage
|
|
424
|
-
"
|
|
425
|
-
class="row"
|
|
426
|
-
>
|
|
427
|
-
<div [ngClass]="data.fgImage ? 'col-6' : 'col-12'">
|
|
428
|
-
<h1
|
|
429
|
-
*ngIf="data.icon || data.title"
|
|
430
|
-
[ngClass]="[data.titleClass ?? 'display-1 fw-bold']"
|
|
431
|
-
>
|
|
432
|
-
<img
|
|
433
|
-
*ngIf="data.icon && isUrl(data.icon)"
|
|
434
|
-
[src]="data.icon"
|
|
435
|
-
height="27"
|
|
436
|
-
width="27"
|
|
437
|
-
/>
|
|
438
|
-
<i
|
|
439
|
-
*ngIf="data.icon && !isUrl(data.icon)"
|
|
440
|
-
class="fa-2x"
|
|
441
|
-
[ngClass]="data.icon"
|
|
442
|
-
></i>
|
|
443
|
-
<span *ngIf="data.title" class="">{{ data.title }}</span>
|
|
444
|
-
</h1>
|
|
445
|
-
<h6 *ngIf="data.desc" class="display-6">{{ data.desc }}</h6>
|
|
446
|
-
<ul
|
|
447
|
-
*ngIf="data.links?.length"
|
|
448
|
-
class="nav my-3"
|
|
449
|
-
[ngClass]="data.align ?? ''"
|
|
450
|
-
>
|
|
451
|
-
<li
|
|
452
|
-
*ngFor="let link of data.links"
|
|
453
|
-
class="nav-item"
|
|
454
|
-
[ngClass]="link.class ?? ''"
|
|
455
|
-
[style]="link.style ?? ''"
|
|
456
|
-
>
|
|
457
|
-
<x-element-link
|
|
458
|
-
[data]="link | xPrepend: { class: 'btn btn-primary px-5' }"
|
|
459
|
-
></x-element-link>
|
|
460
|
-
</li>
|
|
461
|
-
</ul>
|
|
462
|
-
</div>
|
|
463
|
-
|
|
464
|
-
<div
|
|
465
|
-
*ngIf="data.fgImage"
|
|
466
|
-
class="d-none d-sm-flex d-md-flex col-6"
|
|
467
|
-
[ngClass]="[data.fgClass ?? '']"
|
|
468
|
-
[style]="data.fgStyle ?? ''"
|
|
469
|
-
>
|
|
470
|
-
<img [src]="data.fgImage" height="200" width="auto" />
|
|
471
|
-
</div>
|
|
472
|
-
</div>
|
|
473
|
-
|
|
474
|
-
<!-- search -->
|
|
475
|
-
<div *ngIf="data.placeholder" class="row col-12 col-sm-9 col-6 mx-auto">
|
|
476
|
-
<div class="input-group input-group-lg">
|
|
477
|
-
<input
|
|
478
|
-
type="text"
|
|
479
|
-
class="form-control"
|
|
480
|
-
[placeholder]="data.placeholder"
|
|
481
|
-
/>
|
|
482
|
-
</div>
|
|
483
|
-
</div>
|
|
484
|
-
|
|
485
|
-
<!-- list -->
|
|
486
|
-
<div
|
|
487
|
-
*ngIf="data.list?.length"
|
|
488
|
-
class="row py-5 justify-content-center w-100"
|
|
489
|
-
>
|
|
490
|
-
<dl class="col-12">
|
|
491
|
-
<div
|
|
492
|
-
*ngFor="let item of data.list"
|
|
493
|
-
[ngClass]="item.class ?? ''"
|
|
494
|
-
[style]="item.style ?? ''"
|
|
495
|
-
>
|
|
496
|
-
<dt *ngIf="data.title" class="">{{ data.title }}</dt>
|
|
497
|
-
<dd *ngIf="data.desc" class="">{{ data.desc }}</dd>
|
|
498
|
-
</div>
|
|
499
|
-
</dl>
|
|
500
|
-
</div>
|
|
501
|
-
|
|
502
|
-
<!-- grids -->
|
|
503
|
-
<div
|
|
504
|
-
*ngIf="data.grids?.length"
|
|
505
|
-
class="row row-cols-1 row-cols-sm-2 row-cols-md-3"
|
|
506
|
-
[ngClass]="data.align ?? ''"
|
|
507
|
-
>
|
|
508
|
-
<div
|
|
509
|
-
*ngFor="let item of data.grids"
|
|
510
|
-
class="col"
|
|
511
|
-
[ngClass]="item.class ?? ''"
|
|
512
|
-
[style]="item.style ?? ''"
|
|
513
|
-
>
|
|
514
|
-
<div class="card">
|
|
515
|
-
<img
|
|
516
|
-
*ngIf="item.icon && isUrl(item.icon)"
|
|
517
|
-
[src]="item.icon"
|
|
518
|
-
width="72"
|
|
519
|
-
height="72"
|
|
520
|
-
/>
|
|
521
|
-
<i
|
|
522
|
-
*ngIf="item.icon && !isUrl(item.icon)"
|
|
523
|
-
[ngClass]="item.icon"
|
|
524
|
-
class="fa-2x"
|
|
525
|
-
></i>
|
|
526
|
-
<div class="card-body">
|
|
527
|
-
<h5 *ngIf="item?.title" class="card-title">{{ item.title }}</h5>
|
|
528
|
-
<p *ngIf="item?.desc" class="card-text">{{ item.desc }}</p>
|
|
529
|
-
</div>
|
|
530
|
-
<ul
|
|
531
|
-
*ngIf="item?.links?.length"
|
|
532
|
-
class="list-group list-group-flush"
|
|
533
|
-
>
|
|
534
|
-
<li
|
|
535
|
-
*ngFor="let link of item?.links"
|
|
536
|
-
class="list-group-item"
|
|
537
|
-
[ngClass]="link.class ?? ''"
|
|
538
|
-
[style]="link.style ?? ''"
|
|
539
|
-
>
|
|
540
|
-
<x-element-link
|
|
541
|
-
[data]="
|
|
542
|
-
link
|
|
543
|
-
| xPrepend: { class: 'card-link text-decoration-none' }
|
|
544
|
-
"
|
|
545
|
-
></x-element-link>
|
|
546
|
-
</li>
|
|
547
|
-
</ul>
|
|
548
|
-
</div>
|
|
549
|
-
</div>
|
|
550
|
-
</div>
|
|
551
|
-
|
|
552
|
-
<!-- media -->
|
|
553
|
-
<div
|
|
554
|
-
*ngIf="data?.media?.length"
|
|
555
|
-
class="d-flex flex-column justify-content-center"
|
|
556
|
-
[ngClass]="data.align ?? ''"
|
|
557
|
-
>
|
|
558
|
-
<div class="card w-100 border-0">
|
|
559
|
-
<ul class="list-group list-group-flush">
|
|
560
|
-
<li
|
|
561
|
-
*ngFor="let item of data?.media; first as f; last as l"
|
|
562
|
-
class="list-group-item border-0 p-0 mx-0 my-3"
|
|
563
|
-
[ngClass]="{ 'pb-5': f, 'pt-5': l, 'py-5': !f && !l }"
|
|
564
|
-
[ngClass]="item.class ?? ''"
|
|
565
|
-
[style]="item.style ?? ''"
|
|
566
|
-
>
|
|
567
|
-
<div class="d-flex">
|
|
568
|
-
<div class="flex-shrink-0">
|
|
569
|
-
<img
|
|
570
|
-
*ngIf="item.icon && isUrl(item.icon)"
|
|
571
|
-
[src]="item.icon"
|
|
572
|
-
width="72"
|
|
573
|
-
height="72"
|
|
574
|
-
/>
|
|
575
|
-
<i
|
|
576
|
-
*ngIf="item.icon && !isUrl(item.icon)"
|
|
577
|
-
[ngClass]="item.icon"
|
|
578
|
-
class="fa-2x"
|
|
579
|
-
></i>
|
|
580
|
-
</div>
|
|
581
|
-
<div class="flex-grow-1 ms-3">
|
|
582
|
-
<h5 *ngIf="item?.title" class="p-0 m-0">
|
|
583
|
-
{{ item.title }}
|
|
584
|
-
</h5>
|
|
585
|
-
<p *ngIf="item?.desc" class="p-0 m-0">
|
|
586
|
-
{{ item.desc }}
|
|
587
|
-
</p>
|
|
588
|
-
<ul *ngIf="item?.links?.length" class="nav">
|
|
589
|
-
<li
|
|
590
|
-
*ngFor="let link of item.links"
|
|
591
|
-
class="nav-item"
|
|
592
|
-
[ngClass]="link.class ?? ''"
|
|
593
|
-
[style]="link.style ?? ''"
|
|
594
|
-
>
|
|
595
|
-
<x-element-link
|
|
596
|
-
[data]="
|
|
597
|
-
link
|
|
598
|
-
| xPrepend
|
|
599
|
-
: {
|
|
600
|
-
class:
|
|
601
|
-
'btn btn-primary btn-link text-decoration-none p-0 m-0',
|
|
602
|
-
}
|
|
603
|
-
"
|
|
604
|
-
></x-element-link>
|
|
605
|
-
</li>
|
|
606
|
-
</ul>
|
|
607
|
-
</div>
|
|
608
|
-
</div>
|
|
609
|
-
</li>
|
|
610
|
-
</ul>
|
|
611
|
-
</div>
|
|
612
|
-
</div>
|
|
613
|
-
|
|
614
|
-
<!-- cards -->
|
|
615
|
-
<div
|
|
616
|
-
*ngIf="data.cards?.length"
|
|
617
|
-
class="row my-3 row-cols-1 row-cols-sm-2 row-cols-md-3"
|
|
618
|
-
[ngClass]="data.align ?? ''"
|
|
619
|
-
>
|
|
620
|
-
<div
|
|
621
|
-
*ngFor="let item of data.cards"
|
|
622
|
-
class="col"
|
|
623
|
-
[ngClass]="item.class ?? ''"
|
|
624
|
-
[style]="item.style ?? ''"
|
|
625
|
-
>
|
|
626
|
-
<div
|
|
627
|
-
class="card card-body text-bg-light"
|
|
628
|
-
[ngClass]="data.bgClass ?? ''"
|
|
629
|
-
[style]="data.bgStyle ?? ''"
|
|
630
|
-
>
|
|
631
|
-
<div class="text-start">
|
|
632
|
-
<img
|
|
633
|
-
*ngIf="item.icon && isUrl(item.icon)"
|
|
634
|
-
[src]="item.icon"
|
|
635
|
-
class=""
|
|
636
|
-
width="72"
|
|
637
|
-
height="72"
|
|
638
|
-
/>
|
|
639
|
-
<i
|
|
640
|
-
*ngIf="item.icon && !isUrl(item.icon)"
|
|
641
|
-
[ngClass]="item.icon"
|
|
642
|
-
class="fa-2x"
|
|
643
|
-
></i>
|
|
644
|
-
</div>
|
|
645
|
-
<h3 *ngIf="item?.title">
|
|
646
|
-
{{ item.title }}
|
|
647
|
-
</h3>
|
|
648
|
-
<p *ngIf="item?.desc">
|
|
649
|
-
{{ item.desc }}
|
|
650
|
-
</p>
|
|
651
|
-
<div *ngIf="item?.links?.length">
|
|
652
|
-
<div
|
|
653
|
-
*ngFor="let link of item?.links"
|
|
654
|
-
[ngClass]="link.class ?? ''"
|
|
655
|
-
[style]="link.style ?? ''"
|
|
656
|
-
>
|
|
657
|
-
<x-element-link
|
|
658
|
-
[data]="
|
|
659
|
-
link | xPrepend: { class: 'btn btn-primary btn-link' }
|
|
660
|
-
"
|
|
661
|
-
></x-element-link>
|
|
662
|
-
</div>
|
|
663
|
-
</div>
|
|
664
|
-
</div>
|
|
665
|
-
</div>
|
|
666
|
-
</div>
|
|
667
|
-
|
|
668
|
-
<!-- doubles -->
|
|
669
|
-
<div
|
|
670
|
-
*ngIf="data.doubles?.length"
|
|
671
|
-
class="row"
|
|
672
|
-
[ngClass]="data.align ?? ''"
|
|
673
|
-
>
|
|
674
|
-
<div
|
|
675
|
-
*ngFor="let item of data.doubles; even as e"
|
|
676
|
-
class="d-flex justify-content-between"
|
|
677
|
-
[ngClass]="item.class ?? ''"
|
|
678
|
-
[style]="item.style ?? ''"
|
|
679
|
-
>
|
|
680
|
-
<div class="" [ngClass]="{ 'order-first': e, 'order-last': !e }">
|
|
681
|
-
<h3 *ngIf="item?.title">
|
|
682
|
-
{{ item.title }}
|
|
683
|
-
</h3>
|
|
684
|
-
<p *ngIf="item?.desc" class="text-start py-3">{{ item.desc }}</p>
|
|
685
|
-
<div *ngIf="item?.links?.length" class="">
|
|
686
|
-
<div
|
|
687
|
-
*ngFor="let link of item?.links"
|
|
688
|
-
[ngClass]="link.class ?? ''"
|
|
689
|
-
[style]="link.style ?? ''"
|
|
690
|
-
>
|
|
691
|
-
<x-element-link
|
|
692
|
-
[data]="
|
|
693
|
-
link
|
|
694
|
-
| xPrepend
|
|
695
|
-
: {
|
|
696
|
-
class:
|
|
697
|
-
'btn btn-primary btn-link d-flex flex-column-reverse',
|
|
698
|
-
}
|
|
699
|
-
"
|
|
700
|
-
></x-element-link>
|
|
701
|
-
</div>
|
|
702
|
-
</div>
|
|
703
|
-
</div>
|
|
704
|
-
<div class="" [ngClass]="{ 'order-first': !e, 'order-last': e }">
|
|
705
|
-
<div class="text-start">
|
|
706
|
-
<i *ngIf="item?.icon" class="fa-5x" [ngClass]="item.icon"></i>
|
|
707
|
-
</div>
|
|
708
|
-
</div>
|
|
709
|
-
</div>
|
|
710
|
-
</div>
|
|
711
|
-
|
|
712
|
-
<!-- image clouds -->
|
|
713
|
-
<div
|
|
714
|
-
*ngIf="data.cloud?.length"
|
|
715
|
-
class="row py-5 justify-content-center w-100"
|
|
716
|
-
>
|
|
717
|
-
<div
|
|
718
|
-
*ngFor="let item of data.cloud; even as e"
|
|
719
|
-
class="d-flex justify-content-between"
|
|
720
|
-
[ngClass]="item.class ?? ''"
|
|
721
|
-
[style]="item.style ?? ''"
|
|
722
|
-
>
|
|
723
|
-
<div class="">
|
|
724
|
-
<img
|
|
725
|
-
*ngIf="item.icon && isUrl(item.icon)"
|
|
726
|
-
[src]="item.icon"
|
|
727
|
-
class=""
|
|
728
|
-
width="72"
|
|
729
|
-
height="72"
|
|
730
|
-
/>
|
|
731
|
-
<i
|
|
732
|
-
*ngIf="item.icon && !isUrl(item.icon)"
|
|
733
|
-
[ngClass]="item.icon"
|
|
734
|
-
class="fa-2x"
|
|
735
|
-
></i>
|
|
736
|
-
</div>
|
|
737
|
-
</div>
|
|
738
|
-
</div>
|
|
739
|
-
|
|
740
|
-
<!-- lines -->
|
|
741
|
-
<div *ngIf="data?.lines?.length" class="row col-12 container">
|
|
742
|
-
<div
|
|
743
|
-
*ngFor="let item of data?.lines"
|
|
744
|
-
class="pt-3 px-0 border-bottom"
|
|
745
|
-
[ngClass]="item.class ?? ''"
|
|
746
|
-
[style]="item.style ?? ''"
|
|
747
|
-
>
|
|
748
|
-
<h5 *ngIf="item.title" class="text-start">
|
|
749
|
-
<span *ngIf="!item.url">{{ item.title }}</span>
|
|
750
|
-
<x-element-link
|
|
751
|
-
*ngIf="item.url"
|
|
752
|
-
[data]="item | xPrepend: { class: 'btn btn-link p-0' }"
|
|
753
|
-
></x-element-link>
|
|
754
|
-
</h5>
|
|
755
|
-
</div>
|
|
756
|
-
</div>
|
|
757
|
-
</div>
|
|
758
|
-
</ng-container>
|
|
759
|
-
` }]
|
|
760
|
-
}], propDecorators: { data: [{
|
|
761
|
-
type: Input
|
|
762
|
-
}] } });
|
|
763
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FyZC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ibG9nL3NyYy9saWIvcGtnL2NhcmRzL2NhcmQvY2FyZC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUUsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLHVCQUF1QixDQUFDOzs7OztBQTJYOUMsTUFBTSxPQUFPLGFBQWE7SUF4WDFCO1FBMlhFLFVBQUssR0FBRyxLQUFLLENBQUM7S0FLZjtJQUhDLGFBQWEsQ0FBQyxHQUFHLE1BQWdCO1FBQy9CLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNyRCxDQUFDOzhHQVBVLGFBQWE7a0dBQWIsYUFBYSx3RUFyWGQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FrWFQ7OzJGQUdVLGFBQWE7a0JBeFh6QixTQUFTO3NDQUNTLHVCQUF1QixDQUFDLE1BQU0sWUFDckMsUUFBUSxZQUNSOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBa1hUOzhCQUlRLElBQUk7c0JBQVosS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBpc1VybCB9IGZyb20gJ0B0aGVzY2FmZm9sZC9uZ3gtY29yZSc7XG5pbXBvcnQgeyBDYXJkQ29udHJhY3QgfSBmcm9tICcuLi9jYXJkcy51dGlscyc7XG5cbkBDb21wb25lbnQoe1xuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgc2VsZWN0b3I6ICd4LWNhcmQnLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJkYXRhXCI+XG4gICAgICA8ZGl2XG4gICAgICAgIFtuZ0NsYXNzXT1cIltcbiAgICAgICAgICBkYXRhLmNsYXNzID8/ICcnLFxuICAgICAgICAgIGRhdGEuYWxpZ24gPz8gJycsXG4gICAgICAgICAgZGF0YS5iZ0NsYXNzID8/ICcnLFxuICAgICAgICAgIGRhdGEuZmdDbGFzcyA/PyAnJyxcbiAgICAgICAgXVwiXG4gICAgICAgIFtzdHlsZV09XCJcbiAgICAgICAgICBjb21iaW5lZFN0eWxlKFxuICAgICAgICAgICAgZGF0YS5zdHlsZSA/PyAnJyxcbiAgICAgICAgICAgIGRhdGEuYmdTdHlsZSA/PyAnJyxcbiAgICAgICAgICAgIGRhdGEuZmdTdHlsZSA/PyAnJ1xuICAgICAgICAgIClcbiAgICAgICAgXCJcbiAgICAgICAgW25nU3R5bGVdPVwiXG4gICAgICAgICAgZGF0YS5iZ0ltYWdlXG4gICAgICAgICAgICA/IHtcbiAgICAgICAgICAgICAgICAnYmFja2dyb3VuZC1pbWFnZSc6ICd1cmwoJyArIGRhdGEuYmdJbWFnZSArICcpJyxcbiAgICAgICAgICAgICAgICAnYmFja2dyb3VuZC1zaXplJzogZGF0YS5iZ1NpemUgPz8gJzUwJScsXG4gICAgICAgICAgICAgICAgJ2JhY2tncm91bmQtcmVwZWF0JzogZGF0YS5iZ1JlcGVhdCA/PyAnbm8tcmVwZWF0JyxcbiAgICAgICAgICAgICAgICAnYmFja2dyb3VuZC1wb3NpdGlvbic6IGRhdGEuYmdQb3NpdGlvbiA/PyAncmlnaHQgdG9wJyxcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgOiB7fVxuICAgICAgICBcIlxuICAgICAgPlxuICAgICAgICA8IS0tIGhlYWRlciAtLT5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICpuZ0lmPVwiXG4gICAgICAgICAgICBkYXRhLmljb24gfHxcbiAgICAgICAgICAgIGRhdGEudGl0bGUgfHxcbiAgICAgICAgICAgIGRhdGEuZGVzYyB8fFxuICAgICAgICAgICAgZGF0YS5saW5rcz8ubGVuZ3RoIHx8XG4gICAgICAgICAgICBkYXRhLmZnSW1hZ2VcbiAgICAgICAgICBcIlxuICAgICAgICAgIGNsYXNzPVwicm93XCJcbiAgICAgICAgPlxuICAgICAgICAgIDxkaXYgW25nQ2xhc3NdPVwiZGF0YS5mZ0ltYWdlID8gJ2NvbC02JyA6ICdjb2wtMTInXCI+XG4gICAgICAgICAgICA8aDFcbiAgICAgICAgICAgICAgKm5nSWY9XCJkYXRhLmljb24gfHwgZGF0YS50aXRsZVwiXG4gICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIltkYXRhLnRpdGxlQ2xhc3MgPz8gJ2Rpc3BsYXktMSBmdy1ib2xkJ11cIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJkYXRhLmljb24gJiYgaXNVcmwoZGF0YS5pY29uKVwiXG4gICAgICAgICAgICAgICAgW3NyY109XCJkYXRhLmljb25cIlxuICAgICAgICAgICAgICAgIGhlaWdodD1cIjI3XCJcbiAgICAgICAgICAgICAgICB3aWR0aD1cIjI3XCJcbiAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgPGlcbiAgICAgICAgICAgICAgICAqbmdJZj1cImRhdGEuaWNvbiAmJiAhaXNVcmwoZGF0YS5pY29uKVwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmYS0yeFwiXG4gICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiZGF0YS5pY29uXCJcbiAgICAgICAgICAgICAgPjwvaT5cbiAgICAgICAgICAgICAgPHNwYW4gKm5nSWY9XCJkYXRhLnRpdGxlXCIgY2xhc3M9XCJcIj57eyBkYXRhLnRpdGxlIH19PC9zcGFuPlxuICAgICAgICAgICAgPC9oMT5cbiAgICAgICAgICAgIDxoNiAqbmdJZj1cImRhdGEuZGVzY1wiIGNsYXNzPVwiZGlzcGxheS02XCI+e3sgZGF0YS5kZXNjIH19PC9oNj5cbiAgICAgICAgICAgIDx1bFxuICAgICAgICAgICAgICAqbmdJZj1cImRhdGEubGlua3M/Lmxlbmd0aFwiXG4gICAgICAgICAgICAgIGNsYXNzPVwibmF2IG15LTNcIlxuICAgICAgICAgICAgICBbbmdDbGFzc109XCJkYXRhLmFsaWduID8/ICcnXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPGxpXG4gICAgICAgICAgICAgICAgKm5nRm9yPVwibGV0IGxpbmsgb2YgZGF0YS5saW5rc1wiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJuYXYtaXRlbVwiXG4gICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwibGluay5jbGFzcyA/PyAnJ1wiXG4gICAgICAgICAgICAgICAgW3N0eWxlXT1cImxpbmsuc3R5bGUgPz8gJydcIlxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPHgtZWxlbWVudC1saW5rXG4gICAgICAgICAgICAgICAgICBbZGF0YV09XCJsaW5rIHwgeFByZXBlbmQ6IHsgY2xhc3M6ICdidG4gYnRuLXByaW1hcnkgcHgtNScgfVwiXG4gICAgICAgICAgICAgICAgPjwveC1lbGVtZW50LWxpbms+XG4gICAgICAgICAgICAgIDwvbGk+XG4gICAgICAgICAgICA8L3VsPlxuICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgPGRpdlxuICAgICAgICAgICAgKm5nSWY9XCJkYXRhLmZnSW1hZ2VcIlxuICAgICAgICAgICAgY2xhc3M9XCJkLW5vbmUgZC1zbS1mbGV4IGQtbWQtZmxleCBjb2wtNlwiXG4gICAgICAgICAgICBbbmdDbGFzc109XCJbZGF0YS5mZ0NsYXNzID8/ICcnXVwiXG4gICAgICAgICAgICBbc3R5bGVdPVwiZGF0YS5mZ1N0eWxlID8/ICcnXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8aW1nIFtzcmNdPVwiZGF0YS5mZ0ltYWdlXCIgaGVpZ2h0PVwiMjAwXCIgd2lkdGg9XCJhdXRvXCIgLz5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPCEtLSBzZWFyY2ggLS0+XG4gICAgICAgIDxkaXYgKm5nSWY9XCJkYXRhLnBsYWNlaG9sZGVyXCIgY2xhc3M9XCJyb3cgY29sLTEyIGNvbC1zbS05IGNvbC02IG14LWF1dG9cIj5cbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiaW5wdXQtZ3JvdXAgaW5wdXQtZ3JvdXAtbGdcIj5cbiAgICAgICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXG4gICAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcbiAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cImRhdGEucGxhY2Vob2xkZXJcIlxuICAgICAgICAgICAgLz5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPCEtLSBsaXN0IC0tPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgKm5nSWY9XCJkYXRhLmxpc3Q/Lmxlbmd0aFwiXG4gICAgICAgICAgY2xhc3M9XCJyb3cgcHktNSBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIHctMTAwXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxkbCBjbGFzcz1cImNvbC0xMlwiPlxuICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBkYXRhLmxpc3RcIlxuICAgICAgICAgICAgICBbbmdDbGFzc109XCJpdGVtLmNsYXNzID8/ICcnXCJcbiAgICAgICAgICAgICAgW3N0eWxlXT1cIml0ZW0uc3R5bGUgPz8gJydcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICA8ZHQgKm5nSWY9XCJkYXRhLnRpdGxlXCIgY2xhc3M9XCJcIj57eyBkYXRhLnRpdGxlIH19PC9kdD5cbiAgICAgICAgICAgICAgPGRkICpuZ0lmPVwiZGF0YS5kZXNjXCIgY2xhc3M9XCJcIj57eyBkYXRhLmRlc2MgfX08L2RkPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kbD5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPCEtLSBncmlkcyAtLT5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICpuZ0lmPVwiZGF0YS5ncmlkcz8ubGVuZ3RoXCJcbiAgICAgICAgICBjbGFzcz1cInJvdyByb3ctY29scy0xIHJvdy1jb2xzLXNtLTIgcm93LWNvbHMtbWQtM1wiXG4gICAgICAgICAgW25nQ2xhc3NdPVwiZGF0YS5hbGlnbiA/PyAnJ1wiXG4gICAgICAgID5cbiAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBkYXRhLmdyaWRzXCJcbiAgICAgICAgICAgIGNsYXNzPVwiY29sXCJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cIml0ZW0uY2xhc3MgPz8gJydcIlxuICAgICAgICAgICAgW3N0eWxlXT1cIml0ZW0uc3R5bGUgPz8gJydcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkXCI+XG4gICAgICAgICAgICAgIDxpbWdcbiAgICAgICAgICAgICAgICAqbmdJZj1cIml0ZW0uaWNvbiAmJiBpc1VybChpdGVtLmljb24pXCJcbiAgICAgICAgICAgICAgICBbc3JjXT1cIml0ZW0uaWNvblwiXG4gICAgICAgICAgICAgICAgd2lkdGg9XCI3MlwiXG4gICAgICAgICAgICAgICAgaGVpZ2h0PVwiNzJcIlxuICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICA8aVxuICAgICAgICAgICAgICAgICpuZ0lmPVwiaXRlbS5pY29uICYmICFpc1VybChpdGVtLmljb24pXCJcbiAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJpdGVtLmljb25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiZmEtMnhcIlxuICAgICAgICAgICAgICA+PC9pPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiY2FyZC1ib2R5XCI+XG4gICAgICAgICAgICAgICAgPGg1ICpuZ0lmPVwiaXRlbT8udGl0bGVcIiBjbGFzcz1cImNhcmQtdGl0bGVcIj57eyBpdGVtLnRpdGxlIH19PC9oNT5cbiAgICAgICAgICAgICAgICA8cCAqbmdJZj1cIml0ZW0/LmRlc2NcIiBjbGFzcz1cImNhcmQtdGV4dFwiPnt7IGl0ZW0uZGVzYyB9fTwvcD5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDx1bFxuICAgICAgICAgICAgICAgICpuZ0lmPVwiaXRlbT8ubGlua3M/Lmxlbmd0aFwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJsaXN0LWdyb3VwIGxpc3QtZ3JvdXAtZmx1c2hcIlxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgPGxpXG4gICAgICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgbGluayBvZiBpdGVtPy5saW5rc1wiXG4gICAgICAgICAgICAgICAgICBjbGFzcz1cImxpc3QtZ3JvdXAtaXRlbVwiXG4gICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJsaW5rLmNsYXNzID8/ICcnXCJcbiAgICAgICAgICAgICAgICAgIFtzdHlsZV09XCJsaW5rLnN0eWxlID8/ICcnXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICA8eC1lbGVtZW50LWxpbmtcbiAgICAgICAgICAgICAgICAgICAgW2RhdGFdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgbGlua1xuICAgICAgICAgICAgICAgICAgICAgICAgfCB4UHJlcGVuZDogeyBjbGFzczogJ2NhcmQtbGluayB0ZXh0LWRlY29yYXRpb24tbm9uZScgfVxuICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgPjwveC1lbGVtZW50LWxpbms+XG4gICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cblxuICAgICAgICA8IS0tIG1lZGlhIC0tPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgKm5nSWY9XCJkYXRhPy5tZWRpYT8ubGVuZ3RoXCJcbiAgICAgICAgICBjbGFzcz1cImQtZmxleCBmbGV4LWNvbHVtbiBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyXCJcbiAgICAgICAgICBbbmdDbGFzc109XCJkYXRhLmFsaWduID8/ICcnXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjYXJkIHctMTAwIGJvcmRlci0wXCI+XG4gICAgICAgICAgICA8dWwgY2xhc3M9XCJsaXN0LWdyb3VwIGxpc3QtZ3JvdXAtZmx1c2hcIj5cbiAgICAgICAgICAgICAgPGxpXG4gICAgICAgICAgICAgICAgKm5nRm9yPVwibGV0IGl0ZW0gb2YgZGF0YT8ubWVkaWE7IGZpcnN0IGFzIGY7IGxhc3QgYXMgbFwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJsaXN0LWdyb3VwLWl0ZW0gYm9yZGVyLTAgcC0wIG14LTAgbXktM1wiXG4gICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwieyAncGItNSc6IGYsICdwdC01JzogbCwgJ3B5LTUnOiAhZiAmJiAhbCB9XCJcbiAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJpdGVtLmNsYXNzID8/ICcnXCJcbiAgICAgICAgICAgICAgICBbc3R5bGVdPVwiaXRlbS5zdHlsZSA/PyAnJ1wiXG4gICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZC1mbGV4XCI+XG4gICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZmxleC1zaHJpbmstMFwiPlxuICAgICAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJpdGVtLmljb24gJiYgaXNVcmwoaXRlbS5pY29uKVwiXG4gICAgICAgICAgICAgICAgICAgICAgW3NyY109XCJpdGVtLmljb25cIlxuICAgICAgICAgICAgICAgICAgICAgIHdpZHRoPVwiNzJcIlxuICAgICAgICAgICAgICAgICAgICAgIGhlaWdodD1cIjcyXCJcbiAgICAgICAgICAgICAgICAgICAgLz5cbiAgICAgICAgICAgICAgICAgICAgPGlcbiAgICAgICAgICAgICAgICAgICAgICAqbmdJZj1cIml0ZW0uaWNvbiAmJiAhaXNVcmwoaXRlbS5pY29uKVwiXG4gICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiaXRlbS5pY29uXCJcbiAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZhLTJ4XCJcbiAgICAgICAgICAgICAgICAgICAgPjwvaT5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZsZXgtZ3Jvdy0xIG1zLTNcIj5cbiAgICAgICAgICAgICAgICAgICAgPGg1ICpuZ0lmPVwiaXRlbT8udGl0bGVcIiBjbGFzcz1cInAtMCBtLTBcIj5cbiAgICAgICAgICAgICAgICAgICAgICB7eyBpdGVtLnRpdGxlIH19XG4gICAgICAgICAgICAgICAgICAgIDwvaDU+XG4gICAgICAgICAgICAgICAgICAgIDxwICpuZ0lmPVwiaXRlbT8uZGVzY1wiIGNsYXNzPVwicC0wIG0tMFwiPlxuICAgICAgICAgICAgICAgICAgICAgIHt7IGl0ZW0uZGVzYyB9fVxuICAgICAgICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgICAgICAgIDx1bCAqbmdJZj1cIml0ZW0/LmxpbmtzPy5sZW5ndGhcIiBjbGFzcz1cIm5hdlwiPlxuICAgICAgICAgICAgICAgICAgICAgIDxsaVxuICAgICAgICAgICAgICAgICAgICAgICAgKm5nRm9yPVwibGV0IGxpbmsgb2YgaXRlbS5saW5rc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm5hdi1pdGVtXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cImxpbmsuY2xhc3MgPz8gJydcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlXT1cImxpbmsuc3R5bGUgPz8gJydcIlxuICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgIDx4LWVsZW1lbnQtbGlua1xuICAgICAgICAgICAgICAgICAgICAgICAgICBbZGF0YV09XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5rXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICB8IHhQcmVwZW5kXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDoge1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M6XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICdidG4gYnRuLXByaW1hcnkgYnRuLWxpbmsgdGV4dC1kZWNvcmF0aW9uLW5vbmUgcC0wIG0tMCcsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgPjwveC1lbGVtZW50LWxpbms+XG4gICAgICAgICAgICAgICAgICAgICAgPC9saT5cbiAgICAgICAgICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICA8L2xpPlxuICAgICAgICAgICAgPC91bD5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPCEtLSBjYXJkcyAtLT5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICpuZ0lmPVwiZGF0YS5jYXJkcz8ubGVuZ3RoXCJcbiAgICAgICAgICBjbGFzcz1cInJvdyBteS0zIHJvdy1jb2xzLTEgcm93LWNvbHMtc20tMiByb3ctY29scy1tZC0zXCJcbiAgICAgICAgICBbbmdDbGFzc109XCJkYXRhLmFsaWduID8/ICcnXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGEuY2FyZHNcIlxuICAgICAgICAgICAgY2xhc3M9XCJjb2xcIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwiaXRlbS5jbGFzcyA/PyAnJ1wiXG4gICAgICAgICAgICBbc3R5bGVdPVwiaXRlbS5zdHlsZSA/PyAnJ1wiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICBjbGFzcz1cImNhcmQgY2FyZC1ib2R5IHRleHQtYmctbGlnaHRcIlxuICAgICAgICAgICAgICBbbmdDbGFzc109XCJkYXRhLmJnQ2xhc3MgPz8gJydcIlxuICAgICAgICAgICAgICBbc3R5bGVdPVwiZGF0YS5iZ1N0eWxlID8/ICcnXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRleHQtc3RhcnRcIj5cbiAgICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgICAqbmdJZj1cIml0ZW0uaWNvbiAmJiBpc1VybChpdGVtLmljb24pXCJcbiAgICAgICAgICAgICAgICAgIFtzcmNdPVwiaXRlbS5pY29uXCJcbiAgICAgICAgICAgICAgICAgIGNsYXNzPVwiXCJcbiAgICAgICAgICAgICAgICAgIHdpZHRoPVwiNzJcIlxuICAgICAgICAgICAgICAgICAgaGVpZ2h0PVwiNzJcIlxuICAgICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgICAgPGlcbiAgICAgICAgICAgICAgICAgICpuZ0lmPVwiaXRlbS5pY29uICYmICFpc1VybChpdGVtLmljb24pXCJcbiAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIml0ZW0uaWNvblwiXG4gICAgICAgICAgICAgICAgICBjbGFzcz1cImZhLTJ4XCJcbiAgICAgICAgICAgICAgICA+PC9pPlxuICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPGgzICpuZ0lmPVwiaXRlbT8udGl0bGVcIj5cbiAgICAgICAgICAgICAgICB7eyBpdGVtLnRpdGxlIH19XG4gICAgICAgICAgICAgIDwvaDM+XG4gICAgICAgICAgICAgIDxwICpuZ0lmPVwiaXRlbT8uZGVzY1wiPlxuICAgICAgICAgICAgICAgIHt7IGl0ZW0uZGVzYyB9fVxuICAgICAgICAgICAgICA8L3A+XG4gICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJpdGVtPy5saW5rcz8ubGVuZ3RoXCI+XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgKm5nRm9yPVwibGV0IGxpbmsgb2YgaXRlbT8ubGlua3NcIlxuICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwibGluay5jbGFzcyA/PyAnJ1wiXG4gICAgICAgICAgICAgICAgICBbc3R5bGVdPVwibGluay5zdHlsZSA/PyAnJ1wiXG4gICAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgICAgPHgtZWxlbWVudC1saW5rXG4gICAgICAgICAgICAgICAgICAgIFtkYXRhXT1cIlxuICAgICAgICAgICAgICAgICAgICAgIGxpbmsgfCB4UHJlcGVuZDogeyBjbGFzczogJ2J0biBidG4tcHJpbWFyeSBidG4tbGluaycgfVxuICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgPjwveC1lbGVtZW50LWxpbms+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDwhLS0gZG91YmxlcyAtLT5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICpuZ0lmPVwiZGF0YS5kb3VibGVzPy5sZW5ndGhcIlxuICAgICAgICAgIGNsYXNzPVwicm93XCJcbiAgICAgICAgICBbbmdDbGFzc109XCJkYXRhLmFsaWduID8/ICcnXCJcbiAgICAgICAgPlxuICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICpuZ0Zvcj1cImxldCBpdGVtIG9mIGRhdGEuZG91YmxlczsgZXZlbiBhcyBlXCJcbiAgICAgICAgICAgIGNsYXNzPVwiZC1mbGV4IGp1c3RpZnktY29udGVudC1iZXR3ZWVuXCJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cIml0ZW0uY2xhc3MgPz8gJydcIlxuICAgICAgICAgICAgW3N0eWxlXT1cIml0ZW0uc3R5bGUgPz8gJydcIlxuICAgICAgICAgID5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJcIiBbbmdDbGFzc109XCJ7ICdvcmRlci1maXJzdCc6IGUsICdvcmRlci1sYXN0JzogIWUgfVwiPlxuICAgICAgICAgICAgICA8aDMgKm5nSWY9XCJpdGVtPy50aXRsZVwiPlxuICAgICAgICAgICAgICAgIHt7IGl0ZW0udGl0bGUgfX1cbiAgICAgICAgICAgICAgPC9oMz5cbiAgICAgICAgICAgICAgPHAgKm5nSWY9XCJpdGVtPy5kZXNjXCIgY2xhc3M9XCJ0ZXh0LXN0YXJ0IHB5LTNcIj57eyBpdGVtLmRlc2MgfX08L3A+XG4gICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJpdGVtPy5saW5rcz8ubGVuZ3RoXCIgY2xhc3M9XCJcIj5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgbGluayBvZiBpdGVtPy5saW5rc1wiXG4gICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJsaW5rLmNsYXNzID8/ICcnXCJcbiAgICAgICAgICAgICAgICAgIFtzdHlsZV09XCJsaW5rLnN0eWxlID8/ICcnXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICA8eC1lbGVtZW50LWxpbmtcbiAgICAgICAgICAgICAgICAgICAgW2RhdGFdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgbGlua1xuICAgICAgICAgICAgICAgICAgICAgICAgfCB4UHJlcGVuZFxuICAgICAgICAgICAgICAgICAgICAgICAgICA6IHtcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzOlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnYnRuIGJ0bi1wcmltYXJ5IGJ0bi1saW5rIGQtZmxleCBmbGV4LWNvbHVtbi1yZXZlcnNlJyxcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICA+PC94LWVsZW1lbnQtbGluaz5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJcIiBbbmdDbGFzc109XCJ7ICdvcmRlci1maXJzdCc6ICFlLCAnb3JkZXItbGFzdCc6IGUgfVwiPlxuICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwidGV4dC1zdGFydFwiPlxuICAgICAgICAgICAgICAgIDxpICpuZ0lmPVwiaXRlbT8uaWNvblwiIGNsYXNzPVwiZmEtNXhcIiBbbmdDbGFzc109XCJpdGVtLmljb25cIj48L2k+XG4gICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDwhLS0gaW1hZ2UgY2xvdWRzIC0tPlxuICAgICAgICA8ZGl2XG4gICAgICAgICAgKm5nSWY9XCJkYXRhLmNsb3VkPy5sZW5ndGhcIlxuICAgICAgICAgIGNsYXNzPVwicm93IHB5LTUganVzdGlmeS1jb250ZW50LWNlbnRlciB3LTEwMFwiXG4gICAgICAgID5cbiAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAqbmdGb3I9XCJsZXQgaXRlbSBvZiBkYXRhLmNsb3VkOyBldmVuIGFzIGVcIlxuICAgICAgICAgICAgY2xhc3M9XCJkLWZsZXgganVzdGlmeS1jb250ZW50LWJldHdlZW5cIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwiaXRlbS5jbGFzcyA/PyAnJ1wiXG4gICAgICAgICAgICBbc3R5bGVdPVwiaXRlbS5zdHlsZSA/PyAnJ1wiXG4gICAgICAgICAgPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cIlwiPlxuICAgICAgICAgICAgICA8aW1nXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJpdGVtLmljb24gJiYgaXNVcmwoaXRlbS5pY29uKVwiXG4gICAgICAgICAgICAgICAgW3NyY109XCJpdGVtLmljb25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiXCJcbiAgICAgICAgICAgICAgICB3aWR0aD1cIjcyXCJcbiAgICAgICAgICAgICAgICBoZWlnaHQ9XCI3MlwiXG4gICAgICAgICAgICAgIC8+XG4gICAgICAgICAgICAgIDxpXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJpdGVtLmljb24gJiYgIWlzVXJsKGl0ZW0uaWNvbilcIlxuICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIml0ZW0uaWNvblwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJmYS0yeFwiXG4gICAgICAgICAgICAgID48L2k+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPCEtLSBsaW5lcyAtLT5cbiAgICAgICAgPGRpdiAqbmdJZj1cImRhdGE/LmxpbmVzPy5sZW5ndGhcIiBjbGFzcz1cInJvdyBjb2wtMTIgY29udGFpbmVyXCI+XG4gICAgICAgICAgPGRpdlxuICAgICAgICAgICAgKm5nRm9yPVwibGV0IGl0ZW0gb2YgZGF0YT8ubGluZXNcIlxuICAgICAgICAgICAgY2xhc3M9XCJwdC0zIHB4LTAgYm9yZGVyLWJvdHRvbVwiXG4gICAgICAgICAgICBbbmdDbGFzc109XCJpdGVtLmNsYXNzID8/ICcnXCJcbiAgICAgICAgICAgIFtzdHlsZV09XCJpdGVtLnN0eWxlID8/ICcnXCJcbiAgICAgICAgICA+XG4gICAgICAgICAgICA8aDUgKm5nSWY9XCJpdGVtLnRpdGxlXCIgY2xhc3M9XCJ0ZXh0LXN0YXJ0XCI+XG4gICAgICAgICAgICAgIDxzcGFuICpuZ0lmPVwiIWl0ZW0udXJsXCI+e3sgaXRlbS50aXRsZSB9fTwvc3Bhbj5cbiAgICAgICAgICAgICAgPHgtZWxlbWVudC1saW5rXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJpdGVtLnVybFwiXG4gICAgICAgICAgICAgICAgW2RhdGFdPVwiaXRlbSB8IHhQcmVwZW5kOiB7IGNsYXNzOiAnYnRuIGJ0bi1saW5rIHAtMCcgfVwiXG4gICAgICAgICAgICAgID48L3gtZWxlbWVudC1saW5rPlxuICAgICAgICAgICAgPC9oNT5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICA8L2Rpdj5cbiAgICA8L25nLWNvbnRhaW5lcj5cbiAgYCxcbiAgc3R5bGVzOiBbXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FyZENvbXBvbmVudCB7XG4gIEBJbnB1dCgpIGRhdGE/OiBDYXJkQ29udHJhY3Q7XG5cbiAgaXNVcmwgPSBpc1VybDtcblxuICBjb21iaW5lZFN0eWxlKC4uLnN0eWxlczogc3RyaW5nW10pOiBzdHJpbmcge1xuICAgIHJldHVybiBzdHlsZXMuZmlsdGVyKChzdHlsZSkgPT4gISFzdHlsZSkuam9pbignOycpO1xuICB9XG59XG4iXX0=
|