@ap666/office-word 0.1.0

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 (47) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +175 -0
  3. package/dist/chunk-efA98nb6.js +13 -0
  4. package/dist/components/ColumnsBlockView.vue.d.ts +26 -0
  5. package/dist/components/CountdownBlockView.vue.d.ts +3 -0
  6. package/dist/components/EmojiPickerPanel.vue.d.ts +11 -0
  7. package/dist/components/FormulaBlockView.vue.d.ts +3 -0
  8. package/dist/components/FormulaEditorDialog.vue.d.ts +20 -0
  9. package/dist/components/HighlightBlockView.vue.d.ts +28 -0
  10. package/dist/components/ImageBlockView.vue.d.ts +6 -0
  11. package/dist/components/LinkBlockView.vue.d.ts +5 -0
  12. package/dist/components/OfficeCodeBlockView.vue.d.ts +28 -0
  13. package/dist/components/OfficeColorIcon.vue.d.ts +10 -0
  14. package/dist/components/OfficeIcon.vue.d.ts +12 -0
  15. package/dist/components/OutlinePanel.vue.d.ts +17 -0
  16. package/dist/components/RichTextEditor.vue.d.ts +51 -0
  17. package/dist/components/ScrollArea.vue.d.ts +24 -0
  18. package/dist/components/VideoBlockView.vue.d.ts +7 -0
  19. package/dist/composables/useRichTextEditor.d.ts +9 -0
  20. package/dist/data/emoji.d.ts +13 -0
  21. package/dist/extensions/columns-block.d.ts +2 -0
  22. package/dist/extensions/columns-column.d.ts +2 -0
  23. package/dist/extensions/countdown-block.d.ts +2 -0
  24. package/dist/extensions/formula-block.d.ts +2 -0
  25. package/dist/extensions/highlight-block.d.ts +2 -0
  26. package/dist/extensions/image-block.d.ts +2 -0
  27. package/dist/extensions/indent.d.ts +17 -0
  28. package/dist/extensions/link-block.d.ts +2 -0
  29. package/dist/extensions/office-code-block.d.ts +1 -0
  30. package/dist/extensions/quote-style.d.ts +19 -0
  31. package/dist/extensions/text-align.d.ts +12 -0
  32. package/dist/extensions/video-block.d.ts +2 -0
  33. package/dist/html2canvas-Bwmq6fGh.js +4025 -0
  34. package/dist/icons.d.ts +8 -0
  35. package/dist/index.d.ts +8 -0
  36. package/dist/index.es-C4X5YiRo.js +5751 -0
  37. package/dist/index.js +54037 -0
  38. package/dist/index.umd.cjs +5319 -0
  39. package/dist/jspdf.es.min-ByaXFVjc.js +18214 -0
  40. package/dist/purify.es-B5ixYH9L.js +549 -0
  41. package/dist/style.css +2 -0
  42. package/dist/typeof-Dz1Ap89p.js +11 -0
  43. package/dist/types.d.ts +57 -0
  44. package/dist/utils/columns.d.ts +4 -0
  45. package/dist/utils/markdown-import.d.ts +2 -0
  46. package/docs/usage.md +19 -0
  47. package/package.json +61 -0
@@ -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.3", 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 = s(null), 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))), h(e, "ADD_TAGS") || (P.tagCheck = null), h(e, "ADD_ATTR") || (P.attributeCheck = null), 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 (Je[t] || 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|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/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 };