bani-ui 1.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/es/Button-D_v-A_Dg.js +83 -0
- package/dist/es/ButtonGroup-BR5hccGs.js +28 -0
- package/dist/es/Icon-DoZxoH3U.js +48 -0
- package/dist/es/bani-ui.js +11 -0
- package/dist/es/theme/bani-ui.css +1 -0
- package/dist/es/utils-dO1-T2lT.js +18 -0
- package/dist/es/vendor-XKc2ad4D.js +4476 -0
- package/dist/types/components/Button/constants.d.ts +3 -0
- package/dist/types/components/Button/index.d.ts +57 -0
- package/dist/types/components/Button/types.d.ts +34 -0
- package/dist/types/components/ButtonGroup/index.d.ts +17 -0
- package/dist/types/components/ButtonGroup/types.d.ts +6 -0
- package/dist/types/components/Icon/index.d.ts +13 -0
- package/dist/types/components/Icon/types.d.ts +28 -0
- package/dist/types/components/index.d.ts +3 -0
- package/dist/types/core/index.d.ts +3 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/install.d.ts +5 -0
- package/dist/umd/index.css +1 -0
- package/dist/umd/index.umd.cjs +567 -0
- package/package.json +42 -0
|
@@ -0,0 +1,4476 @@
|
|
|
1
|
+
import { defineComponent as Tt, computed as C, watch as Ea, h as pe } from "vue";
|
|
2
|
+
var qn = typeof global == "object" && global && global.Object === Object && global, $a = typeof self == "object" && self && self.Object === Object && self, D = qn || $a || Function("return this")(), z = D.Symbol, Zn = Object.prototype, ka = Zn.hasOwnProperty, Fa = Zn.toString, me = z ? z.toStringTag : void 0;
|
|
3
|
+
function Ca(e) {
|
|
4
|
+
var t = ka.call(e, me), n = e[me];
|
|
5
|
+
try {
|
|
6
|
+
e[me] = void 0;
|
|
7
|
+
var r = !0;
|
|
8
|
+
} catch {
|
|
9
|
+
}
|
|
10
|
+
var a = Fa.call(e);
|
|
11
|
+
return r && (t ? e[me] = n : delete e[me]), a;
|
|
12
|
+
}
|
|
13
|
+
var Na = Object.prototype, Ma = Na.toString;
|
|
14
|
+
function Da(e) {
|
|
15
|
+
return Ma.call(e);
|
|
16
|
+
}
|
|
17
|
+
var La = "[object Null]", za = "[object Undefined]", Yt = z ? z.toStringTag : void 0;
|
|
18
|
+
function ne(e) {
|
|
19
|
+
return e == null ? e === void 0 ? za : La : Yt && Yt in Object(e) ? Ca(e) : Da(e);
|
|
20
|
+
}
|
|
21
|
+
function re(e) {
|
|
22
|
+
return e != null && typeof e == "object";
|
|
23
|
+
}
|
|
24
|
+
var Ra = "[object Symbol]";
|
|
25
|
+
function Re(e) {
|
|
26
|
+
return typeof e == "symbol" || re(e) && ne(e) == Ra;
|
|
27
|
+
}
|
|
28
|
+
function Qn(e, t) {
|
|
29
|
+
for (var n = -1, r = e == null ? 0 : e.length, a = Array(r); ++n < r; )
|
|
30
|
+
a[n] = t(e[n], n, e);
|
|
31
|
+
return a;
|
|
32
|
+
}
|
|
33
|
+
var J = Array.isArray, Kt = z ? z.prototype : void 0, Xt = Kt ? Kt.toString : void 0;
|
|
34
|
+
function er(e) {
|
|
35
|
+
if (typeof e == "string")
|
|
36
|
+
return e;
|
|
37
|
+
if (J(e))
|
|
38
|
+
return Qn(e, er) + "";
|
|
39
|
+
if (Re(e))
|
|
40
|
+
return Xt ? Xt.call(e) : "";
|
|
41
|
+
var t = e + "";
|
|
42
|
+
return t == "0" && 1 / e == -1 / 0 ? "-0" : t;
|
|
43
|
+
}
|
|
44
|
+
var Ua = /\s/;
|
|
45
|
+
function Wa(e) {
|
|
46
|
+
for (var t = e.length; t-- && Ua.test(e.charAt(t)); )
|
|
47
|
+
;
|
|
48
|
+
return t;
|
|
49
|
+
}
|
|
50
|
+
var Ba = /^\s+/;
|
|
51
|
+
function Ga(e) {
|
|
52
|
+
return e && e.slice(0, Wa(e) + 1).replace(Ba, "");
|
|
53
|
+
}
|
|
54
|
+
function Y(e) {
|
|
55
|
+
var t = typeof e;
|
|
56
|
+
return e != null && (t == "object" || t == "function");
|
|
57
|
+
}
|
|
58
|
+
var Vt = NaN, Ha = /^[-+]0x[0-9a-f]+$/i, Ya = /^0b[01]+$/i, Ka = /^0o[0-7]+$/i, Xa = parseInt;
|
|
59
|
+
function Jt(e) {
|
|
60
|
+
if (typeof e == "number")
|
|
61
|
+
return e;
|
|
62
|
+
if (Re(e))
|
|
63
|
+
return Vt;
|
|
64
|
+
if (Y(e)) {
|
|
65
|
+
var t = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
66
|
+
e = Y(t) ? t + "" : t;
|
|
67
|
+
}
|
|
68
|
+
if (typeof e != "string")
|
|
69
|
+
return e === 0 ? e : +e;
|
|
70
|
+
e = Ga(e);
|
|
71
|
+
var n = Ya.test(e);
|
|
72
|
+
return n || Ka.test(e) ? Xa(e.slice(2), n ? 2 : 8) : Ha.test(e) ? Vt : +e;
|
|
73
|
+
}
|
|
74
|
+
function tr(e) {
|
|
75
|
+
return e;
|
|
76
|
+
}
|
|
77
|
+
var Va = "[object AsyncFunction]", Ja = "[object Function]", qa = "[object GeneratorFunction]", Za = "[object Proxy]";
|
|
78
|
+
function nr(e) {
|
|
79
|
+
if (!Y(e))
|
|
80
|
+
return !1;
|
|
81
|
+
var t = ne(e);
|
|
82
|
+
return t == Ja || t == qa || t == Va || t == Za;
|
|
83
|
+
}
|
|
84
|
+
var Xe = D["__core-js_shared__"], qt = (function() {
|
|
85
|
+
var e = /[^.]+$/.exec(Xe && Xe.keys && Xe.keys.IE_PROTO || "");
|
|
86
|
+
return e ? "Symbol(src)_1." + e : "";
|
|
87
|
+
})();
|
|
88
|
+
function Qa(e) {
|
|
89
|
+
return !!qt && qt in e;
|
|
90
|
+
}
|
|
91
|
+
var ei = Function.prototype, ti = ei.toString;
|
|
92
|
+
function ae(e) {
|
|
93
|
+
if (e != null) {
|
|
94
|
+
try {
|
|
95
|
+
return ti.call(e);
|
|
96
|
+
} catch {
|
|
97
|
+
}
|
|
98
|
+
try {
|
|
99
|
+
return e + "";
|
|
100
|
+
} catch {
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
return "";
|
|
104
|
+
}
|
|
105
|
+
var ni = /[\\^$.*+?()[\]{}|]/g, ri = /^\[object .+?Constructor\]$/, ai = Function.prototype, ii = Object.prototype, oi = ai.toString, si = ii.hasOwnProperty, li = RegExp(
|
|
106
|
+
"^" + oi.call(si).replace(ni, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
|
|
107
|
+
);
|
|
108
|
+
function fi(e) {
|
|
109
|
+
if (!Y(e) || Qa(e))
|
|
110
|
+
return !1;
|
|
111
|
+
var t = nr(e) ? li : ri;
|
|
112
|
+
return t.test(ae(e));
|
|
113
|
+
}
|
|
114
|
+
function ui(e, t) {
|
|
115
|
+
return e == null ? void 0 : e[t];
|
|
116
|
+
}
|
|
117
|
+
function ie(e, t) {
|
|
118
|
+
var n = ui(e, t);
|
|
119
|
+
return fi(n) ? n : void 0;
|
|
120
|
+
}
|
|
121
|
+
var it = ie(D, "WeakMap");
|
|
122
|
+
function ci(e, t, n) {
|
|
123
|
+
switch (n.length) {
|
|
124
|
+
case 0:
|
|
125
|
+
return e.call(t);
|
|
126
|
+
case 1:
|
|
127
|
+
return e.call(t, n[0]);
|
|
128
|
+
case 2:
|
|
129
|
+
return e.call(t, n[0], n[1]);
|
|
130
|
+
case 3:
|
|
131
|
+
return e.call(t, n[0], n[1], n[2]);
|
|
132
|
+
}
|
|
133
|
+
return e.apply(t, n);
|
|
134
|
+
}
|
|
135
|
+
var di = 800, mi = 16, gi = Date.now;
|
|
136
|
+
function pi(e) {
|
|
137
|
+
var t = 0, n = 0;
|
|
138
|
+
return function() {
|
|
139
|
+
var r = gi(), a = mi - (r - n);
|
|
140
|
+
if (n = r, a > 0) {
|
|
141
|
+
if (++t >= di)
|
|
142
|
+
return arguments[0];
|
|
143
|
+
} else
|
|
144
|
+
t = 0;
|
|
145
|
+
return e.apply(void 0, arguments);
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
function hi(e) {
|
|
149
|
+
return function() {
|
|
150
|
+
return e;
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
var Fe = (function() {
|
|
154
|
+
try {
|
|
155
|
+
var e = ie(Object, "defineProperty");
|
|
156
|
+
return e({}, "", {}), e;
|
|
157
|
+
} catch {
|
|
158
|
+
}
|
|
159
|
+
})(), vi = Fe ? function(e, t) {
|
|
160
|
+
return Fe(e, "toString", {
|
|
161
|
+
configurable: !0,
|
|
162
|
+
enumerable: !1,
|
|
163
|
+
value: hi(t),
|
|
164
|
+
writable: !0
|
|
165
|
+
});
|
|
166
|
+
} : tr, yi = pi(vi);
|
|
167
|
+
function rr(e, t) {
|
|
168
|
+
for (var n = -1, r = e == null ? 0 : e.length; ++n < r && t(e[n], n, e) !== !1; )
|
|
169
|
+
;
|
|
170
|
+
return e;
|
|
171
|
+
}
|
|
172
|
+
var bi = 9007199254740991, xi = /^(?:0|[1-9]\d*)$/;
|
|
173
|
+
function wi(e, t) {
|
|
174
|
+
var n = typeof e;
|
|
175
|
+
return t = t ?? bi, !!t && (n == "number" || n != "symbol" && xi.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
176
|
+
}
|
|
177
|
+
function ar(e, t, n) {
|
|
178
|
+
t == "__proto__" && Fe ? Fe(e, t, {
|
|
179
|
+
configurable: !0,
|
|
180
|
+
enumerable: !0,
|
|
181
|
+
value: n,
|
|
182
|
+
writable: !0
|
|
183
|
+
}) : e[t] = n;
|
|
184
|
+
}
|
|
185
|
+
function ir(e, t) {
|
|
186
|
+
return e === t || e !== e && t !== t;
|
|
187
|
+
}
|
|
188
|
+
var Si = Object.prototype, Ai = Si.hasOwnProperty;
|
|
189
|
+
function or(e, t, n) {
|
|
190
|
+
var r = e[t];
|
|
191
|
+
(!(Ai.call(e, t) && ir(r, n)) || n === void 0 && !(t in e)) && ar(e, t, n);
|
|
192
|
+
}
|
|
193
|
+
function Oi(e, t, n, r) {
|
|
194
|
+
var a = !n;
|
|
195
|
+
n || (n = {});
|
|
196
|
+
for (var i = -1, o = t.length; ++i < o; ) {
|
|
197
|
+
var s = t[i], l = void 0;
|
|
198
|
+
l === void 0 && (l = e[s]), a ? ar(n, s, l) : or(n, s, l);
|
|
199
|
+
}
|
|
200
|
+
return n;
|
|
201
|
+
}
|
|
202
|
+
var Zt = Math.max;
|
|
203
|
+
function Pi(e, t, n) {
|
|
204
|
+
return t = Zt(t === void 0 ? e.length - 1 : t, 0), function() {
|
|
205
|
+
for (var r = arguments, a = -1, i = Zt(r.length - t, 0), o = Array(i); ++a < i; )
|
|
206
|
+
o[a] = r[t + a];
|
|
207
|
+
a = -1;
|
|
208
|
+
for (var s = Array(t + 1); ++a < t; )
|
|
209
|
+
s[a] = r[a];
|
|
210
|
+
return s[t] = n(o), ci(e, this, s);
|
|
211
|
+
};
|
|
212
|
+
}
|
|
213
|
+
var Ti = 9007199254740991;
|
|
214
|
+
function sr(e) {
|
|
215
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Ti;
|
|
216
|
+
}
|
|
217
|
+
function _t(e) {
|
|
218
|
+
return e != null && sr(e.length) && !nr(e);
|
|
219
|
+
}
|
|
220
|
+
var _i = Object.prototype;
|
|
221
|
+
function lr(e) {
|
|
222
|
+
var t = e && e.constructor, n = typeof t == "function" && t.prototype || _i;
|
|
223
|
+
return e === n;
|
|
224
|
+
}
|
|
225
|
+
function Ii(e, t) {
|
|
226
|
+
for (var n = -1, r = Array(e); ++n < e; )
|
|
227
|
+
r[n] = t(n);
|
|
228
|
+
return r;
|
|
229
|
+
}
|
|
230
|
+
var ji = "[object Arguments]";
|
|
231
|
+
function Qt(e) {
|
|
232
|
+
return re(e) && ne(e) == ji;
|
|
233
|
+
}
|
|
234
|
+
var fr = Object.prototype, Ei = fr.hasOwnProperty, $i = fr.propertyIsEnumerable, ur = Qt(/* @__PURE__ */ (function() {
|
|
235
|
+
return arguments;
|
|
236
|
+
})()) ? Qt : function(e) {
|
|
237
|
+
return re(e) && Ei.call(e, "callee") && !$i.call(e, "callee");
|
|
238
|
+
};
|
|
239
|
+
function ki() {
|
|
240
|
+
return !1;
|
|
241
|
+
}
|
|
242
|
+
var cr = typeof exports == "object" && exports && !exports.nodeType && exports, en = cr && typeof module == "object" && module && !module.nodeType && module, Fi = en && en.exports === cr, tn = Fi ? D.Buffer : void 0, Ci = tn ? tn.isBuffer : void 0, dr = Ci || ki, Ni = "[object Arguments]", Mi = "[object Array]", Di = "[object Boolean]", Li = "[object Date]", zi = "[object Error]", Ri = "[object Function]", Ui = "[object Map]", Wi = "[object Number]", Bi = "[object Object]", Gi = "[object RegExp]", Hi = "[object Set]", Yi = "[object String]", Ki = "[object WeakMap]", Xi = "[object ArrayBuffer]", Vi = "[object DataView]", Ji = "[object Float32Array]", qi = "[object Float64Array]", Zi = "[object Int8Array]", Qi = "[object Int16Array]", eo = "[object Int32Array]", to = "[object Uint8Array]", no = "[object Uint8ClampedArray]", ro = "[object Uint16Array]", ao = "[object Uint32Array]", T = {};
|
|
243
|
+
T[Ji] = T[qi] = T[Zi] = T[Qi] = T[eo] = T[to] = T[no] = T[ro] = T[ao] = !0;
|
|
244
|
+
T[Ni] = T[Mi] = T[Xi] = T[Di] = T[Vi] = T[Li] = T[zi] = T[Ri] = T[Ui] = T[Wi] = T[Bi] = T[Gi] = T[Hi] = T[Yi] = T[Ki] = !1;
|
|
245
|
+
function io(e) {
|
|
246
|
+
return re(e) && sr(e.length) && !!T[ne(e)];
|
|
247
|
+
}
|
|
248
|
+
function It(e) {
|
|
249
|
+
return function(t) {
|
|
250
|
+
return e(t);
|
|
251
|
+
};
|
|
252
|
+
}
|
|
253
|
+
var mr = typeof exports == "object" && exports && !exports.nodeType && exports, he = mr && typeof module == "object" && module && !module.nodeType && module, oo = he && he.exports === mr, Ve = oo && qn.process, fe = (function() {
|
|
254
|
+
try {
|
|
255
|
+
var e = he && he.require && he.require("util").types;
|
|
256
|
+
return e || Ve && Ve.binding && Ve.binding("util");
|
|
257
|
+
} catch {
|
|
258
|
+
}
|
|
259
|
+
})(), nn = fe && fe.isTypedArray, so = nn ? It(nn) : io, lo = Object.prototype, fo = lo.hasOwnProperty;
|
|
260
|
+
function gr(e, t) {
|
|
261
|
+
var n = J(e), r = !n && ur(e), a = !n && !r && dr(e), i = !n && !r && !a && so(e), o = n || r || a || i, s = o ? Ii(e.length, String) : [], l = s.length;
|
|
262
|
+
for (var f in e)
|
|
263
|
+
(t || fo.call(e, f)) && !(o && // Safari 9 has enumerable `arguments.length` in strict mode.
|
|
264
|
+
(f == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
|
|
265
|
+
a && (f == "offset" || f == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
|
|
266
|
+
i && (f == "buffer" || f == "byteLength" || f == "byteOffset") || // Skip index properties.
|
|
267
|
+
wi(f, l))) && s.push(f);
|
|
268
|
+
return s;
|
|
269
|
+
}
|
|
270
|
+
function pr(e, t) {
|
|
271
|
+
return function(n) {
|
|
272
|
+
return e(t(n));
|
|
273
|
+
};
|
|
274
|
+
}
|
|
275
|
+
var uo = pr(Object.keys, Object), co = Object.prototype, mo = co.hasOwnProperty;
|
|
276
|
+
function go(e) {
|
|
277
|
+
if (!lr(e))
|
|
278
|
+
return uo(e);
|
|
279
|
+
var t = [];
|
|
280
|
+
for (var n in Object(e))
|
|
281
|
+
mo.call(e, n) && n != "constructor" && t.push(n);
|
|
282
|
+
return t;
|
|
283
|
+
}
|
|
284
|
+
function po(e) {
|
|
285
|
+
return _t(e) ? gr(e) : go(e);
|
|
286
|
+
}
|
|
287
|
+
function ho(e) {
|
|
288
|
+
var t = [];
|
|
289
|
+
if (e != null)
|
|
290
|
+
for (var n in Object(e))
|
|
291
|
+
t.push(n);
|
|
292
|
+
return t;
|
|
293
|
+
}
|
|
294
|
+
var vo = Object.prototype, yo = vo.hasOwnProperty;
|
|
295
|
+
function bo(e) {
|
|
296
|
+
if (!Y(e))
|
|
297
|
+
return ho(e);
|
|
298
|
+
var t = lr(e), n = [];
|
|
299
|
+
for (var r in e)
|
|
300
|
+
r == "constructor" && (t || !yo.call(e, r)) || n.push(r);
|
|
301
|
+
return n;
|
|
302
|
+
}
|
|
303
|
+
function xo(e) {
|
|
304
|
+
return _t(e) ? gr(e, !0) : bo(e);
|
|
305
|
+
}
|
|
306
|
+
var wo = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, So = /^\w*$/;
|
|
307
|
+
function Ao(e, t) {
|
|
308
|
+
if (J(e))
|
|
309
|
+
return !1;
|
|
310
|
+
var n = typeof e;
|
|
311
|
+
return n == "number" || n == "symbol" || n == "boolean" || e == null || Re(e) ? !0 : So.test(e) || !wo.test(e) || t != null && e in Object(t);
|
|
312
|
+
}
|
|
313
|
+
var xe = ie(Object, "create");
|
|
314
|
+
function Oo() {
|
|
315
|
+
this.__data__ = xe ? xe(null) : {}, this.size = 0;
|
|
316
|
+
}
|
|
317
|
+
function Po(e) {
|
|
318
|
+
var t = this.has(e) && delete this.__data__[e];
|
|
319
|
+
return this.size -= t ? 1 : 0, t;
|
|
320
|
+
}
|
|
321
|
+
var To = "__lodash_hash_undefined__", _o = Object.prototype, Io = _o.hasOwnProperty;
|
|
322
|
+
function jo(e) {
|
|
323
|
+
var t = this.__data__;
|
|
324
|
+
if (xe) {
|
|
325
|
+
var n = t[e];
|
|
326
|
+
return n === To ? void 0 : n;
|
|
327
|
+
}
|
|
328
|
+
return Io.call(t, e) ? t[e] : void 0;
|
|
329
|
+
}
|
|
330
|
+
var Eo = Object.prototype, $o = Eo.hasOwnProperty;
|
|
331
|
+
function ko(e) {
|
|
332
|
+
var t = this.__data__;
|
|
333
|
+
return xe ? t[e] !== void 0 : $o.call(t, e);
|
|
334
|
+
}
|
|
335
|
+
var Fo = "__lodash_hash_undefined__";
|
|
336
|
+
function Co(e, t) {
|
|
337
|
+
var n = this.__data__;
|
|
338
|
+
return this.size += this.has(e) ? 0 : 1, n[e] = xe && t === void 0 ? Fo : t, this;
|
|
339
|
+
}
|
|
340
|
+
function Q(e) {
|
|
341
|
+
var t = -1, n = e == null ? 0 : e.length;
|
|
342
|
+
for (this.clear(); ++t < n; ) {
|
|
343
|
+
var r = e[t];
|
|
344
|
+
this.set(r[0], r[1]);
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
Q.prototype.clear = Oo;
|
|
348
|
+
Q.prototype.delete = Po;
|
|
349
|
+
Q.prototype.get = jo;
|
|
350
|
+
Q.prototype.has = ko;
|
|
351
|
+
Q.prototype.set = Co;
|
|
352
|
+
function No() {
|
|
353
|
+
this.__data__ = [], this.size = 0;
|
|
354
|
+
}
|
|
355
|
+
function Ue(e, t) {
|
|
356
|
+
for (var n = e.length; n--; )
|
|
357
|
+
if (ir(e[n][0], t))
|
|
358
|
+
return n;
|
|
359
|
+
return -1;
|
|
360
|
+
}
|
|
361
|
+
var Mo = Array.prototype, Do = Mo.splice;
|
|
362
|
+
function Lo(e) {
|
|
363
|
+
var t = this.__data__, n = Ue(t, e);
|
|
364
|
+
if (n < 0)
|
|
365
|
+
return !1;
|
|
366
|
+
var r = t.length - 1;
|
|
367
|
+
return n == r ? t.pop() : Do.call(t, n, 1), --this.size, !0;
|
|
368
|
+
}
|
|
369
|
+
function zo(e) {
|
|
370
|
+
var t = this.__data__, n = Ue(t, e);
|
|
371
|
+
return n < 0 ? void 0 : t[n][1];
|
|
372
|
+
}
|
|
373
|
+
function Ro(e) {
|
|
374
|
+
return Ue(this.__data__, e) > -1;
|
|
375
|
+
}
|
|
376
|
+
function Uo(e, t) {
|
|
377
|
+
var n = this.__data__, r = Ue(n, e);
|
|
378
|
+
return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
|
|
379
|
+
}
|
|
380
|
+
function G(e) {
|
|
381
|
+
var t = -1, n = e == null ? 0 : e.length;
|
|
382
|
+
for (this.clear(); ++t < n; ) {
|
|
383
|
+
var r = e[t];
|
|
384
|
+
this.set(r[0], r[1]);
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
G.prototype.clear = No;
|
|
388
|
+
G.prototype.delete = Lo;
|
|
389
|
+
G.prototype.get = zo;
|
|
390
|
+
G.prototype.has = Ro;
|
|
391
|
+
G.prototype.set = Uo;
|
|
392
|
+
var we = ie(D, "Map");
|
|
393
|
+
function Wo() {
|
|
394
|
+
this.size = 0, this.__data__ = {
|
|
395
|
+
hash: new Q(),
|
|
396
|
+
map: new (we || G)(),
|
|
397
|
+
string: new Q()
|
|
398
|
+
};
|
|
399
|
+
}
|
|
400
|
+
function Bo(e) {
|
|
401
|
+
var t = typeof e;
|
|
402
|
+
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
403
|
+
}
|
|
404
|
+
function We(e, t) {
|
|
405
|
+
var n = e.__data__;
|
|
406
|
+
return Bo(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
407
|
+
}
|
|
408
|
+
function Go(e) {
|
|
409
|
+
var t = We(this, e).delete(e);
|
|
410
|
+
return this.size -= t ? 1 : 0, t;
|
|
411
|
+
}
|
|
412
|
+
function Ho(e) {
|
|
413
|
+
return We(this, e).get(e);
|
|
414
|
+
}
|
|
415
|
+
function Yo(e) {
|
|
416
|
+
return We(this, e).has(e);
|
|
417
|
+
}
|
|
418
|
+
function Ko(e, t) {
|
|
419
|
+
var n = We(this, e), r = n.size;
|
|
420
|
+
return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
|
|
421
|
+
}
|
|
422
|
+
function q(e) {
|
|
423
|
+
var t = -1, n = e == null ? 0 : e.length;
|
|
424
|
+
for (this.clear(); ++t < n; ) {
|
|
425
|
+
var r = e[t];
|
|
426
|
+
this.set(r[0], r[1]);
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
q.prototype.clear = Wo;
|
|
430
|
+
q.prototype.delete = Go;
|
|
431
|
+
q.prototype.get = Ho;
|
|
432
|
+
q.prototype.has = Yo;
|
|
433
|
+
q.prototype.set = Ko;
|
|
434
|
+
var Xo = "Expected a function";
|
|
435
|
+
function jt(e, t) {
|
|
436
|
+
if (typeof e != "function" || t != null && typeof t != "function")
|
|
437
|
+
throw new TypeError(Xo);
|
|
438
|
+
var n = function() {
|
|
439
|
+
var r = arguments, a = t ? t.apply(this, r) : r[0], i = n.cache;
|
|
440
|
+
if (i.has(a))
|
|
441
|
+
return i.get(a);
|
|
442
|
+
var o = e.apply(this, r);
|
|
443
|
+
return n.cache = i.set(a, o) || i, o;
|
|
444
|
+
};
|
|
445
|
+
return n.cache = new (jt.Cache || q)(), n;
|
|
446
|
+
}
|
|
447
|
+
jt.Cache = q;
|
|
448
|
+
var Vo = 500;
|
|
449
|
+
function Jo(e) {
|
|
450
|
+
var t = jt(e, function(r) {
|
|
451
|
+
return n.size === Vo && n.clear(), r;
|
|
452
|
+
}), n = t.cache;
|
|
453
|
+
return t;
|
|
454
|
+
}
|
|
455
|
+
var qo = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Zo = /\\(\\)?/g, Qo = Jo(function(e) {
|
|
456
|
+
var t = [];
|
|
457
|
+
return e.charCodeAt(0) === 46 && t.push(""), e.replace(qo, function(n, r, a, i) {
|
|
458
|
+
t.push(a ? i.replace(Zo, "$1") : r || n);
|
|
459
|
+
}), t;
|
|
460
|
+
});
|
|
461
|
+
function es(e) {
|
|
462
|
+
return e == null ? "" : er(e);
|
|
463
|
+
}
|
|
464
|
+
function Et(e, t) {
|
|
465
|
+
return J(e) ? e : Ao(e, t) ? [e] : Qo(es(e));
|
|
466
|
+
}
|
|
467
|
+
function ot(e) {
|
|
468
|
+
if (typeof e == "string" || Re(e))
|
|
469
|
+
return e;
|
|
470
|
+
var t = e + "";
|
|
471
|
+
return t == "0" && 1 / e == -1 / 0 ? "-0" : t;
|
|
472
|
+
}
|
|
473
|
+
function ts(e, t) {
|
|
474
|
+
t = Et(t, e);
|
|
475
|
+
for (var n = 0, r = t.length; e != null && n < r; )
|
|
476
|
+
e = e[ot(t[n++])];
|
|
477
|
+
return n && n == r ? e : void 0;
|
|
478
|
+
}
|
|
479
|
+
function $t(e, t) {
|
|
480
|
+
for (var n = -1, r = t.length, a = e.length; ++n < r; )
|
|
481
|
+
e[a + n] = t[n];
|
|
482
|
+
return e;
|
|
483
|
+
}
|
|
484
|
+
var rn = z ? z.isConcatSpreadable : void 0;
|
|
485
|
+
function ns(e) {
|
|
486
|
+
return J(e) || ur(e) || !!(rn && e && e[rn]);
|
|
487
|
+
}
|
|
488
|
+
function rs(e, t, n, r, a) {
|
|
489
|
+
var i = -1, o = e.length;
|
|
490
|
+
for (n || (n = ns), a || (a = []); ++i < o; ) {
|
|
491
|
+
var s = e[i];
|
|
492
|
+
n(s) ? $t(a, s) : a[a.length] = s;
|
|
493
|
+
}
|
|
494
|
+
return a;
|
|
495
|
+
}
|
|
496
|
+
function as(e) {
|
|
497
|
+
var t = e == null ? 0 : e.length;
|
|
498
|
+
return t ? rs(e) : [];
|
|
499
|
+
}
|
|
500
|
+
function is(e) {
|
|
501
|
+
return yi(Pi(e, void 0, as), e + "");
|
|
502
|
+
}
|
|
503
|
+
var hr = pr(Object.getPrototypeOf, Object), os = "[object Object]", ss = Function.prototype, ls = Object.prototype, vr = ss.toString, fs = ls.hasOwnProperty, us = vr.call(Object);
|
|
504
|
+
function cs(e) {
|
|
505
|
+
if (!re(e) || ne(e) != os)
|
|
506
|
+
return !1;
|
|
507
|
+
var t = hr(e);
|
|
508
|
+
if (t === null)
|
|
509
|
+
return !0;
|
|
510
|
+
var n = fs.call(t, "constructor") && t.constructor;
|
|
511
|
+
return typeof n == "function" && n instanceof n && vr.call(n) == us;
|
|
512
|
+
}
|
|
513
|
+
function ds(e, t, n) {
|
|
514
|
+
var r = -1, a = e.length;
|
|
515
|
+
t < 0 && (t = -t > a ? 0 : a + t), n = n > a ? a : n, n < 0 && (n += a), a = t > n ? 0 : n - t >>> 0, t >>>= 0;
|
|
516
|
+
for (var i = Array(a); ++r < a; )
|
|
517
|
+
i[r] = e[r + t];
|
|
518
|
+
return i;
|
|
519
|
+
}
|
|
520
|
+
function ms() {
|
|
521
|
+
this.__data__ = new G(), this.size = 0;
|
|
522
|
+
}
|
|
523
|
+
function gs(e) {
|
|
524
|
+
var t = this.__data__, n = t.delete(e);
|
|
525
|
+
return this.size = t.size, n;
|
|
526
|
+
}
|
|
527
|
+
function ps(e) {
|
|
528
|
+
return this.__data__.get(e);
|
|
529
|
+
}
|
|
530
|
+
function hs(e) {
|
|
531
|
+
return this.__data__.has(e);
|
|
532
|
+
}
|
|
533
|
+
var vs = 200;
|
|
534
|
+
function ys(e, t) {
|
|
535
|
+
var n = this.__data__;
|
|
536
|
+
if (n instanceof G) {
|
|
537
|
+
var r = n.__data__;
|
|
538
|
+
if (!we || r.length < vs - 1)
|
|
539
|
+
return r.push([e, t]), this.size = ++n.size, this;
|
|
540
|
+
n = this.__data__ = new q(r);
|
|
541
|
+
}
|
|
542
|
+
return n.set(e, t), this.size = n.size, this;
|
|
543
|
+
}
|
|
544
|
+
function ce(e) {
|
|
545
|
+
var t = this.__data__ = new G(e);
|
|
546
|
+
this.size = t.size;
|
|
547
|
+
}
|
|
548
|
+
ce.prototype.clear = ms;
|
|
549
|
+
ce.prototype.delete = gs;
|
|
550
|
+
ce.prototype.get = ps;
|
|
551
|
+
ce.prototype.has = hs;
|
|
552
|
+
ce.prototype.set = ys;
|
|
553
|
+
var yr = typeof exports == "object" && exports && !exports.nodeType && exports, an = yr && typeof module == "object" && module && !module.nodeType && module, bs = an && an.exports === yr, on = bs ? D.Buffer : void 0;
|
|
554
|
+
on && on.allocUnsafe;
|
|
555
|
+
function xs(e, t) {
|
|
556
|
+
return e.slice();
|
|
557
|
+
}
|
|
558
|
+
function ws(e, t) {
|
|
559
|
+
for (var n = -1, r = e == null ? 0 : e.length, a = 0, i = []; ++n < r; ) {
|
|
560
|
+
var o = e[n];
|
|
561
|
+
t(o, n, e) && (i[a++] = o);
|
|
562
|
+
}
|
|
563
|
+
return i;
|
|
564
|
+
}
|
|
565
|
+
function br() {
|
|
566
|
+
return [];
|
|
567
|
+
}
|
|
568
|
+
var Ss = Object.prototype, As = Ss.propertyIsEnumerable, sn = Object.getOwnPropertySymbols, Os = sn ? function(e) {
|
|
569
|
+
return e == null ? [] : (e = Object(e), ws(sn(e), function(t) {
|
|
570
|
+
return As.call(e, t);
|
|
571
|
+
}));
|
|
572
|
+
} : br, Ps = Object.getOwnPropertySymbols, Ts = Ps ? function(e) {
|
|
573
|
+
for (var t = []; e; )
|
|
574
|
+
$t(t, Os(e)), e = hr(e);
|
|
575
|
+
return t;
|
|
576
|
+
} : br;
|
|
577
|
+
function _s(e, t, n) {
|
|
578
|
+
var r = t(e);
|
|
579
|
+
return J(e) ? r : $t(r, n(e));
|
|
580
|
+
}
|
|
581
|
+
function xr(e) {
|
|
582
|
+
return _s(e, xo, Ts);
|
|
583
|
+
}
|
|
584
|
+
var st = ie(D, "DataView"), lt = ie(D, "Promise"), ft = ie(D, "Set"), ln = "[object Map]", Is = "[object Object]", fn = "[object Promise]", un = "[object Set]", cn = "[object WeakMap]", dn = "[object DataView]", js = ae(st), Es = ae(we), $s = ae(lt), ks = ae(ft), Fs = ae(it), U = ne;
|
|
585
|
+
(st && U(new st(new ArrayBuffer(1))) != dn || we && U(new we()) != ln || lt && U(lt.resolve()) != fn || ft && U(new ft()) != un || it && U(new it()) != cn) && (U = function(e) {
|
|
586
|
+
var t = ne(e), n = t == Is ? e.constructor : void 0, r = n ? ae(n) : "";
|
|
587
|
+
if (r)
|
|
588
|
+
switch (r) {
|
|
589
|
+
case js:
|
|
590
|
+
return dn;
|
|
591
|
+
case Es:
|
|
592
|
+
return ln;
|
|
593
|
+
case $s:
|
|
594
|
+
return fn;
|
|
595
|
+
case ks:
|
|
596
|
+
return un;
|
|
597
|
+
case Fs:
|
|
598
|
+
return cn;
|
|
599
|
+
}
|
|
600
|
+
return t;
|
|
601
|
+
});
|
|
602
|
+
var Cs = Object.prototype, Ns = Cs.hasOwnProperty;
|
|
603
|
+
function Ms(e) {
|
|
604
|
+
var t = e.length, n = new e.constructor(t);
|
|
605
|
+
return t && typeof e[0] == "string" && Ns.call(e, "index") && (n.index = e.index, n.input = e.input), n;
|
|
606
|
+
}
|
|
607
|
+
var mn = D.Uint8Array;
|
|
608
|
+
function kt(e) {
|
|
609
|
+
var t = new e.constructor(e.byteLength);
|
|
610
|
+
return new mn(t).set(new mn(e)), t;
|
|
611
|
+
}
|
|
612
|
+
function Ds(e, t) {
|
|
613
|
+
var n = kt(e.buffer);
|
|
614
|
+
return new e.constructor(n, e.byteOffset, e.byteLength);
|
|
615
|
+
}
|
|
616
|
+
var Ls = /\w*$/;
|
|
617
|
+
function zs(e) {
|
|
618
|
+
var t = new e.constructor(e.source, Ls.exec(e));
|
|
619
|
+
return t.lastIndex = e.lastIndex, t;
|
|
620
|
+
}
|
|
621
|
+
var gn = z ? z.prototype : void 0, pn = gn ? gn.valueOf : void 0;
|
|
622
|
+
function Rs(e) {
|
|
623
|
+
return pn ? Object(pn.call(e)) : {};
|
|
624
|
+
}
|
|
625
|
+
function Us(e, t) {
|
|
626
|
+
var n = kt(e.buffer);
|
|
627
|
+
return new e.constructor(n, e.byteOffset, e.length);
|
|
628
|
+
}
|
|
629
|
+
var Ws = "[object Boolean]", Bs = "[object Date]", Gs = "[object Map]", Hs = "[object Number]", Ys = "[object RegExp]", Ks = "[object Set]", Xs = "[object String]", Vs = "[object Symbol]", Js = "[object ArrayBuffer]", qs = "[object DataView]", Zs = "[object Float32Array]", Qs = "[object Float64Array]", el = "[object Int8Array]", tl = "[object Int16Array]", nl = "[object Int32Array]", rl = "[object Uint8Array]", al = "[object Uint8ClampedArray]", il = "[object Uint16Array]", ol = "[object Uint32Array]";
|
|
630
|
+
function sl(e, t, n) {
|
|
631
|
+
var r = e.constructor;
|
|
632
|
+
switch (t) {
|
|
633
|
+
case Js:
|
|
634
|
+
return kt(e);
|
|
635
|
+
case Ws:
|
|
636
|
+
case Bs:
|
|
637
|
+
return new r(+e);
|
|
638
|
+
case qs:
|
|
639
|
+
return Ds(e);
|
|
640
|
+
case Zs:
|
|
641
|
+
case Qs:
|
|
642
|
+
case el:
|
|
643
|
+
case tl:
|
|
644
|
+
case nl:
|
|
645
|
+
case rl:
|
|
646
|
+
case al:
|
|
647
|
+
case il:
|
|
648
|
+
case ol:
|
|
649
|
+
return Us(e);
|
|
650
|
+
case Gs:
|
|
651
|
+
return new r();
|
|
652
|
+
case Hs:
|
|
653
|
+
case Xs:
|
|
654
|
+
return new r(e);
|
|
655
|
+
case Ys:
|
|
656
|
+
return zs(e);
|
|
657
|
+
case Ks:
|
|
658
|
+
return new r();
|
|
659
|
+
case Vs:
|
|
660
|
+
return Rs(e);
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
var ll = "[object Map]";
|
|
664
|
+
function fl(e) {
|
|
665
|
+
return re(e) && U(e) == ll;
|
|
666
|
+
}
|
|
667
|
+
var hn = fe && fe.isMap, ul = hn ? It(hn) : fl, cl = "[object Set]";
|
|
668
|
+
function dl(e) {
|
|
669
|
+
return re(e) && U(e) == cl;
|
|
670
|
+
}
|
|
671
|
+
var vn = fe && fe.isSet, ml = vn ? It(vn) : dl, wr = "[object Arguments]", gl = "[object Array]", pl = "[object Boolean]", hl = "[object Date]", vl = "[object Error]", Sr = "[object Function]", yl = "[object GeneratorFunction]", bl = "[object Map]", xl = "[object Number]", Ar = "[object Object]", wl = "[object RegExp]", Sl = "[object Set]", Al = "[object String]", Ol = "[object Symbol]", Pl = "[object WeakMap]", Tl = "[object ArrayBuffer]", _l = "[object DataView]", Il = "[object Float32Array]", jl = "[object Float64Array]", El = "[object Int8Array]", $l = "[object Int16Array]", kl = "[object Int32Array]", Fl = "[object Uint8Array]", Cl = "[object Uint8ClampedArray]", Nl = "[object Uint16Array]", Ml = "[object Uint32Array]", A = {};
|
|
672
|
+
A[wr] = A[gl] = A[Tl] = A[_l] = A[pl] = A[hl] = A[Il] = A[jl] = A[El] = A[$l] = A[kl] = A[bl] = A[xl] = A[Ar] = A[wl] = A[Sl] = A[Al] = A[Ol] = A[Fl] = A[Cl] = A[Nl] = A[Ml] = !0;
|
|
673
|
+
A[vl] = A[Sr] = A[Pl] = !1;
|
|
674
|
+
function je(e, t, n, r, a, i) {
|
|
675
|
+
var o;
|
|
676
|
+
if (n && (o = a ? n(e, r, a, i) : n(e)), o !== void 0)
|
|
677
|
+
return o;
|
|
678
|
+
if (!Y(e))
|
|
679
|
+
return e;
|
|
680
|
+
var s = J(e);
|
|
681
|
+
if (s)
|
|
682
|
+
o = Ms(e);
|
|
683
|
+
else {
|
|
684
|
+
var l = U(e), f = l == Sr || l == yl;
|
|
685
|
+
if (dr(e))
|
|
686
|
+
return xs(e);
|
|
687
|
+
if (l == Ar || l == wr || f && !a)
|
|
688
|
+
o = {};
|
|
689
|
+
else {
|
|
690
|
+
if (!A[l])
|
|
691
|
+
return a ? e : {};
|
|
692
|
+
o = sl(e, l);
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
i || (i = new ce());
|
|
696
|
+
var c = i.get(e);
|
|
697
|
+
if (c)
|
|
698
|
+
return c;
|
|
699
|
+
i.set(e, o), ml(e) ? e.forEach(function(h) {
|
|
700
|
+
o.add(je(h, t, n, h, e, i));
|
|
701
|
+
}) : ul(e) && e.forEach(function(h, b) {
|
|
702
|
+
o.set(b, je(h, t, n, b, e, i));
|
|
703
|
+
});
|
|
704
|
+
var d = xr, v = s ? void 0 : d(e);
|
|
705
|
+
return rr(v || e, function(h, b) {
|
|
706
|
+
v && (b = h, h = e[b]), or(o, b, je(h, t, n, b, e, i));
|
|
707
|
+
}), o;
|
|
708
|
+
}
|
|
709
|
+
function Dl(e) {
|
|
710
|
+
return function(t, n, r) {
|
|
711
|
+
for (var a = -1, i = Object(t), o = r(t), s = o.length; s--; ) {
|
|
712
|
+
var l = o[++a];
|
|
713
|
+
if (n(i[l], l, i) === !1)
|
|
714
|
+
break;
|
|
715
|
+
}
|
|
716
|
+
return t;
|
|
717
|
+
};
|
|
718
|
+
}
|
|
719
|
+
var Ll = Dl();
|
|
720
|
+
function zl(e, t) {
|
|
721
|
+
return e && Ll(e, t, po);
|
|
722
|
+
}
|
|
723
|
+
function Rl(e, t) {
|
|
724
|
+
return function(n, r) {
|
|
725
|
+
if (n == null)
|
|
726
|
+
return n;
|
|
727
|
+
if (!_t(n))
|
|
728
|
+
return e(n, r);
|
|
729
|
+
for (var a = n.length, i = -1, o = Object(n); ++i < a && r(o[i], i, o) !== !1; )
|
|
730
|
+
;
|
|
731
|
+
return n;
|
|
732
|
+
};
|
|
733
|
+
}
|
|
734
|
+
var Ul = Rl(zl), Je = function() {
|
|
735
|
+
return D.Date.now();
|
|
736
|
+
}, Wl = "Expected a function", Bl = Math.max, Gl = Math.min;
|
|
737
|
+
function Hl(e, t, n) {
|
|
738
|
+
var r, a, i, o, s, l, f = 0, c = !1, d = !1, v = !0;
|
|
739
|
+
if (typeof e != "function")
|
|
740
|
+
throw new TypeError(Wl);
|
|
741
|
+
t = Jt(t) || 0, Y(n) && (c = !!n.leading, d = "maxWait" in n, i = d ? Bl(Jt(n.maxWait) || 0, t) : i, v = "trailing" in n ? !!n.trailing : v);
|
|
742
|
+
function h(w) {
|
|
743
|
+
var k = r, R = a;
|
|
744
|
+
return r = a = void 0, f = w, o = e.apply(R, k), o;
|
|
745
|
+
}
|
|
746
|
+
function b(w) {
|
|
747
|
+
return f = w, s = setTimeout(m, t), c ? h(w) : o;
|
|
748
|
+
}
|
|
749
|
+
function x(w) {
|
|
750
|
+
var k = w - l, R = w - f, Te = t - k;
|
|
751
|
+
return d ? Gl(Te, i - R) : Te;
|
|
752
|
+
}
|
|
753
|
+
function I(w) {
|
|
754
|
+
var k = w - l, R = w - f;
|
|
755
|
+
return l === void 0 || k >= t || k < 0 || d && R >= i;
|
|
756
|
+
}
|
|
757
|
+
function m() {
|
|
758
|
+
var w = Je();
|
|
759
|
+
if (I(w))
|
|
760
|
+
return g(w);
|
|
761
|
+
s = setTimeout(m, x(w));
|
|
762
|
+
}
|
|
763
|
+
function g(w) {
|
|
764
|
+
return s = void 0, v && r ? h(w) : (r = a = void 0, o);
|
|
765
|
+
}
|
|
766
|
+
function S() {
|
|
767
|
+
s !== void 0 && clearTimeout(s), f = 0, r = l = a = s = void 0;
|
|
768
|
+
}
|
|
769
|
+
function P() {
|
|
770
|
+
return s === void 0 ? o : g(Je());
|
|
771
|
+
}
|
|
772
|
+
function j() {
|
|
773
|
+
var w = Je(), k = I(w);
|
|
774
|
+
if (r = arguments, a = this, l = w, k) {
|
|
775
|
+
if (s === void 0)
|
|
776
|
+
return b(l);
|
|
777
|
+
if (d)
|
|
778
|
+
return clearTimeout(s), s = setTimeout(m, t), h(l);
|
|
779
|
+
}
|
|
780
|
+
return s === void 0 && (s = setTimeout(m, t)), o;
|
|
781
|
+
}
|
|
782
|
+
return j.cancel = S, j.flush = P, j;
|
|
783
|
+
}
|
|
784
|
+
function Yl(e) {
|
|
785
|
+
var t = e == null ? 0 : e.length;
|
|
786
|
+
return t ? e[t - 1] : void 0;
|
|
787
|
+
}
|
|
788
|
+
function Kl(e) {
|
|
789
|
+
return typeof e == "function" ? e : tr;
|
|
790
|
+
}
|
|
791
|
+
function Rd(e, t) {
|
|
792
|
+
var n = J(e) ? rr : Ul;
|
|
793
|
+
return n(e, Kl(t));
|
|
794
|
+
}
|
|
795
|
+
function Xl(e, t) {
|
|
796
|
+
return t.length < 2 ? e : ts(e, ds(t, 0, -1));
|
|
797
|
+
}
|
|
798
|
+
var Vl = Object.prototype, Jl = Vl.hasOwnProperty;
|
|
799
|
+
function ql(e, t) {
|
|
800
|
+
t = Et(t, e);
|
|
801
|
+
var n = -1, r = t.length;
|
|
802
|
+
if (!r)
|
|
803
|
+
return !0;
|
|
804
|
+
for (; ++n < r; ) {
|
|
805
|
+
var a = ot(t[n]);
|
|
806
|
+
if (a === "__proto__" && !Jl.call(e, "__proto__") || (a === "constructor" || a === "prototype") && n < r - 1)
|
|
807
|
+
return !1;
|
|
808
|
+
}
|
|
809
|
+
var i = Xl(e, t);
|
|
810
|
+
return i == null || delete i[ot(Yl(t))];
|
|
811
|
+
}
|
|
812
|
+
function Zl(e) {
|
|
813
|
+
return cs(e) ? void 0 : e;
|
|
814
|
+
}
|
|
815
|
+
var Ql = 1, ef = 2, tf = 4, Ud = is(function(e, t) {
|
|
816
|
+
var n = {};
|
|
817
|
+
if (e == null)
|
|
818
|
+
return n;
|
|
819
|
+
var r = !1;
|
|
820
|
+
t = Qn(t, function(i) {
|
|
821
|
+
return i = Et(i, e), r || (r = i.length > 1), i;
|
|
822
|
+
}), Oi(e, xr(e), n), r && (n = je(n, Ql | ef | tf, Zl));
|
|
823
|
+
for (var a = t.length; a--; )
|
|
824
|
+
ql(n, t[a]);
|
|
825
|
+
return n;
|
|
826
|
+
}), nf = "Expected a function";
|
|
827
|
+
function Wd(e, t, n) {
|
|
828
|
+
var r = !0, a = !0;
|
|
829
|
+
if (typeof e != "function")
|
|
830
|
+
throw new TypeError(nf);
|
|
831
|
+
return Y(n) && (r = "leading" in n ? !!n.leading : r, a = "trailing" in n ? !1 : a), Hl(e, t, {
|
|
832
|
+
leading: r,
|
|
833
|
+
maxWait: t,
|
|
834
|
+
trailing: a
|
|
835
|
+
});
|
|
836
|
+
}
|
|
837
|
+
/*!
|
|
838
|
+
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
|
|
839
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
840
|
+
* Copyright 2026 Fonticons, Inc.
|
|
841
|
+
*/
|
|
842
|
+
function ut(e, t) {
|
|
843
|
+
(t == null || t > e.length) && (t = e.length);
|
|
844
|
+
for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n];
|
|
845
|
+
return r;
|
|
846
|
+
}
|
|
847
|
+
function rf(e) {
|
|
848
|
+
if (Array.isArray(e)) return e;
|
|
849
|
+
}
|
|
850
|
+
function af(e) {
|
|
851
|
+
if (Array.isArray(e)) return ut(e);
|
|
852
|
+
}
|
|
853
|
+
function of(e, t) {
|
|
854
|
+
if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function");
|
|
855
|
+
}
|
|
856
|
+
function sf(e, t) {
|
|
857
|
+
for (var n = 0; n < t.length; n++) {
|
|
858
|
+
var r = t[n];
|
|
859
|
+
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(e, Or(r.key), r);
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
function lf(e, t, n) {
|
|
863
|
+
return t && sf(e.prototype, t), Object.defineProperty(e, "prototype", {
|
|
864
|
+
writable: !1
|
|
865
|
+
}), e;
|
|
866
|
+
}
|
|
867
|
+
function Ee(e, t) {
|
|
868
|
+
var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
869
|
+
if (!n) {
|
|
870
|
+
if (Array.isArray(e) || (n = Ft(e)) || t) {
|
|
871
|
+
n && (e = n);
|
|
872
|
+
var r = 0, a = function() {
|
|
873
|
+
};
|
|
874
|
+
return {
|
|
875
|
+
s: a,
|
|
876
|
+
n: function() {
|
|
877
|
+
return r >= e.length ? {
|
|
878
|
+
done: !0
|
|
879
|
+
} : {
|
|
880
|
+
done: !1,
|
|
881
|
+
value: e[r++]
|
|
882
|
+
};
|
|
883
|
+
},
|
|
884
|
+
e: function(l) {
|
|
885
|
+
throw l;
|
|
886
|
+
},
|
|
887
|
+
f: a
|
|
888
|
+
};
|
|
889
|
+
}
|
|
890
|
+
throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
891
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
892
|
+
}
|
|
893
|
+
var i, o = !0, s = !1;
|
|
894
|
+
return {
|
|
895
|
+
s: function() {
|
|
896
|
+
n = n.call(e);
|
|
897
|
+
},
|
|
898
|
+
n: function() {
|
|
899
|
+
var l = n.next();
|
|
900
|
+
return o = l.done, l;
|
|
901
|
+
},
|
|
902
|
+
e: function(l) {
|
|
903
|
+
s = !0, i = l;
|
|
904
|
+
},
|
|
905
|
+
f: function() {
|
|
906
|
+
try {
|
|
907
|
+
o || n.return == null || n.return();
|
|
908
|
+
} finally {
|
|
909
|
+
if (s) throw i;
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
};
|
|
913
|
+
}
|
|
914
|
+
function y(e, t, n) {
|
|
915
|
+
return (t = Or(t)) in e ? Object.defineProperty(e, t, {
|
|
916
|
+
value: n,
|
|
917
|
+
enumerable: !0,
|
|
918
|
+
configurable: !0,
|
|
919
|
+
writable: !0
|
|
920
|
+
}) : e[t] = n, e;
|
|
921
|
+
}
|
|
922
|
+
function ff(e) {
|
|
923
|
+
if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
|
|
924
|
+
}
|
|
925
|
+
function uf(e, t) {
|
|
926
|
+
var n = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
927
|
+
if (n != null) {
|
|
928
|
+
var r, a, i, o, s = [], l = !0, f = !1;
|
|
929
|
+
try {
|
|
930
|
+
if (i = (n = n.call(e)).next, t === 0) {
|
|
931
|
+
if (Object(n) !== n) return;
|
|
932
|
+
l = !1;
|
|
933
|
+
} else for (; !(l = (r = i.call(n)).done) && (s.push(r.value), s.length !== t); l = !0) ;
|
|
934
|
+
} catch (c) {
|
|
935
|
+
f = !0, a = c;
|
|
936
|
+
} finally {
|
|
937
|
+
try {
|
|
938
|
+
if (!l && n.return != null && (o = n.return(), Object(o) !== o)) return;
|
|
939
|
+
} finally {
|
|
940
|
+
if (f) throw a;
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
return s;
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
function cf() {
|
|
947
|
+
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
948
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
949
|
+
}
|
|
950
|
+
function df() {
|
|
951
|
+
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
952
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
953
|
+
}
|
|
954
|
+
function yn(e, t) {
|
|
955
|
+
var n = Object.keys(e);
|
|
956
|
+
if (Object.getOwnPropertySymbols) {
|
|
957
|
+
var r = Object.getOwnPropertySymbols(e);
|
|
958
|
+
t && (r = r.filter(function(a) {
|
|
959
|
+
return Object.getOwnPropertyDescriptor(e, a).enumerable;
|
|
960
|
+
})), n.push.apply(n, r);
|
|
961
|
+
}
|
|
962
|
+
return n;
|
|
963
|
+
}
|
|
964
|
+
function u(e) {
|
|
965
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
966
|
+
var n = arguments[t] != null ? arguments[t] : {};
|
|
967
|
+
t % 2 ? yn(Object(n), !0).forEach(function(r) {
|
|
968
|
+
y(e, r, n[r]);
|
|
969
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : yn(Object(n)).forEach(function(r) {
|
|
970
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(n, r));
|
|
971
|
+
});
|
|
972
|
+
}
|
|
973
|
+
return e;
|
|
974
|
+
}
|
|
975
|
+
function Be(e, t) {
|
|
976
|
+
return rf(e) || uf(e, t) || Ft(e, t) || cf();
|
|
977
|
+
}
|
|
978
|
+
function M(e) {
|
|
979
|
+
return af(e) || ff(e) || Ft(e) || df();
|
|
980
|
+
}
|
|
981
|
+
function mf(e, t) {
|
|
982
|
+
if (typeof e != "object" || !e) return e;
|
|
983
|
+
var n = e[Symbol.toPrimitive];
|
|
984
|
+
if (n !== void 0) {
|
|
985
|
+
var r = n.call(e, t);
|
|
986
|
+
if (typeof r != "object") return r;
|
|
987
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
988
|
+
}
|
|
989
|
+
return (t === "string" ? String : Number)(e);
|
|
990
|
+
}
|
|
991
|
+
function Or(e) {
|
|
992
|
+
var t = mf(e, "string");
|
|
993
|
+
return typeof t == "symbol" ? t : t + "";
|
|
994
|
+
}
|
|
995
|
+
function Ce(e) {
|
|
996
|
+
"@babel/helpers - typeof";
|
|
997
|
+
return Ce = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
998
|
+
return typeof t;
|
|
999
|
+
} : function(t) {
|
|
1000
|
+
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
1001
|
+
}, Ce(e);
|
|
1002
|
+
}
|
|
1003
|
+
function Ft(e, t) {
|
|
1004
|
+
if (e) {
|
|
1005
|
+
if (typeof e == "string") return ut(e, t);
|
|
1006
|
+
var n = {}.toString.call(e).slice(8, -1);
|
|
1007
|
+
return n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set" ? Array.from(e) : n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? ut(e, t) : void 0;
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
var bn = function() {
|
|
1011
|
+
}, Ct = {}, Pr = {}, Tr = null, _r = {
|
|
1012
|
+
mark: bn,
|
|
1013
|
+
measure: bn
|
|
1014
|
+
};
|
|
1015
|
+
try {
|
|
1016
|
+
typeof window < "u" && (Ct = window), typeof document < "u" && (Pr = document), typeof MutationObserver < "u" && (Tr = MutationObserver), typeof performance < "u" && (_r = performance);
|
|
1017
|
+
} catch {
|
|
1018
|
+
}
|
|
1019
|
+
var gf = Ct.navigator || {}, xn = gf.userAgent, wn = xn === void 0 ? "" : xn, K = Ct, _ = Pr, Sn = Tr, _e = _r;
|
|
1020
|
+
K.document;
|
|
1021
|
+
var H = !!_.documentElement && !!_.head && typeof _.addEventListener == "function" && typeof _.createElement == "function", Ir = ~wn.indexOf("MSIE") || ~wn.indexOf("Trident/"), qe, pf = /fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|gt|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/, hf = /Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Graphite|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Whiteboard)?.*/i, jr = {
|
|
1022
|
+
classic: {
|
|
1023
|
+
fa: "solid",
|
|
1024
|
+
fas: "solid",
|
|
1025
|
+
"fa-solid": "solid",
|
|
1026
|
+
far: "regular",
|
|
1027
|
+
"fa-regular": "regular",
|
|
1028
|
+
fal: "light",
|
|
1029
|
+
"fa-light": "light",
|
|
1030
|
+
fat: "thin",
|
|
1031
|
+
"fa-thin": "thin",
|
|
1032
|
+
fab: "brands",
|
|
1033
|
+
"fa-brands": "brands"
|
|
1034
|
+
},
|
|
1035
|
+
duotone: {
|
|
1036
|
+
fa: "solid",
|
|
1037
|
+
fad: "solid",
|
|
1038
|
+
"fa-solid": "solid",
|
|
1039
|
+
"fa-duotone": "solid",
|
|
1040
|
+
fadr: "regular",
|
|
1041
|
+
"fa-regular": "regular",
|
|
1042
|
+
fadl: "light",
|
|
1043
|
+
"fa-light": "light",
|
|
1044
|
+
fadt: "thin",
|
|
1045
|
+
"fa-thin": "thin"
|
|
1046
|
+
},
|
|
1047
|
+
sharp: {
|
|
1048
|
+
fa: "solid",
|
|
1049
|
+
fass: "solid",
|
|
1050
|
+
"fa-solid": "solid",
|
|
1051
|
+
fasr: "regular",
|
|
1052
|
+
"fa-regular": "regular",
|
|
1053
|
+
fasl: "light",
|
|
1054
|
+
"fa-light": "light",
|
|
1055
|
+
fast: "thin",
|
|
1056
|
+
"fa-thin": "thin"
|
|
1057
|
+
},
|
|
1058
|
+
"sharp-duotone": {
|
|
1059
|
+
fa: "solid",
|
|
1060
|
+
fasds: "solid",
|
|
1061
|
+
"fa-solid": "solid",
|
|
1062
|
+
fasdr: "regular",
|
|
1063
|
+
"fa-regular": "regular",
|
|
1064
|
+
fasdl: "light",
|
|
1065
|
+
"fa-light": "light",
|
|
1066
|
+
fasdt: "thin",
|
|
1067
|
+
"fa-thin": "thin"
|
|
1068
|
+
},
|
|
1069
|
+
slab: {
|
|
1070
|
+
"fa-regular": "regular",
|
|
1071
|
+
faslr: "regular"
|
|
1072
|
+
},
|
|
1073
|
+
"slab-press": {
|
|
1074
|
+
"fa-regular": "regular",
|
|
1075
|
+
faslpr: "regular"
|
|
1076
|
+
},
|
|
1077
|
+
thumbprint: {
|
|
1078
|
+
"fa-light": "light",
|
|
1079
|
+
fatl: "light"
|
|
1080
|
+
},
|
|
1081
|
+
whiteboard: {
|
|
1082
|
+
"fa-semibold": "semibold",
|
|
1083
|
+
fawsb: "semibold"
|
|
1084
|
+
},
|
|
1085
|
+
notdog: {
|
|
1086
|
+
"fa-solid": "solid",
|
|
1087
|
+
fans: "solid"
|
|
1088
|
+
},
|
|
1089
|
+
"notdog-duo": {
|
|
1090
|
+
"fa-solid": "solid",
|
|
1091
|
+
fands: "solid"
|
|
1092
|
+
},
|
|
1093
|
+
etch: {
|
|
1094
|
+
"fa-solid": "solid",
|
|
1095
|
+
faes: "solid"
|
|
1096
|
+
},
|
|
1097
|
+
graphite: {
|
|
1098
|
+
"fa-thin": "thin",
|
|
1099
|
+
fagt: "thin"
|
|
1100
|
+
},
|
|
1101
|
+
jelly: {
|
|
1102
|
+
"fa-regular": "regular",
|
|
1103
|
+
fajr: "regular"
|
|
1104
|
+
},
|
|
1105
|
+
"jelly-fill": {
|
|
1106
|
+
"fa-regular": "regular",
|
|
1107
|
+
fajfr: "regular"
|
|
1108
|
+
},
|
|
1109
|
+
"jelly-duo": {
|
|
1110
|
+
"fa-regular": "regular",
|
|
1111
|
+
fajdr: "regular"
|
|
1112
|
+
},
|
|
1113
|
+
chisel: {
|
|
1114
|
+
"fa-regular": "regular",
|
|
1115
|
+
facr: "regular"
|
|
1116
|
+
},
|
|
1117
|
+
utility: {
|
|
1118
|
+
"fa-semibold": "semibold",
|
|
1119
|
+
fausb: "semibold"
|
|
1120
|
+
},
|
|
1121
|
+
"utility-duo": {
|
|
1122
|
+
"fa-semibold": "semibold",
|
|
1123
|
+
faudsb: "semibold"
|
|
1124
|
+
},
|
|
1125
|
+
"utility-fill": {
|
|
1126
|
+
"fa-semibold": "semibold",
|
|
1127
|
+
faufsb: "semibold"
|
|
1128
|
+
}
|
|
1129
|
+
}, vf = {
|
|
1130
|
+
GROUP: "duotone-group",
|
|
1131
|
+
PRIMARY: "primary",
|
|
1132
|
+
SECONDARY: "secondary"
|
|
1133
|
+
}, Er = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-graphite", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], E = "classic", Ae = "duotone", $r = "sharp", kr = "sharp-duotone", Fr = "chisel", Cr = "etch", Nr = "graphite", Mr = "jelly", Dr = "jelly-duo", Lr = "jelly-fill", zr = "notdog", Rr = "notdog-duo", Ur = "slab", Wr = "slab-press", Br = "thumbprint", Gr = "utility", Hr = "utility-duo", Yr = "utility-fill", Kr = "whiteboard", yf = "Classic", bf = "Duotone", xf = "Sharp", wf = "Sharp Duotone", Sf = "Chisel", Af = "Etch", Of = "Graphite", Pf = "Jelly", Tf = "Jelly Duo", _f = "Jelly Fill", If = "Notdog", jf = "Notdog Duo", Ef = "Slab", $f = "Slab Press", kf = "Thumbprint", Ff = "Utility", Cf = "Utility Duo", Nf = "Utility Fill", Mf = "Whiteboard", Xr = [E, Ae, $r, kr, Fr, Cr, Nr, Mr, Dr, Lr, zr, Rr, Ur, Wr, Br, Gr, Hr, Yr, Kr];
|
|
1134
|
+
qe = {}, y(y(y(y(y(y(y(y(y(y(qe, E, yf), Ae, bf), $r, xf), kr, wf), Fr, Sf), Cr, Af), Nr, Of), Mr, Pf), Dr, Tf), Lr, _f), y(y(y(y(y(y(y(y(y(qe, zr, If), Rr, jf), Ur, Ef), Wr, $f), Br, kf), Gr, Ff), Hr, Cf), Yr, Nf), Kr, Mf);
|
|
1135
|
+
var Df = {
|
|
1136
|
+
classic: {
|
|
1137
|
+
900: "fas",
|
|
1138
|
+
400: "far",
|
|
1139
|
+
normal: "far",
|
|
1140
|
+
300: "fal",
|
|
1141
|
+
100: "fat"
|
|
1142
|
+
},
|
|
1143
|
+
duotone: {
|
|
1144
|
+
900: "fad",
|
|
1145
|
+
400: "fadr",
|
|
1146
|
+
300: "fadl",
|
|
1147
|
+
100: "fadt"
|
|
1148
|
+
},
|
|
1149
|
+
sharp: {
|
|
1150
|
+
900: "fass",
|
|
1151
|
+
400: "fasr",
|
|
1152
|
+
300: "fasl",
|
|
1153
|
+
100: "fast"
|
|
1154
|
+
},
|
|
1155
|
+
"sharp-duotone": {
|
|
1156
|
+
900: "fasds",
|
|
1157
|
+
400: "fasdr",
|
|
1158
|
+
300: "fasdl",
|
|
1159
|
+
100: "fasdt"
|
|
1160
|
+
},
|
|
1161
|
+
slab: {
|
|
1162
|
+
400: "faslr"
|
|
1163
|
+
},
|
|
1164
|
+
"slab-press": {
|
|
1165
|
+
400: "faslpr"
|
|
1166
|
+
},
|
|
1167
|
+
whiteboard: {
|
|
1168
|
+
600: "fawsb"
|
|
1169
|
+
},
|
|
1170
|
+
thumbprint: {
|
|
1171
|
+
300: "fatl"
|
|
1172
|
+
},
|
|
1173
|
+
notdog: {
|
|
1174
|
+
900: "fans"
|
|
1175
|
+
},
|
|
1176
|
+
"notdog-duo": {
|
|
1177
|
+
900: "fands"
|
|
1178
|
+
},
|
|
1179
|
+
etch: {
|
|
1180
|
+
900: "faes"
|
|
1181
|
+
},
|
|
1182
|
+
graphite: {
|
|
1183
|
+
100: "fagt"
|
|
1184
|
+
},
|
|
1185
|
+
chisel: {
|
|
1186
|
+
400: "facr"
|
|
1187
|
+
},
|
|
1188
|
+
jelly: {
|
|
1189
|
+
400: "fajr"
|
|
1190
|
+
},
|
|
1191
|
+
"jelly-fill": {
|
|
1192
|
+
400: "fajfr"
|
|
1193
|
+
},
|
|
1194
|
+
"jelly-duo": {
|
|
1195
|
+
400: "fajdr"
|
|
1196
|
+
},
|
|
1197
|
+
utility: {
|
|
1198
|
+
600: "fausb"
|
|
1199
|
+
},
|
|
1200
|
+
"utility-duo": {
|
|
1201
|
+
600: "faudsb"
|
|
1202
|
+
},
|
|
1203
|
+
"utility-fill": {
|
|
1204
|
+
600: "faufsb"
|
|
1205
|
+
}
|
|
1206
|
+
}, Lf = {
|
|
1207
|
+
"Font Awesome 7 Free": {
|
|
1208
|
+
900: "fas",
|
|
1209
|
+
400: "far"
|
|
1210
|
+
},
|
|
1211
|
+
"Font Awesome 7 Pro": {
|
|
1212
|
+
900: "fas",
|
|
1213
|
+
400: "far",
|
|
1214
|
+
normal: "far",
|
|
1215
|
+
300: "fal",
|
|
1216
|
+
100: "fat"
|
|
1217
|
+
},
|
|
1218
|
+
"Font Awesome 7 Brands": {
|
|
1219
|
+
400: "fab",
|
|
1220
|
+
normal: "fab"
|
|
1221
|
+
},
|
|
1222
|
+
"Font Awesome 7 Duotone": {
|
|
1223
|
+
900: "fad",
|
|
1224
|
+
400: "fadr",
|
|
1225
|
+
normal: "fadr",
|
|
1226
|
+
300: "fadl",
|
|
1227
|
+
100: "fadt"
|
|
1228
|
+
},
|
|
1229
|
+
"Font Awesome 7 Sharp": {
|
|
1230
|
+
900: "fass",
|
|
1231
|
+
400: "fasr",
|
|
1232
|
+
normal: "fasr",
|
|
1233
|
+
300: "fasl",
|
|
1234
|
+
100: "fast"
|
|
1235
|
+
},
|
|
1236
|
+
"Font Awesome 7 Sharp Duotone": {
|
|
1237
|
+
900: "fasds",
|
|
1238
|
+
400: "fasdr",
|
|
1239
|
+
normal: "fasdr",
|
|
1240
|
+
300: "fasdl",
|
|
1241
|
+
100: "fasdt"
|
|
1242
|
+
},
|
|
1243
|
+
"Font Awesome 7 Jelly": {
|
|
1244
|
+
400: "fajr",
|
|
1245
|
+
normal: "fajr"
|
|
1246
|
+
},
|
|
1247
|
+
"Font Awesome 7 Jelly Fill": {
|
|
1248
|
+
400: "fajfr",
|
|
1249
|
+
normal: "fajfr"
|
|
1250
|
+
},
|
|
1251
|
+
"Font Awesome 7 Jelly Duo": {
|
|
1252
|
+
400: "fajdr",
|
|
1253
|
+
normal: "fajdr"
|
|
1254
|
+
},
|
|
1255
|
+
"Font Awesome 7 Slab": {
|
|
1256
|
+
400: "faslr",
|
|
1257
|
+
normal: "faslr"
|
|
1258
|
+
},
|
|
1259
|
+
"Font Awesome 7 Slab Press": {
|
|
1260
|
+
400: "faslpr",
|
|
1261
|
+
normal: "faslpr"
|
|
1262
|
+
},
|
|
1263
|
+
"Font Awesome 7 Thumbprint": {
|
|
1264
|
+
300: "fatl",
|
|
1265
|
+
normal: "fatl"
|
|
1266
|
+
},
|
|
1267
|
+
"Font Awesome 7 Notdog": {
|
|
1268
|
+
900: "fans",
|
|
1269
|
+
normal: "fans"
|
|
1270
|
+
},
|
|
1271
|
+
"Font Awesome 7 Notdog Duo": {
|
|
1272
|
+
900: "fands",
|
|
1273
|
+
normal: "fands"
|
|
1274
|
+
},
|
|
1275
|
+
"Font Awesome 7 Etch": {
|
|
1276
|
+
900: "faes",
|
|
1277
|
+
normal: "faes"
|
|
1278
|
+
},
|
|
1279
|
+
"Font Awesome 7 Graphite": {
|
|
1280
|
+
100: "fagt",
|
|
1281
|
+
normal: "fagt"
|
|
1282
|
+
},
|
|
1283
|
+
"Font Awesome 7 Chisel": {
|
|
1284
|
+
400: "facr",
|
|
1285
|
+
normal: "facr"
|
|
1286
|
+
},
|
|
1287
|
+
"Font Awesome 7 Whiteboard": {
|
|
1288
|
+
600: "fawsb",
|
|
1289
|
+
normal: "fawsb"
|
|
1290
|
+
},
|
|
1291
|
+
"Font Awesome 7 Utility": {
|
|
1292
|
+
600: "fausb",
|
|
1293
|
+
normal: "fausb"
|
|
1294
|
+
},
|
|
1295
|
+
"Font Awesome 7 Utility Duo": {
|
|
1296
|
+
600: "faudsb",
|
|
1297
|
+
normal: "faudsb"
|
|
1298
|
+
},
|
|
1299
|
+
"Font Awesome 7 Utility Fill": {
|
|
1300
|
+
600: "faufsb",
|
|
1301
|
+
normal: "faufsb"
|
|
1302
|
+
}
|
|
1303
|
+
}, zf = /* @__PURE__ */ new Map([["classic", {
|
|
1304
|
+
defaultShortPrefixId: "fas",
|
|
1305
|
+
defaultStyleId: "solid",
|
|
1306
|
+
styleIds: ["solid", "regular", "light", "thin", "brands"],
|
|
1307
|
+
futureStyleIds: [],
|
|
1308
|
+
defaultFontWeight: 900
|
|
1309
|
+
}], ["duotone", {
|
|
1310
|
+
defaultShortPrefixId: "fad",
|
|
1311
|
+
defaultStyleId: "solid",
|
|
1312
|
+
styleIds: ["solid", "regular", "light", "thin"],
|
|
1313
|
+
futureStyleIds: [],
|
|
1314
|
+
defaultFontWeight: 900
|
|
1315
|
+
}], ["sharp", {
|
|
1316
|
+
defaultShortPrefixId: "fass",
|
|
1317
|
+
defaultStyleId: "solid",
|
|
1318
|
+
styleIds: ["solid", "regular", "light", "thin"],
|
|
1319
|
+
futureStyleIds: [],
|
|
1320
|
+
defaultFontWeight: 900
|
|
1321
|
+
}], ["sharp-duotone", {
|
|
1322
|
+
defaultShortPrefixId: "fasds",
|
|
1323
|
+
defaultStyleId: "solid",
|
|
1324
|
+
styleIds: ["solid", "regular", "light", "thin"],
|
|
1325
|
+
futureStyleIds: [],
|
|
1326
|
+
defaultFontWeight: 900
|
|
1327
|
+
}], ["chisel", {
|
|
1328
|
+
defaultShortPrefixId: "facr",
|
|
1329
|
+
defaultStyleId: "regular",
|
|
1330
|
+
styleIds: ["regular"],
|
|
1331
|
+
futureStyleIds: [],
|
|
1332
|
+
defaultFontWeight: 400
|
|
1333
|
+
}], ["etch", {
|
|
1334
|
+
defaultShortPrefixId: "faes",
|
|
1335
|
+
defaultStyleId: "solid",
|
|
1336
|
+
styleIds: ["solid"],
|
|
1337
|
+
futureStyleIds: [],
|
|
1338
|
+
defaultFontWeight: 900
|
|
1339
|
+
}], ["graphite", {
|
|
1340
|
+
defaultShortPrefixId: "fagt",
|
|
1341
|
+
defaultStyleId: "thin",
|
|
1342
|
+
styleIds: ["thin"],
|
|
1343
|
+
futureStyleIds: [],
|
|
1344
|
+
defaultFontWeight: 100
|
|
1345
|
+
}], ["jelly", {
|
|
1346
|
+
defaultShortPrefixId: "fajr",
|
|
1347
|
+
defaultStyleId: "regular",
|
|
1348
|
+
styleIds: ["regular"],
|
|
1349
|
+
futureStyleIds: [],
|
|
1350
|
+
defaultFontWeight: 400
|
|
1351
|
+
}], ["jelly-duo", {
|
|
1352
|
+
defaultShortPrefixId: "fajdr",
|
|
1353
|
+
defaultStyleId: "regular",
|
|
1354
|
+
styleIds: ["regular"],
|
|
1355
|
+
futureStyleIds: [],
|
|
1356
|
+
defaultFontWeight: 400
|
|
1357
|
+
}], ["jelly-fill", {
|
|
1358
|
+
defaultShortPrefixId: "fajfr",
|
|
1359
|
+
defaultStyleId: "regular",
|
|
1360
|
+
styleIds: ["regular"],
|
|
1361
|
+
futureStyleIds: [],
|
|
1362
|
+
defaultFontWeight: 400
|
|
1363
|
+
}], ["notdog", {
|
|
1364
|
+
defaultShortPrefixId: "fans",
|
|
1365
|
+
defaultStyleId: "solid",
|
|
1366
|
+
styleIds: ["solid"],
|
|
1367
|
+
futureStyleIds: [],
|
|
1368
|
+
defaultFontWeight: 900
|
|
1369
|
+
}], ["notdog-duo", {
|
|
1370
|
+
defaultShortPrefixId: "fands",
|
|
1371
|
+
defaultStyleId: "solid",
|
|
1372
|
+
styleIds: ["solid"],
|
|
1373
|
+
futureStyleIds: [],
|
|
1374
|
+
defaultFontWeight: 900
|
|
1375
|
+
}], ["slab", {
|
|
1376
|
+
defaultShortPrefixId: "faslr",
|
|
1377
|
+
defaultStyleId: "regular",
|
|
1378
|
+
styleIds: ["regular"],
|
|
1379
|
+
futureStyleIds: [],
|
|
1380
|
+
defaultFontWeight: 400
|
|
1381
|
+
}], ["slab-press", {
|
|
1382
|
+
defaultShortPrefixId: "faslpr",
|
|
1383
|
+
defaultStyleId: "regular",
|
|
1384
|
+
styleIds: ["regular"],
|
|
1385
|
+
futureStyleIds: [],
|
|
1386
|
+
defaultFontWeight: 400
|
|
1387
|
+
}], ["thumbprint", {
|
|
1388
|
+
defaultShortPrefixId: "fatl",
|
|
1389
|
+
defaultStyleId: "light",
|
|
1390
|
+
styleIds: ["light"],
|
|
1391
|
+
futureStyleIds: [],
|
|
1392
|
+
defaultFontWeight: 300
|
|
1393
|
+
}], ["utility", {
|
|
1394
|
+
defaultShortPrefixId: "fausb",
|
|
1395
|
+
defaultStyleId: "semibold",
|
|
1396
|
+
styleIds: ["semibold"],
|
|
1397
|
+
futureStyleIds: [],
|
|
1398
|
+
defaultFontWeight: 600
|
|
1399
|
+
}], ["utility-duo", {
|
|
1400
|
+
defaultShortPrefixId: "faudsb",
|
|
1401
|
+
defaultStyleId: "semibold",
|
|
1402
|
+
styleIds: ["semibold"],
|
|
1403
|
+
futureStyleIds: [],
|
|
1404
|
+
defaultFontWeight: 600
|
|
1405
|
+
}], ["utility-fill", {
|
|
1406
|
+
defaultShortPrefixId: "faufsb",
|
|
1407
|
+
defaultStyleId: "semibold",
|
|
1408
|
+
styleIds: ["semibold"],
|
|
1409
|
+
futureStyleIds: [],
|
|
1410
|
+
defaultFontWeight: 600
|
|
1411
|
+
}], ["whiteboard", {
|
|
1412
|
+
defaultShortPrefixId: "fawsb",
|
|
1413
|
+
defaultStyleId: "semibold",
|
|
1414
|
+
styleIds: ["semibold"],
|
|
1415
|
+
futureStyleIds: [],
|
|
1416
|
+
defaultFontWeight: 600
|
|
1417
|
+
}]]), Rf = {
|
|
1418
|
+
chisel: {
|
|
1419
|
+
regular: "facr"
|
|
1420
|
+
},
|
|
1421
|
+
classic: {
|
|
1422
|
+
brands: "fab",
|
|
1423
|
+
light: "fal",
|
|
1424
|
+
regular: "far",
|
|
1425
|
+
solid: "fas",
|
|
1426
|
+
thin: "fat"
|
|
1427
|
+
},
|
|
1428
|
+
duotone: {
|
|
1429
|
+
light: "fadl",
|
|
1430
|
+
regular: "fadr",
|
|
1431
|
+
solid: "fad",
|
|
1432
|
+
thin: "fadt"
|
|
1433
|
+
},
|
|
1434
|
+
etch: {
|
|
1435
|
+
solid: "faes"
|
|
1436
|
+
},
|
|
1437
|
+
graphite: {
|
|
1438
|
+
thin: "fagt"
|
|
1439
|
+
},
|
|
1440
|
+
jelly: {
|
|
1441
|
+
regular: "fajr"
|
|
1442
|
+
},
|
|
1443
|
+
"jelly-duo": {
|
|
1444
|
+
regular: "fajdr"
|
|
1445
|
+
},
|
|
1446
|
+
"jelly-fill": {
|
|
1447
|
+
regular: "fajfr"
|
|
1448
|
+
},
|
|
1449
|
+
notdog: {
|
|
1450
|
+
solid: "fans"
|
|
1451
|
+
},
|
|
1452
|
+
"notdog-duo": {
|
|
1453
|
+
solid: "fands"
|
|
1454
|
+
},
|
|
1455
|
+
sharp: {
|
|
1456
|
+
light: "fasl",
|
|
1457
|
+
regular: "fasr",
|
|
1458
|
+
solid: "fass",
|
|
1459
|
+
thin: "fast"
|
|
1460
|
+
},
|
|
1461
|
+
"sharp-duotone": {
|
|
1462
|
+
light: "fasdl",
|
|
1463
|
+
regular: "fasdr",
|
|
1464
|
+
solid: "fasds",
|
|
1465
|
+
thin: "fasdt"
|
|
1466
|
+
},
|
|
1467
|
+
slab: {
|
|
1468
|
+
regular: "faslr"
|
|
1469
|
+
},
|
|
1470
|
+
"slab-press": {
|
|
1471
|
+
regular: "faslpr"
|
|
1472
|
+
},
|
|
1473
|
+
thumbprint: {
|
|
1474
|
+
light: "fatl"
|
|
1475
|
+
},
|
|
1476
|
+
utility: {
|
|
1477
|
+
semibold: "fausb"
|
|
1478
|
+
},
|
|
1479
|
+
"utility-duo": {
|
|
1480
|
+
semibold: "faudsb"
|
|
1481
|
+
},
|
|
1482
|
+
"utility-fill": {
|
|
1483
|
+
semibold: "faufsb"
|
|
1484
|
+
},
|
|
1485
|
+
whiteboard: {
|
|
1486
|
+
semibold: "fawsb"
|
|
1487
|
+
}
|
|
1488
|
+
}, Vr = ["fak", "fa-kit", "fakd", "fa-kit-duotone"], An = {
|
|
1489
|
+
kit: {
|
|
1490
|
+
fak: "kit",
|
|
1491
|
+
"fa-kit": "kit"
|
|
1492
|
+
},
|
|
1493
|
+
"kit-duotone": {
|
|
1494
|
+
fakd: "kit-duotone",
|
|
1495
|
+
"fa-kit-duotone": "kit-duotone"
|
|
1496
|
+
}
|
|
1497
|
+
}, Uf = ["kit"], Wf = "kit", Bf = "kit-duotone", Gf = "Kit", Hf = "Kit Duotone";
|
|
1498
|
+
y(y({}, Wf, Gf), Bf, Hf);
|
|
1499
|
+
var Yf = {
|
|
1500
|
+
kit: {
|
|
1501
|
+
"fa-kit": "fak"
|
|
1502
|
+
}
|
|
1503
|
+
}, Kf = {
|
|
1504
|
+
"Font Awesome Kit": {
|
|
1505
|
+
400: "fak",
|
|
1506
|
+
normal: "fak"
|
|
1507
|
+
},
|
|
1508
|
+
"Font Awesome Kit Duotone": {
|
|
1509
|
+
400: "fakd",
|
|
1510
|
+
normal: "fakd"
|
|
1511
|
+
}
|
|
1512
|
+
}, Xf = {
|
|
1513
|
+
kit: {
|
|
1514
|
+
fak: "fa-kit"
|
|
1515
|
+
}
|
|
1516
|
+
}, On = {
|
|
1517
|
+
kit: {
|
|
1518
|
+
kit: "fak"
|
|
1519
|
+
},
|
|
1520
|
+
"kit-duotone": {
|
|
1521
|
+
"kit-duotone": "fakd"
|
|
1522
|
+
}
|
|
1523
|
+
}, Ze, Ie = {
|
|
1524
|
+
GROUP: "duotone-group",
|
|
1525
|
+
SWAP_OPACITY: "swap-opacity",
|
|
1526
|
+
PRIMARY: "primary",
|
|
1527
|
+
SECONDARY: "secondary"
|
|
1528
|
+
}, Vf = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-graphite", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], Jf = "classic", qf = "duotone", Zf = "sharp", Qf = "sharp-duotone", eu = "chisel", tu = "etch", nu = "graphite", ru = "jelly", au = "jelly-duo", iu = "jelly-fill", ou = "notdog", su = "notdog-duo", lu = "slab", fu = "slab-press", uu = "thumbprint", cu = "utility", du = "utility-duo", mu = "utility-fill", gu = "whiteboard", pu = "Classic", hu = "Duotone", vu = "Sharp", yu = "Sharp Duotone", bu = "Chisel", xu = "Etch", wu = "Graphite", Su = "Jelly", Au = "Jelly Duo", Ou = "Jelly Fill", Pu = "Notdog", Tu = "Notdog Duo", _u = "Slab", Iu = "Slab Press", ju = "Thumbprint", Eu = "Utility", $u = "Utility Duo", ku = "Utility Fill", Fu = "Whiteboard";
|
|
1529
|
+
Ze = {}, y(y(y(y(y(y(y(y(y(y(Ze, Jf, pu), qf, hu), Zf, vu), Qf, yu), eu, bu), tu, xu), nu, wu), ru, Su), au, Au), iu, Ou), y(y(y(y(y(y(y(y(y(Ze, ou, Pu), su, Tu), lu, _u), fu, Iu), uu, ju), cu, Eu), du, $u), mu, ku), gu, Fu);
|
|
1530
|
+
var Cu = "kit", Nu = "kit-duotone", Mu = "Kit", Du = "Kit Duotone";
|
|
1531
|
+
y(y({}, Cu, Mu), Nu, Du);
|
|
1532
|
+
var Lu = {
|
|
1533
|
+
classic: {
|
|
1534
|
+
"fa-brands": "fab",
|
|
1535
|
+
"fa-duotone": "fad",
|
|
1536
|
+
"fa-light": "fal",
|
|
1537
|
+
"fa-regular": "far",
|
|
1538
|
+
"fa-solid": "fas",
|
|
1539
|
+
"fa-thin": "fat"
|
|
1540
|
+
},
|
|
1541
|
+
duotone: {
|
|
1542
|
+
"fa-regular": "fadr",
|
|
1543
|
+
"fa-light": "fadl",
|
|
1544
|
+
"fa-thin": "fadt"
|
|
1545
|
+
},
|
|
1546
|
+
sharp: {
|
|
1547
|
+
"fa-solid": "fass",
|
|
1548
|
+
"fa-regular": "fasr",
|
|
1549
|
+
"fa-light": "fasl",
|
|
1550
|
+
"fa-thin": "fast"
|
|
1551
|
+
},
|
|
1552
|
+
"sharp-duotone": {
|
|
1553
|
+
"fa-solid": "fasds",
|
|
1554
|
+
"fa-regular": "fasdr",
|
|
1555
|
+
"fa-light": "fasdl",
|
|
1556
|
+
"fa-thin": "fasdt"
|
|
1557
|
+
},
|
|
1558
|
+
slab: {
|
|
1559
|
+
"fa-regular": "faslr"
|
|
1560
|
+
},
|
|
1561
|
+
"slab-press": {
|
|
1562
|
+
"fa-regular": "faslpr"
|
|
1563
|
+
},
|
|
1564
|
+
whiteboard: {
|
|
1565
|
+
"fa-semibold": "fawsb"
|
|
1566
|
+
},
|
|
1567
|
+
thumbprint: {
|
|
1568
|
+
"fa-light": "fatl"
|
|
1569
|
+
},
|
|
1570
|
+
notdog: {
|
|
1571
|
+
"fa-solid": "fans"
|
|
1572
|
+
},
|
|
1573
|
+
"notdog-duo": {
|
|
1574
|
+
"fa-solid": "fands"
|
|
1575
|
+
},
|
|
1576
|
+
etch: {
|
|
1577
|
+
"fa-solid": "faes"
|
|
1578
|
+
},
|
|
1579
|
+
graphite: {
|
|
1580
|
+
"fa-thin": "fagt"
|
|
1581
|
+
},
|
|
1582
|
+
jelly: {
|
|
1583
|
+
"fa-regular": "fajr"
|
|
1584
|
+
},
|
|
1585
|
+
"jelly-fill": {
|
|
1586
|
+
"fa-regular": "fajfr"
|
|
1587
|
+
},
|
|
1588
|
+
"jelly-duo": {
|
|
1589
|
+
"fa-regular": "fajdr"
|
|
1590
|
+
},
|
|
1591
|
+
chisel: {
|
|
1592
|
+
"fa-regular": "facr"
|
|
1593
|
+
},
|
|
1594
|
+
utility: {
|
|
1595
|
+
"fa-semibold": "fausb"
|
|
1596
|
+
},
|
|
1597
|
+
"utility-duo": {
|
|
1598
|
+
"fa-semibold": "faudsb"
|
|
1599
|
+
},
|
|
1600
|
+
"utility-fill": {
|
|
1601
|
+
"fa-semibold": "faufsb"
|
|
1602
|
+
}
|
|
1603
|
+
}, zu = {
|
|
1604
|
+
classic: ["fas", "far", "fal", "fat", "fad"],
|
|
1605
|
+
duotone: ["fadr", "fadl", "fadt"],
|
|
1606
|
+
sharp: ["fass", "fasr", "fasl", "fast"],
|
|
1607
|
+
"sharp-duotone": ["fasds", "fasdr", "fasdl", "fasdt"],
|
|
1608
|
+
slab: ["faslr"],
|
|
1609
|
+
"slab-press": ["faslpr"],
|
|
1610
|
+
whiteboard: ["fawsb"],
|
|
1611
|
+
thumbprint: ["fatl"],
|
|
1612
|
+
notdog: ["fans"],
|
|
1613
|
+
"notdog-duo": ["fands"],
|
|
1614
|
+
etch: ["faes"],
|
|
1615
|
+
graphite: ["fagt"],
|
|
1616
|
+
jelly: ["fajr"],
|
|
1617
|
+
"jelly-fill": ["fajfr"],
|
|
1618
|
+
"jelly-duo": ["fajdr"],
|
|
1619
|
+
chisel: ["facr"],
|
|
1620
|
+
utility: ["fausb"],
|
|
1621
|
+
"utility-duo": ["faudsb"],
|
|
1622
|
+
"utility-fill": ["faufsb"]
|
|
1623
|
+
}, ct = {
|
|
1624
|
+
classic: {
|
|
1625
|
+
fab: "fa-brands",
|
|
1626
|
+
fad: "fa-duotone",
|
|
1627
|
+
fal: "fa-light",
|
|
1628
|
+
far: "fa-regular",
|
|
1629
|
+
fas: "fa-solid",
|
|
1630
|
+
fat: "fa-thin"
|
|
1631
|
+
},
|
|
1632
|
+
duotone: {
|
|
1633
|
+
fadr: "fa-regular",
|
|
1634
|
+
fadl: "fa-light",
|
|
1635
|
+
fadt: "fa-thin"
|
|
1636
|
+
},
|
|
1637
|
+
sharp: {
|
|
1638
|
+
fass: "fa-solid",
|
|
1639
|
+
fasr: "fa-regular",
|
|
1640
|
+
fasl: "fa-light",
|
|
1641
|
+
fast: "fa-thin"
|
|
1642
|
+
},
|
|
1643
|
+
"sharp-duotone": {
|
|
1644
|
+
fasds: "fa-solid",
|
|
1645
|
+
fasdr: "fa-regular",
|
|
1646
|
+
fasdl: "fa-light",
|
|
1647
|
+
fasdt: "fa-thin"
|
|
1648
|
+
},
|
|
1649
|
+
slab: {
|
|
1650
|
+
faslr: "fa-regular"
|
|
1651
|
+
},
|
|
1652
|
+
"slab-press": {
|
|
1653
|
+
faslpr: "fa-regular"
|
|
1654
|
+
},
|
|
1655
|
+
whiteboard: {
|
|
1656
|
+
fawsb: "fa-semibold"
|
|
1657
|
+
},
|
|
1658
|
+
thumbprint: {
|
|
1659
|
+
fatl: "fa-light"
|
|
1660
|
+
},
|
|
1661
|
+
notdog: {
|
|
1662
|
+
fans: "fa-solid"
|
|
1663
|
+
},
|
|
1664
|
+
"notdog-duo": {
|
|
1665
|
+
fands: "fa-solid"
|
|
1666
|
+
},
|
|
1667
|
+
etch: {
|
|
1668
|
+
faes: "fa-solid"
|
|
1669
|
+
},
|
|
1670
|
+
graphite: {
|
|
1671
|
+
fagt: "fa-thin"
|
|
1672
|
+
},
|
|
1673
|
+
jelly: {
|
|
1674
|
+
fajr: "fa-regular"
|
|
1675
|
+
},
|
|
1676
|
+
"jelly-fill": {
|
|
1677
|
+
fajfr: "fa-regular"
|
|
1678
|
+
},
|
|
1679
|
+
"jelly-duo": {
|
|
1680
|
+
fajdr: "fa-regular"
|
|
1681
|
+
},
|
|
1682
|
+
chisel: {
|
|
1683
|
+
facr: "fa-regular"
|
|
1684
|
+
},
|
|
1685
|
+
utility: {
|
|
1686
|
+
fausb: "fa-semibold"
|
|
1687
|
+
},
|
|
1688
|
+
"utility-duo": {
|
|
1689
|
+
faudsb: "fa-semibold"
|
|
1690
|
+
},
|
|
1691
|
+
"utility-fill": {
|
|
1692
|
+
faufsb: "fa-semibold"
|
|
1693
|
+
}
|
|
1694
|
+
}, Ru = ["fa-solid", "fa-regular", "fa-light", "fa-thin", "fa-duotone", "fa-brands", "fa-semibold"], Jr = ["fa", "fas", "far", "fal", "fat", "fad", "fadr", "fadl", "fadt", "fab", "fass", "fasr", "fasl", "fast", "fasds", "fasdr", "fasdl", "fasdt", "faslr", "faslpr", "fawsb", "fatl", "fans", "fands", "faes", "fagt", "fajr", "fajfr", "fajdr", "facr", "fausb", "faudsb", "faufsb"].concat(Vf, Ru), Uu = ["solid", "regular", "light", "thin", "duotone", "brands", "semibold"], qr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], Wu = qr.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]), Bu = ["aw", "fw", "pull-left", "pull-right"], Gu = [].concat(M(Object.keys(zu)), Uu, Bu, ["2xs", "xs", "sm", "lg", "xl", "2xl", "beat", "border", "fade", "beat-fade", "bounce", "flip-both", "flip-horizontal", "flip-vertical", "flip", "inverse", "layers", "layers-bottom-left", "layers-bottom-right", "layers-counter", "layers-text", "layers-top-left", "layers-top-right", "li", "pull-end", "pull-start", "pulse", "rotate-180", "rotate-270", "rotate-90", "rotate-by", "shake", "spin-pulse", "spin-reverse", "spin", "stack-1x", "stack-2x", "stack", "ul", "width-auto", "width-fixed", Ie.GROUP, Ie.SWAP_OPACITY, Ie.PRIMARY, Ie.SECONDARY]).concat(qr.map(function(e) {
|
|
1695
|
+
return "".concat(e, "x");
|
|
1696
|
+
})).concat(Wu.map(function(e) {
|
|
1697
|
+
return "w-".concat(e);
|
|
1698
|
+
})), Hu = {
|
|
1699
|
+
"Font Awesome 5 Free": {
|
|
1700
|
+
900: "fas",
|
|
1701
|
+
400: "far"
|
|
1702
|
+
},
|
|
1703
|
+
"Font Awesome 5 Pro": {
|
|
1704
|
+
900: "fas",
|
|
1705
|
+
400: "far",
|
|
1706
|
+
normal: "far",
|
|
1707
|
+
300: "fal"
|
|
1708
|
+
},
|
|
1709
|
+
"Font Awesome 5 Brands": {
|
|
1710
|
+
400: "fab",
|
|
1711
|
+
normal: "fab"
|
|
1712
|
+
},
|
|
1713
|
+
"Font Awesome 5 Duotone": {
|
|
1714
|
+
900: "fad"
|
|
1715
|
+
}
|
|
1716
|
+
}, W = "___FONT_AWESOME___", dt = 16, Zr = "fa", Qr = "svg-inline--fa", ee = "data-fa-i2svg", mt = "data-fa-pseudo-element", Yu = "data-fa-pseudo-element-pending", Nt = "data-prefix", Mt = "data-icon", Pn = "fontawesome-i2svg", Ku = "async", Xu = ["HTML", "HEAD", "STYLE", "SCRIPT"], ea = ["::before", "::after", ":before", ":after"], ta = (function() {
|
|
1717
|
+
try {
|
|
1718
|
+
return process.env.NODE_ENV === "production";
|
|
1719
|
+
} catch {
|
|
1720
|
+
return !1;
|
|
1721
|
+
}
|
|
1722
|
+
})();
|
|
1723
|
+
function Oe(e) {
|
|
1724
|
+
return new Proxy(e, {
|
|
1725
|
+
get: function(n, r) {
|
|
1726
|
+
return r in n ? n[r] : n[E];
|
|
1727
|
+
}
|
|
1728
|
+
});
|
|
1729
|
+
}
|
|
1730
|
+
var na = u({}, jr);
|
|
1731
|
+
na[E] = u(u(u(u({}, {
|
|
1732
|
+
"fa-duotone": "duotone"
|
|
1733
|
+
}), jr[E]), An.kit), An["kit-duotone"]);
|
|
1734
|
+
var Vu = Oe(na), gt = u({}, Rf);
|
|
1735
|
+
gt[E] = u(u(u(u({}, {
|
|
1736
|
+
duotone: "fad"
|
|
1737
|
+
}), gt[E]), On.kit), On["kit-duotone"]);
|
|
1738
|
+
var Tn = Oe(gt), pt = u({}, ct);
|
|
1739
|
+
pt[E] = u(u({}, pt[E]), Xf.kit);
|
|
1740
|
+
var Dt = Oe(pt), ht = u({}, Lu);
|
|
1741
|
+
ht[E] = u(u({}, ht[E]), Yf.kit);
|
|
1742
|
+
Oe(ht);
|
|
1743
|
+
var Ju = pf, ra = "fa-layers-text", qu = hf, Zu = u({}, Df);
|
|
1744
|
+
Oe(Zu);
|
|
1745
|
+
var Qu = ["class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask"], Qe = vf, ec = [].concat(M(Uf), M(Gu)), ve = K.FontAwesomeConfig || {};
|
|
1746
|
+
function tc(e) {
|
|
1747
|
+
var t = _.querySelector("script[" + e + "]");
|
|
1748
|
+
if (t)
|
|
1749
|
+
return t.getAttribute(e);
|
|
1750
|
+
}
|
|
1751
|
+
function nc(e) {
|
|
1752
|
+
return e === "" ? !0 : e === "false" ? !1 : e === "true" ? !0 : e;
|
|
1753
|
+
}
|
|
1754
|
+
if (_ && typeof _.querySelector == "function") {
|
|
1755
|
+
var rc = [["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-search-pseudo-elements", "searchPseudoElements"], ["data-search-pseudo-elements-warnings", "searchPseudoElementsWarnings"], ["data-search-pseudo-elements-full-scan", "searchPseudoElementsFullScan"], ["data-observe-mutations", "observeMutations"], ["data-mutate-approach", "mutateApproach"], ["data-keep-original-source", "keepOriginalSource"], ["data-measure-performance", "measurePerformance"], ["data-show-missing-icons", "showMissingIcons"]];
|
|
1756
|
+
rc.forEach(function(e) {
|
|
1757
|
+
var t = Be(e, 2), n = t[0], r = t[1], a = nc(tc(n));
|
|
1758
|
+
a != null && (ve[r] = a);
|
|
1759
|
+
});
|
|
1760
|
+
}
|
|
1761
|
+
var aa = {
|
|
1762
|
+
styleDefault: "solid",
|
|
1763
|
+
familyDefault: E,
|
|
1764
|
+
cssPrefix: Zr,
|
|
1765
|
+
replacementClass: Qr,
|
|
1766
|
+
autoReplaceSvg: !0,
|
|
1767
|
+
autoAddCss: !0,
|
|
1768
|
+
searchPseudoElements: !1,
|
|
1769
|
+
searchPseudoElementsWarnings: !0,
|
|
1770
|
+
searchPseudoElementsFullScan: !1,
|
|
1771
|
+
observeMutations: !0,
|
|
1772
|
+
mutateApproach: "async",
|
|
1773
|
+
keepOriginalSource: !0,
|
|
1774
|
+
measurePerformance: !1,
|
|
1775
|
+
showMissingIcons: !0
|
|
1776
|
+
};
|
|
1777
|
+
ve.familyPrefix && (ve.cssPrefix = ve.familyPrefix);
|
|
1778
|
+
var ue = u(u({}, aa), ve);
|
|
1779
|
+
ue.autoReplaceSvg || (ue.observeMutations = !1);
|
|
1780
|
+
var p = {};
|
|
1781
|
+
Object.keys(aa).forEach(function(e) {
|
|
1782
|
+
Object.defineProperty(p, e, {
|
|
1783
|
+
enumerable: !0,
|
|
1784
|
+
set: function(n) {
|
|
1785
|
+
ue[e] = n, ye.forEach(function(r) {
|
|
1786
|
+
return r(p);
|
|
1787
|
+
});
|
|
1788
|
+
},
|
|
1789
|
+
get: function() {
|
|
1790
|
+
return ue[e];
|
|
1791
|
+
}
|
|
1792
|
+
});
|
|
1793
|
+
});
|
|
1794
|
+
Object.defineProperty(p, "familyPrefix", {
|
|
1795
|
+
enumerable: !0,
|
|
1796
|
+
set: function(t) {
|
|
1797
|
+
ue.cssPrefix = t, ye.forEach(function(n) {
|
|
1798
|
+
return n(p);
|
|
1799
|
+
});
|
|
1800
|
+
},
|
|
1801
|
+
get: function() {
|
|
1802
|
+
return ue.cssPrefix;
|
|
1803
|
+
}
|
|
1804
|
+
});
|
|
1805
|
+
K.FontAwesomeConfig = p;
|
|
1806
|
+
var ye = [];
|
|
1807
|
+
function ac(e) {
|
|
1808
|
+
return ye.push(e), function() {
|
|
1809
|
+
ye.splice(ye.indexOf(e), 1);
|
|
1810
|
+
};
|
|
1811
|
+
}
|
|
1812
|
+
var oe = dt, L = {
|
|
1813
|
+
size: 16,
|
|
1814
|
+
x: 0,
|
|
1815
|
+
y: 0,
|
|
1816
|
+
rotate: 0,
|
|
1817
|
+
flipX: !1,
|
|
1818
|
+
flipY: !1
|
|
1819
|
+
};
|
|
1820
|
+
function ic(e) {
|
|
1821
|
+
if (!(!e || !H)) {
|
|
1822
|
+
var t = _.createElement("style");
|
|
1823
|
+
t.setAttribute("type", "text/css"), t.innerHTML = e;
|
|
1824
|
+
for (var n = _.head.childNodes, r = null, a = n.length - 1; a > -1; a--) {
|
|
1825
|
+
var i = n[a], o = (i.tagName || "").toUpperCase();
|
|
1826
|
+
["STYLE", "LINK"].indexOf(o) > -1 && (r = i);
|
|
1827
|
+
}
|
|
1828
|
+
return _.head.insertBefore(t, r), e;
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
var oc = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
|
1832
|
+
function _n() {
|
|
1833
|
+
for (var e = 12, t = ""; e-- > 0; )
|
|
1834
|
+
t += oc[Math.random() * 62 | 0];
|
|
1835
|
+
return t;
|
|
1836
|
+
}
|
|
1837
|
+
function de(e) {
|
|
1838
|
+
for (var t = [], n = (e || []).length >>> 0; n--; )
|
|
1839
|
+
t[n] = e[n];
|
|
1840
|
+
return t;
|
|
1841
|
+
}
|
|
1842
|
+
function Lt(e) {
|
|
1843
|
+
return e.classList ? de(e.classList) : (e.getAttribute("class") || "").split(" ").filter(function(t) {
|
|
1844
|
+
return t;
|
|
1845
|
+
});
|
|
1846
|
+
}
|
|
1847
|
+
function ia(e) {
|
|
1848
|
+
return "".concat(e).replace(/&/g, "&").replace(/"/g, """).replace(/'/g, "'").replace(/</g, "<").replace(/>/g, ">");
|
|
1849
|
+
}
|
|
1850
|
+
function sc(e) {
|
|
1851
|
+
return Object.keys(e || {}).reduce(function(t, n) {
|
|
1852
|
+
return t + "".concat(n, '="').concat(ia(e[n]), '" ');
|
|
1853
|
+
}, "").trim();
|
|
1854
|
+
}
|
|
1855
|
+
function Ge(e) {
|
|
1856
|
+
return Object.keys(e || {}).reduce(function(t, n) {
|
|
1857
|
+
return t + "".concat(n, ": ").concat(e[n].trim(), ";");
|
|
1858
|
+
}, "");
|
|
1859
|
+
}
|
|
1860
|
+
function zt(e) {
|
|
1861
|
+
return e.size !== L.size || e.x !== L.x || e.y !== L.y || e.rotate !== L.rotate || e.flipX || e.flipY;
|
|
1862
|
+
}
|
|
1863
|
+
function lc(e) {
|
|
1864
|
+
var t = e.transform, n = e.containerWidth, r = e.iconWidth, a = {
|
|
1865
|
+
transform: "translate(".concat(n / 2, " 256)")
|
|
1866
|
+
}, i = "translate(".concat(t.x * 32, ", ").concat(t.y * 32, ") "), o = "scale(".concat(t.size / 16 * (t.flipX ? -1 : 1), ", ").concat(t.size / 16 * (t.flipY ? -1 : 1), ") "), s = "rotate(".concat(t.rotate, " 0 0)"), l = {
|
|
1867
|
+
transform: "".concat(i, " ").concat(o, " ").concat(s)
|
|
1868
|
+
}, f = {
|
|
1869
|
+
transform: "translate(".concat(r / 2 * -1, " -256)")
|
|
1870
|
+
};
|
|
1871
|
+
return {
|
|
1872
|
+
outer: a,
|
|
1873
|
+
inner: l,
|
|
1874
|
+
path: f
|
|
1875
|
+
};
|
|
1876
|
+
}
|
|
1877
|
+
function fc(e) {
|
|
1878
|
+
var t = e.transform, n = e.width, r = n === void 0 ? dt : n, a = e.height, i = a === void 0 ? dt : a, o = "";
|
|
1879
|
+
return Ir ? o += "translate(".concat(t.x / oe - r / 2, "em, ").concat(t.y / oe - i / 2, "em) ") : o += "translate(calc(-50% + ".concat(t.x / oe, "em), calc(-50% + ").concat(t.y / oe, "em)) "), o += "scale(".concat(t.size / oe * (t.flipX ? -1 : 1), ", ").concat(t.size / oe * (t.flipY ? -1 : 1), ") "), o += "rotate(".concat(t.rotate, "deg) "), o;
|
|
1880
|
+
}
|
|
1881
|
+
var uc = `:root, :host {
|
|
1882
|
+
--fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
|
|
1883
|
+
--fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
|
|
1884
|
+
--fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
|
|
1885
|
+
--fa-font-thin: normal 100 1em/1 'Font Awesome 7 Pro';
|
|
1886
|
+
--fa-font-duotone: normal 900 1em/1 'Font Awesome 7 Duotone';
|
|
1887
|
+
--fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 7 Duotone';
|
|
1888
|
+
--fa-font-duotone-light: normal 300 1em/1 'Font Awesome 7 Duotone';
|
|
1889
|
+
--fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 7 Duotone';
|
|
1890
|
+
--fa-font-brands: normal 400 1em/1 'Font Awesome 7 Brands';
|
|
1891
|
+
--fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 7 Sharp';
|
|
1892
|
+
--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 7 Sharp';
|
|
1893
|
+
--fa-font-sharp-light: normal 300 1em/1 'Font Awesome 7 Sharp';
|
|
1894
|
+
--fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 7 Sharp';
|
|
1895
|
+
--fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
1896
|
+
--fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
1897
|
+
--fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
1898
|
+
--fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 7 Sharp Duotone';
|
|
1899
|
+
--fa-font-slab-regular: normal 400 1em/1 'Font Awesome 7 Slab';
|
|
1900
|
+
--fa-font-slab-press-regular: normal 400 1em/1 'Font Awesome 7 Slab Press';
|
|
1901
|
+
--fa-font-whiteboard-semibold: normal 600 1em/1 'Font Awesome 7 Whiteboard';
|
|
1902
|
+
--fa-font-thumbprint-light: normal 300 1em/1 'Font Awesome 7 Thumbprint';
|
|
1903
|
+
--fa-font-notdog-solid: normal 900 1em/1 'Font Awesome 7 Notdog';
|
|
1904
|
+
--fa-font-notdog-duo-solid: normal 900 1em/1 'Font Awesome 7 Notdog Duo';
|
|
1905
|
+
--fa-font-etch-solid: normal 900 1em/1 'Font Awesome 7 Etch';
|
|
1906
|
+
--fa-font-graphite-thin: normal 100 1em/1 'Font Awesome 7 Graphite';
|
|
1907
|
+
--fa-font-jelly-regular: normal 400 1em/1 'Font Awesome 7 Jelly';
|
|
1908
|
+
--fa-font-jelly-fill-regular: normal 400 1em/1 'Font Awesome 7 Jelly Fill';
|
|
1909
|
+
--fa-font-jelly-duo-regular: normal 400 1em/1 'Font Awesome 7 Jelly Duo';
|
|
1910
|
+
--fa-font-chisel-regular: normal 400 1em/1 'Font Awesome 7 Chisel';
|
|
1911
|
+
--fa-font-utility-semibold: normal 600 1em/1 'Font Awesome 7 Utility';
|
|
1912
|
+
--fa-font-utility-duo-semibold: normal 600 1em/1 'Font Awesome 7 Utility Duo';
|
|
1913
|
+
--fa-font-utility-fill-semibold: normal 600 1em/1 'Font Awesome 7 Utility Fill';
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.svg-inline--fa {
|
|
1917
|
+
box-sizing: content-box;
|
|
1918
|
+
display: var(--fa-display, inline-block);
|
|
1919
|
+
height: 1em;
|
|
1920
|
+
overflow: visible;
|
|
1921
|
+
vertical-align: -0.125em;
|
|
1922
|
+
width: var(--fa-width, 1.25em);
|
|
1923
|
+
}
|
|
1924
|
+
.svg-inline--fa.fa-2xs {
|
|
1925
|
+
vertical-align: 0.1em;
|
|
1926
|
+
}
|
|
1927
|
+
.svg-inline--fa.fa-xs {
|
|
1928
|
+
vertical-align: 0em;
|
|
1929
|
+
}
|
|
1930
|
+
.svg-inline--fa.fa-sm {
|
|
1931
|
+
vertical-align: -0.0714285714em;
|
|
1932
|
+
}
|
|
1933
|
+
.svg-inline--fa.fa-lg {
|
|
1934
|
+
vertical-align: -0.2em;
|
|
1935
|
+
}
|
|
1936
|
+
.svg-inline--fa.fa-xl {
|
|
1937
|
+
vertical-align: -0.25em;
|
|
1938
|
+
}
|
|
1939
|
+
.svg-inline--fa.fa-2xl {
|
|
1940
|
+
vertical-align: -0.3125em;
|
|
1941
|
+
}
|
|
1942
|
+
.svg-inline--fa.fa-pull-left,
|
|
1943
|
+
.svg-inline--fa .fa-pull-start {
|
|
1944
|
+
float: inline-start;
|
|
1945
|
+
margin-inline-end: var(--fa-pull-margin, 0.3em);
|
|
1946
|
+
}
|
|
1947
|
+
.svg-inline--fa.fa-pull-right,
|
|
1948
|
+
.svg-inline--fa .fa-pull-end {
|
|
1949
|
+
float: inline-end;
|
|
1950
|
+
margin-inline-start: var(--fa-pull-margin, 0.3em);
|
|
1951
|
+
}
|
|
1952
|
+
.svg-inline--fa.fa-li {
|
|
1953
|
+
width: var(--fa-li-width, 2em);
|
|
1954
|
+
inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
|
|
1955
|
+
inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
.fa-layers-counter, .fa-layers-text {
|
|
1959
|
+
display: inline-block;
|
|
1960
|
+
position: absolute;
|
|
1961
|
+
text-align: center;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.fa-layers {
|
|
1965
|
+
display: inline-block;
|
|
1966
|
+
height: 1em;
|
|
1967
|
+
position: relative;
|
|
1968
|
+
text-align: center;
|
|
1969
|
+
vertical-align: -0.125em;
|
|
1970
|
+
width: var(--fa-width, 1.25em);
|
|
1971
|
+
}
|
|
1972
|
+
.fa-layers .svg-inline--fa {
|
|
1973
|
+
inset: 0;
|
|
1974
|
+
margin: auto;
|
|
1975
|
+
position: absolute;
|
|
1976
|
+
transform-origin: center center;
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
.fa-layers-text {
|
|
1980
|
+
left: 50%;
|
|
1981
|
+
top: 50%;
|
|
1982
|
+
transform: translate(-50%, -50%);
|
|
1983
|
+
transform-origin: center center;
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
.fa-layers-counter {
|
|
1987
|
+
background-color: var(--fa-counter-background-color, #ff253a);
|
|
1988
|
+
border-radius: var(--fa-counter-border-radius, 1em);
|
|
1989
|
+
box-sizing: border-box;
|
|
1990
|
+
color: var(--fa-inverse, #fff);
|
|
1991
|
+
line-height: var(--fa-counter-line-height, 1);
|
|
1992
|
+
max-width: var(--fa-counter-max-width, 5em);
|
|
1993
|
+
min-width: var(--fa-counter-min-width, 1.5em);
|
|
1994
|
+
overflow: hidden;
|
|
1995
|
+
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|
1996
|
+
right: var(--fa-right, 0);
|
|
1997
|
+
text-overflow: ellipsis;
|
|
1998
|
+
top: var(--fa-top, 0);
|
|
1999
|
+
transform: scale(var(--fa-counter-scale, 0.25));
|
|
2000
|
+
transform-origin: top right;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
.fa-layers-bottom-right {
|
|
2004
|
+
bottom: var(--fa-bottom, 0);
|
|
2005
|
+
right: var(--fa-right, 0);
|
|
2006
|
+
top: auto;
|
|
2007
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
2008
|
+
transform-origin: bottom right;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.fa-layers-bottom-left {
|
|
2012
|
+
bottom: var(--fa-bottom, 0);
|
|
2013
|
+
left: var(--fa-left, 0);
|
|
2014
|
+
right: auto;
|
|
2015
|
+
top: auto;
|
|
2016
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
2017
|
+
transform-origin: bottom left;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
.fa-layers-top-right {
|
|
2021
|
+
top: var(--fa-top, 0);
|
|
2022
|
+
right: var(--fa-right, 0);
|
|
2023
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
2024
|
+
transform-origin: top right;
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.fa-layers-top-left {
|
|
2028
|
+
left: var(--fa-left, 0);
|
|
2029
|
+
right: auto;
|
|
2030
|
+
top: var(--fa-top, 0);
|
|
2031
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
2032
|
+
transform-origin: top left;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.fa-1x {
|
|
2036
|
+
font-size: 1em;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.fa-2x {
|
|
2040
|
+
font-size: 2em;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.fa-3x {
|
|
2044
|
+
font-size: 3em;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
.fa-4x {
|
|
2048
|
+
font-size: 4em;
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
.fa-5x {
|
|
2052
|
+
font-size: 5em;
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
.fa-6x {
|
|
2056
|
+
font-size: 6em;
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
.fa-7x {
|
|
2060
|
+
font-size: 7em;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.fa-8x {
|
|
2064
|
+
font-size: 8em;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.fa-9x {
|
|
2068
|
+
font-size: 9em;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.fa-10x {
|
|
2072
|
+
font-size: 10em;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.fa-2xs {
|
|
2076
|
+
font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
|
|
2077
|
+
line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
2078
|
+
vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
.fa-xs {
|
|
2082
|
+
font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
|
|
2083
|
+
line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
2084
|
+
vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
.fa-sm {
|
|
2088
|
+
font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
|
|
2089
|
+
line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
2090
|
+
vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
.fa-lg {
|
|
2094
|
+
font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
|
|
2095
|
+
line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
2096
|
+
vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
.fa-xl {
|
|
2100
|
+
font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
|
|
2101
|
+
line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
2102
|
+
vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
.fa-2xl {
|
|
2106
|
+
font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
|
|
2107
|
+
line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
|
|
2108
|
+
vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
.fa-width-auto {
|
|
2112
|
+
--fa-width: auto;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
.fa-fw,
|
|
2116
|
+
.fa-width-fixed {
|
|
2117
|
+
--fa-width: 1.25em;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
.fa-ul {
|
|
2121
|
+
list-style-type: none;
|
|
2122
|
+
margin-inline-start: var(--fa-li-margin, 2.5em);
|
|
2123
|
+
padding-inline-start: 0;
|
|
2124
|
+
}
|
|
2125
|
+
.fa-ul > li {
|
|
2126
|
+
position: relative;
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2129
|
+
.fa-li {
|
|
2130
|
+
inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
|
|
2131
|
+
position: absolute;
|
|
2132
|
+
text-align: center;
|
|
2133
|
+
width: var(--fa-li-width, 2em);
|
|
2134
|
+
line-height: inherit;
|
|
2135
|
+
}
|
|
2136
|
+
|
|
2137
|
+
/* Heads Up: Bordered Icons will not be supported in the future!
|
|
2138
|
+
- This feature will be deprecated in the next major release of Font Awesome (v8)!
|
|
2139
|
+
- You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
|
|
2140
|
+
*/
|
|
2141
|
+
/* Notes:
|
|
2142
|
+
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
|
|
2143
|
+
* --@{v.$css-prefix}-border-padding =
|
|
2144
|
+
** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
|
|
2145
|
+
** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
|
|
2146
|
+
*/
|
|
2147
|
+
.fa-border {
|
|
2148
|
+
border-color: var(--fa-border-color, #eee);
|
|
2149
|
+
border-radius: var(--fa-border-radius, 0.1em);
|
|
2150
|
+
border-style: var(--fa-border-style, solid);
|
|
2151
|
+
border-width: var(--fa-border-width, 0.0625em);
|
|
2152
|
+
box-sizing: var(--fa-border-box-sizing, content-box);
|
|
2153
|
+
padding: var(--fa-border-padding, 0.1875em 0.25em);
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.fa-pull-left,
|
|
2157
|
+
.fa-pull-start {
|
|
2158
|
+
float: inline-start;
|
|
2159
|
+
margin-inline-end: var(--fa-pull-margin, 0.3em);
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
.fa-pull-right,
|
|
2163
|
+
.fa-pull-end {
|
|
2164
|
+
float: inline-end;
|
|
2165
|
+
margin-inline-start: var(--fa-pull-margin, 0.3em);
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.fa-beat {
|
|
2169
|
+
animation-name: fa-beat;
|
|
2170
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
2171
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
2172
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
2173
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
2174
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
.fa-bounce {
|
|
2178
|
+
animation-name: fa-bounce;
|
|
2179
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
2180
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
2181
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
2182
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
2183
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
.fa-fade {
|
|
2187
|
+
animation-name: fa-fade;
|
|
2188
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
2189
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
2190
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
2191
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
2192
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.fa-beat-fade {
|
|
2196
|
+
animation-name: fa-beat-fade;
|
|
2197
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
2198
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
2199
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
2200
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
2201
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
.fa-flip {
|
|
2205
|
+
animation-name: fa-flip;
|
|
2206
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
2207
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
2208
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
2209
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
2210
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
.fa-shake {
|
|
2214
|
+
animation-name: fa-shake;
|
|
2215
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
2216
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
2217
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
2218
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
2219
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
.fa-spin {
|
|
2223
|
+
animation-name: fa-spin;
|
|
2224
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
2225
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
2226
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
2227
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
2228
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
.fa-spin-reverse {
|
|
2232
|
+
--fa-animation-direction: reverse;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
.fa-pulse,
|
|
2236
|
+
.fa-spin-pulse {
|
|
2237
|
+
animation-name: fa-spin;
|
|
2238
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
2239
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
2240
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
2241
|
+
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
2242
|
+
}
|
|
2243
|
+
|
|
2244
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2245
|
+
.fa-beat,
|
|
2246
|
+
.fa-bounce,
|
|
2247
|
+
.fa-fade,
|
|
2248
|
+
.fa-beat-fade,
|
|
2249
|
+
.fa-flip,
|
|
2250
|
+
.fa-pulse,
|
|
2251
|
+
.fa-shake,
|
|
2252
|
+
.fa-spin,
|
|
2253
|
+
.fa-spin-pulse {
|
|
2254
|
+
animation: none !important;
|
|
2255
|
+
transition: none !important;
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
@keyframes fa-beat {
|
|
2259
|
+
0%, 90% {
|
|
2260
|
+
transform: scale(1);
|
|
2261
|
+
}
|
|
2262
|
+
45% {
|
|
2263
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
@keyframes fa-bounce {
|
|
2267
|
+
0% {
|
|
2268
|
+
transform: scale(1, 1) translateY(0);
|
|
2269
|
+
}
|
|
2270
|
+
10% {
|
|
2271
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
2272
|
+
}
|
|
2273
|
+
30% {
|
|
2274
|
+
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));
|
|
2275
|
+
}
|
|
2276
|
+
50% {
|
|
2277
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
2278
|
+
}
|
|
2279
|
+
57% {
|
|
2280
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
2281
|
+
}
|
|
2282
|
+
64% {
|
|
2283
|
+
transform: scale(1, 1) translateY(0);
|
|
2284
|
+
}
|
|
2285
|
+
100% {
|
|
2286
|
+
transform: scale(1, 1) translateY(0);
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2289
|
+
@keyframes fa-fade {
|
|
2290
|
+
50% {
|
|
2291
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
@keyframes fa-beat-fade {
|
|
2295
|
+
0%, 100% {
|
|
2296
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
2297
|
+
transform: scale(1);
|
|
2298
|
+
}
|
|
2299
|
+
50% {
|
|
2300
|
+
opacity: 1;
|
|
2301
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
@keyframes fa-flip {
|
|
2305
|
+
50% {
|
|
2306
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
@keyframes fa-shake {
|
|
2310
|
+
0% {
|
|
2311
|
+
transform: rotate(-15deg);
|
|
2312
|
+
}
|
|
2313
|
+
4% {
|
|
2314
|
+
transform: rotate(15deg);
|
|
2315
|
+
}
|
|
2316
|
+
8%, 24% {
|
|
2317
|
+
transform: rotate(-18deg);
|
|
2318
|
+
}
|
|
2319
|
+
12%, 28% {
|
|
2320
|
+
transform: rotate(18deg);
|
|
2321
|
+
}
|
|
2322
|
+
16% {
|
|
2323
|
+
transform: rotate(-22deg);
|
|
2324
|
+
}
|
|
2325
|
+
20% {
|
|
2326
|
+
transform: rotate(22deg);
|
|
2327
|
+
}
|
|
2328
|
+
32% {
|
|
2329
|
+
transform: rotate(-12deg);
|
|
2330
|
+
}
|
|
2331
|
+
36% {
|
|
2332
|
+
transform: rotate(12deg);
|
|
2333
|
+
}
|
|
2334
|
+
40%, 100% {
|
|
2335
|
+
transform: rotate(0deg);
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
@keyframes fa-spin {
|
|
2339
|
+
0% {
|
|
2340
|
+
transform: rotate(0deg);
|
|
2341
|
+
}
|
|
2342
|
+
100% {
|
|
2343
|
+
transform: rotate(360deg);
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
.fa-rotate-90 {
|
|
2347
|
+
transform: rotate(90deg);
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2350
|
+
.fa-rotate-180 {
|
|
2351
|
+
transform: rotate(180deg);
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
.fa-rotate-270 {
|
|
2355
|
+
transform: rotate(270deg);
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
.fa-flip-horizontal {
|
|
2359
|
+
transform: scale(-1, 1);
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.fa-flip-vertical {
|
|
2363
|
+
transform: scale(1, -1);
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.fa-flip-both,
|
|
2367
|
+
.fa-flip-horizontal.fa-flip-vertical {
|
|
2368
|
+
transform: scale(-1, -1);
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
.fa-rotate-by {
|
|
2372
|
+
transform: rotate(var(--fa-rotate-angle, 0));
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
.svg-inline--fa .fa-primary {
|
|
2376
|
+
fill: var(--fa-primary-color, currentColor);
|
|
2377
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
.svg-inline--fa .fa-secondary {
|
|
2381
|
+
fill: var(--fa-secondary-color, currentColor);
|
|
2382
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
2386
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
2390
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
.svg-inline--fa mask .fa-primary,
|
|
2394
|
+
.svg-inline--fa mask .fa-secondary {
|
|
2395
|
+
fill: black;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.svg-inline--fa.fa-inverse {
|
|
2399
|
+
fill: var(--fa-inverse, #fff);
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.fa-stack {
|
|
2403
|
+
display: inline-block;
|
|
2404
|
+
height: 2em;
|
|
2405
|
+
line-height: 2em;
|
|
2406
|
+
position: relative;
|
|
2407
|
+
vertical-align: middle;
|
|
2408
|
+
width: 2.5em;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
.fa-inverse {
|
|
2412
|
+
color: var(--fa-inverse, #fff);
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
.svg-inline--fa.fa-stack-1x {
|
|
2416
|
+
--fa-width: 1.25em;
|
|
2417
|
+
height: 1em;
|
|
2418
|
+
width: var(--fa-width);
|
|
2419
|
+
}
|
|
2420
|
+
.svg-inline--fa.fa-stack-2x {
|
|
2421
|
+
--fa-width: 2.5em;
|
|
2422
|
+
height: 2em;
|
|
2423
|
+
width: var(--fa-width);
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
.fa-stack-1x,
|
|
2427
|
+
.fa-stack-2x {
|
|
2428
|
+
inset: 0;
|
|
2429
|
+
margin: auto;
|
|
2430
|
+
position: absolute;
|
|
2431
|
+
z-index: var(--fa-stack-z-index, auto);
|
|
2432
|
+
}`;
|
|
2433
|
+
function oa() {
|
|
2434
|
+
var e = Zr, t = Qr, n = p.cssPrefix, r = p.replacementClass, a = uc;
|
|
2435
|
+
if (n !== e || r !== t) {
|
|
2436
|
+
var i = new RegExp("\\.".concat(e, "\\-"), "g"), o = new RegExp("\\--".concat(e, "\\-"), "g"), s = new RegExp("\\.".concat(t), "g");
|
|
2437
|
+
a = a.replace(i, ".".concat(n, "-")).replace(o, "--".concat(n, "-")).replace(s, ".".concat(r));
|
|
2438
|
+
}
|
|
2439
|
+
return a;
|
|
2440
|
+
}
|
|
2441
|
+
var In = !1;
|
|
2442
|
+
function et() {
|
|
2443
|
+
p.autoAddCss && !In && (ic(oa()), In = !0);
|
|
2444
|
+
}
|
|
2445
|
+
var cc = {
|
|
2446
|
+
mixout: function() {
|
|
2447
|
+
return {
|
|
2448
|
+
dom: {
|
|
2449
|
+
css: oa,
|
|
2450
|
+
insertCss: et
|
|
2451
|
+
}
|
|
2452
|
+
};
|
|
2453
|
+
},
|
|
2454
|
+
hooks: function() {
|
|
2455
|
+
return {
|
|
2456
|
+
beforeDOMElementCreation: function() {
|
|
2457
|
+
et();
|
|
2458
|
+
},
|
|
2459
|
+
beforeI2svg: function() {
|
|
2460
|
+
et();
|
|
2461
|
+
}
|
|
2462
|
+
};
|
|
2463
|
+
}
|
|
2464
|
+
}, B = K || {};
|
|
2465
|
+
B[W] || (B[W] = {});
|
|
2466
|
+
B[W].styles || (B[W].styles = {});
|
|
2467
|
+
B[W].hooks || (B[W].hooks = {});
|
|
2468
|
+
B[W].shims || (B[W].shims = []);
|
|
2469
|
+
var N = B[W], sa = [], la = function() {
|
|
2470
|
+
_.removeEventListener("DOMContentLoaded", la), Ne = 1, sa.map(function(t) {
|
|
2471
|
+
return t();
|
|
2472
|
+
});
|
|
2473
|
+
}, Ne = !1;
|
|
2474
|
+
H && (Ne = (_.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(_.readyState), Ne || _.addEventListener("DOMContentLoaded", la));
|
|
2475
|
+
function dc(e) {
|
|
2476
|
+
H && (Ne ? setTimeout(e, 0) : sa.push(e));
|
|
2477
|
+
}
|
|
2478
|
+
function Pe(e) {
|
|
2479
|
+
var t = e.tag, n = e.attributes, r = n === void 0 ? {} : n, a = e.children, i = a === void 0 ? [] : a;
|
|
2480
|
+
return typeof e == "string" ? ia(e) : "<".concat(t, " ").concat(sc(r), ">").concat(i.map(Pe).join(""), "</").concat(t, ">");
|
|
2481
|
+
}
|
|
2482
|
+
function jn(e, t, n) {
|
|
2483
|
+
if (e && e[t] && e[t][n])
|
|
2484
|
+
return {
|
|
2485
|
+
prefix: t,
|
|
2486
|
+
iconName: n,
|
|
2487
|
+
icon: e[t][n]
|
|
2488
|
+
};
|
|
2489
|
+
}
|
|
2490
|
+
var tt = function(t, n, r, a) {
|
|
2491
|
+
var i = Object.keys(t), o = i.length, s = n, l, f, c;
|
|
2492
|
+
for (r === void 0 ? (l = 1, c = t[i[0]]) : (l = 0, c = r); l < o; l++)
|
|
2493
|
+
f = i[l], c = s(c, t[f], f, t);
|
|
2494
|
+
return c;
|
|
2495
|
+
};
|
|
2496
|
+
function fa(e) {
|
|
2497
|
+
return M(e).length !== 1 ? null : e.codePointAt(0).toString(16);
|
|
2498
|
+
}
|
|
2499
|
+
function En(e) {
|
|
2500
|
+
return Object.keys(e).reduce(function(t, n) {
|
|
2501
|
+
var r = e[n], a = !!r.icon;
|
|
2502
|
+
return a ? t[r.iconName] = r.icon : t[n] = r, t;
|
|
2503
|
+
}, {});
|
|
2504
|
+
}
|
|
2505
|
+
function vt(e, t) {
|
|
2506
|
+
var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, r = n.skipHooks, a = r === void 0 ? !1 : r, i = En(t);
|
|
2507
|
+
typeof N.hooks.addPack == "function" && !a ? N.hooks.addPack(e, En(t)) : N.styles[e] = u(u({}, N.styles[e] || {}), i), e === "fas" && vt("fa", t);
|
|
2508
|
+
}
|
|
2509
|
+
var Se = N.styles, mc = N.shims, ua = Object.keys(Dt), gc = ua.reduce(function(e, t) {
|
|
2510
|
+
return e[t] = Object.keys(Dt[t]), e;
|
|
2511
|
+
}, {}), Rt = null, ca = {}, da = {}, ma = {}, ga = {}, pa = {};
|
|
2512
|
+
function pc(e) {
|
|
2513
|
+
return ~ec.indexOf(e);
|
|
2514
|
+
}
|
|
2515
|
+
function hc(e, t) {
|
|
2516
|
+
var n = t.split("-"), r = n[0], a = n.slice(1).join("-");
|
|
2517
|
+
return r === e && a !== "" && !pc(a) ? a : null;
|
|
2518
|
+
}
|
|
2519
|
+
var ha = function() {
|
|
2520
|
+
var t = function(i) {
|
|
2521
|
+
return tt(Se, function(o, s, l) {
|
|
2522
|
+
return o[l] = tt(s, i, {}), o;
|
|
2523
|
+
}, {});
|
|
2524
|
+
};
|
|
2525
|
+
ca = t(function(a, i, o) {
|
|
2526
|
+
if (i[3] && (a[i[3]] = o), i[2]) {
|
|
2527
|
+
var s = i[2].filter(function(l) {
|
|
2528
|
+
return typeof l == "number";
|
|
2529
|
+
});
|
|
2530
|
+
s.forEach(function(l) {
|
|
2531
|
+
a[l.toString(16)] = o;
|
|
2532
|
+
});
|
|
2533
|
+
}
|
|
2534
|
+
return a;
|
|
2535
|
+
}), da = t(function(a, i, o) {
|
|
2536
|
+
if (a[o] = o, i[2]) {
|
|
2537
|
+
var s = i[2].filter(function(l) {
|
|
2538
|
+
return typeof l == "string";
|
|
2539
|
+
});
|
|
2540
|
+
s.forEach(function(l) {
|
|
2541
|
+
a[l] = o;
|
|
2542
|
+
});
|
|
2543
|
+
}
|
|
2544
|
+
return a;
|
|
2545
|
+
}), pa = t(function(a, i, o) {
|
|
2546
|
+
var s = i[2];
|
|
2547
|
+
return a[o] = o, s.forEach(function(l) {
|
|
2548
|
+
a[l] = o;
|
|
2549
|
+
}), a;
|
|
2550
|
+
});
|
|
2551
|
+
var n = "far" in Se || p.autoFetchSvg, r = tt(mc, function(a, i) {
|
|
2552
|
+
var o = i[0], s = i[1], l = i[2];
|
|
2553
|
+
return s === "far" && !n && (s = "fas"), typeof o == "string" && (a.names[o] = {
|
|
2554
|
+
prefix: s,
|
|
2555
|
+
iconName: l
|
|
2556
|
+
}), typeof o == "number" && (a.unicodes[o.toString(16)] = {
|
|
2557
|
+
prefix: s,
|
|
2558
|
+
iconName: l
|
|
2559
|
+
}), a;
|
|
2560
|
+
}, {
|
|
2561
|
+
names: {},
|
|
2562
|
+
unicodes: {}
|
|
2563
|
+
});
|
|
2564
|
+
ma = r.names, ga = r.unicodes, Rt = He(p.styleDefault, {
|
|
2565
|
+
family: p.familyDefault
|
|
2566
|
+
});
|
|
2567
|
+
};
|
|
2568
|
+
ac(function(e) {
|
|
2569
|
+
Rt = He(e.styleDefault, {
|
|
2570
|
+
family: p.familyDefault
|
|
2571
|
+
});
|
|
2572
|
+
});
|
|
2573
|
+
ha();
|
|
2574
|
+
function Ut(e, t) {
|
|
2575
|
+
return (ca[e] || {})[t];
|
|
2576
|
+
}
|
|
2577
|
+
function vc(e, t) {
|
|
2578
|
+
return (da[e] || {})[t];
|
|
2579
|
+
}
|
|
2580
|
+
function Z(e, t) {
|
|
2581
|
+
return (pa[e] || {})[t];
|
|
2582
|
+
}
|
|
2583
|
+
function va(e) {
|
|
2584
|
+
return ma[e] || {
|
|
2585
|
+
prefix: null,
|
|
2586
|
+
iconName: null
|
|
2587
|
+
};
|
|
2588
|
+
}
|
|
2589
|
+
function yc(e) {
|
|
2590
|
+
var t = ga[e], n = Ut("fas", e);
|
|
2591
|
+
return t || (n ? {
|
|
2592
|
+
prefix: "fas",
|
|
2593
|
+
iconName: n
|
|
2594
|
+
} : null) || {
|
|
2595
|
+
prefix: null,
|
|
2596
|
+
iconName: null
|
|
2597
|
+
};
|
|
2598
|
+
}
|
|
2599
|
+
function X() {
|
|
2600
|
+
return Rt;
|
|
2601
|
+
}
|
|
2602
|
+
var ya = function() {
|
|
2603
|
+
return {
|
|
2604
|
+
prefix: null,
|
|
2605
|
+
iconName: null,
|
|
2606
|
+
rest: []
|
|
2607
|
+
};
|
|
2608
|
+
};
|
|
2609
|
+
function bc(e) {
|
|
2610
|
+
var t = E, n = ua.reduce(function(r, a) {
|
|
2611
|
+
return r[a] = "".concat(p.cssPrefix, "-").concat(a), r;
|
|
2612
|
+
}, {});
|
|
2613
|
+
return Xr.forEach(function(r) {
|
|
2614
|
+
(e.includes(n[r]) || e.some(function(a) {
|
|
2615
|
+
return gc[r].includes(a);
|
|
2616
|
+
})) && (t = r);
|
|
2617
|
+
}), t;
|
|
2618
|
+
}
|
|
2619
|
+
function He(e) {
|
|
2620
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = t.family, r = n === void 0 ? E : n, a = Vu[r][e];
|
|
2621
|
+
if (r === Ae && !e)
|
|
2622
|
+
return "fad";
|
|
2623
|
+
var i = Tn[r][e] || Tn[r][a], o = e in N.styles ? e : null, s = i || o || null;
|
|
2624
|
+
return s;
|
|
2625
|
+
}
|
|
2626
|
+
function xc(e) {
|
|
2627
|
+
var t = [], n = null;
|
|
2628
|
+
return e.forEach(function(r) {
|
|
2629
|
+
var a = hc(p.cssPrefix, r);
|
|
2630
|
+
a ? n = a : r && t.push(r);
|
|
2631
|
+
}), {
|
|
2632
|
+
iconName: n,
|
|
2633
|
+
rest: t
|
|
2634
|
+
};
|
|
2635
|
+
}
|
|
2636
|
+
function $n(e) {
|
|
2637
|
+
return e.sort().filter(function(t, n, r) {
|
|
2638
|
+
return r.indexOf(t) === n;
|
|
2639
|
+
});
|
|
2640
|
+
}
|
|
2641
|
+
var kn = Jr.concat(Vr);
|
|
2642
|
+
function Ye(e) {
|
|
2643
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = t.skipLookups, r = n === void 0 ? !1 : n, a = null, i = $n(e.filter(function(h) {
|
|
2644
|
+
return kn.includes(h);
|
|
2645
|
+
})), o = $n(e.filter(function(h) {
|
|
2646
|
+
return !kn.includes(h);
|
|
2647
|
+
})), s = i.filter(function(h) {
|
|
2648
|
+
return a = h, !Er.includes(h);
|
|
2649
|
+
}), l = Be(s, 1), f = l[0], c = f === void 0 ? null : f, d = bc(i), v = u(u({}, xc(o)), {}, {
|
|
2650
|
+
prefix: He(c, {
|
|
2651
|
+
family: d
|
|
2652
|
+
})
|
|
2653
|
+
});
|
|
2654
|
+
return u(u(u({}, v), Oc({
|
|
2655
|
+
values: e,
|
|
2656
|
+
family: d,
|
|
2657
|
+
styles: Se,
|
|
2658
|
+
config: p,
|
|
2659
|
+
canonical: v,
|
|
2660
|
+
givenPrefix: a
|
|
2661
|
+
})), wc(r, a, v));
|
|
2662
|
+
}
|
|
2663
|
+
function wc(e, t, n) {
|
|
2664
|
+
var r = n.prefix, a = n.iconName;
|
|
2665
|
+
if (e || !r || !a)
|
|
2666
|
+
return {
|
|
2667
|
+
prefix: r,
|
|
2668
|
+
iconName: a
|
|
2669
|
+
};
|
|
2670
|
+
var i = t === "fa" ? va(a) : {}, o = Z(r, a);
|
|
2671
|
+
return a = i.iconName || o || a, r = i.prefix || r, r === "far" && !Se.far && Se.fas && !p.autoFetchSvg && (r = "fas"), {
|
|
2672
|
+
prefix: r,
|
|
2673
|
+
iconName: a
|
|
2674
|
+
};
|
|
2675
|
+
}
|
|
2676
|
+
var Sc = Xr.filter(function(e) {
|
|
2677
|
+
return e !== E || e !== Ae;
|
|
2678
|
+
}), Ac = Object.keys(ct).filter(function(e) {
|
|
2679
|
+
return e !== E;
|
|
2680
|
+
}).map(function(e) {
|
|
2681
|
+
return Object.keys(ct[e]);
|
|
2682
|
+
}).flat();
|
|
2683
|
+
function Oc(e) {
|
|
2684
|
+
var t = e.values, n = e.family, r = e.canonical, a = e.givenPrefix, i = a === void 0 ? "" : a, o = e.styles, s = o === void 0 ? {} : o, l = e.config, f = l === void 0 ? {} : l, c = n === Ae, d = t.includes("fa-duotone") || t.includes("fad"), v = f.familyDefault === "duotone", h = r.prefix === "fad" || r.prefix === "fa-duotone";
|
|
2685
|
+
if (!c && (d || v || h) && (r.prefix = "fad"), (t.includes("fa-brands") || t.includes("fab")) && (r.prefix = "fab"), !r.prefix && Sc.includes(n)) {
|
|
2686
|
+
var b = Object.keys(s).find(function(I) {
|
|
2687
|
+
return Ac.includes(I);
|
|
2688
|
+
});
|
|
2689
|
+
if (b || f.autoFetchSvg) {
|
|
2690
|
+
var x = zf.get(n).defaultShortPrefixId;
|
|
2691
|
+
r.prefix = x, r.iconName = Z(r.prefix, r.iconName) || r.iconName;
|
|
2692
|
+
}
|
|
2693
|
+
}
|
|
2694
|
+
return (r.prefix === "fa" || i === "fa") && (r.prefix = X() || "fas"), r;
|
|
2695
|
+
}
|
|
2696
|
+
var Pc = /* @__PURE__ */ (function() {
|
|
2697
|
+
function e() {
|
|
2698
|
+
of(this, e), this.definitions = {};
|
|
2699
|
+
}
|
|
2700
|
+
return lf(e, [{
|
|
2701
|
+
key: "add",
|
|
2702
|
+
value: function() {
|
|
2703
|
+
for (var n = this, r = arguments.length, a = new Array(r), i = 0; i < r; i++)
|
|
2704
|
+
a[i] = arguments[i];
|
|
2705
|
+
var o = a.reduce(this._pullDefinitions, {});
|
|
2706
|
+
Object.keys(o).forEach(function(s) {
|
|
2707
|
+
n.definitions[s] = u(u({}, n.definitions[s] || {}), o[s]), vt(s, o[s]);
|
|
2708
|
+
var l = Dt[E][s];
|
|
2709
|
+
l && vt(l, o[s]), ha();
|
|
2710
|
+
});
|
|
2711
|
+
}
|
|
2712
|
+
}, {
|
|
2713
|
+
key: "reset",
|
|
2714
|
+
value: function() {
|
|
2715
|
+
this.definitions = {};
|
|
2716
|
+
}
|
|
2717
|
+
}, {
|
|
2718
|
+
key: "_pullDefinitions",
|
|
2719
|
+
value: function(n, r) {
|
|
2720
|
+
var a = r.prefix && r.iconName && r.icon ? {
|
|
2721
|
+
0: r
|
|
2722
|
+
} : r;
|
|
2723
|
+
return Object.keys(a).map(function(i) {
|
|
2724
|
+
var o = a[i], s = o.prefix, l = o.iconName, f = o.icon, c = f[2];
|
|
2725
|
+
n[s] || (n[s] = {}), c.length > 0 && c.forEach(function(d) {
|
|
2726
|
+
typeof d == "string" && (n[s][d] = f);
|
|
2727
|
+
}), n[s][l] = f;
|
|
2728
|
+
}), n;
|
|
2729
|
+
}
|
|
2730
|
+
}]);
|
|
2731
|
+
})(), Fn = [], se = {}, le = {}, Tc = Object.keys(le);
|
|
2732
|
+
function _c(e, t) {
|
|
2733
|
+
var n = t.mixoutsTo;
|
|
2734
|
+
return Fn = e, se = {}, Object.keys(le).forEach(function(r) {
|
|
2735
|
+
Tc.indexOf(r) === -1 && delete le[r];
|
|
2736
|
+
}), Fn.forEach(function(r) {
|
|
2737
|
+
var a = r.mixout ? r.mixout() : {};
|
|
2738
|
+
if (Object.keys(a).forEach(function(o) {
|
|
2739
|
+
typeof a[o] == "function" && (n[o] = a[o]), Ce(a[o]) === "object" && Object.keys(a[o]).forEach(function(s) {
|
|
2740
|
+
n[o] || (n[o] = {}), n[o][s] = a[o][s];
|
|
2741
|
+
});
|
|
2742
|
+
}), r.hooks) {
|
|
2743
|
+
var i = r.hooks();
|
|
2744
|
+
Object.keys(i).forEach(function(o) {
|
|
2745
|
+
se[o] || (se[o] = []), se[o].push(i[o]);
|
|
2746
|
+
});
|
|
2747
|
+
}
|
|
2748
|
+
r.provides && r.provides(le);
|
|
2749
|
+
}), n;
|
|
2750
|
+
}
|
|
2751
|
+
function yt(e, t) {
|
|
2752
|
+
for (var n = arguments.length, r = new Array(n > 2 ? n - 2 : 0), a = 2; a < n; a++)
|
|
2753
|
+
r[a - 2] = arguments[a];
|
|
2754
|
+
var i = se[e] || [];
|
|
2755
|
+
return i.forEach(function(o) {
|
|
2756
|
+
t = o.apply(null, [t].concat(r));
|
|
2757
|
+
}), t;
|
|
2758
|
+
}
|
|
2759
|
+
function te(e) {
|
|
2760
|
+
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
|
|
2761
|
+
n[r - 1] = arguments[r];
|
|
2762
|
+
var a = se[e] || [];
|
|
2763
|
+
a.forEach(function(i) {
|
|
2764
|
+
i.apply(null, n);
|
|
2765
|
+
});
|
|
2766
|
+
}
|
|
2767
|
+
function V() {
|
|
2768
|
+
var e = arguments[0], t = Array.prototype.slice.call(arguments, 1);
|
|
2769
|
+
return le[e] ? le[e].apply(null, t) : void 0;
|
|
2770
|
+
}
|
|
2771
|
+
function bt(e) {
|
|
2772
|
+
e.prefix === "fa" && (e.prefix = "fas");
|
|
2773
|
+
var t = e.iconName, n = e.prefix || X();
|
|
2774
|
+
if (t)
|
|
2775
|
+
return t = Z(n, t) || t, jn(ba.definitions, n, t) || jn(N.styles, n, t);
|
|
2776
|
+
}
|
|
2777
|
+
var ba = new Pc(), Ic = function() {
|
|
2778
|
+
p.autoReplaceSvg = !1, p.observeMutations = !1, te("noAuto");
|
|
2779
|
+
}, jc = {
|
|
2780
|
+
i2svg: function() {
|
|
2781
|
+
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
2782
|
+
return H ? (te("beforeI2svg", t), V("pseudoElements2svg", t), V("i2svg", t)) : Promise.reject(new Error("Operation requires a DOM of some kind."));
|
|
2783
|
+
},
|
|
2784
|
+
watch: function() {
|
|
2785
|
+
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = t.autoReplaceSvgRoot;
|
|
2786
|
+
p.autoReplaceSvg === !1 && (p.autoReplaceSvg = !0), p.observeMutations = !0, dc(function() {
|
|
2787
|
+
$c({
|
|
2788
|
+
autoReplaceSvgRoot: n
|
|
2789
|
+
}), te("watch", t);
|
|
2790
|
+
});
|
|
2791
|
+
}
|
|
2792
|
+
}, Ec = {
|
|
2793
|
+
icon: function(t) {
|
|
2794
|
+
if (t === null)
|
|
2795
|
+
return null;
|
|
2796
|
+
if (Ce(t) === "object" && t.prefix && t.iconName)
|
|
2797
|
+
return {
|
|
2798
|
+
prefix: t.prefix,
|
|
2799
|
+
iconName: Z(t.prefix, t.iconName) || t.iconName
|
|
2800
|
+
};
|
|
2801
|
+
if (Array.isArray(t) && t.length === 2) {
|
|
2802
|
+
var n = t[1].indexOf("fa-") === 0 ? t[1].slice(3) : t[1], r = He(t[0]);
|
|
2803
|
+
return {
|
|
2804
|
+
prefix: r,
|
|
2805
|
+
iconName: Z(r, n) || n
|
|
2806
|
+
};
|
|
2807
|
+
}
|
|
2808
|
+
if (typeof t == "string" && (t.indexOf("".concat(p.cssPrefix, "-")) > -1 || t.match(Ju))) {
|
|
2809
|
+
var a = Ye(t.split(" "), {
|
|
2810
|
+
skipLookups: !0
|
|
2811
|
+
});
|
|
2812
|
+
return {
|
|
2813
|
+
prefix: a.prefix || X(),
|
|
2814
|
+
iconName: Z(a.prefix, a.iconName) || a.iconName
|
|
2815
|
+
};
|
|
2816
|
+
}
|
|
2817
|
+
if (typeof t == "string") {
|
|
2818
|
+
var i = X();
|
|
2819
|
+
return {
|
|
2820
|
+
prefix: i,
|
|
2821
|
+
iconName: Z(i, t) || t
|
|
2822
|
+
};
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
}, F = {
|
|
2826
|
+
noAuto: Ic,
|
|
2827
|
+
config: p,
|
|
2828
|
+
dom: jc,
|
|
2829
|
+
parse: Ec,
|
|
2830
|
+
library: ba,
|
|
2831
|
+
findIconDefinition: bt,
|
|
2832
|
+
toHtml: Pe
|
|
2833
|
+
}, $c = function() {
|
|
2834
|
+
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = t.autoReplaceSvgRoot, r = n === void 0 ? _ : n;
|
|
2835
|
+
(Object.keys(N.styles).length > 0 || p.autoFetchSvg) && H && p.autoReplaceSvg && F.dom.i2svg({
|
|
2836
|
+
node: r
|
|
2837
|
+
});
|
|
2838
|
+
};
|
|
2839
|
+
function Ke(e, t) {
|
|
2840
|
+
return Object.defineProperty(e, "abstract", {
|
|
2841
|
+
get: t
|
|
2842
|
+
}), Object.defineProperty(e, "html", {
|
|
2843
|
+
get: function() {
|
|
2844
|
+
return e.abstract.map(function(r) {
|
|
2845
|
+
return Pe(r);
|
|
2846
|
+
});
|
|
2847
|
+
}
|
|
2848
|
+
}), Object.defineProperty(e, "node", {
|
|
2849
|
+
get: function() {
|
|
2850
|
+
if (H) {
|
|
2851
|
+
var r = _.createElement("div");
|
|
2852
|
+
return r.innerHTML = e.html, r.children;
|
|
2853
|
+
}
|
|
2854
|
+
}
|
|
2855
|
+
}), e;
|
|
2856
|
+
}
|
|
2857
|
+
function kc(e) {
|
|
2858
|
+
var t = e.children, n = e.main, r = e.mask, a = e.attributes, i = e.styles, o = e.transform;
|
|
2859
|
+
if (zt(o) && n.found && !r.found) {
|
|
2860
|
+
var s = n.width, l = n.height, f = {
|
|
2861
|
+
x: s / l / 2,
|
|
2862
|
+
y: 0.5
|
|
2863
|
+
};
|
|
2864
|
+
a.style = Ge(u(u({}, i), {}, {
|
|
2865
|
+
"transform-origin": "".concat(f.x + o.x / 16, "em ").concat(f.y + o.y / 16, "em")
|
|
2866
|
+
}));
|
|
2867
|
+
}
|
|
2868
|
+
return [{
|
|
2869
|
+
tag: "svg",
|
|
2870
|
+
attributes: a,
|
|
2871
|
+
children: t
|
|
2872
|
+
}];
|
|
2873
|
+
}
|
|
2874
|
+
function Fc(e) {
|
|
2875
|
+
var t = e.prefix, n = e.iconName, r = e.children, a = e.attributes, i = e.symbol, o = i === !0 ? "".concat(t, "-").concat(p.cssPrefix, "-").concat(n) : i;
|
|
2876
|
+
return [{
|
|
2877
|
+
tag: "svg",
|
|
2878
|
+
attributes: {
|
|
2879
|
+
style: "display: none;"
|
|
2880
|
+
},
|
|
2881
|
+
children: [{
|
|
2882
|
+
tag: "symbol",
|
|
2883
|
+
attributes: u(u({}, a), {}, {
|
|
2884
|
+
id: o
|
|
2885
|
+
}),
|
|
2886
|
+
children: r
|
|
2887
|
+
}]
|
|
2888
|
+
}];
|
|
2889
|
+
}
|
|
2890
|
+
function Cc(e) {
|
|
2891
|
+
var t = ["aria-label", "aria-labelledby", "title", "role"];
|
|
2892
|
+
return t.some(function(n) {
|
|
2893
|
+
return n in e;
|
|
2894
|
+
});
|
|
2895
|
+
}
|
|
2896
|
+
function Wt(e) {
|
|
2897
|
+
var t = e.icons, n = t.main, r = t.mask, a = e.prefix, i = e.iconName, o = e.transform, s = e.symbol, l = e.maskId, f = e.extra, c = e.watchable, d = c === void 0 ? !1 : c, v = r.found ? r : n, h = v.width, b = v.height, x = [p.replacementClass, i ? "".concat(p.cssPrefix, "-").concat(i) : ""].filter(function(j) {
|
|
2898
|
+
return f.classes.indexOf(j) === -1;
|
|
2899
|
+
}).filter(function(j) {
|
|
2900
|
+
return j !== "" || !!j;
|
|
2901
|
+
}).concat(f.classes).join(" "), I = {
|
|
2902
|
+
children: [],
|
|
2903
|
+
attributes: u(u({}, f.attributes), {}, {
|
|
2904
|
+
"data-prefix": a,
|
|
2905
|
+
"data-icon": i,
|
|
2906
|
+
class: x,
|
|
2907
|
+
role: f.attributes.role || "img",
|
|
2908
|
+
viewBox: "0 0 ".concat(h, " ").concat(b)
|
|
2909
|
+
})
|
|
2910
|
+
};
|
|
2911
|
+
!Cc(f.attributes) && !f.attributes["aria-hidden"] && (I.attributes["aria-hidden"] = "true"), d && (I.attributes[ee] = "");
|
|
2912
|
+
var m = u(u({}, I), {}, {
|
|
2913
|
+
prefix: a,
|
|
2914
|
+
iconName: i,
|
|
2915
|
+
main: n,
|
|
2916
|
+
mask: r,
|
|
2917
|
+
maskId: l,
|
|
2918
|
+
transform: o,
|
|
2919
|
+
symbol: s,
|
|
2920
|
+
styles: u({}, f.styles)
|
|
2921
|
+
}), g = r.found && n.found ? V("generateAbstractMask", m) || {
|
|
2922
|
+
children: [],
|
|
2923
|
+
attributes: {}
|
|
2924
|
+
} : V("generateAbstractIcon", m) || {
|
|
2925
|
+
children: [],
|
|
2926
|
+
attributes: {}
|
|
2927
|
+
}, S = g.children, P = g.attributes;
|
|
2928
|
+
return m.children = S, m.attributes = P, s ? Fc(m) : kc(m);
|
|
2929
|
+
}
|
|
2930
|
+
function Cn(e) {
|
|
2931
|
+
var t = e.content, n = e.width, r = e.height, a = e.transform, i = e.extra, o = e.watchable, s = o === void 0 ? !1 : o, l = u(u({}, i.attributes), {}, {
|
|
2932
|
+
class: i.classes.join(" ")
|
|
2933
|
+
});
|
|
2934
|
+
s && (l[ee] = "");
|
|
2935
|
+
var f = u({}, i.styles);
|
|
2936
|
+
zt(a) && (f.transform = fc({
|
|
2937
|
+
transform: a,
|
|
2938
|
+
width: n,
|
|
2939
|
+
height: r
|
|
2940
|
+
}), f["-webkit-transform"] = f.transform);
|
|
2941
|
+
var c = Ge(f);
|
|
2942
|
+
c.length > 0 && (l.style = c);
|
|
2943
|
+
var d = [];
|
|
2944
|
+
return d.push({
|
|
2945
|
+
tag: "span",
|
|
2946
|
+
attributes: l,
|
|
2947
|
+
children: [t]
|
|
2948
|
+
}), d;
|
|
2949
|
+
}
|
|
2950
|
+
function Nc(e) {
|
|
2951
|
+
var t = e.content, n = e.extra, r = u(u({}, n.attributes), {}, {
|
|
2952
|
+
class: n.classes.join(" ")
|
|
2953
|
+
}), a = Ge(n.styles);
|
|
2954
|
+
a.length > 0 && (r.style = a);
|
|
2955
|
+
var i = [];
|
|
2956
|
+
return i.push({
|
|
2957
|
+
tag: "span",
|
|
2958
|
+
attributes: r,
|
|
2959
|
+
children: [t]
|
|
2960
|
+
}), i;
|
|
2961
|
+
}
|
|
2962
|
+
var nt = N.styles;
|
|
2963
|
+
function xt(e) {
|
|
2964
|
+
var t = e[0], n = e[1], r = e.slice(4), a = Be(r, 1), i = a[0], o = null;
|
|
2965
|
+
return Array.isArray(i) ? o = {
|
|
2966
|
+
tag: "g",
|
|
2967
|
+
attributes: {
|
|
2968
|
+
class: "".concat(p.cssPrefix, "-").concat(Qe.GROUP)
|
|
2969
|
+
},
|
|
2970
|
+
children: [{
|
|
2971
|
+
tag: "path",
|
|
2972
|
+
attributes: {
|
|
2973
|
+
class: "".concat(p.cssPrefix, "-").concat(Qe.SECONDARY),
|
|
2974
|
+
fill: "currentColor",
|
|
2975
|
+
d: i[0]
|
|
2976
|
+
}
|
|
2977
|
+
}, {
|
|
2978
|
+
tag: "path",
|
|
2979
|
+
attributes: {
|
|
2980
|
+
class: "".concat(p.cssPrefix, "-").concat(Qe.PRIMARY),
|
|
2981
|
+
fill: "currentColor",
|
|
2982
|
+
d: i[1]
|
|
2983
|
+
}
|
|
2984
|
+
}]
|
|
2985
|
+
} : o = {
|
|
2986
|
+
tag: "path",
|
|
2987
|
+
attributes: {
|
|
2988
|
+
fill: "currentColor",
|
|
2989
|
+
d: i
|
|
2990
|
+
}
|
|
2991
|
+
}, {
|
|
2992
|
+
found: !0,
|
|
2993
|
+
width: t,
|
|
2994
|
+
height: n,
|
|
2995
|
+
icon: o
|
|
2996
|
+
};
|
|
2997
|
+
}
|
|
2998
|
+
var Mc = {
|
|
2999
|
+
found: !1,
|
|
3000
|
+
width: 512,
|
|
3001
|
+
height: 512
|
|
3002
|
+
};
|
|
3003
|
+
function Dc(e, t) {
|
|
3004
|
+
!ta && !p.showMissingIcons && e && console.error('Icon with name "'.concat(e, '" and prefix "').concat(t, '" is missing.'));
|
|
3005
|
+
}
|
|
3006
|
+
function wt(e, t) {
|
|
3007
|
+
var n = t;
|
|
3008
|
+
return t === "fa" && p.styleDefault !== null && (t = X()), new Promise(function(r, a) {
|
|
3009
|
+
if (n === "fa") {
|
|
3010
|
+
var i = va(e) || {};
|
|
3011
|
+
e = i.iconName || e, t = i.prefix || t;
|
|
3012
|
+
}
|
|
3013
|
+
if (e && t && nt[t] && nt[t][e]) {
|
|
3014
|
+
var o = nt[t][e];
|
|
3015
|
+
return r(xt(o));
|
|
3016
|
+
}
|
|
3017
|
+
Dc(e, t), r(u(u({}, Mc), {}, {
|
|
3018
|
+
icon: p.showMissingIcons && e ? V("missingIconAbstract") || {} : {}
|
|
3019
|
+
}));
|
|
3020
|
+
});
|
|
3021
|
+
}
|
|
3022
|
+
var Nn = function() {
|
|
3023
|
+
}, St = p.measurePerformance && _e && _e.mark && _e.measure ? _e : {
|
|
3024
|
+
mark: Nn,
|
|
3025
|
+
measure: Nn
|
|
3026
|
+
}, ge = 'FA "7.2.0"', Lc = function(t) {
|
|
3027
|
+
return St.mark("".concat(ge, " ").concat(t, " begins")), function() {
|
|
3028
|
+
return xa(t);
|
|
3029
|
+
};
|
|
3030
|
+
}, xa = function(t) {
|
|
3031
|
+
St.mark("".concat(ge, " ").concat(t, " ends")), St.measure("".concat(ge, " ").concat(t), "".concat(ge, " ").concat(t, " begins"), "".concat(ge, " ").concat(t, " ends"));
|
|
3032
|
+
}, Bt = {
|
|
3033
|
+
begin: Lc,
|
|
3034
|
+
end: xa
|
|
3035
|
+
}, $e = function() {
|
|
3036
|
+
};
|
|
3037
|
+
function Mn(e) {
|
|
3038
|
+
var t = e.getAttribute ? e.getAttribute(ee) : null;
|
|
3039
|
+
return typeof t == "string";
|
|
3040
|
+
}
|
|
3041
|
+
function zc(e) {
|
|
3042
|
+
var t = e.getAttribute ? e.getAttribute(Nt) : null, n = e.getAttribute ? e.getAttribute(Mt) : null;
|
|
3043
|
+
return t && n;
|
|
3044
|
+
}
|
|
3045
|
+
function Rc(e) {
|
|
3046
|
+
return e && e.classList && e.classList.contains && e.classList.contains(p.replacementClass);
|
|
3047
|
+
}
|
|
3048
|
+
function Uc() {
|
|
3049
|
+
if (p.autoReplaceSvg === !0)
|
|
3050
|
+
return ke.replace;
|
|
3051
|
+
var e = ke[p.autoReplaceSvg];
|
|
3052
|
+
return e || ke.replace;
|
|
3053
|
+
}
|
|
3054
|
+
function Wc(e) {
|
|
3055
|
+
return _.createElementNS("http://www.w3.org/2000/svg", e);
|
|
3056
|
+
}
|
|
3057
|
+
function Bc(e) {
|
|
3058
|
+
return _.createElement(e);
|
|
3059
|
+
}
|
|
3060
|
+
function wa(e) {
|
|
3061
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = t.ceFn, r = n === void 0 ? e.tag === "svg" ? Wc : Bc : n;
|
|
3062
|
+
if (typeof e == "string")
|
|
3063
|
+
return _.createTextNode(e);
|
|
3064
|
+
var a = r(e.tag);
|
|
3065
|
+
Object.keys(e.attributes || []).forEach(function(o) {
|
|
3066
|
+
a.setAttribute(o, e.attributes[o]);
|
|
3067
|
+
});
|
|
3068
|
+
var i = e.children || [];
|
|
3069
|
+
return i.forEach(function(o) {
|
|
3070
|
+
a.appendChild(wa(o, {
|
|
3071
|
+
ceFn: r
|
|
3072
|
+
}));
|
|
3073
|
+
}), a;
|
|
3074
|
+
}
|
|
3075
|
+
function Gc(e) {
|
|
3076
|
+
var t = " ".concat(e.outerHTML, " ");
|
|
3077
|
+
return t = "".concat(t, "Font Awesome fontawesome.com "), t;
|
|
3078
|
+
}
|
|
3079
|
+
var ke = {
|
|
3080
|
+
replace: function(t) {
|
|
3081
|
+
var n = t[0];
|
|
3082
|
+
if (n.parentNode)
|
|
3083
|
+
if (t[1].forEach(function(a) {
|
|
3084
|
+
n.parentNode.insertBefore(wa(a), n);
|
|
3085
|
+
}), n.getAttribute(ee) === null && p.keepOriginalSource) {
|
|
3086
|
+
var r = _.createComment(Gc(n));
|
|
3087
|
+
n.parentNode.replaceChild(r, n);
|
|
3088
|
+
} else
|
|
3089
|
+
n.remove();
|
|
3090
|
+
},
|
|
3091
|
+
nest: function(t) {
|
|
3092
|
+
var n = t[0], r = t[1];
|
|
3093
|
+
if (~Lt(n).indexOf(p.replacementClass))
|
|
3094
|
+
return ke.replace(t);
|
|
3095
|
+
var a = new RegExp("".concat(p.cssPrefix, "-.*"));
|
|
3096
|
+
if (delete r[0].attributes.id, r[0].attributes.class) {
|
|
3097
|
+
var i = r[0].attributes.class.split(" ").reduce(function(s, l) {
|
|
3098
|
+
return l === p.replacementClass || l.match(a) ? s.toSvg.push(l) : s.toNode.push(l), s;
|
|
3099
|
+
}, {
|
|
3100
|
+
toNode: [],
|
|
3101
|
+
toSvg: []
|
|
3102
|
+
});
|
|
3103
|
+
r[0].attributes.class = i.toSvg.join(" "), i.toNode.length === 0 ? n.removeAttribute("class") : n.setAttribute("class", i.toNode.join(" "));
|
|
3104
|
+
}
|
|
3105
|
+
var o = r.map(function(s) {
|
|
3106
|
+
return Pe(s);
|
|
3107
|
+
}).join(`
|
|
3108
|
+
`);
|
|
3109
|
+
n.setAttribute(ee, ""), n.innerHTML = o;
|
|
3110
|
+
}
|
|
3111
|
+
};
|
|
3112
|
+
function Dn(e) {
|
|
3113
|
+
e();
|
|
3114
|
+
}
|
|
3115
|
+
function Sa(e, t) {
|
|
3116
|
+
var n = typeof t == "function" ? t : $e;
|
|
3117
|
+
if (e.length === 0)
|
|
3118
|
+
n();
|
|
3119
|
+
else {
|
|
3120
|
+
var r = Dn;
|
|
3121
|
+
p.mutateApproach === Ku && (r = K.requestAnimationFrame || Dn), r(function() {
|
|
3122
|
+
var a = Uc(), i = Bt.begin("mutate");
|
|
3123
|
+
e.map(a), i(), n();
|
|
3124
|
+
});
|
|
3125
|
+
}
|
|
3126
|
+
}
|
|
3127
|
+
var Gt = !1;
|
|
3128
|
+
function Aa() {
|
|
3129
|
+
Gt = !0;
|
|
3130
|
+
}
|
|
3131
|
+
function At() {
|
|
3132
|
+
Gt = !1;
|
|
3133
|
+
}
|
|
3134
|
+
var Me = null;
|
|
3135
|
+
function Ln(e) {
|
|
3136
|
+
if (Sn && p.observeMutations) {
|
|
3137
|
+
var t = e.treeCallback, n = t === void 0 ? $e : t, r = e.nodeCallback, a = r === void 0 ? $e : r, i = e.pseudoElementsCallback, o = i === void 0 ? $e : i, s = e.observeMutationsRoot, l = s === void 0 ? _ : s;
|
|
3138
|
+
Me = new Sn(function(f) {
|
|
3139
|
+
if (!Gt) {
|
|
3140
|
+
var c = X();
|
|
3141
|
+
de(f).forEach(function(d) {
|
|
3142
|
+
if (d.type === "childList" && d.addedNodes.length > 0 && !Mn(d.addedNodes[0]) && (p.searchPseudoElements && o(d.target), n(d.target)), d.type === "attributes" && d.target.parentNode && p.searchPseudoElements && o([d.target], !0), d.type === "attributes" && Mn(d.target) && ~Qu.indexOf(d.attributeName))
|
|
3143
|
+
if (d.attributeName === "class" && zc(d.target)) {
|
|
3144
|
+
var v = Ye(Lt(d.target)), h = v.prefix, b = v.iconName;
|
|
3145
|
+
d.target.setAttribute(Nt, h || c), b && d.target.setAttribute(Mt, b);
|
|
3146
|
+
} else Rc(d.target) && a(d.target);
|
|
3147
|
+
});
|
|
3148
|
+
}
|
|
3149
|
+
}), H && Me.observe(l, {
|
|
3150
|
+
childList: !0,
|
|
3151
|
+
attributes: !0,
|
|
3152
|
+
characterData: !0,
|
|
3153
|
+
subtree: !0
|
|
3154
|
+
});
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3157
|
+
function Hc() {
|
|
3158
|
+
Me && Me.disconnect();
|
|
3159
|
+
}
|
|
3160
|
+
function Yc(e) {
|
|
3161
|
+
var t = e.getAttribute("style"), n = [];
|
|
3162
|
+
return t && (n = t.split(";").reduce(function(r, a) {
|
|
3163
|
+
var i = a.split(":"), o = i[0], s = i.slice(1);
|
|
3164
|
+
return o && s.length > 0 && (r[o] = s.join(":").trim()), r;
|
|
3165
|
+
}, {})), n;
|
|
3166
|
+
}
|
|
3167
|
+
function Kc(e) {
|
|
3168
|
+
var t = e.getAttribute("data-prefix"), n = e.getAttribute("data-icon"), r = e.innerText !== void 0 ? e.innerText.trim() : "", a = Ye(Lt(e));
|
|
3169
|
+
return a.prefix || (a.prefix = X()), t && n && (a.prefix = t, a.iconName = n), a.iconName && a.prefix || (a.prefix && r.length > 0 && (a.iconName = vc(a.prefix, e.innerText) || Ut(a.prefix, fa(e.innerText))), !a.iconName && p.autoFetchSvg && e.firstChild && e.firstChild.nodeType === Node.TEXT_NODE && (a.iconName = e.firstChild.data)), a;
|
|
3170
|
+
}
|
|
3171
|
+
function Xc(e) {
|
|
3172
|
+
var t = de(e.attributes).reduce(function(n, r) {
|
|
3173
|
+
return n.name !== "class" && n.name !== "style" && (n[r.name] = r.value), n;
|
|
3174
|
+
}, {});
|
|
3175
|
+
return t;
|
|
3176
|
+
}
|
|
3177
|
+
function Vc() {
|
|
3178
|
+
return {
|
|
3179
|
+
iconName: null,
|
|
3180
|
+
prefix: null,
|
|
3181
|
+
transform: L,
|
|
3182
|
+
symbol: !1,
|
|
3183
|
+
mask: {
|
|
3184
|
+
iconName: null,
|
|
3185
|
+
prefix: null,
|
|
3186
|
+
rest: []
|
|
3187
|
+
},
|
|
3188
|
+
maskId: null,
|
|
3189
|
+
extra: {
|
|
3190
|
+
classes: [],
|
|
3191
|
+
styles: {},
|
|
3192
|
+
attributes: {}
|
|
3193
|
+
}
|
|
3194
|
+
};
|
|
3195
|
+
}
|
|
3196
|
+
function zn(e) {
|
|
3197
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
|
|
3198
|
+
styleParser: !0
|
|
3199
|
+
}, n = Kc(e), r = n.iconName, a = n.prefix, i = n.rest, o = Xc(e), s = yt("parseNodeAttributes", {}, e), l = t.styleParser ? Yc(e) : [];
|
|
3200
|
+
return u({
|
|
3201
|
+
iconName: r,
|
|
3202
|
+
prefix: a,
|
|
3203
|
+
transform: L,
|
|
3204
|
+
mask: {
|
|
3205
|
+
iconName: null,
|
|
3206
|
+
prefix: null,
|
|
3207
|
+
rest: []
|
|
3208
|
+
},
|
|
3209
|
+
maskId: null,
|
|
3210
|
+
symbol: !1,
|
|
3211
|
+
extra: {
|
|
3212
|
+
classes: i,
|
|
3213
|
+
styles: l,
|
|
3214
|
+
attributes: o
|
|
3215
|
+
}
|
|
3216
|
+
}, s);
|
|
3217
|
+
}
|
|
3218
|
+
var Jc = N.styles;
|
|
3219
|
+
function Oa(e) {
|
|
3220
|
+
var t = p.autoReplaceSvg === "nest" ? zn(e, {
|
|
3221
|
+
styleParser: !1
|
|
3222
|
+
}) : zn(e);
|
|
3223
|
+
return ~t.extra.classes.indexOf(ra) ? V("generateLayersText", e, t) : V("generateSvgReplacementMutation", e, t);
|
|
3224
|
+
}
|
|
3225
|
+
function qc() {
|
|
3226
|
+
return [].concat(M(Vr), M(Jr));
|
|
3227
|
+
}
|
|
3228
|
+
function Rn(e) {
|
|
3229
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
3230
|
+
if (!H) return Promise.resolve();
|
|
3231
|
+
var n = _.documentElement.classList, r = function(d) {
|
|
3232
|
+
return n.add("".concat(Pn, "-").concat(d));
|
|
3233
|
+
}, a = function(d) {
|
|
3234
|
+
return n.remove("".concat(Pn, "-").concat(d));
|
|
3235
|
+
}, i = p.autoFetchSvg ? qc() : Er.concat(Object.keys(Jc));
|
|
3236
|
+
i.includes("fa") || i.push("fa");
|
|
3237
|
+
var o = [".".concat(ra, ":not([").concat(ee, "])")].concat(i.map(function(c) {
|
|
3238
|
+
return ".".concat(c, ":not([").concat(ee, "])");
|
|
3239
|
+
})).join(", ");
|
|
3240
|
+
if (o.length === 0)
|
|
3241
|
+
return Promise.resolve();
|
|
3242
|
+
var s = [];
|
|
3243
|
+
try {
|
|
3244
|
+
s = de(e.querySelectorAll(o));
|
|
3245
|
+
} catch {
|
|
3246
|
+
}
|
|
3247
|
+
if (s.length > 0)
|
|
3248
|
+
r("pending"), a("complete");
|
|
3249
|
+
else
|
|
3250
|
+
return Promise.resolve();
|
|
3251
|
+
var l = Bt.begin("onTree"), f = s.reduce(function(c, d) {
|
|
3252
|
+
try {
|
|
3253
|
+
var v = Oa(d);
|
|
3254
|
+
v && c.push(v);
|
|
3255
|
+
} catch (h) {
|
|
3256
|
+
ta || h.name === "MissingIcon" && console.error(h);
|
|
3257
|
+
}
|
|
3258
|
+
return c;
|
|
3259
|
+
}, []);
|
|
3260
|
+
return new Promise(function(c, d) {
|
|
3261
|
+
Promise.all(f).then(function(v) {
|
|
3262
|
+
Sa(v, function() {
|
|
3263
|
+
r("active"), r("complete"), a("pending"), typeof t == "function" && t(), l(), c();
|
|
3264
|
+
});
|
|
3265
|
+
}).catch(function(v) {
|
|
3266
|
+
l(), d(v);
|
|
3267
|
+
});
|
|
3268
|
+
});
|
|
3269
|
+
}
|
|
3270
|
+
function Zc(e) {
|
|
3271
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
|
|
3272
|
+
Oa(e).then(function(n) {
|
|
3273
|
+
n && Sa([n], t);
|
|
3274
|
+
});
|
|
3275
|
+
}
|
|
3276
|
+
function Qc(e) {
|
|
3277
|
+
return function(t) {
|
|
3278
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = (t || {}).icon ? t : bt(t || {}), a = n.mask;
|
|
3279
|
+
return a && (a = (a || {}).icon ? a : bt(a || {})), e(r, u(u({}, n), {}, {
|
|
3280
|
+
mask: a
|
|
3281
|
+
}));
|
|
3282
|
+
};
|
|
3283
|
+
}
|
|
3284
|
+
var ed = function(t) {
|
|
3285
|
+
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = n.transform, a = r === void 0 ? L : r, i = n.symbol, o = i === void 0 ? !1 : i, s = n.mask, l = s === void 0 ? null : s, f = n.maskId, c = f === void 0 ? null : f, d = n.classes, v = d === void 0 ? [] : d, h = n.attributes, b = h === void 0 ? {} : h, x = n.styles, I = x === void 0 ? {} : x;
|
|
3286
|
+
if (t) {
|
|
3287
|
+
var m = t.prefix, g = t.iconName, S = t.icon;
|
|
3288
|
+
return Ke(u({
|
|
3289
|
+
type: "icon"
|
|
3290
|
+
}, t), function() {
|
|
3291
|
+
return te("beforeDOMElementCreation", {
|
|
3292
|
+
iconDefinition: t,
|
|
3293
|
+
params: n
|
|
3294
|
+
}), Wt({
|
|
3295
|
+
icons: {
|
|
3296
|
+
main: xt(S),
|
|
3297
|
+
mask: l ? xt(l.icon) : {
|
|
3298
|
+
found: !1,
|
|
3299
|
+
width: null,
|
|
3300
|
+
height: null,
|
|
3301
|
+
icon: {}
|
|
3302
|
+
}
|
|
3303
|
+
},
|
|
3304
|
+
prefix: m,
|
|
3305
|
+
iconName: g,
|
|
3306
|
+
transform: u(u({}, L), a),
|
|
3307
|
+
symbol: o,
|
|
3308
|
+
maskId: c,
|
|
3309
|
+
extra: {
|
|
3310
|
+
attributes: b,
|
|
3311
|
+
styles: I,
|
|
3312
|
+
classes: v
|
|
3313
|
+
}
|
|
3314
|
+
});
|
|
3315
|
+
});
|
|
3316
|
+
}
|
|
3317
|
+
}, td = {
|
|
3318
|
+
mixout: function() {
|
|
3319
|
+
return {
|
|
3320
|
+
icon: Qc(ed)
|
|
3321
|
+
};
|
|
3322
|
+
},
|
|
3323
|
+
hooks: function() {
|
|
3324
|
+
return {
|
|
3325
|
+
mutationObserverCallbacks: function(n) {
|
|
3326
|
+
return n.treeCallback = Rn, n.nodeCallback = Zc, n;
|
|
3327
|
+
}
|
|
3328
|
+
};
|
|
3329
|
+
},
|
|
3330
|
+
provides: function(t) {
|
|
3331
|
+
t.i2svg = function(n) {
|
|
3332
|
+
var r = n.node, a = r === void 0 ? _ : r, i = n.callback, o = i === void 0 ? function() {
|
|
3333
|
+
} : i;
|
|
3334
|
+
return Rn(a, o);
|
|
3335
|
+
}, t.generateSvgReplacementMutation = function(n, r) {
|
|
3336
|
+
var a = r.iconName, i = r.prefix, o = r.transform, s = r.symbol, l = r.mask, f = r.maskId, c = r.extra;
|
|
3337
|
+
return new Promise(function(d, v) {
|
|
3338
|
+
Promise.all([wt(a, i), l.iconName ? wt(l.iconName, l.prefix) : Promise.resolve({
|
|
3339
|
+
found: !1,
|
|
3340
|
+
width: 512,
|
|
3341
|
+
height: 512,
|
|
3342
|
+
icon: {}
|
|
3343
|
+
})]).then(function(h) {
|
|
3344
|
+
var b = Be(h, 2), x = b[0], I = b[1];
|
|
3345
|
+
d([n, Wt({
|
|
3346
|
+
icons: {
|
|
3347
|
+
main: x,
|
|
3348
|
+
mask: I
|
|
3349
|
+
},
|
|
3350
|
+
prefix: i,
|
|
3351
|
+
iconName: a,
|
|
3352
|
+
transform: o,
|
|
3353
|
+
symbol: s,
|
|
3354
|
+
maskId: f,
|
|
3355
|
+
extra: c,
|
|
3356
|
+
watchable: !0
|
|
3357
|
+
})]);
|
|
3358
|
+
}).catch(v);
|
|
3359
|
+
});
|
|
3360
|
+
}, t.generateAbstractIcon = function(n) {
|
|
3361
|
+
var r = n.children, a = n.attributes, i = n.main, o = n.transform, s = n.styles, l = Ge(s);
|
|
3362
|
+
l.length > 0 && (a.style = l);
|
|
3363
|
+
var f;
|
|
3364
|
+
return zt(o) && (f = V("generateAbstractTransformGrouping", {
|
|
3365
|
+
main: i,
|
|
3366
|
+
transform: o,
|
|
3367
|
+
containerWidth: i.width,
|
|
3368
|
+
iconWidth: i.width
|
|
3369
|
+
})), r.push(f || i.icon), {
|
|
3370
|
+
children: r,
|
|
3371
|
+
attributes: a
|
|
3372
|
+
};
|
|
3373
|
+
};
|
|
3374
|
+
}
|
|
3375
|
+
}, nd = {
|
|
3376
|
+
mixout: function() {
|
|
3377
|
+
return {
|
|
3378
|
+
layer: function(n) {
|
|
3379
|
+
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = r.classes, i = a === void 0 ? [] : a;
|
|
3380
|
+
return Ke({
|
|
3381
|
+
type: "layer"
|
|
3382
|
+
}, function() {
|
|
3383
|
+
te("beforeDOMElementCreation", {
|
|
3384
|
+
assembler: n,
|
|
3385
|
+
params: r
|
|
3386
|
+
});
|
|
3387
|
+
var o = [];
|
|
3388
|
+
return n(function(s) {
|
|
3389
|
+
Array.isArray(s) ? s.map(function(l) {
|
|
3390
|
+
o = o.concat(l.abstract);
|
|
3391
|
+
}) : o = o.concat(s.abstract);
|
|
3392
|
+
}), [{
|
|
3393
|
+
tag: "span",
|
|
3394
|
+
attributes: {
|
|
3395
|
+
class: ["".concat(p.cssPrefix, "-layers")].concat(M(i)).join(" ")
|
|
3396
|
+
},
|
|
3397
|
+
children: o
|
|
3398
|
+
}];
|
|
3399
|
+
});
|
|
3400
|
+
}
|
|
3401
|
+
};
|
|
3402
|
+
}
|
|
3403
|
+
}, rd = {
|
|
3404
|
+
mixout: function() {
|
|
3405
|
+
return {
|
|
3406
|
+
counter: function(n) {
|
|
3407
|
+
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
3408
|
+
r.title;
|
|
3409
|
+
var a = r.classes, i = a === void 0 ? [] : a, o = r.attributes, s = o === void 0 ? {} : o, l = r.styles, f = l === void 0 ? {} : l;
|
|
3410
|
+
return Ke({
|
|
3411
|
+
type: "counter",
|
|
3412
|
+
content: n
|
|
3413
|
+
}, function() {
|
|
3414
|
+
return te("beforeDOMElementCreation", {
|
|
3415
|
+
content: n,
|
|
3416
|
+
params: r
|
|
3417
|
+
}), Nc({
|
|
3418
|
+
content: n.toString(),
|
|
3419
|
+
extra: {
|
|
3420
|
+
attributes: s,
|
|
3421
|
+
styles: f,
|
|
3422
|
+
classes: ["".concat(p.cssPrefix, "-layers-counter")].concat(M(i))
|
|
3423
|
+
}
|
|
3424
|
+
});
|
|
3425
|
+
});
|
|
3426
|
+
}
|
|
3427
|
+
};
|
|
3428
|
+
}
|
|
3429
|
+
}, ad = {
|
|
3430
|
+
mixout: function() {
|
|
3431
|
+
return {
|
|
3432
|
+
text: function(n) {
|
|
3433
|
+
var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = r.transform, i = a === void 0 ? L : a, o = r.classes, s = o === void 0 ? [] : o, l = r.attributes, f = l === void 0 ? {} : l, c = r.styles, d = c === void 0 ? {} : c;
|
|
3434
|
+
return Ke({
|
|
3435
|
+
type: "text",
|
|
3436
|
+
content: n
|
|
3437
|
+
}, function() {
|
|
3438
|
+
return te("beforeDOMElementCreation", {
|
|
3439
|
+
content: n,
|
|
3440
|
+
params: r
|
|
3441
|
+
}), Cn({
|
|
3442
|
+
content: n,
|
|
3443
|
+
transform: u(u({}, L), i),
|
|
3444
|
+
extra: {
|
|
3445
|
+
attributes: f,
|
|
3446
|
+
styles: d,
|
|
3447
|
+
classes: ["".concat(p.cssPrefix, "-layers-text")].concat(M(s))
|
|
3448
|
+
}
|
|
3449
|
+
});
|
|
3450
|
+
});
|
|
3451
|
+
}
|
|
3452
|
+
};
|
|
3453
|
+
},
|
|
3454
|
+
provides: function(t) {
|
|
3455
|
+
t.generateLayersText = function(n, r) {
|
|
3456
|
+
var a = r.transform, i = r.extra, o = null, s = null;
|
|
3457
|
+
if (Ir) {
|
|
3458
|
+
var l = parseInt(getComputedStyle(n).fontSize, 10), f = n.getBoundingClientRect();
|
|
3459
|
+
o = f.width / l, s = f.height / l;
|
|
3460
|
+
}
|
|
3461
|
+
return Promise.resolve([n, Cn({
|
|
3462
|
+
content: n.innerHTML,
|
|
3463
|
+
width: o,
|
|
3464
|
+
height: s,
|
|
3465
|
+
transform: a,
|
|
3466
|
+
extra: i,
|
|
3467
|
+
watchable: !0
|
|
3468
|
+
})]);
|
|
3469
|
+
};
|
|
3470
|
+
}
|
|
3471
|
+
}, Pa = new RegExp('"', "ug"), Un = [1105920, 1112319], Wn = u(u(u(u({}, {
|
|
3472
|
+
FontAwesome: {
|
|
3473
|
+
normal: "fas",
|
|
3474
|
+
400: "fas"
|
|
3475
|
+
}
|
|
3476
|
+
}), Lf), Hu), Kf), Ot = Object.keys(Wn).reduce(function(e, t) {
|
|
3477
|
+
return e[t.toLowerCase()] = Wn[t], e;
|
|
3478
|
+
}, {}), id = Object.keys(Ot).reduce(function(e, t) {
|
|
3479
|
+
var n = Ot[t];
|
|
3480
|
+
return e[t] = n[900] || M(Object.entries(n))[0][1], e;
|
|
3481
|
+
}, {});
|
|
3482
|
+
function od(e) {
|
|
3483
|
+
var t = e.replace(Pa, "");
|
|
3484
|
+
return fa(M(t)[0] || "");
|
|
3485
|
+
}
|
|
3486
|
+
function sd(e) {
|
|
3487
|
+
var t = e.getPropertyValue("font-feature-settings").includes("ss01"), n = e.getPropertyValue("content"), r = n.replace(Pa, ""), a = r.codePointAt(0), i = a >= Un[0] && a <= Un[1], o = r.length === 2 ? r[0] === r[1] : !1;
|
|
3488
|
+
return i || o || t;
|
|
3489
|
+
}
|
|
3490
|
+
function ld(e, t) {
|
|
3491
|
+
var n = e.replace(/^['"]|['"]$/g, "").toLowerCase(), r = parseInt(t), a = isNaN(r) ? "normal" : r;
|
|
3492
|
+
return (Ot[n] || {})[a] || id[n];
|
|
3493
|
+
}
|
|
3494
|
+
function Bn(e, t) {
|
|
3495
|
+
var n = "".concat(Yu).concat(t.replace(":", "-"));
|
|
3496
|
+
return new Promise(function(r, a) {
|
|
3497
|
+
if (e.getAttribute(n) !== null)
|
|
3498
|
+
return r();
|
|
3499
|
+
var i = de(e.children), o = i.filter(function(w) {
|
|
3500
|
+
return w.getAttribute(mt) === t;
|
|
3501
|
+
})[0], s = K.getComputedStyle(e, t), l = s.getPropertyValue("font-family"), f = l.match(qu), c = s.getPropertyValue("font-weight"), d = s.getPropertyValue("content");
|
|
3502
|
+
if (o && !f)
|
|
3503
|
+
return e.removeChild(o), r();
|
|
3504
|
+
if (f && d !== "none" && d !== "") {
|
|
3505
|
+
var v = s.getPropertyValue("content"), h = ld(l, c), b = od(v), x = f[0].startsWith("FontAwesome"), I = sd(s), m = Ut(h, b), g = m;
|
|
3506
|
+
if (x) {
|
|
3507
|
+
var S = yc(b);
|
|
3508
|
+
S.iconName && S.prefix && (m = S.iconName, h = S.prefix);
|
|
3509
|
+
}
|
|
3510
|
+
if (m && !I && (!o || o.getAttribute(Nt) !== h || o.getAttribute(Mt) !== g)) {
|
|
3511
|
+
e.setAttribute(n, g), o && e.removeChild(o);
|
|
3512
|
+
var P = Vc(), j = P.extra;
|
|
3513
|
+
j.attributes[mt] = t, wt(m, h).then(function(w) {
|
|
3514
|
+
var k = Wt(u(u({}, P), {}, {
|
|
3515
|
+
icons: {
|
|
3516
|
+
main: w,
|
|
3517
|
+
mask: ya()
|
|
3518
|
+
},
|
|
3519
|
+
prefix: h,
|
|
3520
|
+
iconName: g,
|
|
3521
|
+
extra: j,
|
|
3522
|
+
watchable: !0
|
|
3523
|
+
})), R = _.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
3524
|
+
t === "::before" ? e.insertBefore(R, e.firstChild) : e.appendChild(R), R.outerHTML = k.map(function(Te) {
|
|
3525
|
+
return Pe(Te);
|
|
3526
|
+
}).join(`
|
|
3527
|
+
`), e.removeAttribute(n), r();
|
|
3528
|
+
}).catch(a);
|
|
3529
|
+
} else
|
|
3530
|
+
r();
|
|
3531
|
+
} else
|
|
3532
|
+
r();
|
|
3533
|
+
});
|
|
3534
|
+
}
|
|
3535
|
+
function fd(e) {
|
|
3536
|
+
return Promise.all([Bn(e, "::before"), Bn(e, "::after")]);
|
|
3537
|
+
}
|
|
3538
|
+
function ud(e) {
|
|
3539
|
+
return e.parentNode !== document.head && !~Xu.indexOf(e.tagName.toUpperCase()) && !e.getAttribute(mt) && (!e.parentNode || e.parentNode.tagName !== "svg");
|
|
3540
|
+
}
|
|
3541
|
+
var cd = function(t) {
|
|
3542
|
+
return !!t && ea.some(function(n) {
|
|
3543
|
+
return t.includes(n);
|
|
3544
|
+
});
|
|
3545
|
+
}, dd = function(t) {
|
|
3546
|
+
if (!t) return [];
|
|
3547
|
+
var n = /* @__PURE__ */ new Set(), r = t.split(/,(?![^()]*\))/).map(function(l) {
|
|
3548
|
+
return l.trim();
|
|
3549
|
+
});
|
|
3550
|
+
r = r.flatMap(function(l) {
|
|
3551
|
+
return l.includes("(") ? l : l.split(",").map(function(f) {
|
|
3552
|
+
return f.trim();
|
|
3553
|
+
});
|
|
3554
|
+
});
|
|
3555
|
+
var a = Ee(r), i;
|
|
3556
|
+
try {
|
|
3557
|
+
for (a.s(); !(i = a.n()).done; ) {
|
|
3558
|
+
var o = i.value;
|
|
3559
|
+
if (cd(o)) {
|
|
3560
|
+
var s = ea.reduce(function(l, f) {
|
|
3561
|
+
return l.replace(f, "");
|
|
3562
|
+
}, o);
|
|
3563
|
+
s !== "" && s !== "*" && n.add(s);
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
3566
|
+
} catch (l) {
|
|
3567
|
+
a.e(l);
|
|
3568
|
+
} finally {
|
|
3569
|
+
a.f();
|
|
3570
|
+
}
|
|
3571
|
+
return n;
|
|
3572
|
+
};
|
|
3573
|
+
function Gn(e) {
|
|
3574
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
|
|
3575
|
+
if (H) {
|
|
3576
|
+
var n;
|
|
3577
|
+
if (t)
|
|
3578
|
+
n = e;
|
|
3579
|
+
else if (p.searchPseudoElementsFullScan)
|
|
3580
|
+
n = e.querySelectorAll("*");
|
|
3581
|
+
else {
|
|
3582
|
+
var r = /* @__PURE__ */ new Set(), a = Ee(document.styleSheets), i;
|
|
3583
|
+
try {
|
|
3584
|
+
for (a.s(); !(i = a.n()).done; ) {
|
|
3585
|
+
var o = i.value;
|
|
3586
|
+
try {
|
|
3587
|
+
var s = Ee(o.cssRules), l;
|
|
3588
|
+
try {
|
|
3589
|
+
for (s.s(); !(l = s.n()).done; ) {
|
|
3590
|
+
var f = l.value, c = dd(f.selectorText), d = Ee(c), v;
|
|
3591
|
+
try {
|
|
3592
|
+
for (d.s(); !(v = d.n()).done; ) {
|
|
3593
|
+
var h = v.value;
|
|
3594
|
+
r.add(h);
|
|
3595
|
+
}
|
|
3596
|
+
} catch (x) {
|
|
3597
|
+
d.e(x);
|
|
3598
|
+
} finally {
|
|
3599
|
+
d.f();
|
|
3600
|
+
}
|
|
3601
|
+
}
|
|
3602
|
+
} catch (x) {
|
|
3603
|
+
s.e(x);
|
|
3604
|
+
} finally {
|
|
3605
|
+
s.f();
|
|
3606
|
+
}
|
|
3607
|
+
} catch (x) {
|
|
3608
|
+
p.searchPseudoElementsWarnings && console.warn("Font Awesome: cannot parse stylesheet: ".concat(o.href, " (").concat(x.message, `)
|
|
3609
|
+
If it declares any Font Awesome CSS pseudo-elements, they will not be rendered as SVG icons. Add crossorigin="anonymous" to the <link>, enable searchPseudoElementsFullScan for slower but more thorough DOM parsing, or suppress this warning by setting searchPseudoElementsWarnings to false.`));
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
} catch (x) {
|
|
3613
|
+
a.e(x);
|
|
3614
|
+
} finally {
|
|
3615
|
+
a.f();
|
|
3616
|
+
}
|
|
3617
|
+
if (!r.size) return;
|
|
3618
|
+
var b = Array.from(r).join(", ");
|
|
3619
|
+
try {
|
|
3620
|
+
n = e.querySelectorAll(b);
|
|
3621
|
+
} catch {
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
return new Promise(function(x, I) {
|
|
3625
|
+
var m = de(n).filter(ud).map(fd), g = Bt.begin("searchPseudoElements");
|
|
3626
|
+
Aa(), Promise.all(m).then(function() {
|
|
3627
|
+
g(), At(), x();
|
|
3628
|
+
}).catch(function() {
|
|
3629
|
+
g(), At(), I();
|
|
3630
|
+
});
|
|
3631
|
+
});
|
|
3632
|
+
}
|
|
3633
|
+
}
|
|
3634
|
+
var md = {
|
|
3635
|
+
hooks: function() {
|
|
3636
|
+
return {
|
|
3637
|
+
mutationObserverCallbacks: function(n) {
|
|
3638
|
+
return n.pseudoElementsCallback = Gn, n;
|
|
3639
|
+
}
|
|
3640
|
+
};
|
|
3641
|
+
},
|
|
3642
|
+
provides: function(t) {
|
|
3643
|
+
t.pseudoElements2svg = function(n) {
|
|
3644
|
+
var r = n.node, a = r === void 0 ? _ : r;
|
|
3645
|
+
p.searchPseudoElements && Gn(a);
|
|
3646
|
+
};
|
|
3647
|
+
}
|
|
3648
|
+
}, Hn = !1, gd = {
|
|
3649
|
+
mixout: function() {
|
|
3650
|
+
return {
|
|
3651
|
+
dom: {
|
|
3652
|
+
unwatch: function() {
|
|
3653
|
+
Aa(), Hn = !0;
|
|
3654
|
+
}
|
|
3655
|
+
}
|
|
3656
|
+
};
|
|
3657
|
+
},
|
|
3658
|
+
hooks: function() {
|
|
3659
|
+
return {
|
|
3660
|
+
bootstrap: function() {
|
|
3661
|
+
Ln(yt("mutationObserverCallbacks", {}));
|
|
3662
|
+
},
|
|
3663
|
+
noAuto: function() {
|
|
3664
|
+
Hc();
|
|
3665
|
+
},
|
|
3666
|
+
watch: function(n) {
|
|
3667
|
+
var r = n.observeMutationsRoot;
|
|
3668
|
+
Hn ? At() : Ln(yt("mutationObserverCallbacks", {
|
|
3669
|
+
observeMutationsRoot: r
|
|
3670
|
+
}));
|
|
3671
|
+
}
|
|
3672
|
+
};
|
|
3673
|
+
}
|
|
3674
|
+
}, Yn = function(t) {
|
|
3675
|
+
var n = {
|
|
3676
|
+
size: 16,
|
|
3677
|
+
x: 0,
|
|
3678
|
+
y: 0,
|
|
3679
|
+
flipX: !1,
|
|
3680
|
+
flipY: !1,
|
|
3681
|
+
rotate: 0
|
|
3682
|
+
};
|
|
3683
|
+
return t.toLowerCase().split(" ").reduce(function(r, a) {
|
|
3684
|
+
var i = a.toLowerCase().split("-"), o = i[0], s = i.slice(1).join("-");
|
|
3685
|
+
if (o && s === "h")
|
|
3686
|
+
return r.flipX = !0, r;
|
|
3687
|
+
if (o && s === "v")
|
|
3688
|
+
return r.flipY = !0, r;
|
|
3689
|
+
if (s = parseFloat(s), isNaN(s))
|
|
3690
|
+
return r;
|
|
3691
|
+
switch (o) {
|
|
3692
|
+
case "grow":
|
|
3693
|
+
r.size = r.size + s;
|
|
3694
|
+
break;
|
|
3695
|
+
case "shrink":
|
|
3696
|
+
r.size = r.size - s;
|
|
3697
|
+
break;
|
|
3698
|
+
case "left":
|
|
3699
|
+
r.x = r.x - s;
|
|
3700
|
+
break;
|
|
3701
|
+
case "right":
|
|
3702
|
+
r.x = r.x + s;
|
|
3703
|
+
break;
|
|
3704
|
+
case "up":
|
|
3705
|
+
r.y = r.y - s;
|
|
3706
|
+
break;
|
|
3707
|
+
case "down":
|
|
3708
|
+
r.y = r.y + s;
|
|
3709
|
+
break;
|
|
3710
|
+
case "rotate":
|
|
3711
|
+
r.rotate = r.rotate + s;
|
|
3712
|
+
break;
|
|
3713
|
+
}
|
|
3714
|
+
return r;
|
|
3715
|
+
}, n);
|
|
3716
|
+
}, pd = {
|
|
3717
|
+
mixout: function() {
|
|
3718
|
+
return {
|
|
3719
|
+
parse: {
|
|
3720
|
+
transform: function(n) {
|
|
3721
|
+
return Yn(n);
|
|
3722
|
+
}
|
|
3723
|
+
}
|
|
3724
|
+
};
|
|
3725
|
+
},
|
|
3726
|
+
hooks: function() {
|
|
3727
|
+
return {
|
|
3728
|
+
parseNodeAttributes: function(n, r) {
|
|
3729
|
+
var a = r.getAttribute("data-fa-transform");
|
|
3730
|
+
return a && (n.transform = Yn(a)), n;
|
|
3731
|
+
}
|
|
3732
|
+
};
|
|
3733
|
+
},
|
|
3734
|
+
provides: function(t) {
|
|
3735
|
+
t.generateAbstractTransformGrouping = function(n) {
|
|
3736
|
+
var r = n.main, a = n.transform, i = n.containerWidth, o = n.iconWidth, s = {
|
|
3737
|
+
transform: "translate(".concat(i / 2, " 256)")
|
|
3738
|
+
}, l = "translate(".concat(a.x * 32, ", ").concat(a.y * 32, ") "), f = "scale(".concat(a.size / 16 * (a.flipX ? -1 : 1), ", ").concat(a.size / 16 * (a.flipY ? -1 : 1), ") "), c = "rotate(".concat(a.rotate, " 0 0)"), d = {
|
|
3739
|
+
transform: "".concat(l, " ").concat(f, " ").concat(c)
|
|
3740
|
+
}, v = {
|
|
3741
|
+
transform: "translate(".concat(o / 2 * -1, " -256)")
|
|
3742
|
+
}, h = {
|
|
3743
|
+
outer: s,
|
|
3744
|
+
inner: d,
|
|
3745
|
+
path: v
|
|
3746
|
+
};
|
|
3747
|
+
return {
|
|
3748
|
+
tag: "g",
|
|
3749
|
+
attributes: u({}, h.outer),
|
|
3750
|
+
children: [{
|
|
3751
|
+
tag: "g",
|
|
3752
|
+
attributes: u({}, h.inner),
|
|
3753
|
+
children: [{
|
|
3754
|
+
tag: r.icon.tag,
|
|
3755
|
+
children: r.icon.children,
|
|
3756
|
+
attributes: u(u({}, r.icon.attributes), h.path)
|
|
3757
|
+
}]
|
|
3758
|
+
}]
|
|
3759
|
+
};
|
|
3760
|
+
};
|
|
3761
|
+
}
|
|
3762
|
+
}, rt = {
|
|
3763
|
+
x: 0,
|
|
3764
|
+
y: 0,
|
|
3765
|
+
width: "100%",
|
|
3766
|
+
height: "100%"
|
|
3767
|
+
};
|
|
3768
|
+
function Kn(e) {
|
|
3769
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
|
|
3770
|
+
return e.attributes && (e.attributes.fill || t) && (e.attributes.fill = "black"), e;
|
|
3771
|
+
}
|
|
3772
|
+
function hd(e) {
|
|
3773
|
+
return e.tag === "g" ? e.children : [e];
|
|
3774
|
+
}
|
|
3775
|
+
var vd = {
|
|
3776
|
+
hooks: function() {
|
|
3777
|
+
return {
|
|
3778
|
+
parseNodeAttributes: function(n, r) {
|
|
3779
|
+
var a = r.getAttribute("data-fa-mask"), i = a ? Ye(a.split(" ").map(function(o) {
|
|
3780
|
+
return o.trim();
|
|
3781
|
+
})) : ya();
|
|
3782
|
+
return i.prefix || (i.prefix = X()), n.mask = i, n.maskId = r.getAttribute("data-fa-mask-id"), n;
|
|
3783
|
+
}
|
|
3784
|
+
};
|
|
3785
|
+
},
|
|
3786
|
+
provides: function(t) {
|
|
3787
|
+
t.generateAbstractMask = function(n) {
|
|
3788
|
+
var r = n.children, a = n.attributes, i = n.main, o = n.mask, s = n.maskId, l = n.transform, f = i.width, c = i.icon, d = o.width, v = o.icon, h = lc({
|
|
3789
|
+
transform: l,
|
|
3790
|
+
containerWidth: d,
|
|
3791
|
+
iconWidth: f
|
|
3792
|
+
}), b = {
|
|
3793
|
+
tag: "rect",
|
|
3794
|
+
attributes: u(u({}, rt), {}, {
|
|
3795
|
+
fill: "white"
|
|
3796
|
+
})
|
|
3797
|
+
}, x = c.children ? {
|
|
3798
|
+
children: c.children.map(Kn)
|
|
3799
|
+
} : {}, I = {
|
|
3800
|
+
tag: "g",
|
|
3801
|
+
attributes: u({}, h.inner),
|
|
3802
|
+
children: [Kn(u({
|
|
3803
|
+
tag: c.tag,
|
|
3804
|
+
attributes: u(u({}, c.attributes), h.path)
|
|
3805
|
+
}, x))]
|
|
3806
|
+
}, m = {
|
|
3807
|
+
tag: "g",
|
|
3808
|
+
attributes: u({}, h.outer),
|
|
3809
|
+
children: [I]
|
|
3810
|
+
}, g = "mask-".concat(s || _n()), S = "clip-".concat(s || _n()), P = {
|
|
3811
|
+
tag: "mask",
|
|
3812
|
+
attributes: u(u({}, rt), {}, {
|
|
3813
|
+
id: g,
|
|
3814
|
+
maskUnits: "userSpaceOnUse",
|
|
3815
|
+
maskContentUnits: "userSpaceOnUse"
|
|
3816
|
+
}),
|
|
3817
|
+
children: [b, m]
|
|
3818
|
+
}, j = {
|
|
3819
|
+
tag: "defs",
|
|
3820
|
+
children: [{
|
|
3821
|
+
tag: "clipPath",
|
|
3822
|
+
attributes: {
|
|
3823
|
+
id: S
|
|
3824
|
+
},
|
|
3825
|
+
children: hd(v)
|
|
3826
|
+
}, P]
|
|
3827
|
+
};
|
|
3828
|
+
return r.push(j, {
|
|
3829
|
+
tag: "rect",
|
|
3830
|
+
attributes: u({
|
|
3831
|
+
fill: "currentColor",
|
|
3832
|
+
"clip-path": "url(#".concat(S, ")"),
|
|
3833
|
+
mask: "url(#".concat(g, ")")
|
|
3834
|
+
}, rt)
|
|
3835
|
+
}), {
|
|
3836
|
+
children: r,
|
|
3837
|
+
attributes: a
|
|
3838
|
+
};
|
|
3839
|
+
};
|
|
3840
|
+
}
|
|
3841
|
+
}, yd = {
|
|
3842
|
+
provides: function(t) {
|
|
3843
|
+
var n = !1;
|
|
3844
|
+
K.matchMedia && (n = K.matchMedia("(prefers-reduced-motion: reduce)").matches), t.missingIconAbstract = function() {
|
|
3845
|
+
var r = [], a = {
|
|
3846
|
+
fill: "currentColor"
|
|
3847
|
+
}, i = {
|
|
3848
|
+
attributeType: "XML",
|
|
3849
|
+
repeatCount: "indefinite",
|
|
3850
|
+
dur: "2s"
|
|
3851
|
+
};
|
|
3852
|
+
r.push({
|
|
3853
|
+
tag: "path",
|
|
3854
|
+
attributes: u(u({}, a), {}, {
|
|
3855
|
+
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"
|
|
3856
|
+
})
|
|
3857
|
+
});
|
|
3858
|
+
var o = u(u({}, i), {}, {
|
|
3859
|
+
attributeName: "opacity"
|
|
3860
|
+
}), s = {
|
|
3861
|
+
tag: "circle",
|
|
3862
|
+
attributes: u(u({}, a), {}, {
|
|
3863
|
+
cx: "256",
|
|
3864
|
+
cy: "364",
|
|
3865
|
+
r: "28"
|
|
3866
|
+
}),
|
|
3867
|
+
children: []
|
|
3868
|
+
};
|
|
3869
|
+
return n || s.children.push({
|
|
3870
|
+
tag: "animate",
|
|
3871
|
+
attributes: u(u({}, i), {}, {
|
|
3872
|
+
attributeName: "r",
|
|
3873
|
+
values: "28;14;28;28;14;28;"
|
|
3874
|
+
})
|
|
3875
|
+
}, {
|
|
3876
|
+
tag: "animate",
|
|
3877
|
+
attributes: u(u({}, o), {}, {
|
|
3878
|
+
values: "1;0;1;1;0;1;"
|
|
3879
|
+
})
|
|
3880
|
+
}), r.push(s), r.push({
|
|
3881
|
+
tag: "path",
|
|
3882
|
+
attributes: u(u({}, a), {}, {
|
|
3883
|
+
opacity: "1",
|
|
3884
|
+
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"
|
|
3885
|
+
}),
|
|
3886
|
+
children: n ? [] : [{
|
|
3887
|
+
tag: "animate",
|
|
3888
|
+
attributes: u(u({}, o), {}, {
|
|
3889
|
+
values: "1;0;0;0;0;1;"
|
|
3890
|
+
})
|
|
3891
|
+
}]
|
|
3892
|
+
}), n || r.push({
|
|
3893
|
+
tag: "path",
|
|
3894
|
+
attributes: u(u({}, a), {}, {
|
|
3895
|
+
opacity: "0",
|
|
3896
|
+
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"
|
|
3897
|
+
}),
|
|
3898
|
+
children: [{
|
|
3899
|
+
tag: "animate",
|
|
3900
|
+
attributes: u(u({}, o), {}, {
|
|
3901
|
+
values: "0;0;1;1;0;0;"
|
|
3902
|
+
})
|
|
3903
|
+
}]
|
|
3904
|
+
}), {
|
|
3905
|
+
tag: "g",
|
|
3906
|
+
attributes: {
|
|
3907
|
+
class: "missing"
|
|
3908
|
+
},
|
|
3909
|
+
children: r
|
|
3910
|
+
};
|
|
3911
|
+
};
|
|
3912
|
+
}
|
|
3913
|
+
}, bd = {
|
|
3914
|
+
hooks: function() {
|
|
3915
|
+
return {
|
|
3916
|
+
parseNodeAttributes: function(n, r) {
|
|
3917
|
+
var a = r.getAttribute("data-fa-symbol"), i = a === null ? !1 : a === "" ? !0 : a;
|
|
3918
|
+
return n.symbol = i, n;
|
|
3919
|
+
}
|
|
3920
|
+
};
|
|
3921
|
+
}
|
|
3922
|
+
}, xd = [cc, td, nd, rd, ad, md, gd, pd, vd, yd, bd];
|
|
3923
|
+
_c(xd, {
|
|
3924
|
+
mixoutsTo: F
|
|
3925
|
+
});
|
|
3926
|
+
F.noAuto;
|
|
3927
|
+
var Ta = F.config, Bd = F.library;
|
|
3928
|
+
F.dom;
|
|
3929
|
+
var De = F.parse;
|
|
3930
|
+
F.findIconDefinition;
|
|
3931
|
+
F.toHtml;
|
|
3932
|
+
var wd = F.icon;
|
|
3933
|
+
F.layer;
|
|
3934
|
+
var Sd = F.text;
|
|
3935
|
+
F.counter;
|
|
3936
|
+
function Pt(e, t) {
|
|
3937
|
+
(t == null || t > e.length) && (t = e.length);
|
|
3938
|
+
for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n];
|
|
3939
|
+
return r;
|
|
3940
|
+
}
|
|
3941
|
+
function Ad(e) {
|
|
3942
|
+
if (Array.isArray(e)) return Pt(e);
|
|
3943
|
+
}
|
|
3944
|
+
function $(e, t, n) {
|
|
3945
|
+
return (t = Id(t)) in e ? Object.defineProperty(e, t, {
|
|
3946
|
+
value: n,
|
|
3947
|
+
enumerable: !0,
|
|
3948
|
+
configurable: !0,
|
|
3949
|
+
writable: !0
|
|
3950
|
+
}) : e[t] = n, e;
|
|
3951
|
+
}
|
|
3952
|
+
function Od(e) {
|
|
3953
|
+
if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
|
|
3954
|
+
}
|
|
3955
|
+
function Pd() {
|
|
3956
|
+
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
3957
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
3958
|
+
}
|
|
3959
|
+
function Xn(e, t) {
|
|
3960
|
+
var n = Object.keys(e);
|
|
3961
|
+
if (Object.getOwnPropertySymbols) {
|
|
3962
|
+
var r = Object.getOwnPropertySymbols(e);
|
|
3963
|
+
t && (r = r.filter(function(a) {
|
|
3964
|
+
return Object.getOwnPropertyDescriptor(e, a).enumerable;
|
|
3965
|
+
})), n.push.apply(n, r);
|
|
3966
|
+
}
|
|
3967
|
+
return n;
|
|
3968
|
+
}
|
|
3969
|
+
function O(e) {
|
|
3970
|
+
for (var t = 1; t < arguments.length; t++) {
|
|
3971
|
+
var n = arguments[t] != null ? arguments[t] : {};
|
|
3972
|
+
t % 2 ? Xn(Object(n), !0).forEach(function(r) {
|
|
3973
|
+
$(e, r, n[r]);
|
|
3974
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n)) : Xn(Object(n)).forEach(function(r) {
|
|
3975
|
+
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(n, r));
|
|
3976
|
+
});
|
|
3977
|
+
}
|
|
3978
|
+
return e;
|
|
3979
|
+
}
|
|
3980
|
+
function at(e, t) {
|
|
3981
|
+
if (e == null) return {};
|
|
3982
|
+
var n, r, a = Td(e, t);
|
|
3983
|
+
if (Object.getOwnPropertySymbols) {
|
|
3984
|
+
var i = Object.getOwnPropertySymbols(e);
|
|
3985
|
+
for (r = 0; r < i.length; r++) n = i[r], t.indexOf(n) === -1 && {}.propertyIsEnumerable.call(e, n) && (a[n] = e[n]);
|
|
3986
|
+
}
|
|
3987
|
+
return a;
|
|
3988
|
+
}
|
|
3989
|
+
function Td(e, t) {
|
|
3990
|
+
if (e == null) return {};
|
|
3991
|
+
var n = {};
|
|
3992
|
+
for (var r in e) if ({}.hasOwnProperty.call(e, r)) {
|
|
3993
|
+
if (t.indexOf(r) !== -1) continue;
|
|
3994
|
+
n[r] = e[r];
|
|
3995
|
+
}
|
|
3996
|
+
return n;
|
|
3997
|
+
}
|
|
3998
|
+
function Le(e) {
|
|
3999
|
+
return Ad(e) || Od(e) || jd(e) || Pd();
|
|
4000
|
+
}
|
|
4001
|
+
function _d(e, t) {
|
|
4002
|
+
if (typeof e != "object" || !e) return e;
|
|
4003
|
+
var n = e[Symbol.toPrimitive];
|
|
4004
|
+
if (n !== void 0) {
|
|
4005
|
+
var r = n.call(e, t);
|
|
4006
|
+
if (typeof r != "object") return r;
|
|
4007
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
4008
|
+
}
|
|
4009
|
+
return (t === "string" ? String : Number)(e);
|
|
4010
|
+
}
|
|
4011
|
+
function Id(e) {
|
|
4012
|
+
var t = _d(e, "string");
|
|
4013
|
+
return typeof t == "symbol" ? t : t + "";
|
|
4014
|
+
}
|
|
4015
|
+
function ze(e) {
|
|
4016
|
+
"@babel/helpers - typeof";
|
|
4017
|
+
return ze = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
4018
|
+
return typeof t;
|
|
4019
|
+
} : function(t) {
|
|
4020
|
+
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
4021
|
+
}, ze(e);
|
|
4022
|
+
}
|
|
4023
|
+
function jd(e, t) {
|
|
4024
|
+
if (e) {
|
|
4025
|
+
if (typeof e == "string") return Pt(e, t);
|
|
4026
|
+
var n = {}.toString.call(e).slice(8, -1);
|
|
4027
|
+
return n === "Object" && e.constructor && (n = e.constructor.name), n === "Map" || n === "Set" ? Array.from(e) : n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n) ? Pt(e, t) : void 0;
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
function be(e, t) {
|
|
4031
|
+
return Array.isArray(t) && t.length > 0 || !Array.isArray(t) && t ? $({}, e, t) : {};
|
|
4032
|
+
}
|
|
4033
|
+
function Ed(e) {
|
|
4034
|
+
var t, n = (t = {
|
|
4035
|
+
"fa-spin": e.spin,
|
|
4036
|
+
"fa-pulse": e.pulse,
|
|
4037
|
+
// the fixedWidth property has been deprecated as of version 7.0.0
|
|
4038
|
+
"fa-fw": e.fixedWidth,
|
|
4039
|
+
"fa-border": e.border,
|
|
4040
|
+
"fa-li": e.listItem,
|
|
4041
|
+
"fa-inverse": e.inverse,
|
|
4042
|
+
"fa-flip": e.flip === !0,
|
|
4043
|
+
"fa-flip-horizontal": e.flip === "horizontal" || e.flip === "both",
|
|
4044
|
+
"fa-flip-vertical": e.flip === "vertical" || e.flip === "both"
|
|
4045
|
+
}, $($($($($($($($($($(t, "fa-".concat(e.size), e.size !== null), "fa-rotate-".concat(e.rotation), e.rotation !== null), "fa-rotate-by", e.rotateBy), "fa-pull-".concat(e.pull), e.pull !== null), "fa-swap-opacity", e.swapOpacity), "fa-bounce", e.bounce), "fa-shake", e.shake), "fa-beat", e.beat), "fa-fade", e.fade), "fa-beat-fade", e.beatFade), $($($($(t, "fa-flash", e.flash), "fa-spin-pulse", e.spinPulse), "fa-spin-reverse", e.spinReverse), "fa-width-auto", e.widthAuto));
|
|
4046
|
+
return Object.keys(n).map(function(r) {
|
|
4047
|
+
return n[r] ? r : null;
|
|
4048
|
+
}).filter(function(r) {
|
|
4049
|
+
return r;
|
|
4050
|
+
});
|
|
4051
|
+
}
|
|
4052
|
+
var $d = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, _a = { exports: {} };
|
|
4053
|
+
(function(e) {
|
|
4054
|
+
(function(t) {
|
|
4055
|
+
var n = function(m, g, S) {
|
|
4056
|
+
if (!f(g) || d(g) || v(g) || h(g) || l(g))
|
|
4057
|
+
return g;
|
|
4058
|
+
var P, j = 0, w = 0;
|
|
4059
|
+
if (c(g))
|
|
4060
|
+
for (P = [], w = g.length; j < w; j++)
|
|
4061
|
+
P.push(n(m, g[j], S));
|
|
4062
|
+
else {
|
|
4063
|
+
P = {};
|
|
4064
|
+
for (var k in g)
|
|
4065
|
+
Object.prototype.hasOwnProperty.call(g, k) && (P[m(k, S)] = n(m, g[k], S));
|
|
4066
|
+
}
|
|
4067
|
+
return P;
|
|
4068
|
+
}, r = function(m, g) {
|
|
4069
|
+
g = g || {};
|
|
4070
|
+
var S = g.separator || "_", P = g.split || /(?=[A-Z])/;
|
|
4071
|
+
return m.split(P).join(S);
|
|
4072
|
+
}, a = function(m) {
|
|
4073
|
+
return b(m) ? m : (m = m.replace(/[\-_\s]+(.)?/g, function(g, S) {
|
|
4074
|
+
return S ? S.toUpperCase() : "";
|
|
4075
|
+
}), m.substr(0, 1).toLowerCase() + m.substr(1));
|
|
4076
|
+
}, i = function(m) {
|
|
4077
|
+
var g = a(m);
|
|
4078
|
+
return g.substr(0, 1).toUpperCase() + g.substr(1);
|
|
4079
|
+
}, o = function(m, g) {
|
|
4080
|
+
return r(m, g).toLowerCase();
|
|
4081
|
+
}, s = Object.prototype.toString, l = function(m) {
|
|
4082
|
+
return typeof m == "function";
|
|
4083
|
+
}, f = function(m) {
|
|
4084
|
+
return m === Object(m);
|
|
4085
|
+
}, c = function(m) {
|
|
4086
|
+
return s.call(m) == "[object Array]";
|
|
4087
|
+
}, d = function(m) {
|
|
4088
|
+
return s.call(m) == "[object Date]";
|
|
4089
|
+
}, v = function(m) {
|
|
4090
|
+
return s.call(m) == "[object RegExp]";
|
|
4091
|
+
}, h = function(m) {
|
|
4092
|
+
return s.call(m) == "[object Boolean]";
|
|
4093
|
+
}, b = function(m) {
|
|
4094
|
+
return m = m - 0, m === m;
|
|
4095
|
+
}, x = function(m, g) {
|
|
4096
|
+
var S = g && "process" in g ? g.process : g;
|
|
4097
|
+
return typeof S != "function" ? m : function(P, j) {
|
|
4098
|
+
return S(P, m, j);
|
|
4099
|
+
};
|
|
4100
|
+
}, I = {
|
|
4101
|
+
camelize: a,
|
|
4102
|
+
decamelize: o,
|
|
4103
|
+
pascalize: i,
|
|
4104
|
+
depascalize: o,
|
|
4105
|
+
camelizeKeys: function(m, g) {
|
|
4106
|
+
return n(x(a, g), m);
|
|
4107
|
+
},
|
|
4108
|
+
decamelizeKeys: function(m, g) {
|
|
4109
|
+
return n(x(o, g), m, g);
|
|
4110
|
+
},
|
|
4111
|
+
pascalizeKeys: function(m, g) {
|
|
4112
|
+
return n(x(i, g), m);
|
|
4113
|
+
},
|
|
4114
|
+
depascalizeKeys: function() {
|
|
4115
|
+
return this.decamelizeKeys.apply(this, arguments);
|
|
4116
|
+
}
|
|
4117
|
+
};
|
|
4118
|
+
e.exports ? e.exports = I : t.humps = I;
|
|
4119
|
+
})($d);
|
|
4120
|
+
})(_a);
|
|
4121
|
+
var kd = _a.exports, Fd = ["gradientFill"], Cd = ["class", "style"], Nd = ["type", "stops", "id"];
|
|
4122
|
+
function Md(e) {
|
|
4123
|
+
return e.split(";").map(function(t) {
|
|
4124
|
+
return t.trim();
|
|
4125
|
+
}).filter(function(t) {
|
|
4126
|
+
return t;
|
|
4127
|
+
}).reduce(function(t, n) {
|
|
4128
|
+
var r = n.indexOf(":"), a = kd.camelize(n.slice(0, r)), i = n.slice(r + 1).trim();
|
|
4129
|
+
return t[a] = i, t;
|
|
4130
|
+
}, {});
|
|
4131
|
+
}
|
|
4132
|
+
function Dd(e) {
|
|
4133
|
+
return e.split(/\s+/).reduce(function(t, n) {
|
|
4134
|
+
return t[n] = !0, t;
|
|
4135
|
+
}, {});
|
|
4136
|
+
}
|
|
4137
|
+
function Ld(e, t) {
|
|
4138
|
+
return pe("stop", O({
|
|
4139
|
+
key: "".concat(t, "-").concat(e.offset),
|
|
4140
|
+
offset: e.offset,
|
|
4141
|
+
"stop-color": e.color
|
|
4142
|
+
}, e.opacity !== void 0 && {
|
|
4143
|
+
"stop-opacity": e.opacity
|
|
4144
|
+
}));
|
|
4145
|
+
}
|
|
4146
|
+
function Ia(e) {
|
|
4147
|
+
if (typeof e == "string") return e;
|
|
4148
|
+
var t = (e.children || []).map(Ia);
|
|
4149
|
+
return e.tag === "path" && e.attributes && "fill" in e.attributes ? O(O({}, e), {}, {
|
|
4150
|
+
attributes: O(O({}, e.attributes), {}, {
|
|
4151
|
+
fill: void 0
|
|
4152
|
+
}),
|
|
4153
|
+
children: t
|
|
4154
|
+
}) : O(O({}, e), {}, {
|
|
4155
|
+
children: t
|
|
4156
|
+
});
|
|
4157
|
+
}
|
|
4158
|
+
function Ht(e) {
|
|
4159
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
4160
|
+
if (typeof e == "string")
|
|
4161
|
+
return e;
|
|
4162
|
+
var r = t.gradientFill, a = r === void 0 ? null : r, i = at(t, Fd), o = !!a || "fill" in n, s = o ? Ia(e) : e, l = (s.children || []).map(function(P) {
|
|
4163
|
+
return Ht(P, {}, {});
|
|
4164
|
+
}), f = Object.keys(s.attributes || {}).reduce(function(P, j) {
|
|
4165
|
+
var w = s.attributes[j];
|
|
4166
|
+
switch (j) {
|
|
4167
|
+
case "class":
|
|
4168
|
+
P.class = Dd(w);
|
|
4169
|
+
break;
|
|
4170
|
+
case "style":
|
|
4171
|
+
P.style = Md(w);
|
|
4172
|
+
break;
|
|
4173
|
+
default:
|
|
4174
|
+
P.attrs[j] = w;
|
|
4175
|
+
}
|
|
4176
|
+
return P;
|
|
4177
|
+
}, {
|
|
4178
|
+
attrs: {},
|
|
4179
|
+
class: {},
|
|
4180
|
+
style: {}
|
|
4181
|
+
});
|
|
4182
|
+
n.class;
|
|
4183
|
+
var c = n.style, d = c === void 0 ? {} : c, v = at(n, Cd);
|
|
4184
|
+
if (a && a.id && (a.type === "linear" || a.type === "radial")) {
|
|
4185
|
+
var h = a.type, b = a.stops, x = b === void 0 ? [] : b, I = a.id, m = at(a, Nd), g = h === "linear" ? "linearGradient" : "radialGradient", S = pe(g, O(O({}, m), {}, {
|
|
4186
|
+
id: I
|
|
4187
|
+
}), x.map(Ld));
|
|
4188
|
+
return pe(s.tag, O(O(O(O({}, i), {}, {
|
|
4189
|
+
class: f.class,
|
|
4190
|
+
style: O(O({}, f.style), d)
|
|
4191
|
+
}, f.attrs), v), {}, {
|
|
4192
|
+
fill: "url(#".concat(I, ")")
|
|
4193
|
+
}), [S].concat(Le(l)));
|
|
4194
|
+
}
|
|
4195
|
+
return pe(e.tag, O(O(O({}, i), {}, {
|
|
4196
|
+
class: f.class,
|
|
4197
|
+
style: O(O({}, f.style), d)
|
|
4198
|
+
}, f.attrs), v), l);
|
|
4199
|
+
}
|
|
4200
|
+
var ja = !1;
|
|
4201
|
+
try {
|
|
4202
|
+
ja = process.env.NODE_ENV === "production";
|
|
4203
|
+
} catch {
|
|
4204
|
+
}
|
|
4205
|
+
function Vn() {
|
|
4206
|
+
if (!ja && console && typeof console.error == "function") {
|
|
4207
|
+
var e;
|
|
4208
|
+
(e = console).error.apply(e, arguments);
|
|
4209
|
+
}
|
|
4210
|
+
}
|
|
4211
|
+
function Jn(e) {
|
|
4212
|
+
if (e && ze(e) === "object" && e.prefix && e.iconName && e.icon)
|
|
4213
|
+
return e;
|
|
4214
|
+
if (De.icon)
|
|
4215
|
+
return De.icon(e);
|
|
4216
|
+
if (e === null)
|
|
4217
|
+
return null;
|
|
4218
|
+
if (ze(e) === "object" && e.prefix && e.iconName)
|
|
4219
|
+
return e;
|
|
4220
|
+
if (Array.isArray(e) && e.length === 2)
|
|
4221
|
+
return {
|
|
4222
|
+
prefix: e[0],
|
|
4223
|
+
iconName: e[1]
|
|
4224
|
+
};
|
|
4225
|
+
if (typeof e == "string")
|
|
4226
|
+
return {
|
|
4227
|
+
prefix: "fas",
|
|
4228
|
+
iconName: e
|
|
4229
|
+
};
|
|
4230
|
+
}
|
|
4231
|
+
var Gd = Tt({
|
|
4232
|
+
name: "FontAwesomeIcon",
|
|
4233
|
+
props: {
|
|
4234
|
+
border: {
|
|
4235
|
+
type: Boolean,
|
|
4236
|
+
default: !1
|
|
4237
|
+
},
|
|
4238
|
+
// the fixedWidth property has been deprecated as of version 7
|
|
4239
|
+
fixedWidth: {
|
|
4240
|
+
type: Boolean,
|
|
4241
|
+
default: !1
|
|
4242
|
+
},
|
|
4243
|
+
flip: {
|
|
4244
|
+
type: [Boolean, String],
|
|
4245
|
+
default: !1,
|
|
4246
|
+
validator: function(t) {
|
|
4247
|
+
return [!0, !1, "horizontal", "vertical", "both"].indexOf(t) > -1;
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
4250
|
+
icon: {
|
|
4251
|
+
type: [Object, Array, String],
|
|
4252
|
+
required: !0
|
|
4253
|
+
},
|
|
4254
|
+
mask: {
|
|
4255
|
+
type: [Object, Array, String],
|
|
4256
|
+
default: null
|
|
4257
|
+
},
|
|
4258
|
+
maskId: {
|
|
4259
|
+
type: String,
|
|
4260
|
+
default: null
|
|
4261
|
+
},
|
|
4262
|
+
listItem: {
|
|
4263
|
+
type: Boolean,
|
|
4264
|
+
default: !1
|
|
4265
|
+
},
|
|
4266
|
+
pull: {
|
|
4267
|
+
type: String,
|
|
4268
|
+
default: null,
|
|
4269
|
+
validator: function(t) {
|
|
4270
|
+
return ["right", "left"].indexOf(t) > -1;
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4273
|
+
pulse: {
|
|
4274
|
+
type: Boolean,
|
|
4275
|
+
default: !1
|
|
4276
|
+
},
|
|
4277
|
+
rotation: {
|
|
4278
|
+
type: [String, Number],
|
|
4279
|
+
default: null,
|
|
4280
|
+
validator: function(t) {
|
|
4281
|
+
return [90, 180, 270].indexOf(Number.parseInt(t, 10)) > -1;
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
// the rotateBy property is only supported in version 7.0.0 and later
|
|
4285
|
+
rotateBy: {
|
|
4286
|
+
type: Boolean,
|
|
4287
|
+
default: !1
|
|
4288
|
+
},
|
|
4289
|
+
swapOpacity: {
|
|
4290
|
+
type: Boolean,
|
|
4291
|
+
default: !1
|
|
4292
|
+
},
|
|
4293
|
+
size: {
|
|
4294
|
+
type: String,
|
|
4295
|
+
default: null,
|
|
4296
|
+
validator: function(t) {
|
|
4297
|
+
return ["2xs", "xs", "sm", "lg", "xl", "2xl", "1x", "2x", "3x", "4x", "5x", "6x", "7x", "8x", "9x", "10x"].indexOf(t) > -1;
|
|
4298
|
+
}
|
|
4299
|
+
},
|
|
4300
|
+
spin: {
|
|
4301
|
+
type: Boolean,
|
|
4302
|
+
default: !1
|
|
4303
|
+
},
|
|
4304
|
+
transform: {
|
|
4305
|
+
type: [String, Object],
|
|
4306
|
+
default: null
|
|
4307
|
+
},
|
|
4308
|
+
symbol: {
|
|
4309
|
+
type: [Boolean, String],
|
|
4310
|
+
default: !1
|
|
4311
|
+
},
|
|
4312
|
+
title: {
|
|
4313
|
+
type: String,
|
|
4314
|
+
default: null
|
|
4315
|
+
},
|
|
4316
|
+
titleId: {
|
|
4317
|
+
type: String,
|
|
4318
|
+
default: null
|
|
4319
|
+
},
|
|
4320
|
+
inverse: {
|
|
4321
|
+
type: Boolean,
|
|
4322
|
+
default: !1
|
|
4323
|
+
},
|
|
4324
|
+
bounce: {
|
|
4325
|
+
type: Boolean,
|
|
4326
|
+
default: !1
|
|
4327
|
+
},
|
|
4328
|
+
shake: {
|
|
4329
|
+
type: Boolean,
|
|
4330
|
+
default: !1
|
|
4331
|
+
},
|
|
4332
|
+
beat: {
|
|
4333
|
+
type: Boolean,
|
|
4334
|
+
default: !1
|
|
4335
|
+
},
|
|
4336
|
+
fade: {
|
|
4337
|
+
type: Boolean,
|
|
4338
|
+
default: !1
|
|
4339
|
+
},
|
|
4340
|
+
beatFade: {
|
|
4341
|
+
type: Boolean,
|
|
4342
|
+
default: !1
|
|
4343
|
+
},
|
|
4344
|
+
flash: {
|
|
4345
|
+
type: Boolean,
|
|
4346
|
+
default: !1
|
|
4347
|
+
},
|
|
4348
|
+
spinPulse: {
|
|
4349
|
+
type: Boolean,
|
|
4350
|
+
default: !1
|
|
4351
|
+
},
|
|
4352
|
+
spinReverse: {
|
|
4353
|
+
type: Boolean,
|
|
4354
|
+
default: !1
|
|
4355
|
+
},
|
|
4356
|
+
// the widthAuto property is only supported in version 7.0.0 and later
|
|
4357
|
+
widthAuto: {
|
|
4358
|
+
type: Boolean,
|
|
4359
|
+
default: !1
|
|
4360
|
+
},
|
|
4361
|
+
gradientFill: {
|
|
4362
|
+
type: Object,
|
|
4363
|
+
default: null,
|
|
4364
|
+
validator: function(t) {
|
|
4365
|
+
return typeof t.id != "string" || !t.id ? (console.warn("FontAwesomeIcon: gradientFill.id must be a non-empty string"), !1) : t.type !== "linear" && t.type !== "radial" ? (console.warn('FontAwesomeIcon: gradientFill.type must be "linear" or "radial"'), !1) : !0;
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4369
|
+
setup: function(t, n) {
|
|
4370
|
+
var r = n.attrs, a = C(function() {
|
|
4371
|
+
return Jn(t.icon);
|
|
4372
|
+
}), i = C(function() {
|
|
4373
|
+
return be("classes", Ed(t));
|
|
4374
|
+
}), o = C(function() {
|
|
4375
|
+
return be("transform", typeof t.transform == "string" ? De.transform(t.transform) : t.transform);
|
|
4376
|
+
}), s = C(function() {
|
|
4377
|
+
return be("mask", Jn(t.mask));
|
|
4378
|
+
}), l = C(function() {
|
|
4379
|
+
var c = O(O(O(O({}, i.value), o.value), s.value), {}, {
|
|
4380
|
+
symbol: t.symbol,
|
|
4381
|
+
maskId: t.maskId
|
|
4382
|
+
});
|
|
4383
|
+
return c.title = t.title, c.titleId = t.titleId, wd(a.value, c);
|
|
4384
|
+
});
|
|
4385
|
+
Ea(l, function(c) {
|
|
4386
|
+
if (!c)
|
|
4387
|
+
return Vn("Could not find one or more icon(s)", a.value, s.value);
|
|
4388
|
+
}, {
|
|
4389
|
+
immediate: !0
|
|
4390
|
+
}), t.gradientFill && t.symbol && Vn("gradientFill is not supported when symbol is true and will be ignored");
|
|
4391
|
+
var f = C(function() {
|
|
4392
|
+
return l.value ? Ht(l.value.abstract[0], {
|
|
4393
|
+
gradientFill: t.symbol ? null : t.gradientFill
|
|
4394
|
+
}, r) : null;
|
|
4395
|
+
});
|
|
4396
|
+
return function() {
|
|
4397
|
+
return f.value;
|
|
4398
|
+
};
|
|
4399
|
+
}
|
|
4400
|
+
});
|
|
4401
|
+
Tt({
|
|
4402
|
+
name: "FontAwesomeLayers",
|
|
4403
|
+
props: {
|
|
4404
|
+
fixedWidth: {
|
|
4405
|
+
type: Boolean,
|
|
4406
|
+
default: !1
|
|
4407
|
+
}
|
|
4408
|
+
},
|
|
4409
|
+
setup: function(t, n) {
|
|
4410
|
+
var r = n.slots, a = Ta.familyPrefix, i = C(function() {
|
|
4411
|
+
return ["".concat(a, "-layers")].concat(Le(t.fixedWidth ? ["".concat(a, "-fw")] : []));
|
|
4412
|
+
});
|
|
4413
|
+
return function() {
|
|
4414
|
+
return pe("div", {
|
|
4415
|
+
class: i.value
|
|
4416
|
+
}, r.default ? r.default() : []);
|
|
4417
|
+
};
|
|
4418
|
+
}
|
|
4419
|
+
});
|
|
4420
|
+
Tt({
|
|
4421
|
+
name: "FontAwesomeLayersText",
|
|
4422
|
+
props: {
|
|
4423
|
+
value: {
|
|
4424
|
+
type: [String, Number],
|
|
4425
|
+
default: ""
|
|
4426
|
+
},
|
|
4427
|
+
transform: {
|
|
4428
|
+
type: [String, Object],
|
|
4429
|
+
default: null
|
|
4430
|
+
},
|
|
4431
|
+
counter: {
|
|
4432
|
+
type: Boolean,
|
|
4433
|
+
default: !1
|
|
4434
|
+
},
|
|
4435
|
+
position: {
|
|
4436
|
+
type: String,
|
|
4437
|
+
default: null,
|
|
4438
|
+
validator: function(t) {
|
|
4439
|
+
return ["bottom-left", "bottom-right", "top-left", "top-right"].indexOf(t) > -1;
|
|
4440
|
+
}
|
|
4441
|
+
}
|
|
4442
|
+
},
|
|
4443
|
+
setup: function(t, n) {
|
|
4444
|
+
var r = n.attrs, a = Ta.familyPrefix, i = C(function() {
|
|
4445
|
+
return be("classes", [].concat(Le(t.counter ? ["".concat(a, "-layers-counter")] : []), Le(t.position ? ["".concat(a, "-layers-").concat(t.position)] : [])));
|
|
4446
|
+
}), o = C(function() {
|
|
4447
|
+
return be("transform", typeof t.transform == "string" ? De.transform(t.transform) : t.transform);
|
|
4448
|
+
}), s = C(function() {
|
|
4449
|
+
var f = Sd(t.value.toString(), O(O({}, o.value), i.value)), c = f.abstract;
|
|
4450
|
+
return t.counter && (c[0].attributes.class = c[0].attributes.class.replace("fa-layers-text", "")), c[0];
|
|
4451
|
+
}), l = C(function() {
|
|
4452
|
+
return Ht(s.value, {}, r);
|
|
4453
|
+
});
|
|
4454
|
+
return function() {
|
|
4455
|
+
return l.value;
|
|
4456
|
+
};
|
|
4457
|
+
}
|
|
4458
|
+
});
|
|
4459
|
+
/*!
|
|
4460
|
+
* Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
|
|
4461
|
+
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4462
|
+
* Copyright 2026 Fonticons, Inc.
|
|
4463
|
+
*/
|
|
4464
|
+
var Hd = {
|
|
4465
|
+
prefix: "fas",
|
|
4466
|
+
iconName: "spinner",
|
|
4467
|
+
icon: [512, 512, [], "f110", "M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm0 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM48 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm368 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM75 369.1A48 48 0 1 1 142.9 437 48 48 0 1 1 75 369.1zM75 75A48 48 0 1 1 142.9 142.9 48 48 0 1 1 75 75zM437 369.1A48 48 0 1 1 369.1 437 48 48 0 1 1 437 369.1z"]
|
|
4468
|
+
};
|
|
4469
|
+
export {
|
|
4470
|
+
Gd as F,
|
|
4471
|
+
Rd as a,
|
|
4472
|
+
Hd as f,
|
|
4473
|
+
Bd as l,
|
|
4474
|
+
Ud as o,
|
|
4475
|
+
Wd as t
|
|
4476
|
+
};
|