@opencor/opencor 0.20251204.2 → 0.20251204.3
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.
|
@@ -8674,7 +8674,7 @@ async function ry() {
|
|
|
8674
8674
|
console.error("Failed to load libOpenCOR's WebAssembly module:", n);
|
|
8675
8675
|
}
|
|
8676
8676
|
}
|
|
8677
|
-
const oy = "0.20251204.
|
|
8677
|
+
const oy = "0.20251204.3", iy = { class: "space-y-7" }, ay = { class: "text-center" }, sy = { class: "text-3xl font-bold" }, ly = {
|
|
8678
8678
|
key: 0,
|
|
8679
8679
|
class: "text-xl italic font-bold"
|
|
8680
8680
|
}, cy = { class: "text-sm italic" }, uy = { class: "space-y-2" }, dy = /* @__PURE__ */ E("a", {
|
|
@@ -16020,7 +16020,7 @@ var Ed = (function() {
|
|
|
16020
16020
|
formats: this.formats,
|
|
16021
16021
|
placeholder: this.placeholder
|
|
16022
16022
|
};
|
|
16023
|
-
Ed ? (this.quill = new Ed(this.$refs.editorElement, t), this.initQuill(), this.handleLoad()) : import("./quill-
|
|
16023
|
+
Ed ? (this.quill = new Ed(this.$refs.editorElement, t), this.initQuill(), this.handleLoad()) : import("./quill-Dk-bwiMa.js").then(function(r) {
|
|
16024
16024
|
r && uf(e.$refs.editorElement) && (r.default ? e.quill = new r.default(e.$refs.editorElement, t) : e.quill = new r(e.$refs.editorElement, t), e.initQuill());
|
|
16025
16025
|
}).then(function() {
|
|
16026
16026
|
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-B4cuzl8M.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