@ninebone/grid 0.0.5 → 0.0.6
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/nine-grid.js +2 -1
- package/dist/nine-grid.js.map +1 -1
- package/dist/nine-grid.umd.js +2 -2
- package/dist/nine-grid.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/nine-grid.js
CHANGED
|
@@ -29780,7 +29780,7 @@ class hf extends HTMLElement {
|
|
|
29780
29780
|
connectedCallback() {
|
|
29781
29781
|
tt(this, Ar, this.getRootNode().host);
|
|
29782
29782
|
const t = this.getRootNode().host.closest("nine-grid").getAttribute("css-path") || "", l = nine.cssPath ? `@import "${nine.cssPath}/ninegrid/ngFilterPanel.css";` : "";
|
|
29783
|
-
|
|
29783
|
+
this.shadowRoot.innerHTML = `
|
|
29784
29784
|
<style>
|
|
29785
29785
|
@import "https://cdn.jsdelivr.net/npm/ninegrid2@${H.version}/dist/css/ngFilterPanel.css";
|
|
29786
29786
|
${l}
|
|
@@ -29822,6 +29822,7 @@ customElements.get("ng-filter-panel") || customElements.define("ng-filter-panel"
|
|
|
29822
29822
|
var Xa, yi, Ya, En, ss, Ga, Ka, wc, gs, xc, Za, _c, is, Sc, Ja, kc, Qa, Ws, Xs;
|
|
29823
29823
|
class Zc extends HTMLElement {
|
|
29824
29824
|
constructor() {
|
|
29825
|
+
console.log("==========="), console.log(nine.cssPath);
|
|
29825
29826
|
super();
|
|
29826
29827
|
Y(this, Xa, !1);
|
|
29827
29828
|
Y(this, yi);
|