@nine-lab/nine-ux 0.1.73 → 0.1.74
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 +2 -2
- package/dist/nine-ux.es.js.map +1 -1
- package/dist/nine-ux.umd.js +2 -2
- package/dist/nine-ux.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-ux.es.js
CHANGED
|
@@ -14651,7 +14651,7 @@ Lr = function() {
|
|
|
14651
14651
|
const t = Ae.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
|
|
14652
14652
|
this.shadowRoot.innerHTML = `
|
|
14653
14653
|
<style>
|
|
14654
|
-
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.
|
|
14654
|
+
@import "https://cdn.jsdelivr.net/npm/@nine-lab/nine-ux@0.1.74/dist/css/nineEditor.css";
|
|
14655
14655
|
${r}
|
|
14656
14656
|
</style>
|
|
14657
14657
|
|
|
@@ -14757,7 +14757,7 @@ const Ms = {
|
|
|
14757
14757
|
confirm: window.confirm
|
|
14758
14758
|
}, ws = () => {
|
|
14759
14759
|
var t, r;
|
|
14760
|
-
console.log(yt, window.nine);
|
|
14760
|
+
console.log("==============="), console.log(yt, window.nine);
|
|
14761
14761
|
const { nativeOverride: n } = ((r = (t = yt) == null ? void 0 : t.config) == null ? void 0 : r.ux) || {}, e = Array.isArray(n) ? n : n === !0 ? ["alert", "confirm"] : [];
|
|
14762
14762
|
console.log(e), window.alert = e.includes("alert") ? (i) => Ae.alert(i) : Ms.alert, window.confirm = e.includes("confirm") ? async (i) => await Ae.confirm(i) : Ms.confirm, yt.config.debug && e.length > 0 && console.log(`[nine-ux] Native API Overridden: ${e.join(", ")}`);
|
|
14763
14763
|
}, Bh = () => {
|