ninegrid2 6.1245.0 → 6.1248.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.
@@ -118766,7 +118766,7 @@ class NineGridContainer extends HTMLElement
118766
118766
 
118767
118767
  //this.querySelectorAll("buttons *").forEach(v => {v.grid = this;});
118768
118768
  this.querySelectorAll("nx-buttons *").forEach(v => {v.grid = this;});
118769
- $(this.shadowRoot.querySelector("ng-head").shadowRoot.querySelector("ng-custom")).append(this.querySelectorAll("buttons"));
118769
+ $(this.shadowRoot.querySelector("ng-head").shadowRoot.querySelector("ng-custom")).append(this.querySelectorAll("nx-buttons"));
118770
118770
 
118771
118771
 
118772
118772
 
@@ -118762,7 +118762,7 @@ class NineGridContainer extends HTMLElement
118762
118762
 
118763
118763
  //this.querySelectorAll("buttons *").forEach(v => {v.grid = this;});
118764
118764
  this.querySelectorAll("nx-buttons *").forEach(v => {v.grid = this;});
118765
- $(this.shadowRoot.querySelector("ng-head").shadowRoot.querySelector("ng-custom")).append(this.querySelectorAll("buttons"));
118765
+ $(this.shadowRoot.querySelector("ng-head").shadowRoot.querySelector("ng-custom")).append(this.querySelectorAll("nx-buttons"));
118766
118766
 
118767
118767
 
118768
118768
 
@@ -651,7 +651,7 @@ export class NineGridContainer extends HTMLElement
651
651
 
652
652
  //this.querySelectorAll("buttons *").forEach(v => {v.grid = this;});
653
653
  this.querySelectorAll("nx-buttons *").forEach(v => {v.grid = this;});
654
- $(this.shadowRoot.querySelector("ng-head").shadowRoot.querySelector("ng-custom")).append(this.querySelectorAll("buttons"));
654
+ $(this.shadowRoot.querySelector("ng-head").shadowRoot.querySelector("ng-custom")).append(this.querySelectorAll("nx-buttons"));
655
655
 
656
656
 
657
657
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1245.0",
4
+ "version": "6.1248.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -651,7 +651,7 @@ export class NineGridContainer extends HTMLElement
651
651
 
652
652
  //this.querySelectorAll("buttons *").forEach(v => {v.grid = this;});
653
653
  this.querySelectorAll("nx-buttons *").forEach(v => {v.grid = this;});
654
- $(this.shadowRoot.querySelector("ng-head").shadowRoot.querySelector("ng-custom")).append(this.querySelectorAll("buttons"));
654
+ $(this.shadowRoot.querySelector("ng-head").shadowRoot.querySelector("ng-custom")).append(this.querySelectorAll("nx-buttons"));
655
655
 
656
656
 
657
657