dist 1.2.20
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s

This commit is contained in:
2026-04-26 15:39:07 +02:00
parent af5bd1a537
commit becc4b8227
5 changed files with 41 additions and 23 deletions

20
dist/sigpro.esm.js vendored
View File

@@ -580,16 +580,22 @@ var mount = (comp, target) => {
MOUNTED_NODES.set(t, inst);
return inst;
};
var SigPro = Object.freeze({ $, $$, watch, h, when, each, fx, router, req, mount, batch });
if (typeof window !== "undefined") {
Object.assign(window, SigPro);
"a abbr article aside audio b blockquote br button canvas caption cite code col colgroup datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 header hr i iframe img input ins kbd label legend li main mark meter nav object ol optgroup option output p picture pre progress section select slot small source span strong sub summary sup svg table tbody td template textarea tfoot th thead time tr u ul video".split(" ").forEach((tag) => {
window[tag] = (props, children) => h(tag, props, children);
});
}
var sigproFn = Object.freeze({ $, $$, watch, h, when, each, fx, router, req, mount, batch });
var sigpro = () => {
if (typeof window !== "undefined") {
Object.assign(window, sigproFn);
"a abbr article aside audio b blockquote br button canvas caption cite code col colgroup datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 header hr i iframe img input ins kbd label legend li main mark meter nav object ol optgroup option output p picture pre progress section select slot small source span strong sub summary sup svg table tbody td template textarea tfoot th thead time tr u ul video".split(" ").forEach((tag) => {
window[tag] = (props, children) => h(tag, props, children);
});
console.log("SigPro DX installed.");
}
};
if (typeof import.meta === "undefined" && typeof window !== "undefined")
sigpro();
export {
when,
watch,
sigpro,
router,
req,
mount,

File diff suppressed because one or more lines are too long

20
dist/sigpro.js vendored
View File

@@ -42,6 +42,7 @@
__export(exports_sigpro, {
when: () => when,
watch: () => watch,
sigpro: () => sigpro,
router: () => router,
req: () => req,
mount: () => mount,
@@ -635,11 +636,16 @@
MOUNTED_NODES.set(t, inst);
return inst;
};
var SigPro = Object.freeze({ $, $$, watch, h, when, each, fx, router, req, mount, batch });
if (typeof window !== "undefined") {
Object.assign(window, SigPro);
"a abbr article aside audio b blockquote br button canvas caption cite code col colgroup datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 header hr i iframe img input ins kbd label legend li main mark meter nav object ol optgroup option output p picture pre progress section select slot small source span strong sub summary sup svg table tbody td template textarea tfoot th thead time tr u ul video".split(" ").forEach((tag) => {
window[tag] = (props, children) => h(tag, props, children);
});
}
var sigproFn = Object.freeze({ $, $$, watch, h, when, each, fx, router, req, mount, batch });
var sigpro = () => {
if (typeof window !== "undefined") {
Object.assign(window, sigproFn);
"a abbr article aside audio b blockquote br button canvas caption cite code col colgroup datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 header hr i iframe img input ins kbd label legend li main mark meter nav object ol optgroup option output p picture pre progress section select slot small source span strong sub summary sup svg table tbody td template textarea tfoot th thead time tr u ul video".split(" ").forEach((tag) => {
window[tag] = (props, children) => h(tag, props, children);
});
console.log("SigPro DX installed.");
}
};
if (typeof import.meta === "undefined" && typeof window !== "undefined")
sigpro();
})();

2
dist/sigpro.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -42,6 +42,7 @@
__export(exports_sigpro, {
when: () => when,
watch: () => watch,
sigpro: () => sigpro,
router: () => router,
req: () => req,
mount: () => mount,
@@ -635,11 +636,16 @@
MOUNTED_NODES.set(t, inst);
return inst;
};
var SigPro = Object.freeze({ $, $$, watch, h, when, each, fx, router, req, mount, batch });
if (typeof window !== "undefined") {
Object.assign(window, SigPro);
"a abbr article aside audio b blockquote br button canvas caption cite code col colgroup datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 header hr i iframe img input ins kbd label legend li main mark meter nav object ol optgroup option output p picture pre progress section select slot small source span strong sub summary sup svg table tbody td template textarea tfoot th thead time tr u ul video".split(" ").forEach((tag) => {
window[tag] = (props, children) => h(tag, props, children);
});
}
var sigproFn = Object.freeze({ $, $$, watch, h, when, each, fx, router, req, mount, batch });
var sigpro = () => {
if (typeof window !== "undefined") {
Object.assign(window, sigproFn);
"a abbr article aside audio b blockquote br button canvas caption cite code col colgroup datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 h2 h3 h4 h5 h6 header hr i iframe img input ins kbd label legend li main mark meter nav object ol optgroup option output p picture pre progress section select slot small source span strong sub summary sup svg table tbody td template textarea tfoot th thead time tr u ul video".split(" ").forEach((tag) => {
window[tag] = (props, children) => h(tag, props, children);
});
console.log("SigPro DX installed.");
}
};
if (typeof import.meta === "undefined" && typeof window !== "undefined")
sigpro();
})();