sm-click-library-ui 0.0.303 → 0.0.304

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.
@@ -2016,13 +2016,13 @@ const ud = "v1/api/attendances/attendant/", dd = "v1/api/attendances/department/
2016
2016
  a.isLoading = !0;
2017
2017
  try {
2018
2018
  const r = a.last_instance_status;
2019
- console.log(r), r === "DISCONNECTED" || r === "UNDEFINED" ? a.status = !1 : a.status = !0;
2019
+ r === "DISCONNECTED" || r === "UNDEFINED" ? a.status = !1 : a.status = !0;
2020
2020
  } catch (r) {
2021
2021
  console.log(r), a.status = "Offline";
2022
2022
  }
2023
- console.log("carregou a ", a), a.isLoading = !1;
2023
+ a.isLoading = !1;
2024
2024
  })
2025
- ), console.log("passou"), this.count = this.instances.length, this.loaded = !0, console.log(this.loaded);
2025
+ ), this.count = this.instances.length, this.loaded = !0;
2026
2026
  } catch (n) {
2027
2027
  console.log("Erro ao buscar instâncias:", n), this.loaded = !0;
2028
2028
  }