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.
- package/dist/ai/aiMessage.js +2 -2
- package/dist/bundle.cjs.js +2 -2
- package/dist/bundle.esm.js +2 -2
- package/package.json +1 -1
- package/src/ai/aiMessage.js +2 -2
package/dist/ai/aiMessage.js
CHANGED
|
@@ -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) {
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -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) {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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
package/src/ai/aiMessage.js
CHANGED
|
@@ -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) {
|