@gui-chat-plugin/mindmap 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +118 -0
- package/dist/chunk-350yNsax.cjs +1 -0
- package/dist/chunk-vKJrgz-R.js +16 -0
- package/dist/core.cjs +1 -8
- package/dist/core.js +2 -512
- package/dist/html2canvas-DpNCdI6u.js +4025 -0
- package/dist/html2canvas-z-scVlK2.cjs +5 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es-DyYFqijj.js +5735 -0
- package/dist/index.es-wfqZ2bhm.cjs +5 -0
- package/dist/index.js +3 -9
- package/dist/purify.es-CYJWAsH1.js +549 -0
- package/dist/purify.es-DD6RigJh.cjs +2 -0
- package/dist/react.cjs +2 -18
- package/dist/react.js +302 -399
- package/dist/samples-DgxVsBmo.cjs +8 -0
- package/dist/samples-Dy-Tx8gM.js +459 -0
- package/dist/style.css +3 -1
- package/dist/typeof-DBp4T-Ny.js +11 -0
- package/dist/typeof-DJUZJjJJ.cjs +1 -0
- package/dist/vue/Preview.vue.d.ts +2 -1
- package/dist/vue/View.vue.d.ts +2 -1
- package/dist/vue.cjs +78 -1
- package/dist/vue.js +18490 -13
- package/package.json +15 -14
- package/dist/html2canvas.esm-C4Mnoizn.cjs +0 -22
- package/dist/html2canvas.esm-dgT_1dIT.js +0 -4871
- package/dist/index-BKA83b0n.js +0 -10298
- package/dist/index-Cz2dMDg5.cjs +0 -193
- package/dist/index.es-BBQdtsGG.cjs +0 -18
- package/dist/index.es-DOcwUzox.js +0 -6682
- package/dist/purify.es-BpFm6ZGf.js +0 -553
- package/dist/purify.es-Cv8QDpGd.cjs +0 -2
|
@@ -0,0 +1,549 @@
|
|
|
1
|
+
//#region node_modules/dompurify/dist/purify.es.mjs
|
|
2
|
+
var { entries: e, setPrototypeOf: t, isFrozen: n, getPrototypeOf: r, getOwnPropertyDescriptor: i } = Object, { freeze: a, seal: o, create: s } = Object, { apply: c, construct: l } = typeof Reflect < "u" && Reflect;
|
|
3
|
+
a ||= function(e) {
|
|
4
|
+
return e;
|
|
5
|
+
}, o ||= function(e) {
|
|
6
|
+
return e;
|
|
7
|
+
}, c ||= function(e, t) {
|
|
8
|
+
var n = [...arguments].slice(2);
|
|
9
|
+
return e.apply(t, n);
|
|
10
|
+
}, l ||= function(e) {
|
|
11
|
+
return new e(...[...arguments].slice(1));
|
|
12
|
+
};
|
|
13
|
+
var u = v(Array.prototype.forEach), d = v(Array.prototype.lastIndexOf), ee = v(Array.prototype.pop), f = v(Array.prototype.push), te = v(Array.prototype.splice), p = v(String.prototype.toLowerCase), ne = v(String.prototype.toString), re = v(String.prototype.match), m = v(String.prototype.replace), ie = v(String.prototype.indexOf), ae = v(String.prototype.trim), h = v(Object.prototype.hasOwnProperty), g = v(RegExp.prototype.test), _ = oe(TypeError);
|
|
14
|
+
function v(e) {
|
|
15
|
+
return function(t) {
|
|
16
|
+
t instanceof RegExp && (t.lastIndex = 0);
|
|
17
|
+
var n = [...arguments].slice(1);
|
|
18
|
+
return c(e, t, n);
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
function oe(e) {
|
|
22
|
+
return function() {
|
|
23
|
+
return l(e, [...arguments]);
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
function y(e, r) {
|
|
27
|
+
let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : p;
|
|
28
|
+
t && t(e, null);
|
|
29
|
+
let a = r.length;
|
|
30
|
+
for (; a--;) {
|
|
31
|
+
let t = r[a];
|
|
32
|
+
if (typeof t == "string") {
|
|
33
|
+
let e = i(t);
|
|
34
|
+
e !== t && (n(r) || (r[a] = e), t = e);
|
|
35
|
+
}
|
|
36
|
+
e[t] = !0;
|
|
37
|
+
}
|
|
38
|
+
return e;
|
|
39
|
+
}
|
|
40
|
+
function b(e) {
|
|
41
|
+
for (let t = 0; t < e.length; t++) h(e, t) || (e[t] = null);
|
|
42
|
+
return e;
|
|
43
|
+
}
|
|
44
|
+
function x(t) {
|
|
45
|
+
let n = s(null);
|
|
46
|
+
for (let [r, i] of e(t)) h(t, r) && (Array.isArray(i) ? n[r] = b(i) : i && typeof i == "object" && i.constructor === Object ? n[r] = x(i) : n[r] = i);
|
|
47
|
+
return n;
|
|
48
|
+
}
|
|
49
|
+
function S(e, t) {
|
|
50
|
+
for (; e !== null;) {
|
|
51
|
+
let n = i(e, t);
|
|
52
|
+
if (n) {
|
|
53
|
+
if (n.get) return v(n.get);
|
|
54
|
+
if (typeof n.value == "function") return v(n.value);
|
|
55
|
+
}
|
|
56
|
+
e = r(e);
|
|
57
|
+
}
|
|
58
|
+
function n() {
|
|
59
|
+
return null;
|
|
60
|
+
}
|
|
61
|
+
return n;
|
|
62
|
+
}
|
|
63
|
+
var se = a(/* @__PURE__ */ "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".split(".")), ce = a(/* @__PURE__ */ "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".split(".")), le = a([
|
|
64
|
+
"feBlend",
|
|
65
|
+
"feColorMatrix",
|
|
66
|
+
"feComponentTransfer",
|
|
67
|
+
"feComposite",
|
|
68
|
+
"feConvolveMatrix",
|
|
69
|
+
"feDiffuseLighting",
|
|
70
|
+
"feDisplacementMap",
|
|
71
|
+
"feDistantLight",
|
|
72
|
+
"feDropShadow",
|
|
73
|
+
"feFlood",
|
|
74
|
+
"feFuncA",
|
|
75
|
+
"feFuncB",
|
|
76
|
+
"feFuncG",
|
|
77
|
+
"feFuncR",
|
|
78
|
+
"feGaussianBlur",
|
|
79
|
+
"feImage",
|
|
80
|
+
"feMerge",
|
|
81
|
+
"feMergeNode",
|
|
82
|
+
"feMorphology",
|
|
83
|
+
"feOffset",
|
|
84
|
+
"fePointLight",
|
|
85
|
+
"feSpecularLighting",
|
|
86
|
+
"feSpotLight",
|
|
87
|
+
"feTile",
|
|
88
|
+
"feTurbulence"
|
|
89
|
+
]), ue = a([
|
|
90
|
+
"animate",
|
|
91
|
+
"color-profile",
|
|
92
|
+
"cursor",
|
|
93
|
+
"discard",
|
|
94
|
+
"font-face",
|
|
95
|
+
"font-face-format",
|
|
96
|
+
"font-face-name",
|
|
97
|
+
"font-face-src",
|
|
98
|
+
"font-face-uri",
|
|
99
|
+
"foreignobject",
|
|
100
|
+
"hatch",
|
|
101
|
+
"hatchpath",
|
|
102
|
+
"mesh",
|
|
103
|
+
"meshgradient",
|
|
104
|
+
"meshpatch",
|
|
105
|
+
"meshrow",
|
|
106
|
+
"missing-glyph",
|
|
107
|
+
"script",
|
|
108
|
+
"set",
|
|
109
|
+
"solidcolor",
|
|
110
|
+
"unknown",
|
|
111
|
+
"use"
|
|
112
|
+
]), de = a(/* @__PURE__ */ "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".split(".")), fe = a([
|
|
113
|
+
"maction",
|
|
114
|
+
"maligngroup",
|
|
115
|
+
"malignmark",
|
|
116
|
+
"mlongdiv",
|
|
117
|
+
"mscarries",
|
|
118
|
+
"mscarry",
|
|
119
|
+
"msgroup",
|
|
120
|
+
"mstack",
|
|
121
|
+
"msline",
|
|
122
|
+
"msrow",
|
|
123
|
+
"semantics",
|
|
124
|
+
"annotation",
|
|
125
|
+
"annotation-xml",
|
|
126
|
+
"mprescripts",
|
|
127
|
+
"none"
|
|
128
|
+
]), pe = a(["#text"]), me = a(/* @__PURE__ */ "accept.action.align.alt.autocapitalize.autocomplete.autopictureinpicture.autoplay.background.bgcolor.border.capture.cellpadding.cellspacing.checked.cite.class.clear.color.cols.colspan.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.slot".split(".")), he = a(/* @__PURE__ */ "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.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-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".split(".")), ge = a(/* @__PURE__ */ "accent.accentunder.align.bevelled.close.columnsalign.columnlines.columnspan.denomalign.depth.dir.display.displaystyle.encoding.fence.frame.height.href.id.largeop.length.linethickness.lspace.lquote.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".split(".")), _e = a([
|
|
129
|
+
"xlink:href",
|
|
130
|
+
"xml:id",
|
|
131
|
+
"xlink:title",
|
|
132
|
+
"xml:space",
|
|
133
|
+
"xmlns:xlink"
|
|
134
|
+
]), ve = o(/\{\{[\w\W]*|[\w\W]*\}\}/gm), ye = o(/<%[\w\W]*|[\w\W]*%>/gm), be = o(/\$\{[\w\W]*/gm), C = o(/^data-[\-\w.\u00B7-\uFFFF]+$/), w = o(/^aria-[\-\w]+$/), xe = o(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i), Se = o(/^(?:\w+script|data):/i), Ce = o(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g), we = o(/^html$/i), Te = o(/^[a-z][.\w]*(-[.\w]+)+$/i), Ee = /* @__PURE__ */ Object.freeze({
|
|
135
|
+
__proto__: null,
|
|
136
|
+
ARIA_ATTR: w,
|
|
137
|
+
ATTR_WHITESPACE: Ce,
|
|
138
|
+
CUSTOM_ELEMENT: Te,
|
|
139
|
+
DATA_ATTR: C,
|
|
140
|
+
DOCTYPE_NAME: we,
|
|
141
|
+
ERB_EXPR: ye,
|
|
142
|
+
IS_ALLOWED_URI: xe,
|
|
143
|
+
IS_SCRIPT_OR_DATA: Se,
|
|
144
|
+
MUSTACHE_EXPR: ve,
|
|
145
|
+
TMPLIT_EXPR: be
|
|
146
|
+
}), T = {
|
|
147
|
+
element: 1,
|
|
148
|
+
attribute: 2,
|
|
149
|
+
text: 3,
|
|
150
|
+
cdataSection: 4,
|
|
151
|
+
entityReference: 5,
|
|
152
|
+
entityNode: 6,
|
|
153
|
+
progressingInstruction: 7,
|
|
154
|
+
comment: 8,
|
|
155
|
+
document: 9,
|
|
156
|
+
documentType: 10,
|
|
157
|
+
documentFragment: 11,
|
|
158
|
+
notation: 12
|
|
159
|
+
}, De = function() {
|
|
160
|
+
return typeof window > "u" ? null : window;
|
|
161
|
+
}, Oe = function(e, t) {
|
|
162
|
+
if (typeof e != "object" || typeof e.createPolicy != "function") return null;
|
|
163
|
+
let n = null, r = "data-tt-policy-suffix";
|
|
164
|
+
t && t.hasAttribute(r) && (n = t.getAttribute(r));
|
|
165
|
+
let i = "dompurify" + (n ? "#" + n : "");
|
|
166
|
+
try {
|
|
167
|
+
return e.createPolicy(i, {
|
|
168
|
+
createHTML(e) {
|
|
169
|
+
return e;
|
|
170
|
+
},
|
|
171
|
+
createScriptURL(e) {
|
|
172
|
+
return e;
|
|
173
|
+
}
|
|
174
|
+
});
|
|
175
|
+
} catch {
|
|
176
|
+
return console.warn("TrustedTypes policy " + i + " could not be created."), null;
|
|
177
|
+
}
|
|
178
|
+
}, ke = function() {
|
|
179
|
+
return {
|
|
180
|
+
afterSanitizeAttributes: [],
|
|
181
|
+
afterSanitizeElements: [],
|
|
182
|
+
afterSanitizeShadowDOM: [],
|
|
183
|
+
beforeSanitizeAttributes: [],
|
|
184
|
+
beforeSanitizeElements: [],
|
|
185
|
+
beforeSanitizeShadowDOM: [],
|
|
186
|
+
uponSanitizeAttribute: [],
|
|
187
|
+
uponSanitizeElement: [],
|
|
188
|
+
uponSanitizeShadowNode: []
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
function Ae() {
|
|
192
|
+
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : De(), n = (e) => Ae(e);
|
|
193
|
+
if (n.version = "3.3.1", n.removed = [], !t || !t.document || t.document.nodeType !== T.document || !t.Element) return n.isSupported = !1, n;
|
|
194
|
+
let { document: r } = t, i = r, o = i.currentScript, { DocumentFragment: c, HTMLTemplateElement: l, Node: v, Element: oe, NodeFilter: b, NamedNodeMap: ve = t.NamedNodeMap || t.MozNamedAttrMap, HTMLFormElement: ye, DOMParser: be, trustedTypes: C } = t, w = oe.prototype, Se = S(w, "cloneNode"), Ce = S(w, "remove"), Te = S(w, "nextSibling"), je = S(w, "childNodes"), E = S(w, "parentNode");
|
|
195
|
+
if (typeof l == "function") {
|
|
196
|
+
let e = r.createElement("template");
|
|
197
|
+
e.content && e.content.ownerDocument && (r = e.content.ownerDocument);
|
|
198
|
+
}
|
|
199
|
+
let D, O = "", { implementation: Me, createNodeIterator: Ne, createDocumentFragment: Pe, getElementsByTagName: Fe } = r, { importNode: Ie } = i, k = ke();
|
|
200
|
+
n.isSupported = typeof e == "function" && typeof E == "function" && Me && Me.createHTMLDocument !== void 0;
|
|
201
|
+
let { MUSTACHE_EXPR: Le, ERB_EXPR: Re, TMPLIT_EXPR: ze, DATA_ATTR: Be, ARIA_ATTR: Ve, IS_SCRIPT_OR_DATA: He, ATTR_WHITESPACE: Ue, CUSTOM_ELEMENT: We } = Ee, { IS_ALLOWED_URI: Ge } = Ee, A = null, Ke = y({}, [
|
|
202
|
+
...se,
|
|
203
|
+
...ce,
|
|
204
|
+
...le,
|
|
205
|
+
...de,
|
|
206
|
+
...pe
|
|
207
|
+
]), j = null, qe = y({}, [
|
|
208
|
+
...me,
|
|
209
|
+
...he,
|
|
210
|
+
...ge,
|
|
211
|
+
..._e
|
|
212
|
+
]), M = Object.seal(s(null, {
|
|
213
|
+
tagNameCheck: {
|
|
214
|
+
writable: !0,
|
|
215
|
+
configurable: !1,
|
|
216
|
+
enumerable: !0,
|
|
217
|
+
value: null
|
|
218
|
+
},
|
|
219
|
+
attributeNameCheck: {
|
|
220
|
+
writable: !0,
|
|
221
|
+
configurable: !1,
|
|
222
|
+
enumerable: !0,
|
|
223
|
+
value: null
|
|
224
|
+
},
|
|
225
|
+
allowCustomizedBuiltInElements: {
|
|
226
|
+
writable: !0,
|
|
227
|
+
configurable: !1,
|
|
228
|
+
enumerable: !0,
|
|
229
|
+
value: !1
|
|
230
|
+
}
|
|
231
|
+
})), N = null, Je = null, P = Object.seal(s(null, {
|
|
232
|
+
tagCheck: {
|
|
233
|
+
writable: !0,
|
|
234
|
+
configurable: !1,
|
|
235
|
+
enumerable: !0,
|
|
236
|
+
value: null
|
|
237
|
+
},
|
|
238
|
+
attributeCheck: {
|
|
239
|
+
writable: !0,
|
|
240
|
+
configurable: !1,
|
|
241
|
+
enumerable: !0,
|
|
242
|
+
value: null
|
|
243
|
+
}
|
|
244
|
+
})), Ye = !0, Xe = !0, Ze = !1, Qe = !0, F = !1, I = !0, L = !1, $e = !1, et = !1, R = !1, z = !1, B = !1, tt = !0, nt = !1, rt = !0, V = !1, H = {}, U = null, it = y({}, [
|
|
245
|
+
"annotation-xml",
|
|
246
|
+
"audio",
|
|
247
|
+
"colgroup",
|
|
248
|
+
"desc",
|
|
249
|
+
"foreignobject",
|
|
250
|
+
"head",
|
|
251
|
+
"iframe",
|
|
252
|
+
"math",
|
|
253
|
+
"mi",
|
|
254
|
+
"mn",
|
|
255
|
+
"mo",
|
|
256
|
+
"ms",
|
|
257
|
+
"mtext",
|
|
258
|
+
"noembed",
|
|
259
|
+
"noframes",
|
|
260
|
+
"noscript",
|
|
261
|
+
"plaintext",
|
|
262
|
+
"script",
|
|
263
|
+
"style",
|
|
264
|
+
"svg",
|
|
265
|
+
"template",
|
|
266
|
+
"thead",
|
|
267
|
+
"title",
|
|
268
|
+
"video",
|
|
269
|
+
"xmp"
|
|
270
|
+
]), at = null, ot = y({}, [
|
|
271
|
+
"audio",
|
|
272
|
+
"video",
|
|
273
|
+
"img",
|
|
274
|
+
"source",
|
|
275
|
+
"image",
|
|
276
|
+
"track"
|
|
277
|
+
]), st = null, ct = y({}, [
|
|
278
|
+
"alt",
|
|
279
|
+
"class",
|
|
280
|
+
"for",
|
|
281
|
+
"id",
|
|
282
|
+
"label",
|
|
283
|
+
"name",
|
|
284
|
+
"pattern",
|
|
285
|
+
"placeholder",
|
|
286
|
+
"role",
|
|
287
|
+
"summary",
|
|
288
|
+
"title",
|
|
289
|
+
"value",
|
|
290
|
+
"style",
|
|
291
|
+
"xmlns"
|
|
292
|
+
]), W = "http://www.w3.org/1998/Math/MathML", G = "http://www.w3.org/2000/svg", K = "http://www.w3.org/1999/xhtml", q = K, lt = !1, ut = null, dt = y({}, [
|
|
293
|
+
W,
|
|
294
|
+
G,
|
|
295
|
+
K
|
|
296
|
+
], ne), ft = y({}, [
|
|
297
|
+
"mi",
|
|
298
|
+
"mo",
|
|
299
|
+
"mn",
|
|
300
|
+
"ms",
|
|
301
|
+
"mtext"
|
|
302
|
+
]), pt = y({}, ["annotation-xml"]), mt = y({}, [
|
|
303
|
+
"title",
|
|
304
|
+
"style",
|
|
305
|
+
"font",
|
|
306
|
+
"a",
|
|
307
|
+
"script"
|
|
308
|
+
]), J = null, ht = ["application/xhtml+xml", "text/html"], Y = null, X = null, gt = r.createElement("form"), _t = function(e) {
|
|
309
|
+
return e instanceof RegExp || e instanceof Function;
|
|
310
|
+
}, vt = function() {
|
|
311
|
+
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
312
|
+
if (!(X && X === e)) {
|
|
313
|
+
if ((!e || typeof e != "object") && (e = {}), e = x(e), J = ht.indexOf(e.PARSER_MEDIA_TYPE) === -1 ? "text/html" : e.PARSER_MEDIA_TYPE, Y = J === "application/xhtml+xml" ? ne : p, A = h(e, "ALLOWED_TAGS") ? y({}, e.ALLOWED_TAGS, Y) : Ke, j = h(e, "ALLOWED_ATTR") ? y({}, e.ALLOWED_ATTR, Y) : qe, ut = h(e, "ALLOWED_NAMESPACES") ? y({}, e.ALLOWED_NAMESPACES, ne) : dt, st = h(e, "ADD_URI_SAFE_ATTR") ? y(x(ct), e.ADD_URI_SAFE_ATTR, Y) : ct, at = h(e, "ADD_DATA_URI_TAGS") ? y(x(ot), e.ADD_DATA_URI_TAGS, Y) : ot, U = h(e, "FORBID_CONTENTS") ? y({}, e.FORBID_CONTENTS, Y) : it, N = h(e, "FORBID_TAGS") ? y({}, e.FORBID_TAGS, Y) : x({}), Je = h(e, "FORBID_ATTR") ? y({}, e.FORBID_ATTR, Y) : x({}), H = h(e, "USE_PROFILES") ? e.USE_PROFILES : !1, Ye = e.ALLOW_ARIA_ATTR !== !1, Xe = e.ALLOW_DATA_ATTR !== !1, Ze = e.ALLOW_UNKNOWN_PROTOCOLS || !1, Qe = e.ALLOW_SELF_CLOSE_IN_ATTR !== !1, F = e.SAFE_FOR_TEMPLATES || !1, I = e.SAFE_FOR_XML !== !1, L = e.WHOLE_DOCUMENT || !1, R = e.RETURN_DOM || !1, z = e.RETURN_DOM_FRAGMENT || !1, B = e.RETURN_TRUSTED_TYPE || !1, et = e.FORCE_BODY || !1, tt = e.SANITIZE_DOM !== !1, nt = e.SANITIZE_NAMED_PROPS || !1, rt = e.KEEP_CONTENT !== !1, V = e.IN_PLACE || !1, Ge = e.ALLOWED_URI_REGEXP || xe, q = e.NAMESPACE || K, ft = e.MATHML_TEXT_INTEGRATION_POINTS || ft, pt = e.HTML_INTEGRATION_POINTS || pt, M = e.CUSTOM_ELEMENT_HANDLING || {}, e.CUSTOM_ELEMENT_HANDLING && _t(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (M.tagNameCheck = e.CUSTOM_ELEMENT_HANDLING.tagNameCheck), e.CUSTOM_ELEMENT_HANDLING && _t(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (M.attributeNameCheck = e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), e.CUSTOM_ELEMENT_HANDLING && typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (M.allowCustomizedBuiltInElements = e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), F && (Xe = !1), z && (R = !0), H && (A = y({}, pe), j = [], H.html === !0 && (y(A, se), y(j, me)), H.svg === !0 && (y(A, ce), y(j, he), y(j, _e)), H.svgFilters === !0 && (y(A, le), y(j, he), y(j, _e)), H.mathMl === !0 && (y(A, de), y(j, ge), y(j, _e))), e.ADD_TAGS && (typeof e.ADD_TAGS == "function" ? P.tagCheck = e.ADD_TAGS : (A === Ke && (A = x(A)), y(A, e.ADD_TAGS, Y))), e.ADD_ATTR && (typeof e.ADD_ATTR == "function" ? P.attributeCheck = e.ADD_ATTR : (j === qe && (j = x(j)), y(j, e.ADD_ATTR, Y))), e.ADD_URI_SAFE_ATTR && y(st, e.ADD_URI_SAFE_ATTR, Y), e.FORBID_CONTENTS && (U === it && (U = x(U)), y(U, e.FORBID_CONTENTS, Y)), e.ADD_FORBID_CONTENTS && (U === it && (U = x(U)), y(U, e.ADD_FORBID_CONTENTS, Y)), rt && (A["#text"] = !0), L && y(A, [
|
|
314
|
+
"html",
|
|
315
|
+
"head",
|
|
316
|
+
"body"
|
|
317
|
+
]), A.table && (y(A, ["tbody"]), delete N.tbody), e.TRUSTED_TYPES_POLICY) {
|
|
318
|
+
if (typeof e.TRUSTED_TYPES_POLICY.createHTML != "function") throw _("TRUSTED_TYPES_POLICY configuration option must provide a \"createHTML\" hook.");
|
|
319
|
+
if (typeof e.TRUSTED_TYPES_POLICY.createScriptURL != "function") throw _("TRUSTED_TYPES_POLICY configuration option must provide a \"createScriptURL\" hook.");
|
|
320
|
+
D = e.TRUSTED_TYPES_POLICY, O = D.createHTML("");
|
|
321
|
+
} else D === void 0 && (D = Oe(C, o)), D !== null && typeof O == "string" && (O = D.createHTML(""));
|
|
322
|
+
a && a(e), X = e;
|
|
323
|
+
}
|
|
324
|
+
}, yt = y({}, [
|
|
325
|
+
...ce,
|
|
326
|
+
...le,
|
|
327
|
+
...ue
|
|
328
|
+
]), bt = y({}, [...de, ...fe]), xt = function(e) {
|
|
329
|
+
let t = E(e);
|
|
330
|
+
(!t || !t.tagName) && (t = {
|
|
331
|
+
namespaceURI: q,
|
|
332
|
+
tagName: "template"
|
|
333
|
+
});
|
|
334
|
+
let n = p(e.tagName), r = p(t.tagName);
|
|
335
|
+
return ut[e.namespaceURI] ? e.namespaceURI === G ? t.namespaceURI === K ? n === "svg" : t.namespaceURI === W ? n === "svg" && (r === "annotation-xml" || ft[r]) : !!yt[n] : e.namespaceURI === W ? t.namespaceURI === K ? n === "math" : t.namespaceURI === G ? n === "math" && pt[r] : !!bt[n] : e.namespaceURI === K ? t.namespaceURI === G && !pt[r] || t.namespaceURI === W && !ft[r] ? !1 : !bt[n] && (mt[n] || !yt[n]) : !!(J === "application/xhtml+xml" && ut[e.namespaceURI]) : !1;
|
|
336
|
+
}, Z = function(e) {
|
|
337
|
+
f(n.removed, { element: e });
|
|
338
|
+
try {
|
|
339
|
+
E(e).removeChild(e);
|
|
340
|
+
} catch {
|
|
341
|
+
Ce(e);
|
|
342
|
+
}
|
|
343
|
+
}, Q = function(e, t) {
|
|
344
|
+
try {
|
|
345
|
+
f(n.removed, {
|
|
346
|
+
attribute: t.getAttributeNode(e),
|
|
347
|
+
from: t
|
|
348
|
+
});
|
|
349
|
+
} catch {
|
|
350
|
+
f(n.removed, {
|
|
351
|
+
attribute: null,
|
|
352
|
+
from: t
|
|
353
|
+
});
|
|
354
|
+
}
|
|
355
|
+
if (t.removeAttribute(e), e === "is") if (R || z) try {
|
|
356
|
+
Z(t);
|
|
357
|
+
} catch {}
|
|
358
|
+
else try {
|
|
359
|
+
t.setAttribute(e, "");
|
|
360
|
+
} catch {}
|
|
361
|
+
}, St = function(e) {
|
|
362
|
+
let t = null, n = null;
|
|
363
|
+
if (et) e = "<remove></remove>" + e;
|
|
364
|
+
else {
|
|
365
|
+
let t = re(e, /^[\r\n\t ]+/);
|
|
366
|
+
n = t && t[0];
|
|
367
|
+
}
|
|
368
|
+
J === "application/xhtml+xml" && q === K && (e = "<html xmlns=\"http://www.w3.org/1999/xhtml\"><head></head><body>" + e + "</body></html>");
|
|
369
|
+
let i = D ? D.createHTML(e) : e;
|
|
370
|
+
if (q === K) try {
|
|
371
|
+
t = new be().parseFromString(i, J);
|
|
372
|
+
} catch {}
|
|
373
|
+
if (!t || !t.documentElement) {
|
|
374
|
+
t = Me.createDocument(q, "template", null);
|
|
375
|
+
try {
|
|
376
|
+
t.documentElement.innerHTML = lt ? O : i;
|
|
377
|
+
} catch {}
|
|
378
|
+
}
|
|
379
|
+
let a = t.body || t.documentElement;
|
|
380
|
+
return e && n && a.insertBefore(r.createTextNode(n), a.childNodes[0] || null), q === K ? Fe.call(t, L ? "html" : "body")[0] : L ? t.documentElement : a;
|
|
381
|
+
}, Ct = function(e) {
|
|
382
|
+
return Ne.call(e.ownerDocument || e, e, b.SHOW_ELEMENT | b.SHOW_COMMENT | b.SHOW_TEXT | b.SHOW_PROCESSING_INSTRUCTION | b.SHOW_CDATA_SECTION, null);
|
|
383
|
+
}, wt = function(e) {
|
|
384
|
+
return e instanceof ye && (typeof e.nodeName != "string" || typeof e.textContent != "string" || typeof e.removeChild != "function" || !(e.attributes instanceof ve) || typeof e.removeAttribute != "function" || typeof e.setAttribute != "function" || typeof e.namespaceURI != "string" || typeof e.insertBefore != "function" || typeof e.hasChildNodes != "function");
|
|
385
|
+
}, Tt = function(e) {
|
|
386
|
+
return typeof v == "function" && e instanceof v;
|
|
387
|
+
};
|
|
388
|
+
function $(e, t, r) {
|
|
389
|
+
u(e, (e) => {
|
|
390
|
+
e.call(n, t, r, X);
|
|
391
|
+
});
|
|
392
|
+
}
|
|
393
|
+
let Et = function(e) {
|
|
394
|
+
let t = null;
|
|
395
|
+
if ($(k.beforeSanitizeElements, e, null), wt(e)) return Z(e), !0;
|
|
396
|
+
let r = Y(e.nodeName);
|
|
397
|
+
if ($(k.uponSanitizeElement, e, {
|
|
398
|
+
tagName: r,
|
|
399
|
+
allowedTags: A
|
|
400
|
+
}), I && e.hasChildNodes() && !Tt(e.firstElementChild) && g(/<[/\w!]/g, e.innerHTML) && g(/<[/\w!]/g, e.textContent) || e.nodeType === T.progressingInstruction || I && e.nodeType === T.comment && g(/<[/\w]/g, e.data)) return Z(e), !0;
|
|
401
|
+
if (!(P.tagCheck instanceof Function && P.tagCheck(r)) && (!A[r] || N[r])) {
|
|
402
|
+
if (!N[r] && Ot(r) && (M.tagNameCheck instanceof RegExp && g(M.tagNameCheck, r) || M.tagNameCheck instanceof Function && M.tagNameCheck(r))) return !1;
|
|
403
|
+
if (rt && !U[r]) {
|
|
404
|
+
let t = E(e) || e.parentNode, n = je(e) || e.childNodes;
|
|
405
|
+
if (n && t) {
|
|
406
|
+
let r = n.length;
|
|
407
|
+
for (let i = r - 1; i >= 0; --i) {
|
|
408
|
+
let r = Se(n[i], !0);
|
|
409
|
+
r.__removalCount = (e.__removalCount || 0) + 1, t.insertBefore(r, Te(e));
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
return Z(e), !0;
|
|
414
|
+
}
|
|
415
|
+
return e instanceof oe && !xt(e) || (r === "noscript" || r === "noembed" || r === "noframes") && g(/<\/no(script|embed|frames)/i, e.innerHTML) ? (Z(e), !0) : (F && e.nodeType === T.text && (t = e.textContent, u([
|
|
416
|
+
Le,
|
|
417
|
+
Re,
|
|
418
|
+
ze
|
|
419
|
+
], (e) => {
|
|
420
|
+
t = m(t, e, " ");
|
|
421
|
+
}), e.textContent !== t && (f(n.removed, { element: e.cloneNode() }), e.textContent = t)), $(k.afterSanitizeElements, e, null), !1);
|
|
422
|
+
}, Dt = function(e, t, n) {
|
|
423
|
+
if (tt && (t === "id" || t === "name") && (n in r || n in gt)) return !1;
|
|
424
|
+
if (!(Xe && !Je[t] && g(Be, t)) && !(Ye && g(Ve, t)) && !(P.attributeCheck instanceof Function && P.attributeCheck(t, e))) {
|
|
425
|
+
if (!j[t] || Je[t]) {
|
|
426
|
+
if (!(Ot(e) && (M.tagNameCheck instanceof RegExp && g(M.tagNameCheck, e) || M.tagNameCheck instanceof Function && M.tagNameCheck(e)) && (M.attributeNameCheck instanceof RegExp && g(M.attributeNameCheck, t) || M.attributeNameCheck instanceof Function && M.attributeNameCheck(t, e)) || t === "is" && M.allowCustomizedBuiltInElements && (M.tagNameCheck instanceof RegExp && g(M.tagNameCheck, n) || M.tagNameCheck instanceof Function && M.tagNameCheck(n)))) return !1;
|
|
427
|
+
} else if (!st[t] && !g(Ge, m(n, Ue, "")) && !((t === "src" || t === "xlink:href" || t === "href") && e !== "script" && ie(n, "data:") === 0 && at[e]) && !(Ze && !g(He, m(n, Ue, ""))) && n) return !1;
|
|
428
|
+
}
|
|
429
|
+
return !0;
|
|
430
|
+
}, Ot = function(e) {
|
|
431
|
+
return e !== "annotation-xml" && re(e, We);
|
|
432
|
+
}, kt = function(e) {
|
|
433
|
+
$(k.beforeSanitizeAttributes, e, null);
|
|
434
|
+
let { attributes: t } = e;
|
|
435
|
+
if (!t || wt(e)) return;
|
|
436
|
+
let r = {
|
|
437
|
+
attrName: "",
|
|
438
|
+
attrValue: "",
|
|
439
|
+
keepAttr: !0,
|
|
440
|
+
allowedAttributes: j,
|
|
441
|
+
forceKeepAttr: void 0
|
|
442
|
+
}, i = t.length;
|
|
443
|
+
for (; i--;) {
|
|
444
|
+
let { name: a, namespaceURI: o, value: s } = t[i], c = Y(a), l = s, d = a === "value" ? l : ae(l);
|
|
445
|
+
if (r.attrName = c, r.attrValue = d, r.keepAttr = !0, r.forceKeepAttr = void 0, $(k.uponSanitizeAttribute, e, r), d = r.attrValue, nt && (c === "id" || c === "name") && (Q(a, e), d = "user-content-" + d), I && g(/((--!?|])>)|<\/(style|title|textarea)/i, d)) {
|
|
446
|
+
Q(a, e);
|
|
447
|
+
continue;
|
|
448
|
+
}
|
|
449
|
+
if (c === "attributename" && re(d, "href")) {
|
|
450
|
+
Q(a, e);
|
|
451
|
+
continue;
|
|
452
|
+
}
|
|
453
|
+
if (r.forceKeepAttr) continue;
|
|
454
|
+
if (!r.keepAttr) {
|
|
455
|
+
Q(a, e);
|
|
456
|
+
continue;
|
|
457
|
+
}
|
|
458
|
+
if (!Qe && g(/\/>/i, d)) {
|
|
459
|
+
Q(a, e);
|
|
460
|
+
continue;
|
|
461
|
+
}
|
|
462
|
+
F && u([
|
|
463
|
+
Le,
|
|
464
|
+
Re,
|
|
465
|
+
ze
|
|
466
|
+
], (e) => {
|
|
467
|
+
d = m(d, e, " ");
|
|
468
|
+
});
|
|
469
|
+
let f = Y(e.nodeName);
|
|
470
|
+
if (!Dt(f, c, d)) {
|
|
471
|
+
Q(a, e);
|
|
472
|
+
continue;
|
|
473
|
+
}
|
|
474
|
+
if (D && typeof C == "object" && typeof C.getAttributeType == "function" && !o) switch (C.getAttributeType(f, c)) {
|
|
475
|
+
case "TrustedHTML":
|
|
476
|
+
d = D.createHTML(d);
|
|
477
|
+
break;
|
|
478
|
+
case "TrustedScriptURL":
|
|
479
|
+
d = D.createScriptURL(d);
|
|
480
|
+
break;
|
|
481
|
+
}
|
|
482
|
+
if (d !== l) try {
|
|
483
|
+
o ? e.setAttributeNS(o, a, d) : e.setAttribute(a, d), wt(e) ? Z(e) : ee(n.removed);
|
|
484
|
+
} catch {
|
|
485
|
+
Q(a, e);
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
$(k.afterSanitizeAttributes, e, null);
|
|
489
|
+
}, At = function e(t) {
|
|
490
|
+
let n = null, r = Ct(t);
|
|
491
|
+
for ($(k.beforeSanitizeShadowDOM, t, null); n = r.nextNode();) $(k.uponSanitizeShadowNode, n, null), Et(n), kt(n), n.content instanceof c && e(n.content);
|
|
492
|
+
$(k.afterSanitizeShadowDOM, t, null);
|
|
493
|
+
};
|
|
494
|
+
return n.sanitize = function(e) {
|
|
495
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = null, a = null, o = null, s = null;
|
|
496
|
+
if (lt = !e, lt && (e = "<!-->"), typeof e != "string" && !Tt(e)) if (typeof e.toString == "function") {
|
|
497
|
+
if (e = e.toString(), typeof e != "string") throw _("dirty is not a string, aborting");
|
|
498
|
+
} else throw _("toString is not a function");
|
|
499
|
+
if (!n.isSupported) return e;
|
|
500
|
+
if ($e || vt(t), n.removed = [], typeof e == "string" && (V = !1), V) {
|
|
501
|
+
if (e.nodeName) {
|
|
502
|
+
let t = Y(e.nodeName);
|
|
503
|
+
if (!A[t] || N[t]) throw _("root node is forbidden and cannot be sanitized in-place");
|
|
504
|
+
}
|
|
505
|
+
} else if (e instanceof v) r = St("<!---->"), a = r.ownerDocument.importNode(e, !0), a.nodeType === T.element && a.nodeName === "BODY" || a.nodeName === "HTML" ? r = a : r.appendChild(a);
|
|
506
|
+
else {
|
|
507
|
+
if (!R && !F && !L && e.indexOf("<") === -1) return D && B ? D.createHTML(e) : e;
|
|
508
|
+
if (r = St(e), !r) return R ? null : B ? O : "";
|
|
509
|
+
}
|
|
510
|
+
r && et && Z(r.firstChild);
|
|
511
|
+
let l = Ct(V ? e : r);
|
|
512
|
+
for (; o = l.nextNode();) Et(o), kt(o), o.content instanceof c && At(o.content);
|
|
513
|
+
if (V) return e;
|
|
514
|
+
if (R) {
|
|
515
|
+
if (z) for (s = Pe.call(r.ownerDocument); r.firstChild;) s.appendChild(r.firstChild);
|
|
516
|
+
else s = r;
|
|
517
|
+
return (j.shadowroot || j.shadowrootmode) && (s = Ie.call(i, s, !0)), s;
|
|
518
|
+
}
|
|
519
|
+
let d = L ? r.outerHTML : r.innerHTML;
|
|
520
|
+
return L && A["!doctype"] && r.ownerDocument && r.ownerDocument.doctype && r.ownerDocument.doctype.name && g(we, r.ownerDocument.doctype.name) && (d = "<!DOCTYPE " + r.ownerDocument.doctype.name + ">\n" + d), F && u([
|
|
521
|
+
Le,
|
|
522
|
+
Re,
|
|
523
|
+
ze
|
|
524
|
+
], (e) => {
|
|
525
|
+
d = m(d, e, " ");
|
|
526
|
+
}), D && B ? D.createHTML(d) : d;
|
|
527
|
+
}, n.setConfig = function() {
|
|
528
|
+
vt(arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}), $e = !0;
|
|
529
|
+
}, n.clearConfig = function() {
|
|
530
|
+
X = null, $e = !1;
|
|
531
|
+
}, n.isValidAttribute = function(e, t, n) {
|
|
532
|
+
return X || vt({}), Dt(Y(e), Y(t), n);
|
|
533
|
+
}, n.addHook = function(e, t) {
|
|
534
|
+
typeof t == "function" && f(k[e], t);
|
|
535
|
+
}, n.removeHook = function(e, t) {
|
|
536
|
+
if (t !== void 0) {
|
|
537
|
+
let n = d(k[e], t);
|
|
538
|
+
return n === -1 ? void 0 : te(k[e], n, 1)[0];
|
|
539
|
+
}
|
|
540
|
+
return ee(k[e]);
|
|
541
|
+
}, n.removeHooks = function(e) {
|
|
542
|
+
k[e] = [];
|
|
543
|
+
}, n.removeAllHooks = function() {
|
|
544
|
+
k = ke();
|
|
545
|
+
}, n;
|
|
546
|
+
}
|
|
547
|
+
var je = Ae();
|
|
548
|
+
//#endregion
|
|
549
|
+
export { je as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var{entries:e,setPrototypeOf:t,isFrozen:n,getPrototypeOf:r,getOwnPropertyDescriptor:i}=Object,{freeze:a,seal:o,create:s}=Object,{apply:c,construct:l}=typeof Reflect<`u`&&Reflect;a||=function(e){return e},o||=function(e){return e},c||=function(e,t){for(var n=arguments.length,r=Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];return e.apply(t,r)},l||=function(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return new e(...n)};var u=v(Array.prototype.forEach),d=v(Array.prototype.lastIndexOf),ee=v(Array.prototype.pop),f=v(Array.prototype.push),te=v(Array.prototype.splice),p=v(String.prototype.toLowerCase),ne=v(String.prototype.toString),re=v(String.prototype.match),m=v(String.prototype.replace),ie=v(String.prototype.indexOf),ae=v(String.prototype.trim),h=v(Object.prototype.hasOwnProperty),g=v(RegExp.prototype.test),_=oe(TypeError);function v(e){return function(t){t instanceof RegExp&&(t.lastIndex=0);for(var n=arguments.length,r=Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return c(e,t,r)}}function oe(e){return function(){for(var t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];return l(e,n)}}function y(e,r){let i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:p;t&&t(e,null);let a=r.length;for(;a--;){let t=r[a];if(typeof t==`string`){let e=i(t);e!==t&&(n(r)||(r[a]=e),t=e)}e[t]=!0}return e}function b(e){for(let t=0;t<e.length;t++)h(e,t)||(e[t]=null);return e}function x(t){let n=s(null);for(let[r,i]of e(t))h(t,r)&&(Array.isArray(i)?n[r]=b(i):i&&typeof i==`object`&&i.constructor===Object?n[r]=x(i):n[r]=i);return n}function S(e,t){for(;e!==null;){let n=i(e,t);if(n){if(n.get)return v(n.get);if(typeof n.value==`function`)return v(n.value)}e=r(e)}function n(){return null}return n}var se=a(`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`.split(`.`)),ce=a(`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`.split(`.`)),le=a([`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`]),ue=a([`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`]),de=a(`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`.split(`.`)),fe=a([`maction`,`maligngroup`,`malignmark`,`mlongdiv`,`mscarries`,`mscarry`,`msgroup`,`mstack`,`msline`,`msrow`,`semantics`,`annotation`,`annotation-xml`,`mprescripts`,`none`]),pe=a([`#text`]),me=a(`accept.action.align.alt.autocapitalize.autocomplete.autopictureinpicture.autoplay.background.bgcolor.border.capture.cellpadding.cellspacing.checked.cite.class.clear.color.cols.colspan.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.slot`.split(`.`)),he=a(`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.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-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`.split(`.`)),ge=a(`accent.accentunder.align.bevelled.close.columnsalign.columnlines.columnspan.denomalign.depth.dir.display.displaystyle.encoding.fence.frame.height.href.id.largeop.length.linethickness.lspace.lquote.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`.split(`.`)),_e=a([`xlink:href`,`xml:id`,`xlink:title`,`xml:space`,`xmlns:xlink`]),ve=o(/\{\{[\w\W]*|[\w\W]*\}\}/gm),ye=o(/<%[\w\W]*|[\w\W]*%>/gm),be=o(/\$\{[\w\W]*/gm),C=o(/^data-[\-\w.\u00B7-\uFFFF]+$/),w=o(/^aria-[\-\w]+$/),xe=o(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Se=o(/^(?:\w+script|data):/i),Ce=o(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),we=o(/^html$/i),Te=o(/^[a-z][.\w]*(-[.\w]+)+$/i),Ee=Object.freeze({__proto__:null,ARIA_ATTR:w,ATTR_WHITESPACE:Ce,CUSTOM_ELEMENT:Te,DATA_ATTR:C,DOCTYPE_NAME:we,ERB_EXPR:ye,IS_ALLOWED_URI:xe,IS_SCRIPT_OR_DATA:Se,MUSTACHE_EXPR:ve,TMPLIT_EXPR:be}),T={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},De=function(){return typeof window>`u`?null:window},Oe=function(e,t){if(typeof e!=`object`||typeof e.createPolicy!=`function`)return null;let n=null,r=`data-tt-policy-suffix`;t&&t.hasAttribute(r)&&(n=t.getAttribute(r));let i=`dompurify`+(n?`#`+n:``);try{return e.createPolicy(i,{createHTML(e){return e},createScriptURL(e){return e}})}catch{return console.warn(`TrustedTypes policy `+i+` could not be created.`),null}},ke=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Ae(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:De(),n=e=>Ae(e);if(n.version=`3.3.1`,n.removed=[],!t||!t.document||t.document.nodeType!==T.document||!t.Element)return n.isSupported=!1,n;let{document:r}=t,i=r,o=i.currentScript,{DocumentFragment:c,HTMLTemplateElement:l,Node:v,Element:oe,NodeFilter:b,NamedNodeMap:ve=t.NamedNodeMap||t.MozNamedAttrMap,HTMLFormElement:ye,DOMParser:be,trustedTypes:C}=t,w=oe.prototype,Se=S(w,`cloneNode`),Ce=S(w,`remove`),Te=S(w,`nextSibling`),je=S(w,`childNodes`),E=S(w,`parentNode`);if(typeof l==`function`){let e=r.createElement(`template`);e.content&&e.content.ownerDocument&&(r=e.content.ownerDocument)}let D,O=``,{implementation:Me,createNodeIterator:Ne,createDocumentFragment:Pe,getElementsByTagName:Fe}=r,{importNode:Ie}=i,k=ke();n.isSupported=typeof e==`function`&&typeof E==`function`&&Me&&Me.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:Le,ERB_EXPR:Re,TMPLIT_EXPR:ze,DATA_ATTR:Be,ARIA_ATTR:Ve,IS_SCRIPT_OR_DATA:He,ATTR_WHITESPACE:Ue,CUSTOM_ELEMENT:We}=Ee,{IS_ALLOWED_URI:Ge}=Ee,A=null,Ke=y({},[...se,...ce,...le,...de,...pe]),j=null,qe=y({},[...me,...he,...ge,..._e]),M=Object.seal(s(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),N=null,Je=null,P=Object.seal(s(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}})),Ye=!0,Xe=!0,Ze=!1,Qe=!0,F=!1,I=!0,L=!1,$e=!1,et=!1,R=!1,z=!1,B=!1,tt=!0,nt=!1,rt=!0,V=!1,H={},U=null,it=y({},[`annotation-xml`,`audio`,`colgroup`,`desc`,`foreignobject`,`head`,`iframe`,`math`,`mi`,`mn`,`mo`,`ms`,`mtext`,`noembed`,`noframes`,`noscript`,`plaintext`,`script`,`style`,`svg`,`template`,`thead`,`title`,`video`,`xmp`]),at=null,ot=y({},[`audio`,`video`,`img`,`source`,`image`,`track`]),st=null,ct=y({},[`alt`,`class`,`for`,`id`,`label`,`name`,`pattern`,`placeholder`,`role`,`summary`,`title`,`value`,`style`,`xmlns`]),W=`http://www.w3.org/1998/Math/MathML`,G=`http://www.w3.org/2000/svg`,K=`http://www.w3.org/1999/xhtml`,q=K,lt=!1,ut=null,dt=y({},[W,G,K],ne),ft=y({},[`mi`,`mo`,`mn`,`ms`,`mtext`]),pt=y({},[`annotation-xml`]),mt=y({},[`title`,`style`,`font`,`a`,`script`]),J=null,ht=[`application/xhtml+xml`,`text/html`],Y=null,X=null,gt=r.createElement(`form`),_t=function(e){return e instanceof RegExp||e instanceof Function},vt=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(X&&X===e)){if((!e||typeof e!=`object`)&&(e={}),e=x(e),J=ht.indexOf(e.PARSER_MEDIA_TYPE)===-1?`text/html`:e.PARSER_MEDIA_TYPE,Y=J===`application/xhtml+xml`?ne:p,A=h(e,`ALLOWED_TAGS`)?y({},e.ALLOWED_TAGS,Y):Ke,j=h(e,`ALLOWED_ATTR`)?y({},e.ALLOWED_ATTR,Y):qe,ut=h(e,`ALLOWED_NAMESPACES`)?y({},e.ALLOWED_NAMESPACES,ne):dt,st=h(e,`ADD_URI_SAFE_ATTR`)?y(x(ct),e.ADD_URI_SAFE_ATTR,Y):ct,at=h(e,`ADD_DATA_URI_TAGS`)?y(x(ot),e.ADD_DATA_URI_TAGS,Y):ot,U=h(e,`FORBID_CONTENTS`)?y({},e.FORBID_CONTENTS,Y):it,N=h(e,`FORBID_TAGS`)?y({},e.FORBID_TAGS,Y):x({}),Je=h(e,`FORBID_ATTR`)?y({},e.FORBID_ATTR,Y):x({}),H=h(e,`USE_PROFILES`)?e.USE_PROFILES:!1,Ye=e.ALLOW_ARIA_ATTR!==!1,Xe=e.ALLOW_DATA_ATTR!==!1,Ze=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Qe=e.ALLOW_SELF_CLOSE_IN_ATTR!==!1,F=e.SAFE_FOR_TEMPLATES||!1,I=e.SAFE_FOR_XML!==!1,L=e.WHOLE_DOCUMENT||!1,R=e.RETURN_DOM||!1,z=e.RETURN_DOM_FRAGMENT||!1,B=e.RETURN_TRUSTED_TYPE||!1,et=e.FORCE_BODY||!1,tt=e.SANITIZE_DOM!==!1,nt=e.SANITIZE_NAMED_PROPS||!1,rt=e.KEEP_CONTENT!==!1,V=e.IN_PLACE||!1,Ge=e.ALLOWED_URI_REGEXP||xe,q=e.NAMESPACE||K,ft=e.MATHML_TEXT_INTEGRATION_POINTS||ft,pt=e.HTML_INTEGRATION_POINTS||pt,M=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&_t(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(M.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&_t(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(M.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements==`boolean`&&(M.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),F&&(Xe=!1),z&&(R=!0),H&&(A=y({},pe),j=[],H.html===!0&&(y(A,se),y(j,me)),H.svg===!0&&(y(A,ce),y(j,he),y(j,_e)),H.svgFilters===!0&&(y(A,le),y(j,he),y(j,_e)),H.mathMl===!0&&(y(A,de),y(j,ge),y(j,_e))),e.ADD_TAGS&&(typeof e.ADD_TAGS==`function`?P.tagCheck=e.ADD_TAGS:(A===Ke&&(A=x(A)),y(A,e.ADD_TAGS,Y))),e.ADD_ATTR&&(typeof e.ADD_ATTR==`function`?P.attributeCheck=e.ADD_ATTR:(j===qe&&(j=x(j)),y(j,e.ADD_ATTR,Y))),e.ADD_URI_SAFE_ATTR&&y(st,e.ADD_URI_SAFE_ATTR,Y),e.FORBID_CONTENTS&&(U===it&&(U=x(U)),y(U,e.FORBID_CONTENTS,Y)),e.ADD_FORBID_CONTENTS&&(U===it&&(U=x(U)),y(U,e.ADD_FORBID_CONTENTS,Y)),rt&&(A[`#text`]=!0),L&&y(A,[`html`,`head`,`body`]),A.table&&(y(A,[`tbody`]),delete N.tbody),e.TRUSTED_TYPES_POLICY){if(typeof e.TRUSTED_TYPES_POLICY.createHTML!=`function`)throw _(`TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.`);if(typeof e.TRUSTED_TYPES_POLICY.createScriptURL!=`function`)throw _(`TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.`);D=e.TRUSTED_TYPES_POLICY,O=D.createHTML(``)}else D===void 0&&(D=Oe(C,o)),D!==null&&typeof O==`string`&&(O=D.createHTML(``));a&&a(e),X=e}},yt=y({},[...ce,...le,...ue]),bt=y({},[...de,...fe]),xt=function(e){let t=E(e);(!t||!t.tagName)&&(t={namespaceURI:q,tagName:`template`});let n=p(e.tagName),r=p(t.tagName);return ut[e.namespaceURI]?e.namespaceURI===G?t.namespaceURI===K?n===`svg`:t.namespaceURI===W?n===`svg`&&(r===`annotation-xml`||ft[r]):!!yt[n]:e.namespaceURI===W?t.namespaceURI===K?n===`math`:t.namespaceURI===G?n===`math`&&pt[r]:!!bt[n]:e.namespaceURI===K?t.namespaceURI===G&&!pt[r]||t.namespaceURI===W&&!ft[r]?!1:!bt[n]&&(mt[n]||!yt[n]):!!(J===`application/xhtml+xml`&&ut[e.namespaceURI]):!1},Z=function(e){f(n.removed,{element:e});try{E(e).removeChild(e)}catch{Ce(e)}},Q=function(e,t){try{f(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch{f(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),e===`is`)if(R||z)try{Z(t)}catch{}else try{t.setAttribute(e,``)}catch{}},St=function(e){let t=null,n=null;if(et)e=`<remove></remove>`+e;else{let t=re(e,/^[\r\n\t ]+/);n=t&&t[0]}J===`application/xhtml+xml`&&q===K&&(e=`<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>`+e+`</body></html>`);let i=D?D.createHTML(e):e;if(q===K)try{t=new be().parseFromString(i,J)}catch{}if(!t||!t.documentElement){t=Me.createDocument(q,`template`,null);try{t.documentElement.innerHTML=lt?O:i}catch{}}let a=t.body||t.documentElement;return e&&n&&a.insertBefore(r.createTextNode(n),a.childNodes[0]||null),q===K?Fe.call(t,L?`html`:`body`)[0]:L?t.documentElement:a},Ct=function(e){return Ne.call(e.ownerDocument||e,e,b.SHOW_ELEMENT|b.SHOW_COMMENT|b.SHOW_TEXT|b.SHOW_PROCESSING_INSTRUCTION|b.SHOW_CDATA_SECTION,null)},wt=function(e){return e instanceof ye&&(typeof e.nodeName!=`string`||typeof e.textContent!=`string`||typeof e.removeChild!=`function`||!(e.attributes instanceof ve)||typeof e.removeAttribute!=`function`||typeof e.setAttribute!=`function`||typeof e.namespaceURI!=`string`||typeof e.insertBefore!=`function`||typeof e.hasChildNodes!=`function`)},Tt=function(e){return typeof v==`function`&&e instanceof v};function $(e,t,r){u(e,e=>{e.call(n,t,r,X)})}let Et=function(e){let t=null;if($(k.beforeSanitizeElements,e,null),wt(e))return Z(e),!0;let r=Y(e.nodeName);if($(k.uponSanitizeElement,e,{tagName:r,allowedTags:A}),I&&e.hasChildNodes()&&!Tt(e.firstElementChild)&&g(/<[/\w!]/g,e.innerHTML)&&g(/<[/\w!]/g,e.textContent)||e.nodeType===T.progressingInstruction||I&&e.nodeType===T.comment&&g(/<[/\w]/g,e.data))return Z(e),!0;if(!(P.tagCheck instanceof Function&&P.tagCheck(r))&&(!A[r]||N[r])){if(!N[r]&&Ot(r)&&(M.tagNameCheck instanceof RegExp&&g(M.tagNameCheck,r)||M.tagNameCheck instanceof Function&&M.tagNameCheck(r)))return!1;if(rt&&!U[r]){let t=E(e)||e.parentNode,n=je(e)||e.childNodes;if(n&&t){let r=n.length;for(let i=r-1;i>=0;--i){let r=Se(n[i],!0);r.__removalCount=(e.__removalCount||0)+1,t.insertBefore(r,Te(e))}}}return Z(e),!0}return e instanceof oe&&!xt(e)||(r===`noscript`||r===`noembed`||r===`noframes`)&&g(/<\/no(script|embed|frames)/i,e.innerHTML)?(Z(e),!0):(F&&e.nodeType===T.text&&(t=e.textContent,u([Le,Re,ze],e=>{t=m(t,e,` `)}),e.textContent!==t&&(f(n.removed,{element:e.cloneNode()}),e.textContent=t)),$(k.afterSanitizeElements,e,null),!1)},Dt=function(e,t,n){if(tt&&(t===`id`||t===`name`)&&(n in r||n in gt))return!1;if(!(Xe&&!Je[t]&&g(Be,t))&&!(Ye&&g(Ve,t))&&!(P.attributeCheck instanceof Function&&P.attributeCheck(t,e))){if(!j[t]||Je[t]){if(!(Ot(e)&&(M.tagNameCheck instanceof RegExp&&g(M.tagNameCheck,e)||M.tagNameCheck instanceof Function&&M.tagNameCheck(e))&&(M.attributeNameCheck instanceof RegExp&&g(M.attributeNameCheck,t)||M.attributeNameCheck instanceof Function&&M.attributeNameCheck(t,e))||t===`is`&&M.allowCustomizedBuiltInElements&&(M.tagNameCheck instanceof RegExp&&g(M.tagNameCheck,n)||M.tagNameCheck instanceof Function&&M.tagNameCheck(n))))return!1}else if(!st[t]&&!g(Ge,m(n,Ue,``))&&!((t===`src`||t===`xlink:href`||t===`href`)&&e!==`script`&&ie(n,`data:`)===0&&at[e])&&!(Ze&&!g(He,m(n,Ue,``)))&&n)return!1}return!0},Ot=function(e){return e!==`annotation-xml`&&re(e,We)},kt=function(e){$(k.beforeSanitizeAttributes,e,null);let{attributes:t}=e;if(!t||wt(e))return;let r={attrName:``,attrValue:``,keepAttr:!0,allowedAttributes:j,forceKeepAttr:void 0},i=t.length;for(;i--;){let{name:a,namespaceURI:o,value:s}=t[i],c=Y(a),l=s,d=a===`value`?l:ae(l);if(r.attrName=c,r.attrValue=d,r.keepAttr=!0,r.forceKeepAttr=void 0,$(k.uponSanitizeAttribute,e,r),d=r.attrValue,nt&&(c===`id`||c===`name`)&&(Q(a,e),d=`user-content-`+d),I&&g(/((--!?|])>)|<\/(style|title|textarea)/i,d)){Q(a,e);continue}if(c===`attributename`&&re(d,`href`)){Q(a,e);continue}if(r.forceKeepAttr)continue;if(!r.keepAttr){Q(a,e);continue}if(!Qe&&g(/\/>/i,d)){Q(a,e);continue}F&&u([Le,Re,ze],e=>{d=m(d,e,` `)});let f=Y(e.nodeName);if(!Dt(f,c,d)){Q(a,e);continue}if(D&&typeof C==`object`&&typeof C.getAttributeType==`function`&&!o)switch(C.getAttributeType(f,c)){case`TrustedHTML`:d=D.createHTML(d);break;case`TrustedScriptURL`:d=D.createScriptURL(d);break}if(d!==l)try{o?e.setAttributeNS(o,a,d):e.setAttribute(a,d),wt(e)?Z(e):ee(n.removed)}catch{Q(a,e)}}$(k.afterSanitizeAttributes,e,null)},At=function e(t){let n=null,r=Ct(t);for($(k.beforeSanitizeShadowDOM,t,null);n=r.nextNode();)$(k.uponSanitizeShadowNode,n,null),Et(n),kt(n),n.content instanceof c&&e(n.content);$(k.afterSanitizeShadowDOM,t,null)};return n.sanitize=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=null,a=null,o=null,s=null;if(lt=!e,lt&&(e=`<!-->`),typeof e!=`string`&&!Tt(e))if(typeof e.toString==`function`){if(e=e.toString(),typeof e!=`string`)throw _(`dirty is not a string, aborting`)}else throw _(`toString is not a function`);if(!n.isSupported)return e;if($e||vt(t),n.removed=[],typeof e==`string`&&(V=!1),V){if(e.nodeName){let t=Y(e.nodeName);if(!A[t]||N[t])throw _(`root node is forbidden and cannot be sanitized in-place`)}}else if(e instanceof v)r=St(`<!---->`),a=r.ownerDocument.importNode(e,!0),a.nodeType===T.element&&a.nodeName===`BODY`||a.nodeName===`HTML`?r=a:r.appendChild(a);else{if(!R&&!F&&!L&&e.indexOf(`<`)===-1)return D&&B?D.createHTML(e):e;if(r=St(e),!r)return R?null:B?O:``}r&&et&&Z(r.firstChild);let l=Ct(V?e:r);for(;o=l.nextNode();)Et(o),kt(o),o.content instanceof c&&At(o.content);if(V)return e;if(R){if(z)for(s=Pe.call(r.ownerDocument);r.firstChild;)s.appendChild(r.firstChild);else s=r;return(j.shadowroot||j.shadowrootmode)&&(s=Ie.call(i,s,!0)),s}let d=L?r.outerHTML:r.innerHTML;return L&&A[`!doctype`]&&r.ownerDocument&&r.ownerDocument.doctype&&r.ownerDocument.doctype.name&&g(we,r.ownerDocument.doctype.name)&&(d=`<!DOCTYPE `+r.ownerDocument.doctype.name+`>
|
|
2
|
+
`+d),F&&u([Le,Re,ze],e=>{d=m(d,e,` `)}),D&&B?D.createHTML(d):d},n.setConfig=function(){vt(arguments.length>0&&arguments[0]!==void 0?arguments[0]:{}),$e=!0},n.clearConfig=function(){X=null,$e=!1},n.isValidAttribute=function(e,t,n){return X||vt({}),Dt(Y(e),Y(t),n)},n.addHook=function(e,t){typeof t==`function`&&f(k[e],t)},n.removeHook=function(e,t){if(t!==void 0){let n=d(k[e],t);return n===-1?void 0:te(k[e],n,1)[0]}return ee(k[e])},n.removeHooks=function(e){k[e]=[]},n.removeAllHooks=function(){k=ke()},n}var je=Ae();exports.default=je;
|