ninegrid2 6.437.0 → 6.438.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.
@@ -91,11 +91,11 @@ class aiMessage extends HTMLElement
91
91
  this.#data = data;
92
92
 
93
93
  setTimeout(() => {
94
- this.#init2();
94
+ this.#init2(info);
95
95
  });
96
96
  }
97
97
 
98
- #init2 = () => {
98
+ #init2 = (info) => {
99
99
 
100
100
  const rowCount = Number(this.getAttribute("row-count"));
101
101
  if (rowCount < 1) {
@@ -27507,11 +27507,11 @@ class aiMessage extends HTMLElement
27507
27507
  this.#data = data;
27508
27508
 
27509
27509
  setTimeout(() => {
27510
- this.#init2();
27510
+ this.#init2(info);
27511
27511
  });
27512
27512
  }
27513
27513
 
27514
- #init2 = () => {
27514
+ #init2 = (info) => {
27515
27515
 
27516
27516
  const rowCount = Number(this.getAttribute("row-count"));
27517
27517
  if (rowCount < 1) {
@@ -27505,11 +27505,11 @@ class aiMessage extends HTMLElement
27505
27505
  this.#data = data;
27506
27506
 
27507
27507
  setTimeout(() => {
27508
- this.#init2();
27508
+ this.#init2(info);
27509
27509
  });
27510
27510
  }
27511
27511
 
27512
- #init2 = () => {
27512
+ #init2 = (info) => {
27513
27513
 
27514
27514
  const rowCount = Number(this.getAttribute("row-count"));
27515
27515
  if (rowCount < 1) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.437.0",
4
+ "version": "6.438.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -91,11 +91,11 @@ class aiMessage extends HTMLElement
91
91
  this.#data = data;
92
92
 
93
93
  setTimeout(() => {
94
- this.#init2();
94
+ this.#init2(info);
95
95
  });
96
96
  }
97
97
 
98
- #init2 = () => {
98
+ #init2 = (info) => {
99
99
 
100
100
  const rowCount = Number(this.getAttribute("row-count"));
101
101
  if (rowCount < 1) {