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.
- package/dist/ai/aiMessage.js +1 -1
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/package.json +1 -1
- package/src/ai/aiMessage.js +1 -1
package/dist/ai/aiMessage.js
CHANGED
package/dist/bundle.cjs.js
CHANGED
|
@@ -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 =
|
|
27404
|
+
grd.data.source = this.data;
|
|
27405
27405
|
}, 300);
|
|
27406
27406
|
};
|
|
27407
27407
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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 =
|
|
27402
|
+
grd.data.source = this.data;
|
|
27403
27403
|
}, 300);
|
|
27404
27404
|
};
|
|
27405
27405
|
}
|
package/package.json
CHANGED