ninegrid2 6.1389.0 → 6.1391.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.
@@ -28564,14 +28564,8 @@ class nxDiv extends HTMLElement {
28564
28564
  if (bChanged) this.#changed(true);
28565
28565
  };
28566
28566
 
28567
- clearData = (bChanged) => {
28568
-
28569
-
28570
- this.#changed(false);
28571
- };
28572
-
28573
28567
  initData = (jsonData) => {
28574
- this.setData(jsonData);
28568
+ this.clearData(jsonData);
28575
28569
  this.#changed(false);
28576
28570
  };
28577
28571
 
@@ -28560,14 +28560,8 @@ class nxDiv extends HTMLElement {
28560
28560
  if (bChanged) this.#changed(true);
28561
28561
  };
28562
28562
 
28563
- clearData = (bChanged) => {
28564
-
28565
-
28566
- this.#changed(false);
28567
- };
28568
-
28569
28563
  initData = (jsonData) => {
28570
- this.setData(jsonData);
28564
+ this.clearData(jsonData);
28571
28565
  this.#changed(false);
28572
28566
  };
28573
28567
 
package/dist/nx/_nxDiv.js CHANGED
@@ -131,14 +131,8 @@ export class nxDiv extends HTMLElement {
131
131
  if (bChanged) this.#changed(true);
132
132
  };
133
133
 
134
- clearData = (bChanged) => {
135
-
136
-
137
- this.#changed(false);
138
- };
139
-
140
134
  initData = (jsonData) => {
141
- this.setData(jsonData);
135
+ this.clearData(jsonData);
142
136
  this.#changed(false);
143
137
  };
144
138
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1389.0",
4
+ "version": "6.1391.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/_nxDiv.js CHANGED
@@ -131,14 +131,8 @@ export class nxDiv extends HTMLElement {
131
131
  if (bChanged) this.#changed(true);
132
132
  };
133
133
 
134
- clearData = (bChanged) => {
135
-
136
-
137
- this.#changed(false);
138
- };
139
-
140
134
  initData = (jsonData) => {
141
- this.setData(jsonData);
135
+ this.clearData(jsonData);
142
136
  this.#changed(false);
143
137
  };
144
138