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.
- package/dist/bundle.cjs.js +1 -7
- package/dist/bundle.esm.js +1 -7
- package/dist/nx/_nxDiv.js +1 -7
- package/package.json +1 -1
- package/src/nx/_nxDiv.js +1 -7
package/dist/bundle.cjs.js
CHANGED
|
@@ -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.
|
|
28568
|
+
this.clearData(jsonData);
|
|
28575
28569
|
this.#changed(false);
|
|
28576
28570
|
};
|
|
28577
28571
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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.
|
|
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.
|
|
135
|
+
this.clearData(jsonData);
|
|
142
136
|
this.#changed(false);
|
|
143
137
|
};
|
|
144
138
|
|
package/package.json
CHANGED
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.
|
|
135
|
+
this.clearData(jsonData);
|
|
142
136
|
this.#changed(false);
|
|
143
137
|
};
|
|
144
138
|
|