ninegrid2 6.1390.0 → 6.1393.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 +0 -7
- package/dist/bundle.esm.js +0 -7
- package/dist/nx/_nxDiv.js +0 -7
- package/package.json +1 -1
- package/src/nx/_nxDiv.js +0 -7
package/dist/bundle.cjs.js
CHANGED
|
@@ -28544,7 +28544,6 @@ class nxDiv extends HTMLElement {
|
|
|
28544
28544
|
if (!key) return;
|
|
28545
28545
|
const val = (jsonData && jsonData[key] !== undefined) ? jsonData[key] : "";
|
|
28546
28546
|
this.#updateElement(el, val);
|
|
28547
|
-
console.log(el, val);
|
|
28548
28547
|
});
|
|
28549
28548
|
this.#changed(false);
|
|
28550
28549
|
};
|
|
@@ -28565,12 +28564,6 @@ class nxDiv extends HTMLElement {
|
|
|
28565
28564
|
if (bChanged) this.#changed(true);
|
|
28566
28565
|
};
|
|
28567
28566
|
|
|
28568
|
-
clearData = (bChanged) => {
|
|
28569
|
-
|
|
28570
|
-
|
|
28571
|
-
this.#changed(false);
|
|
28572
|
-
};
|
|
28573
|
-
|
|
28574
28567
|
initData = (jsonData) => {
|
|
28575
28568
|
this.clearData(jsonData);
|
|
28576
28569
|
this.#changed(false);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -28540,7 +28540,6 @@ class nxDiv extends HTMLElement {
|
|
|
28540
28540
|
if (!key) return;
|
|
28541
28541
|
const val = (jsonData && jsonData[key] !== undefined) ? jsonData[key] : "";
|
|
28542
28542
|
this.#updateElement(el, val);
|
|
28543
|
-
console.log(el, val);
|
|
28544
28543
|
});
|
|
28545
28544
|
this.#changed(false);
|
|
28546
28545
|
};
|
|
@@ -28561,12 +28560,6 @@ class nxDiv extends HTMLElement {
|
|
|
28561
28560
|
if (bChanged) this.#changed(true);
|
|
28562
28561
|
};
|
|
28563
28562
|
|
|
28564
|
-
clearData = (bChanged) => {
|
|
28565
|
-
|
|
28566
|
-
|
|
28567
|
-
this.#changed(false);
|
|
28568
|
-
};
|
|
28569
|
-
|
|
28570
28563
|
initData = (jsonData) => {
|
|
28571
28564
|
this.clearData(jsonData);
|
|
28572
28565
|
this.#changed(false);
|
package/dist/nx/_nxDiv.js
CHANGED
|
@@ -111,7 +111,6 @@ export class nxDiv extends HTMLElement {
|
|
|
111
111
|
if (!key) return;
|
|
112
112
|
const val = (jsonData && jsonData[key] !== undefined) ? jsonData[key] : "";
|
|
113
113
|
this.#updateElement(el, val);
|
|
114
|
-
console.log(el, val)
|
|
115
114
|
});
|
|
116
115
|
this.#changed(false);
|
|
117
116
|
};
|
|
@@ -132,12 +131,6 @@ export class nxDiv extends HTMLElement {
|
|
|
132
131
|
if (bChanged) this.#changed(true);
|
|
133
132
|
};
|
|
134
133
|
|
|
135
|
-
clearData = (bChanged) => {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
this.#changed(false);
|
|
139
|
-
};
|
|
140
|
-
|
|
141
134
|
initData = (jsonData) => {
|
|
142
135
|
this.clearData(jsonData);
|
|
143
136
|
this.#changed(false);
|
package/package.json
CHANGED
package/src/nx/_nxDiv.js
CHANGED
|
@@ -111,7 +111,6 @@ export class nxDiv extends HTMLElement {
|
|
|
111
111
|
if (!key) return;
|
|
112
112
|
const val = (jsonData && jsonData[key] !== undefined) ? jsonData[key] : "";
|
|
113
113
|
this.#updateElement(el, val);
|
|
114
|
-
console.log(el, val)
|
|
115
114
|
});
|
|
116
115
|
this.#changed(false);
|
|
117
116
|
};
|
|
@@ -132,12 +131,6 @@ export class nxDiv extends HTMLElement {
|
|
|
132
131
|
if (bChanged) this.#changed(true);
|
|
133
132
|
};
|
|
134
133
|
|
|
135
|
-
clearData = (bChanged) => {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
this.#changed(false);
|
|
139
|
-
};
|
|
140
|
-
|
|
141
134
|
initData = (jsonData) => {
|
|
142
135
|
this.clearData(jsonData);
|
|
143
136
|
this.#changed(false);
|