@luizleon/sf.prefeiturasp.vuecomponents 0.0.15 → 0.0.16
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/lib.es.js +2 -2
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/button/Button.vue +2 -2
package/dist/lib.es.js
CHANGED
|
@@ -2865,7 +2865,7 @@ const yt = (() => new $s())(), qs = /* @__PURE__ */ Qr('<svg xmlns="http://www.w
|
|
|
2865
2865
|
]);
|
|
2866
2866
|
};
|
|
2867
2867
|
}
|
|
2868
|
-
}), di = ["id", "name", "disabled", "data-color", "form", "type"], fi = { class: "button-label" }, wi = /* @__PURE__ */ _e({
|
|
2868
|
+
}), di = ["id", "name", "disabled", "data-color", "form", "type"], fi = { class: "sf-button-label" }, wi = /* @__PURE__ */ _e({
|
|
2869
2869
|
__name: "Button",
|
|
2870
2870
|
props: {
|
|
2871
2871
|
icon: {},
|
|
@@ -2887,7 +2887,7 @@ const yt = (() => new $s())(), qs = /* @__PURE__ */ Qr('<svg xmlns="http://www.w
|
|
|
2887
2887
|
setup(c) {
|
|
2888
2888
|
const o = c;
|
|
2889
2889
|
function d() {
|
|
2890
|
-
return new je(`${o.class ?? ""} button`).AddClass("sf-component-loading", o.loading).AddClass("sf-component-disabled", o.disabled).AddClass("sf-button-small", o.size === "sm").AddClass("sf-button-medium", o.size === "md").AddClass("sf-button-large", o.size === "lg").AddClass("sf-button-filled", o.variant === "filled").AddClass("sf-button-text", o.variant === "text").AddClass("sf-button-outlined", o.variant === "outlined").AddClass("sf-button-with-icon", !!o.icon).AddClass("sf-ripple").Build();
|
|
2890
|
+
return new je(`${o.class ?? ""} sf-button`).AddClass("sf-component-loading", o.loading).AddClass("sf-component-disabled", o.disabled).AddClass("sf-button-small", o.size === "sm").AddClass("sf-button-medium", o.size === "md").AddClass("sf-button-large", o.size === "lg").AddClass("sf-button-filled", o.variant === "filled").AddClass("sf-button-text", o.variant === "text").AddClass("sf-button-outlined", o.variant === "outlined").AddClass("sf-button-with-icon", !!o.icon).AddClass("sf-ripple").Build();
|
|
2891
2891
|
}
|
|
2892
2892
|
return (w, L) => (X(), fe("button", {
|
|
2893
2893
|
id: o.id,
|