@ianicdev/datatables2 0.11.4 → 0.11.6

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.
Files changed (44) hide show
  1. package/dist/{Comparison-C4t1CoQN.js → Comparison-DL9ojj3w.js} +3 -3
  2. package/dist/{Comparison-K_C8fK5q.cjs → Comparison-zf9wgAkk.cjs} +1 -1
  3. package/dist/{Datepicker-8vMCYK64.cjs → Datepicker-Dg15YseP.cjs} +1 -1
  4. package/dist/{Datepicker-CvoUCd6e.js → Datepicker-Duwv3zQB.js} +7 -7
  5. package/dist/{Options-CLwvsyYI.cjs → Options-BE82c0Zz.cjs} +1 -1
  6. package/dist/{Options-DtOz8dqa.js → Options-CurNvolo.js} +17 -17
  7. package/dist/{RefreshTable-BDCdK574.cjs → RefreshTable-Cc0I1PA5.cjs} +1 -1
  8. package/dist/{RefreshTable-03hYqy0d.js → RefreshTable-Cn3y6Lyg.js} +3 -3
  9. package/dist/{Search-DCvbaw38.js → Search-BUb6ZctR.js} +4 -4
  10. package/dist/{Search-BfHfgRqm.cjs → Search-CvOD_IHr.cjs} +1 -1
  11. package/dist/{Table-BdiBnyG7.js → Table-D5xj84Hx.js} +6 -6
  12. package/dist/{Table-hSaWsE5Z.cjs → Table-DRC6dqmS.cjs} +1 -1
  13. package/dist/{TableServer-DfNCjOUI.cjs → TableServer-BrktC88-.cjs} +1 -1
  14. package/dist/{TableServer-eOtGylb9.js → TableServer-DGx2_VC7.js} +11 -11
  15. package/dist/{cellRender-B7hkYbUV.js → cellRender-DN6k6hHB.js} +2 -2
  16. package/dist/{cellRender-BN5jkrLA.cjs → cellRender-DcK06KSn.cjs} +1 -1
  17. package/dist/{dataTables-EUusYEBd.js → dataTables-BEIZ1GFJ.js} +17 -17
  18. package/dist/{dataTables-B51qe1LD.cjs → dataTables-DocfWkcv.cjs} +1 -1
  19. package/dist/datatables.cjs +1 -1
  20. package/dist/datatables.js +1 -1
  21. package/dist/{index-BTwaqzMN.js → index-A7VzNfop.js} +3 -3
  22. package/dist/{index-DG3Vs3j9.js → index-BfwTwETw.js} +8 -8
  23. package/dist/{index-BSh8Y0C1.cjs → index-C9IAfraU.cjs} +1 -1
  24. package/dist/{index-sB-PMcO7.cjs → index-CqeIrUKn.cjs} +1 -1
  25. package/dist/{index-CsgCe_gz.js → index-DIJYRSnI.js} +14 -14
  26. package/dist/{index-Hcb-nE49.cjs → index-Db7uKS4O.cjs} +1 -1
  27. package/dist/{index-B_fG3b5A.js → index-DdbT75rv.js} +5 -5
  28. package/dist/{index-9hGXBnYN.cjs → index-kEBJD9Uz.cjs} +1 -1
  29. package/dist/{index.es-D48oZl91.js → index.es-DB0V-0tm.js} +1 -1
  30. package/dist/{index.es-DQaLNvpD.cjs → index.es-DZnpWbiI.cjs} +1 -1
  31. package/dist/jspdf-BDAGZhm6.cjs +79 -0
  32. package/dist/{jspdf-v7nU-ziX.js → jspdf-DpfxfImq.js} +2930 -2948
  33. package/dist/{purify.es-B-PIlM9I.js → purify.es-DIxY135m.js} +142 -142
  34. package/dist/purify.es-DSa7RKfV.cjs +2 -0
  35. package/dist/{useColumns-UM_zCt0D.js → useColumns-Dmca5HPg.js} +316 -302
  36. package/dist/useColumns-FMszZoTi.cjs +1 -0
  37. package/dist/{useDownload-CR3A1-nS.js → useDownload-DVYhgsLa.js} +1 -1
  38. package/dist/{useDownload-wLFMGFcn.cjs → useDownload-YBEDFv5z.cjs} +1 -1
  39. package/dist/{useRefreshTable-Dg9LI59z.cjs → useRefreshTable-BjtSww_t.cjs} +1 -1
  40. package/dist/{useRefreshTable-CRquY8ZU.js → useRefreshTable-BoTF0YZF.js} +1 -1
  41. package/package.json +17 -17
  42. package/dist/jspdf-D8dTvh2d.cjs +0 -79
  43. package/dist/purify.es-B-_4ubwQ.cjs +0 -2
  44. package/dist/useColumns-DV---ndr.cjs +0 -1
@@ -7,42 +7,42 @@ const {
7
7
  } = Object;
8
8
  let {
9
9
  freeze: S,
10
- seal: y,
11
- create: Pe
10
+ seal: L,
11
+ create: ve
12
12
  } = Object, {
13
- apply: ve,
14
- construct: ke
13
+ apply: ke,
14
+ construct: Ue
15
15
  } = typeof Reflect < "u" && Reflect;
16
16
  S || (S = function(o) {
17
17
  return o;
18
18
  });
19
- y || (y = function(o) {
19
+ L || (L = function(o) {
20
20
  return o;
21
21
  });
22
- ve || (ve = function(o, l) {
22
+ ke || (ke = function(o, l) {
23
23
  for (var a = arguments.length, c = new Array(a > 2 ? a - 2 : 0), O = 2; O < a; O++)
24
24
  c[O - 2] = arguments[O];
25
25
  return o.apply(l, c);
26
26
  });
27
- ke || (ke = function(o) {
27
+ Ue || (Ue = function(o) {
28
28
  for (var l = arguments.length, a = new Array(l > 1 ? l - 1 : 0), c = 1; c < l; c++)
29
29
  a[c - 1] = arguments[c];
30
30
  return new o(...a);
31
31
  });
32
- const ce = R(Array.prototype.forEach), Vt = R(Array.prototype.lastIndexOf), ft = R(Array.prototype.pop), q = R(Array.prototype.push), $t = R(Array.prototype.splice), ue = R(String.prototype.toLowerCase), Ne = R(String.prototype.toString), Ie = R(String.prototype.match), K = R(String.prototype.replace), qt = R(String.prototype.indexOf), Kt = R(String.prototype.trim), b = R(Object.prototype.hasOwnProperty), A = R(RegExp.prototype.test), Z = Zt(TypeError);
32
+ const ce = R(Array.prototype.forEach), Vt = R(Array.prototype.lastIndexOf), ft = R(Array.prototype.pop), q = R(Array.prototype.push), $t = R(Array.prototype.splice), ue = R(String.prototype.toLowerCase), Ie = R(String.prototype.toString), Ce = R(String.prototype.match), K = R(String.prototype.replace), qt = R(String.prototype.indexOf), Kt = R(String.prototype.trim), y = R(Object.prototype.hasOwnProperty), h = R(RegExp.prototype.test), Z = Zt(TypeError);
33
33
  function R(s) {
34
34
  return function(o) {
35
35
  o instanceof RegExp && (o.lastIndex = 0);
36
36
  for (var l = arguments.length, a = new Array(l > 1 ? l - 1 : 0), c = 1; c < l; c++)
37
37
  a[c - 1] = arguments[c];
38
- return ve(s, o, a);
38
+ return ke(s, o, a);
39
39
  };
40
40
  }
41
41
  function Zt(s) {
42
42
  return function() {
43
43
  for (var o = arguments.length, l = new Array(o), a = 0; a < o; a++)
44
44
  l[a] = arguments[a];
45
- return ke(s, l);
45
+ return Ue(s, l);
46
46
  };
47
47
  }
48
48
  function r(s, o) {
@@ -61,13 +61,13 @@ function r(s, o) {
61
61
  }
62
62
  function Jt(s) {
63
63
  for (let o = 0; o < s.length; o++)
64
- b(s, o) || (s[o] = null);
64
+ y(s, o) || (s[o] = null);
65
65
  return s;
66
66
  }
67
- function M(s) {
68
- const o = Pe(null);
67
+ function I(s) {
68
+ const o = ve(null);
69
69
  for (const [l, a] of _t(s))
70
- b(s, l) && (Array.isArray(a) ? o[l] = Jt(a) : a && typeof a == "object" && a.constructor === Object ? o[l] = M(a) : o[l] = a);
70
+ y(s, l) && (Array.isArray(a) ? o[l] = Jt(a) : a && typeof a == "object" && a.constructor === Object ? o[l] = I(a) : o[l] = a);
71
71
  return o;
72
72
  }
73
73
  function J(s, o) {
@@ -86,20 +86,20 @@ function J(s, o) {
86
86
  }
87
87
  return l;
88
88
  }
89
- const ut = S(["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"]), Ce = S(["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"]), Me = S(["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"]), Qt = S(["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"]), we = S(["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"]), en = S(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), mt = S(["#text"]), pt = S(["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"]), xe = S(["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"]), dt = S(["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"]), fe = S(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), tn = y(/\{\{[\w\W]*|[\w\W]*\}\}/gm), nn = y(/<%[\w\W]*|[\w\W]*%>/gm), on = y(/\$\{[\w\W]*/gm), an = y(/^data-[\-\w.\u00B7-\uFFFF]+$/), rn = y(/^aria-[\-\w]+$/), gt = y(
89
+ const ut = S(["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"]), Me = S(["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"]), we = S(["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"]), Qt = S(["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"]), xe = S(["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"]), en = S(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), mt = S(["#text"]), pt = S(["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"]), Pe = S(["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"]), Tt = S(["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"]), fe = S(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), tn = L(/\{\{[\w\W]*|[\w\W]*\}\}/gm), nn = L(/<%[\w\W]*|[\w\W]*%>/gm), on = L(/\$\{[\w\W]*/gm), an = L(/^data-[\-\w.\u00B7-\uFFFF]+$/), rn = L(/^aria-[\-\w]+$/), gt = L(
90
90
  /^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
91
91
  // eslint-disable-line no-useless-escape
92
- ), sn = y(/^(?:\w+script|data):/i), ln = y(
92
+ ), sn = L(/^(?:\w+script|data):/i), ln = L(
93
93
  /[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
94
94
  // eslint-disable-line no-control-regex
95
- ), ht = y(/^html$/i), cn = y(/^[a-z][.\w]*(-[.\w]+)+$/i);
96
- var Tt = /* @__PURE__ */ Object.freeze({
95
+ ), At = L(/^html$/i), cn = L(/^[a-z][.\w]*(-[.\w]+)+$/i);
96
+ var dt = /* @__PURE__ */ Object.freeze({
97
97
  __proto__: null,
98
98
  ARIA_ATTR: rn,
99
99
  ATTR_WHITESPACE: ln,
100
100
  CUSTOM_ELEMENT: cn,
101
101
  DATA_ATTR: an,
102
- DOCTYPE_NAME: ht,
102
+ DOCTYPE_NAME: At,
103
103
  ERB_EXPR: nn,
104
104
  IS_ALLOWED_URI: gt,
105
105
  IS_SCRIPT_OR_DATA: sn,
@@ -124,11 +124,11 @@ const Q = {
124
124
  const O = "dompurify" + (a ? "#" + a : "");
125
125
  try {
126
126
  return o.createPolicy(O, {
127
- createHTML(P) {
128
- return P;
127
+ createHTML(v) {
128
+ return v;
129
129
  },
130
- createScriptURL(P) {
131
- return P;
130
+ createScriptURL(v) {
131
+ return v;
132
132
  }
133
133
  });
134
134
  } catch {
@@ -147,26 +147,26 @@ const Q = {
147
147
  uponSanitizeShadowNode: []
148
148
  };
149
149
  };
150
- function At() {
150
+ function ht() {
151
151
  let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : fn();
152
- const o = (i) => At(i);
153
- if (o.version = "3.3.0", o.removed = [], !s || !s.document || s.document.nodeType !== Q.document || !s.Element)
152
+ const o = (i) => ht(i);
153
+ if (o.version = "3.3.1", o.removed = [], !s || !s.document || s.document.nodeType !== Q.document || !s.Element)
154
154
  return o.isSupported = !1, o;
155
155
  let {
156
156
  document: l
157
157
  } = s;
158
158
  const a = l, c = a.currentScript, {
159
159
  DocumentFragment: O,
160
- HTMLTemplateElement: P,
160
+ HTMLTemplateElement: v,
161
161
  Node: me,
162
- Element: Ue,
162
+ Element: Fe,
163
163
  NodeFilter: B,
164
164
  NamedNodeMap: St = s.NamedNodeMap || s.MozNamedAttrMap,
165
165
  HTMLFormElement: Rt,
166
166
  DOMParser: Ot,
167
167
  trustedTypes: ee
168
- } = s, Y = Ue.prototype, Lt = J(Y, "cloneNode"), yt = J(Y, "remove"), bt = J(Y, "nextSibling"), Dt = J(Y, "childNodes"), te = J(Y, "parentNode");
169
- if (typeof P == "function") {
168
+ } = s, Y = Fe.prototype, Dt = J(Y, "cloneNode"), Lt = J(Y, "remove"), yt = J(Y, "nextSibling"), bt = J(Y, "childNodes"), te = J(Y, "parentNode");
169
+ if (typeof v == "function") {
170
170
  const i = l.createElement("template");
171
171
  i.content && i.content.ownerDocument && (l = i.content.ownerDocument);
172
172
  }
@@ -179,25 +179,25 @@ function At() {
179
179
  } = l, {
180
180
  importNode: Mt
181
181
  } = a;
182
- let h = Et();
182
+ let A = Et();
183
183
  o.isSupported = typeof _t == "function" && typeof te == "function" && pe && pe.createHTMLDocument !== void 0;
184
184
  const {
185
- MUSTACHE_EXPR: de,
186
- ERB_EXPR: Te,
185
+ MUSTACHE_EXPR: Te,
186
+ ERB_EXPR: de,
187
187
  TMPLIT_EXPR: Ee,
188
188
  DATA_ATTR: wt,
189
189
  ARIA_ATTR: xt,
190
190
  IS_SCRIPT_OR_DATA: Pt,
191
- ATTR_WHITESPACE: Fe,
191
+ ATTR_WHITESPACE: He,
192
192
  CUSTOM_ELEMENT: vt
193
- } = Tt;
193
+ } = dt;
194
194
  let {
195
- IS_ALLOWED_URI: He
196
- } = Tt, p = null;
197
- const ze = r({}, [...ut, ...Ce, ...Me, ...we, ...mt]);
198
- let T = null;
199
- const Ge = r({}, [...pt, ...xe, ...dt, ...fe]);
200
- let u = Object.seal(Pe(null, {
195
+ IS_ALLOWED_URI: ze
196
+ } = dt, T = null;
197
+ const Ge = r({}, [...ut, ...Me, ...we, ...xe, ...mt]);
198
+ let d = null;
199
+ const We = r({}, [...pt, ...Pe, ...Tt, ...fe]);
200
+ let u = Object.seal(ve(null, {
201
201
  tagNameCheck: {
202
202
  writable: !0,
203
203
  configurable: !1,
@@ -217,7 +217,7 @@ function At() {
217
217
  value: !1
218
218
  }
219
219
  })), j = null, _e = null;
220
- const v = Object.seal(Pe(null, {
220
+ const k = Object.seal(ve(null, {
221
221
  tagCheck: {
222
222
  writable: !0,
223
223
  configurable: !1,
@@ -231,28 +231,28 @@ function At() {
231
231
  value: null
232
232
  }
233
233
  }));
234
- let We = !0, ge = !0, Be = !1, Ye = !0, k = !1, ne = !0, w = !1, he = !1, Ae = !1, U = !1, oe = !1, ie = !1, Xe = !0, je = !1;
234
+ let Be = !0, ge = !0, Ye = !1, Xe = !0, U = !1, ne = !0, x = !1, Ae = !1, he = !1, F = !1, oe = !1, ie = !1, je = !0, Ve = !1;
235
235
  const kt = "user-content-";
236
- let Se = !0, V = !1, F = {}, H = null;
237
- const Ve = r({}, ["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"]);
236
+ let Se = !0, V = !1, H = {}, b = null;
237
+ const Re = r({}, ["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"]);
238
238
  let $e = null;
239
239
  const qe = r({}, ["audio", "video", "img", "source", "image", "track"]);
240
- let Re = null;
241
- const Ke = r({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), ae = "http://www.w3.org/1998/Math/MathML", re = "http://www.w3.org/2000/svg", N = "http://www.w3.org/1999/xhtml";
242
- let z = N, Oe = !1, Le = null;
243
- const Ut = r({}, [ae, re, N], Ne);
240
+ let Oe = null;
241
+ const Ke = r({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), ae = "http://www.w3.org/1998/Math/MathML", re = "http://www.w3.org/2000/svg", C = "http://www.w3.org/1999/xhtml";
242
+ let z = C, De = !1, Le = null;
243
+ const Ut = r({}, [ae, re, C], Ie);
244
244
  let se = r({}, ["mi", "mo", "mn", "ms", "mtext"]), le = r({}, ["annotation-xml"]);
245
245
  const Ft = r({}, ["title", "style", "font", "a", "script"]);
246
246
  let $ = null;
247
247
  const Ht = ["application/xhtml+xml", "text/html"], zt = "text/html";
248
- let d = null, G = null;
248
+ let p = null, G = null;
249
249
  const Gt = l.createElement("form"), Ze = function(e) {
250
250
  return e instanceof RegExp || e instanceof Function;
251
251
  }, ye = function() {
252
252
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
253
253
  if (!(G && G === e)) {
254
- if ((!e || typeof e != "object") && (e = {}), e = M(e), $ = // eslint-disable-next-line unicorn/prefer-includes
255
- Ht.indexOf(e.PARSER_MEDIA_TYPE) === -1 ? zt : e.PARSER_MEDIA_TYPE, d = $ === "application/xhtml+xml" ? Ne : ue, p = b(e, "ALLOWED_TAGS") ? r({}, e.ALLOWED_TAGS, d) : ze, T = b(e, "ALLOWED_ATTR") ? r({}, e.ALLOWED_ATTR, d) : Ge, Le = b(e, "ALLOWED_NAMESPACES") ? r({}, e.ALLOWED_NAMESPACES, Ne) : Ut, Re = b(e, "ADD_URI_SAFE_ATTR") ? r(M(Ke), e.ADD_URI_SAFE_ATTR, d) : Ke, $e = b(e, "ADD_DATA_URI_TAGS") ? r(M(qe), e.ADD_DATA_URI_TAGS, d) : qe, H = b(e, "FORBID_CONTENTS") ? r({}, e.FORBID_CONTENTS, d) : Ve, j = b(e, "FORBID_TAGS") ? r({}, e.FORBID_TAGS, d) : M({}), _e = b(e, "FORBID_ATTR") ? r({}, e.FORBID_ATTR, d) : M({}), F = b(e, "USE_PROFILES") ? e.USE_PROFILES : !1, We = e.ALLOW_ARIA_ATTR !== !1, ge = e.ALLOW_DATA_ATTR !== !1, Be = e.ALLOW_UNKNOWN_PROTOCOLS || !1, Ye = e.ALLOW_SELF_CLOSE_IN_ATTR !== !1, k = e.SAFE_FOR_TEMPLATES || !1, ne = e.SAFE_FOR_XML !== !1, w = e.WHOLE_DOCUMENT || !1, U = e.RETURN_DOM || !1, oe = e.RETURN_DOM_FRAGMENT || !1, ie = e.RETURN_TRUSTED_TYPE || !1, Ae = e.FORCE_BODY || !1, Xe = e.SANITIZE_DOM !== !1, je = e.SANITIZE_NAMED_PROPS || !1, Se = e.KEEP_CONTENT !== !1, V = e.IN_PLACE || !1, He = e.ALLOWED_URI_REGEXP || gt, z = e.NAMESPACE || N, se = e.MATHML_TEXT_INTEGRATION_POINTS || se, le = e.HTML_INTEGRATION_POINTS || le, u = e.CUSTOM_ELEMENT_HANDLING || {}, e.CUSTOM_ELEMENT_HANDLING && Ze(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (u.tagNameCheck = e.CUSTOM_ELEMENT_HANDLING.tagNameCheck), e.CUSTOM_ELEMENT_HANDLING && Ze(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (u.attributeNameCheck = e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), e.CUSTOM_ELEMENT_HANDLING && typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (u.allowCustomizedBuiltInElements = e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), k && (ge = !1), oe && (U = !0), F && (p = r({}, mt), T = [], F.html === !0 && (r(p, ut), r(T, pt)), F.svg === !0 && (r(p, Ce), r(T, xe), r(T, fe)), F.svgFilters === !0 && (r(p, Me), r(T, xe), r(T, fe)), F.mathMl === !0 && (r(p, we), r(T, dt), r(T, fe))), e.ADD_TAGS && (typeof e.ADD_TAGS == "function" ? v.tagCheck = e.ADD_TAGS : (p === ze && (p = M(p)), r(p, e.ADD_TAGS, d))), e.ADD_ATTR && (typeof e.ADD_ATTR == "function" ? v.attributeCheck = e.ADD_ATTR : (T === Ge && (T = M(T)), r(T, e.ADD_ATTR, d))), e.ADD_URI_SAFE_ATTR && r(Re, e.ADD_URI_SAFE_ATTR, d), e.FORBID_CONTENTS && (H === Ve && (H = M(H)), r(H, e.FORBID_CONTENTS, d)), Se && (p["#text"] = !0), w && r(p, ["html", "head", "body"]), p.table && (r(p, ["tbody"]), delete j.tbody), e.TRUSTED_TYPES_POLICY) {
254
+ if ((!e || typeof e != "object") && (e = {}), e = I(e), $ = // eslint-disable-next-line unicorn/prefer-includes
255
+ Ht.indexOf(e.PARSER_MEDIA_TYPE) === -1 ? zt : e.PARSER_MEDIA_TYPE, p = $ === "application/xhtml+xml" ? Ie : ue, T = y(e, "ALLOWED_TAGS") ? r({}, e.ALLOWED_TAGS, p) : Ge, d = y(e, "ALLOWED_ATTR") ? r({}, e.ALLOWED_ATTR, p) : We, Le = y(e, "ALLOWED_NAMESPACES") ? r({}, e.ALLOWED_NAMESPACES, Ie) : Ut, Oe = y(e, "ADD_URI_SAFE_ATTR") ? r(I(Ke), e.ADD_URI_SAFE_ATTR, p) : Ke, $e = y(e, "ADD_DATA_URI_TAGS") ? r(I(qe), e.ADD_DATA_URI_TAGS, p) : qe, b = y(e, "FORBID_CONTENTS") ? r({}, e.FORBID_CONTENTS, p) : Re, j = y(e, "FORBID_TAGS") ? r({}, e.FORBID_TAGS, p) : I({}), _e = y(e, "FORBID_ATTR") ? r({}, e.FORBID_ATTR, p) : I({}), H = y(e, "USE_PROFILES") ? e.USE_PROFILES : !1, Be = e.ALLOW_ARIA_ATTR !== !1, ge = e.ALLOW_DATA_ATTR !== !1, Ye = e.ALLOW_UNKNOWN_PROTOCOLS || !1, Xe = e.ALLOW_SELF_CLOSE_IN_ATTR !== !1, U = e.SAFE_FOR_TEMPLATES || !1, ne = e.SAFE_FOR_XML !== !1, x = e.WHOLE_DOCUMENT || !1, F = e.RETURN_DOM || !1, oe = e.RETURN_DOM_FRAGMENT || !1, ie = e.RETURN_TRUSTED_TYPE || !1, he = e.FORCE_BODY || !1, je = e.SANITIZE_DOM !== !1, Ve = e.SANITIZE_NAMED_PROPS || !1, Se = e.KEEP_CONTENT !== !1, V = e.IN_PLACE || !1, ze = e.ALLOWED_URI_REGEXP || gt, z = e.NAMESPACE || C, se = e.MATHML_TEXT_INTEGRATION_POINTS || se, le = e.HTML_INTEGRATION_POINTS || le, u = e.CUSTOM_ELEMENT_HANDLING || {}, e.CUSTOM_ELEMENT_HANDLING && Ze(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (u.tagNameCheck = e.CUSTOM_ELEMENT_HANDLING.tagNameCheck), e.CUSTOM_ELEMENT_HANDLING && Ze(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (u.attributeNameCheck = e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), e.CUSTOM_ELEMENT_HANDLING && typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (u.allowCustomizedBuiltInElements = e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), U && (ge = !1), oe && (F = !0), H && (T = r({}, mt), d = [], H.html === !0 && (r(T, ut), r(d, pt)), H.svg === !0 && (r(T, Me), r(d, Pe), r(d, fe)), H.svgFilters === !0 && (r(T, we), r(d, Pe), r(d, fe)), H.mathMl === !0 && (r(T, xe), r(d, Tt), r(d, fe))), e.ADD_TAGS && (typeof e.ADD_TAGS == "function" ? k.tagCheck = e.ADD_TAGS : (T === Ge && (T = I(T)), r(T, e.ADD_TAGS, p))), e.ADD_ATTR && (typeof e.ADD_ATTR == "function" ? k.attributeCheck = e.ADD_ATTR : (d === We && (d = I(d)), r(d, e.ADD_ATTR, p))), e.ADD_URI_SAFE_ATTR && r(Oe, e.ADD_URI_SAFE_ATTR, p), e.FORBID_CONTENTS && (b === Re && (b = I(b)), r(b, e.FORBID_CONTENTS, p)), e.ADD_FORBID_CONTENTS && (b === Re && (b = I(b)), r(b, e.ADD_FORBID_CONTENTS, p)), Se && (T["#text"] = !0), x && r(T, ["html", "head", "body"]), T.table && (r(T, ["tbody"]), delete j.tbody), e.TRUSTED_TYPES_POLICY) {
256
256
  if (typeof e.TRUSTED_TYPES_POLICY.createHTML != "function")
257
257
  throw Z('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
258
258
  if (typeof e.TRUSTED_TYPES_POLICY.createScriptURL != "function")
@@ -262,24 +262,24 @@ function At() {
262
262
  g === void 0 && (g = un(ee, c)), g !== null && typeof X == "string" && (X = g.createHTML(""));
263
263
  S && S(e), G = e;
264
264
  }
265
- }, Je = r({}, [...Ce, ...Me, ...Qt]), Qe = r({}, [...we, ...en]), Wt = function(e) {
265
+ }, Je = r({}, [...Me, ...we, ...Qt]), Qe = r({}, [...xe, ...en]), Wt = function(e) {
266
266
  let t = te(e);
267
267
  (!t || !t.tagName) && (t = {
268
268
  namespaceURI: z,
269
269
  tagName: "template"
270
270
  });
271
271
  const n = ue(e.tagName), f = ue(t.tagName);
272
- return Le[e.namespaceURI] ? e.namespaceURI === re ? t.namespaceURI === N ? n === "svg" : t.namespaceURI === ae ? n === "svg" && (f === "annotation-xml" || se[f]) : !!Je[n] : e.namespaceURI === ae ? t.namespaceURI === N ? n === "math" : t.namespaceURI === re ? n === "math" && le[f] : !!Qe[n] : e.namespaceURI === N ? t.namespaceURI === re && !le[f] || t.namespaceURI === ae && !se[f] ? !1 : !Qe[n] && (Ft[n] || !Je[n]) : !!($ === "application/xhtml+xml" && Le[e.namespaceURI]) : !1;
273
- }, D = function(e) {
272
+ return Le[e.namespaceURI] ? e.namespaceURI === re ? t.namespaceURI === C ? n === "svg" : t.namespaceURI === ae ? n === "svg" && (f === "annotation-xml" || se[f]) : !!Je[n] : e.namespaceURI === ae ? t.namespaceURI === C ? n === "math" : t.namespaceURI === re ? n === "math" && le[f] : !!Qe[n] : e.namespaceURI === C ? t.namespaceURI === re && !le[f] || t.namespaceURI === ae && !se[f] ? !1 : !Qe[n] && (Ft[n] || !Je[n]) : !!($ === "application/xhtml+xml" && Le[e.namespaceURI]) : !1;
273
+ }, N = function(e) {
274
274
  q(o.removed, {
275
275
  element: e
276
276
  });
277
277
  try {
278
278
  te(e).removeChild(e);
279
279
  } catch {
280
- yt(e);
280
+ Lt(e);
281
281
  }
282
- }, x = function(e, t) {
282
+ }, P = function(e, t) {
283
283
  try {
284
284
  q(o.removed, {
285
285
  attribute: t.getAttributeNode(e),
@@ -292,9 +292,9 @@ function At() {
292
292
  });
293
293
  }
294
294
  if (t.removeAttribute(e), e === "is")
295
- if (U || oe)
295
+ if (F || oe)
296
296
  try {
297
- D(t);
297
+ N(t);
298
298
  } catch {
299
299
  }
300
300
  else
@@ -304,15 +304,15 @@ function At() {
304
304
  }
305
305
  }, et = function(e) {
306
306
  let t = null, n = null;
307
- if (Ae)
307
+ if (he)
308
308
  e = "<remove></remove>" + e;
309
309
  else {
310
- const m = Ie(e, /^[\r\n\t ]+/);
310
+ const m = Ce(e, /^[\r\n\t ]+/);
311
311
  n = m && m[0];
312
312
  }
313
- $ === "application/xhtml+xml" && z === N && (e = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + e + "</body></html>");
313
+ $ === "application/xhtml+xml" && z === C && (e = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + e + "</body></html>");
314
314
  const f = g ? g.createHTML(e) : e;
315
- if (z === N)
315
+ if (z === C)
316
316
  try {
317
317
  t = new Ot().parseFromString(f, $);
318
318
  } catch {
@@ -320,12 +320,12 @@ function At() {
320
320
  if (!t || !t.documentElement) {
321
321
  t = pe.createDocument(z, "template", null);
322
322
  try {
323
- t.documentElement.innerHTML = Oe ? X : f;
323
+ t.documentElement.innerHTML = De ? X : f;
324
324
  } catch {
325
325
  }
326
326
  }
327
327
  const _ = t.body || t.documentElement;
328
- return e && n && _.insertBefore(l.createTextNode(n), _.childNodes[0] || null), z === N ? Ct.call(t, w ? "html" : "body")[0] : w ? t.documentElement : _;
328
+ return e && n && _.insertBefore(l.createTextNode(n), _.childNodes[0] || null), z === C ? Ct.call(t, x ? "html" : "body")[0] : x ? t.documentElement : _;
329
329
  }, tt = function(e) {
330
330
  return Nt.call(
331
331
  e.ownerDocument || e,
@@ -339,60 +339,60 @@ function At() {
339
339
  }, nt = function(e) {
340
340
  return typeof me == "function" && e instanceof me;
341
341
  };
342
- function I(i, e, t) {
342
+ function M(i, e, t) {
343
343
  ce(i, (n) => {
344
344
  n.call(o, e, t, G);
345
345
  });
346
346
  }
347
347
  const ot = function(e) {
348
348
  let t = null;
349
- if (I(h.beforeSanitizeElements, e, null), be(e))
350
- return D(e), !0;
351
- const n = d(e.nodeName);
352
- if (I(h.uponSanitizeElement, e, {
349
+ if (M(A.beforeSanitizeElements, e, null), be(e))
350
+ return N(e), !0;
351
+ const n = p(e.nodeName);
352
+ if (M(A.uponSanitizeElement, e, {
353
353
  tagName: n,
354
- allowedTags: p
355
- }), ne && e.hasChildNodes() && !nt(e.firstElementChild) && A(/<[/\w!]/g, e.innerHTML) && A(/<[/\w!]/g, e.textContent) || e.nodeType === Q.progressingInstruction || ne && e.nodeType === Q.comment && A(/<[/\w]/g, e.data))
356
- return D(e), !0;
357
- if (!(v.tagCheck instanceof Function && v.tagCheck(n)) && (!p[n] || j[n])) {
358
- if (!j[n] && at(n) && (u.tagNameCheck instanceof RegExp && A(u.tagNameCheck, n) || u.tagNameCheck instanceof Function && u.tagNameCheck(n)))
354
+ allowedTags: T
355
+ }), ne && e.hasChildNodes() && !nt(e.firstElementChild) && h(/<[/\w!]/g, e.innerHTML) && h(/<[/\w!]/g, e.textContent) || e.nodeType === Q.progressingInstruction || ne && e.nodeType === Q.comment && h(/<[/\w]/g, e.data))
356
+ return N(e), !0;
357
+ if (!(k.tagCheck instanceof Function && k.tagCheck(n)) && (!T[n] || j[n])) {
358
+ if (!j[n] && at(n) && (u.tagNameCheck instanceof RegExp && h(u.tagNameCheck, n) || u.tagNameCheck instanceof Function && u.tagNameCheck(n)))
359
359
  return !1;
360
- if (Se && !H[n]) {
361
- const f = te(e) || e.parentNode, _ = Dt(e) || e.childNodes;
360
+ if (Se && !b[n]) {
361
+ const f = te(e) || e.parentNode, _ = bt(e) || e.childNodes;
362
362
  if (_ && f) {
363
363
  const m = _.length;
364
- for (let L = m - 1; L >= 0; --L) {
365
- const C = Lt(_[L], !0);
366
- C.__removalCount = (e.__removalCount || 0) + 1, f.insertBefore(C, bt(e));
364
+ for (let D = m - 1; D >= 0; --D) {
365
+ const w = Dt(_[D], !0);
366
+ w.__removalCount = (e.__removalCount || 0) + 1, f.insertBefore(w, yt(e));
367
367
  }
368
368
  }
369
369
  }
370
- return D(e), !0;
370
+ return N(e), !0;
371
371
  }
372
- return e instanceof Ue && !Wt(e) || (n === "noscript" || n === "noembed" || n === "noframes") && A(/<\/no(script|embed|frames)/i, e.innerHTML) ? (D(e), !0) : (k && e.nodeType === Q.text && (t = e.textContent, ce([de, Te, Ee], (f) => {
372
+ return e instanceof Fe && !Wt(e) || (n === "noscript" || n === "noembed" || n === "noframes") && h(/<\/no(script|embed|frames)/i, e.innerHTML) ? (N(e), !0) : (U && e.nodeType === Q.text && (t = e.textContent, ce([Te, de, Ee], (f) => {
373
373
  t = K(t, f, " ");
374
374
  }), e.textContent !== t && (q(o.removed, {
375
375
  element: e.cloneNode()
376
- }), e.textContent = t)), I(h.afterSanitizeElements, e, null), !1);
376
+ }), e.textContent = t)), M(A.afterSanitizeElements, e, null), !1);
377
377
  }, it = function(e, t, n) {
378
- if (Xe && (t === "id" || t === "name") && (n in l || n in Gt))
378
+ if (je && (t === "id" || t === "name") && (n in l || n in Gt))
379
379
  return !1;
380
- if (!(ge && !_e[t] && A(wt, t))) {
381
- if (!(We && A(xt, t))) {
382
- if (!(v.attributeCheck instanceof Function && v.attributeCheck(t, e))) {
383
- if (!T[t] || _e[t]) {
380
+ if (!(ge && !_e[t] && h(wt, t))) {
381
+ if (!(Be && h(xt, t))) {
382
+ if (!(k.attributeCheck instanceof Function && k.attributeCheck(t, e))) {
383
+ if (!d[t] || _e[t]) {
384
384
  if (
385
385
  // First condition does a very basic check if a) it's basically a valid custom element tagname AND
386
386
  // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
387
387
  // and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
388
- !(at(e) && (u.tagNameCheck instanceof RegExp && A(u.tagNameCheck, e) || u.tagNameCheck instanceof Function && u.tagNameCheck(e)) && (u.attributeNameCheck instanceof RegExp && A(u.attributeNameCheck, t) || u.attributeNameCheck instanceof Function && u.attributeNameCheck(t, e)) || // Alternative, second condition checks if it's an `is`-attribute, AND
388
+ !(at(e) && (u.tagNameCheck instanceof RegExp && h(u.tagNameCheck, e) || u.tagNameCheck instanceof Function && u.tagNameCheck(e)) && (u.attributeNameCheck instanceof RegExp && h(u.attributeNameCheck, t) || u.attributeNameCheck instanceof Function && u.attributeNameCheck(t, e)) || // Alternative, second condition checks if it's an `is`-attribute, AND
389
389
  // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
390
- t === "is" && u.allowCustomizedBuiltInElements && (u.tagNameCheck instanceof RegExp && A(u.tagNameCheck, n) || u.tagNameCheck instanceof Function && u.tagNameCheck(n)))
390
+ t === "is" && u.allowCustomizedBuiltInElements && (u.tagNameCheck instanceof RegExp && h(u.tagNameCheck, n) || u.tagNameCheck instanceof Function && u.tagNameCheck(n)))
391
391
  ) return !1;
392
- } else if (!Re[t]) {
393
- if (!A(He, K(n, Fe, ""))) {
392
+ } else if (!Oe[t]) {
393
+ if (!h(ze, K(n, He, ""))) {
394
394
  if (!((t === "src" || t === "xlink:href" || t === "href") && e !== "script" && qt(n, "data:") === 0 && $e[e])) {
395
- if (!(Be && !A(Pt, K(n, Fe, "")))) {
395
+ if (!(Ye && !h(Pt, K(n, He, "")))) {
396
396
  if (n)
397
397
  return !1;
398
398
  }
@@ -404,9 +404,9 @@ function At() {
404
404
  }
405
405
  return !0;
406
406
  }, at = function(e) {
407
- return e !== "annotation-xml" && Ie(e, vt);
407
+ return e !== "annotation-xml" && Ce(e, vt);
408
408
  }, rt = function(e) {
409
- I(h.beforeSanitizeAttributes, e, null);
409
+ M(A.beforeSanitizeAttributes, e, null);
410
410
  const {
411
411
  attributes: t
412
412
  } = e;
@@ -416,44 +416,44 @@ function At() {
416
416
  attrName: "",
417
417
  attrValue: "",
418
418
  keepAttr: !0,
419
- allowedAttributes: T,
419
+ allowedAttributes: d,
420
420
  forceKeepAttr: void 0
421
421
  };
422
422
  let f = t.length;
423
423
  for (; f--; ) {
424
424
  const _ = t[f], {
425
425
  name: m,
426
- namespaceURI: L,
427
- value: C
428
- } = _, W = d(m), De = C;
429
- let E = m === "value" ? De : Kt(De);
430
- if (n.attrName = W, n.attrValue = E, n.keepAttr = !0, n.forceKeepAttr = void 0, I(h.uponSanitizeAttribute, e, n), E = n.attrValue, je && (W === "id" || W === "name") && (x(m, e), E = kt + E), ne && A(/((--!?|])>)|<\/(style|title|textarea)/i, E)) {
431
- x(m, e);
426
+ namespaceURI: D,
427
+ value: w
428
+ } = _, W = p(m), Ne = w;
429
+ let E = m === "value" ? Ne : Kt(Ne);
430
+ if (n.attrName = W, n.attrValue = E, n.keepAttr = !0, n.forceKeepAttr = void 0, M(A.uponSanitizeAttribute, e, n), E = n.attrValue, Ve && (W === "id" || W === "name") && (P(m, e), E = kt + E), ne && h(/((--!?|])>)|<\/(style|title|textarea)/i, E)) {
431
+ P(m, e);
432
432
  continue;
433
433
  }
434
- if (W === "attributename" && Ie(E, "href")) {
435
- x(m, e);
434
+ if (W === "attributename" && Ce(E, "href")) {
435
+ P(m, e);
436
436
  continue;
437
437
  }
438
438
  if (n.forceKeepAttr)
439
439
  continue;
440
440
  if (!n.keepAttr) {
441
- x(m, e);
441
+ P(m, e);
442
442
  continue;
443
443
  }
444
- if (!Ye && A(/\/>/i, E)) {
445
- x(m, e);
444
+ if (!Xe && h(/\/>/i, E)) {
445
+ P(m, e);
446
446
  continue;
447
447
  }
448
- k && ce([de, Te, Ee], (lt) => {
448
+ U && ce([Te, de, Ee], (lt) => {
449
449
  E = K(E, lt, " ");
450
450
  });
451
- const st = d(e.nodeName);
451
+ const st = p(e.nodeName);
452
452
  if (!it(st, W, E)) {
453
- x(m, e);
453
+ P(m, e);
454
454
  continue;
455
455
  }
456
- if (g && typeof ee == "object" && typeof ee.getAttributeType == "function" && !L)
456
+ if (g && typeof ee == "object" && typeof ee.getAttributeType == "function" && !D)
457
457
  switch (ee.getAttributeType(st, W)) {
458
458
  case "TrustedHTML": {
459
459
  E = g.createHTML(E);
@@ -464,24 +464,24 @@ function At() {
464
464
  break;
465
465
  }
466
466
  }
467
- if (E !== De)
467
+ if (E !== Ne)
468
468
  try {
469
- L ? e.setAttributeNS(L, m, E) : e.setAttribute(m, E), be(e) ? D(e) : ft(o.removed);
469
+ D ? e.setAttributeNS(D, m, E) : e.setAttribute(m, E), be(e) ? N(e) : ft(o.removed);
470
470
  } catch {
471
- x(m, e);
471
+ P(m, e);
472
472
  }
473
473
  }
474
- I(h.afterSanitizeAttributes, e, null);
474
+ M(A.afterSanitizeAttributes, e, null);
475
475
  }, Bt = function i(e) {
476
476
  let t = null;
477
477
  const n = tt(e);
478
- for (I(h.beforeSanitizeShadowDOM, e, null); t = n.nextNode(); )
479
- I(h.uponSanitizeShadowNode, t, null), ot(t), rt(t), t.content instanceof O && i(t.content);
480
- I(h.afterSanitizeShadowDOM, e, null);
478
+ for (M(A.beforeSanitizeShadowDOM, e, null); t = n.nextNode(); )
479
+ M(A.uponSanitizeShadowNode, t, null), ot(t), rt(t), t.content instanceof O && i(t.content);
480
+ M(A.afterSanitizeShadowDOM, e, null);
481
481
  };
482
482
  return o.sanitize = function(i) {
483
483
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = null, n = null, f = null, _ = null;
484
- if (Oe = !i, Oe && (i = "<!-->"), typeof i != "string" && !nt(i))
484
+ if (De = !i, De && (i = "<!-->"), typeof i != "string" && !nt(i))
485
485
  if (typeof i.toString == "function") {
486
486
  if (i = i.toString(), typeof i != "string")
487
487
  throw Z("dirty is not a string, aborting");
@@ -489,64 +489,64 @@ function At() {
489
489
  throw Z("toString is not a function");
490
490
  if (!o.isSupported)
491
491
  return i;
492
- if (he || ye(e), o.removed = [], typeof i == "string" && (V = !1), V) {
492
+ if (Ae || ye(e), o.removed = [], typeof i == "string" && (V = !1), V) {
493
493
  if (i.nodeName) {
494
- const C = d(i.nodeName);
495
- if (!p[C] || j[C])
494
+ const w = p(i.nodeName);
495
+ if (!T[w] || j[w])
496
496
  throw Z("root node is forbidden and cannot be sanitized in-place");
497
497
  }
498
498
  } else if (i instanceof me)
499
499
  t = et("<!---->"), n = t.ownerDocument.importNode(i, !0), n.nodeType === Q.element && n.nodeName === "BODY" || n.nodeName === "HTML" ? t = n : t.appendChild(n);
500
500
  else {
501
- if (!U && !k && !w && // eslint-disable-next-line unicorn/prefer-includes
501
+ if (!F && !U && !x && // eslint-disable-next-line unicorn/prefer-includes
502
502
  i.indexOf("<") === -1)
503
503
  return g && ie ? g.createHTML(i) : i;
504
504
  if (t = et(i), !t)
505
- return U ? null : ie ? X : "";
505
+ return F ? null : ie ? X : "";
506
506
  }
507
- t && Ae && D(t.firstChild);
507
+ t && he && N(t.firstChild);
508
508
  const m = tt(V ? i : t);
509
509
  for (; f = m.nextNode(); )
510
510
  ot(f), rt(f), f.content instanceof O && Bt(f.content);
511
511
  if (V)
512
512
  return i;
513
- if (U) {
513
+ if (F) {
514
514
  if (oe)
515
515
  for (_ = It.call(t.ownerDocument); t.firstChild; )
516
516
  _.appendChild(t.firstChild);
517
517
  else
518
518
  _ = t;
519
- return (T.shadowroot || T.shadowrootmode) && (_ = Mt.call(a, _, !0)), _;
519
+ return (d.shadowroot || d.shadowrootmode) && (_ = Mt.call(a, _, !0)), _;
520
520
  }
521
- let L = w ? t.outerHTML : t.innerHTML;
522
- return w && p["!doctype"] && t.ownerDocument && t.ownerDocument.doctype && t.ownerDocument.doctype.name && A(ht, t.ownerDocument.doctype.name) && (L = "<!DOCTYPE " + t.ownerDocument.doctype.name + `>
523
- ` + L), k && ce([de, Te, Ee], (C) => {
524
- L = K(L, C, " ");
525
- }), g && ie ? g.createHTML(L) : L;
521
+ let D = x ? t.outerHTML : t.innerHTML;
522
+ return x && T["!doctype"] && t.ownerDocument && t.ownerDocument.doctype && t.ownerDocument.doctype.name && h(At, t.ownerDocument.doctype.name) && (D = "<!DOCTYPE " + t.ownerDocument.doctype.name + `>
523
+ ` + D), U && ce([Te, de, Ee], (w) => {
524
+ D = K(D, w, " ");
525
+ }), g && ie ? g.createHTML(D) : D;
526
526
  }, o.setConfig = function() {
527
527
  let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
528
- ye(i), he = !0;
528
+ ye(i), Ae = !0;
529
529
  }, o.clearConfig = function() {
530
- G = null, he = !1;
530
+ G = null, Ae = !1;
531
531
  }, o.isValidAttribute = function(i, e, t) {
532
532
  G || ye({});
533
- const n = d(i), f = d(e);
533
+ const n = p(i), f = p(e);
534
534
  return it(n, f, t);
535
535
  }, o.addHook = function(i, e) {
536
- typeof e == "function" && q(h[i], e);
536
+ typeof e == "function" && q(A[i], e);
537
537
  }, o.removeHook = function(i, e) {
538
538
  if (e !== void 0) {
539
- const t = Vt(h[i], e);
540
- return t === -1 ? void 0 : $t(h[i], t, 1)[0];
539
+ const t = Vt(A[i], e);
540
+ return t === -1 ? void 0 : $t(A[i], t, 1)[0];
541
541
  }
542
- return ft(h[i]);
542
+ return ft(A[i]);
543
543
  }, o.removeHooks = function(i) {
544
- h[i] = [];
544
+ A[i] = [];
545
545
  }, o.removeAllHooks = function() {
546
- h = Et();
546
+ A = Et();
547
547
  }, o;
548
548
  }
549
- var mn = At();
549
+ var mn = ht();
550
550
  export {
551
551
  mn as default
552
552
  };