ninegrid2 6.1132.0 → 6.1133.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 -3
- package/dist/bundle.esm.js +0 -3
- package/dist/nx/_nxDiv.js +0 -24
- package/package.json +1 -1
- package/src/nx/_nxDiv.js +0 -24
package/dist/bundle.cjs.js
CHANGED
|
@@ -122044,9 +122044,6 @@ class nxDiv extends HTMLElement
|
|
|
122044
122044
|
this.oringContents = this.innerHTML.trim();
|
|
122045
122045
|
|
|
122046
122046
|
this.innerHTML = ""; // 기존 내부 HTML 제거
|
|
122047
|
-
|
|
122048
|
-
return;
|
|
122049
|
-
//this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
122050
122047
|
};
|
|
122051
122048
|
}
|
|
122052
122049
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -122040,9 +122040,6 @@ class nxDiv extends HTMLElement
|
|
|
122040
122040
|
this.oringContents = this.innerHTML.trim();
|
|
122041
122041
|
|
|
122042
122042
|
this.innerHTML = ""; // 기존 내부 HTML 제거
|
|
122043
|
-
|
|
122044
|
-
return;
|
|
122045
|
-
//this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
122046
122043
|
};
|
|
122047
122044
|
}
|
|
122048
122045
|
|
package/dist/nx/_nxDiv.js
CHANGED
|
@@ -35,29 +35,5 @@ export class nxDiv extends HTMLElement
|
|
|
35
35
|
this.oringContents = this.innerHTML.trim();
|
|
36
36
|
|
|
37
37
|
this.innerHTML = ""; // 기존 내부 HTML 제거
|
|
38
|
-
|
|
39
|
-
return;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
const contents = this.innerHTML.trim();
|
|
45
|
-
|
|
46
|
-
const style = ``
|
|
47
|
-
|
|
48
|
-
this.innerHTML = ""; // 기존 내부 HTML 제거
|
|
49
|
-
|
|
50
|
-
const htmlTmpl = document.createElement("template");
|
|
51
|
-
htmlTmpl.innerHTML = `
|
|
52
|
-
<style>
|
|
53
|
-
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/${this.#childClass}.css";
|
|
54
|
-
${ninegrid.getCustomPath(this, `${this.#childClass}.css`)}
|
|
55
|
-
</style>
|
|
56
|
-
|
|
57
|
-
${contents}
|
|
58
|
-
`;
|
|
59
|
-
|
|
60
|
-
this.originContents = htmlTmpl.content.cloneNode(true);
|
|
61
|
-
//this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
62
38
|
};
|
|
63
39
|
}
|
package/package.json
CHANGED
package/src/nx/_nxDiv.js
CHANGED
|
@@ -35,29 +35,5 @@ export class nxDiv extends HTMLElement
|
|
|
35
35
|
this.oringContents = this.innerHTML.trim();
|
|
36
36
|
|
|
37
37
|
this.innerHTML = ""; // 기존 내부 HTML 제거
|
|
38
|
-
|
|
39
|
-
return;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
*/
|
|
44
|
-
const contents = this.innerHTML.trim();
|
|
45
|
-
|
|
46
|
-
const style = ``
|
|
47
|
-
|
|
48
|
-
this.innerHTML = ""; // 기존 내부 HTML 제거
|
|
49
|
-
|
|
50
|
-
const htmlTmpl = document.createElement("template");
|
|
51
|
-
htmlTmpl.innerHTML = `
|
|
52
|
-
<style>
|
|
53
|
-
@import "https://cdn.jsdelivr.net/npm/ninegrid@${ninegrid.version}/dist/css/${this.#childClass}.css";
|
|
54
|
-
${ninegrid.getCustomPath(this, `${this.#childClass}.css`)}
|
|
55
|
-
</style>
|
|
56
|
-
|
|
57
|
-
${contents}
|
|
58
|
-
`;
|
|
59
|
-
|
|
60
|
-
this.originContents = htmlTmpl.content.cloneNode(true);
|
|
61
|
-
//this.shadowRoot.appendChild(htmlTmpl.content.cloneNode(true));
|
|
62
38
|
};
|
|
63
39
|
}
|