vliz-be-theme 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +50 -0
- data/_config.yml +4 -0
- data/_data/articles.yml +43 -0
- data/_data/bg_with_block.yml +5 -0
- data/_data/carrousel.yml +28 -0
- data/_data/carrousel_two.yml +33 -0
- data/_data/main_banner.yml +24 -0
- data/_data/simple_questions.yml +16 -0
- data/_includes/banner/banner.html +50 -0
- data/_includes/banner/main.html +35 -0
- data/_includes/banner/topic.html +20 -0
- data/_includes/block_gallery_cards/card.html +36 -0
- data/_includes/block_gallery_cards/first_card.html +50 -0
- data/_includes/block_gallery_cards/main.html +40 -0
- data/_includes/carrousel_block/item.html +21 -0
- data/_includes/carrousel_block/main.html +22 -0
- data/_includes/carrousel_w_waves/item.html +27 -0
- data/_includes/carrousel_w_waves/main.html +39 -0
- data/_includes/footer/main.html +312 -0
- data/_includes/image_bg_white_card/main.html +26 -0
- data/_includes/image_w_descr_curly/main.html +48 -0
- data/_includes/light_bg_block/item.html +12 -0
- data/_includes/light_bg_block/main.html +19 -0
- data/_includes/mobile-overlay/main.html +419 -0
- data/_includes/navigation/main.html +515 -0
- data/_includes/navigation/search-overlay.html +49 -0
- data/_includes/no_bg_cards/item.html +24 -0
- data/_includes/no_bg_cards/main.html +21 -0
- data/_includes/no_bg_colored_blocks/item.html +19 -0
- data/_includes/no_bg_colored_blocks/main.html +34 -0
- data/_includes/simple_color_boxes/item.html +11 -0
- data/_includes/simple_color_boxes/main.html +29 -0
- data/_layouts/default.html +150 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +5 -0
- data/assets/core/misc/Vlaanderen_verbeelding werkt.png +0 -0
- data/assets/core/misc/bib_publications_bg.jpg +0 -0
- data/assets/core/misc/calendar.svg +1 -0
- data/assets/core/misc/check.svg +1 -0
- data/assets/core/misc/close.png +0 -0
- data/assets/core/misc/error.svg +1 -0
- data/assets/core/misc/gradient.png +0 -0
- data/assets/core/misc/loading-small.gif +0 -0
- data/assets/core/misc/move.svg +1 -0
- data/assets/core/misc/person.svg +1 -0
- data/assets/core/misc/privacyshield.png +0 -0
- data/assets/core/misc/share-Facebook.png +0 -0
- data/assets/core/misc/share-Fave.png +0 -0
- data/assets/core/misc/share-LinkedIn.png +0 -0
- data/assets/core/misc/share-Mailto.png +0 -0
- data/assets/core/misc/share-Print.png +0 -0
- data/assets/core/misc/share-RSS.png +0 -0
- data/assets/core/misc/share-Twitter.png +0 -0
- data/assets/core/misc/swoosh.svg +3 -0
- data/assets/core/misc/swoosh_bg.svg +11 -0
- data/assets/core/misc/throbber-active.gif +0 -0
- data/assets/core/misc/throbber-inactive.png +0 -0
- data/assets/core/misc/tree-bottom.png +0 -0
- data/assets/core/misc/tree.png +0 -0
- data/assets/core/misc/twistie-down.svg +1 -0
- data/assets/core/misc/twistie-up.svg +1 -0
- data/assets/core/misc/warning.svg +1 -0
- data/assets/core/misc/west_vlaanderen_logo.png +0 -0
- data/assets/css/custom_style.css +5 -0
- data/assets/css/stylesheet_one.css +2461 -0
- data/assets/css/stylesheet_two.css +9753 -0
- data/assets/css/tablesaw-base.css +601 -0
- data/assets/css/tablesaw-responsive.css +189 -0
- data/assets/js/brands.js +3448 -0
- data/assets/js/fontawesome-icons.js +6 -0
- data/assets/js/fontawesome.js +2355 -0
- data/assets/js/regular.js +1354 -0
- data/assets/js/script_one.js +3361 -0
- data/assets/js/script_three.js +1160 -0
- data/assets/js/script_two.js +3913 -0
- data/assets/js/solid.js +9921 -0
- data/assets/js/tablesaw-init.js +18 -0
- data/assets/js/tablesaw.min.js +1408 -0
- data/assets/media/img/SquidRNA.webp +0 -0
- data/assets/media/img/graph_concept_art.jpg +0 -0
- data/assets/media/img/placeholder.png +0 -0
- data/assets/media/video/Homepage_website_SimonStevin.mp4 +0 -0
- metadata +140 -0
|
@@ -0,0 +1,2355 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Font Awesome Free 6.1.0 by @fontawesome - https://fontawesome.com
|
|
3
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
+
* Copyright 2022 Fonticons, Inc.
|
|
5
|
+
*/
|
|
6
|
+
!(function () {
|
|
7
|
+
"use strict";
|
|
8
|
+
function a(a, t) {
|
|
9
|
+
var e,
|
|
10
|
+
n = Object.keys(a);
|
|
11
|
+
return (
|
|
12
|
+
Object.getOwnPropertySymbols &&
|
|
13
|
+
((e = Object.getOwnPropertySymbols(a)),
|
|
14
|
+
t &&
|
|
15
|
+
(e = e.filter(function (t) {
|
|
16
|
+
return Object.getOwnPropertyDescriptor(a, t).enumerable;
|
|
17
|
+
})),
|
|
18
|
+
n.push.apply(n, e)),
|
|
19
|
+
n
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
function k(n) {
|
|
23
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
24
|
+
var i = null != arguments[t] ? arguments[t] : {};
|
|
25
|
+
t % 2
|
|
26
|
+
? a(Object(i), !0).forEach(function (t) {
|
|
27
|
+
var a, e;
|
|
28
|
+
(a = n),
|
|
29
|
+
(t = i[(e = t)]),
|
|
30
|
+
e in a
|
|
31
|
+
? Object.defineProperty(a, e, {
|
|
32
|
+
value: t,
|
|
33
|
+
enumerable: !0,
|
|
34
|
+
configurable: !0,
|
|
35
|
+
writable: !0,
|
|
36
|
+
})
|
|
37
|
+
: (a[e] = t);
|
|
38
|
+
})
|
|
39
|
+
: Object.getOwnPropertyDescriptors
|
|
40
|
+
? Object.defineProperties(n, Object.getOwnPropertyDescriptors(i))
|
|
41
|
+
: a(Object(i)).forEach(function (t) {
|
|
42
|
+
Object.defineProperty(n, t, Object.getOwnPropertyDescriptor(i, t));
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
return n;
|
|
46
|
+
}
|
|
47
|
+
function n(t) {
|
|
48
|
+
return (n =
|
|
49
|
+
"function" == typeof Symbol && "symbol" == typeof Symbol.iterator
|
|
50
|
+
? function (t) {
|
|
51
|
+
return typeof t;
|
|
52
|
+
}
|
|
53
|
+
: function (t) {
|
|
54
|
+
return t &&
|
|
55
|
+
"function" == typeof Symbol &&
|
|
56
|
+
t.constructor === Symbol &&
|
|
57
|
+
t !== Symbol.prototype
|
|
58
|
+
? "symbol"
|
|
59
|
+
: typeof t;
|
|
60
|
+
})(t);
|
|
61
|
+
}
|
|
62
|
+
function i(t, a) {
|
|
63
|
+
for (var e = 0; e < a.length; e++) {
|
|
64
|
+
var n = a[e];
|
|
65
|
+
(n.enumerable = n.enumerable || !1),
|
|
66
|
+
(n.configurable = !0),
|
|
67
|
+
"value" in n && (n.writable = !0),
|
|
68
|
+
Object.defineProperty(t, n.key, n);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
function m(t, a) {
|
|
72
|
+
return (
|
|
73
|
+
(function (t) {
|
|
74
|
+
if (Array.isArray(t)) return t;
|
|
75
|
+
})(t) ||
|
|
76
|
+
(function (t, a) {
|
|
77
|
+
var e =
|
|
78
|
+
null == t
|
|
79
|
+
? null
|
|
80
|
+
: ("undefined" != typeof Symbol && t[Symbol.iterator]) ||
|
|
81
|
+
t["@@iterator"];
|
|
82
|
+
if (null != e) {
|
|
83
|
+
var n,
|
|
84
|
+
i,
|
|
85
|
+
r = [],
|
|
86
|
+
o = !0,
|
|
87
|
+
s = !1;
|
|
88
|
+
try {
|
|
89
|
+
for (
|
|
90
|
+
e = e.call(t);
|
|
91
|
+
!(o = (n = e.next()).done) &&
|
|
92
|
+
(r.push(n.value), !a || r.length !== a);
|
|
93
|
+
o = !0
|
|
94
|
+
);
|
|
95
|
+
} catch (t) {
|
|
96
|
+
(s = !0), (i = t);
|
|
97
|
+
} finally {
|
|
98
|
+
try {
|
|
99
|
+
o || null == e.return || e.return();
|
|
100
|
+
} finally {
|
|
101
|
+
if (s) throw i;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
return r;
|
|
105
|
+
}
|
|
106
|
+
})(t, a) ||
|
|
107
|
+
e(t, a) ||
|
|
108
|
+
(function () {
|
|
109
|
+
throw new TypeError(
|
|
110
|
+
"Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
|
|
111
|
+
);
|
|
112
|
+
})()
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
function l(t) {
|
|
116
|
+
return (
|
|
117
|
+
(function (t) {
|
|
118
|
+
if (Array.isArray(t)) return r(t);
|
|
119
|
+
})(t) ||
|
|
120
|
+
(function (t) {
|
|
121
|
+
if (
|
|
122
|
+
("undefined" != typeof Symbol && null != t[Symbol.iterator]) ||
|
|
123
|
+
null != t["@@iterator"]
|
|
124
|
+
)
|
|
125
|
+
return Array.from(t);
|
|
126
|
+
})(t) ||
|
|
127
|
+
e(t) ||
|
|
128
|
+
(function () {
|
|
129
|
+
throw new TypeError(
|
|
130
|
+
"Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."
|
|
131
|
+
);
|
|
132
|
+
})()
|
|
133
|
+
);
|
|
134
|
+
}
|
|
135
|
+
function e(t, a) {
|
|
136
|
+
if (t) {
|
|
137
|
+
if ("string" == typeof t) return r(t, a);
|
|
138
|
+
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
139
|
+
return "Map" ===
|
|
140
|
+
(e = "Object" === e && t.constructor ? t.constructor.name : e) ||
|
|
141
|
+
"Set" === e
|
|
142
|
+
? Array.from(t)
|
|
143
|
+
: "Arguments" === e ||
|
|
144
|
+
/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)
|
|
145
|
+
? r(t, a)
|
|
146
|
+
: void 0;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
function r(t, a) {
|
|
150
|
+
(null == a || a > t.length) && (a = t.length);
|
|
151
|
+
for (var e = 0, n = new Array(a); e < a; e++) n[e] = t[e];
|
|
152
|
+
return n;
|
|
153
|
+
}
|
|
154
|
+
function t() {}
|
|
155
|
+
var o = {},
|
|
156
|
+
s = {},
|
|
157
|
+
c = null,
|
|
158
|
+
f = { mark: t, measure: t };
|
|
159
|
+
try {
|
|
160
|
+
"undefined" != typeof window && (o = window),
|
|
161
|
+
"undefined" != typeof document && (s = document),
|
|
162
|
+
"undefined" != typeof MutationObserver && (c = MutationObserver),
|
|
163
|
+
"undefined" != typeof performance && (f = performance);
|
|
164
|
+
} catch (t) {}
|
|
165
|
+
var u = (o.navigator || {}).userAgent,
|
|
166
|
+
d = void 0 === u ? "" : u,
|
|
167
|
+
g = o,
|
|
168
|
+
h = s,
|
|
169
|
+
b = c,
|
|
170
|
+
u = f,
|
|
171
|
+
v = !!g.document,
|
|
172
|
+
p =
|
|
173
|
+
!!h.documentElement &&
|
|
174
|
+
!!h.head &&
|
|
175
|
+
"function" == typeof h.addEventListener &&
|
|
176
|
+
"function" == typeof h.createElement,
|
|
177
|
+
y = ~d.indexOf("MSIE") || ~d.indexOf("Trident/"),
|
|
178
|
+
o = "___FONT_AWESOME___",
|
|
179
|
+
w = 16,
|
|
180
|
+
x = "svg-inline--fa",
|
|
181
|
+
A = "data-fa-i2svg",
|
|
182
|
+
O = "data-fa-pseudo-element",
|
|
183
|
+
N = "data-fa-pseudo-element-pending",
|
|
184
|
+
C = "data-prefix",
|
|
185
|
+
P = "data-icon",
|
|
186
|
+
S = "fontawesome-i2svg",
|
|
187
|
+
z = "async",
|
|
188
|
+
E = ["HTML", "HEAD", "STYLE", "SCRIPT"],
|
|
189
|
+
j = (function () {
|
|
190
|
+
try {
|
|
191
|
+
return !0;
|
|
192
|
+
} catch (t) {
|
|
193
|
+
return !1;
|
|
194
|
+
}
|
|
195
|
+
})(),
|
|
196
|
+
M = {
|
|
197
|
+
fas: "solid",
|
|
198
|
+
"fa-solid": "solid",
|
|
199
|
+
far: "regular",
|
|
200
|
+
"fa-regular": "regular",
|
|
201
|
+
fal: "light",
|
|
202
|
+
"fa-light": "light",
|
|
203
|
+
fat: "thin",
|
|
204
|
+
"fa-thin": "thin",
|
|
205
|
+
fad: "duotone",
|
|
206
|
+
"fa-duotone": "duotone",
|
|
207
|
+
fab: "brands",
|
|
208
|
+
"fa-brands": "brands",
|
|
209
|
+
fak: "kit",
|
|
210
|
+
"fa-kit": "kit",
|
|
211
|
+
fa: "solid",
|
|
212
|
+
},
|
|
213
|
+
I = {
|
|
214
|
+
solid: "fas",
|
|
215
|
+
regular: "far",
|
|
216
|
+
light: "fal",
|
|
217
|
+
thin: "fat",
|
|
218
|
+
duotone: "fad",
|
|
219
|
+
brands: "fab",
|
|
220
|
+
kit: "fak",
|
|
221
|
+
},
|
|
222
|
+
L = {
|
|
223
|
+
fab: "fa-brands",
|
|
224
|
+
fad: "fa-duotone",
|
|
225
|
+
fak: "fa-kit",
|
|
226
|
+
fal: "fa-light",
|
|
227
|
+
far: "fa-regular",
|
|
228
|
+
fas: "fa-solid",
|
|
229
|
+
fat: "fa-thin",
|
|
230
|
+
},
|
|
231
|
+
Y = {
|
|
232
|
+
"fa-brands": "fab",
|
|
233
|
+
"fa-duotone": "fad",
|
|
234
|
+
"fa-kit": "fak",
|
|
235
|
+
"fa-light": "fal",
|
|
236
|
+
"fa-regular": "far",
|
|
237
|
+
"fa-solid": "fas",
|
|
238
|
+
"fa-thin": "fat",
|
|
239
|
+
},
|
|
240
|
+
R = /fa[srltdbk\-\ ]/,
|
|
241
|
+
T = "fa-layers-text",
|
|
242
|
+
D =
|
|
243
|
+
/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Kit)?.*/i,
|
|
244
|
+
F = { 900: "fas", 400: "far", normal: "far", 300: "fal", 100: "fat" },
|
|
245
|
+
s = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
|
|
246
|
+
c = s.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]),
|
|
247
|
+
H = [
|
|
248
|
+
"class",
|
|
249
|
+
"data-prefix",
|
|
250
|
+
"data-icon",
|
|
251
|
+
"data-fa-transform",
|
|
252
|
+
"data-fa-mask",
|
|
253
|
+
],
|
|
254
|
+
W = {
|
|
255
|
+
GROUP: "duotone-group",
|
|
256
|
+
SWAP_OPACITY: "swap-opacity",
|
|
257
|
+
PRIMARY: "primary",
|
|
258
|
+
SECONDARY: "secondary",
|
|
259
|
+
},
|
|
260
|
+
U = []
|
|
261
|
+
.concat(l(Object.keys(I)), [
|
|
262
|
+
"2xs",
|
|
263
|
+
"xs",
|
|
264
|
+
"sm",
|
|
265
|
+
"lg",
|
|
266
|
+
"xl",
|
|
267
|
+
"2xl",
|
|
268
|
+
"beat",
|
|
269
|
+
"border",
|
|
270
|
+
"fade",
|
|
271
|
+
"beat-fade",
|
|
272
|
+
"bounce",
|
|
273
|
+
"flip-both",
|
|
274
|
+
"flip-horizontal",
|
|
275
|
+
"flip-vertical",
|
|
276
|
+
"flip",
|
|
277
|
+
"fw",
|
|
278
|
+
"inverse",
|
|
279
|
+
"layers-counter",
|
|
280
|
+
"layers-text",
|
|
281
|
+
"layers",
|
|
282
|
+
"li",
|
|
283
|
+
"pull-left",
|
|
284
|
+
"pull-right",
|
|
285
|
+
"pulse",
|
|
286
|
+
"rotate-180",
|
|
287
|
+
"rotate-270",
|
|
288
|
+
"rotate-90",
|
|
289
|
+
"rotate-by",
|
|
290
|
+
"shake",
|
|
291
|
+
"spin-pulse",
|
|
292
|
+
"spin-reverse",
|
|
293
|
+
"spin",
|
|
294
|
+
"stack-1x",
|
|
295
|
+
"stack-2x",
|
|
296
|
+
"stack",
|
|
297
|
+
"ul",
|
|
298
|
+
W.GROUP,
|
|
299
|
+
W.SWAP_OPACITY,
|
|
300
|
+
W.PRIMARY,
|
|
301
|
+
W.SECONDARY,
|
|
302
|
+
])
|
|
303
|
+
.concat(
|
|
304
|
+
s.map(function (t) {
|
|
305
|
+
return "".concat(t, "x");
|
|
306
|
+
})
|
|
307
|
+
)
|
|
308
|
+
.concat(
|
|
309
|
+
c.map(function (t) {
|
|
310
|
+
return "w-".concat(t);
|
|
311
|
+
})
|
|
312
|
+
),
|
|
313
|
+
_ = g.FontAwesomeConfig || {};
|
|
314
|
+
h &&
|
|
315
|
+
"function" == typeof h.querySelector &&
|
|
316
|
+
[
|
|
317
|
+
["data-family-prefix", "familyPrefix"],
|
|
318
|
+
["data-style-default", "styleDefault"],
|
|
319
|
+
["data-replacement-class", "replacementClass"],
|
|
320
|
+
["data-auto-replace-svg", "autoReplaceSvg"],
|
|
321
|
+
["data-auto-add-css", "autoAddCss"],
|
|
322
|
+
["data-auto-a11y", "autoA11y"],
|
|
323
|
+
["data-search-pseudo-elements", "searchPseudoElements"],
|
|
324
|
+
["data-observe-mutations", "observeMutations"],
|
|
325
|
+
["data-mutate-approach", "mutateApproach"],
|
|
326
|
+
["data-keep-original-source", "keepOriginalSource"],
|
|
327
|
+
["data-measure-performance", "measurePerformance"],
|
|
328
|
+
["data-show-missing-icons", "showMissingIcons"],
|
|
329
|
+
].forEach(function (t) {
|
|
330
|
+
var a = m(t, 2),
|
|
331
|
+
t = a[0],
|
|
332
|
+
a = a[1],
|
|
333
|
+
t =
|
|
334
|
+
"" ===
|
|
335
|
+
(t = (function (t) {
|
|
336
|
+
var a = h.querySelector("script[" + t + "]");
|
|
337
|
+
if (a) return a.getAttribute(t);
|
|
338
|
+
})(t)) ||
|
|
339
|
+
("false" !== t && ("true" === t || t));
|
|
340
|
+
null != t && (_[a] = t);
|
|
341
|
+
});
|
|
342
|
+
var B = k(
|
|
343
|
+
k(
|
|
344
|
+
{},
|
|
345
|
+
{
|
|
346
|
+
familyPrefix: "fa",
|
|
347
|
+
styleDefault: "solid",
|
|
348
|
+
replacementClass: x,
|
|
349
|
+
autoReplaceSvg: !0,
|
|
350
|
+
autoAddCss: !0,
|
|
351
|
+
autoA11y: !0,
|
|
352
|
+
searchPseudoElements: !1,
|
|
353
|
+
observeMutations: !0,
|
|
354
|
+
mutateApproach: "async",
|
|
355
|
+
keepOriginalSource: !0,
|
|
356
|
+
measurePerformance: !1,
|
|
357
|
+
showMissingIcons: !0,
|
|
358
|
+
}
|
|
359
|
+
),
|
|
360
|
+
_
|
|
361
|
+
);
|
|
362
|
+
B.autoReplaceSvg || (B.observeMutations = !1);
|
|
363
|
+
var X = {};
|
|
364
|
+
Object.keys(B).forEach(function (a) {
|
|
365
|
+
Object.defineProperty(X, a, {
|
|
366
|
+
enumerable: !0,
|
|
367
|
+
set: function (t) {
|
|
368
|
+
(B[a] = t),
|
|
369
|
+
q.forEach(function (t) {
|
|
370
|
+
return t(X);
|
|
371
|
+
});
|
|
372
|
+
},
|
|
373
|
+
get: function () {
|
|
374
|
+
return B[a];
|
|
375
|
+
},
|
|
376
|
+
});
|
|
377
|
+
}),
|
|
378
|
+
(g.FontAwesomeConfig = X);
|
|
379
|
+
var q = [];
|
|
380
|
+
var V = w,
|
|
381
|
+
G = { size: 16, x: 0, y: 0, rotate: 0, flipX: !1, flipY: !1 };
|
|
382
|
+
var K = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
|
383
|
+
function J() {
|
|
384
|
+
for (var t = 12, a = ""; 0 < t--; ) a += K[(62 * Math.random()) | 0];
|
|
385
|
+
return a;
|
|
386
|
+
}
|
|
387
|
+
function Q(t) {
|
|
388
|
+
for (var a = [], e = (t || []).length >>> 0; e--; ) a[e] = t[e];
|
|
389
|
+
return a;
|
|
390
|
+
}
|
|
391
|
+
function Z(t) {
|
|
392
|
+
return t.classList
|
|
393
|
+
? Q(t.classList)
|
|
394
|
+
: (t.getAttribute("class") || "").split(" ").filter(function (t) {
|
|
395
|
+
return t;
|
|
396
|
+
});
|
|
397
|
+
}
|
|
398
|
+
function $(t) {
|
|
399
|
+
return ""
|
|
400
|
+
.concat(t)
|
|
401
|
+
.replace(/&/g, "&")
|
|
402
|
+
.replace(/"/g, """)
|
|
403
|
+
.replace(/'/g, "'")
|
|
404
|
+
.replace(/</g, "<")
|
|
405
|
+
.replace(/>/g, ">");
|
|
406
|
+
}
|
|
407
|
+
function tt(e) {
|
|
408
|
+
return Object.keys(e || {}).reduce(function (t, a) {
|
|
409
|
+
return t + "".concat(a, ": ").concat(e[a].trim(), ";");
|
|
410
|
+
}, "");
|
|
411
|
+
}
|
|
412
|
+
function at(t) {
|
|
413
|
+
return (
|
|
414
|
+
t.size !== G.size ||
|
|
415
|
+
t.x !== G.x ||
|
|
416
|
+
t.y !== G.y ||
|
|
417
|
+
t.rotate !== G.rotate ||
|
|
418
|
+
t.flipX ||
|
|
419
|
+
t.flipY
|
|
420
|
+
);
|
|
421
|
+
}
|
|
422
|
+
function et() {
|
|
423
|
+
var t,
|
|
424
|
+
a,
|
|
425
|
+
e = x,
|
|
426
|
+
n = X.familyPrefix,
|
|
427
|
+
i = X.replacementClass,
|
|
428
|
+
r =
|
|
429
|
+
':host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285705em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}';
|
|
430
|
+
return (
|
|
431
|
+
("fa" === n && i === e) ||
|
|
432
|
+
((t = new RegExp("\\.".concat("fa", "\\-"), "g")),
|
|
433
|
+
(a = new RegExp("\\--".concat("fa", "\\-"), "g")),
|
|
434
|
+
(e = new RegExp("\\.".concat(e), "g")),
|
|
435
|
+
(r = r
|
|
436
|
+
.replace(t, ".".concat(n, "-"))
|
|
437
|
+
.replace(a, "--".concat(n, "-"))
|
|
438
|
+
.replace(e, ".".concat(i)))),
|
|
439
|
+
r
|
|
440
|
+
);
|
|
441
|
+
}
|
|
442
|
+
var nt = !1;
|
|
443
|
+
function it() {
|
|
444
|
+
X.autoAddCss &&
|
|
445
|
+
!nt &&
|
|
446
|
+
((function (t) {
|
|
447
|
+
if (t && p) {
|
|
448
|
+
var a = h.createElement("style");
|
|
449
|
+
a.setAttribute("type", "text/css"), (a.innerHTML = t);
|
|
450
|
+
for (
|
|
451
|
+
var e = h.head.childNodes, n = null, i = e.length - 1;
|
|
452
|
+
-1 < i;
|
|
453
|
+
i--
|
|
454
|
+
) {
|
|
455
|
+
var r = e[i],
|
|
456
|
+
o = (r.tagName || "").toUpperCase();
|
|
457
|
+
-1 < ["STYLE", "LINK"].indexOf(o) && (n = r);
|
|
458
|
+
}
|
|
459
|
+
h.head.insertBefore(a, n);
|
|
460
|
+
}
|
|
461
|
+
})(et()),
|
|
462
|
+
(nt = !0));
|
|
463
|
+
}
|
|
464
|
+
(f = {
|
|
465
|
+
mixout: function () {
|
|
466
|
+
return { dom: { css: et, insertCss: it } };
|
|
467
|
+
},
|
|
468
|
+
hooks: function () {
|
|
469
|
+
return {
|
|
470
|
+
beforeDOMElementCreation: function () {
|
|
471
|
+
it();
|
|
472
|
+
},
|
|
473
|
+
beforeI2svg: function () {
|
|
474
|
+
it();
|
|
475
|
+
},
|
|
476
|
+
};
|
|
477
|
+
},
|
|
478
|
+
}),
|
|
479
|
+
(d = g || {});
|
|
480
|
+
d[o] || (d[o] = {}),
|
|
481
|
+
d[o].styles || (d[o].styles = {}),
|
|
482
|
+
d[o].hooks || (d[o].hooks = {}),
|
|
483
|
+
d[o].shims || (d[o].shims = []);
|
|
484
|
+
function rt() {
|
|
485
|
+
h.removeEventListener("DOMContentLoaded", rt),
|
|
486
|
+
(ct = 1),
|
|
487
|
+
st.map(function (t) {
|
|
488
|
+
return t();
|
|
489
|
+
});
|
|
490
|
+
}
|
|
491
|
+
var ot = d[o],
|
|
492
|
+
st = [],
|
|
493
|
+
ct = !1;
|
|
494
|
+
function ft(t) {
|
|
495
|
+
p && (ct ? setTimeout(t, 0) : st.push(t));
|
|
496
|
+
}
|
|
497
|
+
function lt(t) {
|
|
498
|
+
var e,
|
|
499
|
+
a = t.tag,
|
|
500
|
+
n = t.attributes,
|
|
501
|
+
i = void 0 === n ? {} : n,
|
|
502
|
+
n = t.children,
|
|
503
|
+
n = void 0 === n ? [] : n;
|
|
504
|
+
return "string" == typeof t
|
|
505
|
+
? $(t)
|
|
506
|
+
: "<"
|
|
507
|
+
.concat(a, " ")
|
|
508
|
+
.concat(
|
|
509
|
+
((e = i),
|
|
510
|
+
Object.keys(e || {})
|
|
511
|
+
.reduce(function (t, a) {
|
|
512
|
+
return t + "".concat(a, '="').concat($(e[a]), '" ');
|
|
513
|
+
}, "")
|
|
514
|
+
.trim()),
|
|
515
|
+
">"
|
|
516
|
+
)
|
|
517
|
+
.concat(n.map(lt).join(""), "</")
|
|
518
|
+
.concat(a, ">");
|
|
519
|
+
}
|
|
520
|
+
function ut(t, a, e) {
|
|
521
|
+
if (t && t[a] && t[a][e]) return { prefix: a, iconName: e, icon: t[a][e] };
|
|
522
|
+
}
|
|
523
|
+
p &&
|
|
524
|
+
((ct = (h.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(
|
|
525
|
+
h.readyState
|
|
526
|
+
)) ||
|
|
527
|
+
h.addEventListener("DOMContentLoaded", rt));
|
|
528
|
+
function mt(t, a, e, n) {
|
|
529
|
+
for (
|
|
530
|
+
var i,
|
|
531
|
+
r,
|
|
532
|
+
o = Object.keys(t),
|
|
533
|
+
s = o.length,
|
|
534
|
+
c = void 0 !== n ? dt(a, n) : a,
|
|
535
|
+
f = void 0 === e ? ((i = 1), t[o[0]]) : ((i = 0), e);
|
|
536
|
+
i < s;
|
|
537
|
+
i++
|
|
538
|
+
)
|
|
539
|
+
f = c(f, t[(r = o[i])], r, t);
|
|
540
|
+
return f;
|
|
541
|
+
}
|
|
542
|
+
var dt = function (i, r) {
|
|
543
|
+
return function (t, a, e, n) {
|
|
544
|
+
return i.call(r, t, a, e, n);
|
|
545
|
+
};
|
|
546
|
+
};
|
|
547
|
+
function bt(t) {
|
|
548
|
+
t = (function (t) {
|
|
549
|
+
for (var a = [], e = 0, n = t.length; e < n; ) {
|
|
550
|
+
var i,
|
|
551
|
+
r = t.charCodeAt(e++);
|
|
552
|
+
55296 <= r && r <= 56319 && e < n
|
|
553
|
+
? 56320 == (64512 & (i = t.charCodeAt(e++)))
|
|
554
|
+
? a.push(((1023 & r) << 10) + (1023 & i) + 65536)
|
|
555
|
+
: (a.push(r), e--)
|
|
556
|
+
: a.push(r);
|
|
557
|
+
}
|
|
558
|
+
return a;
|
|
559
|
+
})(t);
|
|
560
|
+
return 1 === t.length ? t[0].toString(16) : null;
|
|
561
|
+
}
|
|
562
|
+
function vt(n) {
|
|
563
|
+
return Object.keys(n).reduce(function (t, a) {
|
|
564
|
+
var e = n[a];
|
|
565
|
+
return !!e.icon ? (t[e.iconName] = e.icon) : (t[a] = e), t;
|
|
566
|
+
}, {});
|
|
567
|
+
}
|
|
568
|
+
function pt(t, a, e) {
|
|
569
|
+
var n = (2 < arguments.length && void 0 !== e ? e : {}).skipHooks,
|
|
570
|
+
e = void 0 !== n && n,
|
|
571
|
+
n = vt(a);
|
|
572
|
+
"function" != typeof ot.hooks.addPack || e
|
|
573
|
+
? (ot.styles[t] = k(k({}, ot.styles[t] || {}), n))
|
|
574
|
+
: ot.hooks.addPack(t, vt(a)),
|
|
575
|
+
"fas" === t && pt("fa", a);
|
|
576
|
+
}
|
|
577
|
+
var gt = ot.styles,
|
|
578
|
+
ht = ot.shims,
|
|
579
|
+
yt = Object.values(L),
|
|
580
|
+
kt = null,
|
|
581
|
+
wt = {},
|
|
582
|
+
xt = {},
|
|
583
|
+
At = {},
|
|
584
|
+
Ot = {},
|
|
585
|
+
Nt = {},
|
|
586
|
+
Ct = Object.keys(M);
|
|
587
|
+
function Pt(t, a) {
|
|
588
|
+
var e = a.split("-"),
|
|
589
|
+
a = e[0],
|
|
590
|
+
e = e.slice(1).join("-");
|
|
591
|
+
return a !== t || "" === e || ~U.indexOf(e) ? null : e;
|
|
592
|
+
}
|
|
593
|
+
function St() {
|
|
594
|
+
function t(n) {
|
|
595
|
+
return mt(
|
|
596
|
+
gt,
|
|
597
|
+
function (t, a, e) {
|
|
598
|
+
return (t[e] = mt(a, n, {})), t;
|
|
599
|
+
},
|
|
600
|
+
{}
|
|
601
|
+
);
|
|
602
|
+
}
|
|
603
|
+
(wt = t(function (a, t, e) {
|
|
604
|
+
return (
|
|
605
|
+
t[3] && (a[t[3]] = e),
|
|
606
|
+
t[2] &&
|
|
607
|
+
t[2]
|
|
608
|
+
.filter(function (t) {
|
|
609
|
+
return "number" == typeof t;
|
|
610
|
+
})
|
|
611
|
+
.forEach(function (t) {
|
|
612
|
+
a[t.toString(16)] = e;
|
|
613
|
+
}),
|
|
614
|
+
a
|
|
615
|
+
);
|
|
616
|
+
})),
|
|
617
|
+
(xt = t(function (a, t, e) {
|
|
618
|
+
return (
|
|
619
|
+
(a[e] = e),
|
|
620
|
+
t[2] &&
|
|
621
|
+
t[2]
|
|
622
|
+
.filter(function (t) {
|
|
623
|
+
return "string" == typeof t;
|
|
624
|
+
})
|
|
625
|
+
.forEach(function (t) {
|
|
626
|
+
a[t] = e;
|
|
627
|
+
}),
|
|
628
|
+
a
|
|
629
|
+
);
|
|
630
|
+
})),
|
|
631
|
+
(Nt = t(function (a, t, e) {
|
|
632
|
+
t = t[2];
|
|
633
|
+
return (
|
|
634
|
+
(a[e] = e),
|
|
635
|
+
t.forEach(function (t) {
|
|
636
|
+
a[t] = e;
|
|
637
|
+
}),
|
|
638
|
+
a
|
|
639
|
+
);
|
|
640
|
+
}));
|
|
641
|
+
var i = "far" in gt || X.autoFetchSvg,
|
|
642
|
+
a = mt(
|
|
643
|
+
ht,
|
|
644
|
+
function (t, a) {
|
|
645
|
+
var e = a[0],
|
|
646
|
+
n = a[1],
|
|
647
|
+
a = a[2];
|
|
648
|
+
return (
|
|
649
|
+
"far" !== n || i || (n = "fas"),
|
|
650
|
+
"string" == typeof e && (t.names[e] = { prefix: n, iconName: a }),
|
|
651
|
+
"number" == typeof e &&
|
|
652
|
+
(t.unicodes[e.toString(16)] = { prefix: n, iconName: a }),
|
|
653
|
+
t
|
|
654
|
+
);
|
|
655
|
+
},
|
|
656
|
+
{ names: {}, unicodes: {} }
|
|
657
|
+
);
|
|
658
|
+
(At = a.names), (Ot = a.unicodes), (kt = It(X.styleDefault));
|
|
659
|
+
}
|
|
660
|
+
function zt(t, a) {
|
|
661
|
+
return (wt[t] || {})[a];
|
|
662
|
+
}
|
|
663
|
+
function Et(t, a) {
|
|
664
|
+
return (Nt[t] || {})[a];
|
|
665
|
+
}
|
|
666
|
+
function jt(t) {
|
|
667
|
+
return At[t] || { prefix: null, iconName: null };
|
|
668
|
+
}
|
|
669
|
+
(s = function (t) {
|
|
670
|
+
kt = It(t.styleDefault);
|
|
671
|
+
}),
|
|
672
|
+
q.push(s),
|
|
673
|
+
St();
|
|
674
|
+
function Mt() {
|
|
675
|
+
return { prefix: null, iconName: null, rest: [] };
|
|
676
|
+
}
|
|
677
|
+
function It(t) {
|
|
678
|
+
var a = I[t] || I[M[t]],
|
|
679
|
+
t = t in ot.styles ? t : null;
|
|
680
|
+
return a || t || null;
|
|
681
|
+
}
|
|
682
|
+
function Lt(t, a) {
|
|
683
|
+
var a = (1 < arguments.length && void 0 !== a ? a : {}).skipLookups,
|
|
684
|
+
n = void 0 !== a && a,
|
|
685
|
+
i = null,
|
|
686
|
+
t = t.reduce(function (t, a) {
|
|
687
|
+
var e = Pt(X.familyPrefix, a);
|
|
688
|
+
return (
|
|
689
|
+
gt[a]
|
|
690
|
+
? ((a = yt.includes(a) ? Y[a] : a), (i = a), (t.prefix = a))
|
|
691
|
+
: -1 < Ct.indexOf(a)
|
|
692
|
+
? ((i = a), (t.prefix = It(a)))
|
|
693
|
+
: e
|
|
694
|
+
? (t.iconName = e)
|
|
695
|
+
: a !== X.replacementClass && t.rest.push(a),
|
|
696
|
+
!n &&
|
|
697
|
+
t.prefix &&
|
|
698
|
+
t.iconName &&
|
|
699
|
+
((e = "fa" === i ? jt(t.iconName) : {}),
|
|
700
|
+
(a = Et(t.prefix, t.iconName)),
|
|
701
|
+
e.prefix && (i = null),
|
|
702
|
+
(t.iconName = e.iconName || a || t.iconName),
|
|
703
|
+
(t.prefix = e.prefix || t.prefix),
|
|
704
|
+
"far" !== t.prefix ||
|
|
705
|
+
gt.far ||
|
|
706
|
+
!gt.fas ||
|
|
707
|
+
X.autoFetchSvg ||
|
|
708
|
+
(t.prefix = "fas")),
|
|
709
|
+
t
|
|
710
|
+
);
|
|
711
|
+
}, Mt());
|
|
712
|
+
return ("fa" !== t.prefix && "fa" !== i) || (t.prefix = kt || "fas"), t;
|
|
713
|
+
}
|
|
714
|
+
var c = (function () {
|
|
715
|
+
function t() {
|
|
716
|
+
!(function (t, a) {
|
|
717
|
+
if (!(t instanceof a))
|
|
718
|
+
throw new TypeError("Cannot call a class as a function");
|
|
719
|
+
})(this, t),
|
|
720
|
+
(this.definitions = {});
|
|
721
|
+
}
|
|
722
|
+
var a, e, n;
|
|
723
|
+
return (
|
|
724
|
+
(a = t),
|
|
725
|
+
(e = [
|
|
726
|
+
{
|
|
727
|
+
key: "add",
|
|
728
|
+
value: function () {
|
|
729
|
+
for (
|
|
730
|
+
var e = this, t = arguments.length, a = new Array(t), n = 0;
|
|
731
|
+
n < t;
|
|
732
|
+
n++
|
|
733
|
+
)
|
|
734
|
+
a[n] = arguments[n];
|
|
735
|
+
var i = a.reduce(this._pullDefinitions, {});
|
|
736
|
+
Object.keys(i).forEach(function (t) {
|
|
737
|
+
(e.definitions[t] = k(k({}, e.definitions[t] || {}), i[t])),
|
|
738
|
+
pt(t, i[t]);
|
|
739
|
+
var a = L[t];
|
|
740
|
+
a && pt(a, i[t]), St();
|
|
741
|
+
});
|
|
742
|
+
},
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
key: "reset",
|
|
746
|
+
value: function () {
|
|
747
|
+
this.definitions = {};
|
|
748
|
+
},
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
key: "_pullDefinitions",
|
|
752
|
+
value: function (i, t) {
|
|
753
|
+
var r = t.prefix && t.iconName && t.icon ? { 0: t } : t;
|
|
754
|
+
return (
|
|
755
|
+
Object.keys(r).map(function (t) {
|
|
756
|
+
var a = r[t],
|
|
757
|
+
e = a.prefix,
|
|
758
|
+
t = a.iconName,
|
|
759
|
+
n = a.icon,
|
|
760
|
+
a = n[2];
|
|
761
|
+
i[e] || (i[e] = {}),
|
|
762
|
+
0 < a.length &&
|
|
763
|
+
a.forEach(function (t) {
|
|
764
|
+
"string" == typeof t && (i[e][t] = n);
|
|
765
|
+
}),
|
|
766
|
+
(i[e][t] = n);
|
|
767
|
+
}),
|
|
768
|
+
i
|
|
769
|
+
);
|
|
770
|
+
},
|
|
771
|
+
},
|
|
772
|
+
]) && i(a.prototype, e),
|
|
773
|
+
n && i(a, n),
|
|
774
|
+
Object.defineProperty(a, "prototype", { writable: !1 }),
|
|
775
|
+
t
|
|
776
|
+
);
|
|
777
|
+
})(),
|
|
778
|
+
d = [],
|
|
779
|
+
Yt = {},
|
|
780
|
+
Rt = {},
|
|
781
|
+
Tt = Object.keys(Rt);
|
|
782
|
+
function Dt(t, a) {
|
|
783
|
+
for (
|
|
784
|
+
var e = arguments.length, n = new Array(2 < e ? e - 2 : 0), i = 2;
|
|
785
|
+
i < e;
|
|
786
|
+
i++
|
|
787
|
+
)
|
|
788
|
+
n[i - 2] = arguments[i];
|
|
789
|
+
return (
|
|
790
|
+
(Yt[t] || []).forEach(function (t) {
|
|
791
|
+
a = t.apply(null, [a].concat(n));
|
|
792
|
+
}),
|
|
793
|
+
a
|
|
794
|
+
);
|
|
795
|
+
}
|
|
796
|
+
function Ft(t) {
|
|
797
|
+
for (
|
|
798
|
+
var a = arguments.length, e = new Array(1 < a ? a - 1 : 0), n = 1;
|
|
799
|
+
n < a;
|
|
800
|
+
n++
|
|
801
|
+
)
|
|
802
|
+
e[n - 1] = arguments[n];
|
|
803
|
+
(Yt[t] || []).forEach(function (t) {
|
|
804
|
+
t.apply(null, e);
|
|
805
|
+
});
|
|
806
|
+
}
|
|
807
|
+
function Ht(t) {
|
|
808
|
+
var a = t,
|
|
809
|
+
t = Array.prototype.slice.call(arguments, 1);
|
|
810
|
+
return Rt[a] ? Rt[a].apply(null, t) : void 0;
|
|
811
|
+
}
|
|
812
|
+
function Wt(t) {
|
|
813
|
+
"fa" === t.prefix && (t.prefix = "fas");
|
|
814
|
+
var a = t.iconName,
|
|
815
|
+
t = t.prefix || kt;
|
|
816
|
+
if (a)
|
|
817
|
+
return (
|
|
818
|
+
(a = Et(t, a) || a), ut(Ut.definitions, t, a) || ut(ot.styles, t, a)
|
|
819
|
+
);
|
|
820
|
+
}
|
|
821
|
+
var Ut = new c(),
|
|
822
|
+
_t = {
|
|
823
|
+
noAuto: function () {
|
|
824
|
+
(X.autoReplaceSvg = !1), (X.observeMutations = !1), Ft("noAuto");
|
|
825
|
+
},
|
|
826
|
+
config: X,
|
|
827
|
+
dom: {
|
|
828
|
+
i2svg: function () {
|
|
829
|
+
var t =
|
|
830
|
+
0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : {};
|
|
831
|
+
return p
|
|
832
|
+
? (Ft("beforeI2svg", t),
|
|
833
|
+
Ht("pseudoElements2svg", t),
|
|
834
|
+
Ht("i2svg", t))
|
|
835
|
+
: Promise.reject("Operation requires a DOM of some kind.");
|
|
836
|
+
},
|
|
837
|
+
watch: function () {
|
|
838
|
+
var t =
|
|
839
|
+
0 < arguments.length && void 0 !== arguments[0]
|
|
840
|
+
? arguments[0]
|
|
841
|
+
: {},
|
|
842
|
+
a = t.autoReplaceSvgRoot;
|
|
843
|
+
!1 === X.autoReplaceSvg && (X.autoReplaceSvg = !0),
|
|
844
|
+
(X.observeMutations = !0),
|
|
845
|
+
ft(function () {
|
|
846
|
+
Bt({ autoReplaceSvgRoot: a }), Ft("watch", t);
|
|
847
|
+
});
|
|
848
|
+
},
|
|
849
|
+
},
|
|
850
|
+
parse: {
|
|
851
|
+
icon: function (t) {
|
|
852
|
+
if (null === t) return null;
|
|
853
|
+
if ("object" === n(t) && t.prefix && t.iconName)
|
|
854
|
+
return {
|
|
855
|
+
prefix: t.prefix,
|
|
856
|
+
iconName: Et(t.prefix, t.iconName) || t.iconName,
|
|
857
|
+
};
|
|
858
|
+
if (Array.isArray(t) && 2 === t.length) {
|
|
859
|
+
var a = 0 === t[1].indexOf("fa-") ? t[1].slice(3) : t[1],
|
|
860
|
+
e = It(t[0]);
|
|
861
|
+
return { prefix: e, iconName: Et(e, a) || a };
|
|
862
|
+
}
|
|
863
|
+
if (
|
|
864
|
+
"string" == typeof t &&
|
|
865
|
+
(-1 < t.indexOf("".concat(X.familyPrefix, "-")) || t.match(R))
|
|
866
|
+
) {
|
|
867
|
+
a = Lt(t.split(" "), { skipLookups: !0 });
|
|
868
|
+
return {
|
|
869
|
+
prefix: a.prefix || kt,
|
|
870
|
+
iconName: Et(a.prefix, a.iconName) || a.iconName,
|
|
871
|
+
};
|
|
872
|
+
}
|
|
873
|
+
return "string" == typeof t
|
|
874
|
+
? { prefix: kt, iconName: Et(kt, t) || t }
|
|
875
|
+
: void 0;
|
|
876
|
+
},
|
|
877
|
+
},
|
|
878
|
+
library: Ut,
|
|
879
|
+
findIconDefinition: Wt,
|
|
880
|
+
toHtml: lt,
|
|
881
|
+
},
|
|
882
|
+
Bt = function () {
|
|
883
|
+
var t = (
|
|
884
|
+
0 < arguments.length && void 0 !== arguments[0] ? arguments[0] : {}
|
|
885
|
+
).autoReplaceSvgRoot,
|
|
886
|
+
t = void 0 === t ? h : t;
|
|
887
|
+
(0 < Object.keys(ot.styles).length || X.autoFetchSvg) &&
|
|
888
|
+
p &&
|
|
889
|
+
X.autoReplaceSvg &&
|
|
890
|
+
_t.dom.i2svg({ node: t });
|
|
891
|
+
};
|
|
892
|
+
function Xt(a, t) {
|
|
893
|
+
return (
|
|
894
|
+
Object.defineProperty(a, "abstract", { get: t }),
|
|
895
|
+
Object.defineProperty(a, "html", {
|
|
896
|
+
get: function () {
|
|
897
|
+
return a.abstract.map(lt);
|
|
898
|
+
},
|
|
899
|
+
}),
|
|
900
|
+
Object.defineProperty(a, "node", {
|
|
901
|
+
get: function () {
|
|
902
|
+
if (p) {
|
|
903
|
+
var t = h.createElement("div");
|
|
904
|
+
return (t.innerHTML = a.html), t.children;
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
}),
|
|
908
|
+
a
|
|
909
|
+
);
|
|
910
|
+
}
|
|
911
|
+
function qt(t) {
|
|
912
|
+
var a = t.icons,
|
|
913
|
+
e = a.main,
|
|
914
|
+
n = a.mask,
|
|
915
|
+
i = t.prefix,
|
|
916
|
+
r = t.iconName,
|
|
917
|
+
o = t.transform,
|
|
918
|
+
s = t.symbol,
|
|
919
|
+
c = t.title,
|
|
920
|
+
f = t.maskId,
|
|
921
|
+
l = t.titleId,
|
|
922
|
+
u = t.extra,
|
|
923
|
+
m = t.watchable,
|
|
924
|
+
d = void 0 !== m && m,
|
|
925
|
+
b = n.found ? n : e,
|
|
926
|
+
a = b.width,
|
|
927
|
+
t = b.height,
|
|
928
|
+
m = "fak" === i,
|
|
929
|
+
b = [
|
|
930
|
+
X.replacementClass,
|
|
931
|
+
r ? "".concat(X.familyPrefix, "-").concat(r) : "",
|
|
932
|
+
]
|
|
933
|
+
.filter(function (t) {
|
|
934
|
+
return -1 === u.classes.indexOf(t);
|
|
935
|
+
})
|
|
936
|
+
.filter(function (t) {
|
|
937
|
+
return "" !== t || !!t;
|
|
938
|
+
})
|
|
939
|
+
.concat(u.classes)
|
|
940
|
+
.join(" "),
|
|
941
|
+
b = {
|
|
942
|
+
children: [],
|
|
943
|
+
attributes: k(
|
|
944
|
+
k({}, u.attributes),
|
|
945
|
+
{},
|
|
946
|
+
{
|
|
947
|
+
"data-prefix": i,
|
|
948
|
+
"data-icon": r,
|
|
949
|
+
class: b,
|
|
950
|
+
role: u.attributes.role || "img",
|
|
951
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
952
|
+
viewBox: "0 0 ".concat(a, " ").concat(t),
|
|
953
|
+
}
|
|
954
|
+
),
|
|
955
|
+
},
|
|
956
|
+
t =
|
|
957
|
+
m && !~u.classes.indexOf("fa-fw")
|
|
958
|
+
? { width: "".concat((a / t) * 16 * 0.0625, "em") }
|
|
959
|
+
: {};
|
|
960
|
+
d && (b.attributes[A] = ""),
|
|
961
|
+
c &&
|
|
962
|
+
(b.children.push({
|
|
963
|
+
tag: "title",
|
|
964
|
+
attributes: {
|
|
965
|
+
id: b.attributes["aria-labelledby"] || "title-".concat(l || J()),
|
|
966
|
+
},
|
|
967
|
+
children: [c],
|
|
968
|
+
}),
|
|
969
|
+
delete b.attributes.title);
|
|
970
|
+
var v,
|
|
971
|
+
p,
|
|
972
|
+
g,
|
|
973
|
+
h,
|
|
974
|
+
y,
|
|
975
|
+
t = k(
|
|
976
|
+
k({}, b),
|
|
977
|
+
{},
|
|
978
|
+
{
|
|
979
|
+
prefix: i,
|
|
980
|
+
iconName: r,
|
|
981
|
+
main: e,
|
|
982
|
+
mask: n,
|
|
983
|
+
maskId: f,
|
|
984
|
+
transform: o,
|
|
985
|
+
symbol: s,
|
|
986
|
+
styles: k(k({}, t), u.styles),
|
|
987
|
+
}
|
|
988
|
+
),
|
|
989
|
+
n =
|
|
990
|
+
n.found && e.found
|
|
991
|
+
? Ht("generateAbstractMask", t) || { children: [], attributes: {} }
|
|
992
|
+
: Ht("generateAbstractIcon", t) || { children: [], attributes: {} },
|
|
993
|
+
e = n.children,
|
|
994
|
+
n = n.attributes;
|
|
995
|
+
return (
|
|
996
|
+
(t.children = e),
|
|
997
|
+
(t.attributes = n),
|
|
998
|
+
s
|
|
999
|
+
? ((p = (v = t).prefix),
|
|
1000
|
+
(g = v.iconName),
|
|
1001
|
+
(h = v.children),
|
|
1002
|
+
(y = v.attributes),
|
|
1003
|
+
(v =
|
|
1004
|
+
!0 === (v = v.symbol)
|
|
1005
|
+
? "".concat(p, "-").concat(X.familyPrefix, "-").concat(g)
|
|
1006
|
+
: v),
|
|
1007
|
+
[
|
|
1008
|
+
{
|
|
1009
|
+
tag: "svg",
|
|
1010
|
+
attributes: { style: "display: none;" },
|
|
1011
|
+
children: [
|
|
1012
|
+
{
|
|
1013
|
+
tag: "symbol",
|
|
1014
|
+
attributes: k(k({}, y), {}, { id: v }),
|
|
1015
|
+
children: h,
|
|
1016
|
+
},
|
|
1017
|
+
],
|
|
1018
|
+
},
|
|
1019
|
+
])
|
|
1020
|
+
: ((g = (p = t).children),
|
|
1021
|
+
(y = p.main),
|
|
1022
|
+
(v = p.mask),
|
|
1023
|
+
(h = p.attributes),
|
|
1024
|
+
(t = p.styles),
|
|
1025
|
+
at((p = p.transform)) &&
|
|
1026
|
+
y.found &&
|
|
1027
|
+
!v.found &&
|
|
1028
|
+
((v = y.width / y.height / 2),
|
|
1029
|
+
(y = 0.5),
|
|
1030
|
+
(h.style = tt(
|
|
1031
|
+
k(
|
|
1032
|
+
k({}, t),
|
|
1033
|
+
{},
|
|
1034
|
+
{
|
|
1035
|
+
"transform-origin": ""
|
|
1036
|
+
.concat(v + p.x / 16, "em ")
|
|
1037
|
+
.concat(y + p.y / 16, "em"),
|
|
1038
|
+
}
|
|
1039
|
+
)
|
|
1040
|
+
))),
|
|
1041
|
+
[{ tag: "svg", attributes: h, children: g }])
|
|
1042
|
+
);
|
|
1043
|
+
}
|
|
1044
|
+
function Vt(t) {
|
|
1045
|
+
var a = t.content,
|
|
1046
|
+
e = t.width,
|
|
1047
|
+
n = t.height,
|
|
1048
|
+
i = t.transform,
|
|
1049
|
+
r = t.title,
|
|
1050
|
+
o = t.extra,
|
|
1051
|
+
s = t.watchable,
|
|
1052
|
+
c = void 0 !== s && s,
|
|
1053
|
+
t = k(
|
|
1054
|
+
k(k({}, o.attributes), r ? { title: r } : {}),
|
|
1055
|
+
{},
|
|
1056
|
+
{ class: o.classes.join(" ") }
|
|
1057
|
+
);
|
|
1058
|
+
c && (t[A] = "");
|
|
1059
|
+
s = k({}, o.styles);
|
|
1060
|
+
at(i) &&
|
|
1061
|
+
((s.transform =
|
|
1062
|
+
((o = (c = { transform: i, startCentered: !0, width: e, height: n })
|
|
1063
|
+
.transform),
|
|
1064
|
+
(i = c.width),
|
|
1065
|
+
(n = void 0 === (e = c.height) ? w : e),
|
|
1066
|
+
(c = void 0 !== (e = c.startCentered) && e),
|
|
1067
|
+
(e = ""),
|
|
1068
|
+
(e +=
|
|
1069
|
+
c && y
|
|
1070
|
+
? "translate("
|
|
1071
|
+
.concat(o.x / V - (void 0 === i ? w : i) / 2, "em, ")
|
|
1072
|
+
.concat(o.y / V - n / 2, "em) ")
|
|
1073
|
+
: c
|
|
1074
|
+
? "translate(calc(-50% + "
|
|
1075
|
+
.concat(o.x / V, "em), calc(-50% + ")
|
|
1076
|
+
.concat(o.y / V, "em)) ")
|
|
1077
|
+
: "translate(".concat(o.x / V, "em, ").concat(o.y / V, "em) ")),
|
|
1078
|
+
(e += "scale("
|
|
1079
|
+
.concat((o.size / V) * (o.flipX ? -1 : 1), ", ")
|
|
1080
|
+
.concat((o.size / V) * (o.flipY ? -1 : 1), ") ")),
|
|
1081
|
+
(e += "rotate(".concat(o.rotate, "deg) ")))),
|
|
1082
|
+
(s["-webkit-transform"] = s.transform));
|
|
1083
|
+
s = tt(s);
|
|
1084
|
+
0 < s.length && (t.style = s);
|
|
1085
|
+
s = [];
|
|
1086
|
+
return (
|
|
1087
|
+
s.push({ tag: "span", attributes: t, children: [a] }),
|
|
1088
|
+
r &&
|
|
1089
|
+
s.push({
|
|
1090
|
+
tag: "span",
|
|
1091
|
+
attributes: { class: "sr-only" },
|
|
1092
|
+
children: [r],
|
|
1093
|
+
}),
|
|
1094
|
+
s
|
|
1095
|
+
);
|
|
1096
|
+
}
|
|
1097
|
+
var Gt = ot.styles;
|
|
1098
|
+
function Kt(t) {
|
|
1099
|
+
var a = t[0],
|
|
1100
|
+
e = t[1],
|
|
1101
|
+
t = m(t.slice(4), 1)[0];
|
|
1102
|
+
return {
|
|
1103
|
+
found: !0,
|
|
1104
|
+
width: a,
|
|
1105
|
+
height: e,
|
|
1106
|
+
icon: Array.isArray(t)
|
|
1107
|
+
? {
|
|
1108
|
+
tag: "g",
|
|
1109
|
+
attributes: {
|
|
1110
|
+
class: "".concat(X.familyPrefix, "-").concat(W.GROUP),
|
|
1111
|
+
},
|
|
1112
|
+
children: [
|
|
1113
|
+
{
|
|
1114
|
+
tag: "path",
|
|
1115
|
+
attributes: {
|
|
1116
|
+
class: "".concat(X.familyPrefix, "-").concat(W.SECONDARY),
|
|
1117
|
+
fill: "currentColor",
|
|
1118
|
+
d: t[0],
|
|
1119
|
+
},
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
tag: "path",
|
|
1123
|
+
attributes: {
|
|
1124
|
+
class: "".concat(X.familyPrefix, "-").concat(W.PRIMARY),
|
|
1125
|
+
fill: "currentColor",
|
|
1126
|
+
d: t[1],
|
|
1127
|
+
},
|
|
1128
|
+
},
|
|
1129
|
+
],
|
|
1130
|
+
}
|
|
1131
|
+
: { tag: "path", attributes: { fill: "currentColor", d: t } },
|
|
1132
|
+
};
|
|
1133
|
+
}
|
|
1134
|
+
var Jt = { found: !1, width: 512, height: 512 };
|
|
1135
|
+
function Qt(i, r) {
|
|
1136
|
+
var o = r;
|
|
1137
|
+
return (
|
|
1138
|
+
"fa" === r && null !== X.styleDefault && (r = kt),
|
|
1139
|
+
new Promise(function (t, a) {
|
|
1140
|
+
var e, n;
|
|
1141
|
+
Ht("missingIconAbstract");
|
|
1142
|
+
if (
|
|
1143
|
+
("fa" === o &&
|
|
1144
|
+
((n = jt(i) || {}), (i = n.iconName || i), (r = n.prefix || r)),
|
|
1145
|
+
i && r && Gt[r] && Gt[r][i])
|
|
1146
|
+
)
|
|
1147
|
+
return t(Kt(Gt[r][i]));
|
|
1148
|
+
(e = i),
|
|
1149
|
+
(n = r),
|
|
1150
|
+
j ||
|
|
1151
|
+
X.showMissingIcons ||
|
|
1152
|
+
!e ||
|
|
1153
|
+
console.error(
|
|
1154
|
+
'Icon with name "'
|
|
1155
|
+
.concat(e, '" and prefix "')
|
|
1156
|
+
.concat(n, '" is missing.')
|
|
1157
|
+
),
|
|
1158
|
+
t(
|
|
1159
|
+
k(
|
|
1160
|
+
k({}, Jt),
|
|
1161
|
+
{},
|
|
1162
|
+
{
|
|
1163
|
+
icon:
|
|
1164
|
+
(X.showMissingIcons && i && Ht("missingIconAbstract")) || {},
|
|
1165
|
+
}
|
|
1166
|
+
)
|
|
1167
|
+
);
|
|
1168
|
+
})
|
|
1169
|
+
);
|
|
1170
|
+
}
|
|
1171
|
+
function Zt() {}
|
|
1172
|
+
function $t(t) {
|
|
1173
|
+
ta.mark("".concat(aa, " ").concat(t, " ends")),
|
|
1174
|
+
ta.measure(
|
|
1175
|
+
"".concat(aa, " ").concat(t),
|
|
1176
|
+
"".concat(aa, " ").concat(t, " begins"),
|
|
1177
|
+
"".concat(aa, " ").concat(t, " ends")
|
|
1178
|
+
);
|
|
1179
|
+
}
|
|
1180
|
+
var ta =
|
|
1181
|
+
X.measurePerformance && u && u.mark && u.measure
|
|
1182
|
+
? u
|
|
1183
|
+
: { mark: Zt, measure: Zt },
|
|
1184
|
+
aa = 'FA "6.1.0"',
|
|
1185
|
+
ea = {
|
|
1186
|
+
begin: function (t) {
|
|
1187
|
+
return (
|
|
1188
|
+
ta.mark("".concat(aa, " ").concat(t, " begins")),
|
|
1189
|
+
function () {
|
|
1190
|
+
return $t(t);
|
|
1191
|
+
}
|
|
1192
|
+
);
|
|
1193
|
+
},
|
|
1194
|
+
end: $t,
|
|
1195
|
+
},
|
|
1196
|
+
na = function () {};
|
|
1197
|
+
function ia(t) {
|
|
1198
|
+
return "string" == typeof (t.getAttribute ? t.getAttribute(A) : null);
|
|
1199
|
+
}
|
|
1200
|
+
function ra(t) {
|
|
1201
|
+
return h.createElementNS("http://www.w3.org/2000/svg", t);
|
|
1202
|
+
}
|
|
1203
|
+
function oa(t) {
|
|
1204
|
+
return h.createElement(t);
|
|
1205
|
+
}
|
|
1206
|
+
var sa = {
|
|
1207
|
+
replace: function (t) {
|
|
1208
|
+
var a = t[0];
|
|
1209
|
+
a.parentNode &&
|
|
1210
|
+
(t[1].forEach(function (t) {
|
|
1211
|
+
a.parentNode.insertBefore(
|
|
1212
|
+
(function a(e, t) {
|
|
1213
|
+
var t = (1 < arguments.length && void 0 !== t ? t : {}).ceFn,
|
|
1214
|
+
n = void 0 === t ? ("svg" === e.tag ? ra : oa) : t;
|
|
1215
|
+
if ("string" == typeof e) return h.createTextNode(e);
|
|
1216
|
+
var i = n(e.tag);
|
|
1217
|
+
return (
|
|
1218
|
+
Object.keys(e.attributes || []).forEach(function (t) {
|
|
1219
|
+
i.setAttribute(t, e.attributes[t]);
|
|
1220
|
+
}),
|
|
1221
|
+
(e.children || []).forEach(function (t) {
|
|
1222
|
+
i.appendChild(a(t, { ceFn: n }));
|
|
1223
|
+
}),
|
|
1224
|
+
i
|
|
1225
|
+
);
|
|
1226
|
+
})(t),
|
|
1227
|
+
a
|
|
1228
|
+
);
|
|
1229
|
+
}),
|
|
1230
|
+
null === a.getAttribute(A) && X.keepOriginalSource
|
|
1231
|
+
? ((t = h.createComment(
|
|
1232
|
+
((t = " ".concat((t = a).outerHTML, " ")),
|
|
1233
|
+
(t = "".concat(t, "Font Awesome fontawesome.com ")))
|
|
1234
|
+
)),
|
|
1235
|
+
a.parentNode.replaceChild(t, a))
|
|
1236
|
+
: a.remove());
|
|
1237
|
+
},
|
|
1238
|
+
nest: function (t) {
|
|
1239
|
+
var a = t[0],
|
|
1240
|
+
e = t[1];
|
|
1241
|
+
if (~Z(a).indexOf(X.replacementClass)) return sa.replace(t);
|
|
1242
|
+
var n = new RegExp("".concat(X.familyPrefix, "-.*"));
|
|
1243
|
+
delete e[0].attributes.id,
|
|
1244
|
+
e[0].attributes.class &&
|
|
1245
|
+
((t = e[0].attributes.class.split(" ").reduce(
|
|
1246
|
+
function (t, a) {
|
|
1247
|
+
return (
|
|
1248
|
+
(a === X.replacementClass || a.match(n)
|
|
1249
|
+
? t.toSvg
|
|
1250
|
+
: t.toNode
|
|
1251
|
+
).push(a),
|
|
1252
|
+
t
|
|
1253
|
+
);
|
|
1254
|
+
},
|
|
1255
|
+
{ toNode: [], toSvg: [] }
|
|
1256
|
+
)),
|
|
1257
|
+
(e[0].attributes.class = t.toSvg.join(" ")),
|
|
1258
|
+
0 === t.toNode.length
|
|
1259
|
+
? a.removeAttribute("class")
|
|
1260
|
+
: a.setAttribute("class", t.toNode.join(" ")));
|
|
1261
|
+
e = e.map(lt).join("\n");
|
|
1262
|
+
a.setAttribute(A, ""), (a.innerHTML = e);
|
|
1263
|
+
},
|
|
1264
|
+
};
|
|
1265
|
+
function ca(t) {
|
|
1266
|
+
t();
|
|
1267
|
+
}
|
|
1268
|
+
function fa(e, t) {
|
|
1269
|
+
var n = "function" == typeof t ? t : na;
|
|
1270
|
+
0 === e.length
|
|
1271
|
+
? n()
|
|
1272
|
+
: (X.mutateApproach === z ? g.requestAnimationFrame || ca : ca)(
|
|
1273
|
+
function () {
|
|
1274
|
+
var t =
|
|
1275
|
+
(!0 !== X.autoReplaceSvg && sa[X.autoReplaceSvg]) || sa.replace,
|
|
1276
|
+
a = ea.begin("mutate");
|
|
1277
|
+
e.map(t), a(), n();
|
|
1278
|
+
}
|
|
1279
|
+
);
|
|
1280
|
+
}
|
|
1281
|
+
var la = !1;
|
|
1282
|
+
function ua() {
|
|
1283
|
+
la = !0;
|
|
1284
|
+
}
|
|
1285
|
+
function ma() {
|
|
1286
|
+
la = !1;
|
|
1287
|
+
}
|
|
1288
|
+
var da = null;
|
|
1289
|
+
function ba(t) {
|
|
1290
|
+
var r, o, a, s;
|
|
1291
|
+
b &&
|
|
1292
|
+
X.observeMutations &&
|
|
1293
|
+
((a = t.treeCallback),
|
|
1294
|
+
(r = void 0 === a ? na : a),
|
|
1295
|
+
(a = t.nodeCallback),
|
|
1296
|
+
(o = void 0 === a ? na : a),
|
|
1297
|
+
(a = t.pseudoElementsCallback),
|
|
1298
|
+
(s = void 0 === a ? na : a),
|
|
1299
|
+
(t = void 0 === (t = t.observeMutationsRoot) ? h : t),
|
|
1300
|
+
(da = new b(function (t) {
|
|
1301
|
+
var i;
|
|
1302
|
+
la ||
|
|
1303
|
+
((i = kt),
|
|
1304
|
+
Q(t).forEach(function (t) {
|
|
1305
|
+
var a, e, n;
|
|
1306
|
+
"childList" === t.type &&
|
|
1307
|
+
0 < t.addedNodes.length &&
|
|
1308
|
+
!ia(t.addedNodes[0]) &&
|
|
1309
|
+
(X.searchPseudoElements && s(t.target), r(t.target)),
|
|
1310
|
+
"attributes" === t.type &&
|
|
1311
|
+
t.target.parentNode &&
|
|
1312
|
+
X.searchPseudoElements &&
|
|
1313
|
+
s(t.target.parentNode),
|
|
1314
|
+
"attributes" === t.type &&
|
|
1315
|
+
ia(t.target) &&
|
|
1316
|
+
~H.indexOf(t.attributeName) &&
|
|
1317
|
+
("class" === t.attributeName &&
|
|
1318
|
+
((e = t.target),
|
|
1319
|
+
(n = e.getAttribute ? e.getAttribute(C) : null),
|
|
1320
|
+
(e = e.getAttribute ? e.getAttribute(P) : null),
|
|
1321
|
+
n && e)
|
|
1322
|
+
? ((e = (a = Lt(Z(t.target))).prefix),
|
|
1323
|
+
(a = a.iconName),
|
|
1324
|
+
t.target.setAttribute(C, e || i),
|
|
1325
|
+
a && t.target.setAttribute(P, a))
|
|
1326
|
+
: (a = t.target) &&
|
|
1327
|
+
a.classList &&
|
|
1328
|
+
a.classList.contains &&
|
|
1329
|
+
a.classList.contains(X.replacementClass) &&
|
|
1330
|
+
o(t.target));
|
|
1331
|
+
}));
|
|
1332
|
+
})),
|
|
1333
|
+
p &&
|
|
1334
|
+
da.observe(t, {
|
|
1335
|
+
childList: !0,
|
|
1336
|
+
attributes: !0,
|
|
1337
|
+
characterData: !0,
|
|
1338
|
+
subtree: !0,
|
|
1339
|
+
}));
|
|
1340
|
+
}
|
|
1341
|
+
function va(t) {
|
|
1342
|
+
var a = t.getAttribute("data-prefix"),
|
|
1343
|
+
e = t.getAttribute("data-icon"),
|
|
1344
|
+
n = void 0 !== t.innerText ? t.innerText.trim() : "",
|
|
1345
|
+
i = Lt(Z(t));
|
|
1346
|
+
return (
|
|
1347
|
+
i.prefix || (i.prefix = kt),
|
|
1348
|
+
a && e && ((i.prefix = a), (i.iconName = e)),
|
|
1349
|
+
(i.iconName && i.prefix) ||
|
|
1350
|
+
(i.prefix &&
|
|
1351
|
+
0 < n.length &&
|
|
1352
|
+
(i.iconName =
|
|
1353
|
+
((e = i.prefix),
|
|
1354
|
+
(n = t.innerText),
|
|
1355
|
+
(xt[e] || {})[n] || zt(i.prefix, bt(t.innerText))))),
|
|
1356
|
+
i
|
|
1357
|
+
);
|
|
1358
|
+
}
|
|
1359
|
+
function pa(t, a) {
|
|
1360
|
+
var e = 1 < arguments.length && void 0 !== a ? a : { styleParser: !0 },
|
|
1361
|
+
n = va(t),
|
|
1362
|
+
i = n.iconName,
|
|
1363
|
+
r = n.prefix,
|
|
1364
|
+
o = n.rest,
|
|
1365
|
+
s =
|
|
1366
|
+
((a = Q((s = t).attributes).reduce(function (t, a) {
|
|
1367
|
+
return (
|
|
1368
|
+
"class" !== t.name && "style" !== t.name && (t[a.name] = a.value), t
|
|
1369
|
+
);
|
|
1370
|
+
}, {})),
|
|
1371
|
+
(n = s.getAttribute("title")),
|
|
1372
|
+
(s = s.getAttribute("data-fa-title-id")),
|
|
1373
|
+
X.autoA11y &&
|
|
1374
|
+
(n
|
|
1375
|
+
? (a["aria-labelledby"] = ""
|
|
1376
|
+
.concat(X.replacementClass, "-title-")
|
|
1377
|
+
.concat(s || J()))
|
|
1378
|
+
: ((a["aria-hidden"] = "true"), (a.focusable = "false"))),
|
|
1379
|
+
a),
|
|
1380
|
+
a = Dt("parseNodeAttributes", {}, t),
|
|
1381
|
+
c = e.styleParser
|
|
1382
|
+
? ((e = (c = t).getAttribute("style")),
|
|
1383
|
+
(c = []),
|
|
1384
|
+
(c = e
|
|
1385
|
+
? e.split(";").reduce(function (t, a) {
|
|
1386
|
+
var e = a.split(":"),
|
|
1387
|
+
a = e[0],
|
|
1388
|
+
e = e.slice(1);
|
|
1389
|
+
return a && 0 < e.length && (t[a] = e.join(":").trim()), t;
|
|
1390
|
+
}, {})
|
|
1391
|
+
: c))
|
|
1392
|
+
: [];
|
|
1393
|
+
return k(
|
|
1394
|
+
{
|
|
1395
|
+
iconName: i,
|
|
1396
|
+
title: t.getAttribute("title"),
|
|
1397
|
+
titleId: t.getAttribute("data-fa-title-id"),
|
|
1398
|
+
prefix: r,
|
|
1399
|
+
transform: G,
|
|
1400
|
+
mask: { iconName: null, prefix: null, rest: [] },
|
|
1401
|
+
maskId: null,
|
|
1402
|
+
symbol: !1,
|
|
1403
|
+
extra: { classes: o, styles: c, attributes: s },
|
|
1404
|
+
},
|
|
1405
|
+
a
|
|
1406
|
+
);
|
|
1407
|
+
}
|
|
1408
|
+
var ga = ot.styles;
|
|
1409
|
+
function ha(t) {
|
|
1410
|
+
var a = "nest" === X.autoReplaceSvg ? pa(t, { styleParser: !1 }) : pa(t);
|
|
1411
|
+
return ~a.extra.classes.indexOf(T)
|
|
1412
|
+
? Ht("generateLayersText", t, a)
|
|
1413
|
+
: Ht("generateSvgReplacementMutation", t, a);
|
|
1414
|
+
}
|
|
1415
|
+
function ya(t) {
|
|
1416
|
+
var n =
|
|
1417
|
+
1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : null;
|
|
1418
|
+
if (!p) return Promise.resolve();
|
|
1419
|
+
function i(t) {
|
|
1420
|
+
return a.add("".concat(S, "-").concat(t));
|
|
1421
|
+
}
|
|
1422
|
+
function r(t) {
|
|
1423
|
+
return a.remove("".concat(S, "-").concat(t));
|
|
1424
|
+
}
|
|
1425
|
+
var a = h.documentElement.classList,
|
|
1426
|
+
e = X.autoFetchSvg ? Object.keys(M) : Object.keys(ga),
|
|
1427
|
+
o = [".".concat(T, ":not([").concat(A, "])")]
|
|
1428
|
+
.concat(
|
|
1429
|
+
e.map(function (t) {
|
|
1430
|
+
return ".".concat(t, ":not([").concat(A, "])");
|
|
1431
|
+
})
|
|
1432
|
+
)
|
|
1433
|
+
.join(", ");
|
|
1434
|
+
if (0 === o.length) return Promise.resolve();
|
|
1435
|
+
e = [];
|
|
1436
|
+
try {
|
|
1437
|
+
e = Q(t.querySelectorAll(o));
|
|
1438
|
+
} catch (t) {}
|
|
1439
|
+
if (!(0 < e.length)) return Promise.resolve();
|
|
1440
|
+
i("pending"), r("complete");
|
|
1441
|
+
var s = ea.begin("onTree"),
|
|
1442
|
+
c = e.reduce(function (t, a) {
|
|
1443
|
+
try {
|
|
1444
|
+
var e = ha(a);
|
|
1445
|
+
e && t.push(e);
|
|
1446
|
+
} catch (t) {
|
|
1447
|
+
j || ("MissingIcon" === t.name && console.error(t));
|
|
1448
|
+
}
|
|
1449
|
+
return t;
|
|
1450
|
+
}, []);
|
|
1451
|
+
return new Promise(function (a, e) {
|
|
1452
|
+
Promise.all(c)
|
|
1453
|
+
.then(function (t) {
|
|
1454
|
+
fa(t, function () {
|
|
1455
|
+
i("active"),
|
|
1456
|
+
i("complete"),
|
|
1457
|
+
r("pending"),
|
|
1458
|
+
"function" == typeof n && n(),
|
|
1459
|
+
s(),
|
|
1460
|
+
a();
|
|
1461
|
+
});
|
|
1462
|
+
})
|
|
1463
|
+
.catch(function (t) {
|
|
1464
|
+
s(), e(t);
|
|
1465
|
+
});
|
|
1466
|
+
});
|
|
1467
|
+
}
|
|
1468
|
+
function ka(t) {
|
|
1469
|
+
var a =
|
|
1470
|
+
1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : null;
|
|
1471
|
+
ha(t).then(function (t) {
|
|
1472
|
+
t && fa([t], a);
|
|
1473
|
+
});
|
|
1474
|
+
}
|
|
1475
|
+
function wa(t) {
|
|
1476
|
+
var a = 1 < arguments.length && void 0 !== arguments[1] ? arguments[1] : {},
|
|
1477
|
+
e = a.transform,
|
|
1478
|
+
n = void 0 === e ? G : e,
|
|
1479
|
+
i = void 0 !== (e = a.symbol) && e,
|
|
1480
|
+
r = void 0 === (e = a.mask) ? null : e,
|
|
1481
|
+
o = void 0 === (e = a.maskId) ? null : e,
|
|
1482
|
+
s = void 0 === (e = a.title) ? null : e,
|
|
1483
|
+
c = void 0 === (e = a.titleId) ? null : e,
|
|
1484
|
+
f = void 0 === (e = a.classes) ? [] : e,
|
|
1485
|
+
l = void 0 === (e = a.attributes) ? {} : e,
|
|
1486
|
+
u = void 0 === (e = a.styles) ? {} : e;
|
|
1487
|
+
if (t) {
|
|
1488
|
+
var m = t.prefix,
|
|
1489
|
+
d = t.iconName,
|
|
1490
|
+
b = t.icon;
|
|
1491
|
+
return Xt(k({ type: "icon" }, t), function () {
|
|
1492
|
+
return (
|
|
1493
|
+
Ft("beforeDOMElementCreation", { iconDefinition: t, params: a }),
|
|
1494
|
+
X.autoA11y &&
|
|
1495
|
+
(s
|
|
1496
|
+
? (l["aria-labelledby"] = ""
|
|
1497
|
+
.concat(X.replacementClass, "-title-")
|
|
1498
|
+
.concat(c || J()))
|
|
1499
|
+
: ((l["aria-hidden"] = "true"), (l.focusable = "false"))),
|
|
1500
|
+
qt({
|
|
1501
|
+
icons: {
|
|
1502
|
+
main: Kt(b),
|
|
1503
|
+
mask: r
|
|
1504
|
+
? Kt(r.icon)
|
|
1505
|
+
: { found: !1, width: null, height: null, icon: {} },
|
|
1506
|
+
},
|
|
1507
|
+
prefix: m,
|
|
1508
|
+
iconName: d,
|
|
1509
|
+
transform: k(k({}, G), n),
|
|
1510
|
+
symbol: i,
|
|
1511
|
+
title: s,
|
|
1512
|
+
maskId: o,
|
|
1513
|
+
titleId: c,
|
|
1514
|
+
extra: { attributes: l, styles: u, classes: f },
|
|
1515
|
+
})
|
|
1516
|
+
);
|
|
1517
|
+
});
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1520
|
+
var o = {
|
|
1521
|
+
mixout: function () {
|
|
1522
|
+
return {
|
|
1523
|
+
icon:
|
|
1524
|
+
((n = wa),
|
|
1525
|
+
function (t) {
|
|
1526
|
+
var a =
|
|
1527
|
+
1 < arguments.length && void 0 !== arguments[1]
|
|
1528
|
+
? arguments[1]
|
|
1529
|
+
: {},
|
|
1530
|
+
e = (t || {}).icon ? t : Wt(t || {}),
|
|
1531
|
+
t = (t = a.mask) && ((t || {}).icon ? t : Wt(t || {}));
|
|
1532
|
+
return n(e, k(k({}, a), {}, { mask: t }));
|
|
1533
|
+
}),
|
|
1534
|
+
};
|
|
1535
|
+
var n;
|
|
1536
|
+
},
|
|
1537
|
+
hooks: function () {
|
|
1538
|
+
return {
|
|
1539
|
+
mutationObserverCallbacks: function (t) {
|
|
1540
|
+
return (t.treeCallback = ya), (t.nodeCallback = ka), t;
|
|
1541
|
+
},
|
|
1542
|
+
};
|
|
1543
|
+
},
|
|
1544
|
+
provides: function (t) {
|
|
1545
|
+
(t.i2svg = function (t) {
|
|
1546
|
+
var a = t.node,
|
|
1547
|
+
t = t.callback;
|
|
1548
|
+
return ya(void 0 === a ? h : a, void 0 === t ? function () {} : t);
|
|
1549
|
+
}),
|
|
1550
|
+
(t.generateSvgReplacementMutation = function (n, t) {
|
|
1551
|
+
var i = t.iconName,
|
|
1552
|
+
r = t.title,
|
|
1553
|
+
o = t.titleId,
|
|
1554
|
+
s = t.prefix,
|
|
1555
|
+
c = t.transform,
|
|
1556
|
+
f = t.symbol,
|
|
1557
|
+
a = t.mask,
|
|
1558
|
+
l = t.maskId,
|
|
1559
|
+
u = t.extra;
|
|
1560
|
+
return new Promise(function (e, t) {
|
|
1561
|
+
Promise.all([
|
|
1562
|
+
Qt(i, s),
|
|
1563
|
+
a.iconName
|
|
1564
|
+
? Qt(a.iconName, a.prefix)
|
|
1565
|
+
: Promise.resolve({
|
|
1566
|
+
found: !1,
|
|
1567
|
+
width: 512,
|
|
1568
|
+
height: 512,
|
|
1569
|
+
icon: {},
|
|
1570
|
+
}),
|
|
1571
|
+
])
|
|
1572
|
+
.then(function (t) {
|
|
1573
|
+
var a = m(t, 2),
|
|
1574
|
+
t = a[0],
|
|
1575
|
+
a = a[1];
|
|
1576
|
+
e([
|
|
1577
|
+
n,
|
|
1578
|
+
qt({
|
|
1579
|
+
icons: { main: t, mask: a },
|
|
1580
|
+
prefix: s,
|
|
1581
|
+
iconName: i,
|
|
1582
|
+
transform: c,
|
|
1583
|
+
symbol: f,
|
|
1584
|
+
maskId: l,
|
|
1585
|
+
title: r,
|
|
1586
|
+
titleId: o,
|
|
1587
|
+
extra: u,
|
|
1588
|
+
watchable: !0,
|
|
1589
|
+
}),
|
|
1590
|
+
]);
|
|
1591
|
+
})
|
|
1592
|
+
.catch(t);
|
|
1593
|
+
});
|
|
1594
|
+
}),
|
|
1595
|
+
(t.generateAbstractIcon = function (t) {
|
|
1596
|
+
var a,
|
|
1597
|
+
e = t.children,
|
|
1598
|
+
n = t.attributes,
|
|
1599
|
+
i = t.main,
|
|
1600
|
+
r = t.transform,
|
|
1601
|
+
t = tt(t.styles);
|
|
1602
|
+
return (
|
|
1603
|
+
0 < t.length && (n.style = t),
|
|
1604
|
+
at(r) &&
|
|
1605
|
+
(a = Ht("generateAbstractTransformGrouping", {
|
|
1606
|
+
main: i,
|
|
1607
|
+
transform: r,
|
|
1608
|
+
containerWidth: i.width,
|
|
1609
|
+
iconWidth: i.width,
|
|
1610
|
+
})),
|
|
1611
|
+
e.push(a || i.icon),
|
|
1612
|
+
{ children: e, attributes: n }
|
|
1613
|
+
);
|
|
1614
|
+
});
|
|
1615
|
+
},
|
|
1616
|
+
},
|
|
1617
|
+
s = {
|
|
1618
|
+
mixout: function () {
|
|
1619
|
+
return {
|
|
1620
|
+
layer: function (t) {
|
|
1621
|
+
var e =
|
|
1622
|
+
1 < arguments.length && void 0 !== arguments[1]
|
|
1623
|
+
? arguments[1]
|
|
1624
|
+
: {},
|
|
1625
|
+
a = e.classes,
|
|
1626
|
+
n = void 0 === a ? [] : a;
|
|
1627
|
+
return Xt({ type: "layer" }, function () {
|
|
1628
|
+
Ft("beforeDOMElementCreation", { assembler: t, params: e });
|
|
1629
|
+
var a = [];
|
|
1630
|
+
return (
|
|
1631
|
+
t(function (t) {
|
|
1632
|
+
Array.isArray(t)
|
|
1633
|
+
? t.map(function (t) {
|
|
1634
|
+
a = a.concat(t.abstract);
|
|
1635
|
+
})
|
|
1636
|
+
: (a = a.concat(t.abstract));
|
|
1637
|
+
}),
|
|
1638
|
+
[
|
|
1639
|
+
{
|
|
1640
|
+
tag: "span",
|
|
1641
|
+
attributes: {
|
|
1642
|
+
class: ["".concat(X.familyPrefix, "-layers")]
|
|
1643
|
+
.concat(l(n))
|
|
1644
|
+
.join(" "),
|
|
1645
|
+
},
|
|
1646
|
+
children: a,
|
|
1647
|
+
},
|
|
1648
|
+
]
|
|
1649
|
+
);
|
|
1650
|
+
});
|
|
1651
|
+
},
|
|
1652
|
+
};
|
|
1653
|
+
},
|
|
1654
|
+
},
|
|
1655
|
+
c = {
|
|
1656
|
+
mixout: function () {
|
|
1657
|
+
return {
|
|
1658
|
+
counter: function (i) {
|
|
1659
|
+
var r =
|
|
1660
|
+
1 < arguments.length && void 0 !== arguments[1]
|
|
1661
|
+
? arguments[1]
|
|
1662
|
+
: {},
|
|
1663
|
+
t = r.title,
|
|
1664
|
+
o = void 0 === t ? null : t,
|
|
1665
|
+
t = r.classes,
|
|
1666
|
+
s = void 0 === t ? [] : t,
|
|
1667
|
+
t = r.attributes,
|
|
1668
|
+
c = void 0 === t ? {} : t,
|
|
1669
|
+
t = r.styles,
|
|
1670
|
+
f = void 0 === t ? {} : t;
|
|
1671
|
+
return Xt({ type: "counter", content: i }, function () {
|
|
1672
|
+
return (
|
|
1673
|
+
Ft("beforeDOMElementCreation", { content: i, params: r }),
|
|
1674
|
+
(t = {
|
|
1675
|
+
content: i.toString(),
|
|
1676
|
+
title: o,
|
|
1677
|
+
extra: {
|
|
1678
|
+
attributes: c,
|
|
1679
|
+
styles: f,
|
|
1680
|
+
classes: [
|
|
1681
|
+
"".concat(X.familyPrefix, "-layers-counter"),
|
|
1682
|
+
].concat(l(s)),
|
|
1683
|
+
},
|
|
1684
|
+
}),
|
|
1685
|
+
(a = t.content),
|
|
1686
|
+
(e = t.title),
|
|
1687
|
+
(n = t.extra),
|
|
1688
|
+
(t = k(
|
|
1689
|
+
k(k({}, n.attributes), e ? { title: e } : {}),
|
|
1690
|
+
{},
|
|
1691
|
+
{ class: n.classes.join(" ") }
|
|
1692
|
+
)),
|
|
1693
|
+
0 < (n = tt(n.styles)).length && (t.style = n),
|
|
1694
|
+
(n = []).push({ tag: "span", attributes: t, children: [a] }),
|
|
1695
|
+
e &&
|
|
1696
|
+
n.push({
|
|
1697
|
+
tag: "span",
|
|
1698
|
+
attributes: { class: "sr-only" },
|
|
1699
|
+
children: [e],
|
|
1700
|
+
}),
|
|
1701
|
+
n
|
|
1702
|
+
);
|
|
1703
|
+
var t, a, e, n;
|
|
1704
|
+
});
|
|
1705
|
+
},
|
|
1706
|
+
};
|
|
1707
|
+
},
|
|
1708
|
+
},
|
|
1709
|
+
u = {
|
|
1710
|
+
mixout: function () {
|
|
1711
|
+
return {
|
|
1712
|
+
text: function (t) {
|
|
1713
|
+
var a =
|
|
1714
|
+
1 < arguments.length && void 0 !== arguments[1]
|
|
1715
|
+
? arguments[1]
|
|
1716
|
+
: {},
|
|
1717
|
+
e = a.transform,
|
|
1718
|
+
n = void 0 === e ? G : e,
|
|
1719
|
+
e = a.title,
|
|
1720
|
+
i = void 0 === e ? null : e,
|
|
1721
|
+
e = a.classes,
|
|
1722
|
+
r = void 0 === e ? [] : e,
|
|
1723
|
+
e = a.attributes,
|
|
1724
|
+
o = void 0 === e ? {} : e,
|
|
1725
|
+
e = a.styles,
|
|
1726
|
+
s = void 0 === e ? {} : e;
|
|
1727
|
+
return Xt({ type: "text", content: t }, function () {
|
|
1728
|
+
return (
|
|
1729
|
+
Ft("beforeDOMElementCreation", { content: t, params: a }),
|
|
1730
|
+
Vt({
|
|
1731
|
+
content: t,
|
|
1732
|
+
transform: k(k({}, G), n),
|
|
1733
|
+
title: i,
|
|
1734
|
+
extra: {
|
|
1735
|
+
attributes: o,
|
|
1736
|
+
styles: s,
|
|
1737
|
+
classes: ["".concat(X.familyPrefix, "-layers-text")].concat(
|
|
1738
|
+
l(r)
|
|
1739
|
+
),
|
|
1740
|
+
},
|
|
1741
|
+
})
|
|
1742
|
+
);
|
|
1743
|
+
});
|
|
1744
|
+
},
|
|
1745
|
+
};
|
|
1746
|
+
},
|
|
1747
|
+
provides: function (t) {
|
|
1748
|
+
t.generateLayersText = function (t, a) {
|
|
1749
|
+
var e,
|
|
1750
|
+
n = a.title,
|
|
1751
|
+
i = a.transform,
|
|
1752
|
+
r = a.extra,
|
|
1753
|
+
o = null,
|
|
1754
|
+
s = null;
|
|
1755
|
+
return (
|
|
1756
|
+
y &&
|
|
1757
|
+
((e = parseInt(getComputedStyle(t).fontSize, 10)),
|
|
1758
|
+
(o = (a = t.getBoundingClientRect()).width / e),
|
|
1759
|
+
(s = a.height / e)),
|
|
1760
|
+
X.autoA11y && !n && (r.attributes["aria-hidden"] = "true"),
|
|
1761
|
+
Promise.resolve([
|
|
1762
|
+
t,
|
|
1763
|
+
Vt({
|
|
1764
|
+
content: t.innerHTML,
|
|
1765
|
+
width: o,
|
|
1766
|
+
height: s,
|
|
1767
|
+
transform: i,
|
|
1768
|
+
title: n,
|
|
1769
|
+
extra: r,
|
|
1770
|
+
watchable: !0,
|
|
1771
|
+
}),
|
|
1772
|
+
])
|
|
1773
|
+
);
|
|
1774
|
+
};
|
|
1775
|
+
},
|
|
1776
|
+
},
|
|
1777
|
+
xa = new RegExp('"', "ug"),
|
|
1778
|
+
Aa = [1105920, 1112319];
|
|
1779
|
+
function Oa(b, v) {
|
|
1780
|
+
var p = "".concat(N).concat(v.replace(":", "-"));
|
|
1781
|
+
return new Promise(function (e, t) {
|
|
1782
|
+
if (null !== b.getAttribute(p)) return e();
|
|
1783
|
+
var n,
|
|
1784
|
+
i,
|
|
1785
|
+
r,
|
|
1786
|
+
o,
|
|
1787
|
+
a,
|
|
1788
|
+
s,
|
|
1789
|
+
c,
|
|
1790
|
+
f = Q(b.children).filter(function (t) {
|
|
1791
|
+
return t.getAttribute(O) === v;
|
|
1792
|
+
})[0],
|
|
1793
|
+
l = g.getComputedStyle(b, v),
|
|
1794
|
+
u = l.getPropertyValue("font-family").match(D),
|
|
1795
|
+
m = l.getPropertyValue("font-weight"),
|
|
1796
|
+
d = l.getPropertyValue("content");
|
|
1797
|
+
if (f && !u) return b.removeChild(f), e();
|
|
1798
|
+
u && "none" !== d && "" !== d
|
|
1799
|
+
? ((s = l.getPropertyValue("content")),
|
|
1800
|
+
(n = ~[
|
|
1801
|
+
"Solid",
|
|
1802
|
+
"Regular",
|
|
1803
|
+
"Light",
|
|
1804
|
+
"Thin",
|
|
1805
|
+
"Duotone",
|
|
1806
|
+
"Brands",
|
|
1807
|
+
"Kit",
|
|
1808
|
+
].indexOf(u[2])
|
|
1809
|
+
? I[u[2].toLowerCase()]
|
|
1810
|
+
: F[m]),
|
|
1811
|
+
(a = (d =
|
|
1812
|
+
((d = (a = s).replace(xa, "")),
|
|
1813
|
+
(l = 0),
|
|
1814
|
+
(s = (m = d).length),
|
|
1815
|
+
(c =
|
|
1816
|
+
55296 <= (a = m.charCodeAt(l)) &&
|
|
1817
|
+
a <= 56319 &&
|
|
1818
|
+
l + 1 < s &&
|
|
1819
|
+
56320 <= (c = m.charCodeAt(l + 1)) &&
|
|
1820
|
+
c <= 57343
|
|
1821
|
+
? 1024 * (a - 55296) + c - 56320 + 65536
|
|
1822
|
+
: a),
|
|
1823
|
+
(a = Aa[0] <= c && c <= Aa[1]),
|
|
1824
|
+
{
|
|
1825
|
+
value: bt((c = 2 === d.length && d[0] === d[1]) ? d[0] : d),
|
|
1826
|
+
isSecondary: a || c,
|
|
1827
|
+
})).value),
|
|
1828
|
+
(c = d.isSecondary),
|
|
1829
|
+
(d = u[0].startsWith("FontAwesome")),
|
|
1830
|
+
(u = zt(n, a)),
|
|
1831
|
+
(i = u),
|
|
1832
|
+
d &&
|
|
1833
|
+
((a = Ot[(d = a)]),
|
|
1834
|
+
(d = zt("fas", d)),
|
|
1835
|
+
(d = a ||
|
|
1836
|
+
(d ? { prefix: "fas", iconName: d } : null) || {
|
|
1837
|
+
prefix: null,
|
|
1838
|
+
iconName: null,
|
|
1839
|
+
}).iconName &&
|
|
1840
|
+
d.prefix &&
|
|
1841
|
+
((u = d.iconName), (n = d.prefix))),
|
|
1842
|
+
!u || c || (f && f.getAttribute(C) === n && f.getAttribute(P) === i)
|
|
1843
|
+
? e()
|
|
1844
|
+
: (b.setAttribute(p, i),
|
|
1845
|
+
f && b.removeChild(f),
|
|
1846
|
+
((o = (r = {
|
|
1847
|
+
iconName: null,
|
|
1848
|
+
title: null,
|
|
1849
|
+
titleId: null,
|
|
1850
|
+
prefix: null,
|
|
1851
|
+
transform: G,
|
|
1852
|
+
symbol: !1,
|
|
1853
|
+
mask: { iconName: null, prefix: null, rest: [] },
|
|
1854
|
+
maskId: null,
|
|
1855
|
+
extra: { classes: [], styles: {}, attributes: {} },
|
|
1856
|
+
}).extra).attributes[O] = v),
|
|
1857
|
+
Qt(u, n)
|
|
1858
|
+
.then(function (t) {
|
|
1859
|
+
var a = qt(
|
|
1860
|
+
k(
|
|
1861
|
+
k({}, r),
|
|
1862
|
+
{},
|
|
1863
|
+
{
|
|
1864
|
+
icons: { main: t, mask: Mt() },
|
|
1865
|
+
prefix: n,
|
|
1866
|
+
iconName: i,
|
|
1867
|
+
extra: o,
|
|
1868
|
+
watchable: !0,
|
|
1869
|
+
}
|
|
1870
|
+
)
|
|
1871
|
+
),
|
|
1872
|
+
t = h.createElement("svg");
|
|
1873
|
+
"::before" === v
|
|
1874
|
+
? b.insertBefore(t, b.firstChild)
|
|
1875
|
+
: b.appendChild(t),
|
|
1876
|
+
(t.outerHTML = a.map(lt).join("\n")),
|
|
1877
|
+
b.removeAttribute(p),
|
|
1878
|
+
e();
|
|
1879
|
+
})
|
|
1880
|
+
.catch(t)))
|
|
1881
|
+
: e();
|
|
1882
|
+
});
|
|
1883
|
+
}
|
|
1884
|
+
function Na(t) {
|
|
1885
|
+
return Promise.all([Oa(t, "::before"), Oa(t, "::after")]);
|
|
1886
|
+
}
|
|
1887
|
+
function Ca(t) {
|
|
1888
|
+
return !(
|
|
1889
|
+
t.parentNode === document.head ||
|
|
1890
|
+
~E.indexOf(t.tagName.toUpperCase()) ||
|
|
1891
|
+
t.getAttribute(O) ||
|
|
1892
|
+
(t.parentNode && "svg" === t.parentNode.tagName)
|
|
1893
|
+
);
|
|
1894
|
+
}
|
|
1895
|
+
function Pa(i) {
|
|
1896
|
+
if (p)
|
|
1897
|
+
return new Promise(function (t, a) {
|
|
1898
|
+
var e = Q(i.querySelectorAll("*")).filter(Ca).map(Na),
|
|
1899
|
+
n = ea.begin("searchPseudoElements");
|
|
1900
|
+
ua(),
|
|
1901
|
+
Promise.all(e)
|
|
1902
|
+
.then(function () {
|
|
1903
|
+
n(), ma(), t();
|
|
1904
|
+
})
|
|
1905
|
+
.catch(function () {
|
|
1906
|
+
n(), ma(), a();
|
|
1907
|
+
});
|
|
1908
|
+
});
|
|
1909
|
+
}
|
|
1910
|
+
function Sa(t) {
|
|
1911
|
+
return t
|
|
1912
|
+
.toLowerCase()
|
|
1913
|
+
.split(" ")
|
|
1914
|
+
.reduce(
|
|
1915
|
+
function (t, a) {
|
|
1916
|
+
var e = a.toLowerCase().split("-"),
|
|
1917
|
+
a = e[0],
|
|
1918
|
+
n = e.slice(1).join("-");
|
|
1919
|
+
if (a && "h" === n) return (t.flipX = !0), t;
|
|
1920
|
+
if (a && "v" === n) return (t.flipY = !0), t;
|
|
1921
|
+
if (((n = parseFloat(n)), isNaN(n))) return t;
|
|
1922
|
+
switch (a) {
|
|
1923
|
+
case "grow":
|
|
1924
|
+
t.size = t.size + n;
|
|
1925
|
+
break;
|
|
1926
|
+
case "shrink":
|
|
1927
|
+
t.size = t.size - n;
|
|
1928
|
+
break;
|
|
1929
|
+
case "left":
|
|
1930
|
+
t.x = t.x - n;
|
|
1931
|
+
break;
|
|
1932
|
+
case "right":
|
|
1933
|
+
t.x = t.x + n;
|
|
1934
|
+
break;
|
|
1935
|
+
case "up":
|
|
1936
|
+
t.y = t.y - n;
|
|
1937
|
+
break;
|
|
1938
|
+
case "down":
|
|
1939
|
+
t.y = t.y + n;
|
|
1940
|
+
break;
|
|
1941
|
+
case "rotate":
|
|
1942
|
+
t.rotate = t.rotate + n;
|
|
1943
|
+
}
|
|
1944
|
+
return t;
|
|
1945
|
+
},
|
|
1946
|
+
{ size: 16, x: 0, y: 0, flipX: !1, flipY: !1, rotate: 0 }
|
|
1947
|
+
);
|
|
1948
|
+
}
|
|
1949
|
+
var za = !1,
|
|
1950
|
+
Ea = { x: 0, y: 0, width: "100%", height: "100%" };
|
|
1951
|
+
function ja(t) {
|
|
1952
|
+
return (
|
|
1953
|
+
t.attributes &&
|
|
1954
|
+
(t.attributes.fill ||
|
|
1955
|
+
!(1 < arguments.length && void 0 !== arguments[1]) ||
|
|
1956
|
+
arguments[1]) &&
|
|
1957
|
+
(t.attributes.fill = "black"),
|
|
1958
|
+
t
|
|
1959
|
+
);
|
|
1960
|
+
}
|
|
1961
|
+
var Ma;
|
|
1962
|
+
(Ma = { mixoutsTo: _t }.mixoutsTo),
|
|
1963
|
+
(d = [
|
|
1964
|
+
f,
|
|
1965
|
+
o,
|
|
1966
|
+
s,
|
|
1967
|
+
c,
|
|
1968
|
+
u,
|
|
1969
|
+
{
|
|
1970
|
+
hooks: function () {
|
|
1971
|
+
return {
|
|
1972
|
+
mutationObserverCallbacks: function (t) {
|
|
1973
|
+
return (t.pseudoElementsCallback = Pa), t;
|
|
1974
|
+
},
|
|
1975
|
+
};
|
|
1976
|
+
},
|
|
1977
|
+
provides: function (t) {
|
|
1978
|
+
t.pseudoElements2svg = function (t) {
|
|
1979
|
+
t = t.node;
|
|
1980
|
+
X.searchPseudoElements && Pa(void 0 === t ? h : t);
|
|
1981
|
+
};
|
|
1982
|
+
},
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
mixout: function () {
|
|
1986
|
+
return {
|
|
1987
|
+
dom: {
|
|
1988
|
+
unwatch: function () {
|
|
1989
|
+
ua(), (za = !0);
|
|
1990
|
+
},
|
|
1991
|
+
},
|
|
1992
|
+
};
|
|
1993
|
+
},
|
|
1994
|
+
hooks: function () {
|
|
1995
|
+
return {
|
|
1996
|
+
bootstrap: function () {
|
|
1997
|
+
ba(Dt("mutationObserverCallbacks", {}));
|
|
1998
|
+
},
|
|
1999
|
+
noAuto: function () {
|
|
2000
|
+
da && da.disconnect();
|
|
2001
|
+
},
|
|
2002
|
+
watch: function (t) {
|
|
2003
|
+
t = t.observeMutationsRoot;
|
|
2004
|
+
za
|
|
2005
|
+
? ma()
|
|
2006
|
+
: ba(
|
|
2007
|
+
Dt("mutationObserverCallbacks", { observeMutationsRoot: t })
|
|
2008
|
+
);
|
|
2009
|
+
},
|
|
2010
|
+
};
|
|
2011
|
+
},
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
mixout: function () {
|
|
2015
|
+
return { parse: { transform: Sa } };
|
|
2016
|
+
},
|
|
2017
|
+
hooks: function () {
|
|
2018
|
+
return {
|
|
2019
|
+
parseNodeAttributes: function (t, a) {
|
|
2020
|
+
a = a.getAttribute("data-fa-transform");
|
|
2021
|
+
return a && (t.transform = Sa(a)), t;
|
|
2022
|
+
},
|
|
2023
|
+
};
|
|
2024
|
+
},
|
|
2025
|
+
provides: function (t) {
|
|
2026
|
+
t.generateAbstractTransformGrouping = function (t) {
|
|
2027
|
+
var a = t.main,
|
|
2028
|
+
e = t.transform,
|
|
2029
|
+
n = t.containerWidth,
|
|
2030
|
+
i = t.iconWidth,
|
|
2031
|
+
r = { transform: "translate(".concat(n / 2, " 256)") },
|
|
2032
|
+
t = "translate(".concat(32 * e.x, ", ").concat(32 * e.y, ") "),
|
|
2033
|
+
n = "scale("
|
|
2034
|
+
.concat((e.size / 16) * (e.flipX ? -1 : 1), ", ")
|
|
2035
|
+
.concat((e.size / 16) * (e.flipY ? -1 : 1), ") "),
|
|
2036
|
+
e = "rotate(".concat(e.rotate, " 0 0)"),
|
|
2037
|
+
i = {
|
|
2038
|
+
outer: r,
|
|
2039
|
+
inner: {
|
|
2040
|
+
transform: "".concat(t, " ").concat(n, " ").concat(e),
|
|
2041
|
+
},
|
|
2042
|
+
path: {
|
|
2043
|
+
transform: "translate(".concat((i / 2) * -1, " -256)"),
|
|
2044
|
+
},
|
|
2045
|
+
};
|
|
2046
|
+
return {
|
|
2047
|
+
tag: "g",
|
|
2048
|
+
attributes: k({}, i.outer),
|
|
2049
|
+
children: [
|
|
2050
|
+
{
|
|
2051
|
+
tag: "g",
|
|
2052
|
+
attributes: k({}, i.inner),
|
|
2053
|
+
children: [
|
|
2054
|
+
{
|
|
2055
|
+
tag: a.icon.tag,
|
|
2056
|
+
children: a.icon.children,
|
|
2057
|
+
attributes: k(k({}, a.icon.attributes), i.path),
|
|
2058
|
+
},
|
|
2059
|
+
],
|
|
2060
|
+
},
|
|
2061
|
+
],
|
|
2062
|
+
};
|
|
2063
|
+
};
|
|
2064
|
+
},
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
hooks: function () {
|
|
2068
|
+
return {
|
|
2069
|
+
parseNodeAttributes: function (t, a) {
|
|
2070
|
+
var e = a.getAttribute("data-fa-mask"),
|
|
2071
|
+
e = e
|
|
2072
|
+
? Lt(
|
|
2073
|
+
e.split(" ").map(function (t) {
|
|
2074
|
+
return t.trim();
|
|
2075
|
+
})
|
|
2076
|
+
)
|
|
2077
|
+
: Mt();
|
|
2078
|
+
return (
|
|
2079
|
+
e.prefix || (e.prefix = kt),
|
|
2080
|
+
(t.mask = e),
|
|
2081
|
+
(t.maskId = a.getAttribute("data-fa-mask-id")),
|
|
2082
|
+
t
|
|
2083
|
+
);
|
|
2084
|
+
},
|
|
2085
|
+
};
|
|
2086
|
+
},
|
|
2087
|
+
provides: function (t) {
|
|
2088
|
+
t.generateAbstractMask = function (t) {
|
|
2089
|
+
var a = t.children,
|
|
2090
|
+
e = t.attributes,
|
|
2091
|
+
n = t.main,
|
|
2092
|
+
i = t.mask,
|
|
2093
|
+
r = t.maskId,
|
|
2094
|
+
o = t.transform,
|
|
2095
|
+
s = n.width,
|
|
2096
|
+
c = n.icon,
|
|
2097
|
+
f = i.width,
|
|
2098
|
+
t = i.icon,
|
|
2099
|
+
o =
|
|
2100
|
+
((i = (n = { transform: o, containerWidth: f, iconWidth: s })
|
|
2101
|
+
.transform),
|
|
2102
|
+
(o = n.containerWidth),
|
|
2103
|
+
(f = n.iconWidth),
|
|
2104
|
+
(s = { transform: "translate(".concat(o / 2, " 256)") }),
|
|
2105
|
+
(n = "translate("
|
|
2106
|
+
.concat(32 * i.x, ", ")
|
|
2107
|
+
.concat(32 * i.y, ") ")),
|
|
2108
|
+
(o = "scale("
|
|
2109
|
+
.concat((i.size / 16) * (i.flipX ? -1 : 1), ", ")
|
|
2110
|
+
.concat((i.size / 16) * (i.flipY ? -1 : 1), ") ")),
|
|
2111
|
+
(i = "rotate(".concat(i.rotate, " 0 0)")),
|
|
2112
|
+
{
|
|
2113
|
+
outer: s,
|
|
2114
|
+
inner: {
|
|
2115
|
+
transform: "".concat(n, " ").concat(o, " ").concat(i),
|
|
2116
|
+
},
|
|
2117
|
+
path: {
|
|
2118
|
+
transform: "translate(".concat((f / 2) * -1, " -256)"),
|
|
2119
|
+
},
|
|
2120
|
+
}),
|
|
2121
|
+
i = {
|
|
2122
|
+
tag: "rect",
|
|
2123
|
+
attributes: k(k({}, Ea), {}, { fill: "white" }),
|
|
2124
|
+
},
|
|
2125
|
+
f = c.children ? { children: c.children.map(ja) } : {},
|
|
2126
|
+
f = {
|
|
2127
|
+
tag: "g",
|
|
2128
|
+
attributes: k({}, o.inner),
|
|
2129
|
+
children: [
|
|
2130
|
+
ja(
|
|
2131
|
+
k(
|
|
2132
|
+
{
|
|
2133
|
+
tag: c.tag,
|
|
2134
|
+
attributes: k(k({}, c.attributes), o.path),
|
|
2135
|
+
},
|
|
2136
|
+
f
|
|
2137
|
+
)
|
|
2138
|
+
),
|
|
2139
|
+
],
|
|
2140
|
+
},
|
|
2141
|
+
o = { tag: "g", attributes: k({}, o.outer), children: [f] },
|
|
2142
|
+
f = "mask-".concat(r || J()),
|
|
2143
|
+
r = "clip-".concat(r || J()),
|
|
2144
|
+
o = {
|
|
2145
|
+
tag: "mask",
|
|
2146
|
+
attributes: k(
|
|
2147
|
+
k({}, Ea),
|
|
2148
|
+
{},
|
|
2149
|
+
{
|
|
2150
|
+
id: f,
|
|
2151
|
+
maskUnits: "userSpaceOnUse",
|
|
2152
|
+
maskContentUnits: "userSpaceOnUse",
|
|
2153
|
+
}
|
|
2154
|
+
),
|
|
2155
|
+
children: [i, o],
|
|
2156
|
+
},
|
|
2157
|
+
o = {
|
|
2158
|
+
tag: "defs",
|
|
2159
|
+
children: [
|
|
2160
|
+
{
|
|
2161
|
+
tag: "clipPath",
|
|
2162
|
+
attributes: { id: r },
|
|
2163
|
+
children: "g" === (t = t).tag ? t.children : [t],
|
|
2164
|
+
},
|
|
2165
|
+
o,
|
|
2166
|
+
],
|
|
2167
|
+
};
|
|
2168
|
+
return (
|
|
2169
|
+
a.push(o, {
|
|
2170
|
+
tag: "rect",
|
|
2171
|
+
attributes: k(
|
|
2172
|
+
{
|
|
2173
|
+
fill: "currentColor",
|
|
2174
|
+
"clip-path": "url(#".concat(r, ")"),
|
|
2175
|
+
mask: "url(#".concat(f, ")"),
|
|
2176
|
+
},
|
|
2177
|
+
Ea
|
|
2178
|
+
),
|
|
2179
|
+
}),
|
|
2180
|
+
{ children: a, attributes: e }
|
|
2181
|
+
);
|
|
2182
|
+
};
|
|
2183
|
+
},
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
provides: function (t) {
|
|
2187
|
+
var r = !1;
|
|
2188
|
+
g.matchMedia &&
|
|
2189
|
+
(r = g.matchMedia("(prefers-reduced-motion: reduce)").matches),
|
|
2190
|
+
(t.missingIconAbstract = function () {
|
|
2191
|
+
var t = [],
|
|
2192
|
+
a = { fill: "currentColor" },
|
|
2193
|
+
e = {
|
|
2194
|
+
attributeType: "XML",
|
|
2195
|
+
repeatCount: "indefinite",
|
|
2196
|
+
dur: "2s",
|
|
2197
|
+
};
|
|
2198
|
+
t.push({
|
|
2199
|
+
tag: "path",
|
|
2200
|
+
attributes: k(
|
|
2201
|
+
k({}, a),
|
|
2202
|
+
{},
|
|
2203
|
+
{
|
|
2204
|
+
d: "M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z",
|
|
2205
|
+
}
|
|
2206
|
+
),
|
|
2207
|
+
});
|
|
2208
|
+
var n = k(k({}, e), {}, { attributeName: "opacity" }),
|
|
2209
|
+
i = {
|
|
2210
|
+
tag: "circle",
|
|
2211
|
+
attributes: k(
|
|
2212
|
+
k({}, a),
|
|
2213
|
+
{},
|
|
2214
|
+
{ cx: "256", cy: "364", r: "28" }
|
|
2215
|
+
),
|
|
2216
|
+
children: [],
|
|
2217
|
+
};
|
|
2218
|
+
return (
|
|
2219
|
+
r ||
|
|
2220
|
+
i.children.push(
|
|
2221
|
+
{
|
|
2222
|
+
tag: "animate",
|
|
2223
|
+
attributes: k(
|
|
2224
|
+
k({}, e),
|
|
2225
|
+
{},
|
|
2226
|
+
{ attributeName: "r", values: "28;14;28;28;14;28;" }
|
|
2227
|
+
),
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
tag: "animate",
|
|
2231
|
+
attributes: k(k({}, n), {}, { values: "1;0;1;1;0;1;" }),
|
|
2232
|
+
}
|
|
2233
|
+
),
|
|
2234
|
+
t.push(i),
|
|
2235
|
+
t.push({
|
|
2236
|
+
tag: "path",
|
|
2237
|
+
attributes: k(
|
|
2238
|
+
k({}, a),
|
|
2239
|
+
{},
|
|
2240
|
+
{
|
|
2241
|
+
opacity: "1",
|
|
2242
|
+
d: "M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z",
|
|
2243
|
+
}
|
|
2244
|
+
),
|
|
2245
|
+
children: r
|
|
2246
|
+
? []
|
|
2247
|
+
: [
|
|
2248
|
+
{
|
|
2249
|
+
tag: "animate",
|
|
2250
|
+
attributes: k(
|
|
2251
|
+
k({}, n),
|
|
2252
|
+
{},
|
|
2253
|
+
{ values: "1;0;0;0;0;1;" }
|
|
2254
|
+
),
|
|
2255
|
+
},
|
|
2256
|
+
],
|
|
2257
|
+
}),
|
|
2258
|
+
r ||
|
|
2259
|
+
t.push({
|
|
2260
|
+
tag: "path",
|
|
2261
|
+
attributes: k(
|
|
2262
|
+
k({}, a),
|
|
2263
|
+
{},
|
|
2264
|
+
{
|
|
2265
|
+
opacity: "0",
|
|
2266
|
+
d: "M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z",
|
|
2267
|
+
}
|
|
2268
|
+
),
|
|
2269
|
+
children: [
|
|
2270
|
+
{
|
|
2271
|
+
tag: "animate",
|
|
2272
|
+
attributes: k(k({}, n), {}, { values: "0;0;1;1;0;0;" }),
|
|
2273
|
+
},
|
|
2274
|
+
],
|
|
2275
|
+
}),
|
|
2276
|
+
{ tag: "g", attributes: { class: "missing" }, children: t }
|
|
2277
|
+
);
|
|
2278
|
+
});
|
|
2279
|
+
},
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
hooks: function () {
|
|
2283
|
+
return {
|
|
2284
|
+
parseNodeAttributes: function (t, a) {
|
|
2285
|
+
a = a.getAttribute("data-fa-symbol");
|
|
2286
|
+
return (t.symbol = null !== a && ("" === a || a)), t;
|
|
2287
|
+
},
|
|
2288
|
+
};
|
|
2289
|
+
},
|
|
2290
|
+
},
|
|
2291
|
+
]),
|
|
2292
|
+
(Yt = {}),
|
|
2293
|
+
Object.keys(Rt).forEach(function (t) {
|
|
2294
|
+
-1 === Tt.indexOf(t) && delete Rt[t];
|
|
2295
|
+
}),
|
|
2296
|
+
d.forEach(function (t) {
|
|
2297
|
+
var a,
|
|
2298
|
+
e = t.mixout ? t.mixout() : {};
|
|
2299
|
+
Object.keys(e).forEach(function (a) {
|
|
2300
|
+
"function" == typeof e[a] && (Ma[a] = e[a]),
|
|
2301
|
+
"object" === n(e[a]) &&
|
|
2302
|
+
Object.keys(e[a]).forEach(function (t) {
|
|
2303
|
+
Ma[a] || (Ma[a] = {}), (Ma[a][t] = e[a][t]);
|
|
2304
|
+
});
|
|
2305
|
+
}),
|
|
2306
|
+
t.hooks &&
|
|
2307
|
+
((a = t.hooks()),
|
|
2308
|
+
Object.keys(a).forEach(function (t) {
|
|
2309
|
+
Yt[t] || (Yt[t] = []), Yt[t].push(a[t]);
|
|
2310
|
+
})),
|
|
2311
|
+
t.provides && t.provides(Rt);
|
|
2312
|
+
}),
|
|
2313
|
+
(function (t) {
|
|
2314
|
+
try {
|
|
2315
|
+
for (
|
|
2316
|
+
var a = arguments.length, e = new Array(1 < a ? a - 1 : 0), n = 1;
|
|
2317
|
+
n < a;
|
|
2318
|
+
n++
|
|
2319
|
+
)
|
|
2320
|
+
e[n - 1] = arguments[n];
|
|
2321
|
+
t.apply(void 0, e);
|
|
2322
|
+
} catch (t) {
|
|
2323
|
+
if (!j) throw t;
|
|
2324
|
+
}
|
|
2325
|
+
})(function (t) {
|
|
2326
|
+
v &&
|
|
2327
|
+
(g.FontAwesome || (g.FontAwesome = _t),
|
|
2328
|
+
ft(function () {
|
|
2329
|
+
Bt(), Ft("bootstrap");
|
|
2330
|
+
})),
|
|
2331
|
+
(ot.hooks = k(
|
|
2332
|
+
k({}, ot.hooks),
|
|
2333
|
+
{},
|
|
2334
|
+
{
|
|
2335
|
+
addPack: function (t, a) {
|
|
2336
|
+
(ot.styles[t] = k(k({}, ot.styles[t] || {}), a)), St(), Bt();
|
|
2337
|
+
},
|
|
2338
|
+
addPacks: function (t) {
|
|
2339
|
+
t.forEach(function (t) {
|
|
2340
|
+
var a = m(t, 2),
|
|
2341
|
+
t = a[0],
|
|
2342
|
+
a = a[1];
|
|
2343
|
+
ot.styles[t] = k(k({}, ot.styles[t] || {}), a);
|
|
2344
|
+
}),
|
|
2345
|
+
St(),
|
|
2346
|
+
Bt();
|
|
2347
|
+
},
|
|
2348
|
+
addShims: function (t) {
|
|
2349
|
+
var a;
|
|
2350
|
+
(a = ot.shims).push.apply(a, l(t)), St(), Bt();
|
|
2351
|
+
},
|
|
2352
|
+
}
|
|
2353
|
+
));
|
|
2354
|
+
});
|
|
2355
|
+
})();
|