sm-click-library-ui 0.0.323 → 0.0.324

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.
@@ -15813,7 +15813,7 @@ const eo = {
15813
15813
  ]))
15814
15814
  ]));
15815
15815
  }
15816
- }, Xs = /* @__PURE__ */ st(ww, [["__scopeId", "data-v-a1b7ef69"]]), bw = (e) => (it("data-v-3d6e8a03"), e = e(), ut(), e), kw = { class: "modal_container" }, _w = { class: "modal_box" }, Cw = { class: "modal_header" }, Mw = /* @__PURE__ */ bw(() => /* @__PURE__ */ i("svg", {
15816
+ }, Xs = /* @__PURE__ */ st(ww, [["__scopeId", "data-v-a1b7ef69"]]), bw = (e) => (it("data-v-172c0a39"), e = e(), ut(), e), kw = { class: "modal_container" }, _w = { class: "modal_box" }, Cw = { class: "modal_header" }, Mw = /* @__PURE__ */ bw(() => /* @__PURE__ */ i("svg", {
15817
15817
  class: "modal_close_icon",
15818
15818
  "aria-hidden": "true",
15819
15819
  xmlns: "http://www.w3.org/2000/svg",
@@ -15829,7 +15829,7 @@ const eo = {
15829
15829
  })
15830
15830
  ], -1)), xw = [
15831
15831
  Mw
15832
- ], Sw = { class: "modal_body" }, Aw = {
15832
+ ], Sw = {
15833
15833
  __name: "min_modal",
15834
15834
  props: {
15835
15835
  defineWidth: {
@@ -15861,7 +15861,7 @@ const eo = {
15861
15861
  onClick: o[0] || (o[0] = (s) => n())
15862
15862
  }, xw)
15863
15863
  ]),
15864
- i("div", Sw, [
15864
+ i("div", null, [
15865
15865
  le(r.$slots, "body", {}, void 0, !0)
15866
15866
  ])
15867
15867
  ])
@@ -15869,7 +15869,7 @@ const eo = {
15869
15869
  ])
15870
15870
  ], 64));
15871
15871
  }
15872
- }, Zs = /* @__PURE__ */ st(Aw, [["__scopeId", "data-v-3d6e8a03"]]);
15872
+ }, Zs = /* @__PURE__ */ st(Sw, [["__scopeId", "data-v-172c0a39"]]);
15873
15873
  n1("debug", {
15874
15874
  state: () => ({
15875
15875
  message: "Debug store initialized"
@@ -15880,22 +15880,22 @@ n1("debug", {
15880
15880
  }
15881
15881
  }
15882
15882
  });
15883
- function Tw(e) {
15883
+ function Aw(e) {
15884
15884
  e.component("primarySelect", fo), e.component("departSelect", js), e.component("attendantSelect", Us), e.component("SimpleModal", mo), e.component("simpleCard", po), e.component("instanceSelect", zo), e.component("calendar", Os), e.component("MFA", Hs), e.component("MfaQrCode", fd), e.component("chatWindow", Ws), e.component("FilterSelectLib", Qs), e.component("MobileInternalChat", Vs), e.component("RandomAvatar", Xs), e.component("MinModal", Zs);
15885
15885
  }
15886
- function Dw(e, t = "add") {
15886
+ function Tw(e, t = "add") {
15887
15887
  const a = or();
15888
15888
  t === "add" ? a.addDepartments(e) : t === "delete" ? a.removeDepartments(e) : t === "update" ? (a.departments = e, a.loaded = !0) : console.error(`Ação "${t}" não suportada em attLibDeparts.`);
15889
15889
  }
15890
- function Ow(e, t = "add") {
15890
+ function Dw(e, t = "add") {
15891
15891
  const a = I1();
15892
15892
  t === "add" ? a.addAttendants(e) : t === "delete" ? a.removeAttendants(e) : t === "update" ? (a.attendants = e, a.loaded = !0) : console.error(`Ação "${t}" não suportada em attLibAttendants.`);
15893
15893
  }
15894
- function Hw(e, t = "add") {
15894
+ function Ow(e, t = "add") {
15895
15895
  const a = Rn();
15896
15896
  t === "add" ? a.addInstance(e) : t === "delete" ? a.removeInstance(e) : t === "update" ? (a.instances = e, a.loaded = !0) : console.error(`Ação "${t}" não suportada em attLibInstances.`);
15897
15897
  }
15898
- async function Pw(e, t, a, n = [], r = [], o = []) {
15898
+ async function Hw(e, t, a, n = [], r = [], o = []) {
15899
15899
  try {
15900
15900
  const s = await Bo(e);
15901
15901
  t && await s.setToken(t), a && (aa.defaults.baseURL = a);
@@ -15907,12 +15907,12 @@ async function Pw(e, t, a, n = [], r = [], o = []) {
15907
15907
  console.error("Erro no setupLibrary:", s);
15908
15908
  }
15909
15909
  }
15910
- const Lw = {
15911
- install: Tw,
15912
- setupLibrary: Pw,
15913
- attLibDeparts: Dw,
15914
- attLibAttendants: Ow,
15915
- attLibInstances: Hw,
15910
+ const Ew = {
15911
+ install: Aw,
15912
+ setupLibrary: Hw,
15913
+ attLibDeparts: Tw,
15914
+ attLibAttendants: Dw,
15915
+ attLibInstances: Ow,
15916
15916
  primarySelect: fo,
15917
15917
  simpleModal: mo,
15918
15918
  simpleCard: po,
@@ -15928,9 +15928,9 @@ const Lw = {
15928
15928
  MinModal: Zs
15929
15929
  };
15930
15930
  export {
15931
- Ow as attLibAttendants,
15932
- Dw as attLibDeparts,
15933
- Hw as attLibInstances,
15934
- Lw as default,
15935
- Pw as setupLibrary
15931
+ Dw as attLibAttendants,
15932
+ Tw as attLibDeparts,
15933
+ Ow as attLibInstances,
15934
+ Ew as default,
15935
+ Hw as setupLibrary
15936
15936
  };