remove translations
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s
This commit is contained in:
1
dist/sigpro-ui.editor.esm.js
vendored
1
dist/sigpro-ui.editor.esm.js
vendored
@@ -5,7 +5,6 @@ import { $ as $2, isFunc as isFunc2, h as h2 } from "sigpro";
|
||||
import { $, watch, h, mount, when, each, isFunc } from "sigpro";
|
||||
var val = (val2) => typeof val2 === "function" ? val2() : val2;
|
||||
var cls = (...classes) => classes.filter(Boolean).join(" ").trim();
|
||||
var currentLocale = $("en");
|
||||
var c1 = (tag, cls2) => (p) => h(tag, { ...p, class: `${cls2} ${p?.class || ""}`.trim() });
|
||||
var c2 = (tag, cls2) => (p, c) => h(tag, { ...p, class: `${cls2} ${p?.class || ""}`.trim() }, c);
|
||||
var ct = (tag, cls2, type) => (p) => h(tag, { type, ...p, class: `${cls2} ${p?.class || ""}`.trim() });
|
||||
|
||||
Reference in New Issue
Block a user