ninegrid2 6.351.0 → 6.353.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,22 +36,17 @@ 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
- //this.#init(); // DOM이 완전히 그려진 후 실행
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(() => {
54
- console.log("init")
55
50
  this.#init();
56
51
  });
57
52
 
@@ -92,6 +87,10 @@ class aiMessage extends HTMLElement
92
87
 
93
88
  this.shadowRoot.querySelector(".grid").innerHTML = html;
94
89
 
90
+ requestAnimationFrame(() => {
91
+ console.log("requestAnimationFrame")
92
+ });
93
+
95
94
  this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
96
95
  const grid = document.querySelector("nine-grid");
97
96
  grid.filtering.set(data);
@@ -27342,22 +27342,17 @@ 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
- //this.#init(); // DOM이 완전히 그려진 후 실행
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(() => {
27360
- console.log("init");
27361
27356
  this.#init();
27362
27357
  });
27363
27358
 
@@ -27398,6 +27393,10 @@ class aiMessage extends HTMLElement
27398
27393
 
27399
27394
  this.shadowRoot.querySelector(".grid").innerHTML = html;
27400
27395
 
27396
+ requestAnimationFrame(() => {
27397
+ console.log("requestAnimationFrame");
27398
+ });
27399
+
27401
27400
  this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
27402
27401
  const grid = document.querySelector("nine-grid");
27403
27402
  grid.filtering.set(data);
@@ -27340,22 +27340,17 @@ 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
- //this.#init(); // DOM이 완전히 그려진 후 실행
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(() => {
27358
- console.log("init");
27359
27354
  this.#init();
27360
27355
  });
27361
27356
 
@@ -27396,6 +27391,10 @@ class aiMessage extends HTMLElement
27396
27391
 
27397
27392
  this.shadowRoot.querySelector(".grid").innerHTML = html;
27398
27393
 
27394
+ requestAnimationFrame(() => {
27395
+ console.log("requestAnimationFrame");
27396
+ });
27397
+
27399
27398
  this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
27400
27399
  const grid = document.querySelector("nine-grid");
27401
27400
  grid.filtering.set(data);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.351.0",
4
+ "version": "6.353.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -36,22 +36,17 @@ 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
- //this.#init(); // DOM이 완전히 그려진 후 실행
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(() => {
54
- console.log("init")
55
50
  this.#init();
56
51
  });
57
52
 
@@ -92,6 +87,10 @@ class aiMessage extends HTMLElement
92
87
 
93
88
  this.shadowRoot.querySelector(".grid").innerHTML = html;
94
89
 
90
+ requestAnimationFrame(() => {
91
+ console.log("requestAnimationFrame")
92
+ });
93
+
95
94
  this.shadowRoot.querySelector(".filter").addEventListener("click", e => {
96
95
  const grid = document.querySelector("nine-grid");
97
96
  grid.filtering.set(data);