ninegrid2 6.327.0 → 6.328.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.
@@ -103,7 +103,7 @@ class aiMessage extends HTMLElement
103
103
 
104
104
  setTimeout(() => {
105
105
  const grd = this.shadowRoot.querySelector("nine-grid");
106
- grd.data.source = v;
106
+ grd.data.source = this.data;
107
107
  }, 300);
108
108
  };
109
109
  }
@@ -27401,7 +27401,7 @@ class aiMessage extends HTMLElement
27401
27401
 
27402
27402
  setTimeout(() => {
27403
27403
  const grd = this.shadowRoot.querySelector("nine-grid");
27404
- grd.data.source = v;
27404
+ grd.data.source = this.data;
27405
27405
  }, 300);
27406
27406
  };
27407
27407
  }
@@ -27399,7 +27399,7 @@ class aiMessage extends HTMLElement
27399
27399
 
27400
27400
  setTimeout(() => {
27401
27401
  const grd = this.shadowRoot.querySelector("nine-grid");
27402
- grd.data.source = v;
27402
+ grd.data.source = this.data;
27403
27403
  }, 300);
27404
27404
  };
27405
27405
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.327.0",
4
+ "version": "6.328.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -103,7 +103,7 @@ class aiMessage extends HTMLElement
103
103
 
104
104
  setTimeout(() => {
105
105
  const grd = this.shadowRoot.querySelector("nine-grid");
106
- grd.data.source = v;
106
+ grd.data.source = this.data;
107
107
  }, 300);
108
108
  };
109
109
  }