@amsom-habitat/ui 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui.js +3115 -0
- package/dist/ui.umd.cjs +763 -0
- package/package.json +23 -2
package/dist/ui.js
ADDED
|
@@ -0,0 +1,3115 @@
|
|
|
1
|
+
import { defineComponent as tn, computed as N, watch as Ae, h as Hn, resolveComponent as Oe, openBlock as J, createElementBlock as ot, withModifiers as Se, createElementVNode as L, createBlock as _e, createCommentVNode as nn, renderSlot as _t, toDisplayString as Pe } from "vue";
|
|
2
|
+
function yn(t, n) {
|
|
3
|
+
var e = Object.keys(t);
|
|
4
|
+
if (Object.getOwnPropertySymbols) {
|
|
5
|
+
var a = Object.getOwnPropertySymbols(t);
|
|
6
|
+
n && (a = a.filter(function(r) {
|
|
7
|
+
return Object.getOwnPropertyDescriptor(t, r).enumerable;
|
|
8
|
+
})), e.push.apply(e, a);
|
|
9
|
+
}
|
|
10
|
+
return e;
|
|
11
|
+
}
|
|
12
|
+
function u(t) {
|
|
13
|
+
for (var n = 1; n < arguments.length; n++) {
|
|
14
|
+
var e = arguments[n] != null ? arguments[n] : {};
|
|
15
|
+
n % 2 ? yn(Object(e), !0).forEach(function(a) {
|
|
16
|
+
O(t, a, e[a]);
|
|
17
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : yn(Object(e)).forEach(function(a) {
|
|
18
|
+
Object.defineProperty(t, a, Object.getOwnPropertyDescriptor(e, a));
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
}
|
|
23
|
+
function Pt(t) {
|
|
24
|
+
"@babel/helpers - typeof";
|
|
25
|
+
return Pt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
26
|
+
return typeof n;
|
|
27
|
+
} : function(n) {
|
|
28
|
+
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
29
|
+
}, Pt(t);
|
|
30
|
+
}
|
|
31
|
+
function Ee(t, n) {
|
|
32
|
+
if (!(t instanceof n))
|
|
33
|
+
throw new TypeError("Cannot call a class as a function");
|
|
34
|
+
}
|
|
35
|
+
function hn(t, n) {
|
|
36
|
+
for (var e = 0; e < n.length; e++) {
|
|
37
|
+
var a = n[e];
|
|
38
|
+
a.enumerable = a.enumerable || !1, a.configurable = !0, "value" in a && (a.writable = !0), Object.defineProperty(t, a.key, a);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
function Ce(t, n, e) {
|
|
42
|
+
return n && hn(t.prototype, n), e && hn(t, e), Object.defineProperty(t, "prototype", {
|
|
43
|
+
writable: !1
|
|
44
|
+
}), t;
|
|
45
|
+
}
|
|
46
|
+
function O(t, n, e) {
|
|
47
|
+
return n in t ? Object.defineProperty(t, n, {
|
|
48
|
+
value: e,
|
|
49
|
+
enumerable: !0,
|
|
50
|
+
configurable: !0,
|
|
51
|
+
writable: !0
|
|
52
|
+
}) : t[n] = e, t;
|
|
53
|
+
}
|
|
54
|
+
function en(t, n) {
|
|
55
|
+
return Ne(t) || Me(t, n) || Gn(t, n) || ze();
|
|
56
|
+
}
|
|
57
|
+
function mt(t) {
|
|
58
|
+
return Ie(t) || Te(t) || Gn(t) || Le();
|
|
59
|
+
}
|
|
60
|
+
function Ie(t) {
|
|
61
|
+
if (Array.isArray(t))
|
|
62
|
+
return Yt(t);
|
|
63
|
+
}
|
|
64
|
+
function Ne(t) {
|
|
65
|
+
if (Array.isArray(t))
|
|
66
|
+
return t;
|
|
67
|
+
}
|
|
68
|
+
function Te(t) {
|
|
69
|
+
if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
|
|
70
|
+
return Array.from(t);
|
|
71
|
+
}
|
|
72
|
+
function Me(t, n) {
|
|
73
|
+
var e = t == null ? null : typeof Symbol < "u" && t[Symbol.iterator] || t["@@iterator"];
|
|
74
|
+
if (e != null) {
|
|
75
|
+
var a = [], r = !0, i = !1, o, s;
|
|
76
|
+
try {
|
|
77
|
+
for (e = e.call(t); !(r = (o = e.next()).done) && (a.push(o.value), !(n && a.length === n)); r = !0)
|
|
78
|
+
;
|
|
79
|
+
} catch (f) {
|
|
80
|
+
i = !0, s = f;
|
|
81
|
+
} finally {
|
|
82
|
+
try {
|
|
83
|
+
!r && e.return != null && e.return();
|
|
84
|
+
} finally {
|
|
85
|
+
if (i)
|
|
86
|
+
throw s;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return a;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
function Gn(t, n) {
|
|
93
|
+
if (t) {
|
|
94
|
+
if (typeof t == "string")
|
|
95
|
+
return Yt(t, n);
|
|
96
|
+
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
97
|
+
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
98
|
+
return Array.from(t);
|
|
99
|
+
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
100
|
+
return Yt(t, n);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
function Yt(t, n) {
|
|
104
|
+
(n == null || n > t.length) && (n = t.length);
|
|
105
|
+
for (var e = 0, a = new Array(n); e < n; e++)
|
|
106
|
+
a[e] = t[e];
|
|
107
|
+
return a;
|
|
108
|
+
}
|
|
109
|
+
function Le() {
|
|
110
|
+
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
111
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
112
|
+
}
|
|
113
|
+
function ze() {
|
|
114
|
+
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
115
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
116
|
+
}
|
|
117
|
+
var kn = function() {
|
|
118
|
+
}, an = {}, Xn = {}, Vn = null, Kn = {
|
|
119
|
+
mark: kn,
|
|
120
|
+
measure: kn
|
|
121
|
+
};
|
|
122
|
+
try {
|
|
123
|
+
typeof window < "u" && (an = window), typeof document < "u" && (Xn = document), typeof MutationObserver < "u" && (Vn = MutationObserver), typeof performance < "u" && (Kn = performance);
|
|
124
|
+
} catch {
|
|
125
|
+
}
|
|
126
|
+
var Fe = an.navigator || {}, wn = Fe.userAgent, xn = wn === void 0 ? "" : wn, U = an, k = Xn, An = Vn, pt = Kn;
|
|
127
|
+
U.document;
|
|
128
|
+
var D = !!k.documentElement && !!k.head && typeof k.addEventListener == "function" && typeof k.createElement == "function", qn = ~xn.indexOf("MSIE") || ~xn.indexOf("Trident/"), bt, gt, yt, ht, kt, R = "___FONT_AWESOME___", Bt = 16, Qn = "fa", Zn = "svg-inline--fa", V = "data-fa-i2svg", Ut = "data-fa-pseudo-element", Re = "data-fa-pseudo-element-pending", rn = "data-prefix", on = "data-icon", On = "fontawesome-i2svg", $e = "async", je = ["HTML", "HEAD", "STYLE", "SCRIPT"], Jn = function() {
|
|
129
|
+
try {
|
|
130
|
+
return process.env.NODE_ENV === "production";
|
|
131
|
+
} catch {
|
|
132
|
+
return !1;
|
|
133
|
+
}
|
|
134
|
+
}(), h = "classic", w = "sharp", sn = [h, w];
|
|
135
|
+
function dt(t) {
|
|
136
|
+
return new Proxy(t, {
|
|
137
|
+
get: function(e, a) {
|
|
138
|
+
return a in e ? e[a] : e[h];
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
}
|
|
142
|
+
var st = dt((bt = {}, O(bt, h, {
|
|
143
|
+
fa: "solid",
|
|
144
|
+
fas: "solid",
|
|
145
|
+
"fa-solid": "solid",
|
|
146
|
+
far: "regular",
|
|
147
|
+
"fa-regular": "regular",
|
|
148
|
+
fal: "light",
|
|
149
|
+
"fa-light": "light",
|
|
150
|
+
fat: "thin",
|
|
151
|
+
"fa-thin": "thin",
|
|
152
|
+
fad: "duotone",
|
|
153
|
+
"fa-duotone": "duotone",
|
|
154
|
+
fab: "brands",
|
|
155
|
+
"fa-brands": "brands",
|
|
156
|
+
fak: "kit",
|
|
157
|
+
fakd: "kit",
|
|
158
|
+
"fa-kit": "kit",
|
|
159
|
+
"fa-kit-duotone": "kit"
|
|
160
|
+
}), O(bt, w, {
|
|
161
|
+
fa: "solid",
|
|
162
|
+
fass: "solid",
|
|
163
|
+
"fa-solid": "solid",
|
|
164
|
+
fasr: "regular",
|
|
165
|
+
"fa-regular": "regular",
|
|
166
|
+
fasl: "light",
|
|
167
|
+
"fa-light": "light",
|
|
168
|
+
fast: "thin",
|
|
169
|
+
"fa-thin": "thin"
|
|
170
|
+
}), bt)), ft = dt((gt = {}, O(gt, h, {
|
|
171
|
+
solid: "fas",
|
|
172
|
+
regular: "far",
|
|
173
|
+
light: "fal",
|
|
174
|
+
thin: "fat",
|
|
175
|
+
duotone: "fad",
|
|
176
|
+
brands: "fab",
|
|
177
|
+
kit: "fak"
|
|
178
|
+
}), O(gt, w, {
|
|
179
|
+
solid: "fass",
|
|
180
|
+
regular: "fasr",
|
|
181
|
+
light: "fasl",
|
|
182
|
+
thin: "fast"
|
|
183
|
+
}), gt)), lt = dt((yt = {}, O(yt, h, {
|
|
184
|
+
fab: "fa-brands",
|
|
185
|
+
fad: "fa-duotone",
|
|
186
|
+
fak: "fa-kit",
|
|
187
|
+
fal: "fa-light",
|
|
188
|
+
far: "fa-regular",
|
|
189
|
+
fas: "fa-solid",
|
|
190
|
+
fat: "fa-thin"
|
|
191
|
+
}), O(yt, w, {
|
|
192
|
+
fass: "fa-solid",
|
|
193
|
+
fasr: "fa-regular",
|
|
194
|
+
fasl: "fa-light",
|
|
195
|
+
fast: "fa-thin"
|
|
196
|
+
}), yt)), De = dt((ht = {}, O(ht, h, {
|
|
197
|
+
"fa-brands": "fab",
|
|
198
|
+
"fa-duotone": "fad",
|
|
199
|
+
"fa-kit": "fak",
|
|
200
|
+
"fa-light": "fal",
|
|
201
|
+
"fa-regular": "far",
|
|
202
|
+
"fa-solid": "fas",
|
|
203
|
+
"fa-thin": "fat"
|
|
204
|
+
}), O(ht, w, {
|
|
205
|
+
"fa-solid": "fass",
|
|
206
|
+
"fa-regular": "fasr",
|
|
207
|
+
"fa-light": "fasl",
|
|
208
|
+
"fa-thin": "fast"
|
|
209
|
+
}), ht)), Ye = /fa(s|r|l|t|d|b|k|ss|sr|sl|st)?[\-\ ]/, te = "fa-layers-text", Be = /Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i, Ue = dt((kt = {}, O(kt, h, {
|
|
210
|
+
900: "fas",
|
|
211
|
+
400: "far",
|
|
212
|
+
normal: "far",
|
|
213
|
+
300: "fal",
|
|
214
|
+
100: "fat"
|
|
215
|
+
}), O(kt, w, {
|
|
216
|
+
900: "fass",
|
|
217
|
+
400: "fasr",
|
|
218
|
+
300: "fasl",
|
|
219
|
+
100: "fast"
|
|
220
|
+
}), kt)), ne = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], We = ne.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]), He = ["class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask"], G = {
|
|
221
|
+
GROUP: "duotone-group",
|
|
222
|
+
SWAP_OPACITY: "swap-opacity",
|
|
223
|
+
PRIMARY: "primary",
|
|
224
|
+
SECONDARY: "secondary"
|
|
225
|
+
}, ct = /* @__PURE__ */ new Set();
|
|
226
|
+
Object.keys(ft[h]).map(ct.add.bind(ct));
|
|
227
|
+
Object.keys(ft[w]).map(ct.add.bind(ct));
|
|
228
|
+
var Ge = [].concat(sn, mt(ct), ["2xs", "xs", "sm", "lg", "xl", "2xl", "beat", "border", "fade", "beat-fade", "bounce", "flip-both", "flip-horizontal", "flip-vertical", "flip", "fw", "inverse", "layers-counter", "layers-text", "layers", "li", "pull-left", "pull-right", "pulse", "rotate-180", "rotate-270", "rotate-90", "rotate-by", "shake", "spin-pulse", "spin-reverse", "spin", "stack-1x", "stack-2x", "stack", "ul", G.GROUP, G.SWAP_OPACITY, G.PRIMARY, G.SECONDARY]).concat(ne.map(function(t) {
|
|
229
|
+
return "".concat(t, "x");
|
|
230
|
+
})).concat(We.map(function(t) {
|
|
231
|
+
return "w-".concat(t);
|
|
232
|
+
})), at = U.FontAwesomeConfig || {};
|
|
233
|
+
function Xe(t) {
|
|
234
|
+
var n = k.querySelector("script[" + t + "]");
|
|
235
|
+
if (n)
|
|
236
|
+
return n.getAttribute(t);
|
|
237
|
+
}
|
|
238
|
+
function Ve(t) {
|
|
239
|
+
return t === "" ? !0 : t === "false" ? !1 : t === "true" ? !0 : t;
|
|
240
|
+
}
|
|
241
|
+
if (k && typeof k.querySelector == "function") {
|
|
242
|
+
var Ke = [["data-family-prefix", "familyPrefix"], ["data-css-prefix", "cssPrefix"], ["data-family-default", "familyDefault"], ["data-style-default", "styleDefault"], ["data-replacement-class", "replacementClass"], ["data-auto-replace-svg", "autoReplaceSvg"], ["data-auto-add-css", "autoAddCss"], ["data-auto-a11y", "autoA11y"], ["data-search-pseudo-elements", "searchPseudoElements"], ["data-observe-mutations", "observeMutations"], ["data-mutate-approach", "mutateApproach"], ["data-keep-original-source", "keepOriginalSource"], ["data-measure-performance", "measurePerformance"], ["data-show-missing-icons", "showMissingIcons"]];
|
|
243
|
+
Ke.forEach(function(t) {
|
|
244
|
+
var n = en(t, 2), e = n[0], a = n[1], r = Ve(Xe(e));
|
|
245
|
+
r != null && (at[a] = r);
|
|
246
|
+
});
|
|
247
|
+
}
|
|
248
|
+
var ee = {
|
|
249
|
+
styleDefault: "solid",
|
|
250
|
+
familyDefault: "classic",
|
|
251
|
+
cssPrefix: Qn,
|
|
252
|
+
replacementClass: Zn,
|
|
253
|
+
autoReplaceSvg: !0,
|
|
254
|
+
autoAddCss: !0,
|
|
255
|
+
autoA11y: !0,
|
|
256
|
+
searchPseudoElements: !1,
|
|
257
|
+
observeMutations: !0,
|
|
258
|
+
mutateApproach: "async",
|
|
259
|
+
keepOriginalSource: !0,
|
|
260
|
+
measurePerformance: !1,
|
|
261
|
+
showMissingIcons: !0
|
|
262
|
+
};
|
|
263
|
+
at.familyPrefix && (at.cssPrefix = at.familyPrefix);
|
|
264
|
+
var tt = u(u({}, ee), at);
|
|
265
|
+
tt.autoReplaceSvg || (tt.observeMutations = !1);
|
|
266
|
+
var m = {};
|
|
267
|
+
Object.keys(ee).forEach(function(t) {
|
|
268
|
+
Object.defineProperty(m, t, {
|
|
269
|
+
enumerable: !0,
|
|
270
|
+
set: function(e) {
|
|
271
|
+
tt[t] = e, rt.forEach(function(a) {
|
|
272
|
+
return a(m);
|
|
273
|
+
});
|
|
274
|
+
},
|
|
275
|
+
get: function() {
|
|
276
|
+
return tt[t];
|
|
277
|
+
}
|
|
278
|
+
});
|
|
279
|
+
});
|
|
280
|
+
Object.defineProperty(m, "familyPrefix", {
|
|
281
|
+
enumerable: !0,
|
|
282
|
+
set: function(n) {
|
|
283
|
+
tt.cssPrefix = n, rt.forEach(function(e) {
|
|
284
|
+
return e(m);
|
|
285
|
+
});
|
|
286
|
+
},
|
|
287
|
+
get: function() {
|
|
288
|
+
return tt.cssPrefix;
|
|
289
|
+
}
|
|
290
|
+
});
|
|
291
|
+
U.FontAwesomeConfig = m;
|
|
292
|
+
var rt = [];
|
|
293
|
+
function qe(t) {
|
|
294
|
+
return rt.push(t), function() {
|
|
295
|
+
rt.splice(rt.indexOf(t), 1);
|
|
296
|
+
};
|
|
297
|
+
}
|
|
298
|
+
var B = Bt, F = {
|
|
299
|
+
size: 16,
|
|
300
|
+
x: 0,
|
|
301
|
+
y: 0,
|
|
302
|
+
rotate: 0,
|
|
303
|
+
flipX: !1,
|
|
304
|
+
flipY: !1
|
|
305
|
+
};
|
|
306
|
+
function Qe(t) {
|
|
307
|
+
if (!(!t || !D)) {
|
|
308
|
+
var n = k.createElement("style");
|
|
309
|
+
n.setAttribute("type", "text/css"), n.innerHTML = t;
|
|
310
|
+
for (var e = k.head.childNodes, a = null, r = e.length - 1; r > -1; r--) {
|
|
311
|
+
var i = e[r], o = (i.tagName || "").toUpperCase();
|
|
312
|
+
["STYLE", "LINK"].indexOf(o) > -1 && (a = i);
|
|
313
|
+
}
|
|
314
|
+
return k.head.insertBefore(n, a), t;
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
var Ze = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
|
318
|
+
function ut() {
|
|
319
|
+
for (var t = 12, n = ""; t-- > 0; )
|
|
320
|
+
n += Ze[Math.random() * 62 | 0];
|
|
321
|
+
return n;
|
|
322
|
+
}
|
|
323
|
+
function nt(t) {
|
|
324
|
+
for (var n = [], e = (t || []).length >>> 0; e--; )
|
|
325
|
+
n[e] = t[e];
|
|
326
|
+
return n;
|
|
327
|
+
}
|
|
328
|
+
function fn(t) {
|
|
329
|
+
return t.classList ? nt(t.classList) : (t.getAttribute("class") || "").split(" ").filter(function(n) {
|
|
330
|
+
return n;
|
|
331
|
+
});
|
|
332
|
+
}
|
|
333
|
+
function ae(t) {
|
|
334
|
+
return "".concat(t).replace(/&/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
335
|
+
}
|
|
336
|
+
function Je(t) {
|
|
337
|
+
return Object.keys(t || {}).reduce(function(n, e) {
|
|
338
|
+
return n + "".concat(e, '="').concat(ae(t[e]), '" ');
|
|
339
|
+
}, "").trim();
|
|
340
|
+
}
|
|
341
|
+
function Tt(t) {
|
|
342
|
+
return Object.keys(t || {}).reduce(function(n, e) {
|
|
343
|
+
return n + "".concat(e, ": ").concat(t[e].trim(), ";");
|
|
344
|
+
}, "");
|
|
345
|
+
}
|
|
346
|
+
function ln(t) {
|
|
347
|
+
return t.size !== F.size || t.x !== F.x || t.y !== F.y || t.rotate !== F.rotate || t.flipX || t.flipY;
|
|
348
|
+
}
|
|
349
|
+
function ta(t) {
|
|
350
|
+
var n = t.transform, e = t.containerWidth, a = t.iconWidth, r = {
|
|
351
|
+
transform: "translate(".concat(e / 2, " 256)")
|
|
352
|
+
}, i = "translate(".concat(n.x * 32, ", ").concat(n.y * 32, ") "), o = "scale(".concat(n.size / 16 * (n.flipX ? -1 : 1), ", ").concat(n.size / 16 * (n.flipY ? -1 : 1), ") "), s = "rotate(".concat(n.rotate, " 0 0)"), f = {
|
|
353
|
+
transform: "".concat(i, " ").concat(o, " ").concat(s)
|
|
354
|
+
}, c = {
|
|
355
|
+
transform: "translate(".concat(a / 2 * -1, " -256)")
|
|
356
|
+
};
|
|
357
|
+
return {
|
|
358
|
+
outer: r,
|
|
359
|
+
inner: f,
|
|
360
|
+
path: c
|
|
361
|
+
};
|
|
362
|
+
}
|
|
363
|
+
function na(t) {
|
|
364
|
+
var n = t.transform, e = t.width, a = e === void 0 ? Bt : e, r = t.height, i = r === void 0 ? Bt : r, o = t.startCentered, s = o === void 0 ? !1 : o, f = "";
|
|
365
|
+
return s && qn ? f += "translate(".concat(n.x / B - a / 2, "em, ").concat(n.y / B - i / 2, "em) ") : s ? f += "translate(calc(-50% + ".concat(n.x / B, "em), calc(-50% + ").concat(n.y / B, "em)) ") : f += "translate(".concat(n.x / B, "em, ").concat(n.y / B, "em) "), f += "scale(".concat(n.size / B * (n.flipX ? -1 : 1), ", ").concat(n.size / B * (n.flipY ? -1 : 1), ") "), f += "rotate(".concat(n.rotate, "deg) "), f;
|
|
366
|
+
}
|
|
367
|
+
var ea = `:root, :host {
|
|
368
|
+
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
|
|
369
|
+
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
|
|
370
|
+
--fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
|
|
371
|
+
--fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
|
|
372
|
+
--fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
|
|
373
|
+
--fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
|
|
374
|
+
--fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
|
|
375
|
+
--fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
|
|
376
|
+
--fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
|
|
377
|
+
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
381
|
+
overflow: visible;
|
|
382
|
+
box-sizing: content-box;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.svg-inline--fa {
|
|
386
|
+
display: var(--fa-display, inline-block);
|
|
387
|
+
height: 1em;
|
|
388
|
+
overflow: visible;
|
|
389
|
+
vertical-align: -0.125em;
|
|
390
|
+
}
|
|
391
|
+
.svg-inline--fa.fa-2xs {
|
|
392
|
+
vertical-align: 0.1em;
|
|
393
|
+
}
|
|
394
|
+
.svg-inline--fa.fa-xs {
|
|
395
|
+
vertical-align: 0em;
|
|
396
|
+
}
|
|
397
|
+
.svg-inline--fa.fa-sm {
|
|
398
|
+
vertical-align: -0.0714285705em;
|
|
399
|
+
}
|
|
400
|
+
.svg-inline--fa.fa-lg {
|
|
401
|
+
vertical-align: -0.2em;
|
|
402
|
+
}
|
|
403
|
+
.svg-inline--fa.fa-xl {
|
|
404
|
+
vertical-align: -0.25em;
|
|
405
|
+
}
|
|
406
|
+
.svg-inline--fa.fa-2xl {
|
|
407
|
+
vertical-align: -0.3125em;
|
|
408
|
+
}
|
|
409
|
+
.svg-inline--fa.fa-pull-left {
|
|
410
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
411
|
+
width: auto;
|
|
412
|
+
}
|
|
413
|
+
.svg-inline--fa.fa-pull-right {
|
|
414
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
415
|
+
width: auto;
|
|
416
|
+
}
|
|
417
|
+
.svg-inline--fa.fa-li {
|
|
418
|
+
width: var(--fa-li-width, 2em);
|
|
419
|
+
top: 0.25em;
|
|
420
|
+
}
|
|
421
|
+
.svg-inline--fa.fa-fw {
|
|
422
|
+
width: var(--fa-fw-width, 1.25em);
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.fa-layers svg.svg-inline--fa {
|
|
426
|
+
bottom: 0;
|
|
427
|
+
left: 0;
|
|
428
|
+
margin: auto;
|
|
429
|
+
position: absolute;
|
|
430
|
+
right: 0;
|
|
431
|
+
top: 0;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.fa-layers-counter, .fa-layers-text {
|
|
435
|
+
display: inline-block;
|
|
436
|
+
position: absolute;
|
|
437
|
+
text-align: center;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.fa-layers {
|
|
441
|
+
display: inline-block;
|
|
442
|
+
height: 1em;
|
|
443
|
+
position: relative;
|
|
444
|
+
text-align: center;
|
|
445
|
+
vertical-align: -0.125em;
|
|
446
|
+
width: 1em;
|
|
447
|
+
}
|
|
448
|
+
.fa-layers svg.svg-inline--fa {
|
|
449
|
+
-webkit-transform-origin: center center;
|
|
450
|
+
transform-origin: center center;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.fa-layers-text {
|
|
454
|
+
left: 50%;
|
|
455
|
+
top: 50%;
|
|
456
|
+
-webkit-transform: translate(-50%, -50%);
|
|
457
|
+
transform: translate(-50%, -50%);
|
|
458
|
+
-webkit-transform-origin: center center;
|
|
459
|
+
transform-origin: center center;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.fa-layers-counter {
|
|
463
|
+
background-color: var(--fa-counter-background-color, #ff253a);
|
|
464
|
+
border-radius: var(--fa-counter-border-radius, 1em);
|
|
465
|
+
box-sizing: border-box;
|
|
466
|
+
color: var(--fa-inverse, #fff);
|
|
467
|
+
line-height: var(--fa-counter-line-height, 1);
|
|
468
|
+
max-width: var(--fa-counter-max-width, 5em);
|
|
469
|
+
min-width: var(--fa-counter-min-width, 1.5em);
|
|
470
|
+
overflow: hidden;
|
|
471
|
+
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|
472
|
+
right: var(--fa-right, 0);
|
|
473
|
+
text-overflow: ellipsis;
|
|
474
|
+
top: var(--fa-top, 0);
|
|
475
|
+
-webkit-transform: scale(var(--fa-counter-scale, 0.25));
|
|
476
|
+
transform: scale(var(--fa-counter-scale, 0.25));
|
|
477
|
+
-webkit-transform-origin: top right;
|
|
478
|
+
transform-origin: top right;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
.fa-layers-bottom-right {
|
|
482
|
+
bottom: var(--fa-bottom, 0);
|
|
483
|
+
right: var(--fa-right, 0);
|
|
484
|
+
top: auto;
|
|
485
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
486
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
487
|
+
-webkit-transform-origin: bottom right;
|
|
488
|
+
transform-origin: bottom right;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.fa-layers-bottom-left {
|
|
492
|
+
bottom: var(--fa-bottom, 0);
|
|
493
|
+
left: var(--fa-left, 0);
|
|
494
|
+
right: auto;
|
|
495
|
+
top: auto;
|
|
496
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
497
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
498
|
+
-webkit-transform-origin: bottom left;
|
|
499
|
+
transform-origin: bottom left;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.fa-layers-top-right {
|
|
503
|
+
top: var(--fa-top, 0);
|
|
504
|
+
right: var(--fa-right, 0);
|
|
505
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
506
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
507
|
+
-webkit-transform-origin: top right;
|
|
508
|
+
transform-origin: top right;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.fa-layers-top-left {
|
|
512
|
+
left: var(--fa-left, 0);
|
|
513
|
+
right: auto;
|
|
514
|
+
top: var(--fa-top, 0);
|
|
515
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
516
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
517
|
+
-webkit-transform-origin: top left;
|
|
518
|
+
transform-origin: top left;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.fa-1x {
|
|
522
|
+
font-size: 1em;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.fa-2x {
|
|
526
|
+
font-size: 2em;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.fa-3x {
|
|
530
|
+
font-size: 3em;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.fa-4x {
|
|
534
|
+
font-size: 4em;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.fa-5x {
|
|
538
|
+
font-size: 5em;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.fa-6x {
|
|
542
|
+
font-size: 6em;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.fa-7x {
|
|
546
|
+
font-size: 7em;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.fa-8x {
|
|
550
|
+
font-size: 8em;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.fa-9x {
|
|
554
|
+
font-size: 9em;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.fa-10x {
|
|
558
|
+
font-size: 10em;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.fa-2xs {
|
|
562
|
+
font-size: 0.625em;
|
|
563
|
+
line-height: 0.1em;
|
|
564
|
+
vertical-align: 0.225em;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.fa-xs {
|
|
568
|
+
font-size: 0.75em;
|
|
569
|
+
line-height: 0.0833333337em;
|
|
570
|
+
vertical-align: 0.125em;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.fa-sm {
|
|
574
|
+
font-size: 0.875em;
|
|
575
|
+
line-height: 0.0714285718em;
|
|
576
|
+
vertical-align: 0.0535714295em;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.fa-lg {
|
|
580
|
+
font-size: 1.25em;
|
|
581
|
+
line-height: 0.05em;
|
|
582
|
+
vertical-align: -0.075em;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.fa-xl {
|
|
586
|
+
font-size: 1.5em;
|
|
587
|
+
line-height: 0.0416666682em;
|
|
588
|
+
vertical-align: -0.125em;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.fa-2xl {
|
|
592
|
+
font-size: 2em;
|
|
593
|
+
line-height: 0.03125em;
|
|
594
|
+
vertical-align: -0.1875em;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.fa-fw {
|
|
598
|
+
text-align: center;
|
|
599
|
+
width: 1.25em;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.fa-ul {
|
|
603
|
+
list-style-type: none;
|
|
604
|
+
margin-left: var(--fa-li-margin, 2.5em);
|
|
605
|
+
padding-left: 0;
|
|
606
|
+
}
|
|
607
|
+
.fa-ul > li {
|
|
608
|
+
position: relative;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.fa-li {
|
|
612
|
+
left: calc(var(--fa-li-width, 2em) * -1);
|
|
613
|
+
position: absolute;
|
|
614
|
+
text-align: center;
|
|
615
|
+
width: var(--fa-li-width, 2em);
|
|
616
|
+
line-height: inherit;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.fa-border {
|
|
620
|
+
border-color: var(--fa-border-color, #eee);
|
|
621
|
+
border-radius: var(--fa-border-radius, 0.1em);
|
|
622
|
+
border-style: var(--fa-border-style, solid);
|
|
623
|
+
border-width: var(--fa-border-width, 0.08em);
|
|
624
|
+
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.fa-pull-left {
|
|
628
|
+
float: left;
|
|
629
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.fa-pull-right {
|
|
633
|
+
float: right;
|
|
634
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.fa-beat {
|
|
638
|
+
-webkit-animation-name: fa-beat;
|
|
639
|
+
animation-name: fa-beat;
|
|
640
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
641
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
642
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
643
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
644
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
645
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
646
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
647
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
648
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
649
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
.fa-bounce {
|
|
653
|
+
-webkit-animation-name: fa-bounce;
|
|
654
|
+
animation-name: fa-bounce;
|
|
655
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
656
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
657
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
658
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
659
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
660
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
661
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
662
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
663
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
664
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.fa-fade {
|
|
668
|
+
-webkit-animation-name: fa-fade;
|
|
669
|
+
animation-name: fa-fade;
|
|
670
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
671
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
672
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
673
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
674
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
675
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
676
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
677
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
678
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
679
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
.fa-beat-fade {
|
|
683
|
+
-webkit-animation-name: fa-beat-fade;
|
|
684
|
+
animation-name: fa-beat-fade;
|
|
685
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
686
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
687
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
688
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
689
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
690
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
691
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
692
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
693
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
694
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.fa-flip {
|
|
698
|
+
-webkit-animation-name: fa-flip;
|
|
699
|
+
animation-name: fa-flip;
|
|
700
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
701
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
702
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
703
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
704
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
705
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
706
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
707
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
708
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
709
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
.fa-shake {
|
|
713
|
+
-webkit-animation-name: fa-shake;
|
|
714
|
+
animation-name: fa-shake;
|
|
715
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
716
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
717
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
718
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
719
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
720
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
721
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
722
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
723
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
724
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.fa-spin {
|
|
728
|
+
-webkit-animation-name: fa-spin;
|
|
729
|
+
animation-name: fa-spin;
|
|
730
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
731
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
732
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
733
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
734
|
+
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|
735
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
736
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
737
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
738
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
739
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.fa-spin-reverse {
|
|
743
|
+
--fa-animation-direction: reverse;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.fa-pulse,
|
|
747
|
+
.fa-spin-pulse {
|
|
748
|
+
-webkit-animation-name: fa-spin;
|
|
749
|
+
animation-name: fa-spin;
|
|
750
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
751
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
752
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
753
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
754
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
755
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
756
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
757
|
+
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
@media (prefers-reduced-motion: reduce) {
|
|
761
|
+
.fa-beat,
|
|
762
|
+
.fa-bounce,
|
|
763
|
+
.fa-fade,
|
|
764
|
+
.fa-beat-fade,
|
|
765
|
+
.fa-flip,
|
|
766
|
+
.fa-pulse,
|
|
767
|
+
.fa-shake,
|
|
768
|
+
.fa-spin,
|
|
769
|
+
.fa-spin-pulse {
|
|
770
|
+
-webkit-animation-delay: -1ms;
|
|
771
|
+
animation-delay: -1ms;
|
|
772
|
+
-webkit-animation-duration: 1ms;
|
|
773
|
+
animation-duration: 1ms;
|
|
774
|
+
-webkit-animation-iteration-count: 1;
|
|
775
|
+
animation-iteration-count: 1;
|
|
776
|
+
-webkit-transition-delay: 0s;
|
|
777
|
+
transition-delay: 0s;
|
|
778
|
+
-webkit-transition-duration: 0s;
|
|
779
|
+
transition-duration: 0s;
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
@-webkit-keyframes fa-beat {
|
|
783
|
+
0%, 90% {
|
|
784
|
+
-webkit-transform: scale(1);
|
|
785
|
+
transform: scale(1);
|
|
786
|
+
}
|
|
787
|
+
45% {
|
|
788
|
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
789
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
@keyframes fa-beat {
|
|
793
|
+
0%, 90% {
|
|
794
|
+
-webkit-transform: scale(1);
|
|
795
|
+
transform: scale(1);
|
|
796
|
+
}
|
|
797
|
+
45% {
|
|
798
|
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
799
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
@-webkit-keyframes fa-bounce {
|
|
803
|
+
0% {
|
|
804
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
805
|
+
transform: scale(1, 1) translateY(0);
|
|
806
|
+
}
|
|
807
|
+
10% {
|
|
808
|
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
809
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
810
|
+
}
|
|
811
|
+
30% {
|
|
812
|
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
813
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
814
|
+
}
|
|
815
|
+
50% {
|
|
816
|
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
817
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
818
|
+
}
|
|
819
|
+
57% {
|
|
820
|
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
821
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
822
|
+
}
|
|
823
|
+
64% {
|
|
824
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
825
|
+
transform: scale(1, 1) translateY(0);
|
|
826
|
+
}
|
|
827
|
+
100% {
|
|
828
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
829
|
+
transform: scale(1, 1) translateY(0);
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
@keyframes fa-bounce {
|
|
833
|
+
0% {
|
|
834
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
835
|
+
transform: scale(1, 1) translateY(0);
|
|
836
|
+
}
|
|
837
|
+
10% {
|
|
838
|
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
839
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
840
|
+
}
|
|
841
|
+
30% {
|
|
842
|
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
843
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
844
|
+
}
|
|
845
|
+
50% {
|
|
846
|
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
847
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
848
|
+
}
|
|
849
|
+
57% {
|
|
850
|
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
851
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
852
|
+
}
|
|
853
|
+
64% {
|
|
854
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
855
|
+
transform: scale(1, 1) translateY(0);
|
|
856
|
+
}
|
|
857
|
+
100% {
|
|
858
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
859
|
+
transform: scale(1, 1) translateY(0);
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
@-webkit-keyframes fa-fade {
|
|
863
|
+
50% {
|
|
864
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
@keyframes fa-fade {
|
|
868
|
+
50% {
|
|
869
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
@-webkit-keyframes fa-beat-fade {
|
|
873
|
+
0%, 100% {
|
|
874
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
875
|
+
-webkit-transform: scale(1);
|
|
876
|
+
transform: scale(1);
|
|
877
|
+
}
|
|
878
|
+
50% {
|
|
879
|
+
opacity: 1;
|
|
880
|
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
881
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
@keyframes fa-beat-fade {
|
|
885
|
+
0%, 100% {
|
|
886
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
887
|
+
-webkit-transform: scale(1);
|
|
888
|
+
transform: scale(1);
|
|
889
|
+
}
|
|
890
|
+
50% {
|
|
891
|
+
opacity: 1;
|
|
892
|
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
893
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
@-webkit-keyframes fa-flip {
|
|
897
|
+
50% {
|
|
898
|
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
899
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
@keyframes fa-flip {
|
|
903
|
+
50% {
|
|
904
|
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
905
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
@-webkit-keyframes fa-shake {
|
|
909
|
+
0% {
|
|
910
|
+
-webkit-transform: rotate(-15deg);
|
|
911
|
+
transform: rotate(-15deg);
|
|
912
|
+
}
|
|
913
|
+
4% {
|
|
914
|
+
-webkit-transform: rotate(15deg);
|
|
915
|
+
transform: rotate(15deg);
|
|
916
|
+
}
|
|
917
|
+
8%, 24% {
|
|
918
|
+
-webkit-transform: rotate(-18deg);
|
|
919
|
+
transform: rotate(-18deg);
|
|
920
|
+
}
|
|
921
|
+
12%, 28% {
|
|
922
|
+
-webkit-transform: rotate(18deg);
|
|
923
|
+
transform: rotate(18deg);
|
|
924
|
+
}
|
|
925
|
+
16% {
|
|
926
|
+
-webkit-transform: rotate(-22deg);
|
|
927
|
+
transform: rotate(-22deg);
|
|
928
|
+
}
|
|
929
|
+
20% {
|
|
930
|
+
-webkit-transform: rotate(22deg);
|
|
931
|
+
transform: rotate(22deg);
|
|
932
|
+
}
|
|
933
|
+
32% {
|
|
934
|
+
-webkit-transform: rotate(-12deg);
|
|
935
|
+
transform: rotate(-12deg);
|
|
936
|
+
}
|
|
937
|
+
36% {
|
|
938
|
+
-webkit-transform: rotate(12deg);
|
|
939
|
+
transform: rotate(12deg);
|
|
940
|
+
}
|
|
941
|
+
40%, 100% {
|
|
942
|
+
-webkit-transform: rotate(0deg);
|
|
943
|
+
transform: rotate(0deg);
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
@keyframes fa-shake {
|
|
947
|
+
0% {
|
|
948
|
+
-webkit-transform: rotate(-15deg);
|
|
949
|
+
transform: rotate(-15deg);
|
|
950
|
+
}
|
|
951
|
+
4% {
|
|
952
|
+
-webkit-transform: rotate(15deg);
|
|
953
|
+
transform: rotate(15deg);
|
|
954
|
+
}
|
|
955
|
+
8%, 24% {
|
|
956
|
+
-webkit-transform: rotate(-18deg);
|
|
957
|
+
transform: rotate(-18deg);
|
|
958
|
+
}
|
|
959
|
+
12%, 28% {
|
|
960
|
+
-webkit-transform: rotate(18deg);
|
|
961
|
+
transform: rotate(18deg);
|
|
962
|
+
}
|
|
963
|
+
16% {
|
|
964
|
+
-webkit-transform: rotate(-22deg);
|
|
965
|
+
transform: rotate(-22deg);
|
|
966
|
+
}
|
|
967
|
+
20% {
|
|
968
|
+
-webkit-transform: rotate(22deg);
|
|
969
|
+
transform: rotate(22deg);
|
|
970
|
+
}
|
|
971
|
+
32% {
|
|
972
|
+
-webkit-transform: rotate(-12deg);
|
|
973
|
+
transform: rotate(-12deg);
|
|
974
|
+
}
|
|
975
|
+
36% {
|
|
976
|
+
-webkit-transform: rotate(12deg);
|
|
977
|
+
transform: rotate(12deg);
|
|
978
|
+
}
|
|
979
|
+
40%, 100% {
|
|
980
|
+
-webkit-transform: rotate(0deg);
|
|
981
|
+
transform: rotate(0deg);
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
@-webkit-keyframes fa-spin {
|
|
985
|
+
0% {
|
|
986
|
+
-webkit-transform: rotate(0deg);
|
|
987
|
+
transform: rotate(0deg);
|
|
988
|
+
}
|
|
989
|
+
100% {
|
|
990
|
+
-webkit-transform: rotate(360deg);
|
|
991
|
+
transform: rotate(360deg);
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
@keyframes fa-spin {
|
|
995
|
+
0% {
|
|
996
|
+
-webkit-transform: rotate(0deg);
|
|
997
|
+
transform: rotate(0deg);
|
|
998
|
+
}
|
|
999
|
+
100% {
|
|
1000
|
+
-webkit-transform: rotate(360deg);
|
|
1001
|
+
transform: rotate(360deg);
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
.fa-rotate-90 {
|
|
1005
|
+
-webkit-transform: rotate(90deg);
|
|
1006
|
+
transform: rotate(90deg);
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.fa-rotate-180 {
|
|
1010
|
+
-webkit-transform: rotate(180deg);
|
|
1011
|
+
transform: rotate(180deg);
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
.fa-rotate-270 {
|
|
1015
|
+
-webkit-transform: rotate(270deg);
|
|
1016
|
+
transform: rotate(270deg);
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.fa-flip-horizontal {
|
|
1020
|
+
-webkit-transform: scale(-1, 1);
|
|
1021
|
+
transform: scale(-1, 1);
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.fa-flip-vertical {
|
|
1025
|
+
-webkit-transform: scale(1, -1);
|
|
1026
|
+
transform: scale(1, -1);
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.fa-flip-both,
|
|
1030
|
+
.fa-flip-horizontal.fa-flip-vertical {
|
|
1031
|
+
-webkit-transform: scale(-1, -1);
|
|
1032
|
+
transform: scale(-1, -1);
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
.fa-rotate-by {
|
|
1036
|
+
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
|
1037
|
+
transform: rotate(var(--fa-rotate-angle, none));
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.fa-stack {
|
|
1041
|
+
display: inline-block;
|
|
1042
|
+
vertical-align: middle;
|
|
1043
|
+
height: 2em;
|
|
1044
|
+
position: relative;
|
|
1045
|
+
width: 2.5em;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.fa-stack-1x,
|
|
1049
|
+
.fa-stack-2x {
|
|
1050
|
+
bottom: 0;
|
|
1051
|
+
left: 0;
|
|
1052
|
+
margin: auto;
|
|
1053
|
+
position: absolute;
|
|
1054
|
+
right: 0;
|
|
1055
|
+
top: 0;
|
|
1056
|
+
z-index: var(--fa-stack-z-index, auto);
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.svg-inline--fa.fa-stack-1x {
|
|
1060
|
+
height: 1em;
|
|
1061
|
+
width: 1.25em;
|
|
1062
|
+
}
|
|
1063
|
+
.svg-inline--fa.fa-stack-2x {
|
|
1064
|
+
height: 2em;
|
|
1065
|
+
width: 2.5em;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
.fa-inverse {
|
|
1069
|
+
color: var(--fa-inverse, #fff);
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.sr-only,
|
|
1073
|
+
.fa-sr-only {
|
|
1074
|
+
position: absolute;
|
|
1075
|
+
width: 1px;
|
|
1076
|
+
height: 1px;
|
|
1077
|
+
padding: 0;
|
|
1078
|
+
margin: -1px;
|
|
1079
|
+
overflow: hidden;
|
|
1080
|
+
clip: rect(0, 0, 0, 0);
|
|
1081
|
+
white-space: nowrap;
|
|
1082
|
+
border-width: 0;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
.sr-only-focusable:not(:focus),
|
|
1086
|
+
.fa-sr-only-focusable:not(:focus) {
|
|
1087
|
+
position: absolute;
|
|
1088
|
+
width: 1px;
|
|
1089
|
+
height: 1px;
|
|
1090
|
+
padding: 0;
|
|
1091
|
+
margin: -1px;
|
|
1092
|
+
overflow: hidden;
|
|
1093
|
+
clip: rect(0, 0, 0, 0);
|
|
1094
|
+
white-space: nowrap;
|
|
1095
|
+
border-width: 0;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.svg-inline--fa .fa-primary {
|
|
1099
|
+
fill: var(--fa-primary-color, currentColor);
|
|
1100
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
.svg-inline--fa .fa-secondary {
|
|
1104
|
+
fill: var(--fa-secondary-color, currentColor);
|
|
1105
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
1109
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
1113
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.svg-inline--fa mask .fa-primary,
|
|
1117
|
+
.svg-inline--fa mask .fa-secondary {
|
|
1118
|
+
fill: black;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
.fad.fa-inverse,
|
|
1122
|
+
.fa-duotone.fa-inverse {
|
|
1123
|
+
color: var(--fa-inverse, #fff);
|
|
1124
|
+
}`;
|
|
1125
|
+
function re() {
|
|
1126
|
+
var t = Qn, n = Zn, e = m.cssPrefix, a = m.replacementClass, r = ea;
|
|
1127
|
+
if (e !== t || a !== n) {
|
|
1128
|
+
var i = new RegExp("\\.".concat(t, "\\-"), "g"), o = new RegExp("\\--".concat(t, "\\-"), "g"), s = new RegExp("\\.".concat(n), "g");
|
|
1129
|
+
r = r.replace(i, ".".concat(e, "-")).replace(o, "--".concat(e, "-")).replace(s, ".".concat(a));
|
|
1130
|
+
}
|
|
1131
|
+
return r;
|
|
1132
|
+
}
|
|
1133
|
+
var Sn = !1;
|
|
1134
|
+
function Rt() {
|
|
1135
|
+
m.autoAddCss && !Sn && (Qe(re()), Sn = !0);
|
|
1136
|
+
}
|
|
1137
|
+
var aa = {
|
|
1138
|
+
mixout: function() {
|
|
1139
|
+
return {
|
|
1140
|
+
dom: {
|
|
1141
|
+
css: re,
|
|
1142
|
+
insertCss: Rt
|
|
1143
|
+
}
|
|
1144
|
+
};
|
|
1145
|
+
},
|
|
1146
|
+
hooks: function() {
|
|
1147
|
+
return {
|
|
1148
|
+
beforeDOMElementCreation: function() {
|
|
1149
|
+
Rt();
|
|
1150
|
+
},
|
|
1151
|
+
beforeI2svg: function() {
|
|
1152
|
+
Rt();
|
|
1153
|
+
}
|
|
1154
|
+
};
|
|
1155
|
+
}
|
|
1156
|
+
}, $ = U || {};
|
|
1157
|
+
$[R] || ($[R] = {});
|
|
1158
|
+
$[R].styles || ($[R].styles = {});
|
|
1159
|
+
$[R].hooks || ($[R].hooks = {});
|
|
1160
|
+
$[R].shims || ($[R].shims = []);
|
|
1161
|
+
var M = $[R], ie = [], ra = function t() {
|
|
1162
|
+
k.removeEventListener("DOMContentLoaded", t), Et = 1, ie.map(function(n) {
|
|
1163
|
+
return n();
|
|
1164
|
+
});
|
|
1165
|
+
}, Et = !1;
|
|
1166
|
+
D && (Et = (k.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(k.readyState), Et || k.addEventListener("DOMContentLoaded", ra));
|
|
1167
|
+
function ia(t) {
|
|
1168
|
+
D && (Et ? setTimeout(t, 0) : ie.push(t));
|
|
1169
|
+
}
|
|
1170
|
+
function vt(t) {
|
|
1171
|
+
var n = t.tag, e = t.attributes, a = e === void 0 ? {} : e, r = t.children, i = r === void 0 ? [] : r;
|
|
1172
|
+
return typeof t == "string" ? ae(t) : "<".concat(n, " ").concat(Je(a), ">").concat(i.map(vt).join(""), "</").concat(n, ">");
|
|
1173
|
+
}
|
|
1174
|
+
function _n(t, n, e) {
|
|
1175
|
+
if (t && t[n] && t[n][e])
|
|
1176
|
+
return {
|
|
1177
|
+
prefix: n,
|
|
1178
|
+
iconName: e,
|
|
1179
|
+
icon: t[n][e]
|
|
1180
|
+
};
|
|
1181
|
+
}
|
|
1182
|
+
var oa = function(n, e) {
|
|
1183
|
+
return function(a, r, i, o) {
|
|
1184
|
+
return n.call(e, a, r, i, o);
|
|
1185
|
+
};
|
|
1186
|
+
}, $t = function(n, e, a, r) {
|
|
1187
|
+
var i = Object.keys(n), o = i.length, s = r !== void 0 ? oa(e, r) : e, f, c, l;
|
|
1188
|
+
for (a === void 0 ? (f = 1, l = n[i[0]]) : (f = 0, l = a); f < o; f++)
|
|
1189
|
+
c = i[f], l = s(l, n[c], c, n);
|
|
1190
|
+
return l;
|
|
1191
|
+
};
|
|
1192
|
+
function sa(t) {
|
|
1193
|
+
for (var n = [], e = 0, a = t.length; e < a; ) {
|
|
1194
|
+
var r = t.charCodeAt(e++);
|
|
1195
|
+
if (r >= 55296 && r <= 56319 && e < a) {
|
|
1196
|
+
var i = t.charCodeAt(e++);
|
|
1197
|
+
(i & 64512) == 56320 ? n.push(((r & 1023) << 10) + (i & 1023) + 65536) : (n.push(r), e--);
|
|
1198
|
+
} else
|
|
1199
|
+
n.push(r);
|
|
1200
|
+
}
|
|
1201
|
+
return n;
|
|
1202
|
+
}
|
|
1203
|
+
function Wt(t) {
|
|
1204
|
+
var n = sa(t);
|
|
1205
|
+
return n.length === 1 ? n[0].toString(16) : null;
|
|
1206
|
+
}
|
|
1207
|
+
function fa(t, n) {
|
|
1208
|
+
var e = t.length, a = t.charCodeAt(n), r;
|
|
1209
|
+
return a >= 55296 && a <= 56319 && e > n + 1 && (r = t.charCodeAt(n + 1), r >= 56320 && r <= 57343) ? (a - 55296) * 1024 + r - 56320 + 65536 : a;
|
|
1210
|
+
}
|
|
1211
|
+
function Pn(t) {
|
|
1212
|
+
return Object.keys(t).reduce(function(n, e) {
|
|
1213
|
+
var a = t[e], r = !!a.icon;
|
|
1214
|
+
return r ? n[a.iconName] = a.icon : n[e] = a, n;
|
|
1215
|
+
}, {});
|
|
1216
|
+
}
|
|
1217
|
+
function Ht(t, n) {
|
|
1218
|
+
var e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, a = e.skipHooks, r = a === void 0 ? !1 : a, i = Pn(n);
|
|
1219
|
+
typeof M.hooks.addPack == "function" && !r ? M.hooks.addPack(t, Pn(n)) : M.styles[t] = u(u({}, M.styles[t] || {}), i), t === "fas" && Ht("fa", n);
|
|
1220
|
+
}
|
|
1221
|
+
var wt, xt, At, q = M.styles, la = M.shims, ca = (wt = {}, O(wt, h, Object.values(lt[h])), O(wt, w, Object.values(lt[w])), wt), cn = null, oe = {}, se = {}, fe = {}, le = {}, ce = {}, ua = (xt = {}, O(xt, h, Object.keys(st[h])), O(xt, w, Object.keys(st[w])), xt);
|
|
1222
|
+
function ma(t) {
|
|
1223
|
+
return ~Ge.indexOf(t);
|
|
1224
|
+
}
|
|
1225
|
+
function da(t, n) {
|
|
1226
|
+
var e = n.split("-"), a = e[0], r = e.slice(1).join("-");
|
|
1227
|
+
return a === t && r !== "" && !ma(r) ? r : null;
|
|
1228
|
+
}
|
|
1229
|
+
var ue = function() {
|
|
1230
|
+
var n = function(i) {
|
|
1231
|
+
return $t(q, function(o, s, f) {
|
|
1232
|
+
return o[f] = $t(s, i, {}), o;
|
|
1233
|
+
}, {});
|
|
1234
|
+
};
|
|
1235
|
+
oe = n(function(r, i, o) {
|
|
1236
|
+
if (i[3] && (r[i[3]] = o), i[2]) {
|
|
1237
|
+
var s = i[2].filter(function(f) {
|
|
1238
|
+
return typeof f == "number";
|
|
1239
|
+
});
|
|
1240
|
+
s.forEach(function(f) {
|
|
1241
|
+
r[f.toString(16)] = o;
|
|
1242
|
+
});
|
|
1243
|
+
}
|
|
1244
|
+
return r;
|
|
1245
|
+
}), se = n(function(r, i, o) {
|
|
1246
|
+
if (r[o] = o, i[2]) {
|
|
1247
|
+
var s = i[2].filter(function(f) {
|
|
1248
|
+
return typeof f == "string";
|
|
1249
|
+
});
|
|
1250
|
+
s.forEach(function(f) {
|
|
1251
|
+
r[f] = o;
|
|
1252
|
+
});
|
|
1253
|
+
}
|
|
1254
|
+
return r;
|
|
1255
|
+
}), ce = n(function(r, i, o) {
|
|
1256
|
+
var s = i[2];
|
|
1257
|
+
return r[o] = o, s.forEach(function(f) {
|
|
1258
|
+
r[f] = o;
|
|
1259
|
+
}), r;
|
|
1260
|
+
});
|
|
1261
|
+
var e = "far" in q || m.autoFetchSvg, a = $t(la, function(r, i) {
|
|
1262
|
+
var o = i[0], s = i[1], f = i[2];
|
|
1263
|
+
return s === "far" && !e && (s = "fas"), typeof o == "string" && (r.names[o] = {
|
|
1264
|
+
prefix: s,
|
|
1265
|
+
iconName: f
|
|
1266
|
+
}), typeof o == "number" && (r.unicodes[o.toString(16)] = {
|
|
1267
|
+
prefix: s,
|
|
1268
|
+
iconName: f
|
|
1269
|
+
}), r;
|
|
1270
|
+
}, {
|
|
1271
|
+
names: {},
|
|
1272
|
+
unicodes: {}
|
|
1273
|
+
});
|
|
1274
|
+
fe = a.names, le = a.unicodes, cn = Mt(m.styleDefault, {
|
|
1275
|
+
family: m.familyDefault
|
|
1276
|
+
});
|
|
1277
|
+
};
|
|
1278
|
+
qe(function(t) {
|
|
1279
|
+
cn = Mt(t.styleDefault, {
|
|
1280
|
+
family: m.familyDefault
|
|
1281
|
+
});
|
|
1282
|
+
});
|
|
1283
|
+
ue();
|
|
1284
|
+
function un(t, n) {
|
|
1285
|
+
return (oe[t] || {})[n];
|
|
1286
|
+
}
|
|
1287
|
+
function va(t, n) {
|
|
1288
|
+
return (se[t] || {})[n];
|
|
1289
|
+
}
|
|
1290
|
+
function X(t, n) {
|
|
1291
|
+
return (ce[t] || {})[n];
|
|
1292
|
+
}
|
|
1293
|
+
function me(t) {
|
|
1294
|
+
return fe[t] || {
|
|
1295
|
+
prefix: null,
|
|
1296
|
+
iconName: null
|
|
1297
|
+
};
|
|
1298
|
+
}
|
|
1299
|
+
function pa(t) {
|
|
1300
|
+
var n = le[t], e = un("fas", t);
|
|
1301
|
+
return n || (e ? {
|
|
1302
|
+
prefix: "fas",
|
|
1303
|
+
iconName: e
|
|
1304
|
+
} : null) || {
|
|
1305
|
+
prefix: null,
|
|
1306
|
+
iconName: null
|
|
1307
|
+
};
|
|
1308
|
+
}
|
|
1309
|
+
function W() {
|
|
1310
|
+
return cn;
|
|
1311
|
+
}
|
|
1312
|
+
var mn = function() {
|
|
1313
|
+
return {
|
|
1314
|
+
prefix: null,
|
|
1315
|
+
iconName: null,
|
|
1316
|
+
rest: []
|
|
1317
|
+
};
|
|
1318
|
+
};
|
|
1319
|
+
function Mt(t) {
|
|
1320
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e = n.family, a = e === void 0 ? h : e, r = st[a][t], i = ft[a][t] || ft[a][r], o = t in M.styles ? t : null;
|
|
1321
|
+
return i || o || null;
|
|
1322
|
+
}
|
|
1323
|
+
var En = (At = {}, O(At, h, Object.keys(lt[h])), O(At, w, Object.keys(lt[w])), At);
|
|
1324
|
+
function Lt(t) {
|
|
1325
|
+
var n, e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = e.skipLookups, r = a === void 0 ? !1 : a, i = (n = {}, O(n, h, "".concat(m.cssPrefix, "-").concat(h)), O(n, w, "".concat(m.cssPrefix, "-").concat(w)), n), o = null, s = h;
|
|
1326
|
+
(t.includes(i[h]) || t.some(function(c) {
|
|
1327
|
+
return En[h].includes(c);
|
|
1328
|
+
})) && (s = h), (t.includes(i[w]) || t.some(function(c) {
|
|
1329
|
+
return En[w].includes(c);
|
|
1330
|
+
})) && (s = w);
|
|
1331
|
+
var f = t.reduce(function(c, l) {
|
|
1332
|
+
var d = da(m.cssPrefix, l);
|
|
1333
|
+
if (q[l] ? (l = ca[s].includes(l) ? De[s][l] : l, o = l, c.prefix = l) : ua[s].indexOf(l) > -1 ? (o = l, c.prefix = Mt(l, {
|
|
1334
|
+
family: s
|
|
1335
|
+
})) : d ? c.iconName = d : l !== m.replacementClass && l !== i[h] && l !== i[w] && c.rest.push(l), !r && c.prefix && c.iconName) {
|
|
1336
|
+
var b = o === "fa" ? me(c.iconName) : {}, g = X(c.prefix, c.iconName);
|
|
1337
|
+
b.prefix && (o = null), c.iconName = b.iconName || g || c.iconName, c.prefix = b.prefix || c.prefix, c.prefix === "far" && !q.far && q.fas && !m.autoFetchSvg && (c.prefix = "fas");
|
|
1338
|
+
}
|
|
1339
|
+
return c;
|
|
1340
|
+
}, mn());
|
|
1341
|
+
return (t.includes("fa-brands") || t.includes("fab")) && (f.prefix = "fab"), (t.includes("fa-duotone") || t.includes("fad")) && (f.prefix = "fad"), !f.prefix && s === w && (q.fass || m.autoFetchSvg) && (f.prefix = "fass", f.iconName = X(f.prefix, f.iconName) || f.iconName), (f.prefix === "fa" || o === "fa") && (f.prefix = W() || "fas"), f;
|
|
1342
|
+
}
|
|
1343
|
+
var ba = /* @__PURE__ */ function() {
|
|
1344
|
+
function t() {
|
|
1345
|
+
Ee(this, t), this.definitions = {};
|
|
1346
|
+
}
|
|
1347
|
+
return Ce(t, [{
|
|
1348
|
+
key: "add",
|
|
1349
|
+
value: function() {
|
|
1350
|
+
for (var e = this, a = arguments.length, r = new Array(a), i = 0; i < a; i++)
|
|
1351
|
+
r[i] = arguments[i];
|
|
1352
|
+
var o = r.reduce(this._pullDefinitions, {});
|
|
1353
|
+
Object.keys(o).forEach(function(s) {
|
|
1354
|
+
e.definitions[s] = u(u({}, e.definitions[s] || {}), o[s]), Ht(s, o[s]);
|
|
1355
|
+
var f = lt[h][s];
|
|
1356
|
+
f && Ht(f, o[s]), ue();
|
|
1357
|
+
});
|
|
1358
|
+
}
|
|
1359
|
+
}, {
|
|
1360
|
+
key: "reset",
|
|
1361
|
+
value: function() {
|
|
1362
|
+
this.definitions = {};
|
|
1363
|
+
}
|
|
1364
|
+
}, {
|
|
1365
|
+
key: "_pullDefinitions",
|
|
1366
|
+
value: function(e, a) {
|
|
1367
|
+
var r = a.prefix && a.iconName && a.icon ? {
|
|
1368
|
+
0: a
|
|
1369
|
+
} : a;
|
|
1370
|
+
return Object.keys(r).map(function(i) {
|
|
1371
|
+
var o = r[i], s = o.prefix, f = o.iconName, c = o.icon, l = c[2];
|
|
1372
|
+
e[s] || (e[s] = {}), l.length > 0 && l.forEach(function(d) {
|
|
1373
|
+
typeof d == "string" && (e[s][d] = c);
|
|
1374
|
+
}), e[s][f] = c;
|
|
1375
|
+
}), e;
|
|
1376
|
+
}
|
|
1377
|
+
}]), t;
|
|
1378
|
+
}(), Cn = [], Q = {}, Z = {}, ga = Object.keys(Z);
|
|
1379
|
+
function ya(t, n) {
|
|
1380
|
+
var e = n.mixoutsTo;
|
|
1381
|
+
return Cn = t, Q = {}, Object.keys(Z).forEach(function(a) {
|
|
1382
|
+
ga.indexOf(a) === -1 && delete Z[a];
|
|
1383
|
+
}), Cn.forEach(function(a) {
|
|
1384
|
+
var r = a.mixout ? a.mixout() : {};
|
|
1385
|
+
if (Object.keys(r).forEach(function(o) {
|
|
1386
|
+
typeof r[o] == "function" && (e[o] = r[o]), Pt(r[o]) === "object" && Object.keys(r[o]).forEach(function(s) {
|
|
1387
|
+
e[o] || (e[o] = {}), e[o][s] = r[o][s];
|
|
1388
|
+
});
|
|
1389
|
+
}), a.hooks) {
|
|
1390
|
+
var i = a.hooks();
|
|
1391
|
+
Object.keys(i).forEach(function(o) {
|
|
1392
|
+
Q[o] || (Q[o] = []), Q[o].push(i[o]);
|
|
1393
|
+
});
|
|
1394
|
+
}
|
|
1395
|
+
a.provides && a.provides(Z);
|
|
1396
|
+
}), e;
|
|
1397
|
+
}
|
|
1398
|
+
function Gt(t, n) {
|
|
1399
|
+
for (var e = arguments.length, a = new Array(e > 2 ? e - 2 : 0), r = 2; r < e; r++)
|
|
1400
|
+
a[r - 2] = arguments[r];
|
|
1401
|
+
var i = Q[t] || [];
|
|
1402
|
+
return i.forEach(function(o) {
|
|
1403
|
+
n = o.apply(null, [n].concat(a));
|
|
1404
|
+
}), n;
|
|
1405
|
+
}
|
|
1406
|
+
function K(t) {
|
|
1407
|
+
for (var n = arguments.length, e = new Array(n > 1 ? n - 1 : 0), a = 1; a < n; a++)
|
|
1408
|
+
e[a - 1] = arguments[a];
|
|
1409
|
+
var r = Q[t] || [];
|
|
1410
|
+
r.forEach(function(i) {
|
|
1411
|
+
i.apply(null, e);
|
|
1412
|
+
});
|
|
1413
|
+
}
|
|
1414
|
+
function j() {
|
|
1415
|
+
var t = arguments[0], n = Array.prototype.slice.call(arguments, 1);
|
|
1416
|
+
return Z[t] ? Z[t].apply(null, n) : void 0;
|
|
1417
|
+
}
|
|
1418
|
+
function Xt(t) {
|
|
1419
|
+
t.prefix === "fa" && (t.prefix = "fas");
|
|
1420
|
+
var n = t.iconName, e = t.prefix || W();
|
|
1421
|
+
if (n)
|
|
1422
|
+
return n = X(e, n) || n, _n(de.definitions, e, n) || _n(M.styles, e, n);
|
|
1423
|
+
}
|
|
1424
|
+
var de = new ba(), ha = function() {
|
|
1425
|
+
m.autoReplaceSvg = !1, m.observeMutations = !1, K("noAuto");
|
|
1426
|
+
}, ka = {
|
|
1427
|
+
i2svg: function() {
|
|
1428
|
+
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1429
|
+
return D ? (K("beforeI2svg", n), j("pseudoElements2svg", n), j("i2svg", n)) : Promise.reject("Operation requires a DOM of some kind.");
|
|
1430
|
+
},
|
|
1431
|
+
watch: function() {
|
|
1432
|
+
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = n.autoReplaceSvgRoot;
|
|
1433
|
+
m.autoReplaceSvg === !1 && (m.autoReplaceSvg = !0), m.observeMutations = !0, ia(function() {
|
|
1434
|
+
xa({
|
|
1435
|
+
autoReplaceSvgRoot: e
|
|
1436
|
+
}), K("watch", n);
|
|
1437
|
+
});
|
|
1438
|
+
}
|
|
1439
|
+
}, wa = {
|
|
1440
|
+
icon: function(n) {
|
|
1441
|
+
if (n === null)
|
|
1442
|
+
return null;
|
|
1443
|
+
if (Pt(n) === "object" && n.prefix && n.iconName)
|
|
1444
|
+
return {
|
|
1445
|
+
prefix: n.prefix,
|
|
1446
|
+
iconName: X(n.prefix, n.iconName) || n.iconName
|
|
1447
|
+
};
|
|
1448
|
+
if (Array.isArray(n) && n.length === 2) {
|
|
1449
|
+
var e = n[1].indexOf("fa-") === 0 ? n[1].slice(3) : n[1], a = Mt(n[0]);
|
|
1450
|
+
return {
|
|
1451
|
+
prefix: a,
|
|
1452
|
+
iconName: X(a, e) || e
|
|
1453
|
+
};
|
|
1454
|
+
}
|
|
1455
|
+
if (typeof n == "string" && (n.indexOf("".concat(m.cssPrefix, "-")) > -1 || n.match(Ye))) {
|
|
1456
|
+
var r = Lt(n.split(" "), {
|
|
1457
|
+
skipLookups: !0
|
|
1458
|
+
});
|
|
1459
|
+
return {
|
|
1460
|
+
prefix: r.prefix || W(),
|
|
1461
|
+
iconName: X(r.prefix, r.iconName) || r.iconName
|
|
1462
|
+
};
|
|
1463
|
+
}
|
|
1464
|
+
if (typeof n == "string") {
|
|
1465
|
+
var i = W();
|
|
1466
|
+
return {
|
|
1467
|
+
prefix: i,
|
|
1468
|
+
iconName: X(i, n) || n
|
|
1469
|
+
};
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
}, C = {
|
|
1473
|
+
noAuto: ha,
|
|
1474
|
+
config: m,
|
|
1475
|
+
dom: ka,
|
|
1476
|
+
parse: wa,
|
|
1477
|
+
library: de,
|
|
1478
|
+
findIconDefinition: Xt,
|
|
1479
|
+
toHtml: vt
|
|
1480
|
+
}, xa = function() {
|
|
1481
|
+
var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = n.autoReplaceSvgRoot, a = e === void 0 ? k : e;
|
|
1482
|
+
(Object.keys(M.styles).length > 0 || m.autoFetchSvg) && D && m.autoReplaceSvg && C.dom.i2svg({
|
|
1483
|
+
node: a
|
|
1484
|
+
});
|
|
1485
|
+
};
|
|
1486
|
+
function zt(t, n) {
|
|
1487
|
+
return Object.defineProperty(t, "abstract", {
|
|
1488
|
+
get: n
|
|
1489
|
+
}), Object.defineProperty(t, "html", {
|
|
1490
|
+
get: function() {
|
|
1491
|
+
return t.abstract.map(function(a) {
|
|
1492
|
+
return vt(a);
|
|
1493
|
+
});
|
|
1494
|
+
}
|
|
1495
|
+
}), Object.defineProperty(t, "node", {
|
|
1496
|
+
get: function() {
|
|
1497
|
+
if (D) {
|
|
1498
|
+
var a = k.createElement("div");
|
|
1499
|
+
return a.innerHTML = t.html, a.children;
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
}), t;
|
|
1503
|
+
}
|
|
1504
|
+
function Aa(t) {
|
|
1505
|
+
var n = t.children, e = t.main, a = t.mask, r = t.attributes, i = t.styles, o = t.transform;
|
|
1506
|
+
if (ln(o) && e.found && !a.found) {
|
|
1507
|
+
var s = e.width, f = e.height, c = {
|
|
1508
|
+
x: s / f / 2,
|
|
1509
|
+
y: 0.5
|
|
1510
|
+
};
|
|
1511
|
+
r.style = Tt(u(u({}, i), {}, {
|
|
1512
|
+
"transform-origin": "".concat(c.x + o.x / 16, "em ").concat(c.y + o.y / 16, "em")
|
|
1513
|
+
}));
|
|
1514
|
+
}
|
|
1515
|
+
return [{
|
|
1516
|
+
tag: "svg",
|
|
1517
|
+
attributes: r,
|
|
1518
|
+
children: n
|
|
1519
|
+
}];
|
|
1520
|
+
}
|
|
1521
|
+
function Oa(t) {
|
|
1522
|
+
var n = t.prefix, e = t.iconName, a = t.children, r = t.attributes, i = t.symbol, o = i === !0 ? "".concat(n, "-").concat(m.cssPrefix, "-").concat(e) : i;
|
|
1523
|
+
return [{
|
|
1524
|
+
tag: "svg",
|
|
1525
|
+
attributes: {
|
|
1526
|
+
style: "display: none;"
|
|
1527
|
+
},
|
|
1528
|
+
children: [{
|
|
1529
|
+
tag: "symbol",
|
|
1530
|
+
attributes: u(u({}, r), {}, {
|
|
1531
|
+
id: o
|
|
1532
|
+
}),
|
|
1533
|
+
children: a
|
|
1534
|
+
}]
|
|
1535
|
+
}];
|
|
1536
|
+
}
|
|
1537
|
+
function dn(t) {
|
|
1538
|
+
var n = t.icons, e = n.main, a = n.mask, r = t.prefix, i = t.iconName, o = t.transform, s = t.symbol, f = t.title, c = t.maskId, l = t.titleId, d = t.extra, b = t.watchable, g = b === void 0 ? !1 : b, S = a.found ? a : e, _ = S.width, P = S.height, v = r === "fak", p = [m.replacementClass, i ? "".concat(m.cssPrefix, "-").concat(i) : ""].filter(function(Y) {
|
|
1539
|
+
return d.classes.indexOf(Y) === -1;
|
|
1540
|
+
}).filter(function(Y) {
|
|
1541
|
+
return Y !== "" || !!Y;
|
|
1542
|
+
}).concat(d.classes).join(" "), y = {
|
|
1543
|
+
children: [],
|
|
1544
|
+
attributes: u(u({}, d.attributes), {}, {
|
|
1545
|
+
"data-prefix": r,
|
|
1546
|
+
"data-icon": i,
|
|
1547
|
+
class: p,
|
|
1548
|
+
role: d.attributes.role || "img",
|
|
1549
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1550
|
+
viewBox: "0 0 ".concat(_, " ").concat(P)
|
|
1551
|
+
})
|
|
1552
|
+
}, x = v && !~d.classes.indexOf("fa-fw") ? {
|
|
1553
|
+
width: "".concat(_ / P * 16 * 0.0625, "em")
|
|
1554
|
+
} : {};
|
|
1555
|
+
g && (y.attributes[V] = ""), f && (y.children.push({
|
|
1556
|
+
tag: "title",
|
|
1557
|
+
attributes: {
|
|
1558
|
+
id: y.attributes["aria-labelledby"] || "title-".concat(l || ut())
|
|
1559
|
+
},
|
|
1560
|
+
children: [f]
|
|
1561
|
+
}), delete y.attributes.title);
|
|
1562
|
+
var A = u(u({}, y), {}, {
|
|
1563
|
+
prefix: r,
|
|
1564
|
+
iconName: i,
|
|
1565
|
+
main: e,
|
|
1566
|
+
mask: a,
|
|
1567
|
+
maskId: c,
|
|
1568
|
+
transform: o,
|
|
1569
|
+
symbol: s,
|
|
1570
|
+
styles: u(u({}, x), d.styles)
|
|
1571
|
+
}), z = a.found && e.found ? j("generateAbstractMask", A) || {
|
|
1572
|
+
children: [],
|
|
1573
|
+
attributes: {}
|
|
1574
|
+
} : j("generateAbstractIcon", A) || {
|
|
1575
|
+
children: [],
|
|
1576
|
+
attributes: {}
|
|
1577
|
+
}, I = z.children, Ft = z.attributes;
|
|
1578
|
+
return A.children = I, A.attributes = Ft, s ? Oa(A) : Aa(A);
|
|
1579
|
+
}
|
|
1580
|
+
function In(t) {
|
|
1581
|
+
var n = t.content, e = t.width, a = t.height, r = t.transform, i = t.title, o = t.extra, s = t.watchable, f = s === void 0 ? !1 : s, c = u(u(u({}, o.attributes), i ? {
|
|
1582
|
+
title: i
|
|
1583
|
+
} : {}), {}, {
|
|
1584
|
+
class: o.classes.join(" ")
|
|
1585
|
+
});
|
|
1586
|
+
f && (c[V] = "");
|
|
1587
|
+
var l = u({}, o.styles);
|
|
1588
|
+
ln(r) && (l.transform = na({
|
|
1589
|
+
transform: r,
|
|
1590
|
+
startCentered: !0,
|
|
1591
|
+
width: e,
|
|
1592
|
+
height: a
|
|
1593
|
+
}), l["-webkit-transform"] = l.transform);
|
|
1594
|
+
var d = Tt(l);
|
|
1595
|
+
d.length > 0 && (c.style = d);
|
|
1596
|
+
var b = [];
|
|
1597
|
+
return b.push({
|
|
1598
|
+
tag: "span",
|
|
1599
|
+
attributes: c,
|
|
1600
|
+
children: [n]
|
|
1601
|
+
}), i && b.push({
|
|
1602
|
+
tag: "span",
|
|
1603
|
+
attributes: {
|
|
1604
|
+
class: "sr-only"
|
|
1605
|
+
},
|
|
1606
|
+
children: [i]
|
|
1607
|
+
}), b;
|
|
1608
|
+
}
|
|
1609
|
+
function Sa(t) {
|
|
1610
|
+
var n = t.content, e = t.title, a = t.extra, r = u(u(u({}, a.attributes), e ? {
|
|
1611
|
+
title: e
|
|
1612
|
+
} : {}), {}, {
|
|
1613
|
+
class: a.classes.join(" ")
|
|
1614
|
+
}), i = Tt(a.styles);
|
|
1615
|
+
i.length > 0 && (r.style = i);
|
|
1616
|
+
var o = [];
|
|
1617
|
+
return o.push({
|
|
1618
|
+
tag: "span",
|
|
1619
|
+
attributes: r,
|
|
1620
|
+
children: [n]
|
|
1621
|
+
}), e && o.push({
|
|
1622
|
+
tag: "span",
|
|
1623
|
+
attributes: {
|
|
1624
|
+
class: "sr-only"
|
|
1625
|
+
},
|
|
1626
|
+
children: [e]
|
|
1627
|
+
}), o;
|
|
1628
|
+
}
|
|
1629
|
+
var jt = M.styles;
|
|
1630
|
+
function Vt(t) {
|
|
1631
|
+
var n = t[0], e = t[1], a = t.slice(4), r = en(a, 1), i = r[0], o = null;
|
|
1632
|
+
return Array.isArray(i) ? o = {
|
|
1633
|
+
tag: "g",
|
|
1634
|
+
attributes: {
|
|
1635
|
+
class: "".concat(m.cssPrefix, "-").concat(G.GROUP)
|
|
1636
|
+
},
|
|
1637
|
+
children: [{
|
|
1638
|
+
tag: "path",
|
|
1639
|
+
attributes: {
|
|
1640
|
+
class: "".concat(m.cssPrefix, "-").concat(G.SECONDARY),
|
|
1641
|
+
fill: "currentColor",
|
|
1642
|
+
d: i[0]
|
|
1643
|
+
}
|
|
1644
|
+
}, {
|
|
1645
|
+
tag: "path",
|
|
1646
|
+
attributes: {
|
|
1647
|
+
class: "".concat(m.cssPrefix, "-").concat(G.PRIMARY),
|
|
1648
|
+
fill: "currentColor",
|
|
1649
|
+
d: i[1]
|
|
1650
|
+
}
|
|
1651
|
+
}]
|
|
1652
|
+
} : o = {
|
|
1653
|
+
tag: "path",
|
|
1654
|
+
attributes: {
|
|
1655
|
+
fill: "currentColor",
|
|
1656
|
+
d: i
|
|
1657
|
+
}
|
|
1658
|
+
}, {
|
|
1659
|
+
found: !0,
|
|
1660
|
+
width: n,
|
|
1661
|
+
height: e,
|
|
1662
|
+
icon: o
|
|
1663
|
+
};
|
|
1664
|
+
}
|
|
1665
|
+
var _a = {
|
|
1666
|
+
found: !1,
|
|
1667
|
+
width: 512,
|
|
1668
|
+
height: 512
|
|
1669
|
+
};
|
|
1670
|
+
function Pa(t, n) {
|
|
1671
|
+
!Jn && !m.showMissingIcons && t && console.error('Icon with name "'.concat(t, '" and prefix "').concat(n, '" is missing.'));
|
|
1672
|
+
}
|
|
1673
|
+
function Kt(t, n) {
|
|
1674
|
+
var e = n;
|
|
1675
|
+
return n === "fa" && m.styleDefault !== null && (n = W()), new Promise(function(a, r) {
|
|
1676
|
+
if (j("missingIconAbstract"), e === "fa") {
|
|
1677
|
+
var i = me(t) || {};
|
|
1678
|
+
t = i.iconName || t, n = i.prefix || n;
|
|
1679
|
+
}
|
|
1680
|
+
if (t && n && jt[n] && jt[n][t]) {
|
|
1681
|
+
var o = jt[n][t];
|
|
1682
|
+
return a(Vt(o));
|
|
1683
|
+
}
|
|
1684
|
+
Pa(t, n), a(u(u({}, _a), {}, {
|
|
1685
|
+
icon: m.showMissingIcons && t ? j("missingIconAbstract") || {} : {}
|
|
1686
|
+
}));
|
|
1687
|
+
});
|
|
1688
|
+
}
|
|
1689
|
+
var Nn = function() {
|
|
1690
|
+
}, qt = m.measurePerformance && pt && pt.mark && pt.measure ? pt : {
|
|
1691
|
+
mark: Nn,
|
|
1692
|
+
measure: Nn
|
|
1693
|
+
}, et = 'FA "6.5.1"', Ea = function(n) {
|
|
1694
|
+
return qt.mark("".concat(et, " ").concat(n, " begins")), function() {
|
|
1695
|
+
return ve(n);
|
|
1696
|
+
};
|
|
1697
|
+
}, ve = function(n) {
|
|
1698
|
+
qt.mark("".concat(et, " ").concat(n, " ends")), qt.measure("".concat(et, " ").concat(n), "".concat(et, " ").concat(n, " begins"), "".concat(et, " ").concat(n, " ends"));
|
|
1699
|
+
}, vn = {
|
|
1700
|
+
begin: Ea,
|
|
1701
|
+
end: ve
|
|
1702
|
+
}, Ot = function() {
|
|
1703
|
+
};
|
|
1704
|
+
function Tn(t) {
|
|
1705
|
+
var n = t.getAttribute ? t.getAttribute(V) : null;
|
|
1706
|
+
return typeof n == "string";
|
|
1707
|
+
}
|
|
1708
|
+
function Ca(t) {
|
|
1709
|
+
var n = t.getAttribute ? t.getAttribute(rn) : null, e = t.getAttribute ? t.getAttribute(on) : null;
|
|
1710
|
+
return n && e;
|
|
1711
|
+
}
|
|
1712
|
+
function Ia(t) {
|
|
1713
|
+
return t && t.classList && t.classList.contains && t.classList.contains(m.replacementClass);
|
|
1714
|
+
}
|
|
1715
|
+
function Na() {
|
|
1716
|
+
if (m.autoReplaceSvg === !0)
|
|
1717
|
+
return St.replace;
|
|
1718
|
+
var t = St[m.autoReplaceSvg];
|
|
1719
|
+
return t || St.replace;
|
|
1720
|
+
}
|
|
1721
|
+
function Ta(t) {
|
|
1722
|
+
return k.createElementNS("http://www.w3.org/2000/svg", t);
|
|
1723
|
+
}
|
|
1724
|
+
function Ma(t) {
|
|
1725
|
+
return k.createElement(t);
|
|
1726
|
+
}
|
|
1727
|
+
function pe(t) {
|
|
1728
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e = n.ceFn, a = e === void 0 ? t.tag === "svg" ? Ta : Ma : e;
|
|
1729
|
+
if (typeof t == "string")
|
|
1730
|
+
return k.createTextNode(t);
|
|
1731
|
+
var r = a(t.tag);
|
|
1732
|
+
Object.keys(t.attributes || []).forEach(function(o) {
|
|
1733
|
+
r.setAttribute(o, t.attributes[o]);
|
|
1734
|
+
});
|
|
1735
|
+
var i = t.children || [];
|
|
1736
|
+
return i.forEach(function(o) {
|
|
1737
|
+
r.appendChild(pe(o, {
|
|
1738
|
+
ceFn: a
|
|
1739
|
+
}));
|
|
1740
|
+
}), r;
|
|
1741
|
+
}
|
|
1742
|
+
function La(t) {
|
|
1743
|
+
var n = " ".concat(t.outerHTML, " ");
|
|
1744
|
+
return n = "".concat(n, "Font Awesome fontawesome.com "), n;
|
|
1745
|
+
}
|
|
1746
|
+
var St = {
|
|
1747
|
+
replace: function(n) {
|
|
1748
|
+
var e = n[0];
|
|
1749
|
+
if (e.parentNode)
|
|
1750
|
+
if (n[1].forEach(function(r) {
|
|
1751
|
+
e.parentNode.insertBefore(pe(r), e);
|
|
1752
|
+
}), e.getAttribute(V) === null && m.keepOriginalSource) {
|
|
1753
|
+
var a = k.createComment(La(e));
|
|
1754
|
+
e.parentNode.replaceChild(a, e);
|
|
1755
|
+
} else
|
|
1756
|
+
e.remove();
|
|
1757
|
+
},
|
|
1758
|
+
nest: function(n) {
|
|
1759
|
+
var e = n[0], a = n[1];
|
|
1760
|
+
if (~fn(e).indexOf(m.replacementClass))
|
|
1761
|
+
return St.replace(n);
|
|
1762
|
+
var r = new RegExp("".concat(m.cssPrefix, "-.*"));
|
|
1763
|
+
if (delete a[0].attributes.id, a[0].attributes.class) {
|
|
1764
|
+
var i = a[0].attributes.class.split(" ").reduce(function(s, f) {
|
|
1765
|
+
return f === m.replacementClass || f.match(r) ? s.toSvg.push(f) : s.toNode.push(f), s;
|
|
1766
|
+
}, {
|
|
1767
|
+
toNode: [],
|
|
1768
|
+
toSvg: []
|
|
1769
|
+
});
|
|
1770
|
+
a[0].attributes.class = i.toSvg.join(" "), i.toNode.length === 0 ? e.removeAttribute("class") : e.setAttribute("class", i.toNode.join(" "));
|
|
1771
|
+
}
|
|
1772
|
+
var o = a.map(function(s) {
|
|
1773
|
+
return vt(s);
|
|
1774
|
+
}).join(`
|
|
1775
|
+
`);
|
|
1776
|
+
e.setAttribute(V, ""), e.innerHTML = o;
|
|
1777
|
+
}
|
|
1778
|
+
};
|
|
1779
|
+
function Mn(t) {
|
|
1780
|
+
t();
|
|
1781
|
+
}
|
|
1782
|
+
function be(t, n) {
|
|
1783
|
+
var e = typeof n == "function" ? n : Ot;
|
|
1784
|
+
if (t.length === 0)
|
|
1785
|
+
e();
|
|
1786
|
+
else {
|
|
1787
|
+
var a = Mn;
|
|
1788
|
+
m.mutateApproach === $e && (a = U.requestAnimationFrame || Mn), a(function() {
|
|
1789
|
+
var r = Na(), i = vn.begin("mutate");
|
|
1790
|
+
t.map(r), i(), e();
|
|
1791
|
+
});
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
var pn = !1;
|
|
1795
|
+
function ge() {
|
|
1796
|
+
pn = !0;
|
|
1797
|
+
}
|
|
1798
|
+
function Qt() {
|
|
1799
|
+
pn = !1;
|
|
1800
|
+
}
|
|
1801
|
+
var Ct = null;
|
|
1802
|
+
function Ln(t) {
|
|
1803
|
+
if (An && m.observeMutations) {
|
|
1804
|
+
var n = t.treeCallback, e = n === void 0 ? Ot : n, a = t.nodeCallback, r = a === void 0 ? Ot : a, i = t.pseudoElementsCallback, o = i === void 0 ? Ot : i, s = t.observeMutationsRoot, f = s === void 0 ? k : s;
|
|
1805
|
+
Ct = new An(function(c) {
|
|
1806
|
+
if (!pn) {
|
|
1807
|
+
var l = W();
|
|
1808
|
+
nt(c).forEach(function(d) {
|
|
1809
|
+
if (d.type === "childList" && d.addedNodes.length > 0 && !Tn(d.addedNodes[0]) && (m.searchPseudoElements && o(d.target), e(d.target)), d.type === "attributes" && d.target.parentNode && m.searchPseudoElements && o(d.target.parentNode), d.type === "attributes" && Tn(d.target) && ~He.indexOf(d.attributeName))
|
|
1810
|
+
if (d.attributeName === "class" && Ca(d.target)) {
|
|
1811
|
+
var b = Lt(fn(d.target)), g = b.prefix, S = b.iconName;
|
|
1812
|
+
d.target.setAttribute(rn, g || l), S && d.target.setAttribute(on, S);
|
|
1813
|
+
} else
|
|
1814
|
+
Ia(d.target) && r(d.target);
|
|
1815
|
+
});
|
|
1816
|
+
}
|
|
1817
|
+
}), D && Ct.observe(f, {
|
|
1818
|
+
childList: !0,
|
|
1819
|
+
attributes: !0,
|
|
1820
|
+
characterData: !0,
|
|
1821
|
+
subtree: !0
|
|
1822
|
+
});
|
|
1823
|
+
}
|
|
1824
|
+
}
|
|
1825
|
+
function za() {
|
|
1826
|
+
Ct && Ct.disconnect();
|
|
1827
|
+
}
|
|
1828
|
+
function Fa(t) {
|
|
1829
|
+
var n = t.getAttribute("style"), e = [];
|
|
1830
|
+
return n && (e = n.split(";").reduce(function(a, r) {
|
|
1831
|
+
var i = r.split(":"), o = i[0], s = i.slice(1);
|
|
1832
|
+
return o && s.length > 0 && (a[o] = s.join(":").trim()), a;
|
|
1833
|
+
}, {})), e;
|
|
1834
|
+
}
|
|
1835
|
+
function Ra(t) {
|
|
1836
|
+
var n = t.getAttribute("data-prefix"), e = t.getAttribute("data-icon"), a = t.innerText !== void 0 ? t.innerText.trim() : "", r = Lt(fn(t));
|
|
1837
|
+
return r.prefix || (r.prefix = W()), n && e && (r.prefix = n, r.iconName = e), r.iconName && r.prefix || (r.prefix && a.length > 0 && (r.iconName = va(r.prefix, t.innerText) || un(r.prefix, Wt(t.innerText))), !r.iconName && m.autoFetchSvg && t.firstChild && t.firstChild.nodeType === Node.TEXT_NODE && (r.iconName = t.firstChild.data)), r;
|
|
1838
|
+
}
|
|
1839
|
+
function $a(t) {
|
|
1840
|
+
var n = nt(t.attributes).reduce(function(r, i) {
|
|
1841
|
+
return r.name !== "class" && r.name !== "style" && (r[i.name] = i.value), r;
|
|
1842
|
+
}, {}), e = t.getAttribute("title"), a = t.getAttribute("data-fa-title-id");
|
|
1843
|
+
return m.autoA11y && (e ? n["aria-labelledby"] = "".concat(m.replacementClass, "-title-").concat(a || ut()) : (n["aria-hidden"] = "true", n.focusable = "false")), n;
|
|
1844
|
+
}
|
|
1845
|
+
function ja() {
|
|
1846
|
+
return {
|
|
1847
|
+
iconName: null,
|
|
1848
|
+
title: null,
|
|
1849
|
+
titleId: null,
|
|
1850
|
+
prefix: null,
|
|
1851
|
+
transform: F,
|
|
1852
|
+
symbol: !1,
|
|
1853
|
+
mask: {
|
|
1854
|
+
iconName: null,
|
|
1855
|
+
prefix: null,
|
|
1856
|
+
rest: []
|
|
1857
|
+
},
|
|
1858
|
+
maskId: null,
|
|
1859
|
+
extra: {
|
|
1860
|
+
classes: [],
|
|
1861
|
+
styles: {},
|
|
1862
|
+
attributes: {}
|
|
1863
|
+
}
|
|
1864
|
+
};
|
|
1865
|
+
}
|
|
1866
|
+
function zn(t) {
|
|
1867
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
1868
|
+
styleParser: !0
|
|
1869
|
+
}, e = Ra(t), a = e.iconName, r = e.prefix, i = e.rest, o = $a(t), s = Gt("parseNodeAttributes", {}, t), f = n.styleParser ? Fa(t) : [];
|
|
1870
|
+
return u({
|
|
1871
|
+
iconName: a,
|
|
1872
|
+
title: t.getAttribute("title"),
|
|
1873
|
+
titleId: t.getAttribute("data-fa-title-id"),
|
|
1874
|
+
prefix: r,
|
|
1875
|
+
transform: F,
|
|
1876
|
+
mask: {
|
|
1877
|
+
iconName: null,
|
|
1878
|
+
prefix: null,
|
|
1879
|
+
rest: []
|
|
1880
|
+
},
|
|
1881
|
+
maskId: null,
|
|
1882
|
+
symbol: !1,
|
|
1883
|
+
extra: {
|
|
1884
|
+
classes: i,
|
|
1885
|
+
styles: f,
|
|
1886
|
+
attributes: o
|
|
1887
|
+
}
|
|
1888
|
+
}, s);
|
|
1889
|
+
}
|
|
1890
|
+
var Da = M.styles;
|
|
1891
|
+
function ye(t) {
|
|
1892
|
+
var n = m.autoReplaceSvg === "nest" ? zn(t, {
|
|
1893
|
+
styleParser: !1
|
|
1894
|
+
}) : zn(t);
|
|
1895
|
+
return ~n.extra.classes.indexOf(te) ? j("generateLayersText", t, n) : j("generateSvgReplacementMutation", t, n);
|
|
1896
|
+
}
|
|
1897
|
+
var H = /* @__PURE__ */ new Set();
|
|
1898
|
+
sn.map(function(t) {
|
|
1899
|
+
H.add("fa-".concat(t));
|
|
1900
|
+
});
|
|
1901
|
+
Object.keys(st[h]).map(H.add.bind(H));
|
|
1902
|
+
Object.keys(st[w]).map(H.add.bind(H));
|
|
1903
|
+
H = mt(H);
|
|
1904
|
+
function Fn(t) {
|
|
1905
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
1906
|
+
if (!D)
|
|
1907
|
+
return Promise.resolve();
|
|
1908
|
+
var e = k.documentElement.classList, a = function(d) {
|
|
1909
|
+
return e.add("".concat(On, "-").concat(d));
|
|
1910
|
+
}, r = function(d) {
|
|
1911
|
+
return e.remove("".concat(On, "-").concat(d));
|
|
1912
|
+
}, i = m.autoFetchSvg ? H : sn.map(function(l) {
|
|
1913
|
+
return "fa-".concat(l);
|
|
1914
|
+
}).concat(Object.keys(Da));
|
|
1915
|
+
i.includes("fa") || i.push("fa");
|
|
1916
|
+
var o = [".".concat(te, ":not([").concat(V, "])")].concat(i.map(function(l) {
|
|
1917
|
+
return ".".concat(l, ":not([").concat(V, "])");
|
|
1918
|
+
})).join(", ");
|
|
1919
|
+
if (o.length === 0)
|
|
1920
|
+
return Promise.resolve();
|
|
1921
|
+
var s = [];
|
|
1922
|
+
try {
|
|
1923
|
+
s = nt(t.querySelectorAll(o));
|
|
1924
|
+
} catch {
|
|
1925
|
+
}
|
|
1926
|
+
if (s.length > 0)
|
|
1927
|
+
a("pending"), r("complete");
|
|
1928
|
+
else
|
|
1929
|
+
return Promise.resolve();
|
|
1930
|
+
var f = vn.begin("onTree"), c = s.reduce(function(l, d) {
|
|
1931
|
+
try {
|
|
1932
|
+
var b = ye(d);
|
|
1933
|
+
b && l.push(b);
|
|
1934
|
+
} catch (g) {
|
|
1935
|
+
Jn || g.name === "MissingIcon" && console.error(g);
|
|
1936
|
+
}
|
|
1937
|
+
return l;
|
|
1938
|
+
}, []);
|
|
1939
|
+
return new Promise(function(l, d) {
|
|
1940
|
+
Promise.all(c).then(function(b) {
|
|
1941
|
+
be(b, function() {
|
|
1942
|
+
a("active"), a("complete"), r("pending"), typeof n == "function" && n(), f(), l();
|
|
1943
|
+
});
|
|
1944
|
+
}).catch(function(b) {
|
|
1945
|
+
f(), d(b);
|
|
1946
|
+
});
|
|
1947
|
+
});
|
|
1948
|
+
}
|
|
1949
|
+
function Ya(t) {
|
|
1950
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
1951
|
+
ye(t).then(function(e) {
|
|
1952
|
+
e && be([e], n);
|
|
1953
|
+
});
|
|
1954
|
+
}
|
|
1955
|
+
function Ba(t) {
|
|
1956
|
+
return function(n) {
|
|
1957
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = (n || {}).icon ? n : Xt(n || {}), r = e.mask;
|
|
1958
|
+
return r && (r = (r || {}).icon ? r : Xt(r || {})), t(a, u(u({}, e), {}, {
|
|
1959
|
+
mask: r
|
|
1960
|
+
}));
|
|
1961
|
+
};
|
|
1962
|
+
}
|
|
1963
|
+
var Ua = function(n) {
|
|
1964
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = e.transform, r = a === void 0 ? F : a, i = e.symbol, o = i === void 0 ? !1 : i, s = e.mask, f = s === void 0 ? null : s, c = e.maskId, l = c === void 0 ? null : c, d = e.title, b = d === void 0 ? null : d, g = e.titleId, S = g === void 0 ? null : g, _ = e.classes, P = _ === void 0 ? [] : _, v = e.attributes, p = v === void 0 ? {} : v, y = e.styles, x = y === void 0 ? {} : y;
|
|
1965
|
+
if (n) {
|
|
1966
|
+
var A = n.prefix, z = n.iconName, I = n.icon;
|
|
1967
|
+
return zt(u({
|
|
1968
|
+
type: "icon"
|
|
1969
|
+
}, n), function() {
|
|
1970
|
+
return K("beforeDOMElementCreation", {
|
|
1971
|
+
iconDefinition: n,
|
|
1972
|
+
params: e
|
|
1973
|
+
}), m.autoA11y && (b ? p["aria-labelledby"] = "".concat(m.replacementClass, "-title-").concat(S || ut()) : (p["aria-hidden"] = "true", p.focusable = "false")), dn({
|
|
1974
|
+
icons: {
|
|
1975
|
+
main: Vt(I),
|
|
1976
|
+
mask: f ? Vt(f.icon) : {
|
|
1977
|
+
found: !1,
|
|
1978
|
+
width: null,
|
|
1979
|
+
height: null,
|
|
1980
|
+
icon: {}
|
|
1981
|
+
}
|
|
1982
|
+
},
|
|
1983
|
+
prefix: A,
|
|
1984
|
+
iconName: z,
|
|
1985
|
+
transform: u(u({}, F), r),
|
|
1986
|
+
symbol: o,
|
|
1987
|
+
title: b,
|
|
1988
|
+
maskId: l,
|
|
1989
|
+
titleId: S,
|
|
1990
|
+
extra: {
|
|
1991
|
+
attributes: p,
|
|
1992
|
+
styles: x,
|
|
1993
|
+
classes: P
|
|
1994
|
+
}
|
|
1995
|
+
});
|
|
1996
|
+
});
|
|
1997
|
+
}
|
|
1998
|
+
}, Wa = {
|
|
1999
|
+
mixout: function() {
|
|
2000
|
+
return {
|
|
2001
|
+
icon: Ba(Ua)
|
|
2002
|
+
};
|
|
2003
|
+
},
|
|
2004
|
+
hooks: function() {
|
|
2005
|
+
return {
|
|
2006
|
+
mutationObserverCallbacks: function(e) {
|
|
2007
|
+
return e.treeCallback = Fn, e.nodeCallback = Ya, e;
|
|
2008
|
+
}
|
|
2009
|
+
};
|
|
2010
|
+
},
|
|
2011
|
+
provides: function(n) {
|
|
2012
|
+
n.i2svg = function(e) {
|
|
2013
|
+
var a = e.node, r = a === void 0 ? k : a, i = e.callback, o = i === void 0 ? function() {
|
|
2014
|
+
} : i;
|
|
2015
|
+
return Fn(r, o);
|
|
2016
|
+
}, n.generateSvgReplacementMutation = function(e, a) {
|
|
2017
|
+
var r = a.iconName, i = a.title, o = a.titleId, s = a.prefix, f = a.transform, c = a.symbol, l = a.mask, d = a.maskId, b = a.extra;
|
|
2018
|
+
return new Promise(function(g, S) {
|
|
2019
|
+
Promise.all([Kt(r, s), l.iconName ? Kt(l.iconName, l.prefix) : Promise.resolve({
|
|
2020
|
+
found: !1,
|
|
2021
|
+
width: 512,
|
|
2022
|
+
height: 512,
|
|
2023
|
+
icon: {}
|
|
2024
|
+
})]).then(function(_) {
|
|
2025
|
+
var P = en(_, 2), v = P[0], p = P[1];
|
|
2026
|
+
g([e, dn({
|
|
2027
|
+
icons: {
|
|
2028
|
+
main: v,
|
|
2029
|
+
mask: p
|
|
2030
|
+
},
|
|
2031
|
+
prefix: s,
|
|
2032
|
+
iconName: r,
|
|
2033
|
+
transform: f,
|
|
2034
|
+
symbol: c,
|
|
2035
|
+
maskId: d,
|
|
2036
|
+
title: i,
|
|
2037
|
+
titleId: o,
|
|
2038
|
+
extra: b,
|
|
2039
|
+
watchable: !0
|
|
2040
|
+
})]);
|
|
2041
|
+
}).catch(S);
|
|
2042
|
+
});
|
|
2043
|
+
}, n.generateAbstractIcon = function(e) {
|
|
2044
|
+
var a = e.children, r = e.attributes, i = e.main, o = e.transform, s = e.styles, f = Tt(s);
|
|
2045
|
+
f.length > 0 && (r.style = f);
|
|
2046
|
+
var c;
|
|
2047
|
+
return ln(o) && (c = j("generateAbstractTransformGrouping", {
|
|
2048
|
+
main: i,
|
|
2049
|
+
transform: o,
|
|
2050
|
+
containerWidth: i.width,
|
|
2051
|
+
iconWidth: i.width
|
|
2052
|
+
})), a.push(c || i.icon), {
|
|
2053
|
+
children: a,
|
|
2054
|
+
attributes: r
|
|
2055
|
+
};
|
|
2056
|
+
};
|
|
2057
|
+
}
|
|
2058
|
+
}, Ha = {
|
|
2059
|
+
mixout: function() {
|
|
2060
|
+
return {
|
|
2061
|
+
layer: function(e) {
|
|
2062
|
+
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = a.classes, i = r === void 0 ? [] : r;
|
|
2063
|
+
return zt({
|
|
2064
|
+
type: "layer"
|
|
2065
|
+
}, function() {
|
|
2066
|
+
K("beforeDOMElementCreation", {
|
|
2067
|
+
assembler: e,
|
|
2068
|
+
params: a
|
|
2069
|
+
});
|
|
2070
|
+
var o = [];
|
|
2071
|
+
return e(function(s) {
|
|
2072
|
+
Array.isArray(s) ? s.map(function(f) {
|
|
2073
|
+
o = o.concat(f.abstract);
|
|
2074
|
+
}) : o = o.concat(s.abstract);
|
|
2075
|
+
}), [{
|
|
2076
|
+
tag: "span",
|
|
2077
|
+
attributes: {
|
|
2078
|
+
class: ["".concat(m.cssPrefix, "-layers")].concat(mt(i)).join(" ")
|
|
2079
|
+
},
|
|
2080
|
+
children: o
|
|
2081
|
+
}];
|
|
2082
|
+
});
|
|
2083
|
+
}
|
|
2084
|
+
};
|
|
2085
|
+
}
|
|
2086
|
+
}, Ga = {
|
|
2087
|
+
mixout: function() {
|
|
2088
|
+
return {
|
|
2089
|
+
counter: function(e) {
|
|
2090
|
+
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = a.title, i = r === void 0 ? null : r, o = a.classes, s = o === void 0 ? [] : o, f = a.attributes, c = f === void 0 ? {} : f, l = a.styles, d = l === void 0 ? {} : l;
|
|
2091
|
+
return zt({
|
|
2092
|
+
type: "counter",
|
|
2093
|
+
content: e
|
|
2094
|
+
}, function() {
|
|
2095
|
+
return K("beforeDOMElementCreation", {
|
|
2096
|
+
content: e,
|
|
2097
|
+
params: a
|
|
2098
|
+
}), Sa({
|
|
2099
|
+
content: e.toString(),
|
|
2100
|
+
title: i,
|
|
2101
|
+
extra: {
|
|
2102
|
+
attributes: c,
|
|
2103
|
+
styles: d,
|
|
2104
|
+
classes: ["".concat(m.cssPrefix, "-layers-counter")].concat(mt(s))
|
|
2105
|
+
}
|
|
2106
|
+
});
|
|
2107
|
+
});
|
|
2108
|
+
}
|
|
2109
|
+
};
|
|
2110
|
+
}
|
|
2111
|
+
}, Xa = {
|
|
2112
|
+
mixout: function() {
|
|
2113
|
+
return {
|
|
2114
|
+
text: function(e) {
|
|
2115
|
+
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = a.transform, i = r === void 0 ? F : r, o = a.title, s = o === void 0 ? null : o, f = a.classes, c = f === void 0 ? [] : f, l = a.attributes, d = l === void 0 ? {} : l, b = a.styles, g = b === void 0 ? {} : b;
|
|
2116
|
+
return zt({
|
|
2117
|
+
type: "text",
|
|
2118
|
+
content: e
|
|
2119
|
+
}, function() {
|
|
2120
|
+
return K("beforeDOMElementCreation", {
|
|
2121
|
+
content: e,
|
|
2122
|
+
params: a
|
|
2123
|
+
}), In({
|
|
2124
|
+
content: e,
|
|
2125
|
+
transform: u(u({}, F), i),
|
|
2126
|
+
title: s,
|
|
2127
|
+
extra: {
|
|
2128
|
+
attributes: d,
|
|
2129
|
+
styles: g,
|
|
2130
|
+
classes: ["".concat(m.cssPrefix, "-layers-text")].concat(mt(c))
|
|
2131
|
+
}
|
|
2132
|
+
});
|
|
2133
|
+
});
|
|
2134
|
+
}
|
|
2135
|
+
};
|
|
2136
|
+
},
|
|
2137
|
+
provides: function(n) {
|
|
2138
|
+
n.generateLayersText = function(e, a) {
|
|
2139
|
+
var r = a.title, i = a.transform, o = a.extra, s = null, f = null;
|
|
2140
|
+
if (qn) {
|
|
2141
|
+
var c = parseInt(getComputedStyle(e).fontSize, 10), l = e.getBoundingClientRect();
|
|
2142
|
+
s = l.width / c, f = l.height / c;
|
|
2143
|
+
}
|
|
2144
|
+
return m.autoA11y && !r && (o.attributes["aria-hidden"] = "true"), Promise.resolve([e, In({
|
|
2145
|
+
content: e.innerHTML,
|
|
2146
|
+
width: s,
|
|
2147
|
+
height: f,
|
|
2148
|
+
transform: i,
|
|
2149
|
+
title: r,
|
|
2150
|
+
extra: o,
|
|
2151
|
+
watchable: !0
|
|
2152
|
+
})]);
|
|
2153
|
+
};
|
|
2154
|
+
}
|
|
2155
|
+
}, Va = new RegExp('"', "ug"), Rn = [1105920, 1112319];
|
|
2156
|
+
function Ka(t) {
|
|
2157
|
+
var n = t.replace(Va, ""), e = fa(n, 0), a = e >= Rn[0] && e <= Rn[1], r = n.length === 2 ? n[0] === n[1] : !1;
|
|
2158
|
+
return {
|
|
2159
|
+
value: Wt(r ? n[0] : n),
|
|
2160
|
+
isSecondary: a || r
|
|
2161
|
+
};
|
|
2162
|
+
}
|
|
2163
|
+
function $n(t, n) {
|
|
2164
|
+
var e = "".concat(Re).concat(n.replace(":", "-"));
|
|
2165
|
+
return new Promise(function(a, r) {
|
|
2166
|
+
if (t.getAttribute(e) !== null)
|
|
2167
|
+
return a();
|
|
2168
|
+
var i = nt(t.children), o = i.filter(function(I) {
|
|
2169
|
+
return I.getAttribute(Ut) === n;
|
|
2170
|
+
})[0], s = U.getComputedStyle(t, n), f = s.getPropertyValue("font-family").match(Be), c = s.getPropertyValue("font-weight"), l = s.getPropertyValue("content");
|
|
2171
|
+
if (o && !f)
|
|
2172
|
+
return t.removeChild(o), a();
|
|
2173
|
+
if (f && l !== "none" && l !== "") {
|
|
2174
|
+
var d = s.getPropertyValue("content"), b = ~["Sharp"].indexOf(f[2]) ? w : h, g = ~["Solid", "Regular", "Light", "Thin", "Duotone", "Brands", "Kit"].indexOf(f[2]) ? ft[b][f[2].toLowerCase()] : Ue[b][c], S = Ka(d), _ = S.value, P = S.isSecondary, v = f[0].startsWith("FontAwesome"), p = un(g, _), y = p;
|
|
2175
|
+
if (v) {
|
|
2176
|
+
var x = pa(_);
|
|
2177
|
+
x.iconName && x.prefix && (p = x.iconName, g = x.prefix);
|
|
2178
|
+
}
|
|
2179
|
+
if (p && !P && (!o || o.getAttribute(rn) !== g || o.getAttribute(on) !== y)) {
|
|
2180
|
+
t.setAttribute(e, y), o && t.removeChild(o);
|
|
2181
|
+
var A = ja(), z = A.extra;
|
|
2182
|
+
z.attributes[Ut] = n, Kt(p, g).then(function(I) {
|
|
2183
|
+
var Ft = dn(u(u({}, A), {}, {
|
|
2184
|
+
icons: {
|
|
2185
|
+
main: I,
|
|
2186
|
+
mask: mn()
|
|
2187
|
+
},
|
|
2188
|
+
prefix: g,
|
|
2189
|
+
iconName: y,
|
|
2190
|
+
extra: z,
|
|
2191
|
+
watchable: !0
|
|
2192
|
+
})), Y = k.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
2193
|
+
n === "::before" ? t.insertBefore(Y, t.firstChild) : t.appendChild(Y), Y.outerHTML = Ft.map(function(xe) {
|
|
2194
|
+
return vt(xe);
|
|
2195
|
+
}).join(`
|
|
2196
|
+
`), t.removeAttribute(e), a();
|
|
2197
|
+
}).catch(r);
|
|
2198
|
+
} else
|
|
2199
|
+
a();
|
|
2200
|
+
} else
|
|
2201
|
+
a();
|
|
2202
|
+
});
|
|
2203
|
+
}
|
|
2204
|
+
function qa(t) {
|
|
2205
|
+
return Promise.all([$n(t, "::before"), $n(t, "::after")]);
|
|
2206
|
+
}
|
|
2207
|
+
function Qa(t) {
|
|
2208
|
+
return t.parentNode !== document.head && !~je.indexOf(t.tagName.toUpperCase()) && !t.getAttribute(Ut) && (!t.parentNode || t.parentNode.tagName !== "svg");
|
|
2209
|
+
}
|
|
2210
|
+
function jn(t) {
|
|
2211
|
+
if (D)
|
|
2212
|
+
return new Promise(function(n, e) {
|
|
2213
|
+
var a = nt(t.querySelectorAll("*")).filter(Qa).map(qa), r = vn.begin("searchPseudoElements");
|
|
2214
|
+
ge(), Promise.all(a).then(function() {
|
|
2215
|
+
r(), Qt(), n();
|
|
2216
|
+
}).catch(function() {
|
|
2217
|
+
r(), Qt(), e();
|
|
2218
|
+
});
|
|
2219
|
+
});
|
|
2220
|
+
}
|
|
2221
|
+
var Za = {
|
|
2222
|
+
hooks: function() {
|
|
2223
|
+
return {
|
|
2224
|
+
mutationObserverCallbacks: function(e) {
|
|
2225
|
+
return e.pseudoElementsCallback = jn, e;
|
|
2226
|
+
}
|
|
2227
|
+
};
|
|
2228
|
+
},
|
|
2229
|
+
provides: function(n) {
|
|
2230
|
+
n.pseudoElements2svg = function(e) {
|
|
2231
|
+
var a = e.node, r = a === void 0 ? k : a;
|
|
2232
|
+
m.searchPseudoElements && jn(r);
|
|
2233
|
+
};
|
|
2234
|
+
}
|
|
2235
|
+
}, Dn = !1, Ja = {
|
|
2236
|
+
mixout: function() {
|
|
2237
|
+
return {
|
|
2238
|
+
dom: {
|
|
2239
|
+
unwatch: function() {
|
|
2240
|
+
ge(), Dn = !0;
|
|
2241
|
+
}
|
|
2242
|
+
}
|
|
2243
|
+
};
|
|
2244
|
+
},
|
|
2245
|
+
hooks: function() {
|
|
2246
|
+
return {
|
|
2247
|
+
bootstrap: function() {
|
|
2248
|
+
Ln(Gt("mutationObserverCallbacks", {}));
|
|
2249
|
+
},
|
|
2250
|
+
noAuto: function() {
|
|
2251
|
+
za();
|
|
2252
|
+
},
|
|
2253
|
+
watch: function(e) {
|
|
2254
|
+
var a = e.observeMutationsRoot;
|
|
2255
|
+
Dn ? Qt() : Ln(Gt("mutationObserverCallbacks", {
|
|
2256
|
+
observeMutationsRoot: a
|
|
2257
|
+
}));
|
|
2258
|
+
}
|
|
2259
|
+
};
|
|
2260
|
+
}
|
|
2261
|
+
}, Yn = function(n) {
|
|
2262
|
+
var e = {
|
|
2263
|
+
size: 16,
|
|
2264
|
+
x: 0,
|
|
2265
|
+
y: 0,
|
|
2266
|
+
flipX: !1,
|
|
2267
|
+
flipY: !1,
|
|
2268
|
+
rotate: 0
|
|
2269
|
+
};
|
|
2270
|
+
return n.toLowerCase().split(" ").reduce(function(a, r) {
|
|
2271
|
+
var i = r.toLowerCase().split("-"), o = i[0], s = i.slice(1).join("-");
|
|
2272
|
+
if (o && s === "h")
|
|
2273
|
+
return a.flipX = !0, a;
|
|
2274
|
+
if (o && s === "v")
|
|
2275
|
+
return a.flipY = !0, a;
|
|
2276
|
+
if (s = parseFloat(s), isNaN(s))
|
|
2277
|
+
return a;
|
|
2278
|
+
switch (o) {
|
|
2279
|
+
case "grow":
|
|
2280
|
+
a.size = a.size + s;
|
|
2281
|
+
break;
|
|
2282
|
+
case "shrink":
|
|
2283
|
+
a.size = a.size - s;
|
|
2284
|
+
break;
|
|
2285
|
+
case "left":
|
|
2286
|
+
a.x = a.x - s;
|
|
2287
|
+
break;
|
|
2288
|
+
case "right":
|
|
2289
|
+
a.x = a.x + s;
|
|
2290
|
+
break;
|
|
2291
|
+
case "up":
|
|
2292
|
+
a.y = a.y - s;
|
|
2293
|
+
break;
|
|
2294
|
+
case "down":
|
|
2295
|
+
a.y = a.y + s;
|
|
2296
|
+
break;
|
|
2297
|
+
case "rotate":
|
|
2298
|
+
a.rotate = a.rotate + s;
|
|
2299
|
+
break;
|
|
2300
|
+
}
|
|
2301
|
+
return a;
|
|
2302
|
+
}, e);
|
|
2303
|
+
}, tr = {
|
|
2304
|
+
mixout: function() {
|
|
2305
|
+
return {
|
|
2306
|
+
parse: {
|
|
2307
|
+
transform: function(e) {
|
|
2308
|
+
return Yn(e);
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
};
|
|
2312
|
+
},
|
|
2313
|
+
hooks: function() {
|
|
2314
|
+
return {
|
|
2315
|
+
parseNodeAttributes: function(e, a) {
|
|
2316
|
+
var r = a.getAttribute("data-fa-transform");
|
|
2317
|
+
return r && (e.transform = Yn(r)), e;
|
|
2318
|
+
}
|
|
2319
|
+
};
|
|
2320
|
+
},
|
|
2321
|
+
provides: function(n) {
|
|
2322
|
+
n.generateAbstractTransformGrouping = function(e) {
|
|
2323
|
+
var a = e.main, r = e.transform, i = e.containerWidth, o = e.iconWidth, s = {
|
|
2324
|
+
transform: "translate(".concat(i / 2, " 256)")
|
|
2325
|
+
}, f = "translate(".concat(r.x * 32, ", ").concat(r.y * 32, ") "), c = "scale(".concat(r.size / 16 * (r.flipX ? -1 : 1), ", ").concat(r.size / 16 * (r.flipY ? -1 : 1), ") "), l = "rotate(".concat(r.rotate, " 0 0)"), d = {
|
|
2326
|
+
transform: "".concat(f, " ").concat(c, " ").concat(l)
|
|
2327
|
+
}, b = {
|
|
2328
|
+
transform: "translate(".concat(o / 2 * -1, " -256)")
|
|
2329
|
+
}, g = {
|
|
2330
|
+
outer: s,
|
|
2331
|
+
inner: d,
|
|
2332
|
+
path: b
|
|
2333
|
+
};
|
|
2334
|
+
return {
|
|
2335
|
+
tag: "g",
|
|
2336
|
+
attributes: u({}, g.outer),
|
|
2337
|
+
children: [{
|
|
2338
|
+
tag: "g",
|
|
2339
|
+
attributes: u({}, g.inner),
|
|
2340
|
+
children: [{
|
|
2341
|
+
tag: a.icon.tag,
|
|
2342
|
+
children: a.icon.children,
|
|
2343
|
+
attributes: u(u({}, a.icon.attributes), g.path)
|
|
2344
|
+
}]
|
|
2345
|
+
}]
|
|
2346
|
+
};
|
|
2347
|
+
};
|
|
2348
|
+
}
|
|
2349
|
+
}, Dt = {
|
|
2350
|
+
x: 0,
|
|
2351
|
+
y: 0,
|
|
2352
|
+
width: "100%",
|
|
2353
|
+
height: "100%"
|
|
2354
|
+
};
|
|
2355
|
+
function Bn(t) {
|
|
2356
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
|
|
2357
|
+
return t.attributes && (t.attributes.fill || n) && (t.attributes.fill = "black"), t;
|
|
2358
|
+
}
|
|
2359
|
+
function nr(t) {
|
|
2360
|
+
return t.tag === "g" ? t.children : [t];
|
|
2361
|
+
}
|
|
2362
|
+
var er = {
|
|
2363
|
+
hooks: function() {
|
|
2364
|
+
return {
|
|
2365
|
+
parseNodeAttributes: function(e, a) {
|
|
2366
|
+
var r = a.getAttribute("data-fa-mask"), i = r ? Lt(r.split(" ").map(function(o) {
|
|
2367
|
+
return o.trim();
|
|
2368
|
+
})) : mn();
|
|
2369
|
+
return i.prefix || (i.prefix = W()), e.mask = i, e.maskId = a.getAttribute("data-fa-mask-id"), e;
|
|
2370
|
+
}
|
|
2371
|
+
};
|
|
2372
|
+
},
|
|
2373
|
+
provides: function(n) {
|
|
2374
|
+
n.generateAbstractMask = function(e) {
|
|
2375
|
+
var a = e.children, r = e.attributes, i = e.main, o = e.mask, s = e.maskId, f = e.transform, c = i.width, l = i.icon, d = o.width, b = o.icon, g = ta({
|
|
2376
|
+
transform: f,
|
|
2377
|
+
containerWidth: d,
|
|
2378
|
+
iconWidth: c
|
|
2379
|
+
}), S = {
|
|
2380
|
+
tag: "rect",
|
|
2381
|
+
attributes: u(u({}, Dt), {}, {
|
|
2382
|
+
fill: "white"
|
|
2383
|
+
})
|
|
2384
|
+
}, _ = l.children ? {
|
|
2385
|
+
children: l.children.map(Bn)
|
|
2386
|
+
} : {}, P = {
|
|
2387
|
+
tag: "g",
|
|
2388
|
+
attributes: u({}, g.inner),
|
|
2389
|
+
children: [Bn(u({
|
|
2390
|
+
tag: l.tag,
|
|
2391
|
+
attributes: u(u({}, l.attributes), g.path)
|
|
2392
|
+
}, _))]
|
|
2393
|
+
}, v = {
|
|
2394
|
+
tag: "g",
|
|
2395
|
+
attributes: u({}, g.outer),
|
|
2396
|
+
children: [P]
|
|
2397
|
+
}, p = "mask-".concat(s || ut()), y = "clip-".concat(s || ut()), x = {
|
|
2398
|
+
tag: "mask",
|
|
2399
|
+
attributes: u(u({}, Dt), {}, {
|
|
2400
|
+
id: p,
|
|
2401
|
+
maskUnits: "userSpaceOnUse",
|
|
2402
|
+
maskContentUnits: "userSpaceOnUse"
|
|
2403
|
+
}),
|
|
2404
|
+
children: [S, v]
|
|
2405
|
+
}, A = {
|
|
2406
|
+
tag: "defs",
|
|
2407
|
+
children: [{
|
|
2408
|
+
tag: "clipPath",
|
|
2409
|
+
attributes: {
|
|
2410
|
+
id: y
|
|
2411
|
+
},
|
|
2412
|
+
children: nr(b)
|
|
2413
|
+
}, x]
|
|
2414
|
+
};
|
|
2415
|
+
return a.push(A, {
|
|
2416
|
+
tag: "rect",
|
|
2417
|
+
attributes: u({
|
|
2418
|
+
fill: "currentColor",
|
|
2419
|
+
"clip-path": "url(#".concat(y, ")"),
|
|
2420
|
+
mask: "url(#".concat(p, ")")
|
|
2421
|
+
}, Dt)
|
|
2422
|
+
}), {
|
|
2423
|
+
children: a,
|
|
2424
|
+
attributes: r
|
|
2425
|
+
};
|
|
2426
|
+
};
|
|
2427
|
+
}
|
|
2428
|
+
}, ar = {
|
|
2429
|
+
provides: function(n) {
|
|
2430
|
+
var e = !1;
|
|
2431
|
+
U.matchMedia && (e = U.matchMedia("(prefers-reduced-motion: reduce)").matches), n.missingIconAbstract = function() {
|
|
2432
|
+
var a = [], r = {
|
|
2433
|
+
fill: "currentColor"
|
|
2434
|
+
}, i = {
|
|
2435
|
+
attributeType: "XML",
|
|
2436
|
+
repeatCount: "indefinite",
|
|
2437
|
+
dur: "2s"
|
|
2438
|
+
};
|
|
2439
|
+
a.push({
|
|
2440
|
+
tag: "path",
|
|
2441
|
+
attributes: u(u({}, r), {}, {
|
|
2442
|
+
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"
|
|
2443
|
+
})
|
|
2444
|
+
});
|
|
2445
|
+
var o = u(u({}, i), {}, {
|
|
2446
|
+
attributeName: "opacity"
|
|
2447
|
+
}), s = {
|
|
2448
|
+
tag: "circle",
|
|
2449
|
+
attributes: u(u({}, r), {}, {
|
|
2450
|
+
cx: "256",
|
|
2451
|
+
cy: "364",
|
|
2452
|
+
r: "28"
|
|
2453
|
+
}),
|
|
2454
|
+
children: []
|
|
2455
|
+
};
|
|
2456
|
+
return e || s.children.push({
|
|
2457
|
+
tag: "animate",
|
|
2458
|
+
attributes: u(u({}, i), {}, {
|
|
2459
|
+
attributeName: "r",
|
|
2460
|
+
values: "28;14;28;28;14;28;"
|
|
2461
|
+
})
|
|
2462
|
+
}, {
|
|
2463
|
+
tag: "animate",
|
|
2464
|
+
attributes: u(u({}, o), {}, {
|
|
2465
|
+
values: "1;0;1;1;0;1;"
|
|
2466
|
+
})
|
|
2467
|
+
}), a.push(s), a.push({
|
|
2468
|
+
tag: "path",
|
|
2469
|
+
attributes: u(u({}, r), {}, {
|
|
2470
|
+
opacity: "1",
|
|
2471
|
+
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"
|
|
2472
|
+
}),
|
|
2473
|
+
children: e ? [] : [{
|
|
2474
|
+
tag: "animate",
|
|
2475
|
+
attributes: u(u({}, o), {}, {
|
|
2476
|
+
values: "1;0;0;0;0;1;"
|
|
2477
|
+
})
|
|
2478
|
+
}]
|
|
2479
|
+
}), e || a.push({
|
|
2480
|
+
tag: "path",
|
|
2481
|
+
attributes: u(u({}, r), {}, {
|
|
2482
|
+
opacity: "0",
|
|
2483
|
+
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"
|
|
2484
|
+
}),
|
|
2485
|
+
children: [{
|
|
2486
|
+
tag: "animate",
|
|
2487
|
+
attributes: u(u({}, o), {}, {
|
|
2488
|
+
values: "0;0;1;1;0;0;"
|
|
2489
|
+
})
|
|
2490
|
+
}]
|
|
2491
|
+
}), {
|
|
2492
|
+
tag: "g",
|
|
2493
|
+
attributes: {
|
|
2494
|
+
class: "missing"
|
|
2495
|
+
},
|
|
2496
|
+
children: a
|
|
2497
|
+
};
|
|
2498
|
+
};
|
|
2499
|
+
}
|
|
2500
|
+
}, rr = {
|
|
2501
|
+
hooks: function() {
|
|
2502
|
+
return {
|
|
2503
|
+
parseNodeAttributes: function(e, a) {
|
|
2504
|
+
var r = a.getAttribute("data-fa-symbol"), i = r === null ? !1 : r === "" ? !0 : r;
|
|
2505
|
+
return e.symbol = i, e;
|
|
2506
|
+
}
|
|
2507
|
+
};
|
|
2508
|
+
}
|
|
2509
|
+
}, ir = [aa, Wa, Ha, Ga, Xa, Za, Ja, tr, er, ar, rr];
|
|
2510
|
+
ya(ir, {
|
|
2511
|
+
mixoutsTo: C
|
|
2512
|
+
});
|
|
2513
|
+
C.noAuto;
|
|
2514
|
+
var he = C.config;
|
|
2515
|
+
C.library;
|
|
2516
|
+
C.dom;
|
|
2517
|
+
var It = C.parse;
|
|
2518
|
+
C.findIconDefinition;
|
|
2519
|
+
C.toHtml;
|
|
2520
|
+
var or = C.icon;
|
|
2521
|
+
C.layer;
|
|
2522
|
+
var sr = C.text;
|
|
2523
|
+
C.counter;
|
|
2524
|
+
function Un(t, n) {
|
|
2525
|
+
var e = Object.keys(t);
|
|
2526
|
+
if (Object.getOwnPropertySymbols) {
|
|
2527
|
+
var a = Object.getOwnPropertySymbols(t);
|
|
2528
|
+
n && (a = a.filter(function(r) {
|
|
2529
|
+
return Object.getOwnPropertyDescriptor(t, r).enumerable;
|
|
2530
|
+
})), e.push.apply(e, a);
|
|
2531
|
+
}
|
|
2532
|
+
return e;
|
|
2533
|
+
}
|
|
2534
|
+
function T(t) {
|
|
2535
|
+
for (var n = 1; n < arguments.length; n++) {
|
|
2536
|
+
var e = arguments[n] != null ? arguments[n] : {};
|
|
2537
|
+
n % 2 ? Un(Object(e), !0).forEach(function(a) {
|
|
2538
|
+
E(t, a, e[a]);
|
|
2539
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t, Object.getOwnPropertyDescriptors(e)) : Un(Object(e)).forEach(function(a) {
|
|
2540
|
+
Object.defineProperty(t, a, Object.getOwnPropertyDescriptor(e, a));
|
|
2541
|
+
});
|
|
2542
|
+
}
|
|
2543
|
+
return t;
|
|
2544
|
+
}
|
|
2545
|
+
function Nt(t) {
|
|
2546
|
+
"@babel/helpers - typeof";
|
|
2547
|
+
return Nt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
2548
|
+
return typeof n;
|
|
2549
|
+
} : function(n) {
|
|
2550
|
+
return n && typeof Symbol == "function" && n.constructor === Symbol && n !== Symbol.prototype ? "symbol" : typeof n;
|
|
2551
|
+
}, Nt(t);
|
|
2552
|
+
}
|
|
2553
|
+
function E(t, n, e) {
|
|
2554
|
+
return n = pr(n), n in t ? Object.defineProperty(t, n, {
|
|
2555
|
+
value: e,
|
|
2556
|
+
enumerable: !0,
|
|
2557
|
+
configurable: !0,
|
|
2558
|
+
writable: !0
|
|
2559
|
+
}) : t[n] = e, t;
|
|
2560
|
+
}
|
|
2561
|
+
function fr(t, n) {
|
|
2562
|
+
if (t == null)
|
|
2563
|
+
return {};
|
|
2564
|
+
var e = {}, a = Object.keys(t), r, i;
|
|
2565
|
+
for (i = 0; i < a.length; i++)
|
|
2566
|
+
r = a[i], !(n.indexOf(r) >= 0) && (e[r] = t[r]);
|
|
2567
|
+
return e;
|
|
2568
|
+
}
|
|
2569
|
+
function lr(t, n) {
|
|
2570
|
+
if (t == null)
|
|
2571
|
+
return {};
|
|
2572
|
+
var e = fr(t, n), a, r;
|
|
2573
|
+
if (Object.getOwnPropertySymbols) {
|
|
2574
|
+
var i = Object.getOwnPropertySymbols(t);
|
|
2575
|
+
for (r = 0; r < i.length; r++)
|
|
2576
|
+
a = i[r], !(n.indexOf(a) >= 0) && Object.prototype.propertyIsEnumerable.call(t, a) && (e[a] = t[a]);
|
|
2577
|
+
}
|
|
2578
|
+
return e;
|
|
2579
|
+
}
|
|
2580
|
+
function Zt(t) {
|
|
2581
|
+
return cr(t) || ur(t) || mr(t) || dr();
|
|
2582
|
+
}
|
|
2583
|
+
function cr(t) {
|
|
2584
|
+
if (Array.isArray(t))
|
|
2585
|
+
return Jt(t);
|
|
2586
|
+
}
|
|
2587
|
+
function ur(t) {
|
|
2588
|
+
if (typeof Symbol < "u" && t[Symbol.iterator] != null || t["@@iterator"] != null)
|
|
2589
|
+
return Array.from(t);
|
|
2590
|
+
}
|
|
2591
|
+
function mr(t, n) {
|
|
2592
|
+
if (t) {
|
|
2593
|
+
if (typeof t == "string")
|
|
2594
|
+
return Jt(t, n);
|
|
2595
|
+
var e = Object.prototype.toString.call(t).slice(8, -1);
|
|
2596
|
+
if (e === "Object" && t.constructor && (e = t.constructor.name), e === "Map" || e === "Set")
|
|
2597
|
+
return Array.from(t);
|
|
2598
|
+
if (e === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))
|
|
2599
|
+
return Jt(t, n);
|
|
2600
|
+
}
|
|
2601
|
+
}
|
|
2602
|
+
function Jt(t, n) {
|
|
2603
|
+
(n == null || n > t.length) && (n = t.length);
|
|
2604
|
+
for (var e = 0, a = new Array(n); e < n; e++)
|
|
2605
|
+
a[e] = t[e];
|
|
2606
|
+
return a;
|
|
2607
|
+
}
|
|
2608
|
+
function dr() {
|
|
2609
|
+
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
2610
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
2611
|
+
}
|
|
2612
|
+
function vr(t, n) {
|
|
2613
|
+
if (typeof t != "object" || t === null)
|
|
2614
|
+
return t;
|
|
2615
|
+
var e = t[Symbol.toPrimitive];
|
|
2616
|
+
if (e !== void 0) {
|
|
2617
|
+
var a = e.call(t, n || "default");
|
|
2618
|
+
if (typeof a != "object")
|
|
2619
|
+
return a;
|
|
2620
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2621
|
+
}
|
|
2622
|
+
return (n === "string" ? String : Number)(t);
|
|
2623
|
+
}
|
|
2624
|
+
function pr(t) {
|
|
2625
|
+
var n = vr(t, "string");
|
|
2626
|
+
return typeof n == "symbol" ? n : String(n);
|
|
2627
|
+
}
|
|
2628
|
+
var br = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, ke = { exports: {} };
|
|
2629
|
+
(function(t) {
|
|
2630
|
+
(function(n) {
|
|
2631
|
+
var e = function(v, p, y) {
|
|
2632
|
+
if (!c(p) || d(p) || b(p) || g(p) || f(p))
|
|
2633
|
+
return p;
|
|
2634
|
+
var x, A = 0, z = 0;
|
|
2635
|
+
if (l(p))
|
|
2636
|
+
for (x = [], z = p.length; A < z; A++)
|
|
2637
|
+
x.push(e(v, p[A], y));
|
|
2638
|
+
else {
|
|
2639
|
+
x = {};
|
|
2640
|
+
for (var I in p)
|
|
2641
|
+
Object.prototype.hasOwnProperty.call(p, I) && (x[v(I, y)] = e(v, p[I], y));
|
|
2642
|
+
}
|
|
2643
|
+
return x;
|
|
2644
|
+
}, a = function(v, p) {
|
|
2645
|
+
p = p || {};
|
|
2646
|
+
var y = p.separator || "_", x = p.split || /(?=[A-Z])/;
|
|
2647
|
+
return v.split(x).join(y);
|
|
2648
|
+
}, r = function(v) {
|
|
2649
|
+
return S(v) ? v : (v = v.replace(/[\-_\s]+(.)?/g, function(p, y) {
|
|
2650
|
+
return y ? y.toUpperCase() : "";
|
|
2651
|
+
}), v.substr(0, 1).toLowerCase() + v.substr(1));
|
|
2652
|
+
}, i = function(v) {
|
|
2653
|
+
var p = r(v);
|
|
2654
|
+
return p.substr(0, 1).toUpperCase() + p.substr(1);
|
|
2655
|
+
}, o = function(v, p) {
|
|
2656
|
+
return a(v, p).toLowerCase();
|
|
2657
|
+
}, s = Object.prototype.toString, f = function(v) {
|
|
2658
|
+
return typeof v == "function";
|
|
2659
|
+
}, c = function(v) {
|
|
2660
|
+
return v === Object(v);
|
|
2661
|
+
}, l = function(v) {
|
|
2662
|
+
return s.call(v) == "[object Array]";
|
|
2663
|
+
}, d = function(v) {
|
|
2664
|
+
return s.call(v) == "[object Date]";
|
|
2665
|
+
}, b = function(v) {
|
|
2666
|
+
return s.call(v) == "[object RegExp]";
|
|
2667
|
+
}, g = function(v) {
|
|
2668
|
+
return s.call(v) == "[object Boolean]";
|
|
2669
|
+
}, S = function(v) {
|
|
2670
|
+
return v = v - 0, v === v;
|
|
2671
|
+
}, _ = function(v, p) {
|
|
2672
|
+
var y = p && "process" in p ? p.process : p;
|
|
2673
|
+
return typeof y != "function" ? v : function(x, A) {
|
|
2674
|
+
return y(x, v, A);
|
|
2675
|
+
};
|
|
2676
|
+
}, P = {
|
|
2677
|
+
camelize: r,
|
|
2678
|
+
decamelize: o,
|
|
2679
|
+
pascalize: i,
|
|
2680
|
+
depascalize: o,
|
|
2681
|
+
camelizeKeys: function(v, p) {
|
|
2682
|
+
return e(_(r, p), v);
|
|
2683
|
+
},
|
|
2684
|
+
decamelizeKeys: function(v, p) {
|
|
2685
|
+
return e(_(o, p), v, p);
|
|
2686
|
+
},
|
|
2687
|
+
pascalizeKeys: function(v, p) {
|
|
2688
|
+
return e(_(i, p), v);
|
|
2689
|
+
},
|
|
2690
|
+
depascalizeKeys: function() {
|
|
2691
|
+
return this.decamelizeKeys.apply(this, arguments);
|
|
2692
|
+
}
|
|
2693
|
+
};
|
|
2694
|
+
t.exports ? t.exports = P : n.humps = P;
|
|
2695
|
+
})(br);
|
|
2696
|
+
})(ke);
|
|
2697
|
+
var gr = ke.exports, yr = ["class", "style"];
|
|
2698
|
+
function hr(t) {
|
|
2699
|
+
return t.split(";").map(function(n) {
|
|
2700
|
+
return n.trim();
|
|
2701
|
+
}).filter(function(n) {
|
|
2702
|
+
return n;
|
|
2703
|
+
}).reduce(function(n, e) {
|
|
2704
|
+
var a = e.indexOf(":"), r = gr.camelize(e.slice(0, a)), i = e.slice(a + 1).trim();
|
|
2705
|
+
return n[r] = i, n;
|
|
2706
|
+
}, {});
|
|
2707
|
+
}
|
|
2708
|
+
function kr(t) {
|
|
2709
|
+
return t.split(/\s+/).reduce(function(n, e) {
|
|
2710
|
+
return n[e] = !0, n;
|
|
2711
|
+
}, {});
|
|
2712
|
+
}
|
|
2713
|
+
function bn(t) {
|
|
2714
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
2715
|
+
if (typeof t == "string")
|
|
2716
|
+
return t;
|
|
2717
|
+
var a = (t.children || []).map(function(f) {
|
|
2718
|
+
return bn(f);
|
|
2719
|
+
}), r = Object.keys(t.attributes || {}).reduce(function(f, c) {
|
|
2720
|
+
var l = t.attributes[c];
|
|
2721
|
+
switch (c) {
|
|
2722
|
+
case "class":
|
|
2723
|
+
f.class = kr(l);
|
|
2724
|
+
break;
|
|
2725
|
+
case "style":
|
|
2726
|
+
f.style = hr(l);
|
|
2727
|
+
break;
|
|
2728
|
+
default:
|
|
2729
|
+
f.attrs[c] = l;
|
|
2730
|
+
}
|
|
2731
|
+
return f;
|
|
2732
|
+
}, {
|
|
2733
|
+
attrs: {},
|
|
2734
|
+
class: {},
|
|
2735
|
+
style: {}
|
|
2736
|
+
});
|
|
2737
|
+
e.class;
|
|
2738
|
+
var i = e.style, o = i === void 0 ? {} : i, s = lr(e, yr);
|
|
2739
|
+
return Hn(t.tag, T(T(T({}, n), {}, {
|
|
2740
|
+
class: r.class,
|
|
2741
|
+
style: T(T({}, r.style), o)
|
|
2742
|
+
}, r.attrs), s), a);
|
|
2743
|
+
}
|
|
2744
|
+
var we = !1;
|
|
2745
|
+
try {
|
|
2746
|
+
we = process.env.NODE_ENV === "production";
|
|
2747
|
+
} catch {
|
|
2748
|
+
}
|
|
2749
|
+
function wr() {
|
|
2750
|
+
if (!we && console && typeof console.error == "function") {
|
|
2751
|
+
var t;
|
|
2752
|
+
(t = console).error.apply(t, arguments);
|
|
2753
|
+
}
|
|
2754
|
+
}
|
|
2755
|
+
function it(t, n) {
|
|
2756
|
+
return Array.isArray(n) && n.length > 0 || !Array.isArray(n) && n ? E({}, t, n) : {};
|
|
2757
|
+
}
|
|
2758
|
+
function xr(t) {
|
|
2759
|
+
var n, e = (n = {
|
|
2760
|
+
"fa-spin": t.spin,
|
|
2761
|
+
"fa-pulse": t.pulse,
|
|
2762
|
+
"fa-fw": t.fixedWidth,
|
|
2763
|
+
"fa-border": t.border,
|
|
2764
|
+
"fa-li": t.listItem,
|
|
2765
|
+
"fa-inverse": t.inverse,
|
|
2766
|
+
"fa-flip": t.flip === !0,
|
|
2767
|
+
"fa-flip-horizontal": t.flip === "horizontal" || t.flip === "both",
|
|
2768
|
+
"fa-flip-vertical": t.flip === "vertical" || t.flip === "both"
|
|
2769
|
+
}, E(n, "fa-".concat(t.size), t.size !== null), E(n, "fa-rotate-".concat(t.rotation), t.rotation !== null), E(n, "fa-pull-".concat(t.pull), t.pull !== null), E(n, "fa-swap-opacity", t.swapOpacity), E(n, "fa-bounce", t.bounce), E(n, "fa-shake", t.shake), E(n, "fa-beat", t.beat), E(n, "fa-fade", t.fade), E(n, "fa-beat-fade", t.beatFade), E(n, "fa-flash", t.flash), E(n, "fa-spin-pulse", t.spinPulse), E(n, "fa-spin-reverse", t.spinReverse), n);
|
|
2770
|
+
return Object.keys(e).map(function(a) {
|
|
2771
|
+
return e[a] ? a : null;
|
|
2772
|
+
}).filter(function(a) {
|
|
2773
|
+
return a;
|
|
2774
|
+
});
|
|
2775
|
+
}
|
|
2776
|
+
function Wn(t) {
|
|
2777
|
+
if (t && Nt(t) === "object" && t.prefix && t.iconName && t.icon)
|
|
2778
|
+
return t;
|
|
2779
|
+
if (It.icon)
|
|
2780
|
+
return It.icon(t);
|
|
2781
|
+
if (t === null)
|
|
2782
|
+
return null;
|
|
2783
|
+
if (Nt(t) === "object" && t.prefix && t.iconName)
|
|
2784
|
+
return t;
|
|
2785
|
+
if (Array.isArray(t) && t.length === 2)
|
|
2786
|
+
return {
|
|
2787
|
+
prefix: t[0],
|
|
2788
|
+
iconName: t[1]
|
|
2789
|
+
};
|
|
2790
|
+
if (typeof t == "string")
|
|
2791
|
+
return {
|
|
2792
|
+
prefix: "fas",
|
|
2793
|
+
iconName: t
|
|
2794
|
+
};
|
|
2795
|
+
}
|
|
2796
|
+
var Ar = tn({
|
|
2797
|
+
name: "FontAwesomeIcon",
|
|
2798
|
+
props: {
|
|
2799
|
+
border: {
|
|
2800
|
+
type: Boolean,
|
|
2801
|
+
default: !1
|
|
2802
|
+
},
|
|
2803
|
+
fixedWidth: {
|
|
2804
|
+
type: Boolean,
|
|
2805
|
+
default: !1
|
|
2806
|
+
},
|
|
2807
|
+
flip: {
|
|
2808
|
+
type: [Boolean, String],
|
|
2809
|
+
default: !1,
|
|
2810
|
+
validator: function(n) {
|
|
2811
|
+
return [!0, !1, "horizontal", "vertical", "both"].indexOf(n) > -1;
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
icon: {
|
|
2815
|
+
type: [Object, Array, String],
|
|
2816
|
+
required: !0
|
|
2817
|
+
},
|
|
2818
|
+
mask: {
|
|
2819
|
+
type: [Object, Array, String],
|
|
2820
|
+
default: null
|
|
2821
|
+
},
|
|
2822
|
+
maskId: {
|
|
2823
|
+
type: String,
|
|
2824
|
+
default: null
|
|
2825
|
+
},
|
|
2826
|
+
listItem: {
|
|
2827
|
+
type: Boolean,
|
|
2828
|
+
default: !1
|
|
2829
|
+
},
|
|
2830
|
+
pull: {
|
|
2831
|
+
type: String,
|
|
2832
|
+
default: null,
|
|
2833
|
+
validator: function(n) {
|
|
2834
|
+
return ["right", "left"].indexOf(n) > -1;
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
pulse: {
|
|
2838
|
+
type: Boolean,
|
|
2839
|
+
default: !1
|
|
2840
|
+
},
|
|
2841
|
+
rotation: {
|
|
2842
|
+
type: [String, Number],
|
|
2843
|
+
default: null,
|
|
2844
|
+
validator: function(n) {
|
|
2845
|
+
return [90, 180, 270].indexOf(Number.parseInt(n, 10)) > -1;
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
swapOpacity: {
|
|
2849
|
+
type: Boolean,
|
|
2850
|
+
default: !1
|
|
2851
|
+
},
|
|
2852
|
+
size: {
|
|
2853
|
+
type: String,
|
|
2854
|
+
default: null,
|
|
2855
|
+
validator: function(n) {
|
|
2856
|
+
return ["2xs", "xs", "sm", "lg", "xl", "2xl", "1x", "2x", "3x", "4x", "5x", "6x", "7x", "8x", "9x", "10x"].indexOf(n) > -1;
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2859
|
+
spin: {
|
|
2860
|
+
type: Boolean,
|
|
2861
|
+
default: !1
|
|
2862
|
+
},
|
|
2863
|
+
transform: {
|
|
2864
|
+
type: [String, Object],
|
|
2865
|
+
default: null
|
|
2866
|
+
},
|
|
2867
|
+
symbol: {
|
|
2868
|
+
type: [Boolean, String],
|
|
2869
|
+
default: !1
|
|
2870
|
+
},
|
|
2871
|
+
title: {
|
|
2872
|
+
type: String,
|
|
2873
|
+
default: null
|
|
2874
|
+
},
|
|
2875
|
+
titleId: {
|
|
2876
|
+
type: String,
|
|
2877
|
+
default: null
|
|
2878
|
+
},
|
|
2879
|
+
inverse: {
|
|
2880
|
+
type: Boolean,
|
|
2881
|
+
default: !1
|
|
2882
|
+
},
|
|
2883
|
+
bounce: {
|
|
2884
|
+
type: Boolean,
|
|
2885
|
+
default: !1
|
|
2886
|
+
},
|
|
2887
|
+
shake: {
|
|
2888
|
+
type: Boolean,
|
|
2889
|
+
default: !1
|
|
2890
|
+
},
|
|
2891
|
+
beat: {
|
|
2892
|
+
type: Boolean,
|
|
2893
|
+
default: !1
|
|
2894
|
+
},
|
|
2895
|
+
fade: {
|
|
2896
|
+
type: Boolean,
|
|
2897
|
+
default: !1
|
|
2898
|
+
},
|
|
2899
|
+
beatFade: {
|
|
2900
|
+
type: Boolean,
|
|
2901
|
+
default: !1
|
|
2902
|
+
},
|
|
2903
|
+
flash: {
|
|
2904
|
+
type: Boolean,
|
|
2905
|
+
default: !1
|
|
2906
|
+
},
|
|
2907
|
+
spinPulse: {
|
|
2908
|
+
type: Boolean,
|
|
2909
|
+
default: !1
|
|
2910
|
+
},
|
|
2911
|
+
spinReverse: {
|
|
2912
|
+
type: Boolean,
|
|
2913
|
+
default: !1
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
setup: function(n, e) {
|
|
2917
|
+
var a = e.attrs, r = N(function() {
|
|
2918
|
+
return Wn(n.icon);
|
|
2919
|
+
}), i = N(function() {
|
|
2920
|
+
return it("classes", xr(n));
|
|
2921
|
+
}), o = N(function() {
|
|
2922
|
+
return it("transform", typeof n.transform == "string" ? It.transform(n.transform) : n.transform);
|
|
2923
|
+
}), s = N(function() {
|
|
2924
|
+
return it("mask", Wn(n.mask));
|
|
2925
|
+
}), f = N(function() {
|
|
2926
|
+
return or(r.value, T(T(T(T({}, i.value), o.value), s.value), {}, {
|
|
2927
|
+
symbol: n.symbol,
|
|
2928
|
+
title: n.title,
|
|
2929
|
+
titleId: n.titleId,
|
|
2930
|
+
maskId: n.maskId
|
|
2931
|
+
}));
|
|
2932
|
+
});
|
|
2933
|
+
Ae(f, function(l) {
|
|
2934
|
+
if (!l)
|
|
2935
|
+
return wr("Could not find one or more icon(s)", r.value, s.value);
|
|
2936
|
+
}, {
|
|
2937
|
+
immediate: !0
|
|
2938
|
+
});
|
|
2939
|
+
var c = N(function() {
|
|
2940
|
+
return f.value ? bn(f.value.abstract[0], {}, a) : null;
|
|
2941
|
+
});
|
|
2942
|
+
return function() {
|
|
2943
|
+
return c.value;
|
|
2944
|
+
};
|
|
2945
|
+
}
|
|
2946
|
+
});
|
|
2947
|
+
tn({
|
|
2948
|
+
name: "FontAwesomeLayers",
|
|
2949
|
+
props: {
|
|
2950
|
+
fixedWidth: {
|
|
2951
|
+
type: Boolean,
|
|
2952
|
+
default: !1
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
setup: function(n, e) {
|
|
2956
|
+
var a = e.slots, r = he.familyPrefix, i = N(function() {
|
|
2957
|
+
return ["".concat(r, "-layers")].concat(Zt(n.fixedWidth ? ["".concat(r, "-fw")] : []));
|
|
2958
|
+
});
|
|
2959
|
+
return function() {
|
|
2960
|
+
return Hn("div", {
|
|
2961
|
+
class: i.value
|
|
2962
|
+
}, a.default ? a.default() : []);
|
|
2963
|
+
};
|
|
2964
|
+
}
|
|
2965
|
+
});
|
|
2966
|
+
tn({
|
|
2967
|
+
name: "FontAwesomeLayersText",
|
|
2968
|
+
props: {
|
|
2969
|
+
value: {
|
|
2970
|
+
type: [String, Number],
|
|
2971
|
+
default: ""
|
|
2972
|
+
},
|
|
2973
|
+
transform: {
|
|
2974
|
+
type: [String, Object],
|
|
2975
|
+
default: null
|
|
2976
|
+
},
|
|
2977
|
+
counter: {
|
|
2978
|
+
type: Boolean,
|
|
2979
|
+
default: !1
|
|
2980
|
+
},
|
|
2981
|
+
position: {
|
|
2982
|
+
type: String,
|
|
2983
|
+
default: null,
|
|
2984
|
+
validator: function(n) {
|
|
2985
|
+
return ["bottom-left", "bottom-right", "top-left", "top-right"].indexOf(n) > -1;
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
setup: function(n, e) {
|
|
2990
|
+
var a = e.attrs, r = he.familyPrefix, i = N(function() {
|
|
2991
|
+
return it("classes", [].concat(Zt(n.counter ? ["".concat(r, "-layers-counter")] : []), Zt(n.position ? ["".concat(r, "-layers-").concat(n.position)] : [])));
|
|
2992
|
+
}), o = N(function() {
|
|
2993
|
+
return it("transform", typeof n.transform == "string" ? It.transform(n.transform) : n.transform);
|
|
2994
|
+
}), s = N(function() {
|
|
2995
|
+
var c = sr(n.value.toString(), T(T({}, o.value), i.value)), l = c.abstract;
|
|
2996
|
+
return n.counter && (l[0].attributes.class = l[0].attributes.class.replace("fa-layers-text", "")), l[0];
|
|
2997
|
+
}), f = N(function() {
|
|
2998
|
+
return bn(s.value, {}, a);
|
|
2999
|
+
});
|
|
3000
|
+
return function() {
|
|
3001
|
+
return f.value;
|
|
3002
|
+
};
|
|
3003
|
+
}
|
|
3004
|
+
});
|
|
3005
|
+
const gn = (t, n) => {
|
|
3006
|
+
const e = t.__vccOpts || t;
|
|
3007
|
+
for (const [a, r] of n)
|
|
3008
|
+
e[a] = r;
|
|
3009
|
+
return e;
|
|
3010
|
+
}, Or = {
|
|
3011
|
+
name: "AmsomModal",
|
|
3012
|
+
components: {
|
|
3013
|
+
FontAwesomeIcon: Ar
|
|
3014
|
+
},
|
|
3015
|
+
props: {
|
|
3016
|
+
closeOption: {
|
|
3017
|
+
type: Boolean,
|
|
3018
|
+
default: !1
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
3021
|
+
emits: ["close"]
|
|
3022
|
+
}, Sr = { class: "container bg-white rounded-4 p-3 m-3 position-relative" }, _r = {
|
|
3023
|
+
class: "overflow-y-auto",
|
|
3024
|
+
style: { "max-height": "80vh" }
|
|
3025
|
+
}, Pr = /* @__PURE__ */ L("div", { class: "mt-2" }, null, -1), Er = /* @__PURE__ */ L("p", null, " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante. ", -1);
|
|
3026
|
+
function Cr(t, n, e, a, r, i) {
|
|
3027
|
+
const o = Oe("font-awesome-icon");
|
|
3028
|
+
return J(), ot("div", {
|
|
3029
|
+
class: "amsom-modal-block bg-black bg-opacity-25 position-fixed top-50 start-50 translate-middle min-vw-100 min-vh-100 d-flex justify-content-center align-items-center overflow-y-auto",
|
|
3030
|
+
style: { "z-index": "1055" },
|
|
3031
|
+
onClick: n[1] || (n[1] = Se((s) => e.closeOption ? t.$emit("close") : "", ["self"]))
|
|
3032
|
+
}, [
|
|
3033
|
+
L("div", Sr, [
|
|
3034
|
+
e.closeOption ? (J(), _e(o, {
|
|
3035
|
+
key: 0,
|
|
3036
|
+
icon: "fa-solid fa-times",
|
|
3037
|
+
role: "button",
|
|
3038
|
+
class: "position-absolute top-0 end-0 m-3 translate-middle-y",
|
|
3039
|
+
size: "lg",
|
|
3040
|
+
onClick: n[0] || (n[0] = (s) => t.$emit("close"))
|
|
3041
|
+
})) : nn("", !0),
|
|
3042
|
+
L("div", _r, [
|
|
3043
|
+
Pr,
|
|
3044
|
+
_t(t.$slots, "default", {}, () => [
|
|
3045
|
+
Er
|
|
3046
|
+
])
|
|
3047
|
+
])
|
|
3048
|
+
])
|
|
3049
|
+
]);
|
|
3050
|
+
}
|
|
3051
|
+
const Wr = /* @__PURE__ */ gn(Or, [["render", Cr]]), Ir = {
|
|
3052
|
+
name: "AmsomCard",
|
|
3053
|
+
props: {
|
|
3054
|
+
//string or null
|
|
3055
|
+
title: {
|
|
3056
|
+
type: String,
|
|
3057
|
+
default: null
|
|
3058
|
+
}
|
|
3059
|
+
}
|
|
3060
|
+
}, Nr = { class: "card" }, Tr = { class: "card-body" }, Mr = {
|
|
3061
|
+
key: 0,
|
|
3062
|
+
class: "card-title"
|
|
3063
|
+
}, Lr = /* @__PURE__ */ L("p", null, " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante. ", -1);
|
|
3064
|
+
function zr(t, n, e, a, r, i) {
|
|
3065
|
+
return J(), ot("div", Nr, [
|
|
3066
|
+
L("div", Tr, [
|
|
3067
|
+
_t(t.$slots, "header", {}, () => [
|
|
3068
|
+
e.title ? (J(), ot("h4", Mr, Pe(e.title), 1)) : nn("", !0)
|
|
3069
|
+
]),
|
|
3070
|
+
_t(t.$slots, "default", {}, () => [
|
|
3071
|
+
Lr
|
|
3072
|
+
])
|
|
3073
|
+
])
|
|
3074
|
+
]);
|
|
3075
|
+
}
|
|
3076
|
+
const Hr = /* @__PURE__ */ gn(Ir, [["render", zr]]), Fr = {
|
|
3077
|
+
name: "AmsomOverlay",
|
|
3078
|
+
props: {
|
|
3079
|
+
loading: {
|
|
3080
|
+
type: Boolean,
|
|
3081
|
+
default: !1,
|
|
3082
|
+
required: !0
|
|
3083
|
+
}
|
|
3084
|
+
}
|
|
3085
|
+
}, Rr = { class: "position-relative" }, $r = {
|
|
3086
|
+
key: 0,
|
|
3087
|
+
class: "position-absolute w-100 h-100 d-flex align-items-center justify-content-center z-index-50 rounded",
|
|
3088
|
+
style: { "background-color": "rgba(193, 193, 193, 0.592)", "box-shadow": "inset 0 0 0 10px rgba(193, 193, 193, 0.5)" }
|
|
3089
|
+
}, jr = /* @__PURE__ */ L("div", {
|
|
3090
|
+
class: "spinner-border text-primary position-sticky sticky-top",
|
|
3091
|
+
role: "status"
|
|
3092
|
+
}, [
|
|
3093
|
+
/* @__PURE__ */ L("span", { class: "sr-only" }, "Chargement...")
|
|
3094
|
+
], -1), Dr = [
|
|
3095
|
+
jr
|
|
3096
|
+
], Yr = /* @__PURE__ */ L("p", null, " Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante. ", -1);
|
|
3097
|
+
function Br(t, n, e, a, r, i) {
|
|
3098
|
+
return J(), ot("div", null, [
|
|
3099
|
+
L("div", Rr, [
|
|
3100
|
+
e.loading ? (J(), ot("div", $r, Dr)) : nn("", !0),
|
|
3101
|
+
L("div", null, [
|
|
3102
|
+
_t(t.$slots, "default", {}, () => [
|
|
3103
|
+
Yr
|
|
3104
|
+
])
|
|
3105
|
+
])
|
|
3106
|
+
])
|
|
3107
|
+
]);
|
|
3108
|
+
}
|
|
3109
|
+
const Gr = /* @__PURE__ */ gn(Fr, [["render", Br]]);
|
|
3110
|
+
export {
|
|
3111
|
+
Hr as AmsomCard,
|
|
3112
|
+
Wr as AmsomModal,
|
|
3113
|
+
Gr as AmsomOverlay,
|
|
3114
|
+
Wr as default
|
|
3115
|
+
};
|