@luizleon/sf.prefeiturasp.vuecomponents 0.0.15 → 0.0.17

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 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,
@@ -2901,11 +2901,11 @@ const yt = (() => new $s())(), qs = /* @__PURE__ */ Qr('<svg xmlns="http://www.w
2901
2901
  }, [
2902
2902
  o.icon ? (X(), De(tt, {
2903
2903
  key: 0,
2904
- icon: o.icon,
2904
+ icone: o.icon,
2905
2905
  loading: o.loading,
2906
2906
  size: o.size,
2907
2907
  "button-props": { tabindex: -1 }
2908
- }, null, 8, ["icon", "loading", "size"])) : o.loading ? (X(), De(tt, {
2908
+ }, null, 8, ["icone", "loading", "size"])) : o.loading ? (X(), De(tt, {
2909
2909
  key: 1,
2910
2910
  loading: !0,
2911
2911
  size: o.size,