ninegrid2 6.1382.0 → 6.1383.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.
@@ -28582,12 +28582,6 @@ class nxDiv extends HTMLElement {
28582
28582
  if (bChanged) this.#changed(bChanged);
28583
28583
  };
28584
28584
 
28585
- clearData = (bChanged) => {
28586
-
28587
-
28588
- this.#changed(false);
28589
- };
28590
-
28591
28585
  initData = (jsonData) => {
28592
28586
  this.setData(jsonData);
28593
28587
  this.#changed(false);
@@ -28578,12 +28578,6 @@ class nxDiv extends HTMLElement {
28578
28578
  if (bChanged) this.#changed(bChanged);
28579
28579
  };
28580
28580
 
28581
- clearData = (bChanged) => {
28582
-
28583
-
28584
- this.#changed(false);
28585
- };
28586
-
28587
28581
  initData = (jsonData) => {
28588
28582
  this.setData(jsonData);
28589
28583
  this.#changed(false);
package/dist/nx/_nxDiv.js CHANGED
@@ -149,12 +149,6 @@ export class nxDiv extends HTMLElement {
149
149
  if (bChanged) this.#changed(bChanged);
150
150
  };
151
151
 
152
- clearData = (bChanged) => {
153
-
154
-
155
- this.#changed(false);
156
- };
157
-
158
152
  initData = (jsonData) => {
159
153
  this.setData(jsonData);
160
154
  this.#changed(false);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1382.0",
4
+ "version": "6.1383.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
package/src/nx/_nxDiv.js CHANGED
@@ -149,12 +149,6 @@ export class nxDiv extends HTMLElement {
149
149
  if (bChanged) this.#changed(bChanged);
150
150
  };
151
151
 
152
- clearData = (bChanged) => {
153
-
154
-
155
- this.#changed(false);
156
- };
157
-
158
152
  initData = (jsonData) => {
159
153
  this.setData(jsonData);
160
154
  this.#changed(false);