ninegrid2 6.376.0 → 6.377.0

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.
@@ -130,11 +130,12 @@ class aiMessage extends HTMLElement
130
130
  `;
131
131
 
132
132
  this.shadowRoot.querySelector(".grid").innerHTML = html;
133
- this.scrollIntoView({ behavior: "smooth", block: "end" });
134
-
133
+
135
134
  setTimeout(() => {
136
135
  const grd = this.shadowRoot.querySelector("nine-grid");
137
136
  grd.data.source = this.#data;
137
+
138
+ this.scrollIntoView({ behavior: "smooth", block: "end" });
138
139
  });
139
140
  };
140
141
  }
@@ -27472,11 +27472,12 @@ class aiMessage extends HTMLElement
27472
27472
  `;
27473
27473
 
27474
27474
  this.shadowRoot.querySelector(".grid").innerHTML = html;
27475
- this.scrollIntoView({ behavior: "smooth", block: "end" });
27476
-
27475
+
27477
27476
  setTimeout(() => {
27478
27477
  const grd = this.shadowRoot.querySelector("nine-grid");
27479
27478
  grd.data.source = this.#data;
27479
+
27480
+ this.scrollIntoView({ behavior: "smooth", block: "end" });
27480
27481
  });
27481
27482
  };
27482
27483
  }
@@ -27470,11 +27470,12 @@ class aiMessage extends HTMLElement
27470
27470
  `;
27471
27471
 
27472
27472
  this.shadowRoot.querySelector(".grid").innerHTML = html;
27473
- this.scrollIntoView({ behavior: "smooth", block: "end" });
27474
-
27473
+
27475
27474
  setTimeout(() => {
27476
27475
  const grd = this.shadowRoot.querySelector("nine-grid");
27477
27476
  grd.data.source = this.#data;
27477
+
27478
+ this.scrollIntoView({ behavior: "smooth", block: "end" });
27478
27479
  });
27479
27480
  };
27480
27481
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.376.0",
4
+ "version": "6.377.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -130,11 +130,12 @@ class aiMessage extends HTMLElement
130
130
  `;
131
131
 
132
132
  this.shadowRoot.querySelector(".grid").innerHTML = html;
133
- this.scrollIntoView({ behavior: "smooth", block: "end" });
134
-
133
+
135
134
  setTimeout(() => {
136
135
  const grd = this.shadowRoot.querySelector("nine-grid");
137
136
  grd.data.source = this.#data;
137
+
138
+ this.scrollIntoView({ behavior: "smooth", block: "end" });
138
139
  });
139
140
  };
140
141
  }