@crystallize/design-system 1.16.3 → 1.16.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/chunk-NIH5ZMPE.mjs +8 -0
- package/dist/index.css +173 -5
- package/dist/index.d.ts +58 -10
- package/dist/index.js +31643 -1339
- package/dist/index.mjs +2754 -1277
- package/dist/parser-babel-B7AMC4UT.mjs +8379 -0
- package/dist/parser-html-URMUOK6U.mjs +3222 -0
- package/dist/parser-postcss-AN2EJ77H.mjs +5621 -0
- package/dist/standalone-AR2ENVE7.mjs +11618 -0
- package/package.json +4 -2
- package/src/action-menu/action-item.tsx +1 -1
- package/src/action-menu/action-menu.css +2 -2
- package/src/action-menu/action-menu.tsx +3 -2
- package/src/dropdown-menu/dropdown-menu.css +31 -0
- package/src/iconography/Icon.stories.tsx +4 -4
- package/src/iconography/app.tsx +23 -10
- package/src/iconography/bell.tsx +24 -0
- package/src/iconography/billing-payments.tsx +8 -8
- package/src/iconography/cancel.tsx +1 -9
- package/src/iconography/caret.tsx +15 -0
- package/src/iconography/catalogue.tsx +24 -4
- package/src/iconography/choice.tsx +112 -0
- package/src/iconography/chunk.tsx +65 -0
- package/src/iconography/dashboard.tsx +13 -10
- package/src/iconography/date.tsx +114 -0
- package/src/iconography/document.tsx +15 -3
- package/src/iconography/file-upload.tsx +43 -0
- package/src/iconography/fixed-property-table.tsx +35 -0
- package/src/iconography/grid-relation.tsx +67 -0
- package/src/iconography/hand-mirror.tsx +39 -0
- package/src/iconography/image.tsx +21 -15
- package/src/iconography/index.ts +61 -7
- package/src/iconography/location.tsx +35 -0
- package/src/iconography/magnifier.tsx +40 -0
- package/src/iconography/numeric.tsx +36 -0
- package/src/iconography/paragraph-collection.tsx +69 -0
- package/src/iconography/percentage.tsx +18 -9
- package/src/iconography/pipeline-dashed.tsx +104 -0
- package/src/iconography/plug.tsx +38 -0
- package/src/iconography/price-tag.tsx +20 -11
- package/src/iconography/product.tsx +39 -10
- package/src/iconography/property-table.tsx +36 -0
- package/src/iconography/relation.tsx +25 -0
- package/src/iconography/renew.tsx +34 -0
- package/src/iconography/rich-text.tsx +47 -0
- package/src/iconography/selection.tsx +78 -0
- package/src/iconography/settings.tsx +7 -16
- package/src/iconography/singleline.tsx +25 -0
- package/src/iconography/split.tsx +54 -0
- package/src/iconography/stock-location.tsx +31 -33
- package/src/iconography/switch.tsx +56 -0
- package/src/iconography/video.tsx +46 -0
- package/src/index.ts +2 -0
- package/src/rich-text-editor/rich-text-editor.css +0 -1
- package/src/switch/Switch.stories.tsx +62 -0
- package/src/switch/index.tsx +3 -0
- package/src/switch/switch.css +13 -0
- package/src/switch/switch.tsx +12 -0
- package/src/tooltip/Tooltip.stories.tsx +62 -0
- package/src/tooltip/index.tsx +3 -0
- package/src/tooltip/tooltip.css +7 -0
- package/src/tooltip/tooltip.tsx +38 -0
- package/tailwind.config.cjs +1 -0
|
@@ -0,0 +1,3222 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS
|
|
3
|
+
} from "./chunk-NIH5ZMPE.mjs";
|
|
4
|
+
|
|
5
|
+
// ../../node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-html.js
|
|
6
|
+
var require_parser_html = __commonJS({
|
|
7
|
+
"../../node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-html.js"(exports, module) {
|
|
8
|
+
(function(e) {
|
|
9
|
+
if (typeof exports == "object" && typeof module == "object")
|
|
10
|
+
module.exports = e();
|
|
11
|
+
else if (typeof define == "function" && define.amd)
|
|
12
|
+
define(e);
|
|
13
|
+
else {
|
|
14
|
+
var i = typeof globalThis < "u" ? globalThis : typeof global < "u" ? global : typeof self < "u" ? self : this || {};
|
|
15
|
+
i.prettierPlugins = i.prettierPlugins || {}, i.prettierPlugins.html = e();
|
|
16
|
+
}
|
|
17
|
+
})(function() {
|
|
18
|
+
"use strict";
|
|
19
|
+
var S = (e, r) => () => (r || e((r = { exports: {} }).exports, r), r.exports);
|
|
20
|
+
var ee = S((cc, Kr) => {
|
|
21
|
+
var Ne = function(e) {
|
|
22
|
+
return e && e.Math == Math && e;
|
|
23
|
+
};
|
|
24
|
+
Kr.exports = Ne(typeof globalThis == "object" && globalThis) || Ne(typeof window == "object" && window) || Ne(typeof self == "object" && self) || Ne(typeof global == "object" && global) || function() {
|
|
25
|
+
return this;
|
|
26
|
+
}() || Function("return this")();
|
|
27
|
+
});
|
|
28
|
+
var se = S((hc, Jr) => {
|
|
29
|
+
Jr.exports = function(e) {
|
|
30
|
+
try {
|
|
31
|
+
return !!e();
|
|
32
|
+
} catch {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
});
|
|
37
|
+
var ae = S((pc, Zr) => {
|
|
38
|
+
var qs = se();
|
|
39
|
+
Zr.exports = !qs(function() {
|
|
40
|
+
return Object.defineProperty({}, 1, { get: function() {
|
|
41
|
+
return 7;
|
|
42
|
+
} })[1] != 7;
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
var Oe = S((fc, eu) => {
|
|
46
|
+
var Is = se();
|
|
47
|
+
eu.exports = !Is(function() {
|
|
48
|
+
var e = function() {
|
|
49
|
+
}.bind();
|
|
50
|
+
return typeof e != "function" || e.hasOwnProperty("prototype");
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
var De = S((dc, ru) => {
|
|
54
|
+
var Rs = Oe(), qe = Function.prototype.call;
|
|
55
|
+
ru.exports = Rs ? qe.bind(qe) : function() {
|
|
56
|
+
return qe.apply(qe, arguments);
|
|
57
|
+
};
|
|
58
|
+
});
|
|
59
|
+
var su = S((nu) => {
|
|
60
|
+
"use strict";
|
|
61
|
+
var uu = {}.propertyIsEnumerable, tu = Object.getOwnPropertyDescriptor, xs = tu && !uu.call({ 1: 2 }, 1);
|
|
62
|
+
nu.f = xs ? function(r) {
|
|
63
|
+
var u = tu(this, r);
|
|
64
|
+
return !!u && u.enumerable;
|
|
65
|
+
} : uu;
|
|
66
|
+
});
|
|
67
|
+
var Ie = S((Cc, iu) => {
|
|
68
|
+
iu.exports = function(e, r) {
|
|
69
|
+
return { enumerable: !(e & 1), configurable: !(e & 2), writable: !(e & 4), value: r };
|
|
70
|
+
};
|
|
71
|
+
});
|
|
72
|
+
var re = S((mc, Du) => {
|
|
73
|
+
var au = Oe(), ou = Function.prototype, er = ou.call, Ps = au && ou.bind.bind(er, er);
|
|
74
|
+
Du.exports = au ? Ps : function(e) {
|
|
75
|
+
return function() {
|
|
76
|
+
return er.apply(e, arguments);
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
});
|
|
80
|
+
var me = S((gc, cu) => {
|
|
81
|
+
var lu = re(), ks = lu({}.toString), Ls = lu("".slice);
|
|
82
|
+
cu.exports = function(e) {
|
|
83
|
+
return Ls(ks(e), 8, -1);
|
|
84
|
+
};
|
|
85
|
+
});
|
|
86
|
+
var pu = S((Fc, hu) => {
|
|
87
|
+
var $s = re(), Ms = se(), js = me(), rr = Object, Us = $s("".split);
|
|
88
|
+
hu.exports = Ms(function() {
|
|
89
|
+
return !rr("z").propertyIsEnumerable(0);
|
|
90
|
+
}) ? function(e) {
|
|
91
|
+
return js(e) == "String" ? Us(e, "") : rr(e);
|
|
92
|
+
} : rr;
|
|
93
|
+
});
|
|
94
|
+
var Re = S((Ac, fu) => {
|
|
95
|
+
fu.exports = function(e) {
|
|
96
|
+
return e == null;
|
|
97
|
+
};
|
|
98
|
+
});
|
|
99
|
+
var ur = S((vc, du) => {
|
|
100
|
+
var Gs = Re(), Vs = TypeError;
|
|
101
|
+
du.exports = function(e) {
|
|
102
|
+
if (Gs(e))
|
|
103
|
+
throw Vs("Can't call method on " + e);
|
|
104
|
+
return e;
|
|
105
|
+
};
|
|
106
|
+
});
|
|
107
|
+
var xe = S((_c, Eu) => {
|
|
108
|
+
var Xs = pu(), Hs = ur();
|
|
109
|
+
Eu.exports = function(e) {
|
|
110
|
+
return Xs(Hs(e));
|
|
111
|
+
};
|
|
112
|
+
});
|
|
113
|
+
var nr = S((Sc, Cu) => {
|
|
114
|
+
var tr = typeof document == "object" && document.all, zs = typeof tr > "u" && tr !== void 0;
|
|
115
|
+
Cu.exports = { all: tr, IS_HTMLDDA: zs };
|
|
116
|
+
});
|
|
117
|
+
var Y = S((yc, gu) => {
|
|
118
|
+
var mu = nr(), Ws = mu.all;
|
|
119
|
+
gu.exports = mu.IS_HTMLDDA ? function(e) {
|
|
120
|
+
return typeof e == "function" || e === Ws;
|
|
121
|
+
} : function(e) {
|
|
122
|
+
return typeof e == "function";
|
|
123
|
+
};
|
|
124
|
+
});
|
|
125
|
+
var le = S((Tc, vu) => {
|
|
126
|
+
var Fu = Y(), Au = nr(), Ys = Au.all;
|
|
127
|
+
vu.exports = Au.IS_HTMLDDA ? function(e) {
|
|
128
|
+
return typeof e == "object" ? e !== null : Fu(e) || e === Ys;
|
|
129
|
+
} : function(e) {
|
|
130
|
+
return typeof e == "object" ? e !== null : Fu(e);
|
|
131
|
+
};
|
|
132
|
+
});
|
|
133
|
+
var ge = S((Bc, _u) => {
|
|
134
|
+
var sr = ee(), Qs = Y(), Ks = function(e) {
|
|
135
|
+
return Qs(e) ? e : void 0;
|
|
136
|
+
};
|
|
137
|
+
_u.exports = function(e, r) {
|
|
138
|
+
return arguments.length < 2 ? Ks(sr[e]) : sr[e] && sr[e][r];
|
|
139
|
+
};
|
|
140
|
+
});
|
|
141
|
+
var ir = S((bc, Su) => {
|
|
142
|
+
var Js = re();
|
|
143
|
+
Su.exports = Js({}.isPrototypeOf);
|
|
144
|
+
});
|
|
145
|
+
var Tu = S((wc, yu) => {
|
|
146
|
+
var Zs = ge();
|
|
147
|
+
yu.exports = Zs("navigator", "userAgent") || "";
|
|
148
|
+
});
|
|
149
|
+
var Iu = S((Nc, qu) => {
|
|
150
|
+
var Ou = ee(), ar = Tu(), Bu = Ou.process, bu = Ou.Deno, wu = Bu && Bu.versions || bu && bu.version, Nu = wu && wu.v8, ue, Pe;
|
|
151
|
+
Nu && (ue = Nu.split("."), Pe = ue[0] > 0 && ue[0] < 4 ? 1 : +(ue[0] + ue[1]));
|
|
152
|
+
!Pe && ar && (ue = ar.match(/Edge\/(\d+)/), (!ue || ue[1] >= 74) && (ue = ar.match(/Chrome\/(\d+)/), ue && (Pe = +ue[1])));
|
|
153
|
+
qu.exports = Pe;
|
|
154
|
+
});
|
|
155
|
+
var or = S((Oc, xu) => {
|
|
156
|
+
var Ru = Iu(), ei = se();
|
|
157
|
+
xu.exports = !!Object.getOwnPropertySymbols && !ei(function() {
|
|
158
|
+
var e = Symbol();
|
|
159
|
+
return !String(e) || !(Object(e) instanceof Symbol) || !Symbol.sham && Ru && Ru < 41;
|
|
160
|
+
});
|
|
161
|
+
});
|
|
162
|
+
var Dr = S((qc, Pu) => {
|
|
163
|
+
var ri = or();
|
|
164
|
+
Pu.exports = ri && !Symbol.sham && typeof Symbol.iterator == "symbol";
|
|
165
|
+
});
|
|
166
|
+
var lr = S((Ic, ku) => {
|
|
167
|
+
var ui = ge(), ti = Y(), ni = ir(), si = Dr(), ii = Object;
|
|
168
|
+
ku.exports = si ? function(e) {
|
|
169
|
+
return typeof e == "symbol";
|
|
170
|
+
} : function(e) {
|
|
171
|
+
var r = ui("Symbol");
|
|
172
|
+
return ti(r) && ni(r.prototype, ii(e));
|
|
173
|
+
};
|
|
174
|
+
});
|
|
175
|
+
var ke = S((Rc, Lu) => {
|
|
176
|
+
var ai = String;
|
|
177
|
+
Lu.exports = function(e) {
|
|
178
|
+
try {
|
|
179
|
+
return ai(e);
|
|
180
|
+
} catch {
|
|
181
|
+
return "Object";
|
|
182
|
+
}
|
|
183
|
+
};
|
|
184
|
+
});
|
|
185
|
+
var Fe = S((xc, $u) => {
|
|
186
|
+
var oi = Y(), Di = ke(), li = TypeError;
|
|
187
|
+
$u.exports = function(e) {
|
|
188
|
+
if (oi(e))
|
|
189
|
+
return e;
|
|
190
|
+
throw li(Di(e) + " is not a function");
|
|
191
|
+
};
|
|
192
|
+
});
|
|
193
|
+
var Le = S((Pc, Mu) => {
|
|
194
|
+
var ci = Fe(), hi = Re();
|
|
195
|
+
Mu.exports = function(e, r) {
|
|
196
|
+
var u = e[r];
|
|
197
|
+
return hi(u) ? void 0 : ci(u);
|
|
198
|
+
};
|
|
199
|
+
});
|
|
200
|
+
var Uu = S((kc, ju) => {
|
|
201
|
+
var cr = De(), hr = Y(), pr = le(), pi = TypeError;
|
|
202
|
+
ju.exports = function(e, r) {
|
|
203
|
+
var u, n;
|
|
204
|
+
if (r === "string" && hr(u = e.toString) && !pr(n = cr(u, e)) || hr(u = e.valueOf) && !pr(n = cr(u, e)) || r !== "string" && hr(u = e.toString) && !pr(n = cr(u, e)))
|
|
205
|
+
return n;
|
|
206
|
+
throw pi("Can't convert object to primitive value");
|
|
207
|
+
};
|
|
208
|
+
});
|
|
209
|
+
var Vu = S((Lc, Gu) => {
|
|
210
|
+
Gu.exports = false;
|
|
211
|
+
});
|
|
212
|
+
var $e = S(($c, Hu) => {
|
|
213
|
+
var Xu = ee(), fi = Object.defineProperty;
|
|
214
|
+
Hu.exports = function(e, r) {
|
|
215
|
+
try {
|
|
216
|
+
fi(Xu, e, { value: r, configurable: true, writable: true });
|
|
217
|
+
} catch {
|
|
218
|
+
Xu[e] = r;
|
|
219
|
+
}
|
|
220
|
+
return r;
|
|
221
|
+
};
|
|
222
|
+
});
|
|
223
|
+
var Me = S((Mc, Wu) => {
|
|
224
|
+
var di = ee(), Ei = $e(), zu = "__core-js_shared__", Ci = di[zu] || Ei(zu, {});
|
|
225
|
+
Wu.exports = Ci;
|
|
226
|
+
});
|
|
227
|
+
var fr = S((jc, Qu) => {
|
|
228
|
+
var mi = Vu(), Yu = Me();
|
|
229
|
+
(Qu.exports = function(e, r) {
|
|
230
|
+
return Yu[e] || (Yu[e] = r !== void 0 ? r : {});
|
|
231
|
+
})("versions", []).push({ version: "3.26.1", mode: mi ? "pure" : "global", copyright: "\xA9 2014-2022 Denis Pushkarev (zloirock.ru)", license: "https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE", source: "https://github.com/zloirock/core-js" });
|
|
232
|
+
});
|
|
233
|
+
var dr = S((Uc, Ku) => {
|
|
234
|
+
var gi = ur(), Fi = Object;
|
|
235
|
+
Ku.exports = function(e) {
|
|
236
|
+
return Fi(gi(e));
|
|
237
|
+
};
|
|
238
|
+
});
|
|
239
|
+
var oe = S((Gc, Ju) => {
|
|
240
|
+
var Ai = re(), vi = dr(), _i = Ai({}.hasOwnProperty);
|
|
241
|
+
Ju.exports = Object.hasOwn || function(r, u) {
|
|
242
|
+
return _i(vi(r), u);
|
|
243
|
+
};
|
|
244
|
+
});
|
|
245
|
+
var Er = S((Vc, Zu) => {
|
|
246
|
+
var Si = re(), yi = 0, Ti = Math.random(), Bi = Si(1 .toString);
|
|
247
|
+
Zu.exports = function(e) {
|
|
248
|
+
return "Symbol(" + (e === void 0 ? "" : e) + ")_" + Bi(++yi + Ti, 36);
|
|
249
|
+
};
|
|
250
|
+
});
|
|
251
|
+
var he = S((Xc, nt) => {
|
|
252
|
+
var bi = ee(), wi = fr(), et = oe(), Ni = Er(), rt = or(), tt = Dr(), fe = wi("wks"), ce = bi.Symbol, ut = ce && ce.for, Oi = tt ? ce : ce && ce.withoutSetter || Ni;
|
|
253
|
+
nt.exports = function(e) {
|
|
254
|
+
if (!et(fe, e) || !(rt || typeof fe[e] == "string")) {
|
|
255
|
+
var r = "Symbol." + e;
|
|
256
|
+
rt && et(ce, e) ? fe[e] = ce[e] : tt && ut ? fe[e] = ut(r) : fe[e] = Oi(r);
|
|
257
|
+
}
|
|
258
|
+
return fe[e];
|
|
259
|
+
};
|
|
260
|
+
});
|
|
261
|
+
var ot = S((Hc, at) => {
|
|
262
|
+
var qi = De(), st = le(), it = lr(), Ii = Le(), Ri = Uu(), xi = he(), Pi = TypeError, ki = xi("toPrimitive");
|
|
263
|
+
at.exports = function(e, r) {
|
|
264
|
+
if (!st(e) || it(e))
|
|
265
|
+
return e;
|
|
266
|
+
var u = Ii(e, ki), n;
|
|
267
|
+
if (u) {
|
|
268
|
+
if (r === void 0 && (r = "default"), n = qi(u, e, r), !st(n) || it(n))
|
|
269
|
+
return n;
|
|
270
|
+
throw Pi("Can't convert object to primitive value");
|
|
271
|
+
}
|
|
272
|
+
return r === void 0 && (r = "number"), Ri(e, r);
|
|
273
|
+
};
|
|
274
|
+
});
|
|
275
|
+
var je = S((zc, Dt) => {
|
|
276
|
+
var Li = ot(), $i = lr();
|
|
277
|
+
Dt.exports = function(e) {
|
|
278
|
+
var r = Li(e, "string");
|
|
279
|
+
return $i(r) ? r : r + "";
|
|
280
|
+
};
|
|
281
|
+
});
|
|
282
|
+
var ht = S((Wc, ct) => {
|
|
283
|
+
var Mi = ee(), lt = le(), Cr = Mi.document, ji = lt(Cr) && lt(Cr.createElement);
|
|
284
|
+
ct.exports = function(e) {
|
|
285
|
+
return ji ? Cr.createElement(e) : {};
|
|
286
|
+
};
|
|
287
|
+
});
|
|
288
|
+
var mr = S((Yc, pt) => {
|
|
289
|
+
var Ui = ae(), Gi = se(), Vi = ht();
|
|
290
|
+
pt.exports = !Ui && !Gi(function() {
|
|
291
|
+
return Object.defineProperty(Vi("div"), "a", { get: function() {
|
|
292
|
+
return 7;
|
|
293
|
+
} }).a != 7;
|
|
294
|
+
});
|
|
295
|
+
});
|
|
296
|
+
var gr = S((dt) => {
|
|
297
|
+
var Xi = ae(), Hi = De(), zi = su(), Wi = Ie(), Yi = xe(), Qi = je(), Ki = oe(), Ji = mr(), ft = Object.getOwnPropertyDescriptor;
|
|
298
|
+
dt.f = Xi ? ft : function(r, u) {
|
|
299
|
+
if (r = Yi(r), u = Qi(u), Ji)
|
|
300
|
+
try {
|
|
301
|
+
return ft(r, u);
|
|
302
|
+
} catch {
|
|
303
|
+
}
|
|
304
|
+
if (Ki(r, u))
|
|
305
|
+
return Wi(!Hi(zi.f, r, u), r[u]);
|
|
306
|
+
};
|
|
307
|
+
});
|
|
308
|
+
var Ct = S((Kc, Et) => {
|
|
309
|
+
var Zi = ae(), ea = se();
|
|
310
|
+
Et.exports = Zi && ea(function() {
|
|
311
|
+
return Object.defineProperty(function() {
|
|
312
|
+
}, "prototype", { value: 42, writable: false }).prototype != 42;
|
|
313
|
+
});
|
|
314
|
+
});
|
|
315
|
+
var de = S((Jc, mt) => {
|
|
316
|
+
var ra = le(), ua = String, ta = TypeError;
|
|
317
|
+
mt.exports = function(e) {
|
|
318
|
+
if (ra(e))
|
|
319
|
+
return e;
|
|
320
|
+
throw ta(ua(e) + " is not an object");
|
|
321
|
+
};
|
|
322
|
+
});
|
|
323
|
+
var Ae = S((Ft) => {
|
|
324
|
+
var na = ae(), sa = mr(), ia = Ct(), Ue = de(), gt = je(), aa = TypeError, Fr = Object.defineProperty, oa = Object.getOwnPropertyDescriptor, Ar = "enumerable", vr = "configurable", _r = "writable";
|
|
325
|
+
Ft.f = na ? ia ? function(r, u, n) {
|
|
326
|
+
if (Ue(r), u = gt(u), Ue(n), typeof r == "function" && u === "prototype" && "value" in n && _r in n && !n[_r]) {
|
|
327
|
+
var D = oa(r, u);
|
|
328
|
+
D && D[_r] && (r[u] = n.value, n = { configurable: vr in n ? n[vr] : D[vr], enumerable: Ar in n ? n[Ar] : D[Ar], writable: false });
|
|
329
|
+
}
|
|
330
|
+
return Fr(r, u, n);
|
|
331
|
+
} : Fr : function(r, u, n) {
|
|
332
|
+
if (Ue(r), u = gt(u), Ue(n), sa)
|
|
333
|
+
try {
|
|
334
|
+
return Fr(r, u, n);
|
|
335
|
+
} catch {
|
|
336
|
+
}
|
|
337
|
+
if ("get" in n || "set" in n)
|
|
338
|
+
throw aa("Accessors not supported");
|
|
339
|
+
return "value" in n && (r[u] = n.value), r;
|
|
340
|
+
};
|
|
341
|
+
});
|
|
342
|
+
var Sr = S((e2, At) => {
|
|
343
|
+
var Da = ae(), la = Ae(), ca = Ie();
|
|
344
|
+
At.exports = Da ? function(e, r, u) {
|
|
345
|
+
return la.f(e, r, ca(1, u));
|
|
346
|
+
} : function(e, r, u) {
|
|
347
|
+
return e[r] = u, e;
|
|
348
|
+
};
|
|
349
|
+
});
|
|
350
|
+
var St = S((r2, _t) => {
|
|
351
|
+
var yr = ae(), ha = oe(), vt = Function.prototype, pa = yr && Object.getOwnPropertyDescriptor, Tr = ha(vt, "name"), fa = Tr && function() {
|
|
352
|
+
}.name === "something", da = Tr && (!yr || yr && pa(vt, "name").configurable);
|
|
353
|
+
_t.exports = { EXISTS: Tr, PROPER: fa, CONFIGURABLE: da };
|
|
354
|
+
});
|
|
355
|
+
var br = S((u2, yt) => {
|
|
356
|
+
var Ea = re(), Ca = Y(), Br = Me(), ma = Ea(Function.toString);
|
|
357
|
+
Ca(Br.inspectSource) || (Br.inspectSource = function(e) {
|
|
358
|
+
return ma(e);
|
|
359
|
+
});
|
|
360
|
+
yt.exports = Br.inspectSource;
|
|
361
|
+
});
|
|
362
|
+
var bt = S((t2, Bt) => {
|
|
363
|
+
var ga = ee(), Fa = Y(), Tt = ga.WeakMap;
|
|
364
|
+
Bt.exports = Fa(Tt) && /native code/.test(String(Tt));
|
|
365
|
+
});
|
|
366
|
+
var Ot = S((n2, Nt) => {
|
|
367
|
+
var Aa = fr(), va = Er(), wt = Aa("keys");
|
|
368
|
+
Nt.exports = function(e) {
|
|
369
|
+
return wt[e] || (wt[e] = va(e));
|
|
370
|
+
};
|
|
371
|
+
});
|
|
372
|
+
var wr = S((s2, qt) => {
|
|
373
|
+
qt.exports = {};
|
|
374
|
+
});
|
|
375
|
+
var Pt = S((i2, xt) => {
|
|
376
|
+
var _a = bt(), Rt = ee(), Sa = le(), ya = Sr(), Nr = oe(), Or = Me(), Ta = Ot(), Ba = wr(), It = "Object already initialized", qr = Rt.TypeError, ba = Rt.WeakMap, Ge, ve, Ve, wa = function(e) {
|
|
377
|
+
return Ve(e) ? ve(e) : Ge(e, {});
|
|
378
|
+
}, Na = function(e) {
|
|
379
|
+
return function(r) {
|
|
380
|
+
var u;
|
|
381
|
+
if (!Sa(r) || (u = ve(r)).type !== e)
|
|
382
|
+
throw qr("Incompatible receiver, " + e + " required");
|
|
383
|
+
return u;
|
|
384
|
+
};
|
|
385
|
+
};
|
|
386
|
+
_a || Or.state ? (te = Or.state || (Or.state = new ba()), te.get = te.get, te.has = te.has, te.set = te.set, Ge = function(e, r) {
|
|
387
|
+
if (te.has(e))
|
|
388
|
+
throw qr(It);
|
|
389
|
+
return r.facade = e, te.set(e, r), r;
|
|
390
|
+
}, ve = function(e) {
|
|
391
|
+
return te.get(e) || {};
|
|
392
|
+
}, Ve = function(e) {
|
|
393
|
+
return te.has(e);
|
|
394
|
+
}) : (pe = Ta("state"), Ba[pe] = true, Ge = function(e, r) {
|
|
395
|
+
if (Nr(e, pe))
|
|
396
|
+
throw qr(It);
|
|
397
|
+
return r.facade = e, ya(e, pe, r), r;
|
|
398
|
+
}, ve = function(e) {
|
|
399
|
+
return Nr(e, pe) ? e[pe] : {};
|
|
400
|
+
}, Ve = function(e) {
|
|
401
|
+
return Nr(e, pe);
|
|
402
|
+
});
|
|
403
|
+
var te, pe;
|
|
404
|
+
xt.exports = { set: Ge, get: ve, has: Ve, enforce: wa, getterFor: Na };
|
|
405
|
+
});
|
|
406
|
+
var $t = S((a2, Lt) => {
|
|
407
|
+
var Oa = se(), qa = Y(), Xe = oe(), Ir = ae(), Ia = St().CONFIGURABLE, Ra = br(), kt = Pt(), xa = kt.enforce, Pa = kt.get, He = Object.defineProperty, ka = Ir && !Oa(function() {
|
|
408
|
+
return He(function() {
|
|
409
|
+
}, "length", { value: 8 }).length !== 8;
|
|
410
|
+
}), La = String(String).split("String"), $a = Lt.exports = function(e, r, u) {
|
|
411
|
+
String(r).slice(0, 7) === "Symbol(" && (r = "[" + String(r).replace(/^Symbol\(([^)]*)\)/, "$1") + "]"), u && u.getter && (r = "get " + r), u && u.setter && (r = "set " + r), (!Xe(e, "name") || Ia && e.name !== r) && (Ir ? He(e, "name", { value: r, configurable: true }) : e.name = r), ka && u && Xe(u, "arity") && e.length !== u.arity && He(e, "length", { value: u.arity });
|
|
412
|
+
try {
|
|
413
|
+
u && Xe(u, "constructor") && u.constructor ? Ir && He(e, "prototype", { writable: false }) : e.prototype && (e.prototype = void 0);
|
|
414
|
+
} catch {
|
|
415
|
+
}
|
|
416
|
+
var n = xa(e);
|
|
417
|
+
return Xe(n, "source") || (n.source = La.join(typeof r == "string" ? r : "")), e;
|
|
418
|
+
};
|
|
419
|
+
Function.prototype.toString = $a(function() {
|
|
420
|
+
return qa(this) && Pa(this).source || Ra(this);
|
|
421
|
+
}, "toString");
|
|
422
|
+
});
|
|
423
|
+
var jt = S((o2, Mt) => {
|
|
424
|
+
var Ma = Y(), ja = Ae(), Ua = $t(), Ga = $e();
|
|
425
|
+
Mt.exports = function(e, r, u, n) {
|
|
426
|
+
n || (n = {});
|
|
427
|
+
var D = n.enumerable, s = n.name !== void 0 ? n.name : r;
|
|
428
|
+
if (Ma(u) && Ua(u, s, n), n.global)
|
|
429
|
+
D ? e[r] = u : Ga(r, u);
|
|
430
|
+
else {
|
|
431
|
+
try {
|
|
432
|
+
n.unsafe ? e[r] && (D = true) : delete e[r];
|
|
433
|
+
} catch {
|
|
434
|
+
}
|
|
435
|
+
D ? e[r] = u : ja.f(e, r, { value: u, enumerable: false, configurable: !n.nonConfigurable, writable: !n.nonWritable });
|
|
436
|
+
}
|
|
437
|
+
return e;
|
|
438
|
+
};
|
|
439
|
+
});
|
|
440
|
+
var Gt = S((D2, Ut) => {
|
|
441
|
+
var Va = Math.ceil, Xa = Math.floor;
|
|
442
|
+
Ut.exports = Math.trunc || function(r) {
|
|
443
|
+
var u = +r;
|
|
444
|
+
return (u > 0 ? Xa : Va)(u);
|
|
445
|
+
};
|
|
446
|
+
});
|
|
447
|
+
var Rr = S((l2, Vt) => {
|
|
448
|
+
var Ha = Gt();
|
|
449
|
+
Vt.exports = function(e) {
|
|
450
|
+
var r = +e;
|
|
451
|
+
return r !== r || r === 0 ? 0 : Ha(r);
|
|
452
|
+
};
|
|
453
|
+
});
|
|
454
|
+
var Ht = S((c2, Xt) => {
|
|
455
|
+
var za = Rr(), Wa = Math.max, Ya = Math.min;
|
|
456
|
+
Xt.exports = function(e, r) {
|
|
457
|
+
var u = za(e);
|
|
458
|
+
return u < 0 ? Wa(u + r, 0) : Ya(u, r);
|
|
459
|
+
};
|
|
460
|
+
});
|
|
461
|
+
var Wt = S((h2, zt) => {
|
|
462
|
+
var Qa = Rr(), Ka = Math.min;
|
|
463
|
+
zt.exports = function(e) {
|
|
464
|
+
return e > 0 ? Ka(Qa(e), 9007199254740991) : 0;
|
|
465
|
+
};
|
|
466
|
+
});
|
|
467
|
+
var _e = S((p2, Yt) => {
|
|
468
|
+
var Ja = Wt();
|
|
469
|
+
Yt.exports = function(e) {
|
|
470
|
+
return Ja(e.length);
|
|
471
|
+
};
|
|
472
|
+
});
|
|
473
|
+
var Jt = S((f2, Kt) => {
|
|
474
|
+
var Za = xe(), eo = Ht(), ro = _e(), Qt = function(e) {
|
|
475
|
+
return function(r, u, n) {
|
|
476
|
+
var D = Za(r), s = ro(D), i = eo(n, s), f;
|
|
477
|
+
if (e && u != u) {
|
|
478
|
+
for (; s > i; )
|
|
479
|
+
if (f = D[i++], f != f)
|
|
480
|
+
return true;
|
|
481
|
+
} else
|
|
482
|
+
for (; s > i; i++)
|
|
483
|
+
if ((e || i in D) && D[i] === u)
|
|
484
|
+
return e || i || 0;
|
|
485
|
+
return !e && -1;
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
Kt.exports = { includes: Qt(true), indexOf: Qt(false) };
|
|
489
|
+
});
|
|
490
|
+
var rn = S((d2, en) => {
|
|
491
|
+
var uo = re(), xr = oe(), to = xe(), no = Jt().indexOf, so = wr(), Zt = uo([].push);
|
|
492
|
+
en.exports = function(e, r) {
|
|
493
|
+
var u = to(e), n = 0, D = [], s;
|
|
494
|
+
for (s in u)
|
|
495
|
+
!xr(so, s) && xr(u, s) && Zt(D, s);
|
|
496
|
+
for (; r.length > n; )
|
|
497
|
+
xr(u, s = r[n++]) && (~no(D, s) || Zt(D, s));
|
|
498
|
+
return D;
|
|
499
|
+
};
|
|
500
|
+
});
|
|
501
|
+
var tn = S((E2, un) => {
|
|
502
|
+
un.exports = ["constructor", "hasOwnProperty", "isPrototypeOf", "propertyIsEnumerable", "toLocaleString", "toString", "valueOf"];
|
|
503
|
+
});
|
|
504
|
+
var sn = S((nn) => {
|
|
505
|
+
var io = rn(), ao = tn(), oo = ao.concat("length", "prototype");
|
|
506
|
+
nn.f = Object.getOwnPropertyNames || function(r) {
|
|
507
|
+
return io(r, oo);
|
|
508
|
+
};
|
|
509
|
+
});
|
|
510
|
+
var on = S((an) => {
|
|
511
|
+
an.f = Object.getOwnPropertySymbols;
|
|
512
|
+
});
|
|
513
|
+
var ln = S((g2, Dn) => {
|
|
514
|
+
var Do = ge(), lo = re(), co = sn(), ho = on(), po = de(), fo = lo([].concat);
|
|
515
|
+
Dn.exports = Do("Reflect", "ownKeys") || function(r) {
|
|
516
|
+
var u = co.f(po(r)), n = ho.f;
|
|
517
|
+
return n ? fo(u, n(r)) : u;
|
|
518
|
+
};
|
|
519
|
+
});
|
|
520
|
+
var pn = S((F2, hn) => {
|
|
521
|
+
var cn = oe(), Eo = ln(), Co = gr(), mo = Ae();
|
|
522
|
+
hn.exports = function(e, r, u) {
|
|
523
|
+
for (var n = Eo(r), D = mo.f, s = Co.f, i = 0; i < n.length; i++) {
|
|
524
|
+
var f = n[i];
|
|
525
|
+
!cn(e, f) && !(u && cn(u, f)) && D(e, f, s(r, f));
|
|
526
|
+
}
|
|
527
|
+
};
|
|
528
|
+
});
|
|
529
|
+
var dn = S((A2, fn) => {
|
|
530
|
+
var go = se(), Fo = Y(), Ao = /#|\.prototype\./, Se = function(e, r) {
|
|
531
|
+
var u = _o[vo(e)];
|
|
532
|
+
return u == yo ? true : u == So ? false : Fo(r) ? go(r) : !!r;
|
|
533
|
+
}, vo = Se.normalize = function(e) {
|
|
534
|
+
return String(e).replace(Ao, ".").toLowerCase();
|
|
535
|
+
}, _o = Se.data = {}, So = Se.NATIVE = "N", yo = Se.POLYFILL = "P";
|
|
536
|
+
fn.exports = Se;
|
|
537
|
+
});
|
|
538
|
+
var ze = S((v2, En) => {
|
|
539
|
+
var Pr = ee(), To = gr().f, Bo = Sr(), bo = jt(), wo = $e(), No = pn(), Oo = dn();
|
|
540
|
+
En.exports = function(e, r) {
|
|
541
|
+
var u = e.target, n = e.global, D = e.stat, s, i, f, c, F, a;
|
|
542
|
+
if (n ? i = Pr : D ? i = Pr[u] || wo(u, {}) : i = (Pr[u] || {}).prototype, i)
|
|
543
|
+
for (f in r) {
|
|
544
|
+
if (F = r[f], e.dontCallGetSet ? (a = To(i, f), c = a && a.value) : c = i[f], s = Oo(n ? f : u + (D ? "." : "#") + f, e.forced), !s && c !== void 0) {
|
|
545
|
+
if (typeof F == typeof c)
|
|
546
|
+
continue;
|
|
547
|
+
No(F, c);
|
|
548
|
+
}
|
|
549
|
+
(e.sham || c && c.sham) && Bo(F, "sham", true), bo(i, f, F, e);
|
|
550
|
+
}
|
|
551
|
+
};
|
|
552
|
+
});
|
|
553
|
+
var Cn = S(() => {
|
|
554
|
+
var qo = ze(), kr = ee();
|
|
555
|
+
qo({ global: true, forced: kr.globalThis !== kr }, { globalThis: kr });
|
|
556
|
+
});
|
|
557
|
+
var mn = S(() => {
|
|
558
|
+
Cn();
|
|
559
|
+
});
|
|
560
|
+
var Lr = S((B2, gn) => {
|
|
561
|
+
var Io = me();
|
|
562
|
+
gn.exports = Array.isArray || function(r) {
|
|
563
|
+
return Io(r) == "Array";
|
|
564
|
+
};
|
|
565
|
+
});
|
|
566
|
+
var An = S((b2, Fn) => {
|
|
567
|
+
var Ro = TypeError, xo = 9007199254740991;
|
|
568
|
+
Fn.exports = function(e) {
|
|
569
|
+
if (e > xo)
|
|
570
|
+
throw Ro("Maximum allowed index exceeded");
|
|
571
|
+
return e;
|
|
572
|
+
};
|
|
573
|
+
});
|
|
574
|
+
var _n = S((w2, vn) => {
|
|
575
|
+
var Po = me(), ko = re();
|
|
576
|
+
vn.exports = function(e) {
|
|
577
|
+
if (Po(e) === "Function")
|
|
578
|
+
return ko(e);
|
|
579
|
+
};
|
|
580
|
+
});
|
|
581
|
+
var $r = S((N2, yn) => {
|
|
582
|
+
var Sn = _n(), Lo = Fe(), $o = Oe(), Mo = Sn(Sn.bind);
|
|
583
|
+
yn.exports = function(e, r) {
|
|
584
|
+
return Lo(e), r === void 0 ? e : $o ? Mo(e, r) : function() {
|
|
585
|
+
return e.apply(r, arguments);
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
});
|
|
589
|
+
var bn = S((O2, Bn) => {
|
|
590
|
+
"use strict";
|
|
591
|
+
var jo = Lr(), Uo = _e(), Go = An(), Vo = $r(), Tn = function(e, r, u, n, D, s, i, f) {
|
|
592
|
+
for (var c = D, F = 0, a = i ? Vo(i, f) : false, l, h; F < n; )
|
|
593
|
+
F in u && (l = a ? a(u[F], F, r) : u[F], s > 0 && jo(l) ? (h = Uo(l), c = Tn(e, r, l, h, c, s - 1) - 1) : (Go(c + 1), e[c] = l), c++), F++;
|
|
594
|
+
return c;
|
|
595
|
+
};
|
|
596
|
+
Bn.exports = Tn;
|
|
597
|
+
});
|
|
598
|
+
var On = S((q2, Nn) => {
|
|
599
|
+
var Xo = he(), Ho = Xo("toStringTag"), wn = {};
|
|
600
|
+
wn[Ho] = "z";
|
|
601
|
+
Nn.exports = String(wn) === "[object z]";
|
|
602
|
+
});
|
|
603
|
+
var Mr = S((I2, qn) => {
|
|
604
|
+
var zo = On(), Wo = Y(), We = me(), Yo = he(), Qo = Yo("toStringTag"), Ko = Object, Jo = We(function() {
|
|
605
|
+
return arguments;
|
|
606
|
+
}()) == "Arguments", Zo = function(e, r) {
|
|
607
|
+
try {
|
|
608
|
+
return e[r];
|
|
609
|
+
} catch {
|
|
610
|
+
}
|
|
611
|
+
};
|
|
612
|
+
qn.exports = zo ? We : function(e) {
|
|
613
|
+
var r, u, n;
|
|
614
|
+
return e === void 0 ? "Undefined" : e === null ? "Null" : typeof (u = Zo(r = Ko(e), Qo)) == "string" ? u : Jo ? We(r) : (n = We(r)) == "Object" && Wo(r.callee) ? "Arguments" : n;
|
|
615
|
+
};
|
|
616
|
+
});
|
|
617
|
+
var Ln = S((R2, kn) => {
|
|
618
|
+
var eD = re(), rD = se(), In = Y(), uD = Mr(), tD = ge(), nD = br(), Rn = function() {
|
|
619
|
+
}, sD = [], xn = tD("Reflect", "construct"), jr = /^\s*(?:class|function)\b/, iD = eD(jr.exec), aD = !jr.exec(Rn), ye = function(r) {
|
|
620
|
+
if (!In(r))
|
|
621
|
+
return false;
|
|
622
|
+
try {
|
|
623
|
+
return xn(Rn, sD, r), true;
|
|
624
|
+
} catch {
|
|
625
|
+
return false;
|
|
626
|
+
}
|
|
627
|
+
}, Pn = function(r) {
|
|
628
|
+
if (!In(r))
|
|
629
|
+
return false;
|
|
630
|
+
switch (uD(r)) {
|
|
631
|
+
case "AsyncFunction":
|
|
632
|
+
case "GeneratorFunction":
|
|
633
|
+
case "AsyncGeneratorFunction":
|
|
634
|
+
return false;
|
|
635
|
+
}
|
|
636
|
+
try {
|
|
637
|
+
return aD || !!iD(jr, nD(r));
|
|
638
|
+
} catch {
|
|
639
|
+
return true;
|
|
640
|
+
}
|
|
641
|
+
};
|
|
642
|
+
Pn.sham = true;
|
|
643
|
+
kn.exports = !xn || rD(function() {
|
|
644
|
+
var e;
|
|
645
|
+
return ye(ye.call) || !ye(Object) || !ye(function() {
|
|
646
|
+
e = true;
|
|
647
|
+
}) || e;
|
|
648
|
+
}) ? Pn : ye;
|
|
649
|
+
});
|
|
650
|
+
var Un = S((x2, jn) => {
|
|
651
|
+
var $n = Lr(), oD = Ln(), DD = le(), lD = he(), cD = lD("species"), Mn = Array;
|
|
652
|
+
jn.exports = function(e) {
|
|
653
|
+
var r;
|
|
654
|
+
return $n(e) && (r = e.constructor, oD(r) && (r === Mn || $n(r.prototype)) ? r = void 0 : DD(r) && (r = r[cD], r === null && (r = void 0))), r === void 0 ? Mn : r;
|
|
655
|
+
};
|
|
656
|
+
});
|
|
657
|
+
var Vn = S((P2, Gn) => {
|
|
658
|
+
var hD = Un();
|
|
659
|
+
Gn.exports = function(e, r) {
|
|
660
|
+
return new (hD(e))(r === 0 ? 0 : r);
|
|
661
|
+
};
|
|
662
|
+
});
|
|
663
|
+
var Xn = S(() => {
|
|
664
|
+
"use strict";
|
|
665
|
+
var pD = ze(), fD = bn(), dD = Fe(), ED = dr(), CD = _e(), mD = Vn();
|
|
666
|
+
pD({ target: "Array", proto: true }, { flatMap: function(r) {
|
|
667
|
+
var u = ED(this), n = CD(u), D;
|
|
668
|
+
return dD(r), D = mD(u, 0), D.length = fD(D, u, u, n, 0, 1, r, arguments.length > 1 ? arguments[1] : void 0), D;
|
|
669
|
+
} });
|
|
670
|
+
});
|
|
671
|
+
var Ur = S(($2, Hn) => {
|
|
672
|
+
Hn.exports = {};
|
|
673
|
+
});
|
|
674
|
+
var Wn = S((M2, zn) => {
|
|
675
|
+
var gD = he(), FD = Ur(), AD = gD("iterator"), vD = Array.prototype;
|
|
676
|
+
zn.exports = function(e) {
|
|
677
|
+
return e !== void 0 && (FD.Array === e || vD[AD] === e);
|
|
678
|
+
};
|
|
679
|
+
});
|
|
680
|
+
var Gr = S((j2, Qn) => {
|
|
681
|
+
var _D = Mr(), Yn = Le(), SD = Re(), yD = Ur(), TD = he(), BD = TD("iterator");
|
|
682
|
+
Qn.exports = function(e) {
|
|
683
|
+
if (!SD(e))
|
|
684
|
+
return Yn(e, BD) || Yn(e, "@@iterator") || yD[_D(e)];
|
|
685
|
+
};
|
|
686
|
+
});
|
|
687
|
+
var Jn = S((U2, Kn) => {
|
|
688
|
+
var bD = De(), wD = Fe(), ND = de(), OD = ke(), qD = Gr(), ID = TypeError;
|
|
689
|
+
Kn.exports = function(e, r) {
|
|
690
|
+
var u = arguments.length < 2 ? qD(e) : r;
|
|
691
|
+
if (wD(u))
|
|
692
|
+
return ND(bD(u, e));
|
|
693
|
+
throw ID(OD(e) + " is not iterable");
|
|
694
|
+
};
|
|
695
|
+
});
|
|
696
|
+
var rs = S((G2, es) => {
|
|
697
|
+
var RD = De(), Zn = de(), xD = Le();
|
|
698
|
+
es.exports = function(e, r, u) {
|
|
699
|
+
var n, D;
|
|
700
|
+
Zn(e);
|
|
701
|
+
try {
|
|
702
|
+
if (n = xD(e, "return"), !n) {
|
|
703
|
+
if (r === "throw")
|
|
704
|
+
throw u;
|
|
705
|
+
return u;
|
|
706
|
+
}
|
|
707
|
+
n = RD(n, e);
|
|
708
|
+
} catch (s) {
|
|
709
|
+
D = true, n = s;
|
|
710
|
+
}
|
|
711
|
+
if (r === "throw")
|
|
712
|
+
throw u;
|
|
713
|
+
if (D)
|
|
714
|
+
throw n;
|
|
715
|
+
return Zn(n), u;
|
|
716
|
+
};
|
|
717
|
+
});
|
|
718
|
+
var is = S((V2, ss) => {
|
|
719
|
+
var PD = $r(), kD = De(), LD = de(), $D = ke(), MD = Wn(), jD = _e(), us = ir(), UD = Jn(), GD = Gr(), ts = rs(), VD = TypeError, Ye = function(e, r) {
|
|
720
|
+
this.stopped = e, this.result = r;
|
|
721
|
+
}, ns = Ye.prototype;
|
|
722
|
+
ss.exports = function(e, r, u) {
|
|
723
|
+
var n = u && u.that, D = !!(u && u.AS_ENTRIES), s = !!(u && u.IS_RECORD), i = !!(u && u.IS_ITERATOR), f = !!(u && u.INTERRUPTED), c = PD(r, n), F, a, l, h, C, d, m, T = function(g) {
|
|
724
|
+
return F && ts(F, "normal", g), new Ye(true, g);
|
|
725
|
+
}, w = function(g) {
|
|
726
|
+
return D ? (LD(g), f ? c(g[0], g[1], T) : c(g[0], g[1])) : f ? c(g, T) : c(g);
|
|
727
|
+
};
|
|
728
|
+
if (s)
|
|
729
|
+
F = e.iterator;
|
|
730
|
+
else if (i)
|
|
731
|
+
F = e;
|
|
732
|
+
else {
|
|
733
|
+
if (a = GD(e), !a)
|
|
734
|
+
throw VD($D(e) + " is not iterable");
|
|
735
|
+
if (MD(a)) {
|
|
736
|
+
for (l = 0, h = jD(e); h > l; l++)
|
|
737
|
+
if (C = w(e[l]), C && us(ns, C))
|
|
738
|
+
return C;
|
|
739
|
+
return new Ye(false);
|
|
740
|
+
}
|
|
741
|
+
F = UD(e, a);
|
|
742
|
+
}
|
|
743
|
+
for (d = s ? e.next : F.next; !(m = kD(d, F)).done; ) {
|
|
744
|
+
try {
|
|
745
|
+
C = w(m.value);
|
|
746
|
+
} catch (g) {
|
|
747
|
+
ts(F, "throw", g);
|
|
748
|
+
}
|
|
749
|
+
if (typeof C == "object" && C && us(ns, C))
|
|
750
|
+
return C;
|
|
751
|
+
}
|
|
752
|
+
return new Ye(false);
|
|
753
|
+
};
|
|
754
|
+
});
|
|
755
|
+
var os = S((X2, as) => {
|
|
756
|
+
"use strict";
|
|
757
|
+
var XD = je(), HD = Ae(), zD = Ie();
|
|
758
|
+
as.exports = function(e, r, u) {
|
|
759
|
+
var n = XD(r);
|
|
760
|
+
n in e ? HD.f(e, n, zD(0, u)) : e[n] = u;
|
|
761
|
+
};
|
|
762
|
+
});
|
|
763
|
+
var Ds = S(() => {
|
|
764
|
+
var WD = ze(), YD = is(), QD = os();
|
|
765
|
+
WD({ target: "Object", stat: true }, { fromEntries: function(r) {
|
|
766
|
+
var u = {};
|
|
767
|
+
return YD(r, function(n, D) {
|
|
768
|
+
QD(u, n, D);
|
|
769
|
+
}, { AS_ENTRIES: true }), u;
|
|
770
|
+
} });
|
|
771
|
+
});
|
|
772
|
+
var Dc = S((W2, Os) => {
|
|
773
|
+
var KD = ["cliName", "cliCategory", "cliDescription"];
|
|
774
|
+
function JD(e, r) {
|
|
775
|
+
if (e == null)
|
|
776
|
+
return {};
|
|
777
|
+
var u = ZD(e, r), n, D;
|
|
778
|
+
if (Object.getOwnPropertySymbols) {
|
|
779
|
+
var s = Object.getOwnPropertySymbols(e);
|
|
780
|
+
for (D = 0; D < s.length; D++)
|
|
781
|
+
n = s[D], !(r.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(e, n) && (u[n] = e[n]);
|
|
782
|
+
}
|
|
783
|
+
return u;
|
|
784
|
+
}
|
|
785
|
+
function ZD(e, r) {
|
|
786
|
+
if (e == null)
|
|
787
|
+
return {};
|
|
788
|
+
var u = {}, n = Object.keys(e), D, s;
|
|
789
|
+
for (s = 0; s < n.length; s++)
|
|
790
|
+
D = n[s], !(r.indexOf(D) >= 0) && (u[D] = e[D]);
|
|
791
|
+
return u;
|
|
792
|
+
}
|
|
793
|
+
mn();
|
|
794
|
+
Xn();
|
|
795
|
+
Ds();
|
|
796
|
+
var el = Object.create, Je = Object.defineProperty, rl = Object.getOwnPropertyDescriptor, Xr = Object.getOwnPropertyNames, ul = Object.getPrototypeOf, tl = Object.prototype.hasOwnProperty, Ee = (e, r) => function() {
|
|
797
|
+
return e && (r = (0, e[Xr(e)[0]])(e = 0)), r;
|
|
798
|
+
}, I = (e, r) => function() {
|
|
799
|
+
return r || (0, e[Xr(e)[0]])((r = { exports: {} }).exports, r), r.exports;
|
|
800
|
+
}, ps = (e, r) => {
|
|
801
|
+
for (var u in r)
|
|
802
|
+
Je(e, u, { get: r[u], enumerable: true });
|
|
803
|
+
}, fs = (e, r, u, n) => {
|
|
804
|
+
if (r && typeof r == "object" || typeof r == "function")
|
|
805
|
+
for (let D of Xr(r))
|
|
806
|
+
!tl.call(e, D) && D !== u && Je(e, D, { get: () => r[D], enumerable: !(n = rl(r, D)) || n.enumerable });
|
|
807
|
+
return e;
|
|
808
|
+
}, nl = (e, r, u) => (u = e != null ? el(ul(e)) : {}, fs(r || !e || !e.__esModule ? Je(u, "default", { value: e, enumerable: true }) : u, e)), ds = (e) => fs(Je({}, "__esModule", { value: true }), e), Te, q = Ee({ "<define:process>"() {
|
|
809
|
+
Te = { env: {}, argv: [] };
|
|
810
|
+
} }), Es = I({ "node_modules/angular-html-parser/lib/compiler/src/chars.js"(e) {
|
|
811
|
+
"use strict";
|
|
812
|
+
q(), Object.defineProperty(e, "__esModule", { value: true }), e.$EOF = 0, e.$BSPACE = 8, e.$TAB = 9, e.$LF = 10, e.$VTAB = 11, e.$FF = 12, e.$CR = 13, e.$SPACE = 32, e.$BANG = 33, e.$DQ = 34, e.$HASH = 35, e.$$ = 36, e.$PERCENT = 37, e.$AMPERSAND = 38, e.$SQ = 39, e.$LPAREN = 40, e.$RPAREN = 41, e.$STAR = 42, e.$PLUS = 43, e.$COMMA = 44, e.$MINUS = 45, e.$PERIOD = 46, e.$SLASH = 47, e.$COLON = 58, e.$SEMICOLON = 59, e.$LT = 60, e.$EQ = 61, e.$GT = 62, e.$QUESTION = 63, e.$0 = 48, e.$7 = 55, e.$9 = 57, e.$A = 65, e.$E = 69, e.$F = 70, e.$X = 88, e.$Z = 90, e.$LBRACKET = 91, e.$BACKSLASH = 92, e.$RBRACKET = 93, e.$CARET = 94, e.$_ = 95, e.$a = 97, e.$b = 98, e.$e = 101, e.$f = 102, e.$n = 110, e.$r = 114, e.$t = 116, e.$u = 117, e.$v = 118, e.$x = 120, e.$z = 122, e.$LBRACE = 123, e.$BAR = 124, e.$RBRACE = 125, e.$NBSP = 160, e.$PIPE = 124, e.$TILDA = 126, e.$AT = 64, e.$BT = 96;
|
|
813
|
+
function r(f) {
|
|
814
|
+
return f >= e.$TAB && f <= e.$SPACE || f == e.$NBSP;
|
|
815
|
+
}
|
|
816
|
+
e.isWhitespace = r;
|
|
817
|
+
function u(f) {
|
|
818
|
+
return e.$0 <= f && f <= e.$9;
|
|
819
|
+
}
|
|
820
|
+
e.isDigit = u;
|
|
821
|
+
function n(f) {
|
|
822
|
+
return f >= e.$a && f <= e.$z || f >= e.$A && f <= e.$Z;
|
|
823
|
+
}
|
|
824
|
+
e.isAsciiLetter = n;
|
|
825
|
+
function D(f) {
|
|
826
|
+
return f >= e.$a && f <= e.$f || f >= e.$A && f <= e.$F || u(f);
|
|
827
|
+
}
|
|
828
|
+
e.isAsciiHexDigit = D;
|
|
829
|
+
function s(f) {
|
|
830
|
+
return f === e.$LF || f === e.$CR;
|
|
831
|
+
}
|
|
832
|
+
e.isNewLine = s;
|
|
833
|
+
function i(f) {
|
|
834
|
+
return e.$0 <= f && f <= e.$7;
|
|
835
|
+
}
|
|
836
|
+
e.isOctalDigit = i;
|
|
837
|
+
} }), sl = I({ "node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(e) {
|
|
838
|
+
"use strict";
|
|
839
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
840
|
+
var r = class {
|
|
841
|
+
constructor(n, D, s) {
|
|
842
|
+
this.filePath = n, this.name = D, this.members = s;
|
|
843
|
+
}
|
|
844
|
+
assertNoMembers() {
|
|
845
|
+
if (this.members.length)
|
|
846
|
+
throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`);
|
|
847
|
+
}
|
|
848
|
+
};
|
|
849
|
+
e.StaticSymbol = r;
|
|
850
|
+
var u = class {
|
|
851
|
+
constructor() {
|
|
852
|
+
this.cache = /* @__PURE__ */ new Map();
|
|
853
|
+
}
|
|
854
|
+
get(n, D, s) {
|
|
855
|
+
s = s || [];
|
|
856
|
+
let i = s.length ? `.${s.join(".")}` : "", f = `"${n}".${D}${i}`, c = this.cache.get(f);
|
|
857
|
+
return c || (c = new r(n, D, s), this.cache.set(f, c)), c;
|
|
858
|
+
}
|
|
859
|
+
};
|
|
860
|
+
e.StaticSymbolCache = u;
|
|
861
|
+
} }), il = I({ "node_modules/angular-html-parser/lib/compiler/src/util.js"(e) {
|
|
862
|
+
"use strict";
|
|
863
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
864
|
+
var r = /-+([a-z0-9])/g;
|
|
865
|
+
function u(o) {
|
|
866
|
+
return o.replace(r, function() {
|
|
867
|
+
for (var E = arguments.length, p = new Array(E), A = 0; A < E; A++)
|
|
868
|
+
p[A] = arguments[A];
|
|
869
|
+
return p[1].toUpperCase();
|
|
870
|
+
});
|
|
871
|
+
}
|
|
872
|
+
e.dashCaseToCamelCase = u;
|
|
873
|
+
function n(o, E) {
|
|
874
|
+
return s(o, ":", E);
|
|
875
|
+
}
|
|
876
|
+
e.splitAtColon = n;
|
|
877
|
+
function D(o, E) {
|
|
878
|
+
return s(o, ".", E);
|
|
879
|
+
}
|
|
880
|
+
e.splitAtPeriod = D;
|
|
881
|
+
function s(o, E, p) {
|
|
882
|
+
let A = o.indexOf(E);
|
|
883
|
+
return A == -1 ? p : [o.slice(0, A).trim(), o.slice(A + 1).trim()];
|
|
884
|
+
}
|
|
885
|
+
function i(o, E, p) {
|
|
886
|
+
return Array.isArray(o) ? E.visitArray(o, p) : g(o) ? E.visitStringMap(o, p) : o == null || typeof o == "string" || typeof o == "number" || typeof o == "boolean" ? E.visitPrimitive(o, p) : E.visitOther(o, p);
|
|
887
|
+
}
|
|
888
|
+
e.visitValue = i;
|
|
889
|
+
function f(o) {
|
|
890
|
+
return o != null;
|
|
891
|
+
}
|
|
892
|
+
e.isDefined = f;
|
|
893
|
+
function c(o) {
|
|
894
|
+
return o === void 0 ? null : o;
|
|
895
|
+
}
|
|
896
|
+
e.noUndefined = c;
|
|
897
|
+
var F = class {
|
|
898
|
+
visitArray(o, E) {
|
|
899
|
+
return o.map((p) => i(p, this, E));
|
|
900
|
+
}
|
|
901
|
+
visitStringMap(o, E) {
|
|
902
|
+
let p = {};
|
|
903
|
+
return Object.keys(o).forEach((A) => {
|
|
904
|
+
p[A] = i(o[A], this, E);
|
|
905
|
+
}), p;
|
|
906
|
+
}
|
|
907
|
+
visitPrimitive(o, E) {
|
|
908
|
+
return o;
|
|
909
|
+
}
|
|
910
|
+
visitOther(o, E) {
|
|
911
|
+
return o;
|
|
912
|
+
}
|
|
913
|
+
};
|
|
914
|
+
e.ValueTransformer = F, e.SyncAsync = { assertSync: (o) => {
|
|
915
|
+
if (_(o))
|
|
916
|
+
throw new Error("Illegal state: value cannot be a promise");
|
|
917
|
+
return o;
|
|
918
|
+
}, then: (o, E) => _(o) ? o.then(E) : E(o), all: (o) => o.some(_) ? Promise.all(o) : o };
|
|
919
|
+
function a(o) {
|
|
920
|
+
throw new Error(`Internal Error: ${o}`);
|
|
921
|
+
}
|
|
922
|
+
e.error = a;
|
|
923
|
+
function l(o, E) {
|
|
924
|
+
let p = Error(o);
|
|
925
|
+
return p[h] = true, E && (p[C] = E), p;
|
|
926
|
+
}
|
|
927
|
+
e.syntaxError = l;
|
|
928
|
+
var h = "ngSyntaxError", C = "ngParseErrors";
|
|
929
|
+
function d(o) {
|
|
930
|
+
return o[h];
|
|
931
|
+
}
|
|
932
|
+
e.isSyntaxError = d;
|
|
933
|
+
function m(o) {
|
|
934
|
+
return o[C] || [];
|
|
935
|
+
}
|
|
936
|
+
e.getParseErrors = m;
|
|
937
|
+
function T(o) {
|
|
938
|
+
return o.replace(/([.*+?^=!:${}()|[\]\/\\])/g, "\\$1");
|
|
939
|
+
}
|
|
940
|
+
e.escapeRegExp = T;
|
|
941
|
+
var w = Object.getPrototypeOf({});
|
|
942
|
+
function g(o) {
|
|
943
|
+
return typeof o == "object" && o !== null && Object.getPrototypeOf(o) === w;
|
|
944
|
+
}
|
|
945
|
+
function N(o) {
|
|
946
|
+
let E = "";
|
|
947
|
+
for (let p = 0; p < o.length; p++) {
|
|
948
|
+
let A = o.charCodeAt(p);
|
|
949
|
+
if (A >= 55296 && A <= 56319 && o.length > p + 1) {
|
|
950
|
+
let P = o.charCodeAt(p + 1);
|
|
951
|
+
P >= 56320 && P <= 57343 && (p++, A = (A - 55296 << 10) + P - 56320 + 65536);
|
|
952
|
+
}
|
|
953
|
+
A <= 127 ? E += String.fromCharCode(A) : A <= 2047 ? E += String.fromCharCode(A >> 6 & 31 | 192, A & 63 | 128) : A <= 65535 ? E += String.fromCharCode(A >> 12 | 224, A >> 6 & 63 | 128, A & 63 | 128) : A <= 2097151 && (E += String.fromCharCode(A >> 18 & 7 | 240, A >> 12 & 63 | 128, A >> 6 & 63 | 128, A & 63 | 128));
|
|
954
|
+
}
|
|
955
|
+
return E;
|
|
956
|
+
}
|
|
957
|
+
e.utf8Encode = N;
|
|
958
|
+
function R(o) {
|
|
959
|
+
if (typeof o == "string")
|
|
960
|
+
return o;
|
|
961
|
+
if (o instanceof Array)
|
|
962
|
+
return "[" + o.map(R).join(", ") + "]";
|
|
963
|
+
if (o == null)
|
|
964
|
+
return "" + o;
|
|
965
|
+
if (o.overriddenName)
|
|
966
|
+
return `${o.overriddenName}`;
|
|
967
|
+
if (o.name)
|
|
968
|
+
return `${o.name}`;
|
|
969
|
+
if (!o.toString)
|
|
970
|
+
return "object";
|
|
971
|
+
let E = o.toString();
|
|
972
|
+
if (E == null)
|
|
973
|
+
return "" + E;
|
|
974
|
+
let p = E.indexOf(`
|
|
975
|
+
`);
|
|
976
|
+
return p === -1 ? E : E.substring(0, p);
|
|
977
|
+
}
|
|
978
|
+
e.stringify = R;
|
|
979
|
+
function j(o) {
|
|
980
|
+
return typeof o == "function" && o.hasOwnProperty("__forward_ref__") ? o() : o;
|
|
981
|
+
}
|
|
982
|
+
e.resolveForwardRef = j;
|
|
983
|
+
function _(o) {
|
|
984
|
+
return !!o && typeof o.then == "function";
|
|
985
|
+
}
|
|
986
|
+
e.isPromise = _;
|
|
987
|
+
var O = class {
|
|
988
|
+
constructor(o) {
|
|
989
|
+
this.full = o;
|
|
990
|
+
let E = o.split(".");
|
|
991
|
+
this.major = E[0], this.minor = E[1], this.patch = E.slice(2).join(".");
|
|
992
|
+
}
|
|
993
|
+
};
|
|
994
|
+
e.Version = O;
|
|
995
|
+
var x = typeof window < "u" && window, k = typeof self < "u" && typeof WorkerGlobalScope < "u" && self instanceof WorkerGlobalScope && self, $ = typeof globalThis < "u" && globalThis, t = $ || x || k;
|
|
996
|
+
e.global = t;
|
|
997
|
+
} }), al = I({ "node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(e) {
|
|
998
|
+
"use strict";
|
|
999
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
1000
|
+
var r = sl(), u = il(), n = /^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;
|
|
1001
|
+
function D(p) {
|
|
1002
|
+
return p.replace(/\W/g, "_");
|
|
1003
|
+
}
|
|
1004
|
+
e.sanitizeIdentifier = D;
|
|
1005
|
+
var s = 0;
|
|
1006
|
+
function i(p) {
|
|
1007
|
+
if (!p || !p.reference)
|
|
1008
|
+
return null;
|
|
1009
|
+
let A = p.reference;
|
|
1010
|
+
if (A instanceof r.StaticSymbol)
|
|
1011
|
+
return A.name;
|
|
1012
|
+
if (A.__anonymousType)
|
|
1013
|
+
return A.__anonymousType;
|
|
1014
|
+
let P = u.stringify(A);
|
|
1015
|
+
return P.indexOf("(") >= 0 ? (P = `anonymous_${s++}`, A.__anonymousType = P) : P = D(P), P;
|
|
1016
|
+
}
|
|
1017
|
+
e.identifierName = i;
|
|
1018
|
+
function f(p) {
|
|
1019
|
+
let A = p.reference;
|
|
1020
|
+
return A instanceof r.StaticSymbol ? A.filePath : `./${u.stringify(A)}`;
|
|
1021
|
+
}
|
|
1022
|
+
e.identifierModuleUrl = f;
|
|
1023
|
+
function c(p, A) {
|
|
1024
|
+
return `View_${i({ reference: p })}_${A}`;
|
|
1025
|
+
}
|
|
1026
|
+
e.viewClassName = c;
|
|
1027
|
+
function F(p) {
|
|
1028
|
+
return `RenderType_${i({ reference: p })}`;
|
|
1029
|
+
}
|
|
1030
|
+
e.rendererTypeName = F;
|
|
1031
|
+
function a(p) {
|
|
1032
|
+
return `HostView_${i({ reference: p })}`;
|
|
1033
|
+
}
|
|
1034
|
+
e.hostViewClassName = a;
|
|
1035
|
+
function l(p) {
|
|
1036
|
+
return `${i({ reference: p })}NgFactory`;
|
|
1037
|
+
}
|
|
1038
|
+
e.componentFactoryName = l;
|
|
1039
|
+
var h;
|
|
1040
|
+
(function(p) {
|
|
1041
|
+
p[p.Pipe = 0] = "Pipe", p[p.Directive = 1] = "Directive", p[p.NgModule = 2] = "NgModule", p[p.Injectable = 3] = "Injectable";
|
|
1042
|
+
})(h = e.CompileSummaryKind || (e.CompileSummaryKind = {}));
|
|
1043
|
+
function C(p) {
|
|
1044
|
+
return p.value != null ? D(p.value) : i(p.identifier);
|
|
1045
|
+
}
|
|
1046
|
+
e.tokenName = C;
|
|
1047
|
+
function d(p) {
|
|
1048
|
+
return p.identifier != null ? p.identifier.reference : p.value;
|
|
1049
|
+
}
|
|
1050
|
+
e.tokenReference = d;
|
|
1051
|
+
var m = class {
|
|
1052
|
+
constructor() {
|
|
1053
|
+
let { moduleUrl: p, styles: A, styleUrls: P } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1054
|
+
this.moduleUrl = p || null, this.styles = _(A), this.styleUrls = _(P);
|
|
1055
|
+
}
|
|
1056
|
+
};
|
|
1057
|
+
e.CompileStylesheetMetadata = m;
|
|
1058
|
+
var T = class {
|
|
1059
|
+
constructor(p) {
|
|
1060
|
+
let { encapsulation: A, template: P, templateUrl: M, htmlAst: z, styles: V, styleUrls: X, externalStylesheets: H, animations: Q, ngContentSelectors: K, interpolation: J, isInline: v, preserveWhitespaces: y } = p;
|
|
1061
|
+
if (this.encapsulation = A, this.template = P, this.templateUrl = M, this.htmlAst = z, this.styles = _(V), this.styleUrls = _(X), this.externalStylesheets = _(H), this.animations = Q ? x(Q) : [], this.ngContentSelectors = K || [], J && J.length != 2)
|
|
1062
|
+
throw new Error("'interpolation' should have a start and an end symbol.");
|
|
1063
|
+
this.interpolation = J, this.isInline = v, this.preserveWhitespaces = y;
|
|
1064
|
+
}
|
|
1065
|
+
toSummary() {
|
|
1066
|
+
return { ngContentSelectors: this.ngContentSelectors, encapsulation: this.encapsulation, styles: this.styles, animations: this.animations };
|
|
1067
|
+
}
|
|
1068
|
+
};
|
|
1069
|
+
e.CompileTemplateMetadata = T;
|
|
1070
|
+
var w = class {
|
|
1071
|
+
static create(p) {
|
|
1072
|
+
let { isHost: A, type: P, isComponent: M, selector: z, exportAs: V, changeDetection: X, inputs: H, outputs: Q, host: K, providers: J, viewProviders: v, queries: y, guards: B, viewQueries: b, entryComponents: L, template: U, componentViewType: G, rendererType: W, componentFactory: ne } = p, be = {}, we = {}, Wr = {};
|
|
1073
|
+
K != null && Object.keys(K).forEach((Z) => {
|
|
1074
|
+
let ie = K[Z], Ce = Z.match(n);
|
|
1075
|
+
Ce === null ? Wr[Z] = ie : Ce[1] != null ? we[Ce[1]] = ie : Ce[2] != null && (be[Ce[2]] = ie);
|
|
1076
|
+
});
|
|
1077
|
+
let Yr = {};
|
|
1078
|
+
H != null && H.forEach((Z) => {
|
|
1079
|
+
let ie = u.splitAtColon(Z, [Z, Z]);
|
|
1080
|
+
Yr[ie[0]] = ie[1];
|
|
1081
|
+
});
|
|
1082
|
+
let Qr = {};
|
|
1083
|
+
return Q != null && Q.forEach((Z) => {
|
|
1084
|
+
let ie = u.splitAtColon(Z, [Z, Z]);
|
|
1085
|
+
Qr[ie[0]] = ie[1];
|
|
1086
|
+
}), new w({ isHost: A, type: P, isComponent: !!M, selector: z, exportAs: V, changeDetection: X, inputs: Yr, outputs: Qr, hostListeners: be, hostProperties: we, hostAttributes: Wr, providers: J, viewProviders: v, queries: y, guards: B, viewQueries: b, entryComponents: L, template: U, componentViewType: G, rendererType: W, componentFactory: ne });
|
|
1087
|
+
}
|
|
1088
|
+
constructor(p) {
|
|
1089
|
+
let { isHost: A, type: P, isComponent: M, selector: z, exportAs: V, changeDetection: X, inputs: H, outputs: Q, hostListeners: K, hostProperties: J, hostAttributes: v, providers: y, viewProviders: B, queries: b, guards: L, viewQueries: U, entryComponents: G, template: W, componentViewType: ne, rendererType: be, componentFactory: we } = p;
|
|
1090
|
+
this.isHost = !!A, this.type = P, this.isComponent = M, this.selector = z, this.exportAs = V, this.changeDetection = X, this.inputs = H, this.outputs = Q, this.hostListeners = K, this.hostProperties = J, this.hostAttributes = v, this.providers = _(y), this.viewProviders = _(B), this.queries = _(b), this.guards = L, this.viewQueries = _(U), this.entryComponents = _(G), this.template = W, this.componentViewType = ne, this.rendererType = be, this.componentFactory = we;
|
|
1091
|
+
}
|
|
1092
|
+
toSummary() {
|
|
1093
|
+
return { summaryKind: h.Directive, type: this.type, isComponent: this.isComponent, selector: this.selector, exportAs: this.exportAs, inputs: this.inputs, outputs: this.outputs, hostListeners: this.hostListeners, hostProperties: this.hostProperties, hostAttributes: this.hostAttributes, providers: this.providers, viewProviders: this.viewProviders, queries: this.queries, guards: this.guards, viewQueries: this.viewQueries, entryComponents: this.entryComponents, changeDetection: this.changeDetection, template: this.template && this.template.toSummary(), componentViewType: this.componentViewType, rendererType: this.rendererType, componentFactory: this.componentFactory };
|
|
1094
|
+
}
|
|
1095
|
+
};
|
|
1096
|
+
e.CompileDirectiveMetadata = w;
|
|
1097
|
+
var g = class {
|
|
1098
|
+
constructor(p) {
|
|
1099
|
+
let { type: A, name: P, pure: M } = p;
|
|
1100
|
+
this.type = A, this.name = P, this.pure = !!M;
|
|
1101
|
+
}
|
|
1102
|
+
toSummary() {
|
|
1103
|
+
return { summaryKind: h.Pipe, type: this.type, name: this.name, pure: this.pure };
|
|
1104
|
+
}
|
|
1105
|
+
};
|
|
1106
|
+
e.CompilePipeMetadata = g;
|
|
1107
|
+
var N = class {
|
|
1108
|
+
};
|
|
1109
|
+
e.CompileShallowModuleMetadata = N;
|
|
1110
|
+
var R = class {
|
|
1111
|
+
constructor(p) {
|
|
1112
|
+
let { type: A, providers: P, declaredDirectives: M, exportedDirectives: z, declaredPipes: V, exportedPipes: X, entryComponents: H, bootstrapComponents: Q, importedModules: K, exportedModules: J, schemas: v, transitiveModule: y, id: B } = p;
|
|
1113
|
+
this.type = A || null, this.declaredDirectives = _(M), this.exportedDirectives = _(z), this.declaredPipes = _(V), this.exportedPipes = _(X), this.providers = _(P), this.entryComponents = _(H), this.bootstrapComponents = _(Q), this.importedModules = _(K), this.exportedModules = _(J), this.schemas = _(v), this.id = B || null, this.transitiveModule = y || null;
|
|
1114
|
+
}
|
|
1115
|
+
toSummary() {
|
|
1116
|
+
let p = this.transitiveModule;
|
|
1117
|
+
return { summaryKind: h.NgModule, type: this.type, entryComponents: p.entryComponents, providers: p.providers, modules: p.modules, exportedDirectives: p.exportedDirectives, exportedPipes: p.exportedPipes };
|
|
1118
|
+
}
|
|
1119
|
+
};
|
|
1120
|
+
e.CompileNgModuleMetadata = R;
|
|
1121
|
+
var j = class {
|
|
1122
|
+
constructor() {
|
|
1123
|
+
this.directivesSet = /* @__PURE__ */ new Set(), this.directives = [], this.exportedDirectivesSet = /* @__PURE__ */ new Set(), this.exportedDirectives = [], this.pipesSet = /* @__PURE__ */ new Set(), this.pipes = [], this.exportedPipesSet = /* @__PURE__ */ new Set(), this.exportedPipes = [], this.modulesSet = /* @__PURE__ */ new Set(), this.modules = [], this.entryComponentsSet = /* @__PURE__ */ new Set(), this.entryComponents = [], this.providers = [];
|
|
1124
|
+
}
|
|
1125
|
+
addProvider(p, A) {
|
|
1126
|
+
this.providers.push({ provider: p, module: A });
|
|
1127
|
+
}
|
|
1128
|
+
addDirective(p) {
|
|
1129
|
+
this.directivesSet.has(p.reference) || (this.directivesSet.add(p.reference), this.directives.push(p));
|
|
1130
|
+
}
|
|
1131
|
+
addExportedDirective(p) {
|
|
1132
|
+
this.exportedDirectivesSet.has(p.reference) || (this.exportedDirectivesSet.add(p.reference), this.exportedDirectives.push(p));
|
|
1133
|
+
}
|
|
1134
|
+
addPipe(p) {
|
|
1135
|
+
this.pipesSet.has(p.reference) || (this.pipesSet.add(p.reference), this.pipes.push(p));
|
|
1136
|
+
}
|
|
1137
|
+
addExportedPipe(p) {
|
|
1138
|
+
this.exportedPipesSet.has(p.reference) || (this.exportedPipesSet.add(p.reference), this.exportedPipes.push(p));
|
|
1139
|
+
}
|
|
1140
|
+
addModule(p) {
|
|
1141
|
+
this.modulesSet.has(p.reference) || (this.modulesSet.add(p.reference), this.modules.push(p));
|
|
1142
|
+
}
|
|
1143
|
+
addEntryComponent(p) {
|
|
1144
|
+
this.entryComponentsSet.has(p.componentType) || (this.entryComponentsSet.add(p.componentType), this.entryComponents.push(p));
|
|
1145
|
+
}
|
|
1146
|
+
};
|
|
1147
|
+
e.TransitiveCompileNgModuleMetadata = j;
|
|
1148
|
+
function _(p) {
|
|
1149
|
+
return p || [];
|
|
1150
|
+
}
|
|
1151
|
+
var O = class {
|
|
1152
|
+
constructor(p, A) {
|
|
1153
|
+
let { useClass: P, useValue: M, useExisting: z, useFactory: V, deps: X, multi: H } = A;
|
|
1154
|
+
this.token = p, this.useClass = P || null, this.useValue = M, this.useExisting = z, this.useFactory = V || null, this.dependencies = X || null, this.multi = !!H;
|
|
1155
|
+
}
|
|
1156
|
+
};
|
|
1157
|
+
e.ProviderMeta = O;
|
|
1158
|
+
function x(p) {
|
|
1159
|
+
return p.reduce((A, P) => {
|
|
1160
|
+
let M = Array.isArray(P) ? x(P) : P;
|
|
1161
|
+
return A.concat(M);
|
|
1162
|
+
}, []);
|
|
1163
|
+
}
|
|
1164
|
+
e.flatten = x;
|
|
1165
|
+
function k(p) {
|
|
1166
|
+
return p.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/, "ng:///");
|
|
1167
|
+
}
|
|
1168
|
+
function $(p, A, P) {
|
|
1169
|
+
let M;
|
|
1170
|
+
return P.isInline ? A.type.reference instanceof r.StaticSymbol ? M = `${A.type.reference.filePath}.${A.type.reference.name}.html` : M = `${i(p)}/${i(A.type)}.html` : M = P.templateUrl, A.type.reference instanceof r.StaticSymbol ? M : k(M);
|
|
1171
|
+
}
|
|
1172
|
+
e.templateSourceUrl = $;
|
|
1173
|
+
function t(p, A) {
|
|
1174
|
+
let P = p.moduleUrl.split(/\/\\/g), M = P[P.length - 1];
|
|
1175
|
+
return k(`css/${A}${M}.ngstyle.js`);
|
|
1176
|
+
}
|
|
1177
|
+
e.sharedStylesheetJitUrl = t;
|
|
1178
|
+
function o(p) {
|
|
1179
|
+
return k(`${i(p.type)}/module.ngfactory.js`);
|
|
1180
|
+
}
|
|
1181
|
+
e.ngModuleJitUrl = o;
|
|
1182
|
+
function E(p, A) {
|
|
1183
|
+
return k(`${i(p)}/${i(A.type)}.ngfactory.js`);
|
|
1184
|
+
}
|
|
1185
|
+
e.templateJitUrl = E;
|
|
1186
|
+
} }), Be = I({ "node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(e) {
|
|
1187
|
+
"use strict";
|
|
1188
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
1189
|
+
var r = Es(), u = al(), n = class {
|
|
1190
|
+
constructor(a, l, h, C) {
|
|
1191
|
+
this.file = a, this.offset = l, this.line = h, this.col = C;
|
|
1192
|
+
}
|
|
1193
|
+
toString() {
|
|
1194
|
+
return this.offset != null ? `${this.file.url}@${this.line}:${this.col}` : this.file.url;
|
|
1195
|
+
}
|
|
1196
|
+
moveBy(a) {
|
|
1197
|
+
let l = this.file.content, h = l.length, C = this.offset, d = this.line, m = this.col;
|
|
1198
|
+
for (; C > 0 && a < 0; )
|
|
1199
|
+
if (C--, a++, l.charCodeAt(C) == r.$LF) {
|
|
1200
|
+
d--;
|
|
1201
|
+
let w = l.substr(0, C - 1).lastIndexOf(String.fromCharCode(r.$LF));
|
|
1202
|
+
m = w > 0 ? C - w : C;
|
|
1203
|
+
} else
|
|
1204
|
+
m--;
|
|
1205
|
+
for (; C < h && a > 0; ) {
|
|
1206
|
+
let T = l.charCodeAt(C);
|
|
1207
|
+
C++, a--, T == r.$LF ? (d++, m = 0) : m++;
|
|
1208
|
+
}
|
|
1209
|
+
return new n(this.file, C, d, m);
|
|
1210
|
+
}
|
|
1211
|
+
getContext(a, l) {
|
|
1212
|
+
let h = this.file.content, C = this.offset;
|
|
1213
|
+
if (C != null) {
|
|
1214
|
+
C > h.length - 1 && (C = h.length - 1);
|
|
1215
|
+
let d = C, m = 0, T = 0;
|
|
1216
|
+
for (; m < a && C > 0 && (C--, m++, !(h[C] == `
|
|
1217
|
+
` && ++T == l)); )
|
|
1218
|
+
;
|
|
1219
|
+
for (m = 0, T = 0; m < a && d < h.length - 1 && (d++, m++, !(h[d] == `
|
|
1220
|
+
` && ++T == l)); )
|
|
1221
|
+
;
|
|
1222
|
+
return { before: h.substring(C, this.offset), after: h.substring(this.offset, d + 1) };
|
|
1223
|
+
}
|
|
1224
|
+
return null;
|
|
1225
|
+
}
|
|
1226
|
+
};
|
|
1227
|
+
e.ParseLocation = n;
|
|
1228
|
+
var D = class {
|
|
1229
|
+
constructor(a, l) {
|
|
1230
|
+
this.content = a, this.url = l;
|
|
1231
|
+
}
|
|
1232
|
+
};
|
|
1233
|
+
e.ParseSourceFile = D;
|
|
1234
|
+
var s = class {
|
|
1235
|
+
constructor(a, l) {
|
|
1236
|
+
let h = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null;
|
|
1237
|
+
this.start = a, this.end = l, this.details = h;
|
|
1238
|
+
}
|
|
1239
|
+
toString() {
|
|
1240
|
+
return this.start.file.content.substring(this.start.offset, this.end.offset);
|
|
1241
|
+
}
|
|
1242
|
+
};
|
|
1243
|
+
e.ParseSourceSpan = s, e.EMPTY_PARSE_LOCATION = new n(new D("", ""), 0, 0, 0), e.EMPTY_SOURCE_SPAN = new s(e.EMPTY_PARSE_LOCATION, e.EMPTY_PARSE_LOCATION);
|
|
1244
|
+
var i;
|
|
1245
|
+
(function(a) {
|
|
1246
|
+
a[a.WARNING = 0] = "WARNING", a[a.ERROR = 1] = "ERROR";
|
|
1247
|
+
})(i = e.ParseErrorLevel || (e.ParseErrorLevel = {}));
|
|
1248
|
+
var f = class {
|
|
1249
|
+
constructor(a, l) {
|
|
1250
|
+
let h = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : i.ERROR;
|
|
1251
|
+
this.span = a, this.msg = l, this.level = h;
|
|
1252
|
+
}
|
|
1253
|
+
contextualMessage() {
|
|
1254
|
+
let a = this.span.start.getContext(100, 3);
|
|
1255
|
+
return a ? `${this.msg} ("${a.before}[${i[this.level]} ->]${a.after}")` : this.msg;
|
|
1256
|
+
}
|
|
1257
|
+
toString() {
|
|
1258
|
+
let a = this.span.details ? `, ${this.span.details}` : "";
|
|
1259
|
+
return `${this.contextualMessage()}: ${this.span.start}${a}`;
|
|
1260
|
+
}
|
|
1261
|
+
};
|
|
1262
|
+
e.ParseError = f;
|
|
1263
|
+
function c(a, l) {
|
|
1264
|
+
let h = u.identifierModuleUrl(l), C = h != null ? `in ${a} ${u.identifierName(l)} in ${h}` : `in ${a} ${u.identifierName(l)}`, d = new D("", C);
|
|
1265
|
+
return new s(new n(d, -1, -1, -1), new n(d, -1, -1, -1));
|
|
1266
|
+
}
|
|
1267
|
+
e.typeSourceSpan = c;
|
|
1268
|
+
function F(a, l, h) {
|
|
1269
|
+
let C = `in ${a} ${l} in ${h}`, d = new D("", C);
|
|
1270
|
+
return new s(new n(d, -1, -1, -1), new n(d, -1, -1, -1));
|
|
1271
|
+
}
|
|
1272
|
+
e.r3JitTypeSourceSpan = F;
|
|
1273
|
+
} }), ol = I({ "src/utils/front-matter/parse.js"(e, r) {
|
|
1274
|
+
"use strict";
|
|
1275
|
+
q();
|
|
1276
|
+
var u = new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)", "s");
|
|
1277
|
+
function n(D) {
|
|
1278
|
+
let s = D.match(u);
|
|
1279
|
+
if (!s)
|
|
1280
|
+
return { content: D };
|
|
1281
|
+
let { startDelimiter: i, language: f, value: c = "", endDelimiter: F } = s.groups, a = f.trim() || "yaml";
|
|
1282
|
+
if (i === "+++" && (a = "toml"), a !== "yaml" && i !== F)
|
|
1283
|
+
return { content: D };
|
|
1284
|
+
let [l] = s;
|
|
1285
|
+
return { frontMatter: { type: "front-matter", lang: a, value: c, startDelimiter: i, endDelimiter: F, raw: l.replace(/\n$/, "") }, content: l.replace(/[^\n]/g, " ") + D.slice(l.length) };
|
|
1286
|
+
}
|
|
1287
|
+
r.exports = n;
|
|
1288
|
+
} }), Cs = I({ "src/utils/get-last.js"(e, r) {
|
|
1289
|
+
"use strict";
|
|
1290
|
+
q();
|
|
1291
|
+
var u = (n) => n[n.length - 1];
|
|
1292
|
+
r.exports = u;
|
|
1293
|
+
} }), Dl = I({ "src/common/parser-create-error.js"(e, r) {
|
|
1294
|
+
"use strict";
|
|
1295
|
+
q();
|
|
1296
|
+
function u(n, D) {
|
|
1297
|
+
let s = new SyntaxError(n + " (" + D.start.line + ":" + D.start.column + ")");
|
|
1298
|
+
return s.loc = D, s;
|
|
1299
|
+
}
|
|
1300
|
+
r.exports = u;
|
|
1301
|
+
} }), ms = {};
|
|
1302
|
+
ps(ms, { default: () => ll });
|
|
1303
|
+
function ll(e) {
|
|
1304
|
+
if (typeof e != "string")
|
|
1305
|
+
throw new TypeError("Expected a string");
|
|
1306
|
+
return e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
|
|
1307
|
+
}
|
|
1308
|
+
var cl = Ee({ "node_modules/escape-string-regexp/index.js"() {
|
|
1309
|
+
q();
|
|
1310
|
+
} }), gs = I({ "node_modules/semver/internal/debug.js"(e, r) {
|
|
1311
|
+
q();
|
|
1312
|
+
var u = typeof Te == "object" && Te.env && Te.env.NODE_DEBUG && /\bsemver\b/i.test(Te.env.NODE_DEBUG) ? function() {
|
|
1313
|
+
for (var n = arguments.length, D = new Array(n), s = 0; s < n; s++)
|
|
1314
|
+
D[s] = arguments[s];
|
|
1315
|
+
return console.error("SEMVER", ...D);
|
|
1316
|
+
} : () => {
|
|
1317
|
+
};
|
|
1318
|
+
r.exports = u;
|
|
1319
|
+
} }), Fs = I({ "node_modules/semver/internal/constants.js"(e, r) {
|
|
1320
|
+
q();
|
|
1321
|
+
var u = "2.0.0", n = 256, D = Number.MAX_SAFE_INTEGER || 9007199254740991, s = 16;
|
|
1322
|
+
r.exports = { SEMVER_SPEC_VERSION: u, MAX_LENGTH: n, MAX_SAFE_INTEGER: D, MAX_SAFE_COMPONENT_LENGTH: s };
|
|
1323
|
+
} }), hl = I({ "node_modules/semver/internal/re.js"(e, r) {
|
|
1324
|
+
q();
|
|
1325
|
+
var { MAX_SAFE_COMPONENT_LENGTH: u } = Fs(), n = gs();
|
|
1326
|
+
e = r.exports = {};
|
|
1327
|
+
var D = e.re = [], s = e.src = [], i = e.t = {}, f = 0, c = (F, a, l) => {
|
|
1328
|
+
let h = f++;
|
|
1329
|
+
n(F, h, a), i[F] = h, s[h] = a, D[h] = new RegExp(a, l ? "g" : void 0);
|
|
1330
|
+
};
|
|
1331
|
+
c("NUMERICIDENTIFIER", "0|[1-9]\\d*"), c("NUMERICIDENTIFIERLOOSE", "[0-9]+"), c("NONNUMERICIDENTIFIER", "\\d*[a-zA-Z-][a-zA-Z0-9-]*"), c("MAINVERSION", `(${s[i.NUMERICIDENTIFIER]})\\.(${s[i.NUMERICIDENTIFIER]})\\.(${s[i.NUMERICIDENTIFIER]})`), c("MAINVERSIONLOOSE", `(${s[i.NUMERICIDENTIFIERLOOSE]})\\.(${s[i.NUMERICIDENTIFIERLOOSE]})\\.(${s[i.NUMERICIDENTIFIERLOOSE]})`), c("PRERELEASEIDENTIFIER", `(?:${s[i.NUMERICIDENTIFIER]}|${s[i.NONNUMERICIDENTIFIER]})`), c("PRERELEASEIDENTIFIERLOOSE", `(?:${s[i.NUMERICIDENTIFIERLOOSE]}|${s[i.NONNUMERICIDENTIFIER]})`), c("PRERELEASE", `(?:-(${s[i.PRERELEASEIDENTIFIER]}(?:\\.${s[i.PRERELEASEIDENTIFIER]})*))`), c("PRERELEASELOOSE", `(?:-?(${s[i.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[i.PRERELEASEIDENTIFIERLOOSE]})*))`), c("BUILDIDENTIFIER", "[0-9A-Za-z-]+"), c("BUILD", `(?:\\+(${s[i.BUILDIDENTIFIER]}(?:\\.${s[i.BUILDIDENTIFIER]})*))`), c("FULLPLAIN", `v?${s[i.MAINVERSION]}${s[i.PRERELEASE]}?${s[i.BUILD]}?`), c("FULL", `^${s[i.FULLPLAIN]}$`), c("LOOSEPLAIN", `[v=\\s]*${s[i.MAINVERSIONLOOSE]}${s[i.PRERELEASELOOSE]}?${s[i.BUILD]}?`), c("LOOSE", `^${s[i.LOOSEPLAIN]}$`), c("GTLT", "((?:<|>)?=?)"), c("XRANGEIDENTIFIERLOOSE", `${s[i.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`), c("XRANGEIDENTIFIER", `${s[i.NUMERICIDENTIFIER]}|x|X|\\*`), c("XRANGEPLAIN", `[v=\\s]*(${s[i.XRANGEIDENTIFIER]})(?:\\.(${s[i.XRANGEIDENTIFIER]})(?:\\.(${s[i.XRANGEIDENTIFIER]})(?:${s[i.PRERELEASE]})?${s[i.BUILD]}?)?)?`), c("XRANGEPLAINLOOSE", `[v=\\s]*(${s[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[i.XRANGEIDENTIFIERLOOSE]})(?:${s[i.PRERELEASELOOSE]})?${s[i.BUILD]}?)?)?`), c("XRANGE", `^${s[i.GTLT]}\\s*${s[i.XRANGEPLAIN]}$`), c("XRANGELOOSE", `^${s[i.GTLT]}\\s*${s[i.XRANGEPLAINLOOSE]}$`), c("COERCE", `(^|[^\\d])(\\d{1,${u}})(?:\\.(\\d{1,${u}}))?(?:\\.(\\d{1,${u}}))?(?:$|[^\\d])`), c("COERCERTL", s[i.COERCE], true), c("LONETILDE", "(?:~>?)"), c("TILDETRIM", `(\\s*)${s[i.LONETILDE]}\\s+`, true), e.tildeTrimReplace = "$1~", c("TILDE", `^${s[i.LONETILDE]}${s[i.XRANGEPLAIN]}$`), c("TILDELOOSE", `^${s[i.LONETILDE]}${s[i.XRANGEPLAINLOOSE]}$`), c("LONECARET", "(?:\\^)"), c("CARETTRIM", `(\\s*)${s[i.LONECARET]}\\s+`, true), e.caretTrimReplace = "$1^", c("CARET", `^${s[i.LONECARET]}${s[i.XRANGEPLAIN]}$`), c("CARETLOOSE", `^${s[i.LONECARET]}${s[i.XRANGEPLAINLOOSE]}$`), c("COMPARATORLOOSE", `^${s[i.GTLT]}\\s*(${s[i.LOOSEPLAIN]})$|^$`), c("COMPARATOR", `^${s[i.GTLT]}\\s*(${s[i.FULLPLAIN]})$|^$`), c("COMPARATORTRIM", `(\\s*)${s[i.GTLT]}\\s*(${s[i.LOOSEPLAIN]}|${s[i.XRANGEPLAIN]})`, true), e.comparatorTrimReplace = "$1$2$3", c("HYPHENRANGE", `^\\s*(${s[i.XRANGEPLAIN]})\\s+-\\s+(${s[i.XRANGEPLAIN]})\\s*$`), c("HYPHENRANGELOOSE", `^\\s*(${s[i.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[i.XRANGEPLAINLOOSE]})\\s*$`), c("STAR", "(<|>)?=?\\s*\\*"), c("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$"), c("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
|
1332
|
+
} }), pl = I({ "node_modules/semver/internal/parse-options.js"(e, r) {
|
|
1333
|
+
q();
|
|
1334
|
+
var u = ["includePrerelease", "loose", "rtl"], n = (D) => D ? typeof D != "object" ? { loose: true } : u.filter((s) => D[s]).reduce((s, i) => (s[i] = true, s), {}) : {};
|
|
1335
|
+
r.exports = n;
|
|
1336
|
+
} }), fl = I({ "node_modules/semver/internal/identifiers.js"(e, r) {
|
|
1337
|
+
q();
|
|
1338
|
+
var u = /^[0-9]+$/, n = (s, i) => {
|
|
1339
|
+
let f = u.test(s), c = u.test(i);
|
|
1340
|
+
return f && c && (s = +s, i = +i), s === i ? 0 : f && !c ? -1 : c && !f ? 1 : s < i ? -1 : 1;
|
|
1341
|
+
}, D = (s, i) => n(i, s);
|
|
1342
|
+
r.exports = { compareIdentifiers: n, rcompareIdentifiers: D };
|
|
1343
|
+
} }), dl = I({ "node_modules/semver/classes/semver.js"(e, r) {
|
|
1344
|
+
q();
|
|
1345
|
+
var u = gs(), { MAX_LENGTH: n, MAX_SAFE_INTEGER: D } = Fs(), { re: s, t: i } = hl(), f = pl(), { compareIdentifiers: c } = fl(), F = class {
|
|
1346
|
+
constructor(a, l) {
|
|
1347
|
+
if (l = f(l), a instanceof F) {
|
|
1348
|
+
if (a.loose === !!l.loose && a.includePrerelease === !!l.includePrerelease)
|
|
1349
|
+
return a;
|
|
1350
|
+
a = a.version;
|
|
1351
|
+
} else if (typeof a != "string")
|
|
1352
|
+
throw new TypeError(`Invalid Version: ${a}`);
|
|
1353
|
+
if (a.length > n)
|
|
1354
|
+
throw new TypeError(`version is longer than ${n} characters`);
|
|
1355
|
+
u("SemVer", a, l), this.options = l, this.loose = !!l.loose, this.includePrerelease = !!l.includePrerelease;
|
|
1356
|
+
let h = a.trim().match(l.loose ? s[i.LOOSE] : s[i.FULL]);
|
|
1357
|
+
if (!h)
|
|
1358
|
+
throw new TypeError(`Invalid Version: ${a}`);
|
|
1359
|
+
if (this.raw = a, this.major = +h[1], this.minor = +h[2], this.patch = +h[3], this.major > D || this.major < 0)
|
|
1360
|
+
throw new TypeError("Invalid major version");
|
|
1361
|
+
if (this.minor > D || this.minor < 0)
|
|
1362
|
+
throw new TypeError("Invalid minor version");
|
|
1363
|
+
if (this.patch > D || this.patch < 0)
|
|
1364
|
+
throw new TypeError("Invalid patch version");
|
|
1365
|
+
h[4] ? this.prerelease = h[4].split(".").map((C) => {
|
|
1366
|
+
if (/^[0-9]+$/.test(C)) {
|
|
1367
|
+
let d = +C;
|
|
1368
|
+
if (d >= 0 && d < D)
|
|
1369
|
+
return d;
|
|
1370
|
+
}
|
|
1371
|
+
return C;
|
|
1372
|
+
}) : this.prerelease = [], this.build = h[5] ? h[5].split(".") : [], this.format();
|
|
1373
|
+
}
|
|
1374
|
+
format() {
|
|
1375
|
+
return this.version = `${this.major}.${this.minor}.${this.patch}`, this.prerelease.length && (this.version += `-${this.prerelease.join(".")}`), this.version;
|
|
1376
|
+
}
|
|
1377
|
+
toString() {
|
|
1378
|
+
return this.version;
|
|
1379
|
+
}
|
|
1380
|
+
compare(a) {
|
|
1381
|
+
if (u("SemVer.compare", this.version, this.options, a), !(a instanceof F)) {
|
|
1382
|
+
if (typeof a == "string" && a === this.version)
|
|
1383
|
+
return 0;
|
|
1384
|
+
a = new F(a, this.options);
|
|
1385
|
+
}
|
|
1386
|
+
return a.version === this.version ? 0 : this.compareMain(a) || this.comparePre(a);
|
|
1387
|
+
}
|
|
1388
|
+
compareMain(a) {
|
|
1389
|
+
return a instanceof F || (a = new F(a, this.options)), c(this.major, a.major) || c(this.minor, a.minor) || c(this.patch, a.patch);
|
|
1390
|
+
}
|
|
1391
|
+
comparePre(a) {
|
|
1392
|
+
if (a instanceof F || (a = new F(a, this.options)), this.prerelease.length && !a.prerelease.length)
|
|
1393
|
+
return -1;
|
|
1394
|
+
if (!this.prerelease.length && a.prerelease.length)
|
|
1395
|
+
return 1;
|
|
1396
|
+
if (!this.prerelease.length && !a.prerelease.length)
|
|
1397
|
+
return 0;
|
|
1398
|
+
let l = 0;
|
|
1399
|
+
do {
|
|
1400
|
+
let h = this.prerelease[l], C = a.prerelease[l];
|
|
1401
|
+
if (u("prerelease compare", l, h, C), h === void 0 && C === void 0)
|
|
1402
|
+
return 0;
|
|
1403
|
+
if (C === void 0)
|
|
1404
|
+
return 1;
|
|
1405
|
+
if (h === void 0)
|
|
1406
|
+
return -1;
|
|
1407
|
+
if (h === C)
|
|
1408
|
+
continue;
|
|
1409
|
+
return c(h, C);
|
|
1410
|
+
} while (++l);
|
|
1411
|
+
}
|
|
1412
|
+
compareBuild(a) {
|
|
1413
|
+
a instanceof F || (a = new F(a, this.options));
|
|
1414
|
+
let l = 0;
|
|
1415
|
+
do {
|
|
1416
|
+
let h = this.build[l], C = a.build[l];
|
|
1417
|
+
if (u("prerelease compare", l, h, C), h === void 0 && C === void 0)
|
|
1418
|
+
return 0;
|
|
1419
|
+
if (C === void 0)
|
|
1420
|
+
return 1;
|
|
1421
|
+
if (h === void 0)
|
|
1422
|
+
return -1;
|
|
1423
|
+
if (h === C)
|
|
1424
|
+
continue;
|
|
1425
|
+
return c(h, C);
|
|
1426
|
+
} while (++l);
|
|
1427
|
+
}
|
|
1428
|
+
inc(a, l) {
|
|
1429
|
+
switch (a) {
|
|
1430
|
+
case "premajor":
|
|
1431
|
+
this.prerelease.length = 0, this.patch = 0, this.minor = 0, this.major++, this.inc("pre", l);
|
|
1432
|
+
break;
|
|
1433
|
+
case "preminor":
|
|
1434
|
+
this.prerelease.length = 0, this.patch = 0, this.minor++, this.inc("pre", l);
|
|
1435
|
+
break;
|
|
1436
|
+
case "prepatch":
|
|
1437
|
+
this.prerelease.length = 0, this.inc("patch", l), this.inc("pre", l);
|
|
1438
|
+
break;
|
|
1439
|
+
case "prerelease":
|
|
1440
|
+
this.prerelease.length === 0 && this.inc("patch", l), this.inc("pre", l);
|
|
1441
|
+
break;
|
|
1442
|
+
case "major":
|
|
1443
|
+
(this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) && this.major++, this.minor = 0, this.patch = 0, this.prerelease = [];
|
|
1444
|
+
break;
|
|
1445
|
+
case "minor":
|
|
1446
|
+
(this.patch !== 0 || this.prerelease.length === 0) && this.minor++, this.patch = 0, this.prerelease = [];
|
|
1447
|
+
break;
|
|
1448
|
+
case "patch":
|
|
1449
|
+
this.prerelease.length === 0 && this.patch++, this.prerelease = [];
|
|
1450
|
+
break;
|
|
1451
|
+
case "pre":
|
|
1452
|
+
if (this.prerelease.length === 0)
|
|
1453
|
+
this.prerelease = [0];
|
|
1454
|
+
else {
|
|
1455
|
+
let h = this.prerelease.length;
|
|
1456
|
+
for (; --h >= 0; )
|
|
1457
|
+
typeof this.prerelease[h] == "number" && (this.prerelease[h]++, h = -2);
|
|
1458
|
+
h === -1 && this.prerelease.push(0);
|
|
1459
|
+
}
|
|
1460
|
+
l && (c(this.prerelease[0], l) === 0 ? isNaN(this.prerelease[1]) && (this.prerelease = [l, 0]) : this.prerelease = [l, 0]);
|
|
1461
|
+
break;
|
|
1462
|
+
default:
|
|
1463
|
+
throw new Error(`invalid increment argument: ${a}`);
|
|
1464
|
+
}
|
|
1465
|
+
return this.format(), this.raw = this.version, this;
|
|
1466
|
+
}
|
|
1467
|
+
};
|
|
1468
|
+
r.exports = F;
|
|
1469
|
+
} }), Hr = I({ "node_modules/semver/functions/compare.js"(e, r) {
|
|
1470
|
+
q();
|
|
1471
|
+
var u = dl(), n = (D, s, i) => new u(D, i).compare(new u(s, i));
|
|
1472
|
+
r.exports = n;
|
|
1473
|
+
} }), El = I({ "node_modules/semver/functions/lt.js"(e, r) {
|
|
1474
|
+
q();
|
|
1475
|
+
var u = Hr(), n = (D, s, i) => u(D, s, i) < 0;
|
|
1476
|
+
r.exports = n;
|
|
1477
|
+
} }), Cl = I({ "node_modules/semver/functions/gte.js"(e, r) {
|
|
1478
|
+
q();
|
|
1479
|
+
var u = Hr(), n = (D, s, i) => u(D, s, i) >= 0;
|
|
1480
|
+
r.exports = n;
|
|
1481
|
+
} }), ml = I({ "src/utils/arrayify.js"(e, r) {
|
|
1482
|
+
"use strict";
|
|
1483
|
+
q(), r.exports = (u, n) => Object.entries(u).map((D) => {
|
|
1484
|
+
let [s, i] = D;
|
|
1485
|
+
return Object.assign({ [n]: s }, i);
|
|
1486
|
+
});
|
|
1487
|
+
} }), gl = I({ "package.json"(e, r) {
|
|
1488
|
+
r.exports = { version: "2.8.4" };
|
|
1489
|
+
} }), Fl = I({ "node_modules/outdent/lib/index.js"(e, r) {
|
|
1490
|
+
"use strict";
|
|
1491
|
+
q(), Object.defineProperty(e, "__esModule", { value: true }), e.outdent = void 0;
|
|
1492
|
+
function u() {
|
|
1493
|
+
for (var g = [], N = 0; N < arguments.length; N++)
|
|
1494
|
+
g[N] = arguments[N];
|
|
1495
|
+
}
|
|
1496
|
+
function n() {
|
|
1497
|
+
return typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : D();
|
|
1498
|
+
}
|
|
1499
|
+
function D() {
|
|
1500
|
+
return { add: u, delete: u, get: u, set: u, has: function(g) {
|
|
1501
|
+
return false;
|
|
1502
|
+
} };
|
|
1503
|
+
}
|
|
1504
|
+
var s = Object.prototype.hasOwnProperty, i = function(g, N) {
|
|
1505
|
+
return s.call(g, N);
|
|
1506
|
+
};
|
|
1507
|
+
function f(g, N) {
|
|
1508
|
+
for (var R in N)
|
|
1509
|
+
i(N, R) && (g[R] = N[R]);
|
|
1510
|
+
return g;
|
|
1511
|
+
}
|
|
1512
|
+
var c = /^[ \t]*(?:\r\n|\r|\n)/, F = /(?:\r\n|\r|\n)[ \t]*$/, a = /^(?:[\r\n]|$)/, l = /(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/, h = /^[ \t]*[\r\n][ \t\r\n]*$/;
|
|
1513
|
+
function C(g, N, R) {
|
|
1514
|
+
var j = 0, _ = g[0].match(l);
|
|
1515
|
+
_ && (j = _[1].length);
|
|
1516
|
+
var O = "(\\r\\n|\\r|\\n).{0," + j + "}", x = new RegExp(O, "g");
|
|
1517
|
+
N && (g = g.slice(1));
|
|
1518
|
+
var k = R.newline, $ = R.trimLeadingNewline, t = R.trimTrailingNewline, o = typeof k == "string", E = g.length, p = g.map(function(A, P) {
|
|
1519
|
+
return A = A.replace(x, "$1"), P === 0 && $ && (A = A.replace(c, "")), P === E - 1 && t && (A = A.replace(F, "")), o && (A = A.replace(/\r\n|\n|\r/g, function(M) {
|
|
1520
|
+
return k;
|
|
1521
|
+
})), A;
|
|
1522
|
+
});
|
|
1523
|
+
return p;
|
|
1524
|
+
}
|
|
1525
|
+
function d(g, N) {
|
|
1526
|
+
for (var R = "", j = 0, _ = g.length; j < _; j++)
|
|
1527
|
+
R += g[j], j < _ - 1 && (R += N[j]);
|
|
1528
|
+
return R;
|
|
1529
|
+
}
|
|
1530
|
+
function m(g) {
|
|
1531
|
+
return i(g, "raw") && i(g, "length");
|
|
1532
|
+
}
|
|
1533
|
+
function T(g) {
|
|
1534
|
+
var N = n(), R = n();
|
|
1535
|
+
function j(O) {
|
|
1536
|
+
for (var x = [], k = 1; k < arguments.length; k++)
|
|
1537
|
+
x[k - 1] = arguments[k];
|
|
1538
|
+
if (m(O)) {
|
|
1539
|
+
var $ = O, t = (x[0] === j || x[0] === w) && h.test($[0]) && a.test($[1]), o = t ? R : N, E = o.get($);
|
|
1540
|
+
if (E || (E = C($, t, g), o.set($, E)), x.length === 0)
|
|
1541
|
+
return E[0];
|
|
1542
|
+
var p = d(E, t ? x.slice(1) : x);
|
|
1543
|
+
return p;
|
|
1544
|
+
} else
|
|
1545
|
+
return T(f(f({}, g), O || {}));
|
|
1546
|
+
}
|
|
1547
|
+
var _ = f(j, { string: function(O) {
|
|
1548
|
+
return C([O], false, g)[0];
|
|
1549
|
+
} });
|
|
1550
|
+
return _;
|
|
1551
|
+
}
|
|
1552
|
+
var w = T({ trimLeadingNewline: true, trimTrailingNewline: true });
|
|
1553
|
+
if (e.outdent = w, e.default = w, typeof r < "u")
|
|
1554
|
+
try {
|
|
1555
|
+
r.exports = w, Object.defineProperty(w, "__esModule", { value: true }), w.default = w, w.outdent = w;
|
|
1556
|
+
} catch {
|
|
1557
|
+
}
|
|
1558
|
+
} }), Al = I({ "src/main/core-options.js"(e, r) {
|
|
1559
|
+
"use strict";
|
|
1560
|
+
q();
|
|
1561
|
+
var { outdent: u } = Fl(), n = "Config", D = "Editor", s = "Format", i = "Other", f = "Output", c = "Global", F = "Special", a = { cursorOffset: { since: "1.4.0", category: F, type: "int", default: -1, range: { start: -1, end: Number.POSITIVE_INFINITY, step: 1 }, description: u`
|
|
1562
|
+
Print (to stderr) where a cursor at the given position would move to after formatting.
|
|
1563
|
+
This option cannot be used with --range-start and --range-end.
|
|
1564
|
+
`, cliCategory: D }, endOfLine: { since: "1.15.0", category: c, type: "choice", default: [{ since: "1.15.0", value: "auto" }, { since: "2.0.0", value: "lf" }], description: "Which end of line characters to apply.", choices: [{ value: "lf", description: "Line Feed only (\\n), common on Linux and macOS as well as inside git repos" }, { value: "crlf", description: "Carriage Return + Line Feed characters (\\r\\n), common on Windows" }, { value: "cr", description: "Carriage Return character only (\\r), used very rarely" }, { value: "auto", description: u`
|
|
1565
|
+
Maintain existing
|
|
1566
|
+
(mixed values within one file are normalised by looking at what's used after the first line)
|
|
1567
|
+
` }] }, filepath: { since: "1.4.0", category: F, type: "path", description: "Specify the input filepath. This will be used to do parser inference.", cliName: "stdin-filepath", cliCategory: i, cliDescription: "Path to the file to pretend that stdin comes from." }, insertPragma: { since: "1.8.0", category: F, type: "boolean", default: false, description: "Insert @format pragma into file's first docblock comment.", cliCategory: i }, parser: { since: "0.0.10", category: c, type: "choice", default: [{ since: "0.0.10", value: "babylon" }, { since: "1.13.0", value: void 0 }], description: "Which parser to use.", exception: (l) => typeof l == "string" || typeof l == "function", choices: [{ value: "flow", description: "Flow" }, { value: "babel", since: "1.16.0", description: "JavaScript" }, { value: "babel-flow", since: "1.16.0", description: "Flow" }, { value: "babel-ts", since: "2.0.0", description: "TypeScript" }, { value: "typescript", since: "1.4.0", description: "TypeScript" }, { value: "acorn", since: "2.6.0", description: "JavaScript" }, { value: "espree", since: "2.2.0", description: "JavaScript" }, { value: "meriyah", since: "2.2.0", description: "JavaScript" }, { value: "css", since: "1.7.1", description: "CSS" }, { value: "less", since: "1.7.1", description: "Less" }, { value: "scss", since: "1.7.1", description: "SCSS" }, { value: "json", since: "1.5.0", description: "JSON" }, { value: "json5", since: "1.13.0", description: "JSON5" }, { value: "json-stringify", since: "1.13.0", description: "JSON.stringify" }, { value: "graphql", since: "1.5.0", description: "GraphQL" }, { value: "markdown", since: "1.8.0", description: "Markdown" }, { value: "mdx", since: "1.15.0", description: "MDX" }, { value: "vue", since: "1.10.0", description: "Vue" }, { value: "yaml", since: "1.14.0", description: "YAML" }, { value: "glimmer", since: "2.3.0", description: "Ember / Handlebars" }, { value: "html", since: "1.15.0", description: "HTML" }, { value: "angular", since: "1.15.0", description: "Angular" }, { value: "lwc", since: "1.17.0", description: "Lightning Web Components" }] }, plugins: { since: "1.10.0", type: "path", array: true, default: [{ value: [] }], category: c, description: "Add a plugin. Multiple plugins can be passed as separate `--plugin`s.", exception: (l) => typeof l == "string" || typeof l == "object", cliName: "plugin", cliCategory: n }, pluginSearchDirs: { since: "1.13.0", type: "path", array: true, default: [{ value: [] }], category: c, description: u`
|
|
1568
|
+
Custom directory that contains prettier plugins in node_modules subdirectory.
|
|
1569
|
+
Overrides default behavior when plugins are searched relatively to the location of Prettier.
|
|
1570
|
+
Multiple values are accepted.
|
|
1571
|
+
`, exception: (l) => typeof l == "string" || typeof l == "object", cliName: "plugin-search-dir", cliCategory: n }, printWidth: { since: "0.0.0", category: c, type: "int", default: 80, description: "The line length where Prettier will try wrap.", range: { start: 0, end: Number.POSITIVE_INFINITY, step: 1 } }, rangeEnd: { since: "1.4.0", category: F, type: "int", default: Number.POSITIVE_INFINITY, range: { start: 0, end: Number.POSITIVE_INFINITY, step: 1 }, description: u`
|
|
1572
|
+
Format code ending at a given character offset (exclusive).
|
|
1573
|
+
The range will extend forwards to the end of the selected statement.
|
|
1574
|
+
This option cannot be used with --cursor-offset.
|
|
1575
|
+
`, cliCategory: D }, rangeStart: { since: "1.4.0", category: F, type: "int", default: 0, range: { start: 0, end: Number.POSITIVE_INFINITY, step: 1 }, description: u`
|
|
1576
|
+
Format code starting at a given character offset.
|
|
1577
|
+
The range will extend backwards to the start of the first line containing the selected statement.
|
|
1578
|
+
This option cannot be used with --cursor-offset.
|
|
1579
|
+
`, cliCategory: D }, requirePragma: { since: "1.7.0", category: F, type: "boolean", default: false, description: u`
|
|
1580
|
+
Require either '@prettier' or '@format' to be present in the file's first docblock comment
|
|
1581
|
+
in order for it to be formatted.
|
|
1582
|
+
`, cliCategory: i }, tabWidth: { type: "int", category: c, default: 2, description: "Number of spaces per indentation level.", range: { start: 0, end: Number.POSITIVE_INFINITY, step: 1 } }, useTabs: { since: "1.0.0", category: c, type: "boolean", default: false, description: "Indent with tabs instead of spaces." }, embeddedLanguageFormatting: { since: "2.1.0", category: c, type: "choice", default: [{ since: "2.1.0", value: "auto" }], description: "Control how Prettier formats quoted code embedded in the file.", choices: [{ value: "auto", description: "Format embedded code if Prettier can automatically identify it." }, { value: "off", description: "Never automatically format embedded code." }] } };
|
|
1583
|
+
r.exports = { CATEGORY_CONFIG: n, CATEGORY_EDITOR: D, CATEGORY_FORMAT: s, CATEGORY_OTHER: i, CATEGORY_OUTPUT: f, CATEGORY_GLOBAL: c, CATEGORY_SPECIAL: F, options: a };
|
|
1584
|
+
} }), vl = I({ "src/main/support.js"(e, r) {
|
|
1585
|
+
"use strict";
|
|
1586
|
+
q();
|
|
1587
|
+
var u = { compare: Hr(), lt: El(), gte: Cl() }, n = ml(), D = gl().version, s = Al().options;
|
|
1588
|
+
function i() {
|
|
1589
|
+
let { plugins: c = [], showUnreleased: F = false, showDeprecated: a = false, showInternal: l = false } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, h = D.split("-", 1)[0], C = c.flatMap((g) => g.languages || []).filter(m), d = n(Object.assign({}, ...c.map((g) => {
|
|
1590
|
+
let { options: N } = g;
|
|
1591
|
+
return N;
|
|
1592
|
+
}), s), "name").filter((g) => m(g) && T(g)).sort((g, N) => g.name === N.name ? 0 : g.name < N.name ? -1 : 1).map(w).map((g) => {
|
|
1593
|
+
g = Object.assign({}, g), Array.isArray(g.default) && (g.default = g.default.length === 1 ? g.default[0].value : g.default.filter(m).sort((R, j) => u.compare(j.since, R.since))[0].value), Array.isArray(g.choices) && (g.choices = g.choices.filter((R) => m(R) && T(R)), g.name === "parser" && f(g, C, c));
|
|
1594
|
+
let N = Object.fromEntries(c.filter((R) => R.defaultOptions && R.defaultOptions[g.name] !== void 0).map((R) => [R.name, R.defaultOptions[g.name]]));
|
|
1595
|
+
return Object.assign(Object.assign({}, g), {}, { pluginDefaults: N });
|
|
1596
|
+
});
|
|
1597
|
+
return { languages: C, options: d };
|
|
1598
|
+
function m(g) {
|
|
1599
|
+
return F || !("since" in g) || g.since && u.gte(h, g.since);
|
|
1600
|
+
}
|
|
1601
|
+
function T(g) {
|
|
1602
|
+
return a || !("deprecated" in g) || g.deprecated && u.lt(h, g.deprecated);
|
|
1603
|
+
}
|
|
1604
|
+
function w(g) {
|
|
1605
|
+
if (l)
|
|
1606
|
+
return g;
|
|
1607
|
+
let { cliName: N, cliCategory: R, cliDescription: j } = g;
|
|
1608
|
+
return JD(g, KD);
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
function f(c, F, a) {
|
|
1612
|
+
let l = new Set(c.choices.map((h) => h.value));
|
|
1613
|
+
for (let h of F)
|
|
1614
|
+
if (h.parsers) {
|
|
1615
|
+
for (let C of h.parsers)
|
|
1616
|
+
if (!l.has(C)) {
|
|
1617
|
+
l.add(C);
|
|
1618
|
+
let d = a.find((T) => T.parsers && T.parsers[C]), m = h.name;
|
|
1619
|
+
d && d.name && (m += ` (plugin: ${d.name})`), c.choices.push({ value: C, description: m });
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
r.exports = { getSupportInfo: i };
|
|
1624
|
+
} }), _l = I({ "src/utils/is-non-empty-array.js"(e, r) {
|
|
1625
|
+
"use strict";
|
|
1626
|
+
q();
|
|
1627
|
+
function u(n) {
|
|
1628
|
+
return Array.isArray(n) && n.length > 0;
|
|
1629
|
+
}
|
|
1630
|
+
r.exports = u;
|
|
1631
|
+
} });
|
|
1632
|
+
function Sl() {
|
|
1633
|
+
let { onlyFirst: e = false } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = ["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)", "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");
|
|
1634
|
+
return new RegExp(r, e ? void 0 : "g");
|
|
1635
|
+
}
|
|
1636
|
+
var yl = Ee({ "node_modules/strip-ansi/node_modules/ansi-regex/index.js"() {
|
|
1637
|
+
q();
|
|
1638
|
+
} });
|
|
1639
|
+
function Tl(e) {
|
|
1640
|
+
if (typeof e != "string")
|
|
1641
|
+
throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);
|
|
1642
|
+
return e.replace(Sl(), "");
|
|
1643
|
+
}
|
|
1644
|
+
var Bl = Ee({ "node_modules/strip-ansi/index.js"() {
|
|
1645
|
+
q(), yl();
|
|
1646
|
+
} });
|
|
1647
|
+
function bl(e) {
|
|
1648
|
+
return Number.isInteger(e) ? e >= 4352 && (e <= 4447 || e === 9001 || e === 9002 || 11904 <= e && e <= 12871 && e !== 12351 || 12880 <= e && e <= 19903 || 19968 <= e && e <= 42182 || 43360 <= e && e <= 43388 || 44032 <= e && e <= 55203 || 63744 <= e && e <= 64255 || 65040 <= e && e <= 65049 || 65072 <= e && e <= 65131 || 65281 <= e && e <= 65376 || 65504 <= e && e <= 65510 || 110592 <= e && e <= 110593 || 127488 <= e && e <= 127569 || 131072 <= e && e <= 262141) : false;
|
|
1649
|
+
}
|
|
1650
|
+
var wl = Ee({ "node_modules/is-fullwidth-code-point/index.js"() {
|
|
1651
|
+
q();
|
|
1652
|
+
} }), Nl = I({ "node_modules/emoji-regex/index.js"(e, r) {
|
|
1653
|
+
"use strict";
|
|
1654
|
+
q(), r.exports = function() {
|
|
1655
|
+
return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g;
|
|
1656
|
+
};
|
|
1657
|
+
} }), As = {};
|
|
1658
|
+
ps(As, { default: () => Ol });
|
|
1659
|
+
function Ol(e) {
|
|
1660
|
+
if (typeof e != "string" || e.length === 0 || (e = Tl(e), e.length === 0))
|
|
1661
|
+
return 0;
|
|
1662
|
+
e = e.replace((0, vs.default)(), " ");
|
|
1663
|
+
let r = 0;
|
|
1664
|
+
for (let u = 0; u < e.length; u++) {
|
|
1665
|
+
let n = e.codePointAt(u);
|
|
1666
|
+
n <= 31 || n >= 127 && n <= 159 || n >= 768 && n <= 879 || (n > 65535 && u++, r += bl(n) ? 2 : 1);
|
|
1667
|
+
}
|
|
1668
|
+
return r;
|
|
1669
|
+
}
|
|
1670
|
+
var vs, ql = Ee({ "node_modules/string-width/index.js"() {
|
|
1671
|
+
q(), Bl(), wl(), vs = nl(Nl());
|
|
1672
|
+
} }), Il = I({ "src/utils/get-string-width.js"(e, r) {
|
|
1673
|
+
"use strict";
|
|
1674
|
+
q();
|
|
1675
|
+
var u = (ql(), ds(As)).default, n = /[^\x20-\x7F]/;
|
|
1676
|
+
function D(s) {
|
|
1677
|
+
return s ? n.test(s) ? u(s) : s.length : 0;
|
|
1678
|
+
}
|
|
1679
|
+
r.exports = D;
|
|
1680
|
+
} }), zr = I({ "src/utils/text/skip.js"(e, r) {
|
|
1681
|
+
"use strict";
|
|
1682
|
+
q();
|
|
1683
|
+
function u(f) {
|
|
1684
|
+
return (c, F, a) => {
|
|
1685
|
+
let l = a && a.backwards;
|
|
1686
|
+
if (F === false)
|
|
1687
|
+
return false;
|
|
1688
|
+
let { length: h } = c, C = F;
|
|
1689
|
+
for (; C >= 0 && C < h; ) {
|
|
1690
|
+
let d = c.charAt(C);
|
|
1691
|
+
if (f instanceof RegExp) {
|
|
1692
|
+
if (!f.test(d))
|
|
1693
|
+
return C;
|
|
1694
|
+
} else if (!f.includes(d))
|
|
1695
|
+
return C;
|
|
1696
|
+
l ? C-- : C++;
|
|
1697
|
+
}
|
|
1698
|
+
return C === -1 || C === h ? C : false;
|
|
1699
|
+
};
|
|
1700
|
+
}
|
|
1701
|
+
var n = u(/\s/), D = u(" "), s = u(",; "), i = u(/[^\n\r]/);
|
|
1702
|
+
r.exports = { skipWhitespace: n, skipSpaces: D, skipToLineEnd: s, skipEverythingButNewLine: i };
|
|
1703
|
+
} }), _s = I({ "src/utils/text/skip-inline-comment.js"(e, r) {
|
|
1704
|
+
"use strict";
|
|
1705
|
+
q();
|
|
1706
|
+
function u(n, D) {
|
|
1707
|
+
if (D === false)
|
|
1708
|
+
return false;
|
|
1709
|
+
if (n.charAt(D) === "/" && n.charAt(D + 1) === "*") {
|
|
1710
|
+
for (let s = D + 2; s < n.length; ++s)
|
|
1711
|
+
if (n.charAt(s) === "*" && n.charAt(s + 1) === "/")
|
|
1712
|
+
return s + 2;
|
|
1713
|
+
}
|
|
1714
|
+
return D;
|
|
1715
|
+
}
|
|
1716
|
+
r.exports = u;
|
|
1717
|
+
} }), Ss = I({ "src/utils/text/skip-trailing-comment.js"(e, r) {
|
|
1718
|
+
"use strict";
|
|
1719
|
+
q();
|
|
1720
|
+
var { skipEverythingButNewLine: u } = zr();
|
|
1721
|
+
function n(D, s) {
|
|
1722
|
+
return s === false ? false : D.charAt(s) === "/" && D.charAt(s + 1) === "/" ? u(D, s) : s;
|
|
1723
|
+
}
|
|
1724
|
+
r.exports = n;
|
|
1725
|
+
} }), ys = I({ "src/utils/text/skip-newline.js"(e, r) {
|
|
1726
|
+
"use strict";
|
|
1727
|
+
q();
|
|
1728
|
+
function u(n, D, s) {
|
|
1729
|
+
let i = s && s.backwards;
|
|
1730
|
+
if (D === false)
|
|
1731
|
+
return false;
|
|
1732
|
+
let f = n.charAt(D);
|
|
1733
|
+
if (i) {
|
|
1734
|
+
if (n.charAt(D - 1) === "\r" && f === `
|
|
1735
|
+
`)
|
|
1736
|
+
return D - 2;
|
|
1737
|
+
if (f === `
|
|
1738
|
+
` || f === "\r" || f === "\u2028" || f === "\u2029")
|
|
1739
|
+
return D - 1;
|
|
1740
|
+
} else {
|
|
1741
|
+
if (f === "\r" && n.charAt(D + 1) === `
|
|
1742
|
+
`)
|
|
1743
|
+
return D + 2;
|
|
1744
|
+
if (f === `
|
|
1745
|
+
` || f === "\r" || f === "\u2028" || f === "\u2029")
|
|
1746
|
+
return D + 1;
|
|
1747
|
+
}
|
|
1748
|
+
return D;
|
|
1749
|
+
}
|
|
1750
|
+
r.exports = u;
|
|
1751
|
+
} }), Rl = I({ "src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(e, r) {
|
|
1752
|
+
"use strict";
|
|
1753
|
+
q();
|
|
1754
|
+
var u = _s(), n = ys(), D = Ss(), { skipSpaces: s } = zr();
|
|
1755
|
+
function i(f, c) {
|
|
1756
|
+
let F = null, a = c;
|
|
1757
|
+
for (; a !== F; )
|
|
1758
|
+
F = a, a = s(f, a), a = u(f, a), a = D(f, a), a = n(f, a);
|
|
1759
|
+
return a;
|
|
1760
|
+
}
|
|
1761
|
+
r.exports = i;
|
|
1762
|
+
} }), xl = I({ "src/common/util.js"(e, r) {
|
|
1763
|
+
"use strict";
|
|
1764
|
+
q();
|
|
1765
|
+
var { default: u } = (cl(), ds(ms)), n = Cs(), { getSupportInfo: D } = vl(), s = _l(), i = Il(), { skipWhitespace: f, skipSpaces: c, skipToLineEnd: F, skipEverythingButNewLine: a } = zr(), l = _s(), h = Ss(), C = ys(), d = Rl(), m = (v) => v[v.length - 2];
|
|
1766
|
+
function T(v) {
|
|
1767
|
+
return (y, B, b) => {
|
|
1768
|
+
let L = b && b.backwards;
|
|
1769
|
+
if (B === false)
|
|
1770
|
+
return false;
|
|
1771
|
+
let { length: U } = y, G = B;
|
|
1772
|
+
for (; G >= 0 && G < U; ) {
|
|
1773
|
+
let W = y.charAt(G);
|
|
1774
|
+
if (v instanceof RegExp) {
|
|
1775
|
+
if (!v.test(W))
|
|
1776
|
+
return G;
|
|
1777
|
+
} else if (!v.includes(W))
|
|
1778
|
+
return G;
|
|
1779
|
+
L ? G-- : G++;
|
|
1780
|
+
}
|
|
1781
|
+
return G === -1 || G === U ? G : false;
|
|
1782
|
+
};
|
|
1783
|
+
}
|
|
1784
|
+
function w(v, y) {
|
|
1785
|
+
let B = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, b = c(v, B.backwards ? y - 1 : y, B), L = C(v, b, B);
|
|
1786
|
+
return b !== L;
|
|
1787
|
+
}
|
|
1788
|
+
function g(v, y, B) {
|
|
1789
|
+
for (let b = y; b < B; ++b)
|
|
1790
|
+
if (v.charAt(b) === `
|
|
1791
|
+
`)
|
|
1792
|
+
return true;
|
|
1793
|
+
return false;
|
|
1794
|
+
}
|
|
1795
|
+
function N(v, y, B) {
|
|
1796
|
+
let b = B(y) - 1;
|
|
1797
|
+
b = c(v, b, { backwards: true }), b = C(v, b, { backwards: true }), b = c(v, b, { backwards: true });
|
|
1798
|
+
let L = C(v, b, { backwards: true });
|
|
1799
|
+
return b !== L;
|
|
1800
|
+
}
|
|
1801
|
+
function R(v, y) {
|
|
1802
|
+
let B = null, b = y;
|
|
1803
|
+
for (; b !== B; )
|
|
1804
|
+
B = b, b = F(v, b), b = l(v, b), b = c(v, b);
|
|
1805
|
+
return b = h(v, b), b = C(v, b), b !== false && w(v, b);
|
|
1806
|
+
}
|
|
1807
|
+
function j(v, y, B) {
|
|
1808
|
+
return R(v, B(y));
|
|
1809
|
+
}
|
|
1810
|
+
function _(v, y, B) {
|
|
1811
|
+
return d(v, B(y));
|
|
1812
|
+
}
|
|
1813
|
+
function O(v, y, B) {
|
|
1814
|
+
return v.charAt(_(v, y, B));
|
|
1815
|
+
}
|
|
1816
|
+
function x(v, y) {
|
|
1817
|
+
let B = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
1818
|
+
return c(v, B.backwards ? y - 1 : y, B) !== y;
|
|
1819
|
+
}
|
|
1820
|
+
function k(v, y) {
|
|
1821
|
+
let B = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 0, b = 0;
|
|
1822
|
+
for (let L = B; L < v.length; ++L)
|
|
1823
|
+
v[L] === " " ? b = b + y - b % y : b++;
|
|
1824
|
+
return b;
|
|
1825
|
+
}
|
|
1826
|
+
function $(v, y) {
|
|
1827
|
+
let B = v.lastIndexOf(`
|
|
1828
|
+
`);
|
|
1829
|
+
return B === -1 ? 0 : k(v.slice(B + 1).match(/^[\t ]*/)[0], y);
|
|
1830
|
+
}
|
|
1831
|
+
function t(v, y) {
|
|
1832
|
+
let B = { quote: '"', regex: /"/g, escaped: """ }, b = { quote: "'", regex: /'/g, escaped: "'" }, L = y === "'" ? b : B, U = L === b ? B : b, G = L;
|
|
1833
|
+
if (v.includes(L.quote) || v.includes(U.quote)) {
|
|
1834
|
+
let W = (v.match(L.regex) || []).length, ne = (v.match(U.regex) || []).length;
|
|
1835
|
+
G = W > ne ? U : L;
|
|
1836
|
+
}
|
|
1837
|
+
return G;
|
|
1838
|
+
}
|
|
1839
|
+
function o(v, y) {
|
|
1840
|
+
let B = v.slice(1, -1), b = y.parser === "json" || y.parser === "json5" && y.quoteProps === "preserve" && !y.singleQuote ? '"' : y.__isInHtmlAttribute ? "'" : t(B, y.singleQuote ? "'" : '"').quote;
|
|
1841
|
+
return E(B, b, !(y.parser === "css" || y.parser === "less" || y.parser === "scss" || y.__embeddedInHtml));
|
|
1842
|
+
}
|
|
1843
|
+
function E(v, y, B) {
|
|
1844
|
+
let b = y === '"' ? "'" : '"', L = /\\(.)|(["'])/gs, U = v.replace(L, (G, W, ne) => W === b ? W : ne === y ? "\\" + ne : ne || (B && /^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(W) ? W : "\\" + W));
|
|
1845
|
+
return y + U + y;
|
|
1846
|
+
}
|
|
1847
|
+
function p(v) {
|
|
1848
|
+
return v.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/, "$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/, "$1").replace(/^([+-])?\./, "$10.").replace(/(\.\d+?)0+(?=e|$)/, "$1").replace(/\.(?=e|$)/, "");
|
|
1849
|
+
}
|
|
1850
|
+
function A(v, y) {
|
|
1851
|
+
let B = v.match(new RegExp(`(${u(y)})+`, "g"));
|
|
1852
|
+
return B === null ? 0 : B.reduce((b, L) => Math.max(b, L.length / y.length), 0);
|
|
1853
|
+
}
|
|
1854
|
+
function P(v, y) {
|
|
1855
|
+
let B = v.match(new RegExp(`(${u(y)})+`, "g"));
|
|
1856
|
+
if (B === null)
|
|
1857
|
+
return 0;
|
|
1858
|
+
let b = /* @__PURE__ */ new Map(), L = 0;
|
|
1859
|
+
for (let U of B) {
|
|
1860
|
+
let G = U.length / y.length;
|
|
1861
|
+
b.set(G, true), G > L && (L = G);
|
|
1862
|
+
}
|
|
1863
|
+
for (let U = 1; U < L; U++)
|
|
1864
|
+
if (!b.get(U))
|
|
1865
|
+
return U;
|
|
1866
|
+
return L + 1;
|
|
1867
|
+
}
|
|
1868
|
+
function M(v, y) {
|
|
1869
|
+
(v.comments || (v.comments = [])).push(y), y.printed = false, y.nodeDescription = J(v);
|
|
1870
|
+
}
|
|
1871
|
+
function z(v, y) {
|
|
1872
|
+
y.leading = true, y.trailing = false, M(v, y);
|
|
1873
|
+
}
|
|
1874
|
+
function V(v, y, B) {
|
|
1875
|
+
y.leading = false, y.trailing = false, B && (y.marker = B), M(v, y);
|
|
1876
|
+
}
|
|
1877
|
+
function X(v, y) {
|
|
1878
|
+
y.leading = false, y.trailing = true, M(v, y);
|
|
1879
|
+
}
|
|
1880
|
+
function H(v, y) {
|
|
1881
|
+
let { languages: B } = D({ plugins: y.plugins }), b = B.find((L) => {
|
|
1882
|
+
let { name: U } = L;
|
|
1883
|
+
return U.toLowerCase() === v;
|
|
1884
|
+
}) || B.find((L) => {
|
|
1885
|
+
let { aliases: U } = L;
|
|
1886
|
+
return Array.isArray(U) && U.includes(v);
|
|
1887
|
+
}) || B.find((L) => {
|
|
1888
|
+
let { extensions: U } = L;
|
|
1889
|
+
return Array.isArray(U) && U.includes(`.${v}`);
|
|
1890
|
+
});
|
|
1891
|
+
return b && b.parsers[0];
|
|
1892
|
+
}
|
|
1893
|
+
function Q(v) {
|
|
1894
|
+
return v && v.type === "front-matter";
|
|
1895
|
+
}
|
|
1896
|
+
function K(v) {
|
|
1897
|
+
let y = /* @__PURE__ */ new WeakMap();
|
|
1898
|
+
return function(B) {
|
|
1899
|
+
return y.has(B) || y.set(B, Symbol(v)), y.get(B);
|
|
1900
|
+
};
|
|
1901
|
+
}
|
|
1902
|
+
function J(v) {
|
|
1903
|
+
let y = v.type || v.kind || "(unknown type)", B = String(v.name || v.id && (typeof v.id == "object" ? v.id.name : v.id) || v.key && (typeof v.key == "object" ? v.key.name : v.key) || v.value && (typeof v.value == "object" ? "" : String(v.value)) || v.operator || "");
|
|
1904
|
+
return B.length > 20 && (B = B.slice(0, 19) + "\u2026"), y + (B ? " " + B : "");
|
|
1905
|
+
}
|
|
1906
|
+
r.exports = { inferParserByLanguage: H, getStringWidth: i, getMaxContinuousCount: A, getMinNotPresentContinuousCount: P, getPenultimate: m, getLast: n, getNextNonSpaceNonCommentCharacterIndexWithStartIndex: d, getNextNonSpaceNonCommentCharacterIndex: _, getNextNonSpaceNonCommentCharacter: O, skip: T, skipWhitespace: f, skipSpaces: c, skipToLineEnd: F, skipEverythingButNewLine: a, skipInlineComment: l, skipTrailingComment: h, skipNewline: C, isNextLineEmptyAfterIndex: R, isNextLineEmpty: j, isPreviousLineEmpty: N, hasNewline: w, hasNewlineInRange: g, hasSpaces: x, getAlignmentSize: k, getIndentSize: $, getPreferredQuote: t, printString: o, printNumber: p, makeString: E, addLeadingComment: z, addDanglingComment: V, addTrailingComment: X, isFrontMatterNode: Q, isNonEmptyArray: s, createGroupIdMapper: K };
|
|
1907
|
+
} }), Pl = I({ "vendors/html-tag-names.json"(e, r) {
|
|
1908
|
+
r.exports = { htmlTagNames: ["a", "abbr", "acronym", "address", "applet", "area", "article", "aside", "audio", "b", "base", "basefont", "bdi", "bdo", "bgsound", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "command", "content", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "embed", "fieldset", "figcaption", "figure", "font", "footer", "form", "frame", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "iframe", "image", "img", "input", "ins", "isindex", "kbd", "keygen", "label", "legend", "li", "link", "listing", "main", "map", "mark", "marquee", "math", "menu", "menuitem", "meta", "meter", "multicol", "nav", "nextid", "nobr", "noembed", "noframes", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "plaintext", "pre", "progress", "q", "rb", "rbc", "rp", "rt", "rtc", "ruby", "s", "samp", "script", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "svg", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "track", "tt", "u", "ul", "var", "video", "wbr", "xmp"] };
|
|
1909
|
+
} }), Ts = I({ "src/language-html/utils/array-to-map.js"(e, r) {
|
|
1910
|
+
"use strict";
|
|
1911
|
+
q();
|
|
1912
|
+
function u(n) {
|
|
1913
|
+
let D = /* @__PURE__ */ Object.create(null);
|
|
1914
|
+
for (let s of n)
|
|
1915
|
+
D[s] = true;
|
|
1916
|
+
return D;
|
|
1917
|
+
}
|
|
1918
|
+
r.exports = u;
|
|
1919
|
+
} }), kl = I({ "src/language-html/utils/html-tag-names.js"(e, r) {
|
|
1920
|
+
"use strict";
|
|
1921
|
+
q();
|
|
1922
|
+
var { htmlTagNames: u } = Pl(), n = Ts(), D = n(u);
|
|
1923
|
+
r.exports = D;
|
|
1924
|
+
} }), Ll = I({ "vendors/html-element-attributes.json"(e, r) {
|
|
1925
|
+
r.exports = { htmlElementAttributes: { "*": ["accesskey", "autocapitalize", "autofocus", "class", "contenteditable", "dir", "draggable", "enterkeyhint", "hidden", "id", "inputmode", "is", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "nonce", "slot", "spellcheck", "style", "tabindex", "title", "translate"], a: ["charset", "coords", "download", "href", "hreflang", "name", "ping", "referrerpolicy", "rel", "rev", "shape", "target", "type"], applet: ["align", "alt", "archive", "code", "codebase", "height", "hspace", "name", "object", "vspace", "width"], area: ["alt", "coords", "download", "href", "hreflang", "nohref", "ping", "referrerpolicy", "rel", "shape", "target", "type"], audio: ["autoplay", "controls", "crossorigin", "loop", "muted", "preload", "src"], base: ["href", "target"], basefont: ["color", "face", "size"], blockquote: ["cite"], body: ["alink", "background", "bgcolor", "link", "text", "vlink"], br: ["clear"], button: ["disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "name", "type", "value"], canvas: ["height", "width"], caption: ["align"], col: ["align", "char", "charoff", "span", "valign", "width"], colgroup: ["align", "char", "charoff", "span", "valign", "width"], data: ["value"], del: ["cite", "datetime"], details: ["open"], dialog: ["open"], dir: ["compact"], div: ["align"], dl: ["compact"], embed: ["height", "src", "type", "width"], fieldset: ["disabled", "form", "name"], font: ["color", "face", "size"], form: ["accept", "accept-charset", "action", "autocomplete", "enctype", "method", "name", "novalidate", "target"], frame: ["frameborder", "longdesc", "marginheight", "marginwidth", "name", "noresize", "scrolling", "src"], frameset: ["cols", "rows"], h1: ["align"], h2: ["align"], h3: ["align"], h4: ["align"], h5: ["align"], h6: ["align"], head: ["profile"], hr: ["align", "noshade", "size", "width"], html: ["manifest", "version"], iframe: ["align", "allow", "allowfullscreen", "allowpaymentrequest", "allowusermedia", "frameborder", "height", "loading", "longdesc", "marginheight", "marginwidth", "name", "referrerpolicy", "sandbox", "scrolling", "src", "srcdoc", "width"], img: ["align", "alt", "border", "crossorigin", "decoding", "height", "hspace", "ismap", "loading", "longdesc", "name", "referrerpolicy", "sizes", "src", "srcset", "usemap", "vspace", "width"], input: ["accept", "align", "alt", "autocomplete", "checked", "dirname", "disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "height", "ismap", "list", "max", "maxlength", "min", "minlength", "multiple", "name", "pattern", "placeholder", "readonly", "required", "size", "src", "step", "type", "usemap", "value", "width"], ins: ["cite", "datetime"], isindex: ["prompt"], label: ["for", "form"], legend: ["align"], li: ["type", "value"], link: ["as", "charset", "color", "crossorigin", "disabled", "href", "hreflang", "imagesizes", "imagesrcset", "integrity", "media", "referrerpolicy", "rel", "rev", "sizes", "target", "type"], map: ["name"], menu: ["compact"], meta: ["charset", "content", "http-equiv", "media", "name", "scheme"], meter: ["high", "low", "max", "min", "optimum", "value"], object: ["align", "archive", "border", "classid", "codebase", "codetype", "data", "declare", "form", "height", "hspace", "name", "standby", "type", "typemustmatch", "usemap", "vspace", "width"], ol: ["compact", "reversed", "start", "type"], optgroup: ["disabled", "label"], option: ["disabled", "label", "selected", "value"], output: ["for", "form", "name"], p: ["align"], param: ["name", "type", "value", "valuetype"], pre: ["width"], progress: ["max", "value"], q: ["cite"], script: ["async", "charset", "crossorigin", "defer", "integrity", "language", "nomodule", "referrerpolicy", "src", "type"], select: ["autocomplete", "disabled", "form", "multiple", "name", "required", "size"], slot: ["name"], source: ["height", "media", "sizes", "src", "srcset", "type", "width"], style: ["media", "type"], table: ["align", "bgcolor", "border", "cellpadding", "cellspacing", "frame", "rules", "summary", "width"], tbody: ["align", "char", "charoff", "valign"], td: ["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"], textarea: ["autocomplete", "cols", "dirname", "disabled", "form", "maxlength", "minlength", "name", "placeholder", "readonly", "required", "rows", "wrap"], tfoot: ["align", "char", "charoff", "valign"], th: ["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"], thead: ["align", "char", "charoff", "valign"], time: ["datetime"], tr: ["align", "bgcolor", "char", "charoff", "valign"], track: ["default", "kind", "label", "src", "srclang"], ul: ["compact", "type"], video: ["autoplay", "controls", "crossorigin", "height", "loop", "muted", "playsinline", "poster", "preload", "src", "width"] } };
|
|
1926
|
+
} }), $l = I({ "src/language-html/utils/map-object.js"(e, r) {
|
|
1927
|
+
"use strict";
|
|
1928
|
+
q();
|
|
1929
|
+
function u(n, D) {
|
|
1930
|
+
let s = /* @__PURE__ */ Object.create(null);
|
|
1931
|
+
for (let [i, f] of Object.entries(n))
|
|
1932
|
+
s[i] = D(f, i);
|
|
1933
|
+
return s;
|
|
1934
|
+
}
|
|
1935
|
+
r.exports = u;
|
|
1936
|
+
} }), Ml = I({ "src/language-html/utils/html-elements-attributes.js"(e, r) {
|
|
1937
|
+
"use strict";
|
|
1938
|
+
q();
|
|
1939
|
+
var { htmlElementAttributes: u } = Ll(), n = $l(), D = Ts(), s = n(u, D);
|
|
1940
|
+
r.exports = s;
|
|
1941
|
+
} }), jl = I({ "src/language-html/utils/is-unknown-namespace.js"(e, r) {
|
|
1942
|
+
"use strict";
|
|
1943
|
+
q();
|
|
1944
|
+
function u(n) {
|
|
1945
|
+
return n.type === "element" && !n.hasExplicitNamespace && !["html", "svg"].includes(n.namespace);
|
|
1946
|
+
}
|
|
1947
|
+
r.exports = u;
|
|
1948
|
+
} }), Ul = I({ "src/language-html/pragma.js"(e, r) {
|
|
1949
|
+
"use strict";
|
|
1950
|
+
q();
|
|
1951
|
+
function u(D) {
|
|
1952
|
+
return /^\s*<!--\s*@(?:format|prettier)\s*-->/.test(D);
|
|
1953
|
+
}
|
|
1954
|
+
function n(D) {
|
|
1955
|
+
return `<!-- @format -->
|
|
1956
|
+
|
|
1957
|
+
` + D.replace(/^\s*\n/, "");
|
|
1958
|
+
}
|
|
1959
|
+
r.exports = { hasPragma: u, insertPragma: n };
|
|
1960
|
+
} }), Gl = I({ "src/language-html/ast.js"(e, r) {
|
|
1961
|
+
"use strict";
|
|
1962
|
+
q();
|
|
1963
|
+
var u = { attrs: true, children: true }, n = /* @__PURE__ */ new Set(["parent"]), D = class {
|
|
1964
|
+
constructor() {
|
|
1965
|
+
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1966
|
+
for (let f of /* @__PURE__ */ new Set([...n, ...Object.keys(i)]))
|
|
1967
|
+
this.setProperty(f, i[f]);
|
|
1968
|
+
}
|
|
1969
|
+
setProperty(i, f) {
|
|
1970
|
+
if (this[i] !== f) {
|
|
1971
|
+
if (i in u && (f = f.map((c) => this.createChild(c))), !n.has(i)) {
|
|
1972
|
+
this[i] = f;
|
|
1973
|
+
return;
|
|
1974
|
+
}
|
|
1975
|
+
Object.defineProperty(this, i, { value: f, enumerable: false, configurable: true });
|
|
1976
|
+
}
|
|
1977
|
+
}
|
|
1978
|
+
map(i) {
|
|
1979
|
+
let f;
|
|
1980
|
+
for (let c in u) {
|
|
1981
|
+
let F = this[c];
|
|
1982
|
+
if (F) {
|
|
1983
|
+
let a = s(F, (l) => l.map(i));
|
|
1984
|
+
f !== F && (f || (f = new D({ parent: this.parent })), f.setProperty(c, a));
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
if (f)
|
|
1988
|
+
for (let c in this)
|
|
1989
|
+
c in u || (f[c] = this[c]);
|
|
1990
|
+
return i(f || this);
|
|
1991
|
+
}
|
|
1992
|
+
walk(i) {
|
|
1993
|
+
for (let f in u) {
|
|
1994
|
+
let c = this[f];
|
|
1995
|
+
if (c)
|
|
1996
|
+
for (let F = 0; F < c.length; F++)
|
|
1997
|
+
c[F].walk(i);
|
|
1998
|
+
}
|
|
1999
|
+
i(this);
|
|
2000
|
+
}
|
|
2001
|
+
createChild(i) {
|
|
2002
|
+
let f = i instanceof D ? i.clone() : new D(i);
|
|
2003
|
+
return f.setProperty("parent", this), f;
|
|
2004
|
+
}
|
|
2005
|
+
insertChildBefore(i, f) {
|
|
2006
|
+
this.children.splice(this.children.indexOf(i), 0, this.createChild(f));
|
|
2007
|
+
}
|
|
2008
|
+
removeChild(i) {
|
|
2009
|
+
this.children.splice(this.children.indexOf(i), 1);
|
|
2010
|
+
}
|
|
2011
|
+
replaceChild(i, f) {
|
|
2012
|
+
this.children[this.children.indexOf(i)] = this.createChild(f);
|
|
2013
|
+
}
|
|
2014
|
+
clone() {
|
|
2015
|
+
return new D(this);
|
|
2016
|
+
}
|
|
2017
|
+
get firstChild() {
|
|
2018
|
+
var i;
|
|
2019
|
+
return (i = this.children) === null || i === void 0 ? void 0 : i[0];
|
|
2020
|
+
}
|
|
2021
|
+
get lastChild() {
|
|
2022
|
+
var i;
|
|
2023
|
+
return (i = this.children) === null || i === void 0 ? void 0 : i[this.children.length - 1];
|
|
2024
|
+
}
|
|
2025
|
+
get prev() {
|
|
2026
|
+
var i;
|
|
2027
|
+
return (i = this.parent) === null || i === void 0 ? void 0 : i.children[this.parent.children.indexOf(this) - 1];
|
|
2028
|
+
}
|
|
2029
|
+
get next() {
|
|
2030
|
+
var i;
|
|
2031
|
+
return (i = this.parent) === null || i === void 0 ? void 0 : i.children[this.parent.children.indexOf(this) + 1];
|
|
2032
|
+
}
|
|
2033
|
+
get rawName() {
|
|
2034
|
+
return this.hasExplicitNamespace ? this.fullName : this.name;
|
|
2035
|
+
}
|
|
2036
|
+
get fullName() {
|
|
2037
|
+
return this.namespace ? this.namespace + ":" + this.name : this.name;
|
|
2038
|
+
}
|
|
2039
|
+
get attrMap() {
|
|
2040
|
+
return Object.fromEntries(this.attrs.map((i) => [i.fullName, i.value]));
|
|
2041
|
+
}
|
|
2042
|
+
};
|
|
2043
|
+
function s(i, f) {
|
|
2044
|
+
let c = i.map(f);
|
|
2045
|
+
return c.some((F, a) => F !== i[a]) ? c : i;
|
|
2046
|
+
}
|
|
2047
|
+
r.exports = { Node: D };
|
|
2048
|
+
} }), Vl = I({ "src/language-html/conditional-comment.js"(e, r) {
|
|
2049
|
+
"use strict";
|
|
2050
|
+
q();
|
|
2051
|
+
var { ParseSourceSpan: u } = Be(), n = [{ regex: /^(\[if([^\]]*)]>)(.*?)<!\s*\[endif]$/s, parse: s }, { regex: /^\[if([^\]]*)]><!$/, parse: i }, { regex: /^<!\s*\[endif]$/, parse: f }];
|
|
2052
|
+
function D(c, F) {
|
|
2053
|
+
if (c.value)
|
|
2054
|
+
for (let { regex: a, parse: l } of n) {
|
|
2055
|
+
let h = c.value.match(a);
|
|
2056
|
+
if (h)
|
|
2057
|
+
return l(c, F, h);
|
|
2058
|
+
}
|
|
2059
|
+
return null;
|
|
2060
|
+
}
|
|
2061
|
+
function s(c, F, a) {
|
|
2062
|
+
let [, l, h, C] = a, d = 4 + l.length, m = c.sourceSpan.start.moveBy(d), T = m.moveBy(C.length), [w, g] = (() => {
|
|
2063
|
+
try {
|
|
2064
|
+
return [true, F(C, m).children];
|
|
2065
|
+
} catch {
|
|
2066
|
+
return [false, [{ type: "text", value: C, sourceSpan: new u(m, T) }]];
|
|
2067
|
+
}
|
|
2068
|
+
})();
|
|
2069
|
+
return { type: "ieConditionalComment", complete: w, children: g, condition: h.trim().replace(/\s+/g, " "), sourceSpan: c.sourceSpan, startSourceSpan: new u(c.sourceSpan.start, m), endSourceSpan: new u(T, c.sourceSpan.end) };
|
|
2070
|
+
}
|
|
2071
|
+
function i(c, F, a) {
|
|
2072
|
+
let [, l] = a;
|
|
2073
|
+
return { type: "ieConditionalStartComment", condition: l.trim().replace(/\s+/g, " "), sourceSpan: c.sourceSpan };
|
|
2074
|
+
}
|
|
2075
|
+
function f(c) {
|
|
2076
|
+
return { type: "ieConditionalEndComment", sourceSpan: c.sourceSpan };
|
|
2077
|
+
}
|
|
2078
|
+
r.exports = { parseIeConditionalComment: D };
|
|
2079
|
+
} }), Xl = I({ "src/language-html/loc.js"(e, r) {
|
|
2080
|
+
"use strict";
|
|
2081
|
+
q();
|
|
2082
|
+
function u(D) {
|
|
2083
|
+
return D.sourceSpan.start.offset;
|
|
2084
|
+
}
|
|
2085
|
+
function n(D) {
|
|
2086
|
+
return D.sourceSpan.end.offset;
|
|
2087
|
+
}
|
|
2088
|
+
r.exports = { locStart: u, locEnd: n };
|
|
2089
|
+
} }), Ze = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/tags.js"(e) {
|
|
2090
|
+
"use strict";
|
|
2091
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2092
|
+
var r;
|
|
2093
|
+
(function(c) {
|
|
2094
|
+
c[c.RAW_TEXT = 0] = "RAW_TEXT", c[c.ESCAPABLE_RAW_TEXT = 1] = "ESCAPABLE_RAW_TEXT", c[c.PARSABLE_DATA = 2] = "PARSABLE_DATA";
|
|
2095
|
+
})(r = e.TagContentType || (e.TagContentType = {}));
|
|
2096
|
+
function u(c) {
|
|
2097
|
+
if (c[0] != ":")
|
|
2098
|
+
return [null, c];
|
|
2099
|
+
let F = c.indexOf(":", 1);
|
|
2100
|
+
if (F == -1)
|
|
2101
|
+
throw new Error(`Unsupported format "${c}" expecting ":namespace:name"`);
|
|
2102
|
+
return [c.slice(1, F), c.slice(F + 1)];
|
|
2103
|
+
}
|
|
2104
|
+
e.splitNsName = u;
|
|
2105
|
+
function n(c) {
|
|
2106
|
+
return u(c)[1] === "ng-container";
|
|
2107
|
+
}
|
|
2108
|
+
e.isNgContainer = n;
|
|
2109
|
+
function D(c) {
|
|
2110
|
+
return u(c)[1] === "ng-content";
|
|
2111
|
+
}
|
|
2112
|
+
e.isNgContent = D;
|
|
2113
|
+
function s(c) {
|
|
2114
|
+
return u(c)[1] === "ng-template";
|
|
2115
|
+
}
|
|
2116
|
+
e.isNgTemplate = s;
|
|
2117
|
+
function i(c) {
|
|
2118
|
+
return c === null ? null : u(c)[0];
|
|
2119
|
+
}
|
|
2120
|
+
e.getNsPrefix = i;
|
|
2121
|
+
function f(c, F) {
|
|
2122
|
+
return c ? `:${c}:${F}` : F;
|
|
2123
|
+
}
|
|
2124
|
+
e.mergeNsAndName = f, e.NAMED_ENTITIES = { Aacute: "\xC1", aacute: "\xE1", Abreve: "\u0102", abreve: "\u0103", ac: "\u223E", acd: "\u223F", acE: "\u223E\u0333", Acirc: "\xC2", acirc: "\xE2", acute: "\xB4", Acy: "\u0410", acy: "\u0430", AElig: "\xC6", aelig: "\xE6", af: "\u2061", Afr: "\u{1D504}", afr: "\u{1D51E}", Agrave: "\xC0", agrave: "\xE0", alefsym: "\u2135", aleph: "\u2135", Alpha: "\u0391", alpha: "\u03B1", Amacr: "\u0100", amacr: "\u0101", amalg: "\u2A3F", AMP: "&", amp: "&", And: "\u2A53", and: "\u2227", andand: "\u2A55", andd: "\u2A5C", andslope: "\u2A58", andv: "\u2A5A", ang: "\u2220", ange: "\u29A4", angle: "\u2220", angmsd: "\u2221", angmsdaa: "\u29A8", angmsdab: "\u29A9", angmsdac: "\u29AA", angmsdad: "\u29AB", angmsdae: "\u29AC", angmsdaf: "\u29AD", angmsdag: "\u29AE", angmsdah: "\u29AF", angrt: "\u221F", angrtvb: "\u22BE", angrtvbd: "\u299D", angsph: "\u2222", angst: "\xC5", angzarr: "\u237C", Aogon: "\u0104", aogon: "\u0105", Aopf: "\u{1D538}", aopf: "\u{1D552}", ap: "\u2248", apacir: "\u2A6F", apE: "\u2A70", ape: "\u224A", apid: "\u224B", apos: "'", ApplyFunction: "\u2061", approx: "\u2248", approxeq: "\u224A", Aring: "\xC5", aring: "\xE5", Ascr: "\u{1D49C}", ascr: "\u{1D4B6}", Assign: "\u2254", ast: "*", asymp: "\u2248", asympeq: "\u224D", Atilde: "\xC3", atilde: "\xE3", Auml: "\xC4", auml: "\xE4", awconint: "\u2233", awint: "\u2A11", backcong: "\u224C", backepsilon: "\u03F6", backprime: "\u2035", backsim: "\u223D", backsimeq: "\u22CD", Backslash: "\u2216", Barv: "\u2AE7", barvee: "\u22BD", Barwed: "\u2306", barwed: "\u2305", barwedge: "\u2305", bbrk: "\u23B5", bbrktbrk: "\u23B6", bcong: "\u224C", Bcy: "\u0411", bcy: "\u0431", bdquo: "\u201E", becaus: "\u2235", Because: "\u2235", because: "\u2235", bemptyv: "\u29B0", bepsi: "\u03F6", bernou: "\u212C", Bernoullis: "\u212C", Beta: "\u0392", beta: "\u03B2", beth: "\u2136", between: "\u226C", Bfr: "\u{1D505}", bfr: "\u{1D51F}", bigcap: "\u22C2", bigcirc: "\u25EF", bigcup: "\u22C3", bigodot: "\u2A00", bigoplus: "\u2A01", bigotimes: "\u2A02", bigsqcup: "\u2A06", bigstar: "\u2605", bigtriangledown: "\u25BD", bigtriangleup: "\u25B3", biguplus: "\u2A04", bigvee: "\u22C1", bigwedge: "\u22C0", bkarow: "\u290D", blacklozenge: "\u29EB", blacksquare: "\u25AA", blacktriangle: "\u25B4", blacktriangledown: "\u25BE", blacktriangleleft: "\u25C2", blacktriangleright: "\u25B8", blank: "\u2423", blk12: "\u2592", blk14: "\u2591", blk34: "\u2593", block: "\u2588", bne: "=\u20E5", bnequiv: "\u2261\u20E5", bNot: "\u2AED", bnot: "\u2310", Bopf: "\u{1D539}", bopf: "\u{1D553}", bot: "\u22A5", bottom: "\u22A5", bowtie: "\u22C8", boxbox: "\u29C9", boxDL: "\u2557", boxDl: "\u2556", boxdL: "\u2555", boxdl: "\u2510", boxDR: "\u2554", boxDr: "\u2553", boxdR: "\u2552", boxdr: "\u250C", boxH: "\u2550", boxh: "\u2500", boxHD: "\u2566", boxHd: "\u2564", boxhD: "\u2565", boxhd: "\u252C", boxHU: "\u2569", boxHu: "\u2567", boxhU: "\u2568", boxhu: "\u2534", boxminus: "\u229F", boxplus: "\u229E", boxtimes: "\u22A0", boxUL: "\u255D", boxUl: "\u255C", boxuL: "\u255B", boxul: "\u2518", boxUR: "\u255A", boxUr: "\u2559", boxuR: "\u2558", boxur: "\u2514", boxV: "\u2551", boxv: "\u2502", boxVH: "\u256C", boxVh: "\u256B", boxvH: "\u256A", boxvh: "\u253C", boxVL: "\u2563", boxVl: "\u2562", boxvL: "\u2561", boxvl: "\u2524", boxVR: "\u2560", boxVr: "\u255F", boxvR: "\u255E", boxvr: "\u251C", bprime: "\u2035", Breve: "\u02D8", breve: "\u02D8", brvbar: "\xA6", Bscr: "\u212C", bscr: "\u{1D4B7}", bsemi: "\u204F", bsim: "\u223D", bsime: "\u22CD", bsol: "\\", bsolb: "\u29C5", bsolhsub: "\u27C8", bull: "\u2022", bullet: "\u2022", bump: "\u224E", bumpE: "\u2AAE", bumpe: "\u224F", Bumpeq: "\u224E", bumpeq: "\u224F", Cacute: "\u0106", cacute: "\u0107", Cap: "\u22D2", cap: "\u2229", capand: "\u2A44", capbrcup: "\u2A49", capcap: "\u2A4B", capcup: "\u2A47", capdot: "\u2A40", CapitalDifferentialD: "\u2145", caps: "\u2229\uFE00", caret: "\u2041", caron: "\u02C7", Cayleys: "\u212D", ccaps: "\u2A4D", Ccaron: "\u010C", ccaron: "\u010D", Ccedil: "\xC7", ccedil: "\xE7", Ccirc: "\u0108", ccirc: "\u0109", Cconint: "\u2230", ccups: "\u2A4C", ccupssm: "\u2A50", Cdot: "\u010A", cdot: "\u010B", cedil: "\xB8", Cedilla: "\xB8", cemptyv: "\u29B2", cent: "\xA2", CenterDot: "\xB7", centerdot: "\xB7", Cfr: "\u212D", cfr: "\u{1D520}", CHcy: "\u0427", chcy: "\u0447", check: "\u2713", checkmark: "\u2713", Chi: "\u03A7", chi: "\u03C7", cir: "\u25CB", circ: "\u02C6", circeq: "\u2257", circlearrowleft: "\u21BA", circlearrowright: "\u21BB", circledast: "\u229B", circledcirc: "\u229A", circleddash: "\u229D", CircleDot: "\u2299", circledR: "\xAE", circledS: "\u24C8", CircleMinus: "\u2296", CirclePlus: "\u2295", CircleTimes: "\u2297", cirE: "\u29C3", cire: "\u2257", cirfnint: "\u2A10", cirmid: "\u2AEF", cirscir: "\u29C2", ClockwiseContourIntegral: "\u2232", CloseCurlyDoubleQuote: "\u201D", CloseCurlyQuote: "\u2019", clubs: "\u2663", clubsuit: "\u2663", Colon: "\u2237", colon: ":", Colone: "\u2A74", colone: "\u2254", coloneq: "\u2254", comma: ",", commat: "@", comp: "\u2201", compfn: "\u2218", complement: "\u2201", complexes: "\u2102", cong: "\u2245", congdot: "\u2A6D", Congruent: "\u2261", Conint: "\u222F", conint: "\u222E", ContourIntegral: "\u222E", Copf: "\u2102", copf: "\u{1D554}", coprod: "\u2210", Coproduct: "\u2210", COPY: "\xA9", copy: "\xA9", copysr: "\u2117", CounterClockwiseContourIntegral: "\u2233", crarr: "\u21B5", Cross: "\u2A2F", cross: "\u2717", Cscr: "\u{1D49E}", cscr: "\u{1D4B8}", csub: "\u2ACF", csube: "\u2AD1", csup: "\u2AD0", csupe: "\u2AD2", ctdot: "\u22EF", cudarrl: "\u2938", cudarrr: "\u2935", cuepr: "\u22DE", cuesc: "\u22DF", cularr: "\u21B6", cularrp: "\u293D", Cup: "\u22D3", cup: "\u222A", cupbrcap: "\u2A48", CupCap: "\u224D", cupcap: "\u2A46", cupcup: "\u2A4A", cupdot: "\u228D", cupor: "\u2A45", cups: "\u222A\uFE00", curarr: "\u21B7", curarrm: "\u293C", curlyeqprec: "\u22DE", curlyeqsucc: "\u22DF", curlyvee: "\u22CE", curlywedge: "\u22CF", curren: "\xA4", curvearrowleft: "\u21B6", curvearrowright: "\u21B7", cuvee: "\u22CE", cuwed: "\u22CF", cwconint: "\u2232", cwint: "\u2231", cylcty: "\u232D", Dagger: "\u2021", dagger: "\u2020", daleth: "\u2138", Darr: "\u21A1", dArr: "\u21D3", darr: "\u2193", dash: "\u2010", Dashv: "\u2AE4", dashv: "\u22A3", dbkarow: "\u290F", dblac: "\u02DD", Dcaron: "\u010E", dcaron: "\u010F", Dcy: "\u0414", dcy: "\u0434", DD: "\u2145", dd: "\u2146", ddagger: "\u2021", ddarr: "\u21CA", DDotrahd: "\u2911", ddotseq: "\u2A77", deg: "\xB0", Del: "\u2207", Delta: "\u0394", delta: "\u03B4", demptyv: "\u29B1", dfisht: "\u297F", Dfr: "\u{1D507}", dfr: "\u{1D521}", dHar: "\u2965", dharl: "\u21C3", dharr: "\u21C2", DiacriticalAcute: "\xB4", DiacriticalDot: "\u02D9", DiacriticalDoubleAcute: "\u02DD", DiacriticalGrave: "`", DiacriticalTilde: "\u02DC", diam: "\u22C4", Diamond: "\u22C4", diamond: "\u22C4", diamondsuit: "\u2666", diams: "\u2666", die: "\xA8", DifferentialD: "\u2146", digamma: "\u03DD", disin: "\u22F2", div: "\xF7", divide: "\xF7", divideontimes: "\u22C7", divonx: "\u22C7", DJcy: "\u0402", djcy: "\u0452", dlcorn: "\u231E", dlcrop: "\u230D", dollar: "$", Dopf: "\u{1D53B}", dopf: "\u{1D555}", Dot: "\xA8", dot: "\u02D9", DotDot: "\u20DC", doteq: "\u2250", doteqdot: "\u2251", DotEqual: "\u2250", dotminus: "\u2238", dotplus: "\u2214", dotsquare: "\u22A1", doublebarwedge: "\u2306", DoubleContourIntegral: "\u222F", DoubleDot: "\xA8", DoubleDownArrow: "\u21D3", DoubleLeftArrow: "\u21D0", DoubleLeftRightArrow: "\u21D4", DoubleLeftTee: "\u2AE4", DoubleLongLeftArrow: "\u27F8", DoubleLongLeftRightArrow: "\u27FA", DoubleLongRightArrow: "\u27F9", DoubleRightArrow: "\u21D2", DoubleRightTee: "\u22A8", DoubleUpArrow: "\u21D1", DoubleUpDownArrow: "\u21D5", DoubleVerticalBar: "\u2225", DownArrow: "\u2193", Downarrow: "\u21D3", downarrow: "\u2193", DownArrowBar: "\u2913", DownArrowUpArrow: "\u21F5", DownBreve: "\u0311", downdownarrows: "\u21CA", downharpoonleft: "\u21C3", downharpoonright: "\u21C2", DownLeftRightVector: "\u2950", DownLeftTeeVector: "\u295E", DownLeftVector: "\u21BD", DownLeftVectorBar: "\u2956", DownRightTeeVector: "\u295F", DownRightVector: "\u21C1", DownRightVectorBar: "\u2957", DownTee: "\u22A4", DownTeeArrow: "\u21A7", drbkarow: "\u2910", drcorn: "\u231F", drcrop: "\u230C", Dscr: "\u{1D49F}", dscr: "\u{1D4B9}", DScy: "\u0405", dscy: "\u0455", dsol: "\u29F6", Dstrok: "\u0110", dstrok: "\u0111", dtdot: "\u22F1", dtri: "\u25BF", dtrif: "\u25BE", duarr: "\u21F5", duhar: "\u296F", dwangle: "\u29A6", DZcy: "\u040F", dzcy: "\u045F", dzigrarr: "\u27FF", Eacute: "\xC9", eacute: "\xE9", easter: "\u2A6E", Ecaron: "\u011A", ecaron: "\u011B", ecir: "\u2256", Ecirc: "\xCA", ecirc: "\xEA", ecolon: "\u2255", Ecy: "\u042D", ecy: "\u044D", eDDot: "\u2A77", Edot: "\u0116", eDot: "\u2251", edot: "\u0117", ee: "\u2147", efDot: "\u2252", Efr: "\u{1D508}", efr: "\u{1D522}", eg: "\u2A9A", Egrave: "\xC8", egrave: "\xE8", egs: "\u2A96", egsdot: "\u2A98", el: "\u2A99", Element: "\u2208", elinters: "\u23E7", ell: "\u2113", els: "\u2A95", elsdot: "\u2A97", Emacr: "\u0112", emacr: "\u0113", empty: "\u2205", emptyset: "\u2205", EmptySmallSquare: "\u25FB", emptyv: "\u2205", EmptyVerySmallSquare: "\u25AB", emsp: "\u2003", emsp13: "\u2004", emsp14: "\u2005", ENG: "\u014A", eng: "\u014B", ensp: "\u2002", Eogon: "\u0118", eogon: "\u0119", Eopf: "\u{1D53C}", eopf: "\u{1D556}", epar: "\u22D5", eparsl: "\u29E3", eplus: "\u2A71", epsi: "\u03B5", Epsilon: "\u0395", epsilon: "\u03B5", epsiv: "\u03F5", eqcirc: "\u2256", eqcolon: "\u2255", eqsim: "\u2242", eqslantgtr: "\u2A96", eqslantless: "\u2A95", Equal: "\u2A75", equals: "=", EqualTilde: "\u2242", equest: "\u225F", Equilibrium: "\u21CC", equiv: "\u2261", equivDD: "\u2A78", eqvparsl: "\u29E5", erarr: "\u2971", erDot: "\u2253", Escr: "\u2130", escr: "\u212F", esdot: "\u2250", Esim: "\u2A73", esim: "\u2242", Eta: "\u0397", eta: "\u03B7", ETH: "\xD0", eth: "\xF0", Euml: "\xCB", euml: "\xEB", euro: "\u20AC", excl: "!", exist: "\u2203", Exists: "\u2203", expectation: "\u2130", ExponentialE: "\u2147", exponentiale: "\u2147", fallingdotseq: "\u2252", Fcy: "\u0424", fcy: "\u0444", female: "\u2640", ffilig: "\uFB03", fflig: "\uFB00", ffllig: "\uFB04", Ffr: "\u{1D509}", ffr: "\u{1D523}", filig: "\uFB01", FilledSmallSquare: "\u25FC", FilledVerySmallSquare: "\u25AA", fjlig: "fj", flat: "\u266D", fllig: "\uFB02", fltns: "\u25B1", fnof: "\u0192", Fopf: "\u{1D53D}", fopf: "\u{1D557}", ForAll: "\u2200", forall: "\u2200", fork: "\u22D4", forkv: "\u2AD9", Fouriertrf: "\u2131", fpartint: "\u2A0D", frac12: "\xBD", frac13: "\u2153", frac14: "\xBC", frac15: "\u2155", frac16: "\u2159", frac18: "\u215B", frac23: "\u2154", frac25: "\u2156", frac34: "\xBE", frac35: "\u2157", frac38: "\u215C", frac45: "\u2158", frac56: "\u215A", frac58: "\u215D", frac78: "\u215E", frasl: "\u2044", frown: "\u2322", Fscr: "\u2131", fscr: "\u{1D4BB}", gacute: "\u01F5", Gamma: "\u0393", gamma: "\u03B3", Gammad: "\u03DC", gammad: "\u03DD", gap: "\u2A86", Gbreve: "\u011E", gbreve: "\u011F", Gcedil: "\u0122", Gcirc: "\u011C", gcirc: "\u011D", Gcy: "\u0413", gcy: "\u0433", Gdot: "\u0120", gdot: "\u0121", gE: "\u2267", ge: "\u2265", gEl: "\u2A8C", gel: "\u22DB", geq: "\u2265", geqq: "\u2267", geqslant: "\u2A7E", ges: "\u2A7E", gescc: "\u2AA9", gesdot: "\u2A80", gesdoto: "\u2A82", gesdotol: "\u2A84", gesl: "\u22DB\uFE00", gesles: "\u2A94", Gfr: "\u{1D50A}", gfr: "\u{1D524}", Gg: "\u22D9", gg: "\u226B", ggg: "\u22D9", gimel: "\u2137", GJcy: "\u0403", gjcy: "\u0453", gl: "\u2277", gla: "\u2AA5", glE: "\u2A92", glj: "\u2AA4", gnap: "\u2A8A", gnapprox: "\u2A8A", gnE: "\u2269", gne: "\u2A88", gneq: "\u2A88", gneqq: "\u2269", gnsim: "\u22E7", Gopf: "\u{1D53E}", gopf: "\u{1D558}", grave: "`", GreaterEqual: "\u2265", GreaterEqualLess: "\u22DB", GreaterFullEqual: "\u2267", GreaterGreater: "\u2AA2", GreaterLess: "\u2277", GreaterSlantEqual: "\u2A7E", GreaterTilde: "\u2273", Gscr: "\u{1D4A2}", gscr: "\u210A", gsim: "\u2273", gsime: "\u2A8E", gsiml: "\u2A90", GT: ">", Gt: "\u226B", gt: ">", gtcc: "\u2AA7", gtcir: "\u2A7A", gtdot: "\u22D7", gtlPar: "\u2995", gtquest: "\u2A7C", gtrapprox: "\u2A86", gtrarr: "\u2978", gtrdot: "\u22D7", gtreqless: "\u22DB", gtreqqless: "\u2A8C", gtrless: "\u2277", gtrsim: "\u2273", gvertneqq: "\u2269\uFE00", gvnE: "\u2269\uFE00", Hacek: "\u02C7", hairsp: "\u200A", half: "\xBD", hamilt: "\u210B", HARDcy: "\u042A", hardcy: "\u044A", hArr: "\u21D4", harr: "\u2194", harrcir: "\u2948", harrw: "\u21AD", Hat: "^", hbar: "\u210F", Hcirc: "\u0124", hcirc: "\u0125", hearts: "\u2665", heartsuit: "\u2665", hellip: "\u2026", hercon: "\u22B9", Hfr: "\u210C", hfr: "\u{1D525}", HilbertSpace: "\u210B", hksearow: "\u2925", hkswarow: "\u2926", hoarr: "\u21FF", homtht: "\u223B", hookleftarrow: "\u21A9", hookrightarrow: "\u21AA", Hopf: "\u210D", hopf: "\u{1D559}", horbar: "\u2015", HorizontalLine: "\u2500", Hscr: "\u210B", hscr: "\u{1D4BD}", hslash: "\u210F", Hstrok: "\u0126", hstrok: "\u0127", HumpDownHump: "\u224E", HumpEqual: "\u224F", hybull: "\u2043", hyphen: "\u2010", Iacute: "\xCD", iacute: "\xED", ic: "\u2063", Icirc: "\xCE", icirc: "\xEE", Icy: "\u0418", icy: "\u0438", Idot: "\u0130", IEcy: "\u0415", iecy: "\u0435", iexcl: "\xA1", iff: "\u21D4", Ifr: "\u2111", ifr: "\u{1D526}", Igrave: "\xCC", igrave: "\xEC", ii: "\u2148", iiiint: "\u2A0C", iiint: "\u222D", iinfin: "\u29DC", iiota: "\u2129", IJlig: "\u0132", ijlig: "\u0133", Im: "\u2111", Imacr: "\u012A", imacr: "\u012B", image: "\u2111", ImaginaryI: "\u2148", imagline: "\u2110", imagpart: "\u2111", imath: "\u0131", imof: "\u22B7", imped: "\u01B5", Implies: "\u21D2", in: "\u2208", incare: "\u2105", infin: "\u221E", infintie: "\u29DD", inodot: "\u0131", Int: "\u222C", int: "\u222B", intcal: "\u22BA", integers: "\u2124", Integral: "\u222B", intercal: "\u22BA", Intersection: "\u22C2", intlarhk: "\u2A17", intprod: "\u2A3C", InvisibleComma: "\u2063", InvisibleTimes: "\u2062", IOcy: "\u0401", iocy: "\u0451", Iogon: "\u012E", iogon: "\u012F", Iopf: "\u{1D540}", iopf: "\u{1D55A}", Iota: "\u0399", iota: "\u03B9", iprod: "\u2A3C", iquest: "\xBF", Iscr: "\u2110", iscr: "\u{1D4BE}", isin: "\u2208", isindot: "\u22F5", isinE: "\u22F9", isins: "\u22F4", isinsv: "\u22F3", isinv: "\u2208", it: "\u2062", Itilde: "\u0128", itilde: "\u0129", Iukcy: "\u0406", iukcy: "\u0456", Iuml: "\xCF", iuml: "\xEF", Jcirc: "\u0134", jcirc: "\u0135", Jcy: "\u0419", jcy: "\u0439", Jfr: "\u{1D50D}", jfr: "\u{1D527}", jmath: "\u0237", Jopf: "\u{1D541}", jopf: "\u{1D55B}", Jscr: "\u{1D4A5}", jscr: "\u{1D4BF}", Jsercy: "\u0408", jsercy: "\u0458", Jukcy: "\u0404", jukcy: "\u0454", Kappa: "\u039A", kappa: "\u03BA", kappav: "\u03F0", Kcedil: "\u0136", kcedil: "\u0137", Kcy: "\u041A", kcy: "\u043A", Kfr: "\u{1D50E}", kfr: "\u{1D528}", kgreen: "\u0138", KHcy: "\u0425", khcy: "\u0445", KJcy: "\u040C", kjcy: "\u045C", Kopf: "\u{1D542}", kopf: "\u{1D55C}", Kscr: "\u{1D4A6}", kscr: "\u{1D4C0}", lAarr: "\u21DA", Lacute: "\u0139", lacute: "\u013A", laemptyv: "\u29B4", lagran: "\u2112", Lambda: "\u039B", lambda: "\u03BB", Lang: "\u27EA", lang: "\u27E8", langd: "\u2991", langle: "\u27E8", lap: "\u2A85", Laplacetrf: "\u2112", laquo: "\xAB", Larr: "\u219E", lArr: "\u21D0", larr: "\u2190", larrb: "\u21E4", larrbfs: "\u291F", larrfs: "\u291D", larrhk: "\u21A9", larrlp: "\u21AB", larrpl: "\u2939", larrsim: "\u2973", larrtl: "\u21A2", lat: "\u2AAB", lAtail: "\u291B", latail: "\u2919", late: "\u2AAD", lates: "\u2AAD\uFE00", lBarr: "\u290E", lbarr: "\u290C", lbbrk: "\u2772", lbrace: "{", lbrack: "[", lbrke: "\u298B", lbrksld: "\u298F", lbrkslu: "\u298D", Lcaron: "\u013D", lcaron: "\u013E", Lcedil: "\u013B", lcedil: "\u013C", lceil: "\u2308", lcub: "{", Lcy: "\u041B", lcy: "\u043B", ldca: "\u2936", ldquo: "\u201C", ldquor: "\u201E", ldrdhar: "\u2967", ldrushar: "\u294B", ldsh: "\u21B2", lE: "\u2266", le: "\u2264", LeftAngleBracket: "\u27E8", LeftArrow: "\u2190", Leftarrow: "\u21D0", leftarrow: "\u2190", LeftArrowBar: "\u21E4", LeftArrowRightArrow: "\u21C6", leftarrowtail: "\u21A2", LeftCeiling: "\u2308", LeftDoubleBracket: "\u27E6", LeftDownTeeVector: "\u2961", LeftDownVector: "\u21C3", LeftDownVectorBar: "\u2959", LeftFloor: "\u230A", leftharpoondown: "\u21BD", leftharpoonup: "\u21BC", leftleftarrows: "\u21C7", LeftRightArrow: "\u2194", Leftrightarrow: "\u21D4", leftrightarrow: "\u2194", leftrightarrows: "\u21C6", leftrightharpoons: "\u21CB", leftrightsquigarrow: "\u21AD", LeftRightVector: "\u294E", LeftTee: "\u22A3", LeftTeeArrow: "\u21A4", LeftTeeVector: "\u295A", leftthreetimes: "\u22CB", LeftTriangle: "\u22B2", LeftTriangleBar: "\u29CF", LeftTriangleEqual: "\u22B4", LeftUpDownVector: "\u2951", LeftUpTeeVector: "\u2960", LeftUpVector: "\u21BF", LeftUpVectorBar: "\u2958", LeftVector: "\u21BC", LeftVectorBar: "\u2952", lEg: "\u2A8B", leg: "\u22DA", leq: "\u2264", leqq: "\u2266", leqslant: "\u2A7D", les: "\u2A7D", lescc: "\u2AA8", lesdot: "\u2A7F", lesdoto: "\u2A81", lesdotor: "\u2A83", lesg: "\u22DA\uFE00", lesges: "\u2A93", lessapprox: "\u2A85", lessdot: "\u22D6", lesseqgtr: "\u22DA", lesseqqgtr: "\u2A8B", LessEqualGreater: "\u22DA", LessFullEqual: "\u2266", LessGreater: "\u2276", lessgtr: "\u2276", LessLess: "\u2AA1", lesssim: "\u2272", LessSlantEqual: "\u2A7D", LessTilde: "\u2272", lfisht: "\u297C", lfloor: "\u230A", Lfr: "\u{1D50F}", lfr: "\u{1D529}", lg: "\u2276", lgE: "\u2A91", lHar: "\u2962", lhard: "\u21BD", lharu: "\u21BC", lharul: "\u296A", lhblk: "\u2584", LJcy: "\u0409", ljcy: "\u0459", Ll: "\u22D8", ll: "\u226A", llarr: "\u21C7", llcorner: "\u231E", Lleftarrow: "\u21DA", llhard: "\u296B", lltri: "\u25FA", Lmidot: "\u013F", lmidot: "\u0140", lmoust: "\u23B0", lmoustache: "\u23B0", lnap: "\u2A89", lnapprox: "\u2A89", lnE: "\u2268", lne: "\u2A87", lneq: "\u2A87", lneqq: "\u2268", lnsim: "\u22E6", loang: "\u27EC", loarr: "\u21FD", lobrk: "\u27E6", LongLeftArrow: "\u27F5", Longleftarrow: "\u27F8", longleftarrow: "\u27F5", LongLeftRightArrow: "\u27F7", Longleftrightarrow: "\u27FA", longleftrightarrow: "\u27F7", longmapsto: "\u27FC", LongRightArrow: "\u27F6", Longrightarrow: "\u27F9", longrightarrow: "\u27F6", looparrowleft: "\u21AB", looparrowright: "\u21AC", lopar: "\u2985", Lopf: "\u{1D543}", lopf: "\u{1D55D}", loplus: "\u2A2D", lotimes: "\u2A34", lowast: "\u2217", lowbar: "_", LowerLeftArrow: "\u2199", LowerRightArrow: "\u2198", loz: "\u25CA", lozenge: "\u25CA", lozf: "\u29EB", lpar: "(", lparlt: "\u2993", lrarr: "\u21C6", lrcorner: "\u231F", lrhar: "\u21CB", lrhard: "\u296D", lrm: "\u200E", lrtri: "\u22BF", lsaquo: "\u2039", Lscr: "\u2112", lscr: "\u{1D4C1}", Lsh: "\u21B0", lsh: "\u21B0", lsim: "\u2272", lsime: "\u2A8D", lsimg: "\u2A8F", lsqb: "[", lsquo: "\u2018", lsquor: "\u201A", Lstrok: "\u0141", lstrok: "\u0142", LT: "<", Lt: "\u226A", lt: "<", ltcc: "\u2AA6", ltcir: "\u2A79", ltdot: "\u22D6", lthree: "\u22CB", ltimes: "\u22C9", ltlarr: "\u2976", ltquest: "\u2A7B", ltri: "\u25C3", ltrie: "\u22B4", ltrif: "\u25C2", ltrPar: "\u2996", lurdshar: "\u294A", luruhar: "\u2966", lvertneqq: "\u2268\uFE00", lvnE: "\u2268\uFE00", macr: "\xAF", male: "\u2642", malt: "\u2720", maltese: "\u2720", Map: "\u2905", map: "\u21A6", mapsto: "\u21A6", mapstodown: "\u21A7", mapstoleft: "\u21A4", mapstoup: "\u21A5", marker: "\u25AE", mcomma: "\u2A29", Mcy: "\u041C", mcy: "\u043C", mdash: "\u2014", mDDot: "\u223A", measuredangle: "\u2221", MediumSpace: "\u205F", Mellintrf: "\u2133", Mfr: "\u{1D510}", mfr: "\u{1D52A}", mho: "\u2127", micro: "\xB5", mid: "\u2223", midast: "*", midcir: "\u2AF0", middot: "\xB7", minus: "\u2212", minusb: "\u229F", minusd: "\u2238", minusdu: "\u2A2A", MinusPlus: "\u2213", mlcp: "\u2ADB", mldr: "\u2026", mnplus: "\u2213", models: "\u22A7", Mopf: "\u{1D544}", mopf: "\u{1D55E}", mp: "\u2213", Mscr: "\u2133", mscr: "\u{1D4C2}", mstpos: "\u223E", Mu: "\u039C", mu: "\u03BC", multimap: "\u22B8", mumap: "\u22B8", nabla: "\u2207", Nacute: "\u0143", nacute: "\u0144", nang: "\u2220\u20D2", nap: "\u2249", napE: "\u2A70\u0338", napid: "\u224B\u0338", napos: "\u0149", napprox: "\u2249", natur: "\u266E", natural: "\u266E", naturals: "\u2115", nbsp: "\xA0", nbump: "\u224E\u0338", nbumpe: "\u224F\u0338", ncap: "\u2A43", Ncaron: "\u0147", ncaron: "\u0148", Ncedil: "\u0145", ncedil: "\u0146", ncong: "\u2247", ncongdot: "\u2A6D\u0338", ncup: "\u2A42", Ncy: "\u041D", ncy: "\u043D", ndash: "\u2013", ne: "\u2260", nearhk: "\u2924", neArr: "\u21D7", nearr: "\u2197", nearrow: "\u2197", nedot: "\u2250\u0338", NegativeMediumSpace: "\u200B", NegativeThickSpace: "\u200B", NegativeThinSpace: "\u200B", NegativeVeryThinSpace: "\u200B", nequiv: "\u2262", nesear: "\u2928", nesim: "\u2242\u0338", NestedGreaterGreater: "\u226B", NestedLessLess: "\u226A", NewLine: `
|
|
2125
|
+
`, nexist: "\u2204", nexists: "\u2204", Nfr: "\u{1D511}", nfr: "\u{1D52B}", ngE: "\u2267\u0338", nge: "\u2271", ngeq: "\u2271", ngeqq: "\u2267\u0338", ngeqslant: "\u2A7E\u0338", nges: "\u2A7E\u0338", nGg: "\u22D9\u0338", ngsim: "\u2275", nGt: "\u226B\u20D2", ngt: "\u226F", ngtr: "\u226F", nGtv: "\u226B\u0338", nhArr: "\u21CE", nharr: "\u21AE", nhpar: "\u2AF2", ni: "\u220B", nis: "\u22FC", nisd: "\u22FA", niv: "\u220B", NJcy: "\u040A", njcy: "\u045A", nlArr: "\u21CD", nlarr: "\u219A", nldr: "\u2025", nlE: "\u2266\u0338", nle: "\u2270", nLeftarrow: "\u21CD", nleftarrow: "\u219A", nLeftrightarrow: "\u21CE", nleftrightarrow: "\u21AE", nleq: "\u2270", nleqq: "\u2266\u0338", nleqslant: "\u2A7D\u0338", nles: "\u2A7D\u0338", nless: "\u226E", nLl: "\u22D8\u0338", nlsim: "\u2274", nLt: "\u226A\u20D2", nlt: "\u226E", nltri: "\u22EA", nltrie: "\u22EC", nLtv: "\u226A\u0338", nmid: "\u2224", NoBreak: "\u2060", NonBreakingSpace: "\xA0", Nopf: "\u2115", nopf: "\u{1D55F}", Not: "\u2AEC", not: "\xAC", NotCongruent: "\u2262", NotCupCap: "\u226D", NotDoubleVerticalBar: "\u2226", NotElement: "\u2209", NotEqual: "\u2260", NotEqualTilde: "\u2242\u0338", NotExists: "\u2204", NotGreater: "\u226F", NotGreaterEqual: "\u2271", NotGreaterFullEqual: "\u2267\u0338", NotGreaterGreater: "\u226B\u0338", NotGreaterLess: "\u2279", NotGreaterSlantEqual: "\u2A7E\u0338", NotGreaterTilde: "\u2275", NotHumpDownHump: "\u224E\u0338", NotHumpEqual: "\u224F\u0338", notin: "\u2209", notindot: "\u22F5\u0338", notinE: "\u22F9\u0338", notinva: "\u2209", notinvb: "\u22F7", notinvc: "\u22F6", NotLeftTriangle: "\u22EA", NotLeftTriangleBar: "\u29CF\u0338", NotLeftTriangleEqual: "\u22EC", NotLess: "\u226E", NotLessEqual: "\u2270", NotLessGreater: "\u2278", NotLessLess: "\u226A\u0338", NotLessSlantEqual: "\u2A7D\u0338", NotLessTilde: "\u2274", NotNestedGreaterGreater: "\u2AA2\u0338", NotNestedLessLess: "\u2AA1\u0338", notni: "\u220C", notniva: "\u220C", notnivb: "\u22FE", notnivc: "\u22FD", NotPrecedes: "\u2280", NotPrecedesEqual: "\u2AAF\u0338", NotPrecedesSlantEqual: "\u22E0", NotReverseElement: "\u220C", NotRightTriangle: "\u22EB", NotRightTriangleBar: "\u29D0\u0338", NotRightTriangleEqual: "\u22ED", NotSquareSubset: "\u228F\u0338", NotSquareSubsetEqual: "\u22E2", NotSquareSuperset: "\u2290\u0338", NotSquareSupersetEqual: "\u22E3", NotSubset: "\u2282\u20D2", NotSubsetEqual: "\u2288", NotSucceeds: "\u2281", NotSucceedsEqual: "\u2AB0\u0338", NotSucceedsSlantEqual: "\u22E1", NotSucceedsTilde: "\u227F\u0338", NotSuperset: "\u2283\u20D2", NotSupersetEqual: "\u2289", NotTilde: "\u2241", NotTildeEqual: "\u2244", NotTildeFullEqual: "\u2247", NotTildeTilde: "\u2249", NotVerticalBar: "\u2224", npar: "\u2226", nparallel: "\u2226", nparsl: "\u2AFD\u20E5", npart: "\u2202\u0338", npolint: "\u2A14", npr: "\u2280", nprcue: "\u22E0", npre: "\u2AAF\u0338", nprec: "\u2280", npreceq: "\u2AAF\u0338", nrArr: "\u21CF", nrarr: "\u219B", nrarrc: "\u2933\u0338", nrarrw: "\u219D\u0338", nRightarrow: "\u21CF", nrightarrow: "\u219B", nrtri: "\u22EB", nrtrie: "\u22ED", nsc: "\u2281", nsccue: "\u22E1", nsce: "\u2AB0\u0338", Nscr: "\u{1D4A9}", nscr: "\u{1D4C3}", nshortmid: "\u2224", nshortparallel: "\u2226", nsim: "\u2241", nsime: "\u2244", nsimeq: "\u2244", nsmid: "\u2224", nspar: "\u2226", nsqsube: "\u22E2", nsqsupe: "\u22E3", nsub: "\u2284", nsubE: "\u2AC5\u0338", nsube: "\u2288", nsubset: "\u2282\u20D2", nsubseteq: "\u2288", nsubseteqq: "\u2AC5\u0338", nsucc: "\u2281", nsucceq: "\u2AB0\u0338", nsup: "\u2285", nsupE: "\u2AC6\u0338", nsupe: "\u2289", nsupset: "\u2283\u20D2", nsupseteq: "\u2289", nsupseteqq: "\u2AC6\u0338", ntgl: "\u2279", Ntilde: "\xD1", ntilde: "\xF1", ntlg: "\u2278", ntriangleleft: "\u22EA", ntrianglelefteq: "\u22EC", ntriangleright: "\u22EB", ntrianglerighteq: "\u22ED", Nu: "\u039D", nu: "\u03BD", num: "#", numero: "\u2116", numsp: "\u2007", nvap: "\u224D\u20D2", nVDash: "\u22AF", nVdash: "\u22AE", nvDash: "\u22AD", nvdash: "\u22AC", nvge: "\u2265\u20D2", nvgt: ">\u20D2", nvHarr: "\u2904", nvinfin: "\u29DE", nvlArr: "\u2902", nvle: "\u2264\u20D2", nvlt: "<\u20D2", nvltrie: "\u22B4\u20D2", nvrArr: "\u2903", nvrtrie: "\u22B5\u20D2", nvsim: "\u223C\u20D2", nwarhk: "\u2923", nwArr: "\u21D6", nwarr: "\u2196", nwarrow: "\u2196", nwnear: "\u2927", Oacute: "\xD3", oacute: "\xF3", oast: "\u229B", ocir: "\u229A", Ocirc: "\xD4", ocirc: "\xF4", Ocy: "\u041E", ocy: "\u043E", odash: "\u229D", Odblac: "\u0150", odblac: "\u0151", odiv: "\u2A38", odot: "\u2299", odsold: "\u29BC", OElig: "\u0152", oelig: "\u0153", ofcir: "\u29BF", Ofr: "\u{1D512}", ofr: "\u{1D52C}", ogon: "\u02DB", Ograve: "\xD2", ograve: "\xF2", ogt: "\u29C1", ohbar: "\u29B5", ohm: "\u03A9", oint: "\u222E", olarr: "\u21BA", olcir: "\u29BE", olcross: "\u29BB", oline: "\u203E", olt: "\u29C0", Omacr: "\u014C", omacr: "\u014D", Omega: "\u03A9", omega: "\u03C9", Omicron: "\u039F", omicron: "\u03BF", omid: "\u29B6", ominus: "\u2296", Oopf: "\u{1D546}", oopf: "\u{1D560}", opar: "\u29B7", OpenCurlyDoubleQuote: "\u201C", OpenCurlyQuote: "\u2018", operp: "\u29B9", oplus: "\u2295", Or: "\u2A54", or: "\u2228", orarr: "\u21BB", ord: "\u2A5D", order: "\u2134", orderof: "\u2134", ordf: "\xAA", ordm: "\xBA", origof: "\u22B6", oror: "\u2A56", orslope: "\u2A57", orv: "\u2A5B", oS: "\u24C8", Oscr: "\u{1D4AA}", oscr: "\u2134", Oslash: "\xD8", oslash: "\xF8", osol: "\u2298", Otilde: "\xD5", otilde: "\xF5", Otimes: "\u2A37", otimes: "\u2297", otimesas: "\u2A36", Ouml: "\xD6", ouml: "\xF6", ovbar: "\u233D", OverBar: "\u203E", OverBrace: "\u23DE", OverBracket: "\u23B4", OverParenthesis: "\u23DC", par: "\u2225", para: "\xB6", parallel: "\u2225", parsim: "\u2AF3", parsl: "\u2AFD", part: "\u2202", PartialD: "\u2202", Pcy: "\u041F", pcy: "\u043F", percnt: "%", period: ".", permil: "\u2030", perp: "\u22A5", pertenk: "\u2031", Pfr: "\u{1D513}", pfr: "\u{1D52D}", Phi: "\u03A6", phi: "\u03C6", phiv: "\u03D5", phmmat: "\u2133", phone: "\u260E", Pi: "\u03A0", pi: "\u03C0", pitchfork: "\u22D4", piv: "\u03D6", planck: "\u210F", planckh: "\u210E", plankv: "\u210F", plus: "+", plusacir: "\u2A23", plusb: "\u229E", pluscir: "\u2A22", plusdo: "\u2214", plusdu: "\u2A25", pluse: "\u2A72", PlusMinus: "\xB1", plusmn: "\xB1", plussim: "\u2A26", plustwo: "\u2A27", pm: "\xB1", Poincareplane: "\u210C", pointint: "\u2A15", Popf: "\u2119", popf: "\u{1D561}", pound: "\xA3", Pr: "\u2ABB", pr: "\u227A", prap: "\u2AB7", prcue: "\u227C", prE: "\u2AB3", pre: "\u2AAF", prec: "\u227A", precapprox: "\u2AB7", preccurlyeq: "\u227C", Precedes: "\u227A", PrecedesEqual: "\u2AAF", PrecedesSlantEqual: "\u227C", PrecedesTilde: "\u227E", preceq: "\u2AAF", precnapprox: "\u2AB9", precneqq: "\u2AB5", precnsim: "\u22E8", precsim: "\u227E", Prime: "\u2033", prime: "\u2032", primes: "\u2119", prnap: "\u2AB9", prnE: "\u2AB5", prnsim: "\u22E8", prod: "\u220F", Product: "\u220F", profalar: "\u232E", profline: "\u2312", profsurf: "\u2313", prop: "\u221D", Proportion: "\u2237", Proportional: "\u221D", propto: "\u221D", prsim: "\u227E", prurel: "\u22B0", Pscr: "\u{1D4AB}", pscr: "\u{1D4C5}", Psi: "\u03A8", psi: "\u03C8", puncsp: "\u2008", Qfr: "\u{1D514}", qfr: "\u{1D52E}", qint: "\u2A0C", Qopf: "\u211A", qopf: "\u{1D562}", qprime: "\u2057", Qscr: "\u{1D4AC}", qscr: "\u{1D4C6}", quaternions: "\u210D", quatint: "\u2A16", quest: "?", questeq: "\u225F", QUOT: '"', quot: '"', rAarr: "\u21DB", race: "\u223D\u0331", Racute: "\u0154", racute: "\u0155", radic: "\u221A", raemptyv: "\u29B3", Rang: "\u27EB", rang: "\u27E9", rangd: "\u2992", range: "\u29A5", rangle: "\u27E9", raquo: "\xBB", Rarr: "\u21A0", rArr: "\u21D2", rarr: "\u2192", rarrap: "\u2975", rarrb: "\u21E5", rarrbfs: "\u2920", rarrc: "\u2933", rarrfs: "\u291E", rarrhk: "\u21AA", rarrlp: "\u21AC", rarrpl: "\u2945", rarrsim: "\u2974", Rarrtl: "\u2916", rarrtl: "\u21A3", rarrw: "\u219D", rAtail: "\u291C", ratail: "\u291A", ratio: "\u2236", rationals: "\u211A", RBarr: "\u2910", rBarr: "\u290F", rbarr: "\u290D", rbbrk: "\u2773", rbrace: "}", rbrack: "]", rbrke: "\u298C", rbrksld: "\u298E", rbrkslu: "\u2990", Rcaron: "\u0158", rcaron: "\u0159", Rcedil: "\u0156", rcedil: "\u0157", rceil: "\u2309", rcub: "}", Rcy: "\u0420", rcy: "\u0440", rdca: "\u2937", rdldhar: "\u2969", rdquo: "\u201D", rdquor: "\u201D", rdsh: "\u21B3", Re: "\u211C", real: "\u211C", realine: "\u211B", realpart: "\u211C", reals: "\u211D", rect: "\u25AD", REG: "\xAE", reg: "\xAE", ReverseElement: "\u220B", ReverseEquilibrium: "\u21CB", ReverseUpEquilibrium: "\u296F", rfisht: "\u297D", rfloor: "\u230B", Rfr: "\u211C", rfr: "\u{1D52F}", rHar: "\u2964", rhard: "\u21C1", rharu: "\u21C0", rharul: "\u296C", Rho: "\u03A1", rho: "\u03C1", rhov: "\u03F1", RightAngleBracket: "\u27E9", RightArrow: "\u2192", Rightarrow: "\u21D2", rightarrow: "\u2192", RightArrowBar: "\u21E5", RightArrowLeftArrow: "\u21C4", rightarrowtail: "\u21A3", RightCeiling: "\u2309", RightDoubleBracket: "\u27E7", RightDownTeeVector: "\u295D", RightDownVector: "\u21C2", RightDownVectorBar: "\u2955", RightFloor: "\u230B", rightharpoondown: "\u21C1", rightharpoonup: "\u21C0", rightleftarrows: "\u21C4", rightleftharpoons: "\u21CC", rightrightarrows: "\u21C9", rightsquigarrow: "\u219D", RightTee: "\u22A2", RightTeeArrow: "\u21A6", RightTeeVector: "\u295B", rightthreetimes: "\u22CC", RightTriangle: "\u22B3", RightTriangleBar: "\u29D0", RightTriangleEqual: "\u22B5", RightUpDownVector: "\u294F", RightUpTeeVector: "\u295C", RightUpVector: "\u21BE", RightUpVectorBar: "\u2954", RightVector: "\u21C0", RightVectorBar: "\u2953", ring: "\u02DA", risingdotseq: "\u2253", rlarr: "\u21C4", rlhar: "\u21CC", rlm: "\u200F", rmoust: "\u23B1", rmoustache: "\u23B1", rnmid: "\u2AEE", roang: "\u27ED", roarr: "\u21FE", robrk: "\u27E7", ropar: "\u2986", Ropf: "\u211D", ropf: "\u{1D563}", roplus: "\u2A2E", rotimes: "\u2A35", RoundImplies: "\u2970", rpar: ")", rpargt: "\u2994", rppolint: "\u2A12", rrarr: "\u21C9", Rrightarrow: "\u21DB", rsaquo: "\u203A", Rscr: "\u211B", rscr: "\u{1D4C7}", Rsh: "\u21B1", rsh: "\u21B1", rsqb: "]", rsquo: "\u2019", rsquor: "\u2019", rthree: "\u22CC", rtimes: "\u22CA", rtri: "\u25B9", rtrie: "\u22B5", rtrif: "\u25B8", rtriltri: "\u29CE", RuleDelayed: "\u29F4", ruluhar: "\u2968", rx: "\u211E", Sacute: "\u015A", sacute: "\u015B", sbquo: "\u201A", Sc: "\u2ABC", sc: "\u227B", scap: "\u2AB8", Scaron: "\u0160", scaron: "\u0161", sccue: "\u227D", scE: "\u2AB4", sce: "\u2AB0", Scedil: "\u015E", scedil: "\u015F", Scirc: "\u015C", scirc: "\u015D", scnap: "\u2ABA", scnE: "\u2AB6", scnsim: "\u22E9", scpolint: "\u2A13", scsim: "\u227F", Scy: "\u0421", scy: "\u0441", sdot: "\u22C5", sdotb: "\u22A1", sdote: "\u2A66", searhk: "\u2925", seArr: "\u21D8", searr: "\u2198", searrow: "\u2198", sect: "\xA7", semi: ";", seswar: "\u2929", setminus: "\u2216", setmn: "\u2216", sext: "\u2736", Sfr: "\u{1D516}", sfr: "\u{1D530}", sfrown: "\u2322", sharp: "\u266F", SHCHcy: "\u0429", shchcy: "\u0449", SHcy: "\u0428", shcy: "\u0448", ShortDownArrow: "\u2193", ShortLeftArrow: "\u2190", shortmid: "\u2223", shortparallel: "\u2225", ShortRightArrow: "\u2192", ShortUpArrow: "\u2191", shy: "\xAD", Sigma: "\u03A3", sigma: "\u03C3", sigmaf: "\u03C2", sigmav: "\u03C2", sim: "\u223C", simdot: "\u2A6A", sime: "\u2243", simeq: "\u2243", simg: "\u2A9E", simgE: "\u2AA0", siml: "\u2A9D", simlE: "\u2A9F", simne: "\u2246", simplus: "\u2A24", simrarr: "\u2972", slarr: "\u2190", SmallCircle: "\u2218", smallsetminus: "\u2216", smashp: "\u2A33", smeparsl: "\u29E4", smid: "\u2223", smile: "\u2323", smt: "\u2AAA", smte: "\u2AAC", smtes: "\u2AAC\uFE00", SOFTcy: "\u042C", softcy: "\u044C", sol: "/", solb: "\u29C4", solbar: "\u233F", Sopf: "\u{1D54A}", sopf: "\u{1D564}", spades: "\u2660", spadesuit: "\u2660", spar: "\u2225", sqcap: "\u2293", sqcaps: "\u2293\uFE00", sqcup: "\u2294", sqcups: "\u2294\uFE00", Sqrt: "\u221A", sqsub: "\u228F", sqsube: "\u2291", sqsubset: "\u228F", sqsubseteq: "\u2291", sqsup: "\u2290", sqsupe: "\u2292", sqsupset: "\u2290", sqsupseteq: "\u2292", squ: "\u25A1", Square: "\u25A1", square: "\u25A1", SquareIntersection: "\u2293", SquareSubset: "\u228F", SquareSubsetEqual: "\u2291", SquareSuperset: "\u2290", SquareSupersetEqual: "\u2292", SquareUnion: "\u2294", squarf: "\u25AA", squf: "\u25AA", srarr: "\u2192", Sscr: "\u{1D4AE}", sscr: "\u{1D4C8}", ssetmn: "\u2216", ssmile: "\u2323", sstarf: "\u22C6", Star: "\u22C6", star: "\u2606", starf: "\u2605", straightepsilon: "\u03F5", straightphi: "\u03D5", strns: "\xAF", Sub: "\u22D0", sub: "\u2282", subdot: "\u2ABD", subE: "\u2AC5", sube: "\u2286", subedot: "\u2AC3", submult: "\u2AC1", subnE: "\u2ACB", subne: "\u228A", subplus: "\u2ABF", subrarr: "\u2979", Subset: "\u22D0", subset: "\u2282", subseteq: "\u2286", subseteqq: "\u2AC5", SubsetEqual: "\u2286", subsetneq: "\u228A", subsetneqq: "\u2ACB", subsim: "\u2AC7", subsub: "\u2AD5", subsup: "\u2AD3", succ: "\u227B", succapprox: "\u2AB8", succcurlyeq: "\u227D", Succeeds: "\u227B", SucceedsEqual: "\u2AB0", SucceedsSlantEqual: "\u227D", SucceedsTilde: "\u227F", succeq: "\u2AB0", succnapprox: "\u2ABA", succneqq: "\u2AB6", succnsim: "\u22E9", succsim: "\u227F", SuchThat: "\u220B", Sum: "\u2211", sum: "\u2211", sung: "\u266A", Sup: "\u22D1", sup: "\u2283", sup1: "\xB9", sup2: "\xB2", sup3: "\xB3", supdot: "\u2ABE", supdsub: "\u2AD8", supE: "\u2AC6", supe: "\u2287", supedot: "\u2AC4", Superset: "\u2283", SupersetEqual: "\u2287", suphsol: "\u27C9", suphsub: "\u2AD7", suplarr: "\u297B", supmult: "\u2AC2", supnE: "\u2ACC", supne: "\u228B", supplus: "\u2AC0", Supset: "\u22D1", supset: "\u2283", supseteq: "\u2287", supseteqq: "\u2AC6", supsetneq: "\u228B", supsetneqq: "\u2ACC", supsim: "\u2AC8", supsub: "\u2AD4", supsup: "\u2AD6", swarhk: "\u2926", swArr: "\u21D9", swarr: "\u2199", swarrow: "\u2199", swnwar: "\u292A", szlig: "\xDF", Tab: " ", target: "\u2316", Tau: "\u03A4", tau: "\u03C4", tbrk: "\u23B4", Tcaron: "\u0164", tcaron: "\u0165", Tcedil: "\u0162", tcedil: "\u0163", Tcy: "\u0422", tcy: "\u0442", tdot: "\u20DB", telrec: "\u2315", Tfr: "\u{1D517}", tfr: "\u{1D531}", there4: "\u2234", Therefore: "\u2234", therefore: "\u2234", Theta: "\u0398", theta: "\u03B8", thetasym: "\u03D1", thetav: "\u03D1", thickapprox: "\u2248", thicksim: "\u223C", ThickSpace: "\u205F\u200A", thinsp: "\u2009", ThinSpace: "\u2009", thkap: "\u2248", thksim: "\u223C", THORN: "\xDE", thorn: "\xFE", Tilde: "\u223C", tilde: "\u02DC", TildeEqual: "\u2243", TildeFullEqual: "\u2245", TildeTilde: "\u2248", times: "\xD7", timesb: "\u22A0", timesbar: "\u2A31", timesd: "\u2A30", tint: "\u222D", toea: "\u2928", top: "\u22A4", topbot: "\u2336", topcir: "\u2AF1", Topf: "\u{1D54B}", topf: "\u{1D565}", topfork: "\u2ADA", tosa: "\u2929", tprime: "\u2034", TRADE: "\u2122", trade: "\u2122", triangle: "\u25B5", triangledown: "\u25BF", triangleleft: "\u25C3", trianglelefteq: "\u22B4", triangleq: "\u225C", triangleright: "\u25B9", trianglerighteq: "\u22B5", tridot: "\u25EC", trie: "\u225C", triminus: "\u2A3A", TripleDot: "\u20DB", triplus: "\u2A39", trisb: "\u29CD", tritime: "\u2A3B", trpezium: "\u23E2", Tscr: "\u{1D4AF}", tscr: "\u{1D4C9}", TScy: "\u0426", tscy: "\u0446", TSHcy: "\u040B", tshcy: "\u045B", Tstrok: "\u0166", tstrok: "\u0167", twixt: "\u226C", twoheadleftarrow: "\u219E", twoheadrightarrow: "\u21A0", Uacute: "\xDA", uacute: "\xFA", Uarr: "\u219F", uArr: "\u21D1", uarr: "\u2191", Uarrocir: "\u2949", Ubrcy: "\u040E", ubrcy: "\u045E", Ubreve: "\u016C", ubreve: "\u016D", Ucirc: "\xDB", ucirc: "\xFB", Ucy: "\u0423", ucy: "\u0443", udarr: "\u21C5", Udblac: "\u0170", udblac: "\u0171", udhar: "\u296E", ufisht: "\u297E", Ufr: "\u{1D518}", ufr: "\u{1D532}", Ugrave: "\xD9", ugrave: "\xF9", uHar: "\u2963", uharl: "\u21BF", uharr: "\u21BE", uhblk: "\u2580", ulcorn: "\u231C", ulcorner: "\u231C", ulcrop: "\u230F", ultri: "\u25F8", Umacr: "\u016A", umacr: "\u016B", uml: "\xA8", UnderBar: "_", UnderBrace: "\u23DF", UnderBracket: "\u23B5", UnderParenthesis: "\u23DD", Union: "\u22C3", UnionPlus: "\u228E", Uogon: "\u0172", uogon: "\u0173", Uopf: "\u{1D54C}", uopf: "\u{1D566}", UpArrow: "\u2191", Uparrow: "\u21D1", uparrow: "\u2191", UpArrowBar: "\u2912", UpArrowDownArrow: "\u21C5", UpDownArrow: "\u2195", Updownarrow: "\u21D5", updownarrow: "\u2195", UpEquilibrium: "\u296E", upharpoonleft: "\u21BF", upharpoonright: "\u21BE", uplus: "\u228E", UpperLeftArrow: "\u2196", UpperRightArrow: "\u2197", Upsi: "\u03D2", upsi: "\u03C5", upsih: "\u03D2", Upsilon: "\u03A5", upsilon: "\u03C5", UpTee: "\u22A5", UpTeeArrow: "\u21A5", upuparrows: "\u21C8", urcorn: "\u231D", urcorner: "\u231D", urcrop: "\u230E", Uring: "\u016E", uring: "\u016F", urtri: "\u25F9", Uscr: "\u{1D4B0}", uscr: "\u{1D4CA}", utdot: "\u22F0", Utilde: "\u0168", utilde: "\u0169", utri: "\u25B5", utrif: "\u25B4", uuarr: "\u21C8", Uuml: "\xDC", uuml: "\xFC", uwangle: "\u29A7", vangrt: "\u299C", varepsilon: "\u03F5", varkappa: "\u03F0", varnothing: "\u2205", varphi: "\u03D5", varpi: "\u03D6", varpropto: "\u221D", vArr: "\u21D5", varr: "\u2195", varrho: "\u03F1", varsigma: "\u03C2", varsubsetneq: "\u228A\uFE00", varsubsetneqq: "\u2ACB\uFE00", varsupsetneq: "\u228B\uFE00", varsupsetneqq: "\u2ACC\uFE00", vartheta: "\u03D1", vartriangleleft: "\u22B2", vartriangleright: "\u22B3", Vbar: "\u2AEB", vBar: "\u2AE8", vBarv: "\u2AE9", Vcy: "\u0412", vcy: "\u0432", VDash: "\u22AB", Vdash: "\u22A9", vDash: "\u22A8", vdash: "\u22A2", Vdashl: "\u2AE6", Vee: "\u22C1", vee: "\u2228", veebar: "\u22BB", veeeq: "\u225A", vellip: "\u22EE", Verbar: "\u2016", verbar: "|", Vert: "\u2016", vert: "|", VerticalBar: "\u2223", VerticalLine: "|", VerticalSeparator: "\u2758", VerticalTilde: "\u2240", VeryThinSpace: "\u200A", Vfr: "\u{1D519}", vfr: "\u{1D533}", vltri: "\u22B2", vnsub: "\u2282\u20D2", vnsup: "\u2283\u20D2", Vopf: "\u{1D54D}", vopf: "\u{1D567}", vprop: "\u221D", vrtri: "\u22B3", Vscr: "\u{1D4B1}", vscr: "\u{1D4CB}", vsubnE: "\u2ACB\uFE00", vsubne: "\u228A\uFE00", vsupnE: "\u2ACC\uFE00", vsupne: "\u228B\uFE00", Vvdash: "\u22AA", vzigzag: "\u299A", Wcirc: "\u0174", wcirc: "\u0175", wedbar: "\u2A5F", Wedge: "\u22C0", wedge: "\u2227", wedgeq: "\u2259", weierp: "\u2118", Wfr: "\u{1D51A}", wfr: "\u{1D534}", Wopf: "\u{1D54E}", wopf: "\u{1D568}", wp: "\u2118", wr: "\u2240", wreath: "\u2240", Wscr: "\u{1D4B2}", wscr: "\u{1D4CC}", xcap: "\u22C2", xcirc: "\u25EF", xcup: "\u22C3", xdtri: "\u25BD", Xfr: "\u{1D51B}", xfr: "\u{1D535}", xhArr: "\u27FA", xharr: "\u27F7", Xi: "\u039E", xi: "\u03BE", xlArr: "\u27F8", xlarr: "\u27F5", xmap: "\u27FC", xnis: "\u22FB", xodot: "\u2A00", Xopf: "\u{1D54F}", xopf: "\u{1D569}", xoplus: "\u2A01", xotime: "\u2A02", xrArr: "\u27F9", xrarr: "\u27F6", Xscr: "\u{1D4B3}", xscr: "\u{1D4CD}", xsqcup: "\u2A06", xuplus: "\u2A04", xutri: "\u25B3", xvee: "\u22C1", xwedge: "\u22C0", Yacute: "\xDD", yacute: "\xFD", YAcy: "\u042F", yacy: "\u044F", Ycirc: "\u0176", ycirc: "\u0177", Ycy: "\u042B", ycy: "\u044B", yen: "\xA5", Yfr: "\u{1D51C}", yfr: "\u{1D536}", YIcy: "\u0407", yicy: "\u0457", Yopf: "\u{1D550}", yopf: "\u{1D56A}", Yscr: "\u{1D4B4}", yscr: "\u{1D4CE}", YUcy: "\u042E", yucy: "\u044E", Yuml: "\u0178", yuml: "\xFF", Zacute: "\u0179", zacute: "\u017A", Zcaron: "\u017D", zcaron: "\u017E", Zcy: "\u0417", zcy: "\u0437", Zdot: "\u017B", zdot: "\u017C", zeetrf: "\u2128", ZeroWidthSpace: "\u200B", Zeta: "\u0396", zeta: "\u03B6", Zfr: "\u2128", zfr: "\u{1D537}", ZHcy: "\u0416", zhcy: "\u0436", zigrarr: "\u21DD", Zopf: "\u2124", zopf: "\u{1D56B}", Zscr: "\u{1D4B5}", zscr: "\u{1D4CF}", zwj: "\u200D", zwnj: "\u200C" }, e.NGSP_UNICODE = "\uE500", e.NAMED_ENTITIES.ngsp = e.NGSP_UNICODE;
|
|
2126
|
+
} }), Bs = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_tags.js"(e) {
|
|
2127
|
+
"use strict";
|
|
2128
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2129
|
+
var r = Ze(), u = class {
|
|
2130
|
+
constructor() {
|
|
2131
|
+
let { closedByChildren: i, implicitNamespacePrefix: f, contentType: c = r.TagContentType.PARSABLE_DATA, closedByParent: F = false, isVoid: a = false, ignoreFirstLf: l = false } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
2132
|
+
this.closedByChildren = {}, this.closedByParent = false, this.canSelfClose = false, i && i.length > 0 && i.forEach((h) => this.closedByChildren[h] = true), this.isVoid = a, this.closedByParent = F || a, this.implicitNamespacePrefix = f || null, this.contentType = c, this.ignoreFirstLf = l;
|
|
2133
|
+
}
|
|
2134
|
+
isClosedByChild(i) {
|
|
2135
|
+
return this.isVoid || i.toLowerCase() in this.closedByChildren;
|
|
2136
|
+
}
|
|
2137
|
+
};
|
|
2138
|
+
e.HtmlTagDefinition = u;
|
|
2139
|
+
var n, D;
|
|
2140
|
+
function s(i) {
|
|
2141
|
+
return D || (n = new u(), D = { base: new u({ isVoid: true }), meta: new u({ isVoid: true }), area: new u({ isVoid: true }), embed: new u({ isVoid: true }), link: new u({ isVoid: true }), img: new u({ isVoid: true }), input: new u({ isVoid: true }), param: new u({ isVoid: true }), hr: new u({ isVoid: true }), br: new u({ isVoid: true }), source: new u({ isVoid: true }), track: new u({ isVoid: true }), wbr: new u({ isVoid: true }), p: new u({ closedByChildren: ["address", "article", "aside", "blockquote", "div", "dl", "fieldset", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "main", "nav", "ol", "p", "pre", "section", "table", "ul"], closedByParent: true }), thead: new u({ closedByChildren: ["tbody", "tfoot"] }), tbody: new u({ closedByChildren: ["tbody", "tfoot"], closedByParent: true }), tfoot: new u({ closedByChildren: ["tbody"], closedByParent: true }), tr: new u({ closedByChildren: ["tr"], closedByParent: true }), td: new u({ closedByChildren: ["td", "th"], closedByParent: true }), th: new u({ closedByChildren: ["td", "th"], closedByParent: true }), col: new u({ isVoid: true }), svg: new u({ implicitNamespacePrefix: "svg" }), math: new u({ implicitNamespacePrefix: "math" }), li: new u({ closedByChildren: ["li"], closedByParent: true }), dt: new u({ closedByChildren: ["dt", "dd"] }), dd: new u({ closedByChildren: ["dt", "dd"], closedByParent: true }), rb: new u({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), rt: new u({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), rtc: new u({ closedByChildren: ["rb", "rtc", "rp"], closedByParent: true }), rp: new u({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), optgroup: new u({ closedByChildren: ["optgroup"], closedByParent: true }), option: new u({ closedByChildren: ["option", "optgroup"], closedByParent: true }), pre: new u({ ignoreFirstLf: true }), listing: new u({ ignoreFirstLf: true }), style: new u({ contentType: r.TagContentType.RAW_TEXT }), script: new u({ contentType: r.TagContentType.RAW_TEXT }), title: new u({ contentType: r.TagContentType.ESCAPABLE_RAW_TEXT }), textarea: new u({ contentType: r.TagContentType.ESCAPABLE_RAW_TEXT, ignoreFirstLf: true }) }), D[i] || n;
|
|
2142
|
+
}
|
|
2143
|
+
e.getHtmlTagDefinition = s;
|
|
2144
|
+
} }), Hl = I({ "node_modules/angular-html-parser/lib/compiler/src/ast_path.js"(e) {
|
|
2145
|
+
"use strict";
|
|
2146
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2147
|
+
var r = class {
|
|
2148
|
+
constructor(u) {
|
|
2149
|
+
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : -1;
|
|
2150
|
+
this.path = u, this.position = n;
|
|
2151
|
+
}
|
|
2152
|
+
get empty() {
|
|
2153
|
+
return !this.path || !this.path.length;
|
|
2154
|
+
}
|
|
2155
|
+
get head() {
|
|
2156
|
+
return this.path[0];
|
|
2157
|
+
}
|
|
2158
|
+
get tail() {
|
|
2159
|
+
return this.path[this.path.length - 1];
|
|
2160
|
+
}
|
|
2161
|
+
parentOf(u) {
|
|
2162
|
+
return u && this.path[this.path.indexOf(u) - 1];
|
|
2163
|
+
}
|
|
2164
|
+
childOf(u) {
|
|
2165
|
+
return this.path[this.path.indexOf(u) + 1];
|
|
2166
|
+
}
|
|
2167
|
+
first(u) {
|
|
2168
|
+
for (let n = this.path.length - 1; n >= 0; n--) {
|
|
2169
|
+
let D = this.path[n];
|
|
2170
|
+
if (D instanceof u)
|
|
2171
|
+
return D;
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
push(u) {
|
|
2175
|
+
this.path.push(u);
|
|
2176
|
+
}
|
|
2177
|
+
pop() {
|
|
2178
|
+
return this.path.pop();
|
|
2179
|
+
}
|
|
2180
|
+
};
|
|
2181
|
+
e.AstPath = r;
|
|
2182
|
+
} }), bs = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/ast.js"(e) {
|
|
2183
|
+
"use strict";
|
|
2184
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2185
|
+
var r = Hl(), u = class {
|
|
2186
|
+
constructor(d, m, T) {
|
|
2187
|
+
this.value = d, this.sourceSpan = m, this.i18n = T, this.type = "text";
|
|
2188
|
+
}
|
|
2189
|
+
visit(d, m) {
|
|
2190
|
+
return d.visitText(this, m);
|
|
2191
|
+
}
|
|
2192
|
+
};
|
|
2193
|
+
e.Text = u;
|
|
2194
|
+
var n = class {
|
|
2195
|
+
constructor(d, m) {
|
|
2196
|
+
this.value = d, this.sourceSpan = m, this.type = "cdata";
|
|
2197
|
+
}
|
|
2198
|
+
visit(d, m) {
|
|
2199
|
+
return d.visitCdata(this, m);
|
|
2200
|
+
}
|
|
2201
|
+
};
|
|
2202
|
+
e.CDATA = n;
|
|
2203
|
+
var D = class {
|
|
2204
|
+
constructor(d, m, T, w, g, N) {
|
|
2205
|
+
this.switchValue = d, this.type = m, this.cases = T, this.sourceSpan = w, this.switchValueSourceSpan = g, this.i18n = N;
|
|
2206
|
+
}
|
|
2207
|
+
visit(d, m) {
|
|
2208
|
+
return d.visitExpansion(this, m);
|
|
2209
|
+
}
|
|
2210
|
+
};
|
|
2211
|
+
e.Expansion = D;
|
|
2212
|
+
var s = class {
|
|
2213
|
+
constructor(d, m, T, w, g) {
|
|
2214
|
+
this.value = d, this.expression = m, this.sourceSpan = T, this.valueSourceSpan = w, this.expSourceSpan = g;
|
|
2215
|
+
}
|
|
2216
|
+
visit(d, m) {
|
|
2217
|
+
return d.visitExpansionCase(this, m);
|
|
2218
|
+
}
|
|
2219
|
+
};
|
|
2220
|
+
e.ExpansionCase = s;
|
|
2221
|
+
var i = class {
|
|
2222
|
+
constructor(d, m, T) {
|
|
2223
|
+
let w = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : null, g = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : null, N = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : null;
|
|
2224
|
+
this.name = d, this.value = m, this.sourceSpan = T, this.valueSpan = w, this.nameSpan = g, this.i18n = N, this.type = "attribute";
|
|
2225
|
+
}
|
|
2226
|
+
visit(d, m) {
|
|
2227
|
+
return d.visitAttribute(this, m);
|
|
2228
|
+
}
|
|
2229
|
+
};
|
|
2230
|
+
e.Attribute = i;
|
|
2231
|
+
var f = class {
|
|
2232
|
+
constructor(d, m, T, w) {
|
|
2233
|
+
let g = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : null, N = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : null, R = arguments.length > 6 && arguments[6] !== void 0 ? arguments[6] : null, j = arguments.length > 7 && arguments[7] !== void 0 ? arguments[7] : null;
|
|
2234
|
+
this.name = d, this.attrs = m, this.children = T, this.sourceSpan = w, this.startSourceSpan = g, this.endSourceSpan = N, this.nameSpan = R, this.i18n = j, this.type = "element";
|
|
2235
|
+
}
|
|
2236
|
+
visit(d, m) {
|
|
2237
|
+
return d.visitElement(this, m);
|
|
2238
|
+
}
|
|
2239
|
+
};
|
|
2240
|
+
e.Element = f;
|
|
2241
|
+
var c = class {
|
|
2242
|
+
constructor(d, m) {
|
|
2243
|
+
this.value = d, this.sourceSpan = m, this.type = "comment";
|
|
2244
|
+
}
|
|
2245
|
+
visit(d, m) {
|
|
2246
|
+
return d.visitComment(this, m);
|
|
2247
|
+
}
|
|
2248
|
+
};
|
|
2249
|
+
e.Comment = c;
|
|
2250
|
+
var F = class {
|
|
2251
|
+
constructor(d, m) {
|
|
2252
|
+
this.value = d, this.sourceSpan = m, this.type = "docType";
|
|
2253
|
+
}
|
|
2254
|
+
visit(d, m) {
|
|
2255
|
+
return d.visitDocType(this, m);
|
|
2256
|
+
}
|
|
2257
|
+
};
|
|
2258
|
+
e.DocType = F;
|
|
2259
|
+
function a(d, m) {
|
|
2260
|
+
let T = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null, w = [], g = d.visit ? (N) => d.visit(N, T) || N.visit(d, T) : (N) => N.visit(d, T);
|
|
2261
|
+
return m.forEach((N) => {
|
|
2262
|
+
let R = g(N);
|
|
2263
|
+
R && w.push(R);
|
|
2264
|
+
}), w;
|
|
2265
|
+
}
|
|
2266
|
+
e.visitAll = a;
|
|
2267
|
+
var l = class {
|
|
2268
|
+
constructor() {
|
|
2269
|
+
}
|
|
2270
|
+
visitElement(d, m) {
|
|
2271
|
+
this.visitChildren(m, (T) => {
|
|
2272
|
+
T(d.attrs), T(d.children);
|
|
2273
|
+
});
|
|
2274
|
+
}
|
|
2275
|
+
visitAttribute(d, m) {
|
|
2276
|
+
}
|
|
2277
|
+
visitText(d, m) {
|
|
2278
|
+
}
|
|
2279
|
+
visitCdata(d, m) {
|
|
2280
|
+
}
|
|
2281
|
+
visitComment(d, m) {
|
|
2282
|
+
}
|
|
2283
|
+
visitDocType(d, m) {
|
|
2284
|
+
}
|
|
2285
|
+
visitExpansion(d, m) {
|
|
2286
|
+
return this.visitChildren(m, (T) => {
|
|
2287
|
+
T(d.cases);
|
|
2288
|
+
});
|
|
2289
|
+
}
|
|
2290
|
+
visitExpansionCase(d, m) {
|
|
2291
|
+
}
|
|
2292
|
+
visitChildren(d, m) {
|
|
2293
|
+
let T = [], w = this;
|
|
2294
|
+
function g(N) {
|
|
2295
|
+
N && T.push(a(w, N, d));
|
|
2296
|
+
}
|
|
2297
|
+
return m(g), Array.prototype.concat.apply([], T);
|
|
2298
|
+
}
|
|
2299
|
+
};
|
|
2300
|
+
e.RecursiveVisitor = l;
|
|
2301
|
+
function h(d) {
|
|
2302
|
+
let m = d.sourceSpan.start.offset, T = d.sourceSpan.end.offset;
|
|
2303
|
+
return d instanceof f && (d.endSourceSpan ? T = d.endSourceSpan.end.offset : d.children && d.children.length && (T = h(d.children[d.children.length - 1]).end)), { start: m, end: T };
|
|
2304
|
+
}
|
|
2305
|
+
function C(d, m) {
|
|
2306
|
+
let T = [], w = new class extends l {
|
|
2307
|
+
visit(g, N) {
|
|
2308
|
+
let R = h(g);
|
|
2309
|
+
if (R.start <= m && m < R.end)
|
|
2310
|
+
T.push(g);
|
|
2311
|
+
else
|
|
2312
|
+
return true;
|
|
2313
|
+
}
|
|
2314
|
+
}();
|
|
2315
|
+
return a(w, d), new r.AstPath(T, m);
|
|
2316
|
+
}
|
|
2317
|
+
e.findNode = C;
|
|
2318
|
+
} }), zl = I({ "node_modules/angular-html-parser/lib/compiler/src/assertions.js"(e) {
|
|
2319
|
+
"use strict";
|
|
2320
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2321
|
+
function r(D, s) {
|
|
2322
|
+
if (s != null) {
|
|
2323
|
+
if (!Array.isArray(s))
|
|
2324
|
+
throw new Error(`Expected '${D}' to be an array of strings.`);
|
|
2325
|
+
for (let i = 0; i < s.length; i += 1)
|
|
2326
|
+
if (typeof s[i] != "string")
|
|
2327
|
+
throw new Error(`Expected '${D}' to be an array of strings.`);
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
e.assertArrayOfStrings = r;
|
|
2331
|
+
var u = [/^\s*$/, /[<>]/, /^[{}]$/, /&(#|[a-z])/i, /^\/\//];
|
|
2332
|
+
function n(D, s) {
|
|
2333
|
+
if (s != null && !(Array.isArray(s) && s.length == 2))
|
|
2334
|
+
throw new Error(`Expected '${D}' to be an array, [start, end].`);
|
|
2335
|
+
if (s != null) {
|
|
2336
|
+
let i = s[0], f = s[1];
|
|
2337
|
+
u.forEach((c) => {
|
|
2338
|
+
if (c.test(i) || c.test(f))
|
|
2339
|
+
throw new Error(`['${i}', '${f}'] contains unusable interpolation symbol.`);
|
|
2340
|
+
});
|
|
2341
|
+
}
|
|
2342
|
+
}
|
|
2343
|
+
e.assertInterpolationSymbols = n;
|
|
2344
|
+
} }), Wl = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/interpolation_config.js"(e) {
|
|
2345
|
+
"use strict";
|
|
2346
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2347
|
+
var r = zl(), u = class {
|
|
2348
|
+
constructor(n, D) {
|
|
2349
|
+
this.start = n, this.end = D;
|
|
2350
|
+
}
|
|
2351
|
+
static fromArray(n) {
|
|
2352
|
+
return n ? (r.assertInterpolationSymbols("interpolation", n), new u(n[0], n[1])) : e.DEFAULT_INTERPOLATION_CONFIG;
|
|
2353
|
+
}
|
|
2354
|
+
};
|
|
2355
|
+
e.InterpolationConfig = u, e.DEFAULT_INTERPOLATION_CONFIG = new u("{{", "}}");
|
|
2356
|
+
} }), Yl = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/lexer.js"(e) {
|
|
2357
|
+
"use strict";
|
|
2358
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2359
|
+
var r = Es(), u = Be(), n = Wl(), D = Ze(), s;
|
|
2360
|
+
(function(t) {
|
|
2361
|
+
t[t.TAG_OPEN_START = 0] = "TAG_OPEN_START", t[t.TAG_OPEN_END = 1] = "TAG_OPEN_END", t[t.TAG_OPEN_END_VOID = 2] = "TAG_OPEN_END_VOID", t[t.TAG_CLOSE = 3] = "TAG_CLOSE", t[t.TEXT = 4] = "TEXT", t[t.ESCAPABLE_RAW_TEXT = 5] = "ESCAPABLE_RAW_TEXT", t[t.RAW_TEXT = 6] = "RAW_TEXT", t[t.COMMENT_START = 7] = "COMMENT_START", t[t.COMMENT_END = 8] = "COMMENT_END", t[t.CDATA_START = 9] = "CDATA_START", t[t.CDATA_END = 10] = "CDATA_END", t[t.ATTR_NAME = 11] = "ATTR_NAME", t[t.ATTR_QUOTE = 12] = "ATTR_QUOTE", t[t.ATTR_VALUE = 13] = "ATTR_VALUE", t[t.DOC_TYPE_START = 14] = "DOC_TYPE_START", t[t.DOC_TYPE_END = 15] = "DOC_TYPE_END", t[t.EXPANSION_FORM_START = 16] = "EXPANSION_FORM_START", t[t.EXPANSION_CASE_VALUE = 17] = "EXPANSION_CASE_VALUE", t[t.EXPANSION_CASE_EXP_START = 18] = "EXPANSION_CASE_EXP_START", t[t.EXPANSION_CASE_EXP_END = 19] = "EXPANSION_CASE_EXP_END", t[t.EXPANSION_FORM_END = 20] = "EXPANSION_FORM_END", t[t.EOF = 21] = "EOF";
|
|
2362
|
+
})(s = e.TokenType || (e.TokenType = {}));
|
|
2363
|
+
var i = class {
|
|
2364
|
+
constructor(t, o, E) {
|
|
2365
|
+
this.type = t, this.parts = o, this.sourceSpan = E;
|
|
2366
|
+
}
|
|
2367
|
+
};
|
|
2368
|
+
e.Token = i;
|
|
2369
|
+
var f = class extends u.ParseError {
|
|
2370
|
+
constructor(t, o, E) {
|
|
2371
|
+
super(E, t), this.tokenType = o;
|
|
2372
|
+
}
|
|
2373
|
+
};
|
|
2374
|
+
e.TokenError = f;
|
|
2375
|
+
var c = class {
|
|
2376
|
+
constructor(t, o) {
|
|
2377
|
+
this.tokens = t, this.errors = o;
|
|
2378
|
+
}
|
|
2379
|
+
};
|
|
2380
|
+
e.TokenizeResult = c;
|
|
2381
|
+
function F(t, o, E) {
|
|
2382
|
+
let p = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
2383
|
+
return new d(new u.ParseSourceFile(t, o), E, p).tokenize();
|
|
2384
|
+
}
|
|
2385
|
+
e.tokenize = F;
|
|
2386
|
+
var a = /\r\n?/g;
|
|
2387
|
+
function l(t) {
|
|
2388
|
+
return `Unexpected character "${t === r.$EOF ? "EOF" : String.fromCharCode(t)}"`;
|
|
2389
|
+
}
|
|
2390
|
+
function h(t) {
|
|
2391
|
+
return `Unknown entity "${t}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`;
|
|
2392
|
+
}
|
|
2393
|
+
var C = class {
|
|
2394
|
+
constructor(t) {
|
|
2395
|
+
this.error = t;
|
|
2396
|
+
}
|
|
2397
|
+
}, d = class {
|
|
2398
|
+
constructor(t, o, E) {
|
|
2399
|
+
this._getTagContentType = o, this._currentTokenStart = null, this._currentTokenType = null, this._expansionCaseStack = [], this._inInterpolation = false, this._fullNameStack = [], this.tokens = [], this.errors = [], this._tokenizeIcu = E.tokenizeExpansionForms || false, this._interpolationConfig = E.interpolationConfig || n.DEFAULT_INTERPOLATION_CONFIG, this._leadingTriviaCodePoints = E.leadingTriviaChars && E.leadingTriviaChars.map((A) => A.codePointAt(0) || 0), this._canSelfClose = E.canSelfClose || false, this._allowHtmComponentClosingTags = E.allowHtmComponentClosingTags || false;
|
|
2400
|
+
let p = E.range || { endPos: t.content.length, startPos: 0, startLine: 0, startCol: 0 };
|
|
2401
|
+
this._cursor = E.escapedString ? new k(t, p) : new x(t, p);
|
|
2402
|
+
try {
|
|
2403
|
+
this._cursor.init();
|
|
2404
|
+
} catch (A) {
|
|
2405
|
+
this.handleError(A);
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
_processCarriageReturns(t) {
|
|
2409
|
+
return t.replace(a, `
|
|
2410
|
+
`);
|
|
2411
|
+
}
|
|
2412
|
+
tokenize() {
|
|
2413
|
+
for (; this._cursor.peek() !== r.$EOF; ) {
|
|
2414
|
+
let t = this._cursor.clone();
|
|
2415
|
+
try {
|
|
2416
|
+
if (this._attemptCharCode(r.$LT))
|
|
2417
|
+
if (this._attemptCharCode(r.$BANG))
|
|
2418
|
+
this._attemptStr("[CDATA[") ? this._consumeCdata(t) : this._attemptStr("--") ? this._consumeComment(t) : this._attemptStrCaseInsensitive("doctype") ? this._consumeDocType(t) : this._consumeBogusComment(t);
|
|
2419
|
+
else if (this._attemptCharCode(r.$SLASH))
|
|
2420
|
+
this._consumeTagClose(t);
|
|
2421
|
+
else {
|
|
2422
|
+
let o = this._cursor.clone();
|
|
2423
|
+
this._attemptCharCode(r.$QUESTION) ? (this._cursor = o, this._consumeBogusComment(t)) : this._consumeTagOpen(t);
|
|
2424
|
+
}
|
|
2425
|
+
else
|
|
2426
|
+
this._tokenizeIcu && this._tokenizeExpansionForm() || this._consumeText();
|
|
2427
|
+
} catch (o) {
|
|
2428
|
+
this.handleError(o);
|
|
2429
|
+
}
|
|
2430
|
+
}
|
|
2431
|
+
return this._beginToken(s.EOF), this._endToken([]), new c(O(this.tokens), this.errors);
|
|
2432
|
+
}
|
|
2433
|
+
_tokenizeExpansionForm() {
|
|
2434
|
+
if (this.isExpansionFormStart())
|
|
2435
|
+
return this._consumeExpansionFormStart(), true;
|
|
2436
|
+
if (R(this._cursor.peek()) && this._isInExpansionForm())
|
|
2437
|
+
return this._consumeExpansionCaseStart(), true;
|
|
2438
|
+
if (this._cursor.peek() === r.$RBRACE) {
|
|
2439
|
+
if (this._isInExpansionCase())
|
|
2440
|
+
return this._consumeExpansionCaseEnd(), true;
|
|
2441
|
+
if (this._isInExpansionForm())
|
|
2442
|
+
return this._consumeExpansionFormEnd(), true;
|
|
2443
|
+
}
|
|
2444
|
+
return false;
|
|
2445
|
+
}
|
|
2446
|
+
_beginToken(t) {
|
|
2447
|
+
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this._cursor.clone();
|
|
2448
|
+
this._currentTokenStart = o, this._currentTokenType = t;
|
|
2449
|
+
}
|
|
2450
|
+
_endToken(t) {
|
|
2451
|
+
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this._cursor.clone();
|
|
2452
|
+
if (this._currentTokenStart === null)
|
|
2453
|
+
throw new f("Programming error - attempted to end a token when there was no start to the token", this._currentTokenType, this._cursor.getSpan(o));
|
|
2454
|
+
if (this._currentTokenType === null)
|
|
2455
|
+
throw new f("Programming error - attempted to end a token which has no token type", null, this._cursor.getSpan(this._currentTokenStart));
|
|
2456
|
+
let E = new i(this._currentTokenType, t, this._cursor.getSpan(this._currentTokenStart, this._leadingTriviaCodePoints));
|
|
2457
|
+
return this.tokens.push(E), this._currentTokenStart = null, this._currentTokenType = null, E;
|
|
2458
|
+
}
|
|
2459
|
+
_createError(t, o) {
|
|
2460
|
+
this._isInExpansionForm() && (t += ` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);
|
|
2461
|
+
let E = new f(t, this._currentTokenType, o);
|
|
2462
|
+
return this._currentTokenStart = null, this._currentTokenType = null, new C(E);
|
|
2463
|
+
}
|
|
2464
|
+
handleError(t) {
|
|
2465
|
+
if (t instanceof $ && (t = this._createError(t.msg, this._cursor.getSpan(t.cursor))), t instanceof C)
|
|
2466
|
+
this.errors.push(t.error);
|
|
2467
|
+
else
|
|
2468
|
+
throw t;
|
|
2469
|
+
}
|
|
2470
|
+
_attemptCharCode(t) {
|
|
2471
|
+
return this._cursor.peek() === t ? (this._cursor.advance(), true) : false;
|
|
2472
|
+
}
|
|
2473
|
+
_attemptCharCodeCaseInsensitive(t) {
|
|
2474
|
+
return j(this._cursor.peek(), t) ? (this._cursor.advance(), true) : false;
|
|
2475
|
+
}
|
|
2476
|
+
_requireCharCode(t) {
|
|
2477
|
+
let o = this._cursor.clone();
|
|
2478
|
+
if (!this._attemptCharCode(t))
|
|
2479
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(o));
|
|
2480
|
+
}
|
|
2481
|
+
_attemptStr(t) {
|
|
2482
|
+
let o = t.length;
|
|
2483
|
+
if (this._cursor.charsLeft() < o)
|
|
2484
|
+
return false;
|
|
2485
|
+
let E = this._cursor.clone();
|
|
2486
|
+
for (let p = 0; p < o; p++)
|
|
2487
|
+
if (!this._attemptCharCode(t.charCodeAt(p)))
|
|
2488
|
+
return this._cursor = E, false;
|
|
2489
|
+
return true;
|
|
2490
|
+
}
|
|
2491
|
+
_attemptStrCaseInsensitive(t) {
|
|
2492
|
+
for (let o = 0; o < t.length; o++)
|
|
2493
|
+
if (!this._attemptCharCodeCaseInsensitive(t.charCodeAt(o)))
|
|
2494
|
+
return false;
|
|
2495
|
+
return true;
|
|
2496
|
+
}
|
|
2497
|
+
_requireStr(t) {
|
|
2498
|
+
let o = this._cursor.clone();
|
|
2499
|
+
if (!this._attemptStr(t))
|
|
2500
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(o));
|
|
2501
|
+
}
|
|
2502
|
+
_requireStrCaseInsensitive(t) {
|
|
2503
|
+
let o = this._cursor.clone();
|
|
2504
|
+
if (!this._attemptStrCaseInsensitive(t))
|
|
2505
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(o));
|
|
2506
|
+
}
|
|
2507
|
+
_attemptCharCodeUntilFn(t) {
|
|
2508
|
+
for (; !t(this._cursor.peek()); )
|
|
2509
|
+
this._cursor.advance();
|
|
2510
|
+
}
|
|
2511
|
+
_requireCharCodeUntilFn(t, o) {
|
|
2512
|
+
let E = this._cursor.clone();
|
|
2513
|
+
if (this._attemptCharCodeUntilFn(t), this._cursor.clone().diff(E) < o)
|
|
2514
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(E));
|
|
2515
|
+
}
|
|
2516
|
+
_attemptUntilChar(t) {
|
|
2517
|
+
for (; this._cursor.peek() !== t; )
|
|
2518
|
+
this._cursor.advance();
|
|
2519
|
+
}
|
|
2520
|
+
_readChar(t) {
|
|
2521
|
+
if (t && this._cursor.peek() === r.$AMPERSAND)
|
|
2522
|
+
return this._decodeEntity();
|
|
2523
|
+
{
|
|
2524
|
+
let o = String.fromCodePoint(this._cursor.peek());
|
|
2525
|
+
return this._cursor.advance(), o;
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
_decodeEntity() {
|
|
2529
|
+
let t = this._cursor.clone();
|
|
2530
|
+
if (this._cursor.advance(), this._attemptCharCode(r.$HASH)) {
|
|
2531
|
+
let o = this._attemptCharCode(r.$x) || this._attemptCharCode(r.$X), E = this._cursor.clone();
|
|
2532
|
+
if (this._attemptCharCodeUntilFn(g), this._cursor.peek() != r.$SEMICOLON)
|
|
2533
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan());
|
|
2534
|
+
let p = this._cursor.getChars(E);
|
|
2535
|
+
this._cursor.advance();
|
|
2536
|
+
try {
|
|
2537
|
+
let A = parseInt(p, o ? 16 : 10);
|
|
2538
|
+
return String.fromCharCode(A);
|
|
2539
|
+
} catch {
|
|
2540
|
+
throw this._createError(h(this._cursor.getChars(t)), this._cursor.getSpan());
|
|
2541
|
+
}
|
|
2542
|
+
} else {
|
|
2543
|
+
let o = this._cursor.clone();
|
|
2544
|
+
if (this._attemptCharCodeUntilFn(N), this._cursor.peek() != r.$SEMICOLON)
|
|
2545
|
+
return this._cursor = o, "&";
|
|
2546
|
+
let E = this._cursor.getChars(o);
|
|
2547
|
+
this._cursor.advance();
|
|
2548
|
+
let p = D.NAMED_ENTITIES[E];
|
|
2549
|
+
if (!p)
|
|
2550
|
+
throw this._createError(h(E), this._cursor.getSpan(t));
|
|
2551
|
+
return p;
|
|
2552
|
+
}
|
|
2553
|
+
}
|
|
2554
|
+
_consumeRawText(t, o) {
|
|
2555
|
+
this._beginToken(t ? s.ESCAPABLE_RAW_TEXT : s.RAW_TEXT);
|
|
2556
|
+
let E = [];
|
|
2557
|
+
for (; ; ) {
|
|
2558
|
+
let p = this._cursor.clone(), A = o();
|
|
2559
|
+
if (this._cursor = p, A)
|
|
2560
|
+
break;
|
|
2561
|
+
E.push(this._readChar(t));
|
|
2562
|
+
}
|
|
2563
|
+
return this._endToken([this._processCarriageReturns(E.join(""))]);
|
|
2564
|
+
}
|
|
2565
|
+
_consumeComment(t) {
|
|
2566
|
+
this._beginToken(s.COMMENT_START, t), this._endToken([]), this._consumeRawText(false, () => this._attemptStr("-->")), this._beginToken(s.COMMENT_END), this._requireStr("-->"), this._endToken([]);
|
|
2567
|
+
}
|
|
2568
|
+
_consumeBogusComment(t) {
|
|
2569
|
+
this._beginToken(s.COMMENT_START, t), this._endToken([]), this._consumeRawText(false, () => this._cursor.peek() === r.$GT), this._beginToken(s.COMMENT_END), this._cursor.advance(), this._endToken([]);
|
|
2570
|
+
}
|
|
2571
|
+
_consumeCdata(t) {
|
|
2572
|
+
this._beginToken(s.CDATA_START, t), this._endToken([]), this._consumeRawText(false, () => this._attemptStr("]]>")), this._beginToken(s.CDATA_END), this._requireStr("]]>"), this._endToken([]);
|
|
2573
|
+
}
|
|
2574
|
+
_consumeDocType(t) {
|
|
2575
|
+
this._beginToken(s.DOC_TYPE_START, t), this._endToken([]), this._consumeRawText(false, () => this._cursor.peek() === r.$GT), this._beginToken(s.DOC_TYPE_END), this._cursor.advance(), this._endToken([]);
|
|
2576
|
+
}
|
|
2577
|
+
_consumePrefixAndName() {
|
|
2578
|
+
let t = this._cursor.clone(), o = "";
|
|
2579
|
+
for (; this._cursor.peek() !== r.$COLON && !w(this._cursor.peek()); )
|
|
2580
|
+
this._cursor.advance();
|
|
2581
|
+
let E;
|
|
2582
|
+
this._cursor.peek() === r.$COLON ? (o = this._cursor.getChars(t), this._cursor.advance(), E = this._cursor.clone()) : E = t, this._requireCharCodeUntilFn(T, o === "" ? 0 : 1);
|
|
2583
|
+
let p = this._cursor.getChars(E);
|
|
2584
|
+
return [o, p];
|
|
2585
|
+
}
|
|
2586
|
+
_consumeTagOpen(t) {
|
|
2587
|
+
let o, E, p, A = this.tokens.length, P = this._cursor.clone(), M = [];
|
|
2588
|
+
try {
|
|
2589
|
+
if (!r.isAsciiLetter(this._cursor.peek()))
|
|
2590
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(t));
|
|
2591
|
+
for (p = this._consumeTagOpenStart(t), E = p.parts[0], o = p.parts[1], this._attemptCharCodeUntilFn(m); this._cursor.peek() !== r.$SLASH && this._cursor.peek() !== r.$GT; ) {
|
|
2592
|
+
let [V, X] = this._consumeAttributeName();
|
|
2593
|
+
if (this._attemptCharCodeUntilFn(m), this._attemptCharCode(r.$EQ)) {
|
|
2594
|
+
this._attemptCharCodeUntilFn(m);
|
|
2595
|
+
let H = this._consumeAttributeValue();
|
|
2596
|
+
M.push({ prefix: V, name: X, value: H });
|
|
2597
|
+
} else
|
|
2598
|
+
M.push({ prefix: V, name: X });
|
|
2599
|
+
this._attemptCharCodeUntilFn(m);
|
|
2600
|
+
}
|
|
2601
|
+
this._consumeTagOpenEnd();
|
|
2602
|
+
} catch (V) {
|
|
2603
|
+
if (V instanceof C) {
|
|
2604
|
+
this._cursor = P, p && (this.tokens.length = A), this._beginToken(s.TEXT, t), this._endToken(["<"]);
|
|
2605
|
+
return;
|
|
2606
|
+
}
|
|
2607
|
+
throw V;
|
|
2608
|
+
}
|
|
2609
|
+
if (this._canSelfClose && this.tokens[this.tokens.length - 1].type === s.TAG_OPEN_END_VOID)
|
|
2610
|
+
return;
|
|
2611
|
+
let z = this._getTagContentType(o, E, this._fullNameStack.length > 0, M);
|
|
2612
|
+
this._handleFullNameStackForTagOpen(E, o), z === D.TagContentType.RAW_TEXT ? this._consumeRawTextWithTagClose(E, o, false) : z === D.TagContentType.ESCAPABLE_RAW_TEXT && this._consumeRawTextWithTagClose(E, o, true);
|
|
2613
|
+
}
|
|
2614
|
+
_consumeRawTextWithTagClose(t, o, E) {
|
|
2615
|
+
let p = this._consumeRawText(E, () => !this._attemptCharCode(r.$LT) || !this._attemptCharCode(r.$SLASH) || (this._attemptCharCodeUntilFn(m), !this._attemptStrCaseInsensitive(t ? `${t}:${o}` : o)) ? false : (this._attemptCharCodeUntilFn(m), this._attemptCharCode(r.$GT)));
|
|
2616
|
+
this._beginToken(s.TAG_CLOSE), this._requireCharCodeUntilFn((A) => A === r.$GT, 3), this._cursor.advance(), this._endToken([t, o]), this._handleFullNameStackForTagClose(t, o);
|
|
2617
|
+
}
|
|
2618
|
+
_consumeTagOpenStart(t) {
|
|
2619
|
+
this._beginToken(s.TAG_OPEN_START, t);
|
|
2620
|
+
let o = this._consumePrefixAndName();
|
|
2621
|
+
return this._endToken(o);
|
|
2622
|
+
}
|
|
2623
|
+
_consumeAttributeName() {
|
|
2624
|
+
let t = this._cursor.peek();
|
|
2625
|
+
if (t === r.$SQ || t === r.$DQ)
|
|
2626
|
+
throw this._createError(l(t), this._cursor.getSpan());
|
|
2627
|
+
this._beginToken(s.ATTR_NAME);
|
|
2628
|
+
let o = this._consumePrefixAndName();
|
|
2629
|
+
return this._endToken(o), o;
|
|
2630
|
+
}
|
|
2631
|
+
_consumeAttributeValue() {
|
|
2632
|
+
let t;
|
|
2633
|
+
if (this._cursor.peek() === r.$SQ || this._cursor.peek() === r.$DQ) {
|
|
2634
|
+
this._beginToken(s.ATTR_QUOTE);
|
|
2635
|
+
let o = this._cursor.peek();
|
|
2636
|
+
this._cursor.advance(), this._endToken([String.fromCodePoint(o)]), this._beginToken(s.ATTR_VALUE);
|
|
2637
|
+
let E = [];
|
|
2638
|
+
for (; this._cursor.peek() !== o; )
|
|
2639
|
+
E.push(this._readChar(true));
|
|
2640
|
+
t = this._processCarriageReturns(E.join("")), this._endToken([t]), this._beginToken(s.ATTR_QUOTE), this._cursor.advance(), this._endToken([String.fromCodePoint(o)]);
|
|
2641
|
+
} else {
|
|
2642
|
+
this._beginToken(s.ATTR_VALUE);
|
|
2643
|
+
let o = this._cursor.clone();
|
|
2644
|
+
this._requireCharCodeUntilFn(T, 1), t = this._processCarriageReturns(this._cursor.getChars(o)), this._endToken([t]);
|
|
2645
|
+
}
|
|
2646
|
+
return t;
|
|
2647
|
+
}
|
|
2648
|
+
_consumeTagOpenEnd() {
|
|
2649
|
+
let t = this._attemptCharCode(r.$SLASH) ? s.TAG_OPEN_END_VOID : s.TAG_OPEN_END;
|
|
2650
|
+
this._beginToken(t), this._requireCharCode(r.$GT), this._endToken([]);
|
|
2651
|
+
}
|
|
2652
|
+
_consumeTagClose(t) {
|
|
2653
|
+
if (this._beginToken(s.TAG_CLOSE, t), this._attemptCharCodeUntilFn(m), this._allowHtmComponentClosingTags && this._attemptCharCode(r.$SLASH))
|
|
2654
|
+
this._attemptCharCodeUntilFn(m), this._requireCharCode(r.$GT), this._endToken([]);
|
|
2655
|
+
else {
|
|
2656
|
+
let [o, E] = this._consumePrefixAndName();
|
|
2657
|
+
this._attemptCharCodeUntilFn(m), this._requireCharCode(r.$GT), this._endToken([o, E]), this._handleFullNameStackForTagClose(o, E);
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2660
|
+
_consumeExpansionFormStart() {
|
|
2661
|
+
this._beginToken(s.EXPANSION_FORM_START), this._requireCharCode(r.$LBRACE), this._endToken([]), this._expansionCaseStack.push(s.EXPANSION_FORM_START), this._beginToken(s.RAW_TEXT);
|
|
2662
|
+
let t = this._readUntil(r.$COMMA);
|
|
2663
|
+
this._endToken([t]), this._requireCharCode(r.$COMMA), this._attemptCharCodeUntilFn(m), this._beginToken(s.RAW_TEXT);
|
|
2664
|
+
let o = this._readUntil(r.$COMMA);
|
|
2665
|
+
this._endToken([o]), this._requireCharCode(r.$COMMA), this._attemptCharCodeUntilFn(m);
|
|
2666
|
+
}
|
|
2667
|
+
_consumeExpansionCaseStart() {
|
|
2668
|
+
this._beginToken(s.EXPANSION_CASE_VALUE);
|
|
2669
|
+
let t = this._readUntil(r.$LBRACE).trim();
|
|
2670
|
+
this._endToken([t]), this._attemptCharCodeUntilFn(m), this._beginToken(s.EXPANSION_CASE_EXP_START), this._requireCharCode(r.$LBRACE), this._endToken([]), this._attemptCharCodeUntilFn(m), this._expansionCaseStack.push(s.EXPANSION_CASE_EXP_START);
|
|
2671
|
+
}
|
|
2672
|
+
_consumeExpansionCaseEnd() {
|
|
2673
|
+
this._beginToken(s.EXPANSION_CASE_EXP_END), this._requireCharCode(r.$RBRACE), this._endToken([]), this._attemptCharCodeUntilFn(m), this._expansionCaseStack.pop();
|
|
2674
|
+
}
|
|
2675
|
+
_consumeExpansionFormEnd() {
|
|
2676
|
+
this._beginToken(s.EXPANSION_FORM_END), this._requireCharCode(r.$RBRACE), this._endToken([]), this._expansionCaseStack.pop();
|
|
2677
|
+
}
|
|
2678
|
+
_consumeText() {
|
|
2679
|
+
let t = this._cursor.clone();
|
|
2680
|
+
this._beginToken(s.TEXT, t);
|
|
2681
|
+
let o = [];
|
|
2682
|
+
do
|
|
2683
|
+
this._interpolationConfig && this._attemptStr(this._interpolationConfig.start) ? (o.push(this._interpolationConfig.start), this._inInterpolation = true) : this._interpolationConfig && this._inInterpolation && this._attemptStr(this._interpolationConfig.end) ? (o.push(this._interpolationConfig.end), this._inInterpolation = false) : o.push(this._readChar(true));
|
|
2684
|
+
while (!this._isTextEnd());
|
|
2685
|
+
this._endToken([this._processCarriageReturns(o.join(""))]);
|
|
2686
|
+
}
|
|
2687
|
+
_isTextEnd() {
|
|
2688
|
+
return !!(this._cursor.peek() === r.$LT || this._cursor.peek() === r.$EOF || this._tokenizeIcu && !this._inInterpolation && (this.isExpansionFormStart() || this._cursor.peek() === r.$RBRACE && this._isInExpansionCase()));
|
|
2689
|
+
}
|
|
2690
|
+
_readUntil(t) {
|
|
2691
|
+
let o = this._cursor.clone();
|
|
2692
|
+
return this._attemptUntilChar(t), this._cursor.getChars(o);
|
|
2693
|
+
}
|
|
2694
|
+
_isInExpansionCase() {
|
|
2695
|
+
return this._expansionCaseStack.length > 0 && this._expansionCaseStack[this._expansionCaseStack.length - 1] === s.EXPANSION_CASE_EXP_START;
|
|
2696
|
+
}
|
|
2697
|
+
_isInExpansionForm() {
|
|
2698
|
+
return this._expansionCaseStack.length > 0 && this._expansionCaseStack[this._expansionCaseStack.length - 1] === s.EXPANSION_FORM_START;
|
|
2699
|
+
}
|
|
2700
|
+
isExpansionFormStart() {
|
|
2701
|
+
if (this._cursor.peek() !== r.$LBRACE)
|
|
2702
|
+
return false;
|
|
2703
|
+
if (this._interpolationConfig) {
|
|
2704
|
+
let t = this._cursor.clone(), o = this._attemptStr(this._interpolationConfig.start);
|
|
2705
|
+
return this._cursor = t, !o;
|
|
2706
|
+
}
|
|
2707
|
+
return true;
|
|
2708
|
+
}
|
|
2709
|
+
_handleFullNameStackForTagOpen(t, o) {
|
|
2710
|
+
let E = D.mergeNsAndName(t, o);
|
|
2711
|
+
(this._fullNameStack.length === 0 || this._fullNameStack[this._fullNameStack.length - 1] === E) && this._fullNameStack.push(E);
|
|
2712
|
+
}
|
|
2713
|
+
_handleFullNameStackForTagClose(t, o) {
|
|
2714
|
+
let E = D.mergeNsAndName(t, o);
|
|
2715
|
+
this._fullNameStack.length !== 0 && this._fullNameStack[this._fullNameStack.length - 1] === E && this._fullNameStack.pop();
|
|
2716
|
+
}
|
|
2717
|
+
};
|
|
2718
|
+
function m(t) {
|
|
2719
|
+
return !r.isWhitespace(t) || t === r.$EOF;
|
|
2720
|
+
}
|
|
2721
|
+
function T(t) {
|
|
2722
|
+
return r.isWhitespace(t) || t === r.$GT || t === r.$SLASH || t === r.$SQ || t === r.$DQ || t === r.$EQ;
|
|
2723
|
+
}
|
|
2724
|
+
function w(t) {
|
|
2725
|
+
return (t < r.$a || r.$z < t) && (t < r.$A || r.$Z < t) && (t < r.$0 || t > r.$9);
|
|
2726
|
+
}
|
|
2727
|
+
function g(t) {
|
|
2728
|
+
return t == r.$SEMICOLON || t == r.$EOF || !r.isAsciiHexDigit(t);
|
|
2729
|
+
}
|
|
2730
|
+
function N(t) {
|
|
2731
|
+
return t == r.$SEMICOLON || t == r.$EOF || !r.isAsciiLetter(t);
|
|
2732
|
+
}
|
|
2733
|
+
function R(t) {
|
|
2734
|
+
return t === r.$EQ || r.isAsciiLetter(t) || r.isDigit(t);
|
|
2735
|
+
}
|
|
2736
|
+
function j(t, o) {
|
|
2737
|
+
return _(t) == _(o);
|
|
2738
|
+
}
|
|
2739
|
+
function _(t) {
|
|
2740
|
+
return t >= r.$a && t <= r.$z ? t - r.$a + r.$A : t;
|
|
2741
|
+
}
|
|
2742
|
+
function O(t) {
|
|
2743
|
+
let o = [], E;
|
|
2744
|
+
for (let p = 0; p < t.length; p++) {
|
|
2745
|
+
let A = t[p];
|
|
2746
|
+
E && E.type == s.TEXT && A.type == s.TEXT ? (E.parts[0] += A.parts[0], E.sourceSpan.end = A.sourceSpan.end) : (E = A, o.push(E));
|
|
2747
|
+
}
|
|
2748
|
+
return o;
|
|
2749
|
+
}
|
|
2750
|
+
var x = class {
|
|
2751
|
+
constructor(t, o) {
|
|
2752
|
+
if (t instanceof x)
|
|
2753
|
+
this.file = t.file, this.input = t.input, this.end = t.end, this.state = Object.assign({}, t.state);
|
|
2754
|
+
else {
|
|
2755
|
+
if (!o)
|
|
2756
|
+
throw new Error("Programming error: the range argument must be provided with a file argument.");
|
|
2757
|
+
this.file = t, this.input = t.content, this.end = o.endPos, this.state = { peek: -1, offset: o.startPos, line: o.startLine, column: o.startCol };
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2760
|
+
clone() {
|
|
2761
|
+
return new x(this);
|
|
2762
|
+
}
|
|
2763
|
+
peek() {
|
|
2764
|
+
return this.state.peek;
|
|
2765
|
+
}
|
|
2766
|
+
charsLeft() {
|
|
2767
|
+
return this.end - this.state.offset;
|
|
2768
|
+
}
|
|
2769
|
+
diff(t) {
|
|
2770
|
+
return this.state.offset - t.state.offset;
|
|
2771
|
+
}
|
|
2772
|
+
advance() {
|
|
2773
|
+
this.advanceState(this.state);
|
|
2774
|
+
}
|
|
2775
|
+
init() {
|
|
2776
|
+
this.updatePeek(this.state);
|
|
2777
|
+
}
|
|
2778
|
+
getSpan(t, o) {
|
|
2779
|
+
if (t = t || this, o)
|
|
2780
|
+
for (t = t.clone(); this.diff(t) > 0 && o.indexOf(t.peek()) !== -1; )
|
|
2781
|
+
t.advance();
|
|
2782
|
+
return new u.ParseSourceSpan(new u.ParseLocation(t.file, t.state.offset, t.state.line, t.state.column), new u.ParseLocation(this.file, this.state.offset, this.state.line, this.state.column));
|
|
2783
|
+
}
|
|
2784
|
+
getChars(t) {
|
|
2785
|
+
return this.input.substring(t.state.offset, this.state.offset);
|
|
2786
|
+
}
|
|
2787
|
+
charAt(t) {
|
|
2788
|
+
return this.input.charCodeAt(t);
|
|
2789
|
+
}
|
|
2790
|
+
advanceState(t) {
|
|
2791
|
+
if (t.offset >= this.end)
|
|
2792
|
+
throw this.state = t, new $('Unexpected character "EOF"', this);
|
|
2793
|
+
let o = this.charAt(t.offset);
|
|
2794
|
+
o === r.$LF ? (t.line++, t.column = 0) : r.isNewLine(o) || t.column++, t.offset++, this.updatePeek(t);
|
|
2795
|
+
}
|
|
2796
|
+
updatePeek(t) {
|
|
2797
|
+
t.peek = t.offset >= this.end ? r.$EOF : this.charAt(t.offset);
|
|
2798
|
+
}
|
|
2799
|
+
}, k = class extends x {
|
|
2800
|
+
constructor(t, o) {
|
|
2801
|
+
t instanceof k ? (super(t), this.internalState = Object.assign({}, t.internalState)) : (super(t, o), this.internalState = this.state);
|
|
2802
|
+
}
|
|
2803
|
+
advance() {
|
|
2804
|
+
this.state = this.internalState, super.advance(), this.processEscapeSequence();
|
|
2805
|
+
}
|
|
2806
|
+
init() {
|
|
2807
|
+
super.init(), this.processEscapeSequence();
|
|
2808
|
+
}
|
|
2809
|
+
clone() {
|
|
2810
|
+
return new k(this);
|
|
2811
|
+
}
|
|
2812
|
+
getChars(t) {
|
|
2813
|
+
let o = t.clone(), E = "";
|
|
2814
|
+
for (; o.internalState.offset < this.internalState.offset; )
|
|
2815
|
+
E += String.fromCodePoint(o.peek()), o.advance();
|
|
2816
|
+
return E;
|
|
2817
|
+
}
|
|
2818
|
+
processEscapeSequence() {
|
|
2819
|
+
let t = () => this.internalState.peek;
|
|
2820
|
+
if (t() === r.$BACKSLASH)
|
|
2821
|
+
if (this.internalState = Object.assign({}, this.state), this.advanceState(this.internalState), t() === r.$n)
|
|
2822
|
+
this.state.peek = r.$LF;
|
|
2823
|
+
else if (t() === r.$r)
|
|
2824
|
+
this.state.peek = r.$CR;
|
|
2825
|
+
else if (t() === r.$v)
|
|
2826
|
+
this.state.peek = r.$VTAB;
|
|
2827
|
+
else if (t() === r.$t)
|
|
2828
|
+
this.state.peek = r.$TAB;
|
|
2829
|
+
else if (t() === r.$b)
|
|
2830
|
+
this.state.peek = r.$BSPACE;
|
|
2831
|
+
else if (t() === r.$f)
|
|
2832
|
+
this.state.peek = r.$FF;
|
|
2833
|
+
else if (t() === r.$u)
|
|
2834
|
+
if (this.advanceState(this.internalState), t() === r.$LBRACE) {
|
|
2835
|
+
this.advanceState(this.internalState);
|
|
2836
|
+
let o = this.clone(), E = 0;
|
|
2837
|
+
for (; t() !== r.$RBRACE; )
|
|
2838
|
+
this.advanceState(this.internalState), E++;
|
|
2839
|
+
this.state.peek = this.decodeHexDigits(o, E);
|
|
2840
|
+
} else {
|
|
2841
|
+
let o = this.clone();
|
|
2842
|
+
this.advanceState(this.internalState), this.advanceState(this.internalState), this.advanceState(this.internalState), this.state.peek = this.decodeHexDigits(o, 4);
|
|
2843
|
+
}
|
|
2844
|
+
else if (t() === r.$x) {
|
|
2845
|
+
this.advanceState(this.internalState);
|
|
2846
|
+
let o = this.clone();
|
|
2847
|
+
this.advanceState(this.internalState), this.state.peek = this.decodeHexDigits(o, 2);
|
|
2848
|
+
} else if (r.isOctalDigit(t())) {
|
|
2849
|
+
let o = "", E = 0, p = this.clone();
|
|
2850
|
+
for (; r.isOctalDigit(t()) && E < 3; )
|
|
2851
|
+
p = this.clone(), o += String.fromCodePoint(t()), this.advanceState(this.internalState), E++;
|
|
2852
|
+
this.state.peek = parseInt(o, 8), this.internalState = p.internalState;
|
|
2853
|
+
} else
|
|
2854
|
+
r.isNewLine(this.internalState.peek) ? (this.advanceState(this.internalState), this.state = this.internalState) : this.state.peek = this.internalState.peek;
|
|
2855
|
+
}
|
|
2856
|
+
decodeHexDigits(t, o) {
|
|
2857
|
+
let E = this.input.substr(t.internalState.offset, o), p = parseInt(E, 16);
|
|
2858
|
+
if (isNaN(p))
|
|
2859
|
+
throw t.state = t.internalState, new $("Invalid hexadecimal escape sequence", t);
|
|
2860
|
+
return p;
|
|
2861
|
+
}
|
|
2862
|
+
}, $ = class {
|
|
2863
|
+
constructor(t, o) {
|
|
2864
|
+
this.msg = t, this.cursor = o;
|
|
2865
|
+
}
|
|
2866
|
+
};
|
|
2867
|
+
e.CursorError = $;
|
|
2868
|
+
} }), ls = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/parser.js"(e) {
|
|
2869
|
+
"use strict";
|
|
2870
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2871
|
+
var r = Be(), u = bs(), n = Yl(), D = Ze(), s = class extends r.ParseError {
|
|
2872
|
+
constructor(a, l, h) {
|
|
2873
|
+
super(l, h), this.elementName = a;
|
|
2874
|
+
}
|
|
2875
|
+
static create(a, l, h) {
|
|
2876
|
+
return new s(a, l, h);
|
|
2877
|
+
}
|
|
2878
|
+
};
|
|
2879
|
+
e.TreeError = s;
|
|
2880
|
+
var i = class {
|
|
2881
|
+
constructor(a, l) {
|
|
2882
|
+
this.rootNodes = a, this.errors = l;
|
|
2883
|
+
}
|
|
2884
|
+
};
|
|
2885
|
+
e.ParseTreeResult = i;
|
|
2886
|
+
var f = class {
|
|
2887
|
+
constructor(a) {
|
|
2888
|
+
this.getTagDefinition = a;
|
|
2889
|
+
}
|
|
2890
|
+
parse(a, l, h) {
|
|
2891
|
+
let C = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : false, d = arguments.length > 4 ? arguments[4] : void 0, m = (x) => function(k) {
|
|
2892
|
+
for (var $ = arguments.length, t = new Array($ > 1 ? $ - 1 : 0), o = 1; o < $; o++)
|
|
2893
|
+
t[o - 1] = arguments[o];
|
|
2894
|
+
return x(k.toLowerCase(), ...t);
|
|
2895
|
+
}, T = C ? this.getTagDefinition : m(this.getTagDefinition), w = (x) => T(x).contentType, g = C ? d : m(d), N = d ? (x, k, $, t) => {
|
|
2896
|
+
let o = g(x, k, $, t);
|
|
2897
|
+
return o !== void 0 ? o : w(x);
|
|
2898
|
+
} : w, R = n.tokenize(a, l, N, h), j = h && h.canSelfClose || false, _ = h && h.allowHtmComponentClosingTags || false, O = new c(R.tokens, T, j, _, C).build();
|
|
2899
|
+
return new i(O.rootNodes, R.errors.concat(O.errors));
|
|
2900
|
+
}
|
|
2901
|
+
};
|
|
2902
|
+
e.Parser = f;
|
|
2903
|
+
var c = class {
|
|
2904
|
+
constructor(a, l, h, C, d) {
|
|
2905
|
+
this.tokens = a, this.getTagDefinition = l, this.canSelfClose = h, this.allowHtmComponentClosingTags = C, this.isTagNameCaseSensitive = d, this._index = -1, this._rootNodes = [], this._errors = [], this._elementStack = [], this._advance();
|
|
2906
|
+
}
|
|
2907
|
+
build() {
|
|
2908
|
+
for (; this._peek.type !== n.TokenType.EOF; )
|
|
2909
|
+
this._peek.type === n.TokenType.TAG_OPEN_START ? this._consumeStartTag(this._advance()) : this._peek.type === n.TokenType.TAG_CLOSE ? (this._closeVoidElement(), this._consumeEndTag(this._advance())) : this._peek.type === n.TokenType.CDATA_START ? (this._closeVoidElement(), this._consumeCdata(this._advance())) : this._peek.type === n.TokenType.COMMENT_START ? (this._closeVoidElement(), this._consumeComment(this._advance())) : this._peek.type === n.TokenType.TEXT || this._peek.type === n.TokenType.RAW_TEXT || this._peek.type === n.TokenType.ESCAPABLE_RAW_TEXT ? (this._closeVoidElement(), this._consumeText(this._advance())) : this._peek.type === n.TokenType.EXPANSION_FORM_START ? this._consumeExpansion(this._advance()) : this._peek.type === n.TokenType.DOC_TYPE_START ? this._consumeDocType(this._advance()) : this._advance();
|
|
2910
|
+
return new i(this._rootNodes, this._errors);
|
|
2911
|
+
}
|
|
2912
|
+
_advance() {
|
|
2913
|
+
let a = this._peek;
|
|
2914
|
+
return this._index < this.tokens.length - 1 && this._index++, this._peek = this.tokens[this._index], a;
|
|
2915
|
+
}
|
|
2916
|
+
_advanceIf(a) {
|
|
2917
|
+
return this._peek.type === a ? this._advance() : null;
|
|
2918
|
+
}
|
|
2919
|
+
_consumeCdata(a) {
|
|
2920
|
+
let l = this._advance(), h = this._getText(l), C = this._advanceIf(n.TokenType.CDATA_END);
|
|
2921
|
+
this._addToParent(new u.CDATA(h, new r.ParseSourceSpan(a.sourceSpan.start, (C || l).sourceSpan.end)));
|
|
2922
|
+
}
|
|
2923
|
+
_consumeComment(a) {
|
|
2924
|
+
let l = this._advanceIf(n.TokenType.RAW_TEXT), h = this._advanceIf(n.TokenType.COMMENT_END), C = l != null ? l.parts[0].trim() : null, d = new r.ParseSourceSpan(a.sourceSpan.start, (h || l || a).sourceSpan.end);
|
|
2925
|
+
this._addToParent(new u.Comment(C, d));
|
|
2926
|
+
}
|
|
2927
|
+
_consumeDocType(a) {
|
|
2928
|
+
let l = this._advanceIf(n.TokenType.RAW_TEXT), h = this._advanceIf(n.TokenType.DOC_TYPE_END), C = l != null ? l.parts[0].trim() : null, d = new r.ParseSourceSpan(a.sourceSpan.start, (h || l || a).sourceSpan.end);
|
|
2929
|
+
this._addToParent(new u.DocType(C, d));
|
|
2930
|
+
}
|
|
2931
|
+
_consumeExpansion(a) {
|
|
2932
|
+
let l = this._advance(), h = this._advance(), C = [];
|
|
2933
|
+
for (; this._peek.type === n.TokenType.EXPANSION_CASE_VALUE; ) {
|
|
2934
|
+
let m = this._parseExpansionCase();
|
|
2935
|
+
if (!m)
|
|
2936
|
+
return;
|
|
2937
|
+
C.push(m);
|
|
2938
|
+
}
|
|
2939
|
+
if (this._peek.type !== n.TokenType.EXPANSION_FORM_END) {
|
|
2940
|
+
this._errors.push(s.create(null, this._peek.sourceSpan, "Invalid ICU message. Missing '}'."));
|
|
2941
|
+
return;
|
|
2942
|
+
}
|
|
2943
|
+
let d = new r.ParseSourceSpan(a.sourceSpan.start, this._peek.sourceSpan.end);
|
|
2944
|
+
this._addToParent(new u.Expansion(l.parts[0], h.parts[0], C, d, l.sourceSpan)), this._advance();
|
|
2945
|
+
}
|
|
2946
|
+
_parseExpansionCase() {
|
|
2947
|
+
let a = this._advance();
|
|
2948
|
+
if (this._peek.type !== n.TokenType.EXPANSION_CASE_EXP_START)
|
|
2949
|
+
return this._errors.push(s.create(null, this._peek.sourceSpan, "Invalid ICU message. Missing '{'.")), null;
|
|
2950
|
+
let l = this._advance(), h = this._collectExpansionExpTokens(l);
|
|
2951
|
+
if (!h)
|
|
2952
|
+
return null;
|
|
2953
|
+
let C = this._advance();
|
|
2954
|
+
h.push(new n.Token(n.TokenType.EOF, [], C.sourceSpan));
|
|
2955
|
+
let d = new c(h, this.getTagDefinition, this.canSelfClose, this.allowHtmComponentClosingTags, this.isTagNameCaseSensitive).build();
|
|
2956
|
+
if (d.errors.length > 0)
|
|
2957
|
+
return this._errors = this._errors.concat(d.errors), null;
|
|
2958
|
+
let m = new r.ParseSourceSpan(a.sourceSpan.start, C.sourceSpan.end), T = new r.ParseSourceSpan(l.sourceSpan.start, C.sourceSpan.end);
|
|
2959
|
+
return new u.ExpansionCase(a.parts[0], d.rootNodes, m, a.sourceSpan, T);
|
|
2960
|
+
}
|
|
2961
|
+
_collectExpansionExpTokens(a) {
|
|
2962
|
+
let l = [], h = [n.TokenType.EXPANSION_CASE_EXP_START];
|
|
2963
|
+
for (; ; ) {
|
|
2964
|
+
if ((this._peek.type === n.TokenType.EXPANSION_FORM_START || this._peek.type === n.TokenType.EXPANSION_CASE_EXP_START) && h.push(this._peek.type), this._peek.type === n.TokenType.EXPANSION_CASE_EXP_END)
|
|
2965
|
+
if (F(h, n.TokenType.EXPANSION_CASE_EXP_START)) {
|
|
2966
|
+
if (h.pop(), h.length == 0)
|
|
2967
|
+
return l;
|
|
2968
|
+
} else
|
|
2969
|
+
return this._errors.push(s.create(null, a.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
|
|
2970
|
+
if (this._peek.type === n.TokenType.EXPANSION_FORM_END)
|
|
2971
|
+
if (F(h, n.TokenType.EXPANSION_FORM_START))
|
|
2972
|
+
h.pop();
|
|
2973
|
+
else
|
|
2974
|
+
return this._errors.push(s.create(null, a.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
|
|
2975
|
+
if (this._peek.type === n.TokenType.EOF)
|
|
2976
|
+
return this._errors.push(s.create(null, a.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
|
|
2977
|
+
l.push(this._advance());
|
|
2978
|
+
}
|
|
2979
|
+
}
|
|
2980
|
+
_getText(a) {
|
|
2981
|
+
let l = a.parts[0];
|
|
2982
|
+
if (l.length > 0 && l[0] == `
|
|
2983
|
+
`) {
|
|
2984
|
+
let h = this._getParentElement();
|
|
2985
|
+
h != null && h.children.length == 0 && this.getTagDefinition(h.name).ignoreFirstLf && (l = l.substring(1));
|
|
2986
|
+
}
|
|
2987
|
+
return l;
|
|
2988
|
+
}
|
|
2989
|
+
_consumeText(a) {
|
|
2990
|
+
let l = this._getText(a);
|
|
2991
|
+
l.length > 0 && this._addToParent(new u.Text(l, a.sourceSpan));
|
|
2992
|
+
}
|
|
2993
|
+
_closeVoidElement() {
|
|
2994
|
+
let a = this._getParentElement();
|
|
2995
|
+
a && this.getTagDefinition(a.name).isVoid && this._elementStack.pop();
|
|
2996
|
+
}
|
|
2997
|
+
_consumeStartTag(a) {
|
|
2998
|
+
let l = a.parts[0], h = a.parts[1], C = [];
|
|
2999
|
+
for (; this._peek.type === n.TokenType.ATTR_NAME; )
|
|
3000
|
+
C.push(this._consumeAttr(this._advance()));
|
|
3001
|
+
let d = this._getElementFullName(l, h, this._getParentElement()), m = false;
|
|
3002
|
+
if (this._peek.type === n.TokenType.TAG_OPEN_END_VOID) {
|
|
3003
|
+
this._advance(), m = true;
|
|
3004
|
+
let R = this.getTagDefinition(d);
|
|
3005
|
+
this.canSelfClose || R.canSelfClose || D.getNsPrefix(d) !== null || R.isVoid || this._errors.push(s.create(d, a.sourceSpan, `Only void and foreign elements can be self closed "${a.parts[1]}"`));
|
|
3006
|
+
} else
|
|
3007
|
+
this._peek.type === n.TokenType.TAG_OPEN_END && (this._advance(), m = false);
|
|
3008
|
+
let T = this._peek.sourceSpan.start, w = new r.ParseSourceSpan(a.sourceSpan.start, T), g = new r.ParseSourceSpan(a.sourceSpan.start.moveBy(1), a.sourceSpan.end), N = new u.Element(d, C, [], w, w, void 0, g);
|
|
3009
|
+
this._pushElement(N), m && (this._popElement(d), N.endSourceSpan = w);
|
|
3010
|
+
}
|
|
3011
|
+
_pushElement(a) {
|
|
3012
|
+
let l = this._getParentElement();
|
|
3013
|
+
l && this.getTagDefinition(l.name).isClosedByChild(a.name) && this._elementStack.pop(), this._addToParent(a), this._elementStack.push(a);
|
|
3014
|
+
}
|
|
3015
|
+
_consumeEndTag(a) {
|
|
3016
|
+
let l = this.allowHtmComponentClosingTags && a.parts.length === 0 ? null : this._getElementFullName(a.parts[0], a.parts[1], this._getParentElement());
|
|
3017
|
+
if (this._getParentElement() && (this._getParentElement().endSourceSpan = a.sourceSpan), l && this.getTagDefinition(l).isVoid)
|
|
3018
|
+
this._errors.push(s.create(l, a.sourceSpan, `Void elements do not have end tags "${a.parts[1]}"`));
|
|
3019
|
+
else if (!this._popElement(l)) {
|
|
3020
|
+
let h = `Unexpected closing tag "${l}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;
|
|
3021
|
+
this._errors.push(s.create(l, a.sourceSpan, h));
|
|
3022
|
+
}
|
|
3023
|
+
}
|
|
3024
|
+
_popElement(a) {
|
|
3025
|
+
for (let l = this._elementStack.length - 1; l >= 0; l--) {
|
|
3026
|
+
let h = this._elementStack[l];
|
|
3027
|
+
if (!a || (D.getNsPrefix(h.name) ? h.name == a : h.name.toLowerCase() == a.toLowerCase()))
|
|
3028
|
+
return this._elementStack.splice(l, this._elementStack.length - l), true;
|
|
3029
|
+
if (!this.getTagDefinition(h.name).closedByParent)
|
|
3030
|
+
return false;
|
|
3031
|
+
}
|
|
3032
|
+
return false;
|
|
3033
|
+
}
|
|
3034
|
+
_consumeAttr(a) {
|
|
3035
|
+
let l = D.mergeNsAndName(a.parts[0], a.parts[1]), h = a.sourceSpan.end, C = "", d, m;
|
|
3036
|
+
if (this._peek.type === n.TokenType.ATTR_QUOTE && (m = this._advance().sourceSpan.start), this._peek.type === n.TokenType.ATTR_VALUE) {
|
|
3037
|
+
let T = this._advance();
|
|
3038
|
+
C = T.parts[0], h = T.sourceSpan.end, d = T.sourceSpan;
|
|
3039
|
+
}
|
|
3040
|
+
return this._peek.type === n.TokenType.ATTR_QUOTE && (h = this._advance().sourceSpan.end, d = new r.ParseSourceSpan(m, h)), new u.Attribute(l, C, new r.ParseSourceSpan(a.sourceSpan.start, h), d, a.sourceSpan);
|
|
3041
|
+
}
|
|
3042
|
+
_getParentElement() {
|
|
3043
|
+
return this._elementStack.length > 0 ? this._elementStack[this._elementStack.length - 1] : null;
|
|
3044
|
+
}
|
|
3045
|
+
_getParentElementSkippingContainers() {
|
|
3046
|
+
let a = null;
|
|
3047
|
+
for (let l = this._elementStack.length - 1; l >= 0; l--) {
|
|
3048
|
+
if (!D.isNgContainer(this._elementStack[l].name))
|
|
3049
|
+
return { parent: this._elementStack[l], container: a };
|
|
3050
|
+
a = this._elementStack[l];
|
|
3051
|
+
}
|
|
3052
|
+
return { parent: null, container: a };
|
|
3053
|
+
}
|
|
3054
|
+
_addToParent(a) {
|
|
3055
|
+
let l = this._getParentElement();
|
|
3056
|
+
l != null ? l.children.push(a) : this._rootNodes.push(a);
|
|
3057
|
+
}
|
|
3058
|
+
_insertBeforeContainer(a, l, h) {
|
|
3059
|
+
if (!l)
|
|
3060
|
+
this._addToParent(h), this._elementStack.push(h);
|
|
3061
|
+
else {
|
|
3062
|
+
if (a) {
|
|
3063
|
+
let C = a.children.indexOf(l);
|
|
3064
|
+
a.children[C] = h;
|
|
3065
|
+
} else
|
|
3066
|
+
this._rootNodes.push(h);
|
|
3067
|
+
h.children.push(l), this._elementStack.splice(this._elementStack.indexOf(l), 0, h);
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
_getElementFullName(a, l, h) {
|
|
3071
|
+
return a === "" && (a = this.getTagDefinition(l).implicitNamespacePrefix || "", a === "" && h != null && (a = D.getNsPrefix(h.name))), D.mergeNsAndName(a, l);
|
|
3072
|
+
}
|
|
3073
|
+
};
|
|
3074
|
+
function F(a, l) {
|
|
3075
|
+
return a.length > 0 && a[a.length - 1] === l;
|
|
3076
|
+
}
|
|
3077
|
+
} }), Ql = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_parser.js"(e) {
|
|
3078
|
+
"use strict";
|
|
3079
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
3080
|
+
var r = Bs(), u = ls(), n = ls();
|
|
3081
|
+
e.ParseTreeResult = n.ParseTreeResult, e.TreeError = n.TreeError;
|
|
3082
|
+
var D = class extends u.Parser {
|
|
3083
|
+
constructor() {
|
|
3084
|
+
super(r.getHtmlTagDefinition);
|
|
3085
|
+
}
|
|
3086
|
+
parse(s, i, f) {
|
|
3087
|
+
let c = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : false, F = arguments.length > 4 ? arguments[4] : void 0;
|
|
3088
|
+
return super.parse(s, i, f, c, F);
|
|
3089
|
+
}
|
|
3090
|
+
};
|
|
3091
|
+
e.HtmlParser = D;
|
|
3092
|
+
} }), ws = I({ "node_modules/angular-html-parser/lib/angular-html-parser/src/index.js"(e) {
|
|
3093
|
+
"use strict";
|
|
3094
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
3095
|
+
var r = Ql(), u = Ze();
|
|
3096
|
+
e.TagContentType = u.TagContentType;
|
|
3097
|
+
var n = null, D = () => (n || (n = new r.HtmlParser()), n);
|
|
3098
|
+
function s(i) {
|
|
3099
|
+
let f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, { canSelfClose: c = false, allowHtmComponentClosingTags: F = false, isTagNameCaseSensitive: a = false, getTagContentType: l } = f;
|
|
3100
|
+
return D().parse(i, "angular-html-parser", { tokenizeExpansionForms: false, interpolationConfig: void 0, canSelfClose: c, allowHtmComponentClosingTags: F }, a, l);
|
|
3101
|
+
}
|
|
3102
|
+
e.parse = s;
|
|
3103
|
+
} });
|
|
3104
|
+
q();
|
|
3105
|
+
var { ParseSourceSpan: Qe, ParseLocation: cs, ParseSourceFile: Kl } = Be(), Jl = ol(), Zl = Cs(), ec = Dl(), { inferParserByLanguage: rc } = xl(), uc = kl(), Vr = Ml(), hs = jl(), { hasPragma: tc } = Ul(), { Node: nc } = Gl(), { parseIeConditionalComment: sc } = Vl(), { locStart: ic, locEnd: ac } = Xl();
|
|
3106
|
+
function oc(e, r, u) {
|
|
3107
|
+
let { canSelfClose: n, normalizeTagName: D, normalizeAttributeName: s, allowHtmComponentClosingTags: i, isTagNameCaseSensitive: f, getTagContentType: c } = r, F = ws(), { RecursiveVisitor: a, visitAll: l } = bs(), { ParseSourceSpan: h } = Be(), { getHtmlTagDefinition: C } = Bs(), { rootNodes: d, errors: m } = F.parse(e, { canSelfClose: n, allowHtmComponentClosingTags: i, isTagNameCaseSensitive: f, getTagContentType: c });
|
|
3108
|
+
if (u.parser === "vue")
|
|
3109
|
+
if (d.some((O) => O.type === "docType" && O.value === "html" || O.type === "element" && O.name.toLowerCase() === "html")) {
|
|
3110
|
+
n = true, D = true, s = true, i = true, f = false;
|
|
3111
|
+
let O = F.parse(e, { canSelfClose: n, allowHtmComponentClosingTags: i, isTagNameCaseSensitive: f });
|
|
3112
|
+
d = O.rootNodes, m = O.errors;
|
|
3113
|
+
} else {
|
|
3114
|
+
let O = (x) => {
|
|
3115
|
+
if (!x || x.type !== "element" || x.name !== "template")
|
|
3116
|
+
return false;
|
|
3117
|
+
let k = x.attrs.find((t) => t.name === "lang"), $ = k && k.value;
|
|
3118
|
+
return !$ || rc($, u) === "html";
|
|
3119
|
+
};
|
|
3120
|
+
if (d.some(O)) {
|
|
3121
|
+
let x, k = () => F.parse(e, { canSelfClose: n, allowHtmComponentClosingTags: i, isTagNameCaseSensitive: f }), $ = () => x || (x = k()), t = (o) => $().rootNodes.find((E) => {
|
|
3122
|
+
let { startSourceSpan: p } = E;
|
|
3123
|
+
return p && p.start.offset === o.startSourceSpan.start.offset;
|
|
3124
|
+
});
|
|
3125
|
+
for (let o = 0; o < d.length; o++) {
|
|
3126
|
+
let E = d[o], { endSourceSpan: p, startSourceSpan: A } = E;
|
|
3127
|
+
if (p === null)
|
|
3128
|
+
m = $().errors, d[o] = t(E) || E;
|
|
3129
|
+
else if (O(E)) {
|
|
3130
|
+
let M = $(), z = A.end.offset, V = p.start.offset;
|
|
3131
|
+
for (let X of M.errors) {
|
|
3132
|
+
let { offset: H } = X.span.start;
|
|
3133
|
+
if (z < H && H < V) {
|
|
3134
|
+
m = [X];
|
|
3135
|
+
break;
|
|
3136
|
+
}
|
|
3137
|
+
}
|
|
3138
|
+
d[o] = t(E) || E;
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
if (m.length > 0) {
|
|
3144
|
+
let { msg: _, span: { start: O, end: x } } = m[0];
|
|
3145
|
+
throw ec(_, { start: { line: O.line + 1, column: O.col + 1 }, end: { line: x.line + 1, column: x.col + 1 } });
|
|
3146
|
+
}
|
|
3147
|
+
let T = (_) => {
|
|
3148
|
+
let O = _.name.startsWith(":") ? _.name.slice(1).split(":")[0] : null, x = _.nameSpan.toString(), k = O !== null && x.startsWith(`${O}:`), $ = k ? x.slice(O.length + 1) : x;
|
|
3149
|
+
_.name = $, _.namespace = O, _.hasExplicitNamespace = k;
|
|
3150
|
+
}, w = (_) => {
|
|
3151
|
+
switch (_.type) {
|
|
3152
|
+
case "element":
|
|
3153
|
+
T(_);
|
|
3154
|
+
for (let O of _.attrs)
|
|
3155
|
+
T(O), O.valueSpan ? (O.value = O.valueSpan.toString(), /["']/.test(O.value[0]) && (O.value = O.value.slice(1, -1))) : O.value = null;
|
|
3156
|
+
break;
|
|
3157
|
+
case "comment":
|
|
3158
|
+
_.value = _.sourceSpan.toString().slice(4, -3);
|
|
3159
|
+
break;
|
|
3160
|
+
case "text":
|
|
3161
|
+
_.value = _.sourceSpan.toString();
|
|
3162
|
+
break;
|
|
3163
|
+
}
|
|
3164
|
+
}, g = (_, O) => {
|
|
3165
|
+
let x = _.toLowerCase();
|
|
3166
|
+
return O(x) ? x : _;
|
|
3167
|
+
}, N = (_) => {
|
|
3168
|
+
if (_.type === "element" && (D && (!_.namespace || _.namespace === _.tagDefinition.implicitNamespacePrefix || hs(_)) && (_.name = g(_.name, (O) => O in uc)), s)) {
|
|
3169
|
+
let O = Vr[_.name] || /* @__PURE__ */ Object.create(null);
|
|
3170
|
+
for (let x of _.attrs)
|
|
3171
|
+
x.namespace || (x.name = g(x.name, (k) => _.name in Vr && (k in Vr["*"] || k in O)));
|
|
3172
|
+
}
|
|
3173
|
+
}, R = (_) => {
|
|
3174
|
+
_.sourceSpan && _.endSourceSpan && (_.sourceSpan = new h(_.sourceSpan.start, _.endSourceSpan.end));
|
|
3175
|
+
}, j = (_) => {
|
|
3176
|
+
if (_.type === "element") {
|
|
3177
|
+
let O = C(f ? _.name : _.name.toLowerCase());
|
|
3178
|
+
!_.namespace || _.namespace === O.implicitNamespacePrefix || hs(_) ? _.tagDefinition = O : _.tagDefinition = C("");
|
|
3179
|
+
}
|
|
3180
|
+
};
|
|
3181
|
+
return l(new class extends a {
|
|
3182
|
+
visit(_) {
|
|
3183
|
+
w(_), j(_), N(_), R(_);
|
|
3184
|
+
}
|
|
3185
|
+
}(), d), d;
|
|
3186
|
+
}
|
|
3187
|
+
function Ns(e, r, u) {
|
|
3188
|
+
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : true, { frontMatter: D, content: s } = n ? Jl(e) : { frontMatter: null, content: e }, i = new Kl(e, r.filepath), f = new cs(i, 0, 0, 0), c = f.moveBy(e.length), F = { type: "root", sourceSpan: new Qe(f, c), children: oc(s, u, r) };
|
|
3189
|
+
if (D) {
|
|
3190
|
+
let h = new cs(i, 0, 0, 0), C = h.moveBy(D.raw.length);
|
|
3191
|
+
D.sourceSpan = new Qe(h, C), F.children.unshift(D);
|
|
3192
|
+
}
|
|
3193
|
+
let a = new nc(F), l = (h, C) => {
|
|
3194
|
+
let { offset: d } = C, m = e.slice(0, d).replace(/[^\n\r]/g, " "), w = Ns(m + h, r, u, false);
|
|
3195
|
+
w.sourceSpan = new Qe(C, Zl(w.children).sourceSpan.end);
|
|
3196
|
+
let g = w.children[0];
|
|
3197
|
+
return g.length === d ? w.children.shift() : (g.sourceSpan = new Qe(g.sourceSpan.start.moveBy(d), g.sourceSpan.end), g.value = g.value.slice(d)), w;
|
|
3198
|
+
};
|
|
3199
|
+
return a.walk((h) => {
|
|
3200
|
+
if (h.type === "comment") {
|
|
3201
|
+
let C = sc(h, l);
|
|
3202
|
+
C && h.parent.replaceChild(h, C);
|
|
3203
|
+
}
|
|
3204
|
+
}), a;
|
|
3205
|
+
}
|
|
3206
|
+
function Ke() {
|
|
3207
|
+
let { name: e, canSelfClose: r = false, normalizeTagName: u = false, normalizeAttributeName: n = false, allowHtmComponentClosingTags: D = false, isTagNameCaseSensitive: s = false, getTagContentType: i } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
3208
|
+
return { parse: (f, c, F) => Ns(f, Object.assign({ parser: e }, F), { canSelfClose: r, normalizeTagName: u, normalizeAttributeName: n, allowHtmComponentClosingTags: D, isTagNameCaseSensitive: s, getTagContentType: i }), hasPragma: tc, astFormat: "html", locStart: ic, locEnd: ac };
|
|
3209
|
+
}
|
|
3210
|
+
Os.exports = { parsers: { html: Ke({ name: "html", canSelfClose: true, normalizeTagName: true, normalizeAttributeName: true, allowHtmComponentClosingTags: true }), angular: Ke({ name: "angular", canSelfClose: true }), vue: Ke({ name: "vue", canSelfClose: true, isTagNameCaseSensitive: true, getTagContentType: (e, r, u, n) => {
|
|
3211
|
+
if (e.toLowerCase() !== "html" && !u && (e !== "template" || n.some((D) => {
|
|
3212
|
+
let { name: s, value: i } = D;
|
|
3213
|
+
return s === "lang" && i !== "html" && i !== "" && i !== void 0;
|
|
3214
|
+
})))
|
|
3215
|
+
return ws().TagContentType.RAW_TEXT;
|
|
3216
|
+
} }), lwc: Ke({ name: "lwc" }) } };
|
|
3217
|
+
});
|
|
3218
|
+
return Dc();
|
|
3219
|
+
});
|
|
3220
|
+
}
|
|
3221
|
+
});
|
|
3222
|
+
export default require_parser_html();
|