ninegrid2 6.1405.0 → 6.1406.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.
@@ -28586,18 +28586,8 @@ class nxDiv extends HTMLElement {
28586
28586
  this.changed = false;
28587
28587
  };
28588
28588
 
28589
- #changed = (v) => {
28590
- const parent = this.closest(".detail-wrapper");
28591
- if (parent) {
28592
- const el = parent.querySelector("nx-title2");
28593
- if (el) el.changed = v;
28594
- }
28595
-
28596
- this.changed = v;
28597
- }
28598
-
28599
28589
  #changeHandler = (e) => {
28600
- this.#changed(true);
28590
+ this.changed = true;
28601
28591
  }
28602
28592
 
28603
28593
  #init = () => {
@@ -28582,18 +28582,8 @@ class nxDiv extends HTMLElement {
28582
28582
  this.changed = false;
28583
28583
  };
28584
28584
 
28585
- #changed = (v) => {
28586
- const parent = this.closest(".detail-wrapper");
28587
- if (parent) {
28588
- const el = parent.querySelector("nx-title2");
28589
- if (el) el.changed = v;
28590
- }
28591
-
28592
- this.changed = v;
28593
- }
28594
-
28595
28585
  #changeHandler = (e) => {
28596
- this.#changed(true);
28586
+ this.changed = true;
28597
28587
  }
28598
28588
 
28599
28589
  #init = () => {
package/dist/nx/_nxDiv.js CHANGED
@@ -153,18 +153,8 @@ export class nxDiv extends HTMLElement {
153
153
  this.changed = false;
154
154
  };
155
155
 
156
- #changed = (v) => {
157
- const parent = this.closest(".detail-wrapper");
158
- if (parent) {
159
- const el = parent.querySelector("nx-title2");
160
- if (el) el.changed = v;
161
- }
162
-
163
- this.changed = v;
164
- }
165
-
166
156
  #changeHandler = (e) => {
167
- this.#changed(true);
157
+ this.changed = true;
168
158
  }
169
159
 
170
160
  #init = () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1405.0",
4
+ "version": "6.1406.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/_nxDiv.js CHANGED
@@ -153,18 +153,8 @@ export class nxDiv extends HTMLElement {
153
153
  this.changed = false;
154
154
  };
155
155
 
156
- #changed = (v) => {
157
- const parent = this.closest(".detail-wrapper");
158
- if (parent) {
159
- const el = parent.querySelector("nx-title2");
160
- if (el) el.changed = v;
161
- }
162
-
163
- this.changed = v;
164
- }
165
-
166
156
  #changeHandler = (e) => {
167
- this.#changed(true);
157
+ this.changed = true;
168
158
  }
169
159
 
170
160
  #init = () => {