ninegrid2 6.1246.0 → 6.1249.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,10 +118766,8 @@ 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
|
-
|
|
118772
|
-
|
|
118773
118771
|
this.#prepare();
|
|
118774
118772
|
|
|
118775
118773
|
this.createTemplate();
|
|
@@ -122246,7 +122244,7 @@ class nxPanel extends nxDiv {
|
|
|
122246
122244
|
|
|
122247
122245
|
customElements.define("nx-panel", nxPanel);
|
|
122248
122246
|
|
|
122249
|
-
class nxButtons extends
|
|
122247
|
+
class nxButtons extends HTMLElement {
|
|
122250
122248
|
|
|
122251
122249
|
constructor() {
|
|
122252
122250
|
super();
|
package/dist/bundle.esm.js
CHANGED
|
@@ -118762,10 +118762,8 @@ 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
|
-
|
|
118768
|
-
|
|
118769
118767
|
this.#prepare();
|
|
118770
118768
|
|
|
118771
118769
|
this.createTemplate();
|
|
@@ -122242,7 +122240,7 @@ class nxPanel extends nxDiv {
|
|
|
122242
122240
|
|
|
122243
122241
|
customElements.define("nx-panel", nxPanel);
|
|
122244
122242
|
|
|
122245
|
-
class nxButtons extends
|
|
122243
|
+
class nxButtons extends HTMLElement {
|
|
122246
122244
|
|
|
122247
122245
|
constructor() {
|
|
122248
122246
|
super();
|
|
@@ -651,10 +651,8 @@ 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
|
-
|
|
657
|
-
|
|
658
656
|
this.#prepare();
|
|
659
657
|
|
|
660
658
|
this.createTemplate();
|
package/dist/nx/nxButtons.js
CHANGED
package/package.json
CHANGED
|
@@ -651,10 +651,8 @@ 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
|
-
|
|
657
|
-
|
|
658
656
|
this.#prepare();
|
|
659
657
|
|
|
660
658
|
this.createTemplate();
|