ninegrid2 6.1358.0 → 6.1360.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
|
@@ -28906,6 +28906,8 @@ class nxButtons extends nxDiv {
|
|
|
28906
28906
|
</div>
|
|
28907
28907
|
`;
|
|
28908
28908
|
|
|
28909
|
+
console.log(htmlTmpl);
|
|
28910
|
+
|
|
28909
28911
|
target.appendChild(htmlTmpl.content.cloneNode(true));
|
|
28910
28912
|
}
|
|
28911
28913
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -28902,6 +28902,8 @@ class nxButtons extends nxDiv {
|
|
|
28902
28902
|
</div>
|
|
28903
28903
|
`;
|
|
28904
28904
|
|
|
28905
|
+
console.log(htmlTmpl);
|
|
28906
|
+
|
|
28905
28907
|
target.appendChild(htmlTmpl.content.cloneNode(true));
|
|
28906
28908
|
}
|
|
28907
28909
|
}
|
package/dist/nx/nxButtons.js
CHANGED
package/package.json
CHANGED