@ninebone/table 0.0.346 → 0.0.348
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-table.js
CHANGED
|
@@ -893,7 +893,7 @@ const oe = class oe {
|
|
|
893
893
|
}, "#adjust"));
|
|
894
894
|
h(this, It, /* @__PURE__ */ a(() => {
|
|
895
895
|
b(this, R, []);
|
|
896
|
-
const i = Array.from(t(this, dt).querySelectorAll("table"));
|
|
896
|
+
const i = Array.from(t(this, dt).shadowRoot.querySelectorAll("table"));
|
|
897
897
|
if (!(!i || i.length === 0)) {
|
|
898
898
|
for (const e of i)
|
|
899
899
|
I.log(e), $("[data-bind]", e).each((s, o) => {
|
|
@@ -1276,7 +1276,7 @@ const ce = class ce extends HTMLElement {
|
|
|
1276
1276
|
//#created = false;
|
|
1277
1277
|
h(this, Z);
|
|
1278
1278
|
h(this, Bt);
|
|
1279
|
-
this.
|
|
1279
|
+
this.attachShadow({ mode: "open" }), this.fields = new Ft(this), b(this, Z, new Jt(this));
|
|
1280
1280
|
}
|
|
1281
1281
|
connectedCallback() {
|
|
1282
1282
|
b(this, Bt, new Kt(this)), I.log("NineTable connected."), this.dispatchEvent(new CustomEvent("load", { bubbles: !0, detail: { target: this } }));
|