@opencor/opencor 0.20251205.1 → 0.20251205.2
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.
|
@@ -8676,7 +8676,7 @@ async function qf() {
|
|
|
8676
8676
|
console.error("Failed to load libOpenCOR's WebAssembly module:", n);
|
|
8677
8677
|
}
|
|
8678
8678
|
}
|
|
8679
|
-
const _f = "0.20251205.
|
|
8679
|
+
const _f = "0.20251205.2", Wf = { class: "space-y-7" }, Hf = { class: "text-center" }, Kf = { class: "text-3xl font-bold" }, Gf = {
|
|
8680
8680
|
key: 0,
|
|
8681
8681
|
class: "text-xl italic font-bold"
|
|
8682
8682
|
}, Zf = { class: "text-sm italic" }, Yf = { class: "space-y-2" }, Jf = /* @__PURE__ */ x("a", {
|
|
@@ -16022,7 +16022,7 @@ var jl = (function() {
|
|
|
16022
16022
|
formats: this.formats,
|
|
16023
16023
|
placeholder: this.placeholder
|
|
16024
16024
|
};
|
|
16025
|
-
jl ? (this.quill = new jl(this.$refs.editorElement, t), this.initQuill(), this.handleLoad()) : import("./quill-
|
|
16025
|
+
jl ? (this.quill = new jl(this.$refs.editorElement, t), this.initQuill(), this.handleLoad()) : import("./quill-CHYkspSK.js").then(function(o) {
|
|
16026
16026
|
o && Os(e.$refs.editorElement) && (o.default ? e.quill = new o.default(e.$refs.editorElement, t) : e.quill = new o(e.$refs.editorElement, t), e.initQuill());
|
|
16027
16027
|
}).then(function() {
|
|
16028
16028
|
e.handleLoad();
|
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-CcWVZdaW.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.20251205.
|
|
42
|
+
"version": "0.20251205.2",
|
|
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",
|
|
@@ -59,9 +59,7 @@
|
|
|
59
59
|
"@primevue/auto-import-resolver": "4.2.5",
|
|
60
60
|
"@vueuse/core": "12.8.2",
|
|
61
61
|
"crypto-js": "^4.2.0",
|
|
62
|
-
"firebase": "^12.6.0",
|
|
63
62
|
"jsonschema": "^1.5.0",
|
|
64
|
-
"octokit": "^5.0.5",
|
|
65
63
|
"primeicons": "^7.0.0",
|
|
66
64
|
"primevue": "4.2.5",
|
|
67
65
|
"quill": "^2.0.3",
|