@ninebone/table 0.0.352 → 0.0.354

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.
@@ -1276,10 +1276,10 @@ const ce = class ce extends HTMLElement {
1276
1276
  //#created = false;
1277
1277
  h(this, Z);
1278
1278
  h(this, Bt);
1279
- this.fields = new Ft(this), this.attachShadow({ mode: "open" }), b(this, Z, new Jt(this));
1279
+ this.attachShadow({ mode: "open" }), b(this, Z, new Jt(this));
1280
1280
  }
1281
1281
  connectedCallback() {
1282
- b(this, Bt, new Kt(this)), I.log("NineTable connected."), this.dispatchEvent(new CustomEvent("load", { bubbles: !0, detail: { target: this } }));
1282
+ this.fields = new Ft(this), b(this, Bt, new Kt(this)), I.log("NineTable connected."), this.dispatchEvent(new CustomEvent("load", { bubbles: !0, detail: { target: this } }));
1283
1283
  }
1284
1284
  disconnectedCallback() {
1285
1285
  I.log("NineTable disconnected.");