@nysds/nys-icon 1.19.2 → 1.19.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nys-icon.js +543 -501
- package/dist/nys-icon.js.map +1 -1
- package/dist/nys-icon.library-3w_7rLli.js +700 -0
- package/dist/nys-icon.library-3w_7rLli.js.map +1 -0
- package/package.json +8 -2
- package/dist/nys-icon.d.ts +0 -74
package/dist/nys-icon.js
CHANGED
|
@@ -1,215 +1,213 @@
|
|
|
1
|
-
import { LitElement as
|
|
2
|
-
import { property as
|
|
1
|
+
import { LitElement as Bn, unsafeCSS as Wn, html as Yn } from "lit";
|
|
2
|
+
import { property as nt, state as jn } from "lit/decorators.js";
|
|
3
3
|
/*!
|
|
4
4
|
* █▄ █ █ █ █▀▀▀█ █▀▀▄ █▀▀▀█
|
|
5
5
|
* █ █ █ █▄▄▄█ ▀▀▀▄▄ █ █ ▀▀▀▄▄
|
|
6
6
|
* █ ▀█ █ █▄▄▄█ █▄▄▀ █▄▄▄█
|
|
7
7
|
*
|
|
8
|
-
* Icon Component v1.19.
|
|
8
|
+
* Icon Component v1.19.4
|
|
9
9
|
* Part of the New York State Design System
|
|
10
10
|
* Repository: https://github.com/its-hcd/nysds
|
|
11
11
|
* License: MIT
|
|
12
12
|
*/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
const s = document.currentScript;
|
|
20
|
-
if (s?.src) return new URL("./icons/", s.src).href;
|
|
21
|
-
const l = Array.from(
|
|
22
|
-
document.querySelectorAll("script[src]")
|
|
23
|
-
).find((m) => o.test(m.src));
|
|
24
|
-
if (l?.src) return new URL("./icons/", l.src).href;
|
|
25
|
-
}
|
|
26
|
-
const n = import.meta.url;
|
|
27
|
-
return n ? new URL("./icons/", n).href : new URL("./icons/", document.baseURI).href;
|
|
13
|
+
const Ot = globalThis.__nysIconRegistry ??= /* @__PURE__ */ new Map(), mt = globalThis.__nysIconWatchers ??= /* @__PURE__ */ new Map();
|
|
14
|
+
let ie = null, Be = null;
|
|
15
|
+
async function $n() {
|
|
16
|
+
return ie || (Be ??= import("./nys-icon.library-3w_7rLli.js").then(
|
|
17
|
+
(o) => ie = o.default
|
|
18
|
+
), Be);
|
|
28
19
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
20
|
+
function Xn() {
|
|
21
|
+
if (globalThis.__nysIconDefaultRegistered || Ot.has("default")) {
|
|
22
|
+
globalThis.__nysIconDefaultRegistered = !0;
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
globalThis.__nysIconDefaultRegistered = !0, Ot.set("default", {
|
|
26
|
+
resolver: async (o) => {
|
|
27
|
+
if (!o) return;
|
|
28
|
+
const s = (await $n())[o];
|
|
29
|
+
return s ? { type: "svg", content: s } : void 0;
|
|
30
|
+
}
|
|
33
31
|
});
|
|
34
32
|
}
|
|
35
|
-
function
|
|
36
|
-
|
|
33
|
+
function ko(o, n) {
|
|
34
|
+
Ot.set(o, n), mt.get(o)?.forEach((s) => s.redraw());
|
|
37
35
|
}
|
|
38
|
-
function
|
|
39
|
-
|
|
36
|
+
function zo(o) {
|
|
37
|
+
Ot.delete(o), mt.get(o)?.forEach((n) => n.redraw());
|
|
40
38
|
}
|
|
41
|
-
function
|
|
42
|
-
return
|
|
39
|
+
function Vn(o) {
|
|
40
|
+
return Xn(), Ot.get(o);
|
|
43
41
|
}
|
|
44
|
-
function
|
|
45
|
-
|
|
42
|
+
function We(o, n) {
|
|
43
|
+
mt.has(o) || mt.set(o, /* @__PURE__ */ new Set()), mt.get(o).add(n);
|
|
46
44
|
}
|
|
47
|
-
function
|
|
48
|
-
|
|
45
|
+
function Ye(o, n) {
|
|
46
|
+
mt.get(o)?.delete(n);
|
|
49
47
|
}
|
|
50
|
-
/*! @license DOMPurify 3.4.
|
|
51
|
-
function
|
|
48
|
+
/*! @license DOMPurify 3.4.12 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.12/LICENSE */
|
|
49
|
+
function je(o, n) {
|
|
52
50
|
(n == null || n > o.length) && (n = o.length);
|
|
53
|
-
for (var s = 0,
|
|
54
|
-
return
|
|
51
|
+
for (var s = 0, l = Array(n); s < n; s++) l[s] = o[s];
|
|
52
|
+
return l;
|
|
55
53
|
}
|
|
56
|
-
function
|
|
54
|
+
function qn(o) {
|
|
57
55
|
if (Array.isArray(o)) return o;
|
|
58
56
|
}
|
|
59
|
-
function
|
|
57
|
+
function Kn(o, n) {
|
|
60
58
|
var s = o == null ? null : typeof Symbol < "u" && o[Symbol.iterator] || o["@@iterator"];
|
|
61
59
|
if (s != null) {
|
|
62
|
-
var
|
|
60
|
+
var l, u, m, A, dt = [], M = !0, ht = !1;
|
|
63
61
|
try {
|
|
64
|
-
if (m = (s = s.call(o)).next, n !== 0) for (; !(
|
|
65
|
-
} catch (
|
|
66
|
-
|
|
62
|
+
if (m = (s = s.call(o)).next, n !== 0) for (; !(M = (l = m.call(s)).done) && (dt.push(l.value), dt.length !== n); M = !0) ;
|
|
63
|
+
} catch (kt) {
|
|
64
|
+
ht = !0, u = kt;
|
|
67
65
|
} finally {
|
|
68
66
|
try {
|
|
69
|
-
if (!
|
|
67
|
+
if (!M && s.return != null && (A = s.return(), Object(A) !== A)) return;
|
|
70
68
|
} finally {
|
|
71
|
-
if (
|
|
69
|
+
if (ht) throw u;
|
|
72
70
|
}
|
|
73
71
|
}
|
|
74
|
-
return
|
|
72
|
+
return dt;
|
|
75
73
|
}
|
|
76
74
|
}
|
|
77
|
-
function
|
|
75
|
+
function Zn() {
|
|
78
76
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
79
77
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
80
78
|
}
|
|
81
|
-
function
|
|
82
|
-
return
|
|
79
|
+
function Jn(o, n) {
|
|
80
|
+
return qn(o) || Kn(o, n) || Qn(o, n) || Zn();
|
|
83
81
|
}
|
|
84
|
-
function
|
|
82
|
+
function Qn(o, n) {
|
|
85
83
|
if (o) {
|
|
86
|
-
if (typeof o == "string") return
|
|
84
|
+
if (typeof o == "string") return je(o, n);
|
|
87
85
|
var s = {}.toString.call(o).slice(8, -1);
|
|
88
|
-
return s === "Object" && o.constructor && (s = o.constructor.name), s === "Map" || s === "Set" ? Array.from(o) : s === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s) ?
|
|
86
|
+
return s === "Object" && o.constructor && (s = o.constructor.name), s === "Map" || s === "Set" ? Array.from(o) : s === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s) ? je(o, n) : void 0;
|
|
89
87
|
}
|
|
90
88
|
}
|
|
91
|
-
const
|
|
92
|
-
let O = Object.freeze,
|
|
89
|
+
const ln = Object.entries, $e = Object.setPrototypeOf, to = Object.isFrozen, eo = Object.getPrototypeOf, no = Object.getOwnPropertyDescriptor;
|
|
90
|
+
let O = Object.freeze, w = Object.seal, pt = Object.create, cn = typeof Reflect < "u" && Reflect, ue = cn.apply, fe = cn.construct;
|
|
93
91
|
O || (O = function(n) {
|
|
94
92
|
return n;
|
|
95
93
|
});
|
|
96
|
-
|
|
94
|
+
w || (w = function(n) {
|
|
97
95
|
return n;
|
|
98
96
|
});
|
|
99
|
-
|
|
100
|
-
for (var
|
|
101
|
-
|
|
102
|
-
return n.apply(s,
|
|
97
|
+
ue || (ue = function(n, s) {
|
|
98
|
+
for (var l = arguments.length, u = new Array(l > 2 ? l - 2 : 0), m = 2; m < l; m++)
|
|
99
|
+
u[m - 2] = arguments[m];
|
|
100
|
+
return n.apply(s, u);
|
|
103
101
|
});
|
|
104
|
-
|
|
105
|
-
for (var s = arguments.length,
|
|
106
|
-
|
|
107
|
-
return new n(...
|
|
102
|
+
fe || (fe = function(n) {
|
|
103
|
+
for (var s = arguments.length, l = new Array(s > 1 ? s - 1 : 0), u = 1; u < s; u++)
|
|
104
|
+
l[u - 1] = arguments[u];
|
|
105
|
+
return new n(...l);
|
|
108
106
|
});
|
|
109
|
-
const
|
|
110
|
-
function
|
|
107
|
+
const ut = E(Array.prototype.forEach), oo = E(Array.prototype.lastIndexOf), Xe = E(Array.prototype.pop), ft = E(Array.prototype.push), io = E(Array.prototype.splice), X = Array.isArray, bt = E(String.prototype.toLowerCase), re = E(String.prototype.toString), Ve = E(String.prototype.match), Et = E(String.prototype.replace), qe = E(String.prototype.indexOf), ro = E(String.prototype.trim), so = E(Number.prototype.toString), ao = E(Boolean.prototype.toString), Ke = typeof BigInt > "u" ? null : E(BigInt.prototype.toString), Ze = typeof Symbol > "u" ? null : E(Symbol.prototype.toString), S = E(Object.prototype.hasOwnProperty), At = E(Object.prototype.toString), b = E(RegExp.prototype.test), et = lo(TypeError);
|
|
108
|
+
function E(o) {
|
|
111
109
|
return function(n) {
|
|
112
110
|
n instanceof RegExp && (n.lastIndex = 0);
|
|
113
|
-
for (var s = arguments.length,
|
|
114
|
-
|
|
115
|
-
return
|
|
111
|
+
for (var s = arguments.length, l = new Array(s > 1 ? s - 1 : 0), u = 1; u < s; u++)
|
|
112
|
+
l[u - 1] = arguments[u];
|
|
113
|
+
return ue(o, n, l);
|
|
116
114
|
};
|
|
117
115
|
}
|
|
118
|
-
function
|
|
116
|
+
function lo(o) {
|
|
119
117
|
return function() {
|
|
120
|
-
for (var n = arguments.length, s = new Array(n),
|
|
121
|
-
s[
|
|
122
|
-
return
|
|
118
|
+
for (var n = arguments.length, s = new Array(n), l = 0; l < n; l++)
|
|
119
|
+
s[l] = arguments[l];
|
|
120
|
+
return fe(o, s);
|
|
123
121
|
};
|
|
124
122
|
}
|
|
125
|
-
function
|
|
126
|
-
let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] :
|
|
127
|
-
if (
|
|
123
|
+
function p(o, n) {
|
|
124
|
+
let s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : bt;
|
|
125
|
+
if ($e && $e(o, null), !X(n))
|
|
128
126
|
return o;
|
|
129
|
-
let
|
|
130
|
-
for (;
|
|
131
|
-
let
|
|
132
|
-
if (typeof
|
|
133
|
-
const m = s(
|
|
134
|
-
m !==
|
|
127
|
+
let l = n.length;
|
|
128
|
+
for (; l--; ) {
|
|
129
|
+
let u = n[l];
|
|
130
|
+
if (typeof u == "string") {
|
|
131
|
+
const m = s(u);
|
|
132
|
+
m !== u && (to(n) || (n[l] = m), u = m);
|
|
135
133
|
}
|
|
136
|
-
o[
|
|
134
|
+
o[u] = !0;
|
|
137
135
|
}
|
|
138
136
|
return o;
|
|
139
137
|
}
|
|
140
|
-
function
|
|
138
|
+
function co(o) {
|
|
141
139
|
for (let n = 0; n < o.length; n++)
|
|
142
|
-
|
|
140
|
+
S(o, n) || (o[n] = null);
|
|
143
141
|
return o;
|
|
144
142
|
}
|
|
145
|
-
function
|
|
146
|
-
const n =
|
|
147
|
-
for (const
|
|
148
|
-
var s =
|
|
149
|
-
const
|
|
150
|
-
|
|
143
|
+
function L(o) {
|
|
144
|
+
const n = pt(null);
|
|
145
|
+
for (const l of ln(o)) {
|
|
146
|
+
var s = Jn(l, 2);
|
|
147
|
+
const u = s[0], m = s[1];
|
|
148
|
+
S(o, u) && (X(m) ? n[u] = co(m) : m && typeof m == "object" && m.constructor === Object ? n[u] = L(m) : n[u] = m);
|
|
151
149
|
}
|
|
152
150
|
return n;
|
|
153
151
|
}
|
|
154
|
-
function
|
|
152
|
+
function uo(o) {
|
|
155
153
|
switch (typeof o) {
|
|
156
154
|
case "string":
|
|
157
155
|
return o;
|
|
158
156
|
case "number":
|
|
159
|
-
return
|
|
157
|
+
return so(o);
|
|
160
158
|
case "boolean":
|
|
161
|
-
return
|
|
159
|
+
return ao(o);
|
|
162
160
|
case "bigint":
|
|
163
|
-
return
|
|
161
|
+
return Ke ? Ke(o) : "0";
|
|
164
162
|
case "symbol":
|
|
165
|
-
return
|
|
163
|
+
return Ze ? Ze(o) : "Symbol()";
|
|
166
164
|
case "undefined":
|
|
167
|
-
return
|
|
165
|
+
return At(o);
|
|
168
166
|
case "function":
|
|
169
167
|
case "object": {
|
|
170
168
|
if (o === null)
|
|
171
|
-
return
|
|
172
|
-
const n = o, s =
|
|
169
|
+
return At(o);
|
|
170
|
+
const n = o, s = H(n, "toString");
|
|
173
171
|
if (typeof s == "function") {
|
|
174
|
-
const
|
|
175
|
-
return typeof
|
|
172
|
+
const l = s(n);
|
|
173
|
+
return typeof l == "string" ? l : At(l);
|
|
176
174
|
}
|
|
177
|
-
return
|
|
175
|
+
return At(o);
|
|
178
176
|
}
|
|
179
177
|
default:
|
|
180
|
-
return
|
|
178
|
+
return At(o);
|
|
181
179
|
}
|
|
182
180
|
}
|
|
183
|
-
function
|
|
181
|
+
function H(o, n) {
|
|
184
182
|
for (; o !== null; ) {
|
|
185
|
-
const
|
|
186
|
-
if (
|
|
187
|
-
if (
|
|
188
|
-
return
|
|
189
|
-
if (typeof
|
|
190
|
-
return
|
|
183
|
+
const l = no(o, n);
|
|
184
|
+
if (l) {
|
|
185
|
+
if (l.get)
|
|
186
|
+
return E(l.get);
|
|
187
|
+
if (typeof l.value == "function")
|
|
188
|
+
return E(l.value);
|
|
191
189
|
}
|
|
192
|
-
o =
|
|
190
|
+
o = eo(o);
|
|
193
191
|
}
|
|
194
192
|
function s() {
|
|
195
193
|
return null;
|
|
196
194
|
}
|
|
197
195
|
return s;
|
|
198
196
|
}
|
|
199
|
-
function
|
|
197
|
+
function fo(o) {
|
|
200
198
|
try {
|
|
201
|
-
return
|
|
199
|
+
return b(o, ""), !0;
|
|
202
200
|
} catch {
|
|
203
201
|
return !1;
|
|
204
202
|
}
|
|
205
203
|
}
|
|
206
|
-
const
|
|
204
|
+
const Je = O(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "search", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), se = O(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "enterkeyhint", "exportparts", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "inputmode", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "part", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), ae = O(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), po = O(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), le = O(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), mo = O(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Qe = O(["#text"]), tn = O(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "command", "commandfor", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "exportparts", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inert", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "part", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "slot", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns"]), ce = O(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dominant-baseline", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "mask-type", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-orientation", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), en = O(["accent", "accentunder", "align", "bevelled", "close", "columnalign", "columnlines", "columnspacing", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lquote", "lspace", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), xt = O(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), ho = w(/{{[\w\W]*|^[\w\W]*}}/g), _o = w(/<%[\w\W]*|^[\w\W]*%>/g), To = w(/\${[\w\W]*/g), go = w(/^data-[\-\w.\u00B7-\uFFFF]+$/), yo = w(/^aria-[\-\w]+$/), nn = w(
|
|
207
205
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
208
206
|
// eslint-disable-line no-useless-escape
|
|
209
|
-
),
|
|
207
|
+
), Eo = w(/^(?:\w+script|data):/i), Ao = w(
|
|
210
208
|
/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
|
|
211
209
|
// eslint-disable-line no-control-regex
|
|
212
|
-
),
|
|
210
|
+
), bo = w(/^html$/i), So = w(/^[a-z][.\w]*(-[.\w]+)+$/i), on = w(/<[/\w!]/g), rn = w(/<[/\w]/g), Oo = w(/<\/no(script|embed|frames)/i), wo = w(/\/>/i), v = {
|
|
213
211
|
element: 1,
|
|
214
212
|
attribute: 2,
|
|
215
213
|
text: 3,
|
|
@@ -225,28 +223,28 @@ const Ve = O(["a", "abbr", "acronym", "address", "area", "article", "aside", "au
|
|
|
225
223
|
documentFragment: 11,
|
|
226
224
|
notation: 12
|
|
227
225
|
// Deprecated
|
|
228
|
-
},
|
|
226
|
+
}, Ro = function() {
|
|
229
227
|
return typeof window > "u" ? null : window;
|
|
230
|
-
},
|
|
228
|
+
}, Io = function(n, s) {
|
|
231
229
|
if (typeof n != "object" || typeof n.createPolicy != "function")
|
|
232
230
|
return null;
|
|
233
|
-
let
|
|
234
|
-
const
|
|
235
|
-
s && s.hasAttribute(
|
|
236
|
-
const m = "dompurify" + (
|
|
231
|
+
let l = null;
|
|
232
|
+
const u = "data-tt-policy-suffix";
|
|
233
|
+
s && s.hasAttribute(u) && (l = s.getAttribute(u));
|
|
234
|
+
const m = "dompurify" + (l ? "#" + l : "");
|
|
237
235
|
try {
|
|
238
236
|
return n.createPolicy(m, {
|
|
239
|
-
createHTML(
|
|
240
|
-
return
|
|
237
|
+
createHTML(A) {
|
|
238
|
+
return A;
|
|
241
239
|
},
|
|
242
|
-
createScriptURL(
|
|
243
|
-
return
|
|
240
|
+
createScriptURL(A) {
|
|
241
|
+
return A;
|
|
244
242
|
}
|
|
245
243
|
});
|
|
246
244
|
} catch {
|
|
247
245
|
return console.warn("TrustedTypes policy " + m + " could not be created."), null;
|
|
248
246
|
}
|
|
249
|
-
},
|
|
247
|
+
}, sn = function() {
|
|
250
248
|
return {
|
|
251
249
|
afterSanitizeAttributes: [],
|
|
252
250
|
afterSanitizeElements: [],
|
|
@@ -258,53 +256,53 @@ const Ve = O(["a", "abbr", "acronym", "address", "area", "article", "aside", "au
|
|
|
258
256
|
uponSanitizeElement: [],
|
|
259
257
|
uponSanitizeShadowNode: []
|
|
260
258
|
};
|
|
261
|
-
},
|
|
262
|
-
return
|
|
259
|
+
}, $ = function(n, s, l, u) {
|
|
260
|
+
return S(n, s) && X(n[s]) ? p(u.base ? L(u.base) : {}, n[s], u.transform) : l;
|
|
263
261
|
};
|
|
264
|
-
function
|
|
265
|
-
let o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] :
|
|
266
|
-
const n = (r) =>
|
|
267
|
-
if (n.version = "3.4.
|
|
262
|
+
function un() {
|
|
263
|
+
let o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Ro();
|
|
264
|
+
const n = (r) => un(r);
|
|
265
|
+
if (n.version = "3.4.12", n.removed = [], !o || !o.document || o.document.nodeType !== v.document || !o.Element)
|
|
268
266
|
return n.isSupported = !1, n;
|
|
269
267
|
let s = o.document;
|
|
270
|
-
const
|
|
268
|
+
const l = s, u = l.currentScript;
|
|
271
269
|
o.DocumentFragment;
|
|
272
|
-
const m = o.HTMLTemplateElement,
|
|
273
|
-
|
|
274
|
-
const
|
|
270
|
+
const m = o.HTMLTemplateElement, A = o.Node, dt = o.Element, M = o.NodeFilter, ht = o.NamedNodeMap;
|
|
271
|
+
ht === void 0 && (o.NamedNodeMap || o.MozNamedAttrMap), o.HTMLFormElement;
|
|
272
|
+
const kt = o.DOMParser, wt = o.trustedTypes, K = dt.prototype, pn = H(K, "cloneNode"), zt = H(K, "remove"), mn = H(K, "nextSibling"), ot = H(K, "childNodes"), Z = H(K, "parentNode"), me = H(K, "shadowRoot"), Ft = H(K, "attributes"), I = A && A.prototype ? H(A.prototype, "nodeType") : null, k = A && A.prototype ? H(A.prototype, "nodeName") : null;
|
|
275
273
|
if (typeof m == "function") {
|
|
276
274
|
const r = s.createElement("template");
|
|
277
275
|
r.content && r.content.ownerDocument && (s = r.content.ownerDocument);
|
|
278
276
|
}
|
|
279
|
-
let
|
|
280
|
-
const
|
|
281
|
-
if (
|
|
282
|
-
throw
|
|
283
|
-
},
|
|
284
|
-
|
|
277
|
+
let D, J = "", Ut, de = !1, _t = 0;
|
|
278
|
+
const he = function() {
|
|
279
|
+
if (_t > 0)
|
|
280
|
+
throw et('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.');
|
|
281
|
+
}, it = function(t) {
|
|
282
|
+
he(), _t++;
|
|
285
283
|
try {
|
|
286
|
-
return
|
|
284
|
+
return D.createHTML(t);
|
|
287
285
|
} finally {
|
|
288
|
-
|
|
286
|
+
_t--;
|
|
289
287
|
}
|
|
290
|
-
},
|
|
291
|
-
|
|
288
|
+
}, dn = function(t) {
|
|
289
|
+
he(), _t++;
|
|
292
290
|
try {
|
|
293
|
-
return
|
|
291
|
+
return D.createScriptURL(t);
|
|
294
292
|
} finally {
|
|
295
|
-
|
|
293
|
+
_t--;
|
|
296
294
|
}
|
|
297
|
-
},
|
|
298
|
-
return
|
|
299
|
-
},
|
|
300
|
-
let
|
|
301
|
-
n.isSupported = typeof
|
|
302
|
-
const
|
|
303
|
-
let
|
|
304
|
-
const
|
|
305
|
-
let
|
|
306
|
-
const
|
|
307
|
-
let
|
|
295
|
+
}, hn = function() {
|
|
296
|
+
return de || (Ut = Io(wt, u), de = !0), Ut;
|
|
297
|
+
}, Rt = s, Ht = Rt.implementation, _e = Rt.createNodeIterator, _n = Rt.createDocumentFragment, Tn = Rt.getElementsByTagName, gn = l.importNode;
|
|
298
|
+
let h = sn();
|
|
299
|
+
n.isSupported = typeof ln == "function" && typeof Z == "function" && Ht && Ht.createHTMLDocument !== void 0;
|
|
300
|
+
const yn = ho, En = _o, An = To, bn = go, Sn = yo, On = Eo, Te = Ao, wn = So;
|
|
301
|
+
let ge = nn, _ = null;
|
|
302
|
+
const ye = p({}, [...Je, ...se, ...ae, ...le, ...Qe]);
|
|
303
|
+
let T = null;
|
|
304
|
+
const Ee = p({}, [...tn, ...ce, ...en, ...xt]);
|
|
305
|
+
let g = Object.seal(pt(null, {
|
|
308
306
|
tagNameCheck: {
|
|
309
307
|
writable: !0,
|
|
310
308
|
configurable: !1,
|
|
@@ -323,8 +321,8 @@ function on() {
|
|
|
323
321
|
enumerable: !0,
|
|
324
322
|
value: !1
|
|
325
323
|
}
|
|
326
|
-
})),
|
|
327
|
-
const
|
|
324
|
+
})), Tt = null, Ae = null;
|
|
325
|
+
const B = Object.seal(pt(null, {
|
|
328
326
|
tagCheck: {
|
|
329
327
|
writable: !0,
|
|
330
328
|
configurable: !1,
|
|
@@ -338,10 +336,10 @@ function on() {
|
|
|
338
336
|
value: null
|
|
339
337
|
}
|
|
340
338
|
}));
|
|
341
|
-
let
|
|
342
|
-
const
|
|
343
|
-
let
|
|
344
|
-
const
|
|
339
|
+
let be = !0, Gt = !0, Se = !1, Oe = !0, W = !1, Y = !0, Q = !1, Bt = !1, Wt = null, Yt = null, jt = !1, rt = !1, It = !1, Nt = !1, we = !0, Re = !1;
|
|
340
|
+
const Ie = "user-content-";
|
|
341
|
+
let $t = !0, Xt = !1, st = {}, z = null;
|
|
342
|
+
const Vt = p({}, [
|
|
345
343
|
"annotation-xml",
|
|
346
344
|
"audio",
|
|
347
345
|
"colgroup",
|
|
@@ -378,123 +376,124 @@ function on() {
|
|
|
378
376
|
"video",
|
|
379
377
|
"xmp"
|
|
380
378
|
]);
|
|
381
|
-
let
|
|
382
|
-
const
|
|
383
|
-
let
|
|
384
|
-
const
|
|
385
|
-
let
|
|
386
|
-
const
|
|
387
|
-
let
|
|
388
|
-
const
|
|
389
|
-
let
|
|
390
|
-
const
|
|
391
|
-
let
|
|
392
|
-
const
|
|
393
|
-
let
|
|
394
|
-
const
|
|
379
|
+
let Ne = null;
|
|
380
|
+
const Le = p({}, ["audio", "video", "img", "source", "image", "track"]);
|
|
381
|
+
let qt = null;
|
|
382
|
+
const De = p({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), Lt = "http://www.w3.org/1998/Math/MathML", Dt = "http://www.w3.org/2000/svg", F = "http://www.w3.org/1999/xhtml";
|
|
383
|
+
let at = F, Kt = !1, Zt = null;
|
|
384
|
+
const Rn = p({}, [Lt, Dt, F], re), Ce = O(["mi", "mo", "mn", "ms", "mtext"]);
|
|
385
|
+
let Jt = p({}, Ce);
|
|
386
|
+
const Me = O(["annotation-xml"]);
|
|
387
|
+
let Qt = p({}, Me);
|
|
388
|
+
const In = p({}, ["title", "style", "font", "a", "script"]);
|
|
389
|
+
let gt = null;
|
|
390
|
+
const Nn = ["application/xhtml+xml", "text/html"], Ln = "text/html";
|
|
391
|
+
let d = null, lt = null;
|
|
392
|
+
const Dn = s.createElement("form"), ve = function(t) {
|
|
395
393
|
return t instanceof RegExp || t instanceof Function;
|
|
396
|
-
},
|
|
394
|
+
}, te = function() {
|
|
397
395
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
398
|
-
if (
|
|
396
|
+
if (lt && lt === t)
|
|
399
397
|
return;
|
|
400
|
-
(!t || typeof t != "object") && (t = {}), t =
|
|
401
|
-
|
|
402
|
-
transform:
|
|
403
|
-
}),
|
|
404
|
-
transform:
|
|
405
|
-
}),
|
|
406
|
-
transform:
|
|
407
|
-
}),
|
|
408
|
-
transform:
|
|
409
|
-
base:
|
|
410
|
-
}),
|
|
411
|
-
transform:
|
|
412
|
-
base:
|
|
413
|
-
}),
|
|
414
|
-
transform:
|
|
415
|
-
}),
|
|
416
|
-
transform:
|
|
417
|
-
}),
|
|
418
|
-
transform:
|
|
419
|
-
}),
|
|
420
|
-
const e =
|
|
421
|
-
if (
|
|
398
|
+
(!t || typeof t != "object") && (t = {}), t = L(t), gt = // eslint-disable-next-line unicorn/prefer-includes
|
|
399
|
+
Nn.indexOf(t.PARSER_MEDIA_TYPE) === -1 ? Ln : t.PARSER_MEDIA_TYPE, d = gt === "application/xhtml+xml" ? re : bt, _ = $(t, "ALLOWED_TAGS", ye, {
|
|
400
|
+
transform: d
|
|
401
|
+
}), T = $(t, "ALLOWED_ATTR", Ee, {
|
|
402
|
+
transform: d
|
|
403
|
+
}), Zt = $(t, "ALLOWED_NAMESPACES", Rn, {
|
|
404
|
+
transform: re
|
|
405
|
+
}), qt = $(t, "ADD_URI_SAFE_ATTR", De, {
|
|
406
|
+
transform: d,
|
|
407
|
+
base: De
|
|
408
|
+
}), Ne = $(t, "ADD_DATA_URI_TAGS", Le, {
|
|
409
|
+
transform: d,
|
|
410
|
+
base: Le
|
|
411
|
+
}), z = $(t, "FORBID_CONTENTS", Vt, {
|
|
412
|
+
transform: d
|
|
413
|
+
}), Tt = $(t, "FORBID_TAGS", L({}), {
|
|
414
|
+
transform: d
|
|
415
|
+
}), Ae = $(t, "FORBID_ATTR", L({}), {
|
|
416
|
+
transform: d
|
|
417
|
+
}), st = S(t, "USE_PROFILES") ? t.USE_PROFILES && typeof t.USE_PROFILES == "object" ? L(t.USE_PROFILES) : t.USE_PROFILES : !1, be = t.ALLOW_ARIA_ATTR !== !1, Gt = t.ALLOW_DATA_ATTR !== !1, Se = t.ALLOW_UNKNOWN_PROTOCOLS || !1, Oe = t.ALLOW_SELF_CLOSE_IN_ATTR !== !1, W = t.SAFE_FOR_TEMPLATES || !1, Y = t.SAFE_FOR_XML !== !1, Q = t.WHOLE_DOCUMENT || !1, rt = t.RETURN_DOM || !1, It = t.RETURN_DOM_FRAGMENT || !1, Nt = t.RETURN_TRUSTED_TYPE || !1, jt = t.FORCE_BODY || !1, we = t.SANITIZE_DOM !== !1, Re = t.SANITIZE_NAMED_PROPS || !1, $t = t.KEEP_CONTENT !== !1, Xt = t.IN_PLACE || !1, ge = fo(t.ALLOWED_URI_REGEXP) ? t.ALLOWED_URI_REGEXP : nn, at = typeof t.NAMESPACE == "string" ? t.NAMESPACE : F, Jt = S(t, "MATHML_TEXT_INTEGRATION_POINTS") && t.MATHML_TEXT_INTEGRATION_POINTS && typeof t.MATHML_TEXT_INTEGRATION_POINTS == "object" ? L(t.MATHML_TEXT_INTEGRATION_POINTS) : p({}, Ce), Qt = S(t, "HTML_INTEGRATION_POINTS") && t.HTML_INTEGRATION_POINTS && typeof t.HTML_INTEGRATION_POINTS == "object" ? L(t.HTML_INTEGRATION_POINTS) : p({}, Me);
|
|
418
|
+
const e = S(t, "CUSTOM_ELEMENT_HANDLING") && t.CUSTOM_ELEMENT_HANDLING && typeof t.CUSTOM_ELEMENT_HANDLING == "object" ? L(t.CUSTOM_ELEMENT_HANDLING) : pt(null);
|
|
419
|
+
if (g = pt(null), S(e, "tagNameCheck") && ve(e.tagNameCheck) && (g.tagNameCheck = e.tagNameCheck), S(e, "attributeNameCheck") && ve(e.attributeNameCheck) && (g.attributeNameCheck = e.attributeNameCheck), S(e, "allowCustomizedBuiltInElements") && typeof e.allowCustomizedBuiltInElements == "boolean" && (g.allowCustomizedBuiltInElements = e.allowCustomizedBuiltInElements), w(g), W && (Gt = !1), It && (rt = !0), st && (_ = p({}, Qe), T = pt(null), st.html === !0 && (p(_, Je), p(T, tn)), st.svg === !0 && (p(_, se), p(T, ce), p(T, xt)), st.svgFilters === !0 && (p(_, ae), p(T, ce), p(T, xt)), st.mathMl === !0 && (p(_, le), p(T, en), p(T, xt))), B.tagCheck = null, B.attributeCheck = null, S(t, "ADD_TAGS") && (typeof t.ADD_TAGS == "function" ? B.tagCheck = t.ADD_TAGS : X(t.ADD_TAGS) && (_ === ye && (_ = L(_)), p(_, t.ADD_TAGS, d))), S(t, "ADD_ATTR") && (typeof t.ADD_ATTR == "function" ? B.attributeCheck = t.ADD_ATTR : X(t.ADD_ATTR) && (T === Ee && (T = L(T)), p(T, t.ADD_ATTR, d))), S(t, "ADD_URI_SAFE_ATTR") && X(t.ADD_URI_SAFE_ATTR) && p(qt, t.ADD_URI_SAFE_ATTR, d), S(t, "FORBID_CONTENTS") && X(t.FORBID_CONTENTS) && (z === Vt && (z = L(z)), p(z, t.FORBID_CONTENTS, d)), S(t, "ADD_FORBID_CONTENTS") && X(t.ADD_FORBID_CONTENTS) && (z === Vt && (z = L(z)), p(z, t.ADD_FORBID_CONTENTS, d)), $t && (_["#text"] = !0), Q && p(_, ["html", "head", "body"]), _.table && (p(_, ["tbody"]), delete Tt.tbody), t.TRUSTED_TYPES_POLICY) {
|
|
422
420
|
if (typeof t.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
423
|
-
throw
|
|
421
|
+
throw et('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
424
422
|
if (typeof t.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
425
|
-
throw
|
|
426
|
-
const i =
|
|
427
|
-
|
|
423
|
+
throw et('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
|
|
424
|
+
const i = D;
|
|
425
|
+
D = t.TRUSTED_TYPES_POLICY;
|
|
428
426
|
try {
|
|
429
|
-
|
|
427
|
+
J = it("");
|
|
430
428
|
} catch (a) {
|
|
431
|
-
throw
|
|
429
|
+
throw D = i, a;
|
|
432
430
|
}
|
|
433
|
-
} else t.TRUSTED_TYPES_POLICY === null ? (
|
|
434
|
-
O && O(t),
|
|
435
|
-
},
|
|
436
|
-
return e.namespaceURI ===
|
|
437
|
-
},
|
|
438
|
-
return e.namespaceURI ===
|
|
439
|
-
},
|
|
440
|
-
return e.namespaceURI ===
|
|
441
|
-
},
|
|
442
|
-
let e =
|
|
431
|
+
} else t.TRUSTED_TYPES_POLICY === null ? (D = void 0, J = "") : (D === void 0 && (D = hn()), D && typeof J == "string" && (J = it("")));
|
|
432
|
+
O && O(t), lt = t;
|
|
433
|
+
}, Pe = p({}, [...se, ...ae, ...po]), xe = p({}, [...le, ...mo]), Cn = function(t, e, i) {
|
|
434
|
+
return e.namespaceURI === F ? t === "svg" : e.namespaceURI === Lt ? t === "svg" && (i === "annotation-xml" || Jt[i]) : !!Pe[t];
|
|
435
|
+
}, Mn = function(t, e, i) {
|
|
436
|
+
return e.namespaceURI === F ? t === "math" : e.namespaceURI === Dt ? t === "math" && Qt[i] : !!xe[t];
|
|
437
|
+
}, vn = function(t, e, i) {
|
|
438
|
+
return e.namespaceURI === Dt && !Qt[i] || e.namespaceURI === Lt && !Jt[i] ? !1 : !xe[t] && (In[t] || !Pe[t]);
|
|
439
|
+
}, Pn = function(t) {
|
|
440
|
+
let e = Z(t);
|
|
443
441
|
(!e || !e.tagName) && (e = {
|
|
444
|
-
namespaceURI:
|
|
442
|
+
namespaceURI: at,
|
|
445
443
|
tagName: "template"
|
|
446
444
|
});
|
|
447
|
-
const i =
|
|
448
|
-
return
|
|
449
|
-
},
|
|
450
|
-
|
|
445
|
+
const i = bt(t.tagName), a = bt(e.tagName);
|
|
446
|
+
return Zt[t.namespaceURI] ? t.namespaceURI === Dt ? Cn(i, e, a) : t.namespaceURI === Lt ? Mn(i, e, a) : t.namespaceURI === F ? vn(i, e, a) : !!(gt === "application/xhtml+xml" && Zt[t.namespaceURI]) : !1;
|
|
447
|
+
}, j = function(t) {
|
|
448
|
+
ft(n.removed, {
|
|
451
449
|
element: t
|
|
452
450
|
});
|
|
453
451
|
try {
|
|
454
|
-
|
|
452
|
+
Z(t).removeChild(t);
|
|
455
453
|
} catch {
|
|
456
|
-
if (
|
|
457
|
-
throw
|
|
454
|
+
if (zt(t), !Z(t))
|
|
455
|
+
throw et("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place");
|
|
458
456
|
}
|
|
459
|
-
},
|
|
460
|
-
|
|
457
|
+
}, Ct = function(t) {
|
|
458
|
+
ee(t);
|
|
459
|
+
const e = ot(t);
|
|
461
460
|
if (e) {
|
|
462
461
|
const a = [];
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
}),
|
|
462
|
+
ut(e, (c) => {
|
|
463
|
+
ft(a, c);
|
|
464
|
+
}), ut(a, (c) => {
|
|
466
465
|
try {
|
|
467
|
-
|
|
466
|
+
zt(c);
|
|
468
467
|
} catch {
|
|
469
468
|
}
|
|
470
469
|
});
|
|
471
470
|
}
|
|
472
|
-
const i =
|
|
471
|
+
const i = Ft(t);
|
|
473
472
|
if (i)
|
|
474
473
|
for (let a = i.length - 1; a >= 0; --a) {
|
|
475
|
-
const
|
|
476
|
-
if (typeof
|
|
474
|
+
const c = i[a], f = c && c.name;
|
|
475
|
+
if (typeof f == "string")
|
|
477
476
|
try {
|
|
478
|
-
t.removeAttribute(
|
|
477
|
+
t.removeAttribute(f);
|
|
479
478
|
} catch {
|
|
480
479
|
}
|
|
481
480
|
}
|
|
482
|
-
},
|
|
481
|
+
}, tt = function(t, e) {
|
|
483
482
|
try {
|
|
484
|
-
|
|
483
|
+
ft(n.removed, {
|
|
485
484
|
attribute: e.getAttributeNode(t),
|
|
486
485
|
from: e
|
|
487
486
|
});
|
|
488
487
|
} catch {
|
|
489
|
-
|
|
488
|
+
ft(n.removed, {
|
|
490
489
|
attribute: null,
|
|
491
490
|
from: e
|
|
492
491
|
});
|
|
493
492
|
}
|
|
494
493
|
if (e.removeAttribute(t), t === "is")
|
|
495
|
-
if (
|
|
494
|
+
if (rt || It)
|
|
496
495
|
try {
|
|
497
|
-
|
|
496
|
+
j(e);
|
|
498
497
|
} catch {
|
|
499
498
|
}
|
|
500
499
|
else
|
|
@@ -502,93 +501,118 @@ function on() {
|
|
|
502
501
|
e.setAttribute(t, "");
|
|
503
502
|
} catch {
|
|
504
503
|
}
|
|
505
|
-
},
|
|
506
|
-
const e =
|
|
504
|
+
}, xn = function(t) {
|
|
505
|
+
const e = Ft(t);
|
|
507
506
|
if (e)
|
|
508
507
|
for (let i = e.length - 1; i >= 0; --i) {
|
|
509
|
-
const a = e[i],
|
|
510
|
-
if (!(typeof
|
|
508
|
+
const a = e[i], c = a && a.name;
|
|
509
|
+
if (!(typeof c != "string" || T[d(c)]))
|
|
511
510
|
try {
|
|
512
|
-
t.removeAttribute(
|
|
511
|
+
t.removeAttribute(c);
|
|
513
512
|
} catch {
|
|
514
513
|
}
|
|
515
514
|
}
|
|
516
|
-
},
|
|
515
|
+
}, ee = function(t) {
|
|
517
516
|
const e = [t];
|
|
518
517
|
for (; e.length > 0; ) {
|
|
519
518
|
const i = e.pop();
|
|
520
|
-
(
|
|
521
|
-
const
|
|
522
|
-
if (
|
|
523
|
-
for (let
|
|
524
|
-
e.push(
|
|
519
|
+
(I ? I(i) : i.nodeType) === v.element && xn(i);
|
|
520
|
+
const c = ot(i);
|
|
521
|
+
if (c)
|
|
522
|
+
for (let f = c.length - 1; f >= 0; --f)
|
|
523
|
+
e.push(c[f]);
|
|
524
|
+
}
|
|
525
|
+
}, kn = function(t) {
|
|
526
|
+
if (!Y)
|
|
527
|
+
return;
|
|
528
|
+
const e = [t];
|
|
529
|
+
for (; e.length > 0; ) {
|
|
530
|
+
const i = e.pop(), a = I ? I(i) : i.nodeType;
|
|
531
|
+
if (a === v.processingInstruction || a === v.comment && b(rn, i.data)) {
|
|
532
|
+
try {
|
|
533
|
+
zt(i);
|
|
534
|
+
} catch {
|
|
535
|
+
}
|
|
536
|
+
continue;
|
|
537
|
+
}
|
|
538
|
+
if (a === v.element) {
|
|
539
|
+
const f = i, y = d(k ? k(i) : i.nodeName);
|
|
540
|
+
try {
|
|
541
|
+
f.hasAttribute && f.hasAttribute("patchsrc") && f.removeAttribute("patchsrc"), f.hasAttribute && f.hasAttribute("for") && y !== "label" && y !== "output" && f.removeAttribute("for");
|
|
542
|
+
} catch {
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
const c = ot(i);
|
|
546
|
+
if (c)
|
|
547
|
+
for (let f = c.length - 1; f >= 0; --f)
|
|
548
|
+
e.push(c[f]);
|
|
525
549
|
}
|
|
526
|
-
},
|
|
550
|
+
}, ke = function(t) {
|
|
527
551
|
let e = null, i = null;
|
|
528
|
-
if (
|
|
552
|
+
if (jt)
|
|
529
553
|
t = "<remove></remove>" + t;
|
|
530
554
|
else {
|
|
531
|
-
const
|
|
532
|
-
i =
|
|
555
|
+
const f = Ve(t, /^[\r\n\t ]+/);
|
|
556
|
+
i = f && f[0];
|
|
533
557
|
}
|
|
534
|
-
|
|
535
|
-
const a =
|
|
536
|
-
if (
|
|
558
|
+
gt === "application/xhtml+xml" && at === F && (t = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + t + "</body></html>");
|
|
559
|
+
const a = D ? it(t) : t;
|
|
560
|
+
if (at === F)
|
|
537
561
|
try {
|
|
538
|
-
e = new
|
|
562
|
+
e = new kt().parseFromString(a, gt);
|
|
539
563
|
} catch {
|
|
540
564
|
}
|
|
541
565
|
if (!e || !e.documentElement) {
|
|
542
|
-
e =
|
|
566
|
+
e = Ht.createDocument(at, "template", null);
|
|
543
567
|
try {
|
|
544
|
-
e.documentElement.innerHTML =
|
|
568
|
+
e.documentElement.innerHTML = Kt ? J : a;
|
|
545
569
|
} catch {
|
|
546
570
|
}
|
|
547
571
|
}
|
|
548
|
-
const
|
|
549
|
-
return t && i &&
|
|
550
|
-
},
|
|
551
|
-
return
|
|
572
|
+
const c = e.body || e.documentElement;
|
|
573
|
+
return t && i && c.insertBefore(s.createTextNode(i), c.childNodes[0] || null), at === F ? Tn.call(e, Q ? "html" : "body")[0] : Q ? e.documentElement : c;
|
|
574
|
+
}, ze = function(t) {
|
|
575
|
+
return _e.call(
|
|
552
576
|
t.ownerDocument || t,
|
|
553
577
|
t,
|
|
554
578
|
// eslint-disable-next-line no-bitwise
|
|
555
|
-
|
|
579
|
+
M.SHOW_ELEMENT | M.SHOW_COMMENT | M.SHOW_TEXT | M.SHOW_PROCESSING_INSTRUCTION | M.SHOW_CDATA_SECTION,
|
|
556
580
|
null
|
|
557
581
|
);
|
|
558
|
-
},
|
|
559
|
-
return t =
|
|
560
|
-
},
|
|
582
|
+
}, Mt = function(t) {
|
|
583
|
+
return t = Et(t, yn, " "), t = Et(t, En, " "), t = Et(t, An, " "), t;
|
|
584
|
+
}, ne = function(t) {
|
|
561
585
|
var e;
|
|
562
586
|
t.normalize();
|
|
563
|
-
const i =
|
|
587
|
+
const i = _e.call(
|
|
564
588
|
t.ownerDocument || t,
|
|
565
589
|
t,
|
|
566
590
|
// eslint-disable-next-line no-bitwise
|
|
567
|
-
|
|
591
|
+
M.SHOW_TEXT | M.SHOW_COMMENT | M.SHOW_CDATA_SECTION | M.SHOW_PROCESSING_INSTRUCTION,
|
|
568
592
|
null
|
|
569
593
|
);
|
|
570
594
|
let a = i.nextNode();
|
|
571
595
|
for (; a; )
|
|
572
|
-
a.data =
|
|
573
|
-
const
|
|
574
|
-
|
|
575
|
-
|
|
596
|
+
a.data = Mt(a.data), a = i.nextNode();
|
|
597
|
+
const c = (e = t.querySelectorAll) === null || e === void 0 ? void 0 : e.call(t, "template");
|
|
598
|
+
c && ut(c, (f) => {
|
|
599
|
+
ct(f.content) && ne(f.content);
|
|
576
600
|
});
|
|
577
|
-
},
|
|
578
|
-
const e =
|
|
579
|
-
return typeof e != "string" ||
|
|
601
|
+
}, vt = function(t) {
|
|
602
|
+
const e = k ? k(t) : null;
|
|
603
|
+
return typeof e != "string" || d(e) !== "form" ? !1 : typeof t.nodeName != "string" || typeof t.textContent != "string" || typeof t.removeChild != "function" || // Realm-safe NamedNodeMap detection: equality against the cached
|
|
580
604
|
// prototype getter. Clobbered .attributes (e.g. <input name="attributes">)
|
|
581
605
|
// makes the direct read diverge from the cached read; a clean form
|
|
582
606
|
// (same-realm OR foreign-realm) has both reads pointing at the same
|
|
583
607
|
// canonical NamedNodeMap.
|
|
584
|
-
t.attributes !==
|
|
608
|
+
t.attributes !== Ft(t) || typeof t.removeAttribute != "function" || typeof t.setAttribute != "function" || typeof t.namespaceURI != "string" || typeof t.insertBefore != "function" || typeof t.hasChildNodes != "function" || // NodeType clobbering probe. Cached Node.prototype.nodeType getter
|
|
585
609
|
// returns the integer 1 for any Element regardless of realm; direct
|
|
586
610
|
// read on a clobbered form (e.g. <input name="nodeType">) returns
|
|
587
611
|
// the named child element. Cheap addition — nodeType is read from
|
|
588
612
|
// an internal slot, no serialization cost — and removes a residual
|
|
589
613
|
// clobbering surface used by several mXSS / PI / comment branches
|
|
590
614
|
// in _sanitizeElements that compare currentNode.nodeType directly.
|
|
591
|
-
t.nodeType !==
|
|
615
|
+
t.nodeType !== I(t) || // HTMLFormElement has [LegacyOverrideBuiltIns]: a descendant named
|
|
592
616
|
// "childNodes" shadows the prototype getter. Direct reads of
|
|
593
617
|
// form.childNodes from a clobbered form return the named child
|
|
594
618
|
// instead of the real NodeList, so any walk that reads it directly
|
|
@@ -599,76 +623,82 @@ function on() {
|
|
|
599
623
|
// select, etc.) regardless of whether the named child happens to
|
|
600
624
|
// carry a numeric .length, which a typeof-based probe would miss
|
|
601
625
|
// (e.g. HTMLSelectElement.length is a defined unsigned-long).
|
|
602
|
-
t.childNodes !==
|
|
603
|
-
},
|
|
604
|
-
if (!
|
|
626
|
+
t.childNodes !== ot(t);
|
|
627
|
+
}, ct = function(t) {
|
|
628
|
+
if (!I || typeof t != "object" || t === null)
|
|
605
629
|
return !1;
|
|
606
630
|
try {
|
|
607
|
-
return
|
|
631
|
+
return I(t) === v.documentFragment;
|
|
608
632
|
} catch {
|
|
609
633
|
return !1;
|
|
610
634
|
}
|
|
611
|
-
},
|
|
612
|
-
if (!
|
|
635
|
+
}, yt = function(t) {
|
|
636
|
+
if (!I || typeof t != "object" || t === null)
|
|
613
637
|
return !1;
|
|
614
638
|
try {
|
|
615
|
-
return typeof
|
|
639
|
+
return typeof I(t) == "number";
|
|
616
640
|
} catch {
|
|
617
641
|
return !1;
|
|
618
642
|
}
|
|
619
643
|
};
|
|
620
644
|
function U(r, t, e) {
|
|
621
|
-
r.length !== 0 &&
|
|
622
|
-
i.call(n, t, e,
|
|
645
|
+
r.length !== 0 && ut(r, (i) => {
|
|
646
|
+
i.call(n, t, e, lt);
|
|
623
647
|
});
|
|
624
648
|
}
|
|
625
|
-
const
|
|
626
|
-
return !!(
|
|
627
|
-
},
|
|
628
|
-
if (!
|
|
649
|
+
const zn = function(t, e) {
|
|
650
|
+
return !!(Y && t.hasChildNodes() && !yt(t.firstElementChild) && b(on, t.textContent) && b(on, t.innerHTML) || Y && t.namespaceURI === F && e === "style" && yt(t.firstElementChild) || t.nodeType === v.processingInstruction || Y && t.nodeType === v.comment && b(rn, t.data));
|
|
651
|
+
}, Fn = function(t, e) {
|
|
652
|
+
if (!Tt[e] && He(e) && (g.tagNameCheck instanceof RegExp && b(g.tagNameCheck, e) || g.tagNameCheck instanceof Function && g.tagNameCheck(e)))
|
|
629
653
|
return !1;
|
|
630
|
-
if (
|
|
631
|
-
const i =
|
|
654
|
+
if ($t && !z[e]) {
|
|
655
|
+
const i = Z(t), a = ot(t);
|
|
632
656
|
if (a && i) {
|
|
633
|
-
const
|
|
634
|
-
for (let
|
|
635
|
-
const
|
|
636
|
-
i.insertBefore(
|
|
657
|
+
const c = a.length;
|
|
658
|
+
for (let f = c - 1; f >= 0; --f) {
|
|
659
|
+
const y = Xt ? a[f] : pn(a[f], !0);
|
|
660
|
+
i.insertBefore(y, mn(t));
|
|
637
661
|
}
|
|
638
662
|
}
|
|
639
663
|
}
|
|
640
|
-
return
|
|
641
|
-
},
|
|
642
|
-
if (U(
|
|
643
|
-
return
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
return
|
|
652
|
-
if ((
|
|
653
|
-
return
|
|
654
|
-
if (B &&
|
|
655
|
-
const
|
|
656
|
-
|
|
664
|
+
return j(t), !0;
|
|
665
|
+
}, Fe = function(t, e) {
|
|
666
|
+
if (U(h.beforeSanitizeElements, t, null), t !== e && Z(t) === null)
|
|
667
|
+
return !0;
|
|
668
|
+
if (vt(t))
|
|
669
|
+
return j(t), !0;
|
|
670
|
+
const i = d(k ? k(t) : t.nodeName);
|
|
671
|
+
if (U(h.uponSanitizeElement, t, {
|
|
672
|
+
tagName: i,
|
|
673
|
+
allowedTags: _
|
|
674
|
+
}), t !== e && Z(t) === null)
|
|
675
|
+
return !0;
|
|
676
|
+
if (zn(t, i))
|
|
677
|
+
return j(t), !0;
|
|
678
|
+
if (Tt[i] || !(B.tagCheck instanceof Function && B.tagCheck(i)) && !_[i]) {
|
|
679
|
+
const c = Fn(t, i);
|
|
680
|
+
return c === !1 && U(h.afterSanitizeElements, t, null), c;
|
|
681
|
+
}
|
|
682
|
+
if ((I ? I(t) : t.nodeType) === v.element && !Pn(t) || (i === "noscript" || i === "noembed" || i === "noframes") && b(Oo, t.innerHTML))
|
|
683
|
+
return j(t), !0;
|
|
684
|
+
if (W && t.nodeType === v.text) {
|
|
685
|
+
const c = Mt(t.textContent);
|
|
686
|
+
t.textContent !== c && (ft(n.removed, {
|
|
657
687
|
element: t.cloneNode()
|
|
658
|
-
}), t.textContent =
|
|
688
|
+
}), t.textContent = c);
|
|
659
689
|
}
|
|
660
|
-
return U(
|
|
661
|
-
},
|
|
662
|
-
if (
|
|
690
|
+
return U(h.afterSanitizeElements, t, null), !1;
|
|
691
|
+
}, Ue = function(t, e, i) {
|
|
692
|
+
if (Ae[e] || Y && e === "patchsrc" || Y && e === "for" && t !== "label" && t !== "output" || we && (e === "id" || e === "name") && (i in s || i in Dn))
|
|
663
693
|
return !1;
|
|
664
|
-
const a =
|
|
665
|
-
if (!(
|
|
666
|
-
if (!(
|
|
694
|
+
const a = T[e] || B.attributeCheck instanceof Function && B.attributeCheck(e, t);
|
|
695
|
+
if (!(Gt && b(bn, e))) {
|
|
696
|
+
if (!(be && b(Sn, e))) {
|
|
667
697
|
if (a) {
|
|
668
|
-
if (
|
|
669
|
-
if (!
|
|
670
|
-
if (!((e === "src" || e === "xlink:href" || e === "href") && t !== "script" &&
|
|
671
|
-
if (!(
|
|
698
|
+
if (!qt[e]) {
|
|
699
|
+
if (!b(ge, Et(i, Te, ""))) {
|
|
700
|
+
if (!((e === "src" || e === "xlink:href" || e === "href") && t !== "script" && qe(i, "data:") === 0 && Ne[t])) {
|
|
701
|
+
if (!(Se && !b(On, Et(i, Te, "")))) {
|
|
672
702
|
if (i)
|
|
673
703
|
return !1;
|
|
674
704
|
}
|
|
@@ -679,82 +709,82 @@ function on() {
|
|
|
679
709
|
// First condition does a very basic check if a) it's basically a valid custom element tagname AND
|
|
680
710
|
// b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
681
711
|
// and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
|
|
682
|
-
!(
|
|
712
|
+
!(He(t) && (g.tagNameCheck instanceof RegExp && b(g.tagNameCheck, t) || g.tagNameCheck instanceof Function && g.tagNameCheck(t)) && (g.attributeNameCheck instanceof RegExp && b(g.attributeNameCheck, e) || g.attributeNameCheck instanceof Function && g.attributeNameCheck(e, t)) || // Alternative, second condition checks if it's an `is`-attribute, AND
|
|
683
713
|
// the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
|
|
684
|
-
e === "is" &&
|
|
714
|
+
e === "is" && g.allowCustomizedBuiltInElements && (g.tagNameCheck instanceof RegExp && b(g.tagNameCheck, i) || g.tagNameCheck instanceof Function && g.tagNameCheck(i)))
|
|
685
715
|
) return !1;
|
|
686
716
|
}
|
|
687
717
|
}
|
|
688
718
|
return !0;
|
|
689
|
-
},
|
|
690
|
-
return !
|
|
691
|
-
},
|
|
692
|
-
if (
|
|
719
|
+
}, Un = p({}, ["annotation-xml", "color-profile", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "missing-glyph"]), He = function(t) {
|
|
720
|
+
return !Un[bt(t)] && b(wn, t);
|
|
721
|
+
}, Hn = function(t, e, i, a) {
|
|
722
|
+
if (D && typeof wt == "object" && typeof wt.getAttributeType == "function" && !i)
|
|
693
723
|
switch (wt.getAttributeType(t, e)) {
|
|
694
724
|
case "TrustedHTML":
|
|
695
|
-
return
|
|
725
|
+
return it(a);
|
|
696
726
|
case "TrustedScriptURL":
|
|
697
|
-
return
|
|
727
|
+
return dn(a);
|
|
698
728
|
}
|
|
699
729
|
return a;
|
|
700
|
-
},
|
|
730
|
+
}, Gn = function(t, e, i, a) {
|
|
701
731
|
try {
|
|
702
|
-
i ? t.setAttributeNS(i, e, a) : t.setAttribute(e, a),
|
|
732
|
+
i ? t.setAttributeNS(i, e, a) : t.setAttribute(e, a), vt(t) ? j(t) : Xe(n.removed);
|
|
703
733
|
} catch {
|
|
704
|
-
|
|
734
|
+
tt(e, t);
|
|
705
735
|
}
|
|
706
|
-
},
|
|
707
|
-
U(
|
|
736
|
+
}, Ge = function(t) {
|
|
737
|
+
U(h.beforeSanitizeAttributes, t, null);
|
|
708
738
|
const e = t.attributes;
|
|
709
|
-
if (!e ||
|
|
739
|
+
if (!e || vt(t))
|
|
710
740
|
return;
|
|
711
741
|
const i = {
|
|
712
742
|
attrName: "",
|
|
713
743
|
attrValue: "",
|
|
714
744
|
keepAttr: !0,
|
|
715
|
-
allowedAttributes:
|
|
745
|
+
allowedAttributes: T,
|
|
716
746
|
forceKeepAttr: void 0
|
|
717
747
|
};
|
|
718
748
|
let a = e.length;
|
|
719
|
-
const
|
|
749
|
+
const c = d(t.nodeName);
|
|
720
750
|
for (; a--; ) {
|
|
721
|
-
const
|
|
722
|
-
let
|
|
723
|
-
if (i.attrName =
|
|
724
|
-
|
|
751
|
+
const f = e[a], y = f.name, R = f.namespaceURI, P = f.value, C = d(y), x = P;
|
|
752
|
+
let N = y === "value" ? x : ro(x);
|
|
753
|
+
if (i.attrName = C, i.attrValue = N, i.keepAttr = !0, i.forceKeepAttr = void 0, U(h.uponSanitizeAttribute, t, i), N = i.attrValue, Re && (C === "id" || C === "name") && qe(N, Ie) !== 0 && (tt(y, t), N = Ie + N), Y && b(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i, N)) {
|
|
754
|
+
tt(y, t);
|
|
725
755
|
continue;
|
|
726
756
|
}
|
|
727
|
-
if (
|
|
728
|
-
|
|
757
|
+
if (C === "attributename" && Ve(N, "href")) {
|
|
758
|
+
tt(y, t);
|
|
729
759
|
continue;
|
|
730
760
|
}
|
|
731
761
|
if (!i.forceKeepAttr) {
|
|
732
762
|
if (!i.keepAttr) {
|
|
733
|
-
|
|
763
|
+
tt(y, t);
|
|
734
764
|
continue;
|
|
735
765
|
}
|
|
736
|
-
if (!
|
|
737
|
-
|
|
766
|
+
if (!Oe && b(wo, N)) {
|
|
767
|
+
tt(y, t);
|
|
738
768
|
continue;
|
|
739
769
|
}
|
|
740
|
-
if (
|
|
741
|
-
|
|
770
|
+
if (W && (N = Mt(N)), !Ue(c, C, N)) {
|
|
771
|
+
tt(y, t);
|
|
742
772
|
continue;
|
|
743
773
|
}
|
|
744
|
-
|
|
774
|
+
N = Hn(c, C, R, N), N !== x && Gn(t, y, R, N);
|
|
745
775
|
}
|
|
746
776
|
}
|
|
747
|
-
U(
|
|
748
|
-
},
|
|
777
|
+
U(h.afterSanitizeAttributes, t, null);
|
|
778
|
+
}, Pt = function(t) {
|
|
749
779
|
let e = null;
|
|
750
|
-
const i =
|
|
751
|
-
for (U(
|
|
752
|
-
if (U(
|
|
753
|
-
const
|
|
754
|
-
|
|
780
|
+
const i = ze(t);
|
|
781
|
+
for (U(h.beforeSanitizeShadowDOM, t, null); e = i.nextNode(); )
|
|
782
|
+
if (U(h.uponSanitizeShadowNode, e, null), Fe(e, t), Ge(e), ct(e.content) && Pt(e.content), (I ? I(e) : e.nodeType) === v.element) {
|
|
783
|
+
const c = me(e);
|
|
784
|
+
ct(c) && (oe(c), Pt(c));
|
|
755
785
|
}
|
|
756
|
-
U(
|
|
757
|
-
},
|
|
786
|
+
U(h.afterSanitizeShadowDOM, t, null);
|
|
787
|
+
}, oe = function(t) {
|
|
758
788
|
const e = [{
|
|
759
789
|
node: t,
|
|
760
790
|
shadow: null
|
|
@@ -762,146 +792,156 @@ function on() {
|
|
|
762
792
|
for (; e.length > 0; ) {
|
|
763
793
|
const i = e.pop();
|
|
764
794
|
if (i.shadow) {
|
|
765
|
-
|
|
795
|
+
Pt(i.shadow);
|
|
766
796
|
continue;
|
|
767
797
|
}
|
|
768
|
-
const a = i.node,
|
|
769
|
-
if (
|
|
770
|
-
for (let
|
|
798
|
+
const a = i.node, f = (I ? I(a) : a.nodeType) === v.element, y = ot(a);
|
|
799
|
+
if (y)
|
|
800
|
+
for (let R = y.length - 1; R >= 0; --R)
|
|
771
801
|
e.push({
|
|
772
|
-
node:
|
|
802
|
+
node: y[R],
|
|
773
803
|
shadow: null
|
|
774
804
|
});
|
|
775
|
-
if (
|
|
776
|
-
const
|
|
777
|
-
if (typeof
|
|
778
|
-
const
|
|
779
|
-
|
|
780
|
-
node:
|
|
805
|
+
if (f) {
|
|
806
|
+
const R = k ? k(a) : null;
|
|
807
|
+
if (typeof R == "string" && d(R) === "template") {
|
|
808
|
+
const P = a.content;
|
|
809
|
+
ct(P) && e.push({
|
|
810
|
+
node: P,
|
|
781
811
|
shadow: null
|
|
782
812
|
});
|
|
783
813
|
}
|
|
784
814
|
}
|
|
785
|
-
if (
|
|
786
|
-
const
|
|
787
|
-
|
|
815
|
+
if (f) {
|
|
816
|
+
const R = me(a);
|
|
817
|
+
ct(R) && e.push({
|
|
788
818
|
node: null,
|
|
789
|
-
shadow:
|
|
819
|
+
shadow: R
|
|
790
820
|
}, {
|
|
791
|
-
node:
|
|
821
|
+
node: R,
|
|
792
822
|
shadow: null
|
|
793
823
|
});
|
|
794
824
|
}
|
|
795
825
|
}
|
|
796
826
|
};
|
|
797
827
|
return n.sanitize = function(r) {
|
|
798
|
-
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e = null, i = null, a = null,
|
|
799
|
-
if (
|
|
800
|
-
throw
|
|
828
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, e = null, i = null, a = null, c = null;
|
|
829
|
+
if (Kt = !r, Kt && (r = "<!-->"), typeof r != "string" && !yt(r) && (r = uo(r), typeof r != "string"))
|
|
830
|
+
throw et("dirty is not a string, aborting");
|
|
801
831
|
if (!n.isSupported)
|
|
802
832
|
return r;
|
|
803
|
-
|
|
804
|
-
const
|
|
805
|
-
if (
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
833
|
+
Bt ? (_ = Wt, T = Yt) : te(t), (h.uponSanitizeElement.length > 0 || h.uponSanitizeAttribute.length > 0) && (_ = L(_)), h.uponSanitizeAttribute.length > 0 && (T = L(T)), n.removed = [];
|
|
834
|
+
const f = Xt && typeof r != "string" && yt(r);
|
|
835
|
+
if (f) {
|
|
836
|
+
kn(r);
|
|
837
|
+
const C = k ? k(r) : r.nodeName;
|
|
838
|
+
if (typeof C == "string") {
|
|
839
|
+
const x = d(C);
|
|
840
|
+
if (!_[x] || Tt[x])
|
|
841
|
+
throw Ct(r), et("root node is forbidden and cannot be sanitized in-place");
|
|
811
842
|
}
|
|
812
|
-
if (
|
|
813
|
-
throw
|
|
843
|
+
if (vt(r))
|
|
844
|
+
throw Ct(r), et("root node is clobbered and cannot be sanitized in-place");
|
|
814
845
|
try {
|
|
815
|
-
|
|
816
|
-
} catch (
|
|
817
|
-
throw
|
|
846
|
+
oe(r);
|
|
847
|
+
} catch (x) {
|
|
848
|
+
throw Ct(r), x;
|
|
818
849
|
}
|
|
819
|
-
} else if (
|
|
820
|
-
e =
|
|
850
|
+
} else if (yt(r))
|
|
851
|
+
e = ke("<!---->"), i = e.ownerDocument.importNode(r, !0), i.nodeType === v.element && i.nodeName === "BODY" || i.nodeName === "HTML" ? e = i : e.appendChild(i), oe(i);
|
|
821
852
|
else {
|
|
822
|
-
if (!
|
|
853
|
+
if (!rt && !W && !Q && // eslint-disable-next-line unicorn/prefer-includes
|
|
823
854
|
r.indexOf("<") === -1)
|
|
824
|
-
return
|
|
825
|
-
if (e =
|
|
826
|
-
return
|
|
855
|
+
return D && Nt ? it(r) : r;
|
|
856
|
+
if (e = ke(r), !e)
|
|
857
|
+
return rt ? null : Nt ? J : "";
|
|
827
858
|
}
|
|
828
|
-
e &&
|
|
829
|
-
const
|
|
859
|
+
e && jt && j(e.firstChild);
|
|
860
|
+
const y = f ? r : e, R = ze(y);
|
|
830
861
|
try {
|
|
831
|
-
for (; a =
|
|
832
|
-
|
|
833
|
-
} catch (
|
|
834
|
-
throw
|
|
862
|
+
for (; a = R.nextNode(); )
|
|
863
|
+
Fe(a, y), Ge(a), ct(a.content) && Pt(a.content);
|
|
864
|
+
} catch (C) {
|
|
865
|
+
throw f && (Ct(r), ut(n.removed, (x) => {
|
|
866
|
+
x.element && ee(x.element);
|
|
867
|
+
})), C;
|
|
835
868
|
}
|
|
836
|
-
if (
|
|
837
|
-
return
|
|
838
|
-
|
|
839
|
-
}),
|
|
840
|
-
if (
|
|
841
|
-
if (
|
|
842
|
-
for (
|
|
843
|
-
|
|
869
|
+
if (f)
|
|
870
|
+
return ut(n.removed, (C) => {
|
|
871
|
+
C.element && ee(C.element);
|
|
872
|
+
}), W && ne(r), r;
|
|
873
|
+
if (rt) {
|
|
874
|
+
if (W && ne(e), It)
|
|
875
|
+
for (c = _n.call(e.ownerDocument); e.firstChild; )
|
|
876
|
+
c.appendChild(e.firstChild);
|
|
844
877
|
else
|
|
845
|
-
|
|
846
|
-
return (
|
|
878
|
+
c = e;
|
|
879
|
+
return (T.shadowroot || T.shadowrootmode) && (c = gn.call(l, c, !0)), c;
|
|
847
880
|
}
|
|
848
|
-
let
|
|
849
|
-
return
|
|
850
|
-
` +
|
|
881
|
+
let P = Q ? e.outerHTML : e.innerHTML;
|
|
882
|
+
return Q && _["!doctype"] && e.ownerDocument && e.ownerDocument.doctype && e.ownerDocument.doctype.name && b(bo, e.ownerDocument.doctype.name) && (P = "<!DOCTYPE " + e.ownerDocument.doctype.name + `>
|
|
883
|
+
` + P), W && (P = Mt(P)), D && Nt ? it(P) : P;
|
|
851
884
|
}, n.setConfig = function() {
|
|
852
885
|
let r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
853
|
-
|
|
886
|
+
te(r), Bt = !0, Wt = _, Yt = T;
|
|
854
887
|
}, n.clearConfig = function() {
|
|
855
|
-
|
|
888
|
+
lt = null, Bt = !1, Wt = null, Yt = null, D = Ut, J = "";
|
|
856
889
|
}, n.isValidAttribute = function(r, t, e) {
|
|
857
|
-
|
|
858
|
-
const i =
|
|
859
|
-
return
|
|
890
|
+
lt || te({});
|
|
891
|
+
const i = d(r), a = d(t);
|
|
892
|
+
return Ue(i, a, e);
|
|
860
893
|
}, n.addHook = function(r, t) {
|
|
861
|
-
typeof t == "function" &&
|
|
894
|
+
typeof t == "function" && S(h, r) && ft(h[r], t);
|
|
862
895
|
}, n.removeHook = function(r, t) {
|
|
863
|
-
if (
|
|
896
|
+
if (S(h, r)) {
|
|
864
897
|
if (t !== void 0) {
|
|
865
|
-
const e =
|
|
866
|
-
return e === -1 ? void 0 :
|
|
898
|
+
const e = oo(h[r], t);
|
|
899
|
+
return e === -1 ? void 0 : io(h[r], e, 1)[0];
|
|
867
900
|
}
|
|
868
|
-
return
|
|
901
|
+
return Xe(h[r]);
|
|
869
902
|
}
|
|
870
903
|
}, n.removeHooks = function(r) {
|
|
871
|
-
|
|
904
|
+
S(h, r) && (h[r] = []);
|
|
872
905
|
}, n.removeAllHooks = function() {
|
|
873
|
-
|
|
906
|
+
h = sn();
|
|
874
907
|
}, n;
|
|
875
908
|
}
|
|
876
|
-
var
|
|
877
|
-
const St = /* @__PURE__ */ new Map();
|
|
878
|
-
|
|
879
|
-
const
|
|
880
|
-
if (!n.ok)
|
|
881
|
-
throw new Error(`Failed to load icon: ${n.status}`);
|
|
882
|
-
const s = await n.text(), c = Ao.sanitize(s, {
|
|
909
|
+
var No = un();
|
|
910
|
+
const St = /* @__PURE__ */ new Map(), pe = /* @__PURE__ */ new Map();
|
|
911
|
+
function fn(o, n) {
|
|
912
|
+
const s = No.sanitize(o, {
|
|
883
913
|
USE_PROFILES: { svg: !0, svgFilters: !0 },
|
|
884
914
|
FORBID_TAGS: ["script", "use"],
|
|
885
915
|
// <use> can SSRF to external hrefs
|
|
886
916
|
FORBID_ATTR: ["onload", "onerror", "onbegin", "href", "xlink:href"]
|
|
887
|
-
}),
|
|
888
|
-
if (!(
|
|
889
|
-
throw new Error(`Invalid SVG from ${
|
|
890
|
-
return
|
|
917
|
+
}), m = new DOMParser().parseFromString(s, "image/svg+xml").documentElement;
|
|
918
|
+
if (!(m instanceof SVGElement))
|
|
919
|
+
throw new Error(`Invalid SVG from ${n}`);
|
|
920
|
+
return m;
|
|
921
|
+
}
|
|
922
|
+
async function Lo(o) {
|
|
923
|
+
const n = await fetch(o);
|
|
924
|
+
if (!n.ok)
|
|
925
|
+
throw new Error(`Failed to load icon: ${n.status}`);
|
|
926
|
+
return fn(await n.text(), o);
|
|
891
927
|
}
|
|
892
|
-
async function
|
|
893
|
-
return St.has(o) || St.set(o,
|
|
928
|
+
async function an(o) {
|
|
929
|
+
return St.has(o) || St.set(o, Lo(o)), (await St.get(o)).cloneNode(!0);
|
|
894
930
|
}
|
|
895
|
-
function
|
|
896
|
-
|
|
931
|
+
function Do(o) {
|
|
932
|
+
let n = pe.get(o);
|
|
933
|
+
return n || (n = fn(o, "inline SVG source"), pe.set(o, n)), n.cloneNode(!0);
|
|
897
934
|
}
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
935
|
+
function Fo(o) {
|
|
936
|
+
o ? St.delete(o) : (St.clear(), pe.clear());
|
|
937
|
+
}
|
|
938
|
+
const Co = ":host{display:inline-block;width:fit-content;height:fit-content;--_nys-icon-size: var( --nys-icon-size, .7em );box-sizing:content-box!important;vertical-align:middle}@supports (font-size: 1cap){:host{--_nys-icon-size: var(--nys-icon-size, 1cap)}}.nys-icon--svg{width:var(--_nys-icon-size, 1em);height:var(--_nys-icon-size, 1em);display:block;white-space:nowrap}.nys-icon--xs{width:calc(var(--_nys-icon-size) * .75);height:calc(var(--_nys-icon-size) * .75)}.nys-icon--sm{width:calc(var(--_nys-icon-size) * .875);height:calc(var(--_nys-icon-size) * .875)}.nys-icon--md{width:var(--_nys-icon-size);height:var(--_nys-icon-size)}.nys-icon--lg{width:calc(var(--_nys-icon-size) * 1.125);height:calc(var(--_nys-icon-size) * 1.125)}.nys-icon--xl{width:calc(var(--_nys-icon-size) * 1.25);height:calc(var(--_nys-icon-size) * 1.25)}.nys-icon--2xl{width:calc(var(--_nys-icon-size) * 1.5);height:calc(var(--_nys-icon-size) * 1.5)}.nys-icon--3xl{width:calc(var(--_nys-icon-size) * 1.875);height:calc(var(--_nys-icon-size) * 1.875)}.nys-icon--4xl{width:calc(var(--_nys-icon-size) * 2.25);height:calc(var(--_nys-icon-size) * 2.25)}.nys-icon--5xl{width:calc(var(--_nys-icon-size) * 3);height:calc(var(--_nys-icon-size) * 3)}.nys-icon--12{width:.75rem;height:.75rem}.nys-icon--14{width:.875rem;height:.875rem}.nys-icon--16{width:1rem;height:1rem}.nys-icon--18{width:1.125rem;height:1.125rem}.nys-icon--20{width:1.25rem;height:1.25rem}.nys-icon--24{width:1.5rem;height:1.5rem}.nys-icon--32{width:2rem;height:2rem}.nys-icon--40{width:2.5rem;height:2.5rem}.nys-icon--50{width:3.125rem;height:3.125rem}.nys-icon--flip-horizontal{transform:scaleX(-1)}.nys-icon--flip-vertical{transform:scaleY(-1)}.nys-icon--flip-both{transform:scale(-1)}";
|
|
939
|
+
var Mo = Object.defineProperty, q = (o, n, s, l) => {
|
|
940
|
+
for (var u = void 0, m = o.length - 1, A; m >= 0; m--)
|
|
941
|
+
(A = o[m]) && (u = A(n, s, u) || u);
|
|
942
|
+
return u && Mo(n, s, u), u;
|
|
943
|
+
}, V;
|
|
944
|
+
const G = (V = class extends Bn {
|
|
905
945
|
constructor() {
|
|
906
946
|
super(...arguments), this.name = "", this.library = "default", this.ariaLabel = "", this.rotate = "0", this.flip = "", this.color = "", this.size = "md", this._svg = null, this._loadSeq = 0, this._loadPromise = null;
|
|
907
947
|
}
|
|
@@ -913,10 +953,10 @@ const F = ($ = class extends Pn {
|
|
|
913
953
|
})();
|
|
914
954
|
}
|
|
915
955
|
connectedCallback() {
|
|
916
|
-
super.connectedCallback(),
|
|
956
|
+
super.connectedCallback(), We(this.library, this);
|
|
917
957
|
}
|
|
918
958
|
disconnectedCallback() {
|
|
919
|
-
super.disconnectedCallback(),
|
|
959
|
+
super.disconnectedCallback(), Ye(this.library, this);
|
|
920
960
|
}
|
|
921
961
|
/** Called by the icon library registry when the current library changes. */
|
|
922
962
|
redraw() {
|
|
@@ -933,14 +973,14 @@ const F = ($ = class extends Pn {
|
|
|
933
973
|
this._loadIcon();
|
|
934
974
|
}
|
|
935
975
|
updated(n) {
|
|
936
|
-
if (n.has("name") &&
|
|
976
|
+
if (n.has("name") && !V._validName.test(this.name)) {
|
|
937
977
|
console.warn(`nys-icon: invalid name "${this.name}" — ignored`), this._svg = null;
|
|
938
978
|
return;
|
|
939
979
|
}
|
|
940
980
|
if (n.has("name") || n.has("library")) {
|
|
941
981
|
if (n.has("library")) {
|
|
942
982
|
const s = n.get("library");
|
|
943
|
-
s &&
|
|
983
|
+
s && Ye(s, this), We(this.library, this);
|
|
944
984
|
}
|
|
945
985
|
this._loadIcon();
|
|
946
986
|
}
|
|
@@ -949,62 +989,64 @@ const F = ($ = class extends Pn {
|
|
|
949
989
|
_loadIcon() {
|
|
950
990
|
const n = ++this._loadSeq;
|
|
951
991
|
this._loadPromise = (async () => {
|
|
952
|
-
const s =
|
|
992
|
+
const s = Vn(this.library);
|
|
953
993
|
if (!s || !this.name) {
|
|
954
994
|
this._svg = null;
|
|
955
995
|
return;
|
|
956
996
|
}
|
|
957
|
-
const c = s.resolver(this.name);
|
|
958
|
-
if (!c) {
|
|
959
|
-
this._svg = null;
|
|
960
|
-
return;
|
|
961
|
-
}
|
|
962
997
|
try {
|
|
963
|
-
const l = await
|
|
998
|
+
const l = await s.resolver(this.name);
|
|
999
|
+
if (n !== this._loadSeq) return;
|
|
1000
|
+
if (!l) {
|
|
1001
|
+
this._svg = null;
|
|
1002
|
+
return;
|
|
1003
|
+
}
|
|
1004
|
+
const u = typeof l == "string" ? await an(l) : l.type === "url" ? await an(l.href) : Do(l.content);
|
|
964
1005
|
if (n !== this._loadSeq) return;
|
|
965
|
-
s.mutator?.(
|
|
1006
|
+
s.mutator?.(u), this._applyAttributes(u), this._svg = u;
|
|
966
1007
|
} catch {
|
|
967
1008
|
n === this._loadSeq && (this._svg = null);
|
|
968
1009
|
}
|
|
969
1010
|
})();
|
|
970
1011
|
}
|
|
971
1012
|
_applyAttributes(n) {
|
|
972
|
-
n.setAttribute("role", "img"), this.ariaLabel ? (n.setAttribute("aria-label", this.ariaLabel), n.removeAttribute("aria-hidden")) : (n.setAttribute("aria-hidden", "true"), n.removeAttribute("aria-label")), n.style.rotate = `${this.rotate}deg
|
|
1013
|
+
n.setAttribute("role", "img"), this.ariaLabel ? (n.setAttribute("aria-label", this.ariaLabel), n.removeAttribute("aria-hidden")) : (n.setAttribute("aria-hidden", "true"), n.removeAttribute("aria-label")), this.rotate && this.rotate !== "0" ? n.style.rotate = `${this.rotate}deg` : n.style.removeProperty("rotate"), n.style.color = this.color || "currentcolor", n.classList.add(`nys-icon--${this.size}`), n.classList.add("nys-icon--svg"), this.flip && n.classList.add(`nys-icon--flip-${this.flip}`);
|
|
973
1014
|
}
|
|
974
1015
|
render() {
|
|
975
|
-
return this._svg ?
|
|
1016
|
+
return this._svg ? Yn`${this._svg}` : null;
|
|
976
1017
|
}
|
|
977
|
-
},
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
],
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
],
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
],
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
],
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
],
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
],
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
],
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
],
|
|
1002
|
-
let
|
|
1003
|
-
customElements.get("nys-icon") || customElements.define("nys-icon",
|
|
1018
|
+
}, V.styles = Wn(Co), V._validName = /^[a-zA-Z0-9_-]+$/, V);
|
|
1019
|
+
q([
|
|
1020
|
+
nt({ type: String, reflect: !0 })
|
|
1021
|
+
], G.prototype, "name");
|
|
1022
|
+
q([
|
|
1023
|
+
nt({ type: String, reflect: !0 })
|
|
1024
|
+
], G.prototype, "library");
|
|
1025
|
+
q([
|
|
1026
|
+
nt({ type: String })
|
|
1027
|
+
], G.prototype, "ariaLabel");
|
|
1028
|
+
q([
|
|
1029
|
+
nt({ type: String })
|
|
1030
|
+
], G.prototype, "rotate");
|
|
1031
|
+
q([
|
|
1032
|
+
nt({ type: String })
|
|
1033
|
+
], G.prototype, "flip");
|
|
1034
|
+
q([
|
|
1035
|
+
nt({ type: String })
|
|
1036
|
+
], G.prototype, "color");
|
|
1037
|
+
q([
|
|
1038
|
+
nt({ type: String })
|
|
1039
|
+
], G.prototype, "size");
|
|
1040
|
+
q([
|
|
1041
|
+
jn()
|
|
1042
|
+
], G.prototype, "_svg");
|
|
1043
|
+
let vo = G;
|
|
1044
|
+
customElements.get("nys-icon") || customElements.define("nys-icon", vo);
|
|
1004
1045
|
export {
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1046
|
+
vo as NysIcon,
|
|
1047
|
+
Fo as clearIconCache,
|
|
1048
|
+
Vn as getIconLibrary,
|
|
1049
|
+
ko as registerIconLibrary,
|
|
1050
|
+
zo as unregisterIconLibrary
|
|
1009
1051
|
};
|
|
1010
1052
|
//# sourceMappingURL=nys-icon.js.map
|