@codeplex-sac/data-view 0.0.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/index.js ADDED
@@ -0,0 +1,5 @@
1
+ import { C as r } from "./index-m7RGZiv3.js";
2
+ export * from "material-react-table";
3
+ export {
4
+ r as CodeplexTable
5
+ };
package/lib/table.d.ts ADDED
@@ -0,0 +1,11 @@
1
+ import { MRT_ColumnDef, MRT_RowData, MRT_TableOptions } from 'material-react-table';
2
+ export * from 'material-react-table';
3
+ export interface CodeplexTableProps<TData extends MRT_RowData> {
4
+ columns: MRT_ColumnDef<TData>[];
5
+ data: TData[];
6
+ options?: Partial<MRT_TableOptions<TData>>;
7
+ title?: string;
8
+ loading?: boolean;
9
+ enableExport?: boolean;
10
+ }
11
+ export declare const CodeplexTable: <TData extends MRT_RowData>({ columns, data, options, title, loading, enableExport, }: CodeplexTableProps<TData>) => import("react/jsx-runtime").JSX.Element;
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@codeplex-sac/data-view",
3
+ "version": "0.0.1",
4
+ "type": "module",
5
+ "main": "./index.js",
6
+ "module": "./index.js",
7
+ "types": "./index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./index.d.ts",
11
+ "import": "./index.js",
12
+ "require": "./index.cjs"
13
+ }
14
+ },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
18
+ "peerDependencies": {
19
+ "react": "^19.0.0",
20
+ "react-dom": "^19.0.0"
21
+ },
22
+ "dependencies": {
23
+ "@emotion/react": "^11.14.0",
24
+ "@emotion/styled": "^11.14.1",
25
+ "@mui/icons-material": "^7.3.6",
26
+ "@mui/material": "^7.3.6",
27
+ "@mui/x-date-pickers": "^8.23.0",
28
+ "dayjs": "^1.11.19",
29
+ "material-react-table": "^3.2.1"
30
+ }
31
+ }
@@ -0,0 +1,552 @@
1
+ const {
2
+ entries: _t,
3
+ setPrototypeOf: ct,
4
+ isFrozen: Yt,
5
+ getPrototypeOf: Xt,
6
+ getOwnPropertyDescriptor: jt
7
+ } = Object;
8
+ let {
9
+ freeze: S,
10
+ seal: L,
11
+ create: ve
12
+ } = Object, {
13
+ apply: ke,
14
+ construct: Ue
15
+ } = typeof Reflect < "u" && Reflect;
16
+ S || (S = function(o) {
17
+ return o;
18
+ });
19
+ L || (L = function(o) {
20
+ return o;
21
+ });
22
+ ke || (ke = function(o, l) {
23
+ for (var a = arguments.length, c = new Array(a > 2 ? a - 2 : 0), O = 2; O < a; O++)
24
+ c[O - 2] = arguments[O];
25
+ return o.apply(l, c);
26
+ });
27
+ Ue || (Ue = function(o) {
28
+ for (var l = arguments.length, a = new Array(l > 1 ? l - 1 : 0), c = 1; c < l; c++)
29
+ a[c - 1] = arguments[c];
30
+ return new o(...a);
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), 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
+ function R(s) {
34
+ return function(o) {
35
+ o instanceof RegExp && (o.lastIndex = 0);
36
+ for (var l = arguments.length, a = new Array(l > 1 ? l - 1 : 0), c = 1; c < l; c++)
37
+ a[c - 1] = arguments[c];
38
+ return ke(s, o, a);
39
+ };
40
+ }
41
+ function Zt(s) {
42
+ return function() {
43
+ for (var o = arguments.length, l = new Array(o), a = 0; a < o; a++)
44
+ l[a] = arguments[a];
45
+ return Ue(s, l);
46
+ };
47
+ }
48
+ function r(s, o) {
49
+ let l = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ue;
50
+ ct && ct(s, null);
51
+ let a = o.length;
52
+ for (; a--; ) {
53
+ let c = o[a];
54
+ if (typeof c == "string") {
55
+ const O = l(c);
56
+ O !== c && (Yt(o) || (o[a] = O), c = O);
57
+ }
58
+ s[c] = !0;
59
+ }
60
+ return s;
61
+ }
62
+ function Jt(s) {
63
+ for (let o = 0; o < s.length; o++)
64
+ y(s, o) || (s[o] = null);
65
+ return s;
66
+ }
67
+ function I(s) {
68
+ const o = ve(null);
69
+ for (const [l, a] of _t(s))
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
+ return o;
72
+ }
73
+ function J(s, o) {
74
+ for (; s !== null; ) {
75
+ const a = jt(s, o);
76
+ if (a) {
77
+ if (a.get)
78
+ return R(a.get);
79
+ if (typeof a.value == "function")
80
+ return R(a.value);
81
+ }
82
+ s = Xt(s);
83
+ }
84
+ function l() {
85
+ return null;
86
+ }
87
+ return l;
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"]), 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
+ /^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
91
+ // eslint-disable-line no-useless-escape
92
+ ), sn = L(/^(?:\w+script|data):/i), ln = L(
93
+ /[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
94
+ // eslint-disable-line no-control-regex
95
+ ), At = L(/^html$/i), cn = L(/^[a-z][.\w]*(-[.\w]+)+$/i);
96
+ var dt = /* @__PURE__ */ Object.freeze({
97
+ __proto__: null,
98
+ ARIA_ATTR: rn,
99
+ ATTR_WHITESPACE: ln,
100
+ CUSTOM_ELEMENT: cn,
101
+ DATA_ATTR: an,
102
+ DOCTYPE_NAME: At,
103
+ ERB_EXPR: nn,
104
+ IS_ALLOWED_URI: gt,
105
+ IS_SCRIPT_OR_DATA: sn,
106
+ MUSTACHE_EXPR: tn,
107
+ TMPLIT_EXPR: on
108
+ });
109
+ const Q = {
110
+ element: 1,
111
+ text: 3,
112
+ // Deprecated
113
+ progressingInstruction: 7,
114
+ comment: 8,
115
+ document: 9
116
+ }, fn = function() {
117
+ return typeof window > "u" ? null : window;
118
+ }, un = function(o, l) {
119
+ if (typeof o != "object" || typeof o.createPolicy != "function")
120
+ return null;
121
+ let a = null;
122
+ const c = "data-tt-policy-suffix";
123
+ l && l.hasAttribute(c) && (a = l.getAttribute(c));
124
+ const O = "dompurify" + (a ? "#" + a : "");
125
+ try {
126
+ return o.createPolicy(O, {
127
+ createHTML(v) {
128
+ return v;
129
+ },
130
+ createScriptURL(v) {
131
+ return v;
132
+ }
133
+ });
134
+ } catch {
135
+ return console.warn("TrustedTypes policy " + O + " could not be created."), null;
136
+ }
137
+ }, Et = function() {
138
+ return {
139
+ afterSanitizeAttributes: [],
140
+ afterSanitizeElements: [],
141
+ afterSanitizeShadowDOM: [],
142
+ beforeSanitizeAttributes: [],
143
+ beforeSanitizeElements: [],
144
+ beforeSanitizeShadowDOM: [],
145
+ uponSanitizeAttribute: [],
146
+ uponSanitizeElement: [],
147
+ uponSanitizeShadowNode: []
148
+ };
149
+ };
150
+ function ht() {
151
+ let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : fn();
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
+ return o.isSupported = !1, o;
155
+ let {
156
+ document: l
157
+ } = s;
158
+ const a = l, c = a.currentScript, {
159
+ DocumentFragment: O,
160
+ HTMLTemplateElement: v,
161
+ Node: me,
162
+ Element: Fe,
163
+ NodeFilter: B,
164
+ NamedNodeMap: St = s.NamedNodeMap || s.MozNamedAttrMap,
165
+ HTMLFormElement: Rt,
166
+ DOMParser: Ot,
167
+ trustedTypes: ee
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
+ const i = l.createElement("template");
171
+ i.content && i.content.ownerDocument && (l = i.content.ownerDocument);
172
+ }
173
+ let g, X = "";
174
+ const {
175
+ implementation: pe,
176
+ createNodeIterator: Nt,
177
+ createDocumentFragment: It,
178
+ getElementsByTagName: Ct
179
+ } = l, {
180
+ importNode: Mt
181
+ } = a;
182
+ let A = Et();
183
+ o.isSupported = typeof _t == "function" && typeof te == "function" && pe && pe.createHTMLDocument !== void 0;
184
+ const {
185
+ MUSTACHE_EXPR: Te,
186
+ ERB_EXPR: de,
187
+ TMPLIT_EXPR: Ee,
188
+ DATA_ATTR: wt,
189
+ ARIA_ATTR: xt,
190
+ IS_SCRIPT_OR_DATA: Pt,
191
+ ATTR_WHITESPACE: He,
192
+ CUSTOM_ELEMENT: vt
193
+ } = dt;
194
+ let {
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
+ tagNameCheck: {
202
+ writable: !0,
203
+ configurable: !1,
204
+ enumerable: !0,
205
+ value: null
206
+ },
207
+ attributeNameCheck: {
208
+ writable: !0,
209
+ configurable: !1,
210
+ enumerable: !0,
211
+ value: null
212
+ },
213
+ allowCustomizedBuiltInElements: {
214
+ writable: !0,
215
+ configurable: !1,
216
+ enumerable: !0,
217
+ value: !1
218
+ }
219
+ })), j = null, _e = null;
220
+ const k = Object.seal(ve(null, {
221
+ tagCheck: {
222
+ writable: !0,
223
+ configurable: !1,
224
+ enumerable: !0,
225
+ value: null
226
+ },
227
+ attributeCheck: {
228
+ writable: !0,
229
+ configurable: !1,
230
+ enumerable: !0,
231
+ value: null
232
+ }
233
+ }));
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
+ const kt = "user-content-";
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
+ let $e = null;
239
+ const qe = r({}, ["audio", "video", "img", "source", "image", "track"]);
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
+ let se = r({}, ["mi", "mo", "mn", "ms", "mtext"]), le = r({}, ["annotation-xml"]);
245
+ const Ft = r({}, ["title", "style", "font", "a", "script"]);
246
+ let $ = null;
247
+ const Ht = ["application/xhtml+xml", "text/html"], zt = "text/html";
248
+ let p = null, G = null;
249
+ const Gt = l.createElement("form"), Ze = function(e) {
250
+ return e instanceof RegExp || e instanceof Function;
251
+ }, ye = function() {
252
+ let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
253
+ if (!(G && G === e)) {
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
+ if (typeof e.TRUSTED_TYPES_POLICY.createHTML != "function")
257
+ throw Z('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
258
+ if (typeof e.TRUSTED_TYPES_POLICY.createScriptURL != "function")
259
+ throw Z('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
260
+ g = e.TRUSTED_TYPES_POLICY, X = g.createHTML("");
261
+ } else
262
+ g === void 0 && (g = un(ee, c)), g !== null && typeof X == "string" && (X = g.createHTML(""));
263
+ S && S(e), G = e;
264
+ }
265
+ }, Je = r({}, [...Me, ...we, ...Qt]), Qe = r({}, [...xe, ...en]), Wt = function(e) {
266
+ let t = te(e);
267
+ (!t || !t.tagName) && (t = {
268
+ namespaceURI: z,
269
+ tagName: "template"
270
+ });
271
+ const n = ue(e.tagName), f = ue(t.tagName);
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
+ q(o.removed, {
275
+ element: e
276
+ });
277
+ try {
278
+ te(e).removeChild(e);
279
+ } catch {
280
+ Lt(e);
281
+ }
282
+ }, P = function(e, t) {
283
+ try {
284
+ q(o.removed, {
285
+ attribute: t.getAttributeNode(e),
286
+ from: t
287
+ });
288
+ } catch {
289
+ q(o.removed, {
290
+ attribute: null,
291
+ from: t
292
+ });
293
+ }
294
+ if (t.removeAttribute(e), e === "is")
295
+ if (F || oe)
296
+ try {
297
+ N(t);
298
+ } catch {
299
+ }
300
+ else
301
+ try {
302
+ t.setAttribute(e, "");
303
+ } catch {
304
+ }
305
+ }, et = function(e) {
306
+ let t = null, n = null;
307
+ if (he)
308
+ e = "<remove></remove>" + e;
309
+ else {
310
+ const m = Ce(e, /^[\r\n\t ]+/);
311
+ n = m && m[0];
312
+ }
313
+ $ === "application/xhtml+xml" && z === C && (e = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + e + "</body></html>");
314
+ const f = g ? g.createHTML(e) : e;
315
+ if (z === C)
316
+ try {
317
+ t = new Ot().parseFromString(f, $);
318
+ } catch {
319
+ }
320
+ if (!t || !t.documentElement) {
321
+ t = pe.createDocument(z, "template", null);
322
+ try {
323
+ t.documentElement.innerHTML = De ? X : f;
324
+ } catch {
325
+ }
326
+ }
327
+ const _ = t.body || 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
+ }, tt = function(e) {
330
+ return Nt.call(
331
+ e.ownerDocument || e,
332
+ e,
333
+ // eslint-disable-next-line no-bitwise
334
+ B.SHOW_ELEMENT | B.SHOW_COMMENT | B.SHOW_TEXT | B.SHOW_PROCESSING_INSTRUCTION | B.SHOW_CDATA_SECTION,
335
+ null
336
+ );
337
+ }, be = function(e) {
338
+ return e instanceof Rt && (typeof e.nodeName != "string" || typeof e.textContent != "string" || typeof e.removeChild != "function" || !(e.attributes instanceof St) || typeof e.removeAttribute != "function" || typeof e.setAttribute != "function" || typeof e.namespaceURI != "string" || typeof e.insertBefore != "function" || typeof e.hasChildNodes != "function");
339
+ }, nt = function(e) {
340
+ return typeof me == "function" && e instanceof me;
341
+ };
342
+ function M(i, e, t) {
343
+ ce(i, (n) => {
344
+ n.call(o, e, t, G);
345
+ });
346
+ }
347
+ const ot = function(e) {
348
+ let t = null;
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
+ tagName: 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
+ return !1;
360
+ if (Se && !b[n]) {
361
+ const f = te(e) || e.parentNode, _ = bt(e) || e.childNodes;
362
+ if (_ && f) {
363
+ const m = _.length;
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
+ }
368
+ }
369
+ }
370
+ return N(e), !0;
371
+ }
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
+ t = K(t, f, " ");
374
+ }), e.textContent !== t && (q(o.removed, {
375
+ element: e.cloneNode()
376
+ }), e.textContent = t)), M(A.afterSanitizeElements, e, null), !1);
377
+ }, it = function(e, t, n) {
378
+ if (je && (t === "id" || t === "name") && (n in l || n in Gt))
379
+ return !1;
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
+ if (
385
+ // First condition does a very basic check if a) it's basically a valid custom element tagname AND
386
+ // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
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 && 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
+ // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
390
+ t === "is" && u.allowCustomizedBuiltInElements && (u.tagNameCheck instanceof RegExp && h(u.tagNameCheck, n) || u.tagNameCheck instanceof Function && u.tagNameCheck(n)))
391
+ ) return !1;
392
+ } else if (!Oe[t]) {
393
+ if (!h(ze, K(n, He, ""))) {
394
+ if (!((t === "src" || t === "xlink:href" || t === "href") && e !== "script" && qt(n, "data:") === 0 && $e[e])) {
395
+ if (!(Ye && !h(Pt, K(n, He, "")))) {
396
+ if (n)
397
+ return !1;
398
+ }
399
+ }
400
+ }
401
+ }
402
+ }
403
+ }
404
+ }
405
+ return !0;
406
+ }, at = function(e) {
407
+ return e !== "annotation-xml" && Ce(e, vt);
408
+ }, rt = function(e) {
409
+ M(A.beforeSanitizeAttributes, e, null);
410
+ const {
411
+ attributes: t
412
+ } = e;
413
+ if (!t || be(e))
414
+ return;
415
+ const n = {
416
+ attrName: "",
417
+ attrValue: "",
418
+ keepAttr: !0,
419
+ allowedAttributes: d,
420
+ forceKeepAttr: void 0
421
+ };
422
+ let f = t.length;
423
+ for (; f--; ) {
424
+ const _ = t[f], {
425
+ name: m,
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
+ continue;
433
+ }
434
+ if (W === "attributename" && Ce(E, "href")) {
435
+ P(m, e);
436
+ continue;
437
+ }
438
+ if (n.forceKeepAttr)
439
+ continue;
440
+ if (!n.keepAttr) {
441
+ P(m, e);
442
+ continue;
443
+ }
444
+ if (!Xe && h(/\/>/i, E)) {
445
+ P(m, e);
446
+ continue;
447
+ }
448
+ U && ce([Te, de, Ee], (lt) => {
449
+ E = K(E, lt, " ");
450
+ });
451
+ const st = p(e.nodeName);
452
+ if (!it(st, W, E)) {
453
+ P(m, e);
454
+ continue;
455
+ }
456
+ if (g && typeof ee == "object" && typeof ee.getAttributeType == "function" && !D)
457
+ switch (ee.getAttributeType(st, W)) {
458
+ case "TrustedHTML": {
459
+ E = g.createHTML(E);
460
+ break;
461
+ }
462
+ case "TrustedScriptURL": {
463
+ E = g.createScriptURL(E);
464
+ break;
465
+ }
466
+ }
467
+ if (E !== Ne)
468
+ try {
469
+ D ? e.setAttributeNS(D, m, E) : e.setAttribute(m, E), be(e) ? N(e) : ft(o.removed);
470
+ } catch {
471
+ P(m, e);
472
+ }
473
+ }
474
+ M(A.afterSanitizeAttributes, e, null);
475
+ }, Bt = function i(e) {
476
+ let t = null;
477
+ const n = tt(e);
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
+ };
482
+ return o.sanitize = function(i) {
483
+ let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, t = null, n = null, f = null, _ = null;
484
+ if (De = !i, De && (i = "<!-->"), typeof i != "string" && !nt(i))
485
+ if (typeof i.toString == "function") {
486
+ if (i = i.toString(), typeof i != "string")
487
+ throw Z("dirty is not a string, aborting");
488
+ } else
489
+ throw Z("toString is not a function");
490
+ if (!o.isSupported)
491
+ return i;
492
+ if (Ae || ye(e), o.removed = [], typeof i == "string" && (V = !1), V) {
493
+ if (i.nodeName) {
494
+ const w = p(i.nodeName);
495
+ if (!T[w] || j[w])
496
+ throw Z("root node is forbidden and cannot be sanitized in-place");
497
+ }
498
+ } else if (i instanceof me)
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
+ else {
501
+ if (!F && !U && !x && // eslint-disable-next-line unicorn/prefer-includes
502
+ i.indexOf("<") === -1)
503
+ return g && ie ? g.createHTML(i) : i;
504
+ if (t = et(i), !t)
505
+ return F ? null : ie ? X : "";
506
+ }
507
+ t && he && N(t.firstChild);
508
+ const m = tt(V ? i : t);
509
+ for (; f = m.nextNode(); )
510
+ ot(f), rt(f), f.content instanceof O && Bt(f.content);
511
+ if (V)
512
+ return i;
513
+ if (F) {
514
+ if (oe)
515
+ for (_ = It.call(t.ownerDocument); t.firstChild; )
516
+ _.appendChild(t.firstChild);
517
+ else
518
+ _ = t;
519
+ return (d.shadowroot || d.shadowrootmode) && (_ = Mt.call(a, _, !0)), _;
520
+ }
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
+ }, o.setConfig = function() {
527
+ let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
528
+ ye(i), Ae = !0;
529
+ }, o.clearConfig = function() {
530
+ G = null, Ae = !1;
531
+ }, o.isValidAttribute = function(i, e, t) {
532
+ G || ye({});
533
+ const n = p(i), f = p(e);
534
+ return it(n, f, t);
535
+ }, o.addHook = function(i, e) {
536
+ typeof e == "function" && q(A[i], e);
537
+ }, o.removeHook = function(i, e) {
538
+ if (e !== void 0) {
539
+ const t = Vt(A[i], e);
540
+ return t === -1 ? void 0 : $t(A[i], t, 1)[0];
541
+ }
542
+ return ft(A[i]);
543
+ }, o.removeHooks = function(i) {
544
+ A[i] = [];
545
+ }, o.removeAllHooks = function() {
546
+ A = Et();
547
+ }, o;
548
+ }
549
+ var mn = ht();
550
+ export {
551
+ mn as default
552
+ };