ninegrid2 6.1246.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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -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
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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
|
@@ -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
|
|