ninegrid2 6.1346.0 → 6.1348.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 +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/nx/nxButtons.js +2 -0
- package/package.json +1 -1
- package/src/nx/nxButtons.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -28901,6 +28901,8 @@ class nxButtons extends nxDiv {
|
|
|
28901
28901
|
<slot></slot>
|
|
28902
28902
|
`;
|
|
28903
28903
|
|
|
28904
|
+
console.log(htmlTmpl);
|
|
28905
|
+
|
|
28904
28906
|
target.appendChild(htmlTmpl.content.cloneNode(true));
|
|
28905
28907
|
}
|
|
28906
28908
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -28897,6 +28897,8 @@ class nxButtons extends nxDiv {
|
|
|
28897
28897
|
<slot></slot>
|
|
28898
28898
|
`;
|
|
28899
28899
|
|
|
28900
|
+
console.log(htmlTmpl);
|
|
28901
|
+
|
|
28900
28902
|
target.appendChild(htmlTmpl.content.cloneNode(true));
|
|
28901
28903
|
}
|
|
28902
28904
|
}
|
package/dist/nx/nxButtons.js
CHANGED
package/package.json
CHANGED