ninegrid2 6.254.0 → 6.256.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.
@@ -19491,9 +19491,6 @@ class ngMaxPopup extends HTMLElement
19491
19491
  `;
19492
19492
 
19493
19493
  this.#grd = this.shadowRoot.querySelector("nine-grid");
19494
-
19495
- console.log(this, this.#grd);
19496
-
19497
19494
  this.#grd.removeAttribute("display-row-count");
19498
19495
  //this.#grd.removeAttribute("onload");
19499
19496
  //$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
@@ -19538,7 +19535,7 @@ class ngMaxPopup extends HTMLElement
19538
19535
  }
19539
19536
 
19540
19537
  popup = () => {
19541
- console.log(this.#grd, this.#grd.data);
19538
+ //console.log(this.#owner.data);
19542
19539
  this.#grd.data.assign(this.#owner.data.get());
19543
19540
  this.shadowRoot.querySelector('dialog').showModal();
19544
19541
  };
@@ -24689,9 +24686,12 @@ class ninegridContainer extends HTMLElement
24689
24686
  this.columns = new ngColumns(this);
24690
24687
 
24691
24688
  for (var s in this.dataManager) { // 함수 복사
24689
+ console.log(s);
24690
+
24692
24691
  if (this.dataManager[s] instanceof Function && !["xxx"].includes(s)) {
24693
24692
  this[s] = this.dataManager[s].bind(this);
24694
24693
  } else if (["data","row","tree"].includes(s)) {
24694
+
24695
24695
  this[s] = this.dataManager[s];
24696
24696
  }
24697
24697
  }
@@ -19489,9 +19489,6 @@ class ngMaxPopup extends HTMLElement
19489
19489
  `;
19490
19490
 
19491
19491
  this.#grd = this.shadowRoot.querySelector("nine-grid");
19492
-
19493
- console.log(this, this.#grd);
19494
-
19495
19492
  this.#grd.removeAttribute("display-row-count");
19496
19493
  //this.#grd.removeAttribute("onload");
19497
19494
  //$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
@@ -19536,7 +19533,7 @@ class ngMaxPopup extends HTMLElement
19536
19533
  }
19537
19534
 
19538
19535
  popup = () => {
19539
- console.log(this.#grd, this.#grd.data);
19536
+ //console.log(this.#owner.data);
19540
19537
  this.#grd.data.assign(this.#owner.data.get());
19541
19538
  this.shadowRoot.querySelector('dialog').showModal();
19542
19539
  };
@@ -24687,9 +24684,12 @@ class ninegridContainer extends HTMLElement
24687
24684
  this.columns = new ngColumns(this);
24688
24685
 
24689
24686
  for (var s in this.dataManager) { // 함수 복사
24687
+ console.log(s);
24688
+
24690
24689
  if (this.dataManager[s] instanceof Function && !["xxx"].includes(s)) {
24691
24690
  this[s] = this.dataManager[s].bind(this);
24692
24691
  } else if (["data","row","tree"].includes(s)) {
24692
+
24693
24693
  this[s] = this.dataManager[s];
24694
24694
  }
24695
24695
  }
@@ -33,9 +33,6 @@ class ngMaxPopup extends HTMLElement
33
33
  `;
34
34
 
35
35
  this.#grd = this.shadowRoot.querySelector("nine-grid");
36
-
37
- console.log(this, this.#grd)
38
-
39
36
  this.#grd.removeAttribute("display-row-count");
40
37
  //this.#grd.removeAttribute("onload");
41
38
  //$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
@@ -80,7 +77,7 @@ class ngMaxPopup extends HTMLElement
80
77
  }
81
78
 
82
79
  popup = () => {
83
- console.log(this.#grd, this.#grd.data);
80
+ //console.log(this.#owner.data);
84
81
  this.#grd.data.assign(this.#owner.data.get());
85
82
  this.shadowRoot.querySelector('dialog').showModal();
86
83
  };
@@ -661,9 +661,12 @@ class ninegridContainer extends HTMLElement
661
661
  this.columns = new ngColumns(this);
662
662
 
663
663
  for (var s in this.dataManager) { // 함수 복사
664
+ console.log(s);
665
+
664
666
  if (this.dataManager[s] instanceof Function && !["xxx"].includes(s)) {
665
667
  this[s] = this.dataManager[s].bind(this);
666
668
  } else if (["data","row","tree"].includes(s)) {
669
+
667
670
  this[s] = this.dataManager[s];
668
671
  }
669
672
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.254.0",
4
+ "version": "6.256.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -33,9 +33,6 @@ class ngMaxPopup extends HTMLElement
33
33
  `;
34
34
 
35
35
  this.#grd = this.shadowRoot.querySelector("nine-grid");
36
-
37
- console.log(this, this.#grd)
38
-
39
36
  this.#grd.removeAttribute("display-row-count");
40
37
  //this.#grd.removeAttribute("onload");
41
38
  //$(this.#grd).css({"width": "100% !important", "height": "100% !important",});
@@ -80,7 +77,7 @@ class ngMaxPopup extends HTMLElement
80
77
  }
81
78
 
82
79
  popup = () => {
83
- console.log(this.#grd, this.#grd.data);
80
+ //console.log(this.#owner.data);
84
81
  this.#grd.data.assign(this.#owner.data.get());
85
82
  this.shadowRoot.querySelector('dialog').showModal();
86
83
  };
@@ -661,9 +661,12 @@ class ninegridContainer extends HTMLElement
661
661
  this.columns = new ngColumns(this);
662
662
 
663
663
  for (var s in this.dataManager) { // 함수 복사
664
+ console.log(s);
665
+
664
666
  if (this.dataManager[s] instanceof Function && !["xxx"].includes(s)) {
665
667
  this[s] = this.dataManager[s].bind(this);
666
668
  } else if (["data","row","tree"].includes(s)) {
669
+
667
670
  this[s] = this.dataManager[s];
668
671
  }
669
672
  }