@opencor/opencor 0.20260410.0 → 0.20260416.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.
- package/dist/opencor.es.js +12 -8
- package/package.json +6 -6
package/dist/opencor.es.js
CHANGED
|
@@ -7785,7 +7785,11 @@ var Ji = null, Yi = null, Xi = null, Zi = null, Qi = null, $i = null, ea = (e) =
|
|
|
7785
7785
|
}, ma = "OMEX #", ha = (e) => e.startsWith("http://") || e.startsWith("https://"), ga = (e) => `https://cors-proxy.opencor.workers.dev/?url=${e}`, _a = (e) => typeof e == "string" ? $i.h64(e).toString(16).padStart(16, "0") : $i.h64Raw(e).toString(16).padStart(16, "0"), va = (e) => {
|
|
7786
7786
|
let t = Math.floor(e % 1e3), n = Math.floor(e / 1e3 % 60), r = Math.floor(e / (1e3 * 60) % 60), i = Math.floor(e / (1e3 * 60 * 60) % 24), a = Math.floor(e / (1e3 * 60 * 60 * 24) % 24), o = "";
|
|
7787
7787
|
return a && (o = `${a}d`), (i || (r || n || t) && o) && (o += `${o ? " " : ""}${i}h`), (r || (n || t) && o) && (o += `${o ? " " : ""}${r}m`), (n || t && o) && (o += `${o ? " " : ""}${n}s`), (t || !o) && (o += `${o ? " " : ""}${t}ms`), o;
|
|
7788
|
-
}, Y = (e) => e instanceof Error ? e.message : String(e), ya = (e, t = !0) => (e = t ? e.charAt(0).toUpperCase() + e.slice(1) : e.charAt(0).toLowerCase() + e.slice(1), e.endsWith("...") ? e : e.endsWith(".") ? t ? e : e.slice(0, -1) : t ? `${e}.` : e), ba = (e, t) =>
|
|
7788
|
+
}, Y = (e) => e instanceof Error ? e.message : String(e), ya = (e, t = !0) => (e = t ? e.charAt(0).toUpperCase() + e.slice(1) : e.charAt(0).toLowerCase() + e.slice(1), e.endsWith("...") ? e : e.endsWith(".") ? t ? e : e.slice(0, -1) : t ? `${e}.` : e), ba = (e, t) => {
|
|
7789
|
+
if (!Number.isFinite(e) || !Number.isFinite(t) || t === 0) return !1;
|
|
7790
|
+
let n = e / t, r = Math.round(n);
|
|
7791
|
+
return Math.abs(n - r) <= 2 ** -52 * Math.max(1, Math.abs(r));
|
|
7792
|
+
}, xa = (e, t, n) => {
|
|
7789
7793
|
let r = document.createElement("a"), i = t instanceof Blob ? t : new Blob([t], { type: n }), a = URL.createObjectURL(i);
|
|
7790
7794
|
r.href = a, r.download = e, document.body.appendChild(r), r.click(), document.body.removeChild(r), URL.revokeObjectURL(a);
|
|
7791
7795
|
}, Sa = (e) => {
|
|
@@ -7904,7 +7908,7 @@ var Ji = null, Yi = null, Xi = null, Zi = null, Qi = null, $i = null, ea = (e) =
|
|
|
7904
7908
|
},
|
|
7905
7909
|
"./style.css": "./dist/opencor.css"
|
|
7906
7910
|
},
|
|
7907
|
-
version: "0.
|
|
7911
|
+
version: "0.20260416.0",
|
|
7908
7912
|
scripts: {
|
|
7909
7913
|
build: "vite build && bun scripts/generate.version.js",
|
|
7910
7914
|
"build:lib": "vite build --config vite.lib.config.ts && bunx --bun vue-tsc --project tsconfig.lib.types.json",
|
|
@@ -7931,18 +7935,18 @@ var Ji = null, Yi = null, Xi = null, Zi = null, Qi = null, $i = null, ea = (e) =
|
|
|
7931
7935
|
"xxhash-wasm": "^1.1.0"
|
|
7932
7936
|
},
|
|
7933
7937
|
devDependencies: {
|
|
7934
|
-
"@biomejs/biome": "^2.4.
|
|
7938
|
+
"@biomejs/biome": "^2.4.12",
|
|
7935
7939
|
"@tailwindcss/postcss": "^4.2.2",
|
|
7936
7940
|
"@tailwindcss/vite": "^4.2.2",
|
|
7937
|
-
"@types/node": "^25.
|
|
7941
|
+
"@types/node": "^25.6.0",
|
|
7938
7942
|
"@types/plotly.js": "^3.0.10",
|
|
7939
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
7943
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
7940
7944
|
"@vue/tsconfig": "^0.9.1",
|
|
7941
|
-
autoprefixer: "^10.
|
|
7945
|
+
autoprefixer: "^10.5.0",
|
|
7942
7946
|
esbuild: "^0.28.0",
|
|
7943
7947
|
postcss: "^8.5.9",
|
|
7944
7948
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
7945
|
-
stylelint: "^17.
|
|
7949
|
+
stylelint: "^17.8.0",
|
|
7946
7950
|
"stylelint-config-standard": "^40.0.0",
|
|
7947
7951
|
tailwindcss: "^4.2.2",
|
|
7948
7952
|
"tailwindcss-primeui": "^0.6.1",
|
|
@@ -17216,7 +17220,7 @@ var Id = [
|
|
|
17216
17220
|
], Ld = e.ref(0), Rd = (J ? 0 : 2) + Id.reduce((e, t) => e + +!!t.url + +!!t.cssUrl, 0) + 1, zd = async () => {
|
|
17217
17221
|
if (window.locApi) Po(window.locApi);
|
|
17218
17222
|
else {
|
|
17219
|
-
let e = "0.
|
|
17223
|
+
let e = "0.20260416.0";
|
|
17220
17224
|
try {
|
|
17221
17225
|
let t = (await import(
|
|
17222
17226
|
/* @vite-ignore */
|
package/package.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"./style.css": "./dist/opencor.css"
|
|
44
44
|
},
|
|
45
|
-
"version": "0.
|
|
45
|
+
"version": "0.20260416.0",
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "vite build && bun scripts/generate.version.js",
|
|
48
48
|
"build:lib": "vite build --config vite.lib.config.ts && bunx --bun vue-tsc --project tsconfig.lib.types.json",
|
|
@@ -75,18 +75,18 @@
|
|
|
75
75
|
"xxhash-wasm": "^1.1.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@biomejs/biome": "^2.4.
|
|
78
|
+
"@biomejs/biome": "^2.4.12",
|
|
79
79
|
"@tailwindcss/postcss": "^4.2.2",
|
|
80
80
|
"@tailwindcss/vite": "^4.2.2",
|
|
81
|
-
"@types/node": "^25.
|
|
81
|
+
"@types/node": "^25.6.0",
|
|
82
82
|
"@types/plotly.js": "^3.0.10",
|
|
83
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
83
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
84
84
|
"@vue/tsconfig": "^0.9.1",
|
|
85
|
-
"autoprefixer": "^10.
|
|
85
|
+
"autoprefixer": "^10.5.0",
|
|
86
86
|
"esbuild": "^0.28.0",
|
|
87
87
|
"postcss": "^8.5.9",
|
|
88
88
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
89
|
-
"stylelint": "^17.
|
|
89
|
+
"stylelint": "^17.8.0",
|
|
90
90
|
"stylelint-config-standard": "^40.0.0",
|
|
91
91
|
"tailwindcss": "^4.2.2",
|
|
92
92
|
"tailwindcss-primeui": "^0.6.1",
|