sm-click-library-ui 0.0.159 → 0.0.160

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,7 +1,7 @@
1
1
  var El = Object.defineProperty;
2
2
  var Yl = (e, a, t) => a in e ? El(e, a, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[a] = t;
3
3
  var fe = (e, a, t) => Yl(e, typeof a != "symbol" ? a + "" : a, t);
4
- import { getCurrentScope as Uo, onScopeDispose as Qo, unref as b, watch as je, ref as F, computed as G, openBlock as g, createElementBlock as A, createElementVNode as p, toDisplayString as we, normalizeClass as me, renderSlot as ue, createCommentVNode as B, pushScopeId as mt, popScopeId as ht, onMounted as Ye, resolveComponent as Tr, createBlock as Te, withCtx as ve, createTextVNode as rt, Fragment as _e, renderList as Pe, createVNode as Fe, reactive as Za, defineComponent as at, useSlots as va, toRef as Va, nextTick as Ke, onUnmounted as Ka, mergeProps as et, isRef as Kr, createSlots as lt, normalizeProps as tt, guardReactiveProps as pt, resolveDynamicComponent as An, Teleport as Fl, Transition as ya, normalizeStyle as bt, withModifiers as Jt, h as Il, render as Jr, useAttrs as Ll, onBeforeUpdate as Bl, withDirectives as dt, vShow as ja, withKeys as Xo, vModelText as aa, vModelSelect as Go, toRefs as ql, onBeforeUnmount as Wl } from "vue";
4
+ import { getCurrentScope as Uo, onScopeDispose as Qo, unref as b, watch as Be, ref as F, computed as G, openBlock as g, createElementBlock as A, createElementVNode as p, toDisplayString as we, normalizeClass as me, renderSlot as ue, createCommentVNode as B, pushScopeId as mt, popScopeId as ht, onMounted as Ye, resolveComponent as Tr, createBlock as Te, withCtx as ve, createTextVNode as rt, Fragment as _e, renderList as Pe, createVNode as Fe, reactive as Za, defineComponent as at, useSlots as va, toRef as Va, nextTick as Ke, onUnmounted as Ka, mergeProps as et, isRef as Kr, createSlots as lt, normalizeProps as tt, guardReactiveProps as pt, resolveDynamicComponent as An, Teleport as Fl, Transition as ya, normalizeStyle as bt, withModifiers as Jt, h as Il, render as Jr, useAttrs as Ll, onBeforeUpdate as Bl, withDirectives as dt, vShow as ja, withKeys as Xo, vModelText as aa, vModelSelect as Go, toRefs as ql, onBeforeUnmount as Wl } from "vue";
5
5
  import { defineStore as Mn } from "pinia";
6
6
  function jl(e) {
7
7
  return Uo() ? (Qo(e), !0) : !1;
@@ -30,7 +30,7 @@ function Qn(...e) {
30
30
  Array.isArray(t) || (t = [t]), Array.isArray(n) || (n = [n]);
31
31
  const o = [], s = () => {
32
32
  o.forEach((i) => i()), o.length = 0;
33
- }, l = (i, c, d, f) => (i.addEventListener(c, d, f), () => i.removeEventListener(c, d, f)), u = je(
33
+ }, l = (i, c, d, f) => (i.addEventListener(c, d, f), () => i.removeEventListener(c, d, f)), u = Be(
34
34
  () => [Wa(a), Zo(r)],
35
35
  ([i, c]) => {
36
36
  if (s(), !i)
@@ -1928,26 +1928,26 @@ function Ts(e) {
1928
1928
  return Ts(ha(e, r));
1929
1929
  }, t;
1930
1930
  }
1931
- const Be = Ts(en);
1932
- Be.Axios = da;
1933
- Be.CanceledError = $a;
1934
- Be.CancelToken = Or;
1935
- Be.isCancel = ws;
1936
- Be.VERSION = Ms;
1937
- Be.toFormData = Cn;
1938
- Be.AxiosError = Me;
1939
- Be.Cancel = Be.CanceledError;
1940
- Be.all = function(a) {
1931
+ const qe = Ts(en);
1932
+ qe.Axios = da;
1933
+ qe.CanceledError = $a;
1934
+ qe.CancelToken = Or;
1935
+ qe.isCancel = ws;
1936
+ qe.VERSION = Ms;
1937
+ qe.toFormData = Cn;
1938
+ qe.AxiosError = Me;
1939
+ qe.Cancel = qe.CanceledError;
1940
+ qe.all = function(a) {
1941
1941
  return Promise.all(a);
1942
1942
  };
1943
- Be.spread = ec;
1944
- Be.isAxiosError = tc;
1945
- Be.mergeConfig = ha;
1946
- Be.AxiosHeaders = vt;
1947
- Be.formToJSON = (e) => gs(V.isHTMLForm(e) ? new FormData(e) : e);
1948
- Be.getAdapter = As.getAdapter;
1949
- Be.HttpStatusCode = wr;
1950
- Be.default = Be;
1943
+ qe.spread = ec;
1944
+ qe.isAxiosError = tc;
1945
+ qe.mergeConfig = ha;
1946
+ qe.AxiosHeaders = vt;
1947
+ qe.formToJSON = (e) => gs(V.isHTMLForm(e) ? new FormData(e) : e);
1948
+ qe.getAdapter = As.getAdapter;
1949
+ qe.HttpStatusCode = wr;
1950
+ qe.default = qe;
1951
1951
  const ac = { class: "w-full relative text-current" }, nc = { class: "flex cursor-pointer justify-between items-center" }, rc = { key: 0 }, oc = { key: 0 }, sc = {
1952
1952
  key: 1,
1953
1953
  class: "flex items-center gap-2"
@@ -2133,7 +2133,7 @@ const ac = { class: "w-full relative text-current" }, nc = { class: "flex cursor
2133
2133
  r.value = !0;
2134
2134
  try {
2135
2135
  let i = o.url, c = o.status_url;
2136
- const f = await Be.get(`${i}`, {
2136
+ const f = await qe.get(`${i}`, {
2137
2137
  headers: {
2138
2138
  Authorization: `Bearer ${o.token}`
2139
2139
  }
@@ -2141,7 +2141,7 @@ const ac = { class: "w-full relative text-current" }, nc = { class: "flex cursor
2141
2141
  l.value = f.data, l.value.forEach(async (y) => {
2142
2142
  y.isLoading = !0;
2143
2143
  try {
2144
- (await Be.get(
2144
+ (await qe.get(
2145
2145
  `${c}?instance=${y.id}`,
2146
2146
  { headers: { Authorization: `Bearer ${o.token}` } }
2147
2147
  )).data.instance_status !== "Disconnected" ? y.status = !0 : y.status = !1;
@@ -2158,13 +2158,13 @@ const ac = { class: "w-full relative text-current" }, nc = { class: "flex cursor
2158
2158
  function m(i) {
2159
2159
  n.value = i, s("function", i);
2160
2160
  }
2161
- return je(
2161
+ return Be(
2162
2162
  () => o.modelValue,
2163
2163
  (i) => {
2164
2164
  n.value = i;
2165
2165
  },
2166
2166
  { immediate: !0 }
2167
- ), je(n, (i) => {
2167
+ ), Be(n, (i) => {
2168
2168
  s("update:modelValue", i);
2169
2169
  }), Ye(async () => {
2170
2170
  if (await u(), n.value) {
@@ -3788,7 +3788,7 @@ function Xe(e, a) {
3788
3788
  rest: e.rest
3789
3789
  };
3790
3790
  }
3791
- function We(e, a) {
3791
+ function je(e, a) {
3792
3792
  const t = a.match(e);
3793
3793
  return t ? {
3794
3794
  value: parseInt(t[0], 10),
@@ -3811,34 +3811,34 @@ function Ft(e, a) {
3811
3811
  };
3812
3812
  }
3813
3813
  function Ws(e) {
3814
- return We(Qe.anyDigitsSigned, e);
3814
+ return je(Qe.anyDigitsSigned, e);
3815
3815
  }
3816
3816
  function He(e, a) {
3817
3817
  switch (e) {
3818
3818
  case 1:
3819
- return We(Qe.singleDigit, a);
3819
+ return je(Qe.singleDigit, a);
3820
3820
  case 2:
3821
- return We(Qe.twoDigits, a);
3821
+ return je(Qe.twoDigits, a);
3822
3822
  case 3:
3823
- return We(Qe.threeDigits, a);
3823
+ return je(Qe.threeDigits, a);
3824
3824
  case 4:
3825
- return We(Qe.fourDigits, a);
3825
+ return je(Qe.fourDigits, a);
3826
3826
  default:
3827
- return We(new RegExp("^\\d{1," + e + "}"), a);
3827
+ return je(new RegExp("^\\d{1," + e + "}"), a);
3828
3828
  }
3829
3829
  }
3830
3830
  function bn(e, a) {
3831
3831
  switch (e) {
3832
3832
  case 1:
3833
- return We(Qe.singleDigitSigned, a);
3833
+ return je(Qe.singleDigitSigned, a);
3834
3834
  case 2:
3835
- return We(Qe.twoDigitsSigned, a);
3835
+ return je(Qe.twoDigitsSigned, a);
3836
3836
  case 3:
3837
- return We(Qe.threeDigitsSigned, a);
3837
+ return je(Qe.threeDigitsSigned, a);
3838
3838
  case 4:
3839
- return We(Qe.fourDigitsSigned, a);
3839
+ return je(Qe.fourDigitsSigned, a);
3840
3840
  default:
3841
- return We(new RegExp("^-?\\d{1," + e + "}"), a);
3841
+ return je(new RegExp("^-?\\d{1," + e + "}"), a);
3842
3842
  }
3843
3843
  }
3844
3844
  function Yr(e) {
@@ -4164,7 +4164,7 @@ class yf extends $e {
4164
4164
  switch (n) {
4165
4165
  case "M":
4166
4166
  return Xe(
4167
- We(Qe.month, t),
4167
+ je(Qe.month, t),
4168
4168
  o
4169
4169
  );
4170
4170
  case "MM":
@@ -4226,7 +4226,7 @@ class gf extends $e {
4226
4226
  switch (n) {
4227
4227
  case "L":
4228
4228
  return Xe(
4229
- We(Qe.month, t),
4229
+ je(Qe.month, t),
4230
4230
  o
4231
4231
  );
4232
4232
  case "LL":
@@ -4290,7 +4290,7 @@ class bf extends $e {
4290
4290
  parse(t, n, r) {
4291
4291
  switch (n) {
4292
4292
  case "w":
4293
- return We(Qe.week, t);
4293
+ return je(Qe.week, t);
4294
4294
  case "wo":
4295
4295
  return r.ordinalNumber(t, { unit: "week" });
4296
4296
  default:
@@ -4332,7 +4332,7 @@ class kf extends $e {
4332
4332
  parse(t, n, r) {
4333
4333
  switch (n) {
4334
4334
  case "I":
4335
- return We(Qe.week, t);
4335
+ return je(Qe.week, t);
4336
4336
  case "Io":
4337
4337
  return r.ordinalNumber(t, { unit: "week" });
4338
4338
  default:
@@ -4383,7 +4383,7 @@ class Mf extends $e {
4383
4383
  parse(t, n, r) {
4384
4384
  switch (n) {
4385
4385
  case "d":
4386
- return We(Qe.date, t);
4386
+ return je(Qe.date, t);
4387
4387
  case "do":
4388
4388
  return r.ordinalNumber(t, { unit: "date" });
4389
4389
  default:
@@ -4425,7 +4425,7 @@ class Tf extends $e {
4425
4425
  switch (n) {
4426
4426
  case "D":
4427
4427
  case "DD":
4428
- return We(Qe.dayOfYear, t);
4428
+ return je(Qe.dayOfYear, t);
4429
4429
  case "Do":
4430
4430
  return r.ordinalNumber(t, { unit: "date" });
4431
4431
  default:
@@ -4838,7 +4838,7 @@ class Ef extends $e {
4838
4838
  parse(t, n, r) {
4839
4839
  switch (n) {
4840
4840
  case "h":
4841
- return We(Qe.hour12h, t);
4841
+ return je(Qe.hour12h, t);
4842
4842
  case "ho":
4843
4843
  return r.ordinalNumber(t, { unit: "hour" });
4844
4844
  default:
@@ -4862,7 +4862,7 @@ class Yf extends $e {
4862
4862
  parse(t, n, r) {
4863
4863
  switch (n) {
4864
4864
  case "H":
4865
- return We(Qe.hour23h, t);
4865
+ return je(Qe.hour23h, t);
4866
4866
  case "Ho":
4867
4867
  return r.ordinalNumber(t, { unit: "hour" });
4868
4868
  default:
@@ -4885,7 +4885,7 @@ class Ff extends $e {
4885
4885
  parse(t, n, r) {
4886
4886
  switch (n) {
4887
4887
  case "K":
4888
- return We(Qe.hour11h, t);
4888
+ return je(Qe.hour11h, t);
4889
4889
  case "Ko":
4890
4890
  return r.ordinalNumber(t, { unit: "hour" });
4891
4891
  default:
@@ -4908,7 +4908,7 @@ class If extends $e {
4908
4908
  parse(t, n, r) {
4909
4909
  switch (n) {
4910
4910
  case "k":
4911
- return We(Qe.hour24h, t);
4911
+ return je(Qe.hour24h, t);
4912
4912
  case "ko":
4913
4913
  return r.ordinalNumber(t, { unit: "hour" });
4914
4914
  default:
@@ -4932,7 +4932,7 @@ class Lf extends $e {
4932
4932
  parse(t, n, r) {
4933
4933
  switch (n) {
4934
4934
  case "m":
4935
- return We(Qe.minute, t);
4935
+ return je(Qe.minute, t);
4936
4936
  case "mo":
4937
4937
  return r.ordinalNumber(t, { unit: "minute" });
4938
4938
  default:
@@ -4955,7 +4955,7 @@ class Bf extends $e {
4955
4955
  parse(t, n, r) {
4956
4956
  switch (n) {
4957
4957
  case "s":
4958
- return We(Qe.second, t);
4958
+ return je(Qe.second, t);
4959
4959
  case "so":
4960
4960
  return r.ordinalNumber(t, { unit: "second" });
4961
4961
  default:
@@ -5882,7 +5882,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
5882
5882
  return [a, r];
5883
5883
  })
5884
5884
  )
5885
- }), qe = (e) => {
5885
+ }), We = (e) => {
5886
5886
  const a = () => {
5887
5887
  const W = e.enableSeconds ? ":ss" : "", C = e.enableMinutes ? ":mm" : "";
5888
5888
  return e.is24 ? `HH${C}${W}` : `hh${C}${W} aa`;
@@ -5925,16 +5925,16 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
5925
5925
  getDefaultStartTime: r
5926
5926
  };
5927
5927
  }, Lm = (e, a, t) => {
5928
- const n = F(), { defaultedTextInput: r, defaultedRange: o, defaultedTz: s, defaultedMultiDates: l, getDefaultPattern: u } = qe(a), m = F(""), i = Va(a, "format"), c = Va(a, "formatLocale");
5929
- je(
5928
+ const n = F(), { defaultedTextInput: r, defaultedRange: o, defaultedTz: s, defaultedMultiDates: l, getDefaultPattern: u } = We(a), m = F(""), i = Va(a, "format"), c = Va(a, "formatLocale");
5929
+ Be(
5930
5930
  n,
5931
5931
  () => {
5932
5932
  typeof a.onInternalModelChange == "function" && e("internal-model-change", n.value, X(!0));
5933
5933
  },
5934
5934
  { deep: !0 }
5935
- ), je(o, (x, ie) => {
5935
+ ), Be(o, (x, ie) => {
5936
5936
  x.enabled !== ie.enabled && (n.value = null);
5937
- }), je(i, () => {
5937
+ }), Be(i, () => {
5938
5938
  se();
5939
5939
  });
5940
5940
  const d = (x) => s.value.timezone && s.value.convertModel ? yt(x, s.value.timezone) : x, f = (x) => {
@@ -6055,7 +6055,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
6055
6055
  emitModelValue: X
6056
6056
  };
6057
6057
  }, Bm = (e, a) => {
6058
- const { defaultedFilters: t, propDates: n } = qe(e), { validateMonthYearInRange: r } = oa(e), o = (i, c) => {
6058
+ const { defaultedFilters: t, propDates: n } = We(e), { validateMonthYearInRange: r } = oa(e), o = (i, c) => {
6059
6059
  let d = i;
6060
6060
  return t.value.months.includes(Ce(d)) ? (d = c ? Ot(i, 1) : Pa(i, 1), o(d, c)) : d;
6061
6061
  }, s = (i, c) => {
@@ -6229,7 +6229,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
6229
6229
  defaultedInline: u,
6230
6230
  defaultedRange: m,
6231
6231
  defaultedMultiDates: i
6232
- } = qe(n), { isTimeValid: c, isMonthValid: d } = oa(n), { buildMatrix: f } = ra(), y = F(null), v = F(null), D = F(!1), _ = F({}), M = F(null), k = F(null);
6232
+ } = We(n), { isTimeValid: c, isMonthValid: d } = oa(n), { buildMatrix: f } = ra(), y = F(null), v = F(null), D = F(!1), _ = F({}), M = F(null), k = F(null);
6233
6233
  Ye(() => {
6234
6234
  n.arrowNavigation && f([Ze(y), Ze(v)], "actionRow"), z(), window.addEventListener("resize", z);
6235
6235
  }), Ka(() => {
@@ -6352,7 +6352,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
6352
6352
  },
6353
6353
  emits: ["selected", "toggle", "reset-flow", "hover-value"],
6354
6354
  setup(e, { expose: a, emit: t }) {
6355
- const { setSelectionGrid: n, buildMultiLevelMatrix: r, setMonthPicker: o } = ra(), s = t, l = e, { defaultedAriaLabels: u, defaultedTextInput: m, defaultedConfig: i } = qe(
6355
+ const { setSelectionGrid: n, buildMultiLevelMatrix: r, setMonthPicker: o } = ra(), s = t, l = e, { defaultedAriaLabels: u, defaultedTextInput: m, defaultedConfig: i } = We(
6356
6356
  l
6357
6357
  ), { hideNavigationButtons: c } = En(), d = F(!1), f = F(null), y = F(null), v = F([]), D = F(), _ = F(null), M = F(0), k = F(null);
6358
6358
  Bl(() => {
@@ -6393,7 +6393,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
6393
6393
  dp__container_block: ((P = l.items) == null ? void 0 : P.length) > 6
6394
6394
  };
6395
6395
  });
6396
- je(
6396
+ Be(
6397
6397
  () => l.items,
6398
6398
  () => K(!1),
6399
6399
  { deep: !0 }
@@ -6597,7 +6597,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
6597
6597
  },
6598
6598
  emits: ["toggle-year-picker", "year-select", "handle-year"],
6599
6599
  setup(e, { emit: a }) {
6600
- const t = a, n = e, { showRightIcon: r, showLeftIcon: o } = En(), { defaultedConfig: s, defaultedMultiCalendars: l, defaultedAriaLabels: u, defaultedTransitions: m, defaultedUI: i } = qe(n), { showTransition: c, transitionName: d } = an(m), f = F(!1), y = (_ = !1, M) => {
6600
+ const t = a, n = e, { showRightIcon: r, showLeftIcon: o } = En(), { defaultedConfig: s, defaultedMultiCalendars: l, defaultedAriaLabels: u, defaultedTransitions: m, defaultedUI: i } = We(n), { showTransition: c, transitionName: d } = an(m), f = F(!1), y = (_ = !1, M) => {
6601
6601
  f.value = !f.value, t("toggle-year-picker", { flow: _, show: M });
6602
6602
  }, v = (_) => {
6603
6603
  f.value = !1, t("year-select", _);
@@ -6769,7 +6769,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
6769
6769
  }, z = () => {
6770
6770
  k(), e.value.count && v();
6771
6771
  };
6772
- je(o, (I, K) => {
6772
+ Be(o, (I, K) => {
6773
6773
  s.isTextInputDate && JSON.stringify(I ?? {}) !== JSON.stringify(K ?? {}) && z();
6774
6774
  }), Ye(() => {
6775
6775
  z();
@@ -6815,7 +6815,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
6815
6815
  defaultedTz: m,
6816
6816
  defaultedFilters: i,
6817
6817
  defaultedMultiDates: c
6818
- } = qe(e), d = () => {
6818
+ } = We(e), d = () => {
6819
6819
  e.isTextInputDate && z(xe(J(e.startDate)), 0);
6820
6820
  }, { modelValue: f, year: y, month: v, calendars: D } = nn(e, a, d), _ = G(() => Gs(e.formatLocale, e.locale, e.monthNameFormat)), M = F(null), { checkMinMaxRange: k } = oa(e), {
6821
6821
  selectYear: z,
@@ -7036,7 +7036,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
7036
7036
  }), Km = (e, a) => {
7037
7037
  const t = () => {
7038
7038
  e.isTextInputDate && (i.value = xe(J(e.startDate)));
7039
- }, { modelValue: n } = nn(e, a, t), r = F(null), { defaultedHighlight: o, defaultedMultiDates: s, defaultedFilters: l, defaultedRange: u, propDates: m } = qe(e), i = F();
7039
+ }, { modelValue: n } = nn(e, a, t), r = F(null), { defaultedHighlight: o, defaultedMultiDates: s, defaultedFilters: l, defaultedRange: u, propDates: m } = We(e), i = F();
7040
7040
  Ye(() => {
7041
7041
  e.startDate && (n.value && e.focusStartDate || !n.value) && (i.value = xe(J(e.startDate)));
7042
7042
  });
@@ -7081,7 +7081,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
7081
7081
  "update-month-year"
7082
7082
  ],
7083
7083
  setup(e, { expose: a, emit: t }) {
7084
- const n = t, r = e, { groupedYears: o, modelValue: s, focusYear: l, selectYear: u, setHoverValue: m } = Km(r, n), { defaultedConfig: i } = qe(r);
7084
+ const n = t, r = e, { groupedYears: o, modelValue: s, focusYear: l, selectYear: u, setHoverValue: m } = Km(r, n), { defaultedConfig: i } = We(r);
7085
7085
  return a({ getSidebarProps: () => ({
7086
7086
  modelValue: s,
7087
7087
  selectYear: u
@@ -7150,7 +7150,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
7150
7150
  "am-pm-change"
7151
7151
  ],
7152
7152
  setup(e, { expose: a, emit: t }) {
7153
- const n = t, r = e, { setTimePickerElements: o, setTimePickerBackRef: s } = ra(), { defaultedAriaLabels: l, defaultedTransitions: u, defaultedFilters: m, defaultedConfig: i, defaultedRange: c } = qe(r), { transitionName: d, showTransition: f } = an(u), y = Za({
7153
+ const n = t, r = e, { setTimePickerElements: o, setTimePickerBackRef: s } = ra(), { defaultedAriaLabels: l, defaultedTransitions: u, defaultedFilters: m, defaultedConfig: i, defaultedRange: c } = We(r), { transitionName: d, showTransition: f } = an(u), y = Za({
7154
7154
  hours: !1,
7155
7155
  minutes: !1,
7156
7156
  seconds: !1
@@ -7446,7 +7446,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
7446
7446
  "am-pm-change"
7447
7447
  ],
7448
7448
  setup(e, { expose: a, emit: t }) {
7449
- const n = t, r = e, { buildMatrix: o, setTimePicker: s } = ra(), l = va(), { defaultedTransitions: u, defaultedAriaLabels: m, defaultedTextInput: i, defaultedConfig: c, defaultedRange: d } = qe(r), { transitionName: f, showTransition: y } = an(u), { hideNavigationButtons: v } = En(), D = F(null), _ = F(null), M = F([]), k = F(null), z = F(!1);
7449
+ const n = t, r = e, { buildMatrix: o, setTimePicker: s } = ra(), l = va(), { defaultedTransitions: u, defaultedAriaLabels: m, defaultedTextInput: i, defaultedConfig: c, defaultedRange: d } = We(r), { transitionName: f, showTransition: y } = an(u), { hideNavigationButtons: v } = En(), D = F(null), _ = F(null), M = F([]), k = F(null), z = F(!1);
7450
7450
  Ye(() => {
7451
7451
  n("mount"), !r.timePicker && r.arrowNavigation ? o([Ze(D.value)], "time") : s(!0, r.timePicker);
7452
7452
  });
@@ -7607,7 +7607,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
7607
7607
  };
7608
7608
  }
7609
7609
  }), hl = (e, a, t, n) => {
7610
- const { defaultedRange: r } = qe(e), o = (k, z) => Array.isArray(a[k]) ? a[k][z] : a[k], s = (k) => e.enableSeconds ? Array.isArray(a.seconds) ? a.seconds[k] : a.seconds : 0, l = (k, z) => k ? z !== void 0 ? ta(k, o("hours", z), o("minutes", z), s(z)) : ta(k, a.hours, a.minutes, s()) : Us(J(), s(z)), u = (k, z) => {
7610
+ const { defaultedRange: r } = We(e), o = (k, z) => Array.isArray(a[k]) ? a[k][z] : a[k], s = (k) => e.enableSeconds ? Array.isArray(a.seconds) ? a.seconds[k] : a.seconds : 0, l = (k, z) => k ? z !== void 0 ? ta(k, o("hours", z), o("minutes", z), s(z)) : ta(k, a.hours, a.minutes, s()) : Us(J(), s(z)), u = (k, z) => {
7611
7611
  a[k] = z;
7612
7612
  }, m = G(() => e.modelAuto && r.value.enabled ? Array.isArray(t.value) ? t.value.length > 1 : !1 : r.value.enabled), i = (k, z) => {
7613
7613
  const te = Object.fromEntries(
@@ -7671,7 +7671,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
7671
7671
  }, p0 = (e, a) => {
7672
7672
  const t = () => {
7673
7673
  e.isTextInputDate && z();
7674
- }, { modelValue: n, time: r } = nn(e, a, t), { defaultedStartTime: o, defaultedRange: s, defaultedTz: l } = qe(e), { updateTimeValues: u, getSetDateTime: m, setTime: i, assignStartTime: c, disabledTimesConfig: d, validateTime: f } = hl(e, r, n, y);
7674
+ }, { modelValue: n, time: r } = nn(e, a, t), { defaultedStartTime: o, defaultedRange: s, defaultedTz: l } = We(e), { updateTimeValues: u, getSetDateTime: m, setTime: i, assignStartTime: c, disabledTimesConfig: d, validateTime: f } = hl(e, r, n, y);
7675
7675
  function y() {
7676
7676
  a("update-flow-step");
7677
7677
  }
@@ -7812,7 +7812,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
7812
7812
  defaultedHighlight: i,
7813
7813
  propDates: c,
7814
7814
  defaultedUI: d
7815
- } = qe(r), { transitionName: f, showTransition: y } = an(o), { buildMatrix: v } = ra(), { handleMonthYearChange: D, isDisabled: _, updateMonthYear: M } = Bm(r, n), { showLeftIcon: k, showRightIcon: z } = En(), te = F(!1), W = F(!1), C = F(!1), $ = F([null, null, null, null]);
7815
+ } = We(r), { transitionName: f, showTransition: y } = an(o), { buildMatrix: v } = ra(), { handleMonthYearChange: D, isDisabled: _, updateMonthYear: M } = Bm(r, n), { showLeftIcon: k, showRightIcon: z } = En(), te = F(!1), W = F(!1), C = F(!1), $ = F([null, null, null, null]);
7816
7816
  Ye(() => {
7817
7817
  n("mount");
7818
7818
  });
@@ -8077,7 +8077,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
8077
8077
  defaultedWeekNumbers: i,
8078
8078
  defaultedMultiDates: c,
8079
8079
  defaultedUI: d
8080
- } = qe(r), f = F(null), y = F({
8080
+ } = We(r), f = F(null), y = F({
8081
8081
  bottom: "",
8082
8082
  left: "",
8083
8083
  transform: ""
@@ -8304,7 +8304,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
8304
8304
  defaultedTz: D,
8305
8305
  propDates: _,
8306
8306
  defaultedMultiDates: M
8307
- } = qe(e), { validateMonthYearInRange: k, isDisabled: z, isDateRangeAllowed: te, checkMinMaxRange: W } = oa(e), { updateTimeValues: C, getSetDateTime: $, setTime: N, assignStartTime: I, validateTime: K, disabledTimesConfig: ce } = hl(e, i, u, n), pe = G(
8307
+ } = We(e), { validateMonthYearInRange: k, isDisabled: z, isDateRangeAllowed: te, checkMinMaxRange: W } = oa(e), { updateTimeValues: C, getSetDateTime: $, setTime: N, assignStartTime: I, validateTime: K, disabledTimesConfig: ce } = hl(e, i, u, n), pe = G(
8308
8308
  () => (R) => m.value[R] ? m.value[R].month : 0
8309
8309
  ), O = G(
8310
8310
  () => (R) => m.value[R] ? m.value[R].year : 0
@@ -8587,10 +8587,10 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
8587
8587
  selectCurrentDate: te,
8588
8588
  updateTime: W,
8589
8589
  assignMonthAndYear: C
8590
- } = O0(r, n, be, T), $ = va(), { setHoverDate: N, getDayClassData: I, clearHoverDate: K } = G0(u, r), { defaultedMultiCalendars: ce } = qe(r), pe = F([]), O = F([]), L = F(null), S = _t($, "calendar"), j = _t($, "monthYear"), se = _t($, "timePicker"), Q = (ae) => {
8590
+ } = O0(r, n, be, T), $ = va(), { setHoverDate: N, getDayClassData: I, clearHoverDate: K } = G0(u, r), { defaultedMultiCalendars: ce } = We(r), pe = F([]), O = F([]), L = F(null), S = _t($, "calendar"), j = _t($, "monthYear"), se = _t($, "timePicker"), Q = (ae) => {
8591
8591
  r.shadow || n("mount", ae);
8592
8592
  };
8593
- je(
8593
+ Be(
8594
8594
  o,
8595
8595
  () => {
8596
8596
  r.shadow || setTimeout(() => {
@@ -8598,7 +8598,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
8598
8598
  }, 0);
8599
8599
  },
8600
8600
  { deep: !0 }
8601
- ), je(
8601
+ ), Be(
8602
8602
  ce,
8603
8603
  (ae, w) => {
8604
8604
  ae.count - w.count > 0 && C();
@@ -8769,7 +8769,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
8769
8769
  propDates: l,
8770
8770
  defaultedFilters: u,
8771
8771
  defaultedMultiDates: m
8772
- } = qe(e), { modelValue: i, year: c, month: d, calendars: f } = nn(e, a), { isDisabled: y } = oa(e), { selectYear: v, groupedYears: D, showYearPicker: _, isDisabled: M, toggleYearPicker: k, handleYearSelect: z, handleYear: te } = fl({
8772
+ } = We(e), { modelValue: i, year: c, month: d, calendars: f } = nn(e, a), { isDisabled: y } = oa(e), { selectYear: v, groupedYears: D, showYearPicker: _, isDisabled: M, toggleYearPicker: k, handleYearSelect: z, handleYear: te } = fl({
8773
8773
  modelValue: i,
8774
8774
  multiCalendars: n,
8775
8775
  range: s,
@@ -9002,7 +9002,7 @@ const Ar = (e, a) => e == null ? void 0 : e.querySelector(`[data-dp-element="${a
9002
9002
  noOverlayFocus: r.noOverlayFocus,
9003
9003
  menuWrapRef: o.value
9004
9004
  };
9005
- }), { setMenuFocused: l, setShiftKey: u, control: m } = il(), i = va(), { defaultedTextInput: c, defaultedInline: d, defaultedConfig: f, defaultedUI: y } = qe(r), v = F(null), D = F(0), _ = F(null), M = F(!1), k = F(null);
9005
+ }), { setMenuFocused: l, setShiftKey: u, control: m } = il(), i = va(), { defaultedTextInput: c, defaultedInline: d, defaultedConfig: f, defaultedUI: y } = We(r), v = F(null), D = F(0), _ = F(null), M = F(!1), k = F(null);
9006
9006
  Ye(() => {
9007
9007
  if (!r.shadow) {
9008
9008
  M.value = !0, z(), window.addEventListener("resize", z);
@@ -9250,11 +9250,11 @@ const U0 = ({
9250
9250
  props: s,
9251
9251
  slots: l
9252
9252
  }) => {
9253
- const { defaultedConfig: u } = qe(s), m = F({}), i = F(!1), c = F({
9253
+ const { defaultedConfig: u } = We(s), m = F({}), i = F(!1), c = F({
9254
9254
  top: "0",
9255
9255
  left: "0"
9256
9256
  }), d = F(!1), f = Va(s, "teleportCenter");
9257
- je(f, () => {
9257
+ Be(f, () => {
9258
9258
  c.value = JSON.parse(JSON.stringify({})), te();
9259
9259
  });
9260
9260
  const y = (S) => {
@@ -9434,7 +9434,7 @@ const U0 = ({
9434
9434
  const a = G(() => (n) => e.value ? n ? e.value.open : e.value.close : ""), t = G(() => (n) => e.value ? n ? e.value.menuAppearTop : e.value.menuAppearBottom : "");
9435
9435
  return { transitionName: a, showTransition: !!e.value, menuTransition: t };
9436
9436
  }, nn = (e, a, t) => {
9437
- const { defaultedRange: n, defaultedTz: r } = qe(e), o = J(yt(J(), r.value.timezone)), s = F([{ month: Ce(o), year: xe(o) }]), l = (d) => {
9437
+ const { defaultedRange: n, defaultedTz: r } = We(e), o = J(yt(J(), r.value.timezone)), s = F([{ month: Ce(o), year: xe(o) }]), l = (d) => {
9438
9438
  const f = {
9439
9439
  hours: zt(o),
9440
9440
  minutes: na(o),
@@ -9446,7 +9446,7 @@ const U0 = ({
9446
9446
  minutes: l("minutes"),
9447
9447
  seconds: l("seconds")
9448
9448
  });
9449
- je(
9449
+ Be(
9450
9450
  n,
9451
9451
  (d, f) => {
9452
9452
  d.enabled !== f.enabled && (u.hours = l("hours"), u.minutes = l("minutes"), u.seconds = l("seconds"));
@@ -9463,7 +9463,7 @@ const U0 = ({
9463
9463
  ), c = G(
9464
9464
  () => (d) => s.value[d] ? s.value[d].year : 0
9465
9465
  );
9466
- return je(
9466
+ return Be(
9467
9467
  m,
9468
9468
  (d, f) => {
9469
9469
  t && JSON.stringify(d ?? {}) !== JSON.stringify(f ?? {}) && t();
@@ -9486,7 +9486,7 @@ const U0 = ({
9486
9486
  defaultedTz: s,
9487
9487
  propDates: l,
9488
9488
  defaultedRange: u
9489
- } = qe(a), { isDisabled: m } = oa(a), i = F(null), c = F(yt(/* @__PURE__ */ new Date(), s.value.timezone)), d = (h) => {
9489
+ } = We(a), { isDisabled: m } = oa(a), i = F(null), c = F(yt(/* @__PURE__ */ new Date(), s.value.timezone)), d = (h) => {
9490
9490
  !h.current && a.hideOffsetDates || (i.value = h.value);
9491
9491
  }, f = () => {
9492
9492
  i.value = null;
@@ -9615,7 +9615,7 @@ const U0 = ({
9615
9615
  }
9616
9616
  };
9617
9617
  }, oa = (e) => {
9618
- const { defaultedFilters: a, defaultedRange: t, propDates: n, defaultedMultiDates: r } = qe(e), o = (O) => n.value.disabledDates ? typeof n.value.disabledDates == "function" ? n.value.disabledDates(J(O)) : !!_n(O, n.value.disabledDates) : !1, s = (O) => n.value.maxDate ? e.yearPicker ? xe(O) > xe(n.value.maxDate) : Ue(O, n.value.maxDate) : !1, l = (O) => n.value.minDate ? e.yearPicker ? xe(O) < xe(n.value.minDate) : ze(O, n.value.minDate) : !1, u = (O) => {
9618
+ const { defaultedFilters: a, defaultedRange: t, propDates: n, defaultedMultiDates: r } = We(e), o = (O) => n.value.disabledDates ? typeof n.value.disabledDates == "function" ? n.value.disabledDates(J(O)) : !!_n(O, n.value.disabledDates) : !1, s = (O) => n.value.maxDate ? e.yearPicker ? xe(O) > xe(n.value.maxDate) : Ue(O, n.value.maxDate) : !1, l = (O) => n.value.minDate ? e.yearPicker ? xe(O) < xe(n.value.minDate) : ze(O, n.value.minDate) : !1, u = (O) => {
9619
9619
  const L = s(O), S = l(O), j = o(O), se = a.value.months.map((P) => +P).includes(Ce(O)), Q = e.disabledWeekDays.length ? e.disabledWeekDays.some((P) => +P === tf(O)) : !1, le = f(O), be = xe(O), T = be < +e.yearRange[0] || be > +e.yearRange[1];
9620
9620
  return !(L || S || j || se || T || Q || le);
9621
9621
  }, m = (O, L) => ze(...Zt(n.value.minDate, O, L)) || Se(...Zt(n.value.minDate, O, L)), i = (O, L) => Ue(...Zt(n.value.maxDate, O, L)) || Se(...Zt(n.value.maxDate, O, L)), c = (O, L, S) => {
@@ -9765,7 +9765,7 @@ const U0 = ({
9765
9765
  defaultedUI: c,
9766
9766
  getDefaultPattern: d,
9767
9767
  getDefaultStartTime: f
9768
- } = qe(r), { checkMinMaxRange: y } = oa(r), v = F(), D = F(null), _ = F(!1), M = F(!1), k = F(!1), z = F(null), te = G(
9768
+ } = We(r), { checkMinMaxRange: y } = oa(r), v = F(), D = F(null), _ = F(!1), M = F(!1), k = F(!1), z = F(null), te = G(
9769
9769
  () => ({
9770
9770
  dp__pointer: !r.disabled && !r.readonly && !o.value.enabled,
9771
9771
  dp__disabled: r.disabled,
@@ -9936,7 +9936,7 @@ const U0 = ({
9936
9936
  }, rh = (e) => Uo() ? (Qo(e), !0) : !1, oh = (e, a, t, n) => {
9937
9937
  if (!e) return cr;
9938
9938
  let r = cr;
9939
- const o = je(
9939
+ const o = Be(
9940
9940
  () => b(e),
9941
9941
  (l) => {
9942
9942
  r(), l && (l.addEventListener(a, t, n), r = () => {
@@ -9997,7 +9997,7 @@ const U0 = ({
9997
9997
  defaultedConfig: I,
9998
9998
  defaultedRange: K,
9999
9999
  defaultedMultiDates: ce
10000
- } = qe(r), { menuTransition: pe, showTransition: O } = an(C);
10000
+ } = We(r), { menuTransition: pe, showTransition: O } = an(C);
10001
10001
  Ye(() => {
10002
10002
  Y(r.modelValue), Ke().then(() => {
10003
10003
  if (!N.value.enabled) {
@@ -10013,7 +10013,7 @@ const U0 = ({
10013
10013
  window == null || window.removeEventListener("keyup", Ae), window == null || window.removeEventListener("keydown", E);
10014
10014
  });
10015
10015
  const L = _t(o, "all", r.presetDates), S = _t(o, "input");
10016
- je(
10016
+ Be(
10017
10017
  [l, u],
10018
10018
  () => {
10019
10019
  Y(l.value);
@@ -10507,7 +10507,7 @@ const Rh = () => {
10507
10507
  console.log(t.date);
10508
10508
  const d = JSON.parse(JSON.stringify(s.value));
10509
10509
  d.schedule.time = i(t.date, d.schedule.time);
10510
- const f = await Be[o.value](`http://localhost:8000/v1/api/crm/event/scheduled_message/${s.value.event_id ? `${s.value.event_id}/` : ""}`, {
10510
+ const f = await qe[o.value](`http://localhost:8000/v1/api/crm/event/scheduled_message/${s.value.event_id ? `${s.value.event_id}/` : ""}`, {
10511
10511
  ...d
10512
10512
  }, {
10513
10513
  headers: {
@@ -10655,9 +10655,9 @@ const Rh = () => {
10655
10655
  return i.toLocaleDateString("pt-BR", c);
10656
10656
  }
10657
10657
  const u = F(o.modal);
10658
- je(() => o.modal, (i) => {
10658
+ Be(() => o.modal, (i) => {
10659
10659
  u.value = i;
10660
- }), je(u, (i) => {
10660
+ }), Be(u, (i) => {
10661
10661
  i || s("close");
10662
10662
  });
10663
10663
  function m(i) {
@@ -10852,7 +10852,7 @@ const Rh = () => {
10852
10852
  return N[$] || N.default;
10853
10853
  }, _ = async ($ = "http://localhost:8000/v1/api/crm/event/") => {
10854
10854
  try {
10855
- const I = (await Be.get($, {
10855
+ const I = (await qe.get($, {
10856
10856
  headers: {
10857
10857
  Authorization: `Bearer ${l.token}`
10858
10858
  }
@@ -11165,7 +11165,7 @@ const Rh = () => {
11165
11165
  getters: {
11166
11166
  getToken: (e) => e.jwtToken
11167
11167
  }
11168
- }), Kt = Be.create({
11168
+ }), Kt = qe.create({
11169
11169
  baseURL: "http://localhost:8000/"
11170
11170
  // O `rootUrl` será definido dinamicamente via setupLibrary
11171
11171
  });
@@ -11468,7 +11468,7 @@ const O1 = /* @__PURE__ */ kl(M1, [["render", S1], ["__scopeId", "data-v-d3e3763
11468
11468
  function y() {
11469
11469
  n == null || n.disconnect(), n = A1(d);
11470
11470
  }
11471
- return je(i, y), Ye(async () => {
11471
+ return Be(i, y), Ye(async () => {
11472
11472
  d.parentEl = await x1(c), y();
11473
11473
  }), Ka(() => n == null ? void 0 : n.disconnect()), (v, D) => (g(), A("div", {
11474
11474
  ref_key: "infiniteLoading",
@@ -13226,7 +13226,7 @@ const Hv = {
13226
13226
  await Ke(() => {
13227
13227
  d(), r.value = !0;
13228
13228
  });
13229
- }), je(() => {
13229
+ }), Be(() => {
13230
13230
  var _;
13231
13231
  return (_ = s.value) == null ? void 0 : _.length;
13232
13232
  }, (_, M) => {
@@ -13473,10 +13473,10 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13473
13473
  }, C = async ($) => {
13474
13474
  y.value = $, i($.id), $.hasNextPage || await o($.id);
13475
13475
  };
13476
- return je(() => a.socketMessage, ($, N) => {
13476
+ return Be(() => a.socketMessage, ($, N) => {
13477
13477
  var I;
13478
13478
  $ !== N && s($, d.value, (I = y.value) == null ? void 0 : I.id);
13479
- }), je(d, ($) => {
13479
+ }), Be(d, ($) => {
13480
13480
  $ && setTimeout(() => {
13481
13481
  f.value = !0;
13482
13482
  }, 400);
@@ -13551,7 +13551,7 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13551
13551
  }
13552
13552
  }
13553
13553
  }
13554
- }), ln = (e) => (mt("data-v-42210785"), e = e(), ht(), e), Jy = { class: "depart-select-container" }, eg = { class: "search-container relative shadow shadow-gray-900 dark:shadow-gray-500" }, tg = ["placeholder"], ag = { class: "icon-container" }, ng = {
13554
+ }), ln = (e) => (mt("data-v-3d22b531"), e = e(), ht(), e), Jy = { class: "depart-select-container" }, eg = { class: "search-container relative shadow shadow-gray-900 dark:shadow-gray-500" }, tg = ["placeholder"], ag = { class: "icon-container" }, ng = {
13555
13555
  key: 0,
13556
13556
  xmlns: "http://www.w3.org/2000/svg",
13557
13557
  fill: "none",
@@ -13606,16 +13606,21 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13606
13606
  department: { type: Array, default: null },
13607
13607
  modal_filter: { type: String, default: null },
13608
13608
  multiSelect: { type: Boolean, default: !0 },
13609
- permissions: { type: Boolean, default: !1 }
13609
+ permissions: { type: Boolean, default: !1 },
13610
+ isVisible: { type: Boolean, default: !0 }
13610
13611
  },
13611
13612
  emits: ["depart"],
13612
13613
  setup(e, { emit: a }) {
13613
- const t = e, n = a, r = Sl(), o = F(""), s = F([]), l = F(!1), u = F(!1), m = G(() => o.value ? r.departments.filter(
13614
+ const t = e;
13615
+ Be(() => t.isVisible, (v) => {
13616
+ v || clearSelectedAttendance();
13617
+ });
13618
+ const n = a, r = Sl(), o = F(""), s = F([]), l = F(!1), u = F(!1), m = G(() => o.value ? r.departments.filter(
13614
13619
  (v) => v.name.toLowerCase().includes(o.value.toLowerCase())
13615
13620
  ) : r.departments);
13616
13621
  Ye(() => {
13617
13622
  c(), i();
13618
- }), je(
13623
+ }), Be(
13619
13624
  () => t.modal_filter,
13620
13625
  () => {
13621
13626
  !t.modal_filter && t.multiSelect && (r.departments.forEach((v) => {
@@ -13708,7 +13713,7 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13708
13713
  ])
13709
13714
  ]));
13710
13715
  }
13711
- }, Ol = /* @__PURE__ */ gt(kg, [["__scopeId", "data-v-42210785"]]), $l = Mn("attendant", {
13716
+ }, Ol = /* @__PURE__ */ gt(kg, [["__scopeId", "data-v-3d22b531"]]), $l = Mn("attendant", {
13712
13717
  state: () => ({
13713
13718
  attendants: [],
13714
13719
  count: null
@@ -13728,7 +13733,7 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13728
13733
  }
13729
13734
  }
13730
13735
  }
13731
- }), Ln = (e) => (mt("data-v-088a092d"), e = e(), ht(), e), xg = { class: "depart-select-container" }, Ag = { class: "search-container relative shadow shadow-gray-900 dark:shadow-gray-500" }, Mg = ["placeholder"], Tg = { class: "icon-container" }, Dg = {
13736
+ }), Ln = (e) => (mt("data-v-946ffc58"), e = e(), ht(), e), xg = { class: "depart-select-container" }, Ag = { class: "search-container relative shadow shadow-gray-900 dark:shadow-gray-500" }, Mg = ["placeholder"], Tg = { class: "icon-container" }, Dg = {
13732
13737
  key: 0,
13733
13738
  xmlns: "http://www.w3.org/2000/svg",
13734
13739
  fill: "none",
@@ -13795,11 +13800,17 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13795
13800
  department: { type: Array, default: [] },
13796
13801
  modal_filter: { type: String, default: null },
13797
13802
  attDel: { type: Object, default: { id: null } },
13798
- method: { type: String, default: null }
13803
+ method: { type: String, default: null },
13804
+ isVisible: { type: Boolean, default: !0 }
13805
+ // Adiciona uma prop para controlar a visibilidade
13799
13806
  },
13800
13807
  emits: ["attend"],
13801
13808
  setup(e, { emit: a }) {
13802
- const t = e, n = a, r = $l(), o = F(""), s = F(!1), l = F([]), u = F(!1), m = G(() => {
13809
+ const t = e;
13810
+ Be(() => t.isVisible, (D) => {
13811
+ D || d();
13812
+ });
13813
+ const n = a, r = $l(), o = F(""), s = F(!1), l = F([]), u = F(!1), m = G(() => {
13803
13814
  const D = o.value ? r.attendants.filter(
13804
13815
  (_) => _.name.toLowerCase().includes(o.value.toLowerCase())
13805
13816
  ) : r.attendants;
@@ -13815,7 +13826,7 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13815
13826
  }
13816
13827
  Ye(() => {
13817
13828
  d(), f();
13818
- }), je(() => t.modal_filter, () => {
13829
+ }), Be(() => t.modal_filter, () => {
13819
13830
  !t.modal_filter && t.multiSelect && d();
13820
13831
  }, { immediate: !0 });
13821
13832
  function d() {
@@ -13824,7 +13835,7 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13824
13835
  }), l.value = [];
13825
13836
  }
13826
13837
  function f() {
13827
- t.attendance && t.attendance.length > 0 && t.attendance.forEach((D) => {
13838
+ t.method === "remove" && t.attendance || t.attendance && t.attendance.length > 0 && t.attendance.forEach((D) => {
13828
13839
  const _ = r.attendants.find((M) => M.id === D.id);
13829
13840
  _ && !l.value.some((M) => M.id === D.id) && (_.selected = !0, l.value.push({ ..._ }));
13830
13841
  }), n("attend", l.value);
@@ -13896,7 +13907,7 @@ const qy = /* @__PURE__ */ gt(Ey, [["render", By], ["__scopeId", "data-v-ac25948
13896
13907
  ])
13897
13908
  ]));
13898
13909
  }
13899
- }, Rl = /* @__PURE__ */ gt(Vg, [["__scopeId", "data-v-088a092d"]]);
13910
+ }, Rl = /* @__PURE__ */ gt(Vg, [["__scopeId", "data-v-946ffc58"]]);
13900
13911
  Mn("debug", {
13901
13912
  state: () => ({
13902
13913
  message: "Debug store initialized"