@nine-lab/nine-ux 0.1.37 → 0.1.39
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
|
@@ -14539,7 +14539,7 @@ Ir = function() {
|
|
|
14539
14539
|
const t = bt.getComponentCssPath("nineEditor.css"), r = t ? `@import "${t}";` : "";
|
|
14540
14540
|
this.shadowRoot.innerHTML = `
|
|
14541
14541
|
<style>
|
|
14542
|
-
@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.39/dist/css/nineEditor.css";
|
|
14543
14543
|
${r}
|
|
14544
14544
|
</style>
|
|
14545
14545
|
|
|
@@ -14645,7 +14645,7 @@ const xs = {
|
|
|
14645
14645
|
confirm: window.confirm
|
|
14646
14646
|
}, Ss = () => {
|
|
14647
14647
|
const { nativeOverride: n } = cr.config.ux || {}, e = Array.isArray(n) ? n : n === !0 ? ["alert", "confirm"] : [];
|
|
14648
|
-
window.alert = e.includes("alert") ? (t) => bt.alert(t) : xs.alert, window.confirm = e.includes("confirm") ? async (t) => await bt.confirm(t) : xs.confirm, cr.config.debug && e.length > 0 && console.log(`[nine-ux] Native API Overridden: ${e.join(", ")}`);
|
|
14648
|
+
console.log(e), window.alert = e.includes("alert") ? (t) => bt.alert(t) : xs.alert, window.confirm = e.includes("confirm") ? async (t) => await bt.confirm(t) : xs.confirm, cr.config.debug && e.length > 0 && console.log(`[nine-ux] Native API Overridden: ${e.join(", ")}`);
|
|
14649
14649
|
}, Rh = () => {
|
|
14650
14650
|
Ss(), xl((n) => {
|
|
14651
14651
|
(n === "ux" || n === "config") && Ss();
|