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