@dcodegroup-au/dsg-vue 0.1.2 → 0.1.3
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/{DsgTablePerPage.vue_vue_type_style_index_0_lang-Ui9JRdZP.js → DsgTablePerPage.vue_vue_type_style_index_0_lang-GtZjhKHp.js} +3 -3
- package/dist/{DsgTablePerPage.vue_vue_type_style_index_0_lang-0tHi6h4J.cjs → DsgTablePerPage.vue_vue_type_style_index_0_lang-fzZtwOCZ.cjs} +1 -1
- package/dist/dsg-vue.cjs +10 -10
- package/dist/dsg-vue.esm.js +720 -712
- package/dist/dsg-vue.table.cjs +1 -1
- package/dist/dsg-vue.table.esm.js +1 -1
- package/package.json +1 -1
|
@@ -8320,11 +8320,11 @@ const L6 = `<svg stroke="currentColor" viewBox="0 0 24 24" fill="none" xmlns="ht
|
|
|
8320
8320
|
console.warn(`DSG UntitledUI Icon not found: ${e.icon}`);
|
|
8321
8321
|
return;
|
|
8322
8322
|
}
|
|
8323
|
-
const l = s.default,
|
|
8324
|
-
return
|
|
8323
|
+
const l = s.default, d = new DOMParser().parseFromString(l, "text/html").querySelector("body > svg:nth-child(1)"), u = t.split(" ").filter((c) => c !== "");
|
|
8324
|
+
return d.classList.add(...u), e.color !== "currentColor" && O6(e.color) && d.setAttribute("stroke", e.color), {
|
|
8325
8325
|
render() {
|
|
8326
8326
|
return y9({
|
|
8327
|
-
template: `${
|
|
8327
|
+
template: `${d.outerHTML}`
|
|
8328
8328
|
});
|
|
8329
8329
|
}
|
|
8330
8330
|
};
|