@opencor/opencor 0.20251215.0 → 0.20251218.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.
|
@@ -8713,7 +8713,7 @@ async function jf() {
|
|
|
8713
8713
|
console.error("Failed to load libOpenCOR's WebAssembly module:", n);
|
|
8714
8714
|
}
|
|
8715
8715
|
}
|
|
8716
|
-
const Qf = "0.
|
|
8716
|
+
const Qf = "0.20251218.0", Vf = { class: "space-y-7" }, qf = { class: "text-center" }, _f = { class: "text-3xl font-bold" }, Wf = {
|
|
8717
8717
|
key: 0,
|
|
8718
8718
|
class: "text-xl italic font-bold"
|
|
8719
8719
|
}, Hf = { class: "text-sm italic" }, Kf = { class: "space-y-2" }, Gf = /* @__PURE__ */ x("a", {
|
|
@@ -16059,7 +16059,7 @@ var zl = (function() {
|
|
|
16059
16059
|
formats: this.formats,
|
|
16060
16060
|
placeholder: this.placeholder
|
|
16061
16061
|
};
|
|
16062
|
-
zl ? (this.quill = new zl(this.$refs.editorElement, t), this.initQuill(), this.handleLoad()) : import("./quill-
|
|
16062
|
+
zl ? (this.quill = new zl(this.$refs.editorElement, t), this.initQuill(), this.handleLoad()) : import("./quill-CCULFmEg.js").then(function(o) {
|
|
16063
16063
|
o && Fs(e.$refs.editorElement) && (o.default ? e.quill = new o.default(e.$refs.editorElement, t) : e.quill = new o(e.$refs.editorElement, t), e.initQuill());
|
|
16064
16064
|
}).then(function() {
|
|
16065
16065
|
e.handleLoad();
|
|
@@ -17124,7 +17124,7 @@ const $b = {
|
|
|
17124
17124
|
p();
|
|
17125
17125
|
});
|
|
17126
17126
|
},
|
|
17127
|
-
{ immediate: !0
|
|
17127
|
+
{ immediate: !0 }
|
|
17128
17128
|
), B.watch(
|
|
17129
17129
|
() => l.useLightMode(),
|
|
17130
17130
|
() => {
|
|
@@ -17149,7 +17149,7 @@ const $b = {
|
|
|
17149
17149
|
t.margins === void 0 && d();
|
|
17150
17150
|
});
|
|
17151
17151
|
},
|
|
17152
|
-
{ immediate: !0
|
|
17152
|
+
{ immediate: !0 }
|
|
17153
17153
|
), B.watch(
|
|
17154
17154
|
() => t.showLegend,
|
|
17155
17155
|
() => {
|
package/dist/opencor.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as ce, g as gl } from "./index-
|
|
1
|
+
import { c as ce, g as gl } from "./index-DNo647H8.js";
|
|
2
2
|
var pl = typeof global == "object" && global && global.Object === Object && global, yo = typeof self == "object" && self && self.Object === Object && self, Zt = pl || yo || Function("return this")(), de = Zt.Symbol, ml = Object.prototype, vo = ml.hasOwnProperty, Eo = ml.toString, yr = de ? de.toStringTag : void 0;
|
|
3
3
|
function Ao(n) {
|
|
4
4
|
var t = vo.call(n, yr), e = n[yr];
|
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"./style.css": "./dist/opencor.css"
|
|
41
41
|
},
|
|
42
|
-
"version": "0.
|
|
42
|
+
"version": "0.20251218.0",
|
|
43
43
|
"scripts": {
|
|
44
44
|
"build": "vite build",
|
|
45
45
|
"build:lib": "vite build --config vite.lib.config.ts && cp index.d.ts dist/index.d.ts",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"vue": "3.4.21"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@biomejs/biome": "^2.3.
|
|
70
|
+
"@biomejs/biome": "^2.3.10",
|
|
71
71
|
"@tailwindcss/postcss": "^4.1.18",
|
|
72
72
|
"@tailwindcss/vite": "^4.1.18",
|
|
73
73
|
"@types/node": "^24.10.4",
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
"tailwindcss-primeui": "^0.6.1",
|
|
82
82
|
"typescript": "^5.9.3",
|
|
83
83
|
"unplugin-vue-components": "^29.2.0",
|
|
84
|
-
"vite": "
|
|
84
|
+
"vite": "7.2.7"
|
|
85
85
|
}
|
|
86
86
|
}
|