@weni/unnnic-system 2.28.1-alpha.1 → 2.28.1-alpha.2

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.
@@ -1,4 +1,4 @@
1
- import { h as n } from "./index-6ddd5cb0.mjs";
1
+ import { h as n } from "./index-78336393.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Spanish [es]
@@ -17715,13 +17715,13 @@ const jQ = {
17715
17715
  },
17716
17716
  colorStatus() {
17717
17717
  return {
17718
- active: "aux-green-900",
17719
- inactive: "neutral-cloudy",
17720
- "in-test": "aux-orange-500"
17718
+ ACTIVE: "aux-green-900",
17719
+ INACTIVE: "neutral-cloudy",
17720
+ IN_TEST: "aux-orange-500"
17721
17721
  }[this.status] || "";
17722
17722
  },
17723
17723
  statusOptions() {
17724
- return ["active", "in-test", "inactive"].filter(
17724
+ return ["ACTIVE", "INACTIVE", "IN_TEST"].filter(
17725
17725
  (e) => e !== this.status
17726
17726
  );
17727
17727
  }
@@ -17815,7 +17815,7 @@ function YQ(e, i, n, a, r, o) {
17815
17815
  ])
17816
17816
  ], 34);
17817
17817
  }
17818
- const ZQ = /* @__PURE__ */ k(jQ, [["render", YQ], ["__scopeId", "data-v-d858b836"]]);
17818
+ const ZQ = /* @__PURE__ */ k(jQ, [["render", YQ], ["__scopeId", "data-v-b13e4f2f"]]);
17819
17819
  const WQ = {
17820
17820
  components: {
17821
17821
  UnnnicAvatarIcon: m2,
@@ -22825,8 +22825,8 @@ function Dee(e, i, n, a, r, o) {
22825
22825
  });
22826
22826
  }
22827
22827
  const Aee = /* @__PURE__ */ k(Mee, [["render", Dee], ["__scopeId", "data-v-9b793da0"]]);
22828
- import("./es-725cb1d6.mjs");
22829
- import("./pt-br-eb2026af.mjs");
22828
+ import("./es-df8d5e57.mjs");
22829
+ import("./pt-br-1930d8cf.mjs");
22830
22830
  const To = {
22831
22831
  name: "ChatsContact",
22832
22832
  components: {
@@ -1,4 +1,4 @@
1
- import { h as e } from "./index-6ddd5cb0.mjs";
1
+ import { h as e } from "./index-78336393.mjs";
2
2
  import "vue";
3
3
  //! moment.js locale configuration
4
4
  //! locale : Portuguese (Brazil) [pt-br]