ninegrid2 6.1356.0 → 6.1358.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 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/nx/_nxDiv.js +1 -1
- package/package.json +1 -1
- package/src/nx/_nxDiv.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -28566,7 +28566,7 @@ class nxDiv extends HTMLElement {
|
|
|
28566
28566
|
|
|
28567
28567
|
//console.log("=========");
|
|
28568
28568
|
//console.log(this.innerHTML.trim());
|
|
28569
|
-
|
|
28569
|
+
this.originContents = this.innerHTML.trim();
|
|
28570
28570
|
|
|
28571
28571
|
/**
|
|
28572
28572
|
this.originContents = this.innerHTML.trim();
|
package/dist/bundle.esm.js
CHANGED
|
@@ -28562,7 +28562,7 @@ class nxDiv extends HTMLElement {
|
|
|
28562
28562
|
|
|
28563
28563
|
//console.log("=========");
|
|
28564
28564
|
//console.log(this.innerHTML.trim());
|
|
28565
|
-
|
|
28565
|
+
this.originContents = this.innerHTML.trim();
|
|
28566
28566
|
|
|
28567
28567
|
/**
|
|
28568
28568
|
this.originContents = this.innerHTML.trim();
|
package/dist/nx/_nxDiv.js
CHANGED
|
@@ -133,7 +133,7 @@ export class nxDiv extends HTMLElement {
|
|
|
133
133
|
|
|
134
134
|
//console.log("=========");
|
|
135
135
|
//console.log(this.innerHTML.trim());
|
|
136
|
-
|
|
136
|
+
this.originContents = this.innerHTML.trim();
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
139
|
this.originContents = this.innerHTML.trim();
|
package/package.json
CHANGED
package/src/nx/_nxDiv.js
CHANGED
|
@@ -133,7 +133,7 @@ export class nxDiv extends HTMLElement {
|
|
|
133
133
|
|
|
134
134
|
//console.log("=========");
|
|
135
135
|
//console.log(this.innerHTML.trim());
|
|
136
|
-
|
|
136
|
+
this.originContents = this.innerHTML.trim();
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
139
|
this.originContents = this.innerHTML.trim();
|