ninegrid2 6.876.0 → 6.877.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.
@@ -121044,7 +121044,7 @@ class nxTab extends HTMLElement {
121044
121044
  this.switchTabHandler = this.#switchTab.bind(this);
121045
121045
 
121046
121046
 
121047
- this.tappage = {
121047
+ this.tabpage = {
121048
121048
  hide: (v) => {
121049
121049
  this.shadowRoot.querySelectorAll(".tab-button").forEach((el, i) => {
121050
121050
  if (el.innerText.trim() === v) {
@@ -121056,6 +121056,7 @@ class nxTab extends HTMLElement {
121056
121056
  }
121057
121057
 
121058
121058
 
121059
+
121059
121060
  connectedCallback() {
121060
121061
  this.#init();
121061
121062
  this.dispatchEvent(new CustomEvent(ninegrid.EVENT.TAB_LOAD, { bubbles: true, detail: {} }));
@@ -121040,7 +121040,7 @@ class nxTab extends HTMLElement {
121040
121040
  this.switchTabHandler = this.#switchTab.bind(this);
121041
121041
 
121042
121042
 
121043
- this.tappage = {
121043
+ this.tabpage = {
121044
121044
  hide: (v) => {
121045
121045
  this.shadowRoot.querySelectorAll(".tab-button").forEach((el, i) => {
121046
121046
  if (el.innerText.trim() === v) {
@@ -121052,6 +121052,7 @@ class nxTab extends HTMLElement {
121052
121052
  }
121053
121053
 
121054
121054
 
121055
+
121055
121056
  connectedCallback() {
121056
121057
  this.#init();
121057
121058
  this.dispatchEvent(new CustomEvent(ninegrid.EVENT.TAB_LOAD, { bubbles: true, detail: {} }));
package/dist/nx/nxTab.js CHANGED
@@ -21,7 +21,7 @@ class nxTab extends HTMLElement {
21
21
  this.switchTabHandler = this.#switchTab.bind(this);
22
22
 
23
23
 
24
- this.tappage = {
24
+ this.tabpage = {
25
25
  hide: (v) => {
26
26
  this.shadowRoot.querySelectorAll(".tab-button").forEach((el, i) => {
27
27
  if (el.innerText.trim() === v) {
@@ -33,6 +33,7 @@ class nxTab extends HTMLElement {
33
33
  }
34
34
 
35
35
 
36
+
36
37
  connectedCallback() {
37
38
  this.#init();
38
39
  this.dispatchEvent(new CustomEvent(ninegrid.EVENT.TAB_LOAD, { bubbles: true, detail: {} }));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.876.0",
4
+ "version": "6.877.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/nxTab.js CHANGED
@@ -21,7 +21,7 @@ class nxTab extends HTMLElement {
21
21
  this.switchTabHandler = this.#switchTab.bind(this);
22
22
 
23
23
 
24
- this.tappage = {
24
+ this.tabpage = {
25
25
  hide: (v) => {
26
26
  this.shadowRoot.querySelectorAll(".tab-button").forEach((el, i) => {
27
27
  if (el.innerText.trim() === v) {
@@ -33,6 +33,7 @@ class nxTab extends HTMLElement {
33
33
  }
34
34
 
35
35
 
36
+
36
37
  connectedCallback() {
37
38
  this.#init();
38
39
  this.dispatchEvent(new CustomEvent(ninegrid.EVENT.TAB_LOAD, { bubbles: true, detail: {} }));