@yh-ui/yh-ui 1.0.61 → 1.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/mermaid.mjs +3 -3
- package/dist/full.mjs +1762 -934
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +1 -1
- package/dist/sandbox-entry.cjs +23 -0
- package/dist/sandbox-entry.d.ts +4 -0
- package/dist/sandbox-entry.mjs +4 -0
- package/package.json +7 -7
package/dist/chunks/mermaid.mjs
CHANGED
|
@@ -36436,7 +36436,7 @@ You have to call mermaid.initialize.`);
|
|
|
36436
36436
|
return Ns = Ze.pop() || Na.lex() || Gq, typeof Ns != "number" && (Ns instanceof Array && (Ze = Ns, Ns = Ze.pop()), Ns = We.symbols_[Ns] || Ns), Ns;
|
|
36437
36437
|
}
|
|
36438
36438
|
b(Vq, "lex");
|
|
36439
|
-
for (var Ri, e8, fd, co,
|
|
36439
|
+
for (var Ri, e8, fd, co, J4t, t8, X0 = {}, y5, jc, qq, v5; ; ) {
|
|
36440
36440
|
if (fd = mt[mt.length - 1], this.defaultActions[fd] ? co = this.defaultActions[fd] : ((Ri === null || typeof Ri > "u") && (Ri = Vq()), co = Vr[fd] && Vr[fd][Ri]), typeof co > "u" || !co.length || !co[0]) {
|
|
36441
36441
|
var r8 = "";
|
|
36442
36442
|
v5 = [];
|
|
@@ -70239,7 +70239,7 @@ var X4t = b(function(t) {
|
|
|
70239
70239
|
}), "performCall");
|
|
70240
70240
|
K7.push(i), z_e().catch(a);
|
|
70241
70241
|
}), "render"), Z4t = b(() => Object.keys(yh).map((t) => ({ id: t })), "getRegisteredDiagramsMetadata"), ih = { startOnLoad: true, mermaidAPI: j0, parse: K4t, render: G_e, init: Y4t, run: B_e, registerExternalDiagrams: j4t, registerLayoutLoaders: oP, initialize: F_e, parseError: void 0, contentLoaded: $_e, setParseErrorHandler: X4t, detectType: $b, registerIconPacks: xE, getRegisteredDiagramsMetadata: Z4t }, V_e = ih;
|
|
70242
|
-
var
|
|
70242
|
+
var Q4t = V_e, Her = Q4t;
|
|
70243
70243
|
/*! Bundled license information:
|
|
70244
70244
|
|
|
70245
70245
|
dompurify/dist/purify.es.mjs:
|
|
@@ -70301,4 +70301,4 @@ mermaid/dist/mermaid.core.mjs:
|
|
|
70301
70301
|
*)
|
|
70302
70302
|
*/
|
|
70303
70303
|
|
|
70304
|
-
export {
|
|
70304
|
+
export { Her as default };
|