ninegrid2 6.349.0 → 6.352.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 +6 -6
- package/dist/bundle.cjs.js +7 -7
- package/dist/bundle.esm.js +7 -7
- package/package.json +1 -1
- package/src/ai/aiMessage.js +6 -6
package/dist/ai/aiMessage.js
CHANGED
|
@@ -36,18 +36,14 @@ class aiMessage extends HTMLElement
|
|
|
36
36
|
</div>
|
|
37
37
|
`;
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
//console.log("1", new Date());
|
|
41
|
-
//this.#init();
|
|
39
|
+
/**
|
|
42
40
|
requestAnimationFrame(() => {
|
|
43
41
|
console.log("requestAnimationFrame")
|
|
44
|
-
|
|
45
|
-
});
|
|
42
|
+
}); */
|
|
46
43
|
};
|
|
47
44
|
|
|
48
45
|
|
|
49
46
|
initialize = (data) => {
|
|
50
|
-
console.log("initialize")
|
|
51
47
|
this.#data = data;
|
|
52
48
|
|
|
53
49
|
setTimeout(() => {
|
|
@@ -91,6 +87,10 @@ class aiMessage extends HTMLElement
|
|
|
91
87
|
|
|
92
88
|
this.shadowRoot.querySelector(".grid").innerHTML = html;
|
|
93
89
|
|
|
90
|
+
requestAnimationFrame(() => {
|
|
91
|
+
console.log("requestAnimationFrame")
|
|
92
|
+
});
|
|
93
|
+
|
|
94
94
|
this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
|
|
95
95
|
const grid = document.querySelector("nine-grid");
|
|
96
96
|
grid.filtering.set(data);
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27342,18 +27342,14 @@ class aiMessage extends HTMLElement
|
|
|
27342
27342
|
</div>
|
|
27343
27343
|
`;
|
|
27344
27344
|
|
|
27345
|
-
|
|
27346
|
-
//console.log("1", new Date());
|
|
27347
|
-
//this.#init();
|
|
27345
|
+
/**
|
|
27348
27346
|
requestAnimationFrame(() => {
|
|
27349
|
-
console.log("requestAnimationFrame")
|
|
27350
|
-
|
|
27351
|
-
});
|
|
27347
|
+
console.log("requestAnimationFrame")
|
|
27348
|
+
}); */
|
|
27352
27349
|
};
|
|
27353
27350
|
|
|
27354
27351
|
|
|
27355
27352
|
initialize = (data) => {
|
|
27356
|
-
console.log("initialize");
|
|
27357
27353
|
this.#data = data;
|
|
27358
27354
|
|
|
27359
27355
|
setTimeout(() => {
|
|
@@ -27397,6 +27393,10 @@ class aiMessage extends HTMLElement
|
|
|
27397
27393
|
|
|
27398
27394
|
this.shadowRoot.querySelector(".grid").innerHTML = html;
|
|
27399
27395
|
|
|
27396
|
+
requestAnimationFrame(() => {
|
|
27397
|
+
console.log("requestAnimationFrame");
|
|
27398
|
+
});
|
|
27399
|
+
|
|
27400
27400
|
this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
|
|
27401
27401
|
const grid = document.querySelector("nine-grid");
|
|
27402
27402
|
grid.filtering.set(data);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27340,18 +27340,14 @@ class aiMessage extends HTMLElement
|
|
|
27340
27340
|
</div>
|
|
27341
27341
|
`;
|
|
27342
27342
|
|
|
27343
|
-
|
|
27344
|
-
//console.log("1", new Date());
|
|
27345
|
-
//this.#init();
|
|
27343
|
+
/**
|
|
27346
27344
|
requestAnimationFrame(() => {
|
|
27347
|
-
console.log("requestAnimationFrame")
|
|
27348
|
-
|
|
27349
|
-
});
|
|
27345
|
+
console.log("requestAnimationFrame")
|
|
27346
|
+
}); */
|
|
27350
27347
|
};
|
|
27351
27348
|
|
|
27352
27349
|
|
|
27353
27350
|
initialize = (data) => {
|
|
27354
|
-
console.log("initialize");
|
|
27355
27351
|
this.#data = data;
|
|
27356
27352
|
|
|
27357
27353
|
setTimeout(() => {
|
|
@@ -27395,6 +27391,10 @@ class aiMessage extends HTMLElement
|
|
|
27395
27391
|
|
|
27396
27392
|
this.shadowRoot.querySelector(".grid").innerHTML = html;
|
|
27397
27393
|
|
|
27394
|
+
requestAnimationFrame(() => {
|
|
27395
|
+
console.log("requestAnimationFrame");
|
|
27396
|
+
});
|
|
27397
|
+
|
|
27398
27398
|
this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
|
|
27399
27399
|
const grid = document.querySelector("nine-grid");
|
|
27400
27400
|
grid.filtering.set(data);
|
package/package.json
CHANGED
package/src/ai/aiMessage.js
CHANGED
|
@@ -36,18 +36,14 @@ class aiMessage extends HTMLElement
|
|
|
36
36
|
</div>
|
|
37
37
|
`;
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
//console.log("1", new Date());
|
|
41
|
-
//this.#init();
|
|
39
|
+
/**
|
|
42
40
|
requestAnimationFrame(() => {
|
|
43
41
|
console.log("requestAnimationFrame")
|
|
44
|
-
|
|
45
|
-
});
|
|
42
|
+
}); */
|
|
46
43
|
};
|
|
47
44
|
|
|
48
45
|
|
|
49
46
|
initialize = (data) => {
|
|
50
|
-
console.log("initialize")
|
|
51
47
|
this.#data = data;
|
|
52
48
|
|
|
53
49
|
setTimeout(() => {
|
|
@@ -91,6 +87,10 @@ class aiMessage extends HTMLElement
|
|
|
91
87
|
|
|
92
88
|
this.shadowRoot.querySelector(".grid").innerHTML = html;
|
|
93
89
|
|
|
90
|
+
requestAnimationFrame(() => {
|
|
91
|
+
console.log("requestAnimationFrame")
|
|
92
|
+
});
|
|
93
|
+
|
|
94
94
|
this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
|
|
95
95
|
const grid = document.querySelector("nine-grid");
|
|
96
96
|
grid.filtering.set(data);
|