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