@nine-lab/nine-ux 0.1.46 → 0.1.48
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/nine-ux.es.js +3 -6
- package/dist/nine-ux.es.js.map +1 -1
- package/dist/nine-ux.umd.js +20 -20
- package/dist/nine-ux.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-ux.es.js
CHANGED
|
@@ -6,7 +6,6 @@ var gl = (n, e, t) => e in n ? ml(n, e, { enumerable: !0, configurable: !0, writ
|
|
|
6
6
|
var ye = (n, e, t) => gl(n, typeof e != "symbol" ? e + "" : e, t), Hn = (n, e, t) => e.has(n) || ii("Cannot " + t);
|
|
7
7
|
var O = (n, e, t) => (Hn(n, e, "read from private field"), t ? t.call(n) : e.get(n)), W = (n, e, t) => e.has(n) ? ii("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(n) : e.set(n, t), oe = (n, e, t, r) => (Hn(n, e, "write to private field"), r ? r.call(n, t) : e.set(n, t), t), Q = (n, e, t) => (Hn(n, e, "access private method"), t);
|
|
8
8
|
import { nine as yl } from "@nine-lab/nine-util";
|
|
9
|
-
import { nine as Ph } from "@nine-lab/nine-util";
|
|
10
9
|
const bl = `
|
|
11
10
|
dialog::backdrop {
|
|
12
11
|
background: rgba(0, 0, 0, 0.3);
|
|
@@ -14540,7 +14539,7 @@ Ar = function() {
|
|
|
14540
14539
|
const t = Rr.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
|
|
14541
14540
|
this.shadowRoot.innerHTML = `
|
|
14542
14541
|
<style>
|
|
14543
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.
|
|
14542
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.48/dist/css/nineEditor.css";
|
|
14544
14543
|
${r}
|
|
14545
14544
|
</style>
|
|
14546
14545
|
|
|
@@ -14641,12 +14640,10 @@ Ar = function() {
|
|
|
14641
14640
|
r && t.chain().focus().setImage({ src: r }).run();
|
|
14642
14641
|
};
|
|
14643
14642
|
};
|
|
14644
|
-
console.log("==================");
|
|
14643
|
+
console.log("1==================");
|
|
14645
14644
|
console.log(typeof window);
|
|
14646
14645
|
typeof window < "u" && (console.log("[nine-ux] Registering nine-editor..."), customElements.get("nine-editor") || (customElements.define("nine-editor", vh), console.log("[nine-ux] nine-editor registered successfully!")));
|
|
14647
14646
|
export {
|
|
14648
|
-
|
|
14649
|
-
vh as nineEditor,
|
|
14650
|
-
Rr as nineUx
|
|
14647
|
+
vh as nineEditor
|
|
14651
14648
|
};
|
|
14652
14649
|
//# sourceMappingURL=nine-ux.es.js.map
|