ninegrid2 6.357.0 → 6.359.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.
@@ -36,10 +36,10 @@ class aiMessage extends HTMLElement
36
36
  </div>
37
37
  `;
38
38
 
39
-
39
+ /**
40
40
  requestAnimationFrame(() => {
41
41
  console.log("requestAnimationFrame")
42
- });
42
+ }); */
43
43
  };
44
44
 
45
45
 
@@ -49,7 +49,6 @@ class aiMessage extends HTMLElement
49
49
  setTimeout(() => {
50
50
  this.#init();
51
51
  });
52
-
53
52
  }
54
53
 
55
54
  #init = () => {
@@ -87,10 +86,6 @@ class aiMessage extends HTMLElement
87
86
 
88
87
  this.shadowRoot.querySelector(".grid").innerHTML = html;
89
88
 
90
- requestAnimationFrame(() => {
91
- console.log("requestAnimationFrame")
92
- });
93
-
94
89
  this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
95
90
  const grid = document.querySelector("nine-grid");
96
91
  grid.filtering.set(data);
@@ -116,7 +111,7 @@ class aiMessage extends HTMLElement
116
111
  const grd = this.shadowRoot.querySelector("nine-grid");
117
112
  grd.data.source = this.#data;
118
113
  //grd.setAttribute("display-row-count", 2);
119
- }, 1000);
114
+ });
120
115
  };
121
116
  }
122
117
 
@@ -27342,10 +27342,10 @@ class aiMessage extends HTMLElement
27342
27342
  </div>
27343
27343
  `;
27344
27344
 
27345
-
27345
+ /**
27346
27346
  requestAnimationFrame(() => {
27347
- console.log("requestAnimationFrame");
27348
- });
27347
+ console.log("requestAnimationFrame")
27348
+ }); */
27349
27349
  };
27350
27350
 
27351
27351
 
@@ -27355,7 +27355,6 @@ class aiMessage extends HTMLElement
27355
27355
  setTimeout(() => {
27356
27356
  this.#init();
27357
27357
  });
27358
-
27359
27358
  }
27360
27359
 
27361
27360
  #init = () => {
@@ -27393,10 +27392,6 @@ class aiMessage extends HTMLElement
27393
27392
 
27394
27393
  this.shadowRoot.querySelector(".grid").innerHTML = html;
27395
27394
 
27396
- requestAnimationFrame(() => {
27397
- console.log("requestAnimationFrame");
27398
- });
27399
-
27400
27395
  this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
27401
27396
  const grid = document.querySelector("nine-grid");
27402
27397
  grid.filtering.set(data);
@@ -27422,7 +27417,7 @@ class aiMessage extends HTMLElement
27422
27417
  const grd = this.shadowRoot.querySelector("nine-grid");
27423
27418
  grd.data.source = this.#data;
27424
27419
  //grd.setAttribute("display-row-count", 2);
27425
- }, 1000);
27420
+ });
27426
27421
  };
27427
27422
  }
27428
27423
 
@@ -27340,10 +27340,10 @@ class aiMessage extends HTMLElement
27340
27340
  </div>
27341
27341
  `;
27342
27342
 
27343
-
27343
+ /**
27344
27344
  requestAnimationFrame(() => {
27345
- console.log("requestAnimationFrame");
27346
- });
27345
+ console.log("requestAnimationFrame")
27346
+ }); */
27347
27347
  };
27348
27348
 
27349
27349
 
@@ -27353,7 +27353,6 @@ class aiMessage extends HTMLElement
27353
27353
  setTimeout(() => {
27354
27354
  this.#init();
27355
27355
  });
27356
-
27357
27356
  }
27358
27357
 
27359
27358
  #init = () => {
@@ -27391,10 +27390,6 @@ class aiMessage extends HTMLElement
27391
27390
 
27392
27391
  this.shadowRoot.querySelector(".grid").innerHTML = html;
27393
27392
 
27394
- requestAnimationFrame(() => {
27395
- console.log("requestAnimationFrame");
27396
- });
27397
-
27398
27393
  this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
27399
27394
  const grid = document.querySelector("nine-grid");
27400
27395
  grid.filtering.set(data);
@@ -27420,7 +27415,7 @@ class aiMessage extends HTMLElement
27420
27415
  const grd = this.shadowRoot.querySelector("nine-grid");
27421
27416
  grd.data.source = this.#data;
27422
27417
  //grd.setAttribute("display-row-count", 2);
27423
- }, 1000);
27418
+ });
27424
27419
  };
27425
27420
  }
27426
27421
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.357.0",
4
+ "version": "6.359.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -36,10 +36,10 @@ class aiMessage extends HTMLElement
36
36
  </div>
37
37
  `;
38
38
 
39
-
39
+ /**
40
40
  requestAnimationFrame(() => {
41
41
  console.log("requestAnimationFrame")
42
- });
42
+ }); */
43
43
  };
44
44
 
45
45
 
@@ -49,7 +49,6 @@ class aiMessage extends HTMLElement
49
49
  setTimeout(() => {
50
50
  this.#init();
51
51
  });
52
-
53
52
  }
54
53
 
55
54
  #init = () => {
@@ -87,10 +86,6 @@ class aiMessage extends HTMLElement
87
86
 
88
87
  this.shadowRoot.querySelector(".grid").innerHTML = html;
89
88
 
90
- requestAnimationFrame(() => {
91
- console.log("requestAnimationFrame")
92
- });
93
-
94
89
  this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
95
90
  const grid = document.querySelector("nine-grid");
96
91
  grid.filtering.set(data);
@@ -116,7 +111,7 @@ class aiMessage extends HTMLElement
116
111
  const grd = this.shadowRoot.querySelector("nine-grid");
117
112
  grd.data.source = this.#data;
118
113
  //grd.setAttribute("display-row-count", 2);
119
- }, 1000);
114
+ });
120
115
  };
121
116
  }
122
117