pangea-lib 3.0.69 → 3.0.71

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/main.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var $T = Object.defineProperty;
2
2
  var UT = (e, t, a) => t in e ? $T(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a;
3
3
  var b1 = (e, t, a) => (UT(e, typeof t != "symbol" ? t + "" : t, a), a);
4
- import { ref as z1, computed as l1, watch as S2, defineComponent as P1, h as A6, useCssVars as Z2, openBlock as W, createBlock as M1, unref as X, normalizeClass as j1, createElementBlock as e1, Fragment as q1, renderList as i2, createElementVNode as V1, createCommentVNode as d1, renderSlot as S1, createVNode as $1, withModifiers as C3, toDisplayString as G1, mergeModels as b2, useModel as B2, createTextVNode as ce, TransitionGroup as dv, withCtx as F1, normalizeStyle as w2, pushScopeId as mv, popScopeId as pv, nextTick as R3, normalizeProps as Re, guardReactiveProps as O3, withScopeId as WT, resolveComponent as O2, withKeys as Xn, mergeProps as ke, createApp as vv, createSlots as Ge, Transition as dt, resolveDynamicComponent as Kn, resolveDirective as qa, withDirectives as h3, onMounted as Ee, onUnmounted as ja, onBeforeUnmount as Zn, Teleport as Oo, shallowRef as qT, getCurrentInstance as jT, onBeforeMount as YT, isRef as fn, reactive as j0, isReactive as GT, isReadonly as XT, inject as ru, provide as nu, vModelDynamic as KT, vModelCheckbox as gv, useSlots as Y0, toRef as un, render as iu, onBeforeUpdate as ZT, vShow as x5, getCurrentScope as QT, onScopeDispose as JT, vModelText as yv, vModelSelect as eE } from "vue";
4
+ import { ref as z1, computed as l1, watch as S2, defineComponent as P1, h as A6, useCssVars as Z2, openBlock as W, createBlock as M1, unref as X, normalizeClass as j1, createElementBlock as e1, Fragment as q1, renderList as i2, createElementVNode as V1, createCommentVNode as d1, renderSlot as S1, createVNode as $1, withModifiers as C3, toDisplayString as G1, mergeModels as x2, useModel as B2, createTextVNode as ce, TransitionGroup as dv, withCtx as F1, normalizeStyle as w2, pushScopeId as mv, popScopeId as pv, nextTick as R3, normalizeProps as Re, guardReactiveProps as O3, withScopeId as WT, resolveComponent as O2, withKeys as Xn, mergeProps as ke, createApp as vv, createSlots as Ge, Transition as dt, resolveDynamicComponent as Kn, resolveDirective as qa, withDirectives as h3, onMounted as Ee, onUnmounted as ja, onBeforeUnmount as Zn, Teleport as Oo, shallowRef as qT, getCurrentInstance as jT, onBeforeMount as YT, isRef as fn, reactive as j0, isReactive as GT, isReadonly as XT, inject as ru, provide as nu, vModelDynamic as KT, vModelCheckbox as gv, useSlots as Y0, toRef as un, render as iu, onBeforeUpdate as ZT, vShow as x5, getCurrentScope as QT, onScopeDispose as JT, vModelText as yv, vModelSelect as eE } from "vue";
5
5
  import { RouterView as xv, useRoute as tE, createRouter as aE, createWebHistory as rE } from "vue-router";
6
6
  import { defineStore as Po, storeToRefs as Va, createPinia as nE } from "pinia";
7
7
  const bv = {
@@ -4862,7 +4862,7 @@ let S6 = {
4862
4862
  display: {
4863
4863
  price: {
4864
4864
  withSign: !0,
4865
- withBackground: !0
4865
+ withBackground: !1
4866
4866
  }
4867
4867
  },
4868
4868
  notifications: {
@@ -8065,7 +8065,7 @@ const X2 = /* @__PURE__ */ e2(cB, [["__scopeId", "data-v-64461ade"]]), Ml = /* @
8065
8065
  modelValue: { type: Boolean, required: !0 },
8066
8066
  modelModifiers: {}
8067
8067
  },
8068
- emits: /* @__PURE__ */ b2(["change"], ["update:modelValue"]),
8068
+ emits: /* @__PURE__ */ x2(["change"], ["update:modelValue"]),
8069
8069
  setup(e, { emit: t }) {
8070
8070
  const a = B2(e, "modelValue"), r = t, n = q2("pgaDisplay");
8071
8071
  function i() {
@@ -13762,7 +13762,7 @@ const oc = /* @__PURE__ */ e2(J$, [["__scopeId", "data-v-a0fd12a3"]]), Ty = /* @
13762
13762
  }
13763
13763
  }), eU = { class: "event" }, tU = { class: "pga-text-hidden" }, aU = { class: "buttons" }, rU = /* @__PURE__ */ P1({
13764
13764
  __name: "PgaCalendar",
13765
- props: /* @__PURE__ */ b2({
13765
+ props: /* @__PURE__ */ x2({
13766
13766
  noEventsLabel: {},
13767
13767
  isLoading: { type: Boolean },
13768
13768
  hideWeekends: { type: Boolean },
@@ -13790,7 +13790,7 @@ const oc = /* @__PURE__ */ e2(J$, [["__scopeId", "data-v-a0fd12a3"]]), Ty = /* @
13790
13790
  searchRange: { default: void 0 },
13791
13791
  searchRangeModifiers: {}
13792
13792
  }),
13793
- emits: /* @__PURE__ */ b2(["createEvent", "seeEventDetails", "editEvent", "refreshList"], ["update:modelValue", "update:searchRange"]),
13793
+ emits: /* @__PURE__ */ x2(["createEvent", "seeEventDetails", "editEvent", "refreshList"], ["update:modelValue", "update:searchRange"]),
13794
13794
  setup(e, { emit: t }) {
13795
13795
  Z2((L) => ({
13796
13796
  "18d4991a": L.colors.menuColor,
@@ -21556,7 +21556,7 @@ const dU = /* @__PURE__ */ P1({
21556
21556
  });
21557
21557
  const kl = /* @__PURE__ */ e2(dU, [["__scopeId", "data-v-a56e08b4"]]), mU = { class: "pga-editor" }, pU = { class: "editor--container" }, vU = { class: "editor--footer" }, gU = /* @__PURE__ */ P1({
21558
21558
  __name: "PgaEditor",
21559
- props: /* @__PURE__ */ b2({
21559
+ props: /* @__PURE__ */ x2({
21560
21560
  saveFn: { type: Function },
21561
21561
  maxContentLength: {}
21562
21562
  }, {
@@ -21686,7 +21686,7 @@ const wU = /* @__PURE__ */ e2(zU, [["__scopeId", "data-v-e20deca0"]]), _U = /* @
21686
21686
  }
21687
21687
  }), HU = /* @__PURE__ */ P1({
21688
21688
  __name: "PgaItemSelected",
21689
- props: /* @__PURE__ */ b2({
21689
+ props: /* @__PURE__ */ x2({
21690
21690
  items: {},
21691
21691
  item: {}
21692
21692
  }, {
@@ -21732,7 +21732,7 @@ const I7 = /* @__PURE__ */ e2(HU, [["__scopeId", "data-v-c32d8a63"]]), LU = { cl
21732
21732
  class: "modal--footer"
21733
21733
  }, SU = /* @__PURE__ */ P1({
21734
21734
  __name: "PgaModal",
21735
- props: /* @__PURE__ */ b2({
21735
+ props: /* @__PURE__ */ x2({
21736
21736
  title: {},
21737
21737
  confirmButtons: { type: Boolean },
21738
21738
  isLoading: { type: Boolean },
@@ -21741,7 +21741,7 @@ const I7 = /* @__PURE__ */ e2(HU, [["__scopeId", "data-v-c32d8a63"]]), LU = { cl
21741
21741
  modelValue: { type: Boolean, required: !0 },
21742
21742
  modelModifiers: {}
21743
21743
  }),
21744
- emits: /* @__PURE__ */ b2(["accept"], ["update:modelValue"]),
21744
+ emits: /* @__PURE__ */ x2(["accept"], ["update:modelValue"]),
21745
21745
  setup(e, { emit: t }) {
21746
21746
  Z2((i) => ({
21747
21747
  "0ee81f7c": i.width
@@ -22041,13 +22041,13 @@ const Fy = /* @__PURE__ */ e2(QU, [["__scopeId", "data-v-11e24f19"]]), JU = /* @
22041
22041
  }
22042
22042
  }), tW = /* @__PURE__ */ P1({
22043
22043
  __name: "PgaToggleButton",
22044
- props: /* @__PURE__ */ b2({
22044
+ props: /* @__PURE__ */ x2({
22045
22045
  text: {}
22046
22046
  }, {
22047
22047
  modelValue: { type: Boolean, required: !0 },
22048
22048
  modelModifiers: {}
22049
22049
  }),
22050
- emits: /* @__PURE__ */ b2(["change"], ["update:modelValue"]),
22050
+ emits: /* @__PURE__ */ x2(["change"], ["update:modelValue"]),
22051
22051
  setup(e, { emit: t }) {
22052
22052
  const a = B2(e, "modelValue"), r = t, n = l1(() => a.value ? "outlined" : "flat"), i = l1(() => a.value ? "primary" : "grey");
22053
22053
  return S2(a, (c) => r("change", c)), (c, s) => (W(), M1(X2, {
@@ -33246,7 +33246,7 @@ const f21 = /* @__PURE__ */ P1({
33246
33246
  });
33247
33247
  const xi = /* @__PURE__ */ e2(f21, [["__scopeId", "data-v-1088e7d4"]]), u21 = { class: "input-container" }, h21 = { class: "input-content" }, d21 = ["type", "placeholder", "autofocus", "disabled"], Os = "", m21 = /* @__PURE__ */ P1({
33248
33248
  __name: "PgaInput",
33249
- props: /* @__PURE__ */ b2({
33249
+ props: /* @__PURE__ */ x2({
33250
33250
  type: { default: "text" },
33251
33251
  integer: { type: Boolean },
33252
33252
  placeholder: {},
@@ -33263,7 +33263,7 @@ const xi = /* @__PURE__ */ e2(f21, [["__scopeId", "data-v-1088e7d4"]]), u21 = {
33263
33263
  modelValue: { required: !0 },
33264
33264
  modelModifiers: {}
33265
33265
  }),
33266
- emits: /* @__PURE__ */ b2(["change", "enter", "valueCleared"], ["update:modelValue"]),
33266
+ emits: /* @__PURE__ */ x2(["change", "enter", "valueCleared"], ["update:modelValue"]),
33267
33267
  setup(e, { expose: t, emit: a }) {
33268
33268
  Z2((x) => ({
33269
33269
  "7426ec94": X(c).input.height,
@@ -33419,7 +33419,7 @@ const bi = /* @__PURE__ */ e2(m21, [["__scopeId", "data-v-7df318f0"]]), p21 = {
33419
33419
  });
33420
33420
  const y21 = /* @__PURE__ */ e2(g21, [["__scopeId", "data-v-f0930bcf"]]), x21 = { class: "pga-checkbox" }, b21 = ["textContent"], C21 = /* @__PURE__ */ P1({
33421
33421
  __name: "PgaCheckbox",
33422
- props: /* @__PURE__ */ b2({
33422
+ props: /* @__PURE__ */ x2({
33423
33423
  label: {}
33424
33424
  }, {
33425
33425
  modelValue: { type: Boolean, required: !0 },
@@ -33445,7 +33445,7 @@ const y21 = /* @__PURE__ */ e2(g21, [["__scopeId", "data-v-f0930bcf"]]), x21 = {
33445
33445
  });
33446
33446
  const M21 = /* @__PURE__ */ e2(C21, [["__scopeId", "data-v-89f11c66"]]), z21 = { class: "colors-container" }, w21 = /* @__PURE__ */ P1({
33447
33447
  __name: "PgaColorSelector",
33448
- props: /* @__PURE__ */ b2({
33448
+ props: /* @__PURE__ */ x2({
33449
33449
  label: {},
33450
33450
  withRequiredLabel: { type: Boolean },
33451
33451
  withOptionalLabel: { type: Boolean },
@@ -34821,7 +34821,7 @@ function _2(e) {
34821
34821
  function Fa(e) {
34822
34822
  return o2(e).getSeconds();
34823
34823
  }
34824
- function x2(e) {
34824
+ function b2(e) {
34825
34825
  return o2(e).getFullYear();
34826
34826
  }
34827
34827
  function Ra(e, t) {
@@ -36764,7 +36764,7 @@ const O31 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${
36764
36764
  seconds: Fa(e)
36765
36765
  }), $b = (e, t) => {
36766
36766
  if (t) {
36767
- const a = x2(I1(t));
36767
+ const a = b2(I1(t));
36768
36768
  if (a > e)
36769
36769
  return 12;
36770
36770
  if (a === e)
@@ -36772,18 +36772,18 @@ const O31 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${
36772
36772
  }
36773
36773
  }, Ub = (e, t) => {
36774
36774
  if (t) {
36775
- const a = x2(I1(t));
36775
+ const a = b2(I1(t));
36776
36776
  return a < e ? -1 : a === e ? _2(I1(t)) : void 0;
36777
36777
  }
36778
36778
  }, $a = (e) => {
36779
36779
  if (e)
36780
- return x2(I1(e));
36780
+ return b2(I1(e));
36781
36781
  }, Wb = (e, t) => {
36782
36782
  const a = Fe(e, t) ? t : e, r = Fe(t, e) ? t : e;
36783
36783
  return Cb({ start: a, end: r });
36784
36784
  }, B31 = (e) => {
36785
36785
  const t = R4(e, 1);
36786
- return { month: _2(t), year: x2(t) };
36786
+ return { month: _2(t), year: b2(t) };
36787
36787
  }, Nt = (e, t) => {
36788
36788
  const a = q4(e, { weekStartsOn: +t }), r = zb(e, { weekStartsOn: +t });
36789
36789
  return [a, r];
@@ -36800,7 +36800,7 @@ const O31 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${
36800
36800
  }, jb = (e, t, a, r, n) => {
36801
36801
  if (!r || n && !t || !n && !a)
36802
36802
  return !1;
36803
- const i = n ? R4(e, 1) : Ba(e, 1), c = [_2(i), x2(i)];
36803
+ const i = n ? R4(e, 1) : Ba(e, 1), c = [_2(i), b2(i)];
36804
36804
  return n ? !$31(...c, t) : !I31(...c, a);
36805
36805
  }, I31 = (e, t, a) => He(...w0(a, e, t)) || H2(...w0(a, e, t)), $31 = (e, t, a) => Fe(...w0(a, e, t)) || H2(...w0(a, e, t)), Yb = (e, t, a, r, n, i, c) => {
36806
36806
  if (typeof t == "function" && !c)
@@ -36834,7 +36834,7 @@ const O31 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${
36834
36834
  }
36835
36835
  const i = Is(e, r, t);
36836
36836
  return Bs(r, i, a, !!t) && n;
36837
- }, $s = (e) => te(I1(), L6(e)), W31 = (e, t) => e instanceof Map ? Array.from(e.values()).filter((a) => x2(I1(a)) === t).map((a) => _2(a)) : [], Gb = (e, t, a) => typeof e == "function" ? e({ month: t, year: a }) : !!e.months.find((r) => r.month === t && r.year === a), x9 = (e, t) => typeof e == "function" ? e(t) : e.years.includes(t), zr = j0({
36837
+ }, $s = (e) => te(I1(), L6(e)), W31 = (e, t) => e instanceof Map ? Array.from(e.values()).filter((a) => b2(I1(a)) === t).map((a) => _2(a)) : [], Gb = (e, t, a) => typeof e == "function" ? e({ month: t, year: a }) : !!e.months.find((r) => r.month === t && r.year === a), x9 = (e, t) => typeof e == "function" ? e(t) : e.years.includes(t), zr = j0({
36838
36838
  menuFocused: !1,
36839
36839
  shiftKeyInMenu: !1
36840
36840
  }), Xb = () => {
@@ -37134,7 +37134,7 @@ const O31 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${
37134
37134
  hours: Jt(B),
37135
37135
  minutes: U0(B),
37136
37136
  seconds: t.enableSeconds ? Fa(B) : 0
37137
- } : null, v = (B) => t.modelType ? G(B) : { month: _2(B), year: x2(B) }, g = (B) => Array.isArray(B) ? s.value.enabled ? B.map((n1) => y(n1, st(I1(), n1))) : c5(
37137
+ } : null, v = (B) => t.modelType ? G(B) : { month: _2(B), year: b2(B) }, g = (B) => Array.isArray(B) ? s.value.enabled ? B.map((n1) => y(n1, st(I1(), n1))) : c5(
37138
37138
  () => [
37139
37139
  st(I1(), B[0]),
37140
37140
  B[1] ? st(I1(), B[1]) : oa(i.value.partialRange)
@@ -37225,7 +37225,7 @@ const O31 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${
37225
37225
  }, U = (B, n1) => D(n3(S(B)), !1, n1), j = (B) => {
37226
37226
  const n1 = V();
37227
37227
  return B ? n1 : e("update:model-value", V());
37228
- }, T = (B = !1) => (B || a1(), t.monthPicker ? U(v, B) : t.timePicker ? U(m, B) : t.yearPicker ? U(x2, B) : t.weekPicker ? j(B) : D(w(B), !0, B));
37228
+ }, T = (B = !1) => (B || a1(), t.monthPicker ? U(v, B) : t.timePicker ? U(m, B) : t.yearPicker ? U(b2, B) : t.weekPicker ? j(B) : D(w(B), !0, B));
37229
37229
  return {
37230
37230
  inputValue: l,
37231
37231
  internalModelValue: r,
@@ -37240,13 +37240,13 @@ const O31 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${
37240
37240
  return a.value.months.includes(_2(h)) ? (h = u ? R4(f, 1) : Ba(f, 1), i(h, u)) : h;
37241
37241
  }, c = (f, u) => {
37242
37242
  let h = f;
37243
- return a.value.years.includes(x2(h)) ? (h = u ? a9(f, 1) : Db(f, 1), c(h, u)) : h;
37243
+ return a.value.years.includes(b2(h)) ? (h = u ? a9(f, 1) : Db(f, 1), c(h, u)) : h;
37244
37244
  }, s = (f, u = !1) => {
37245
37245
  const h = te(I1(), { month: e.month, year: e.year });
37246
37246
  let d = f ? R4(h, 1) : Ba(h, 1);
37247
37247
  e.disableYearSelect && (d = st(d, e.year));
37248
- let p = _2(d), m = x2(d);
37249
- a.value.months.includes(p) && (d = i(d, f), p = _2(d), m = x2(d)), a.value.years.includes(m) && (d = c(d, f), m = x2(d)), n(p, m, f, e.preventMinMaxNavigation) && o(p, m, u);
37248
+ let p = _2(d), m = b2(d);
37249
+ a.value.months.includes(p) && (d = i(d, f), p = _2(d), m = b2(d)), a.value.years.includes(m) && (d = c(d, f), m = b2(d)), n(p, m, f, e.preventMinMaxNavigation) && o(p, m, u);
37250
37250
  }, o = (f, u, h) => {
37251
37251
  t("update-month-year", { month: f, year: u, fromNav: h });
37252
37252
  }, l = l1(() => (f) => jb(
@@ -37450,7 +37450,7 @@ const l41 = ({
37450
37450
  const t = l1(() => (r) => e.value ? r ? e.value.open : e.value.close : ""), a = l1(() => (r) => e.value ? r ? e.value.menuAppearTop : e.value.menuAppearBottom : "");
37451
37451
  return { transitionName: t, showTransition: !!e.value, menuTransition: a };
37452
37452
  }, m8 = (e, t) => {
37453
- const { defaultedRange: a, defaultedTz: r } = _e(e), n = I1(ht(I1(), r.value.timezone)), i = z1([{ month: _2(n), year: x2(n) }]), c = (u) => {
37453
+ const { defaultedRange: a, defaultedTz: r } = _e(e), n = I1(ht(I1(), r.value.timezone)), i = z1([{ month: _2(n), year: b2(n) }]), c = (u) => {
37454
37454
  const h = {
37455
37455
  hours: Jt(n),
37456
37456
  minutes: U0(n),
@@ -37622,7 +37622,7 @@ const l41 = ({
37622
37622
  };
37623
37623
  }, Q0 = (e) => {
37624
37624
  const { defaultedFilters: t, defaultedRange: a, propDates: r, defaultedMultiDates: n } = _e(e), i = (w) => r.value.disabledDates ? typeof r.value.disabledDates == "function" ? r.value.disabledDates(I1(w)) : !!zi(w, r.value.disabledDates) : !1, c = (w) => {
37625
- const E = r.value.maxDate ? Fe(w, r.value.maxDate) : !1, q = r.value.minDate ? He(w, r.value.minDate) : !1, k = i(w), P = t.value.months.map((D) => +D).includes(_2(w)), F = e.disabledWeekDays.length ? e.disabledWeekDays.some((D) => +D === He1(w)) : !1, a1 = u(w), Y = x2(w), G = Y < +e.yearRange[0] || Y > +e.yearRange[1];
37625
+ const E = r.value.maxDate ? Fe(w, r.value.maxDate) : !1, q = r.value.minDate ? He(w, r.value.minDate) : !1, k = i(w), P = t.value.months.map((D) => +D).includes(_2(w)), F = e.disabledWeekDays.length ? e.disabledWeekDays.some((D) => +D === He1(w)) : !1, a1 = u(w), Y = b2(w), G = Y < +e.yearRange[0] || Y > +e.yearRange[1];
37626
37626
  return !(E || q || k || P || G || F || a1);
37627
37627
  }, s = (w, E) => He(...w0(r.value.minDate, w, E)) || H2(...w0(r.value.minDate, w, E)), o = (w, E) => Fe(...w0(r.value.maxDate, w, E)) || H2(...w0(r.value.maxDate, w, E)), l = (w, E, q) => {
37628
37628
  let k = !1;
@@ -37632,7 +37632,7 @@ const l41 = ({
37632
37632
  return k ? r.value.minDate && r.value.maxDate ? P = l(w, E, q) : (r.value.minDate && s(w, E) || r.value.maxDate && o(w, E)) && (P = !0) : P = !0, P;
37633
37633
  }, u = (w) => Array.isArray(r.value.allowedDates) && !r.value.allowedDates.length ? !0 : r.value.allowedDates ? !zi(w, r.value.allowedDates) : !1, h = (w) => !c(w), d = (w) => a.value.noDisabledRange ? !Cb({ start: w[0], end: w[1] }).some((E) => h(E)) : !0, p = (w) => {
37634
37634
  if (w) {
37635
- const E = x2(w);
37635
+ const E = b2(w);
37636
37636
  return E >= +e.yearRange[0] && E <= e.yearRange[1];
37637
37637
  }
37638
37638
  return !0;
@@ -38593,17 +38593,17 @@ const l41 = ({
38593
38593
  r.value[z] = r.value[0];
38594
38594
  else {
38595
38595
  const M = te(I1(), r.value[z - 1]);
38596
- r.value[z] = { month: _2(M), year: x2(a9(M, 1)) };
38596
+ r.value[z] = { month: _2(M), year: b2(a9(M, 1)) };
38597
38597
  }
38598
38598
  }, p = (z) => {
38599
38599
  if (!z)
38600
38600
  return d();
38601
38601
  const M = te(I1(), r.value[z]);
38602
- return r.value[0].year = x2(Db(M, e.value.count - 1)), d();
38602
+ return r.value[0].year = b2(Db(M, e.value.count - 1)), d();
38603
38603
  }, m = (z) => i.focusStartDate ? z[0] : z[1] ? z[1] : z[0], v = () => {
38604
38604
  if (n.value) {
38605
38605
  const z = Array.isArray(n.value) ? m(n.value) : n.value;
38606
- r.value[0] = { month: _2(z), year: x2(z) };
38606
+ r.value[0] = { month: _2(z), year: b2(z) };
38607
38607
  }
38608
38608
  };
38609
38609
  Ee(() => {
@@ -38671,9 +38671,9 @@ const l41 = ({
38671
38671
  emit: t
38672
38672
  });
38673
38673
  Ee(() => {
38674
- e.startDate && (h.value && e.focusStartDate || !h.value) && b(x2(I1(e.startDate)), 0);
38674
+ e.startDate && (h.value && e.focusStartDate || !h.value) && b(b2(I1(e.startDate)), 0);
38675
38675
  });
38676
- const L = (V) => V ? { month: _2(V), year: x2(V) } : { month: null, year: null }, _ = () => h.value ? Array.isArray(h.value) ? h.value.map((V) => L(V)) : L(h.value) : L(), w = (V, U) => {
38676
+ const L = (V) => V ? { month: _2(V), year: b2(V) } : { month: null, year: null }, _ = () => h.value ? Array.isArray(h.value) ? h.value.map((V) => L(V)) : L(h.value) : L(), w = (V, U) => {
38677
38677
  const j = m.value[V], T = _();
38678
38678
  return Array.isArray(T) ? T.some((B) => B.year === (j == null ? void 0 : j.year) && B.month === U) : (j == null ? void 0 : j.year) === T.year && U === T.month;
38679
38679
  }, E = (V, U, j) => {
@@ -38868,9 +38868,9 @@ const l41 = ({
38868
38868
  }), k41 = (e, t) => {
38869
38869
  const { modelValue: a } = m8(e, t), r = z1(null), { defaultedHighlight: n, defaultedMultiDates: i, defaultedFilters: c, defaultedRange: s, propDates: o } = _e(e), l = z1();
38870
38870
  Ee(() => {
38871
- e.startDate && (a.value && e.focusStartDate || !a.value) && (l.value = x2(I1(e.startDate)));
38871
+ e.startDate && (a.value && e.focusStartDate || !a.value) && (l.value = b2(I1(e.startDate)));
38872
38872
  });
38873
- const f = (p) => Array.isArray(a.value) ? a.value.some((m) => x2(m) === p) : a.value ? x2(a.value) === p : !1, u = (p) => s.value.enabled && Array.isArray(a.value) ? bc(a.value, r.value, d(p)) : !1, h = l1(() => Ia(v9(e.yearRange, e.locale, e.reverseYears), (p) => {
38873
+ const f = (p) => Array.isArray(a.value) ? a.value.some((m) => b2(m) === p) : a.value ? b2(a.value) === p : !1, u = (p) => s.value.enabled && Array.isArray(a.value) ? bc(a.value, r.value, d(p)) : !1, h = l1(() => Ia(v9(e.yearRange, e.locale, e.reverseYears), (p) => {
38874
38874
  const m = f(p.value), v = Rn(
38875
38875
  p.value,
38876
38876
  $a(o.value.minDate),
@@ -38888,7 +38888,7 @@ const l41 = ({
38888
38888
  selectYear: (p) => {
38889
38889
  var m;
38890
38890
  if (t("update-month-year", { instance: 0, year: p }), i.value.enabled)
38891
- return a.value ? Array.isArray(a.value) && (((m = a.value) == null ? void 0 : m.map((v) => x2(v))).includes(p) ? a.value = a.value.filter((v) => x2(v) !== p) : a.value.push(st(a4(I1()), p))) : a.value = [st(a4(I1()), p)], t("auto-apply", !0);
38891
+ return a.value ? Array.isArray(a.value) && (((m = a.value) == null ? void 0 : m.map((v) => b2(v))).includes(p) ? a.value = a.value.filter((v) => b2(v) !== p) : a.value.push(st(a4(I1()), p))) : a.value = [st(a4(I1()), p)], t("auto-apply", !0);
38892
38892
  s.value.enabled ? (a.value = C9(a, d(p), t), R3().then(() => {
38893
38893
  wc(a.value, t, e.autoApply, e.modelAuto);
38894
38894
  })) : (a.value = d(p), t("auto-apply"));
@@ -40138,10 +40138,10 @@ const l41 = ({
40138
40138
  if (u.value.count && w1 && !e.startDate)
40139
40139
  return D(I1(), w1);
40140
40140
  }, G = () => Array.isArray(s.value) && d.value.enabled ? _2(s.value[0]) === _2(s.value[1] ?? s.value[0]) : !1, D = (w1, y1 = !1) => {
40141
- if ((!u.value.count || !u.value.static || y1) && k(0, _2(w1), x2(w1)), u.value.count && (!u.value.solo || !s.value || G()))
40141
+ if ((!u.value.count || !u.value.static || y1) && k(0, _2(w1), b2(w1)), u.value.count && (!u.value.solo || !s.value || G()))
40142
40142
  for (let B1 = 1; B1 < u.value.count; B1++) {
40143
40143
  const U1 = te(I1(), { month: w.value(B1 - 1), year: E.value(B1 - 1) }), d2 = pb(U1, { months: 1 });
40144
- o.value[B1] = { month: _2(d2), year: x2(d2) };
40144
+ o.value[B1] = { month: _2(d2), year: b2(d2) };
40145
40145
  }
40146
40146
  }, S = (w1, y1) => {
40147
40147
  D(w1), H("hours", Jt(w1)), H("minutes", U0(w1)), H("seconds", Fa(w1)), u.value.count && y1 && c1();
@@ -40172,26 +40172,26 @@ const l41 = ({
40172
40172
  j(y1, w1), u.value.count && u.value.solo && c1();
40173
40173
  }, B = (w1, y1) => {
40174
40174
  const B1 = te(I1(), { month: w.value(y1), year: E.value(y1) }), U1 = w1 < 0 ? R4(B1, 1) : Ba(B1, 1);
40175
- y(_2(U1), x2(U1), w1 < 0, e.preventMinMaxNavigation) && (k(y1, _2(U1), x2(U1)), t("update-month-year", { instance: y1, month: _2(U1), year: x2(U1) }), u.value.count && !u.value.solo && n1(y1), a());
40175
+ y(_2(U1), b2(U1), w1 < 0, e.preventMinMaxNavigation) && (k(y1, _2(U1), b2(U1)), t("update-month-year", { instance: y1, month: _2(U1), year: b2(U1) }), u.value.count && !u.value.solo && n1(y1), a());
40176
40176
  }, n1 = (w1) => {
40177
40177
  for (let y1 = w1 - 1; y1 >= 0; y1--) {
40178
40178
  const B1 = Ba(te(I1(), { month: w.value(y1 + 1), year: E.value(y1 + 1) }), 1);
40179
- k(y1, _2(B1), x2(B1));
40179
+ k(y1, _2(B1), b2(B1));
40180
40180
  }
40181
40181
  for (let y1 = w1 + 1; y1 <= u.value.count - 1; y1++) {
40182
40182
  const B1 = R4(te(I1(), { month: w.value(y1 - 1), year: E.value(y1 - 1) }), 1);
40183
- k(y1, _2(B1), x2(B1));
40183
+ k(y1, _2(B1), b2(B1));
40184
40184
  }
40185
40185
  }, c1 = () => {
40186
40186
  if (Array.isArray(s.value) && s.value.length === 2) {
40187
40187
  const w1 = I1(
40188
40188
  I1(s.value[1] ? s.value[1] : R4(s.value[0], 1))
40189
- ), [y1, B1] = [_2(s.value[0]), x2(s.value[0])], [U1, d2] = [_2(s.value[1]), x2(s.value[1])];
40190
- (y1 !== U1 || y1 === U1 && B1 !== d2) && u.value.solo && k(1, _2(w1), x2(w1));
40189
+ ), [y1, B1] = [_2(s.value[0]), b2(s.value[0])], [U1, d2] = [_2(s.value[1]), b2(s.value[1])];
40190
+ (y1 !== U1 || y1 === U1 && B1 !== d2) && u.value.solo && k(1, _2(w1), b2(w1));
40191
40191
  } else
40192
- s.value && !Array.isArray(s.value) && (k(0, _2(s.value), x2(s.value)), D(I1()));
40192
+ s.value && !Array.isArray(s.value) && (k(0, _2(s.value), b2(s.value)), D(I1()));
40193
40193
  }, r1 = () => {
40194
- e.startDate && (k(0, _2(I1(e.startDate)), x2(I1(e.startDate))), u.value.count && n1(0));
40194
+ e.startDate && (k(0, _2(I1(e.startDate)), b2(I1(e.startDate))), u.value.count && n1(0));
40195
40195
  }, v1 = (w1, y1) => {
40196
40196
  if (e.monthChangeOnScroll) {
40197
40197
  const B1 = (/* @__PURE__ */ new Date()).getTime() - i.value.getTime(), U1 = Math.abs(w1.deltaY);
@@ -40268,7 +40268,7 @@ const l41 = ({
40268
40268
  ];
40269
40269
  x(B1) ? (y1 && J1(w1.value), n.value = B1) : t("invalid-date", w1.value);
40270
40270
  }, J1 = (w1) => {
40271
- const y1 = _2(I1(w1)), B1 = x2(I1(w1));
40271
+ const y1 = _2(I1(w1)), B1 = b2(I1(w1));
40272
40272
  if (k(0, y1, B1), u.value.count > 0)
40273
40273
  for (let U1 = 1; U1 < u.value.count; U1++) {
40274
40274
  const d2 = B31(
@@ -40595,7 +40595,7 @@ const l41 = ({
40595
40595
  return !1;
40596
40596
  }
40597
40597
  return !1;
40598
- }, A = (k, P) => k.quarter === Tm(P) && k.year === x2(P), L = (k) => typeof i.value == "function" ? i.value({ quarter: Tm(k), year: x2(k) }) : !!i.value.quarters.find((P) => A(P, k)), _ = l1(() => (k) => {
40598
+ }, A = (k, P) => k.quarter === Tm(P) && k.year === b2(P), L = (k) => typeof i.value == "function" ? i.value({ quarter: Tm(k), year: b2(k) }) : !!i.value.quarters.find((P) => A(P, k)), _ = l1(() => (k) => {
40599
40599
  const P = te(/* @__PURE__ */ new Date(), { year: u.value(k) });
40600
40600
  return N21({
40601
40601
  start: r9(P),
@@ -41340,7 +41340,7 @@ Object.entries(At1).forEach(([e, t]) => {
41340
41340
  });
41341
41341
  const St1 = /* @__PURE__ */ P1({
41342
41342
  __name: "PgaVueDatePicker",
41343
- props: /* @__PURE__ */ b2({
41343
+ props: /* @__PURE__ */ x2({
41344
41344
  yearPicker: { type: Boolean },
41345
41345
  monthPicker: { type: Boolean },
41346
41346
  range: { type: Boolean },
@@ -41387,7 +41387,7 @@ const St1 = /* @__PURE__ */ P1({
41387
41387
  });
41388
41388
  const v8 = /* @__PURE__ */ e2(St1, [["__scopeId", "data-v-94c456f9"]]), Tt1 = /* @__PURE__ */ P1({
41389
41389
  __name: "PgaDatePicker",
41390
- props: /* @__PURE__ */ b2({
41390
+ props: /* @__PURE__ */ x2({
41391
41391
  label: {},
41392
41392
  withRequiredLabel: { type: Boolean },
41393
41393
  withOptionalLabel: { type: Boolean },
@@ -41444,7 +41444,7 @@ const v8 = /* @__PURE__ */ e2(St1, [["__scopeId", "data-v-94c456f9"]]), Tt1 = /*
41444
41444
  }
41445
41445
  }), Et1 = /* @__PURE__ */ P1({
41446
41446
  __name: "PgaDatetimePicker",
41447
- props: /* @__PURE__ */ b2({
41447
+ props: /* @__PURE__ */ x2({
41448
41448
  label: {},
41449
41449
  withRequiredLabel: { type: Boolean },
41450
41450
  withOptionalLabel: { type: Boolean },
@@ -41488,7 +41488,7 @@ const v8 = /* @__PURE__ */ e2(St1, [["__scopeId", "data-v-94c456f9"]]), Tt1 = /*
41488
41488
  }
41489
41489
  }), Nt1 = { class: "icons-container" }, Dt1 = /* @__PURE__ */ P1({
41490
41490
  __name: "PgaIconSelector",
41491
- props: /* @__PURE__ */ b2({
41491
+ props: /* @__PURE__ */ x2({
41492
41492
  label: {},
41493
41493
  withRequiredLabel: { type: Boolean },
41494
41494
  withOptionalLabel: { type: Boolean },
@@ -63351,14 +63351,14 @@ var Bc1 = {
63351
63351
  };
63352
63352
  const Ic1 = /* @__PURE__ */ P1({
63353
63353
  __name: "PgaInputFileExcel",
63354
- props: /* @__PURE__ */ b2({
63354
+ props: /* @__PURE__ */ x2({
63355
63355
  excelConfig: {},
63356
63356
  disabled: { type: Boolean }
63357
63357
  }, {
63358
63358
  isReadingFile: { type: Boolean, default: !1 },
63359
63359
  isReadingFileModifiers: {}
63360
63360
  }),
63361
- emits: /* @__PURE__ */ b2(["newFile", "newFileRead"], ["update:isReadingFile"]),
63361
+ emits: /* @__PURE__ */ x2(["newFile", "newFileRead"], ["update:isReadingFile"]),
63362
63362
  setup(e, { expose: t, emit: a }) {
63363
63363
  const r = B2(e, "isReadingFile"), n = e, i = a;
63364
63364
  t({
@@ -63427,7 +63427,7 @@ function $c1(e, t) {
63427
63427
  }
63428
63428
  const Uc1 = { class: "input-container" }, Wc1 = ["placeholder", "disabled"], qc1 = ["onMousedown", "onMouseenter"], jc1 = /* @__PURE__ */ P1({
63429
63429
  __name: "PgaInputSelect",
63430
- props: /* @__PURE__ */ b2({
63430
+ props: /* @__PURE__ */ x2({
63431
63431
  options: {},
63432
63432
  descriptionField: { default: "description" },
63433
63433
  emptyOptionsText: {},
@@ -63446,7 +63446,7 @@ const Uc1 = { class: "input-container" }, Wc1 = ["placeholder", "disabled"], qc1
63446
63446
  modelValue: { required: !0 },
63447
63447
  modelModifiers: {}
63448
63448
  }),
63449
- emits: /* @__PURE__ */ b2(["change"], ["update:modelValue"]),
63449
+ emits: /* @__PURE__ */ x2(["change"], ["update:modelValue"]),
63450
63450
  setup(e, { emit: t }) {
63451
63451
  Z2((F) => ({
63452
63452
  "81c22886": X(i).input.height,
@@ -63588,7 +63588,7 @@ const Uc1 = { class: "input-container" }, Wc1 = ["placeholder", "disabled"], qc1
63588
63588
  });
63589
63589
  const Yc1 = /* @__PURE__ */ e2(jc1, [["__scopeId", "data-v-b7dd226c"]]), Gc1 = /* @__PURE__ */ P1({
63590
63590
  __name: "PgaMonthPicker",
63591
- props: /* @__PURE__ */ b2({
63591
+ props: /* @__PURE__ */ x2({
63592
63592
  label: {},
63593
63593
  withRequiredLabel: { type: Boolean },
63594
63594
  withOptionalLabel: { type: Boolean },
@@ -63628,7 +63628,7 @@ const Yc1 = /* @__PURE__ */ e2(jc1, [["__scopeId", "data-v-b7dd226c"]]), Gc1 = /
63628
63628
  }
63629
63629
  }), Xc1 = /* @__PURE__ */ P1({
63630
63630
  __name: "PgaRangePicker",
63631
- props: /* @__PURE__ */ b2({
63631
+ props: /* @__PURE__ */ x2({
63632
63632
  label: {},
63633
63633
  withRequiredLabel: { type: Boolean },
63634
63634
  withOptionalLabel: { type: Boolean },
@@ -63672,7 +63672,7 @@ const Yc1 = /* @__PURE__ */ e2(jc1, [["__scopeId", "data-v-b7dd226c"]]), Gc1 = /
63672
63672
  }
63673
63673
  }), Kc1 = ["disabled"], Zc1 = ["value"], Qc1 = /* @__PURE__ */ P1({
63674
63674
  __name: "PgaSelect",
63675
- props: /* @__PURE__ */ b2({
63675
+ props: /* @__PURE__ */ x2({
63676
63676
  options: {},
63677
63677
  descriptionField: {},
63678
63678
  emptyOptionsText: { type: [String, Number, Function] },
@@ -63689,16 +63689,16 @@ const Yc1 = /* @__PURE__ */ e2(jc1, [["__scopeId", "data-v-b7dd226c"]]), Gc1 = /
63689
63689
  modelValue: { required: !0 },
63690
63690
  modelModifiers: {}
63691
63691
  }),
63692
- emits: /* @__PURE__ */ b2(["change"], ["update:modelValue"]),
63692
+ emits: /* @__PURE__ */ x2(["change"], ["update:modelValue"]),
63693
63693
  setup(e, { emit: t }) {
63694
63694
  Z2((s) => ({
63695
- "75dd9dd0": X(n).input.height,
63696
- "7d2b9a40": X(n).input.padding,
63697
- "1bef9574": X(n).input.borderColor,
63698
- "67ce230f": X(n).input.borderRadius,
63699
- "2f7493f8": X(n).input.backgroundColor,
63700
- "7b319aa6": X(n).input.colorFocus,
63701
- "417bdec0": X(n).input.backgroundColorDisabled
63695
+ "0c677085": X(n).input.height,
63696
+ "209d4873": X(n).input.padding,
63697
+ "0bc191f9": X(n).input.borderColor,
63698
+ f57f4688: X(n).input.borderRadius,
63699
+ d068fd92: X(n).input.backgroundColor,
63700
+ b55f48da: X(n).input.colorFocus,
63701
+ "076ef8d3": X(n).input.backgroundColorDisabled
63702
63702
  }));
63703
63703
  const a = B2(e, "modelValue"), r = e, { form: n } = A3(), i = l1(() => !!r.options.length), c = l1(() => r.disabled || !i.value);
63704
63704
  return (s, o) => (W(), M1(c4, {
@@ -63727,12 +63727,12 @@ const Yc1 = /* @__PURE__ */ e2(jc1, [["__scopeId", "data-v-b7dd226c"]]), Gc1 = /
63727
63727
  }, 8, ["label", "withRequiredLabel", "withOptionalLabel", "withLabelSpace", "description", "errors", "grow"]));
63728
63728
  }
63729
63729
  });
63730
- const Jc1 = /* @__PURE__ */ e2(Qc1, [["__scopeId", "data-v-e4c75801"]]), es1 = { class: "pga-switch" }, ts1 = {
63730
+ const Jc1 = /* @__PURE__ */ e2(Qc1, [["__scopeId", "data-v-f44279d0"]]), es1 = { class: "pga-switch" }, ts1 = {
63731
63731
  key: 0,
63732
63732
  class: "switch--label"
63733
63733
  }, as1 = { class: "switch--slider-container" }, rs1 = ["disabled"], ns1 = { class: "slider--thumb" }, is1 = /* @__PURE__ */ P1({
63734
63734
  __name: "PgaSwitch",
63735
- props: /* @__PURE__ */ b2({
63735
+ props: /* @__PURE__ */ x2({
63736
63736
  label: {},
63737
63737
  labelInLine: { type: Boolean },
63738
63738
  withRequiredLabel: { type: Boolean },
@@ -63747,52 +63747,51 @@ const Jc1 = /* @__PURE__ */ e2(Qc1, [["__scopeId", "data-v-e4c75801"]]), es1 = {
63747
63747
  modelValue: { type: Boolean, required: !0 },
63748
63748
  modelModifiers: {}
63749
63749
  }),
63750
- emits: ["update:modelValue"],
63751
- setup(e) {
63752
- const t = B2(e, "modelValue"), a = e;
63753
- async function r(n) {
63754
- if (!a.updateFn)
63755
- return;
63756
- const i = n.target.checked;
63757
- try {
63758
- await a.updateFn(), t.value = i;
63759
- } catch {
63760
- t.value = !i;
63761
- }
63750
+ emits: /* @__PURE__ */ x2(["change"], ["update:modelValue"]),
63751
+ setup(e, { emit: t }) {
63752
+ const a = B2(e, "modelValue"), r = e, n = t;
63753
+ async function i(c) {
63754
+ const s = c.target.checked;
63755
+ if (n("change", s), !!r.updateFn)
63756
+ try {
63757
+ await r.updateFn(), a.value = s;
63758
+ } catch {
63759
+ a.value = !s;
63760
+ }
63762
63761
  }
63763
- return (n, i) => (W(), M1(c4, {
63764
- label: n.labelInLine ? "" : n.label,
63765
- withRequiredLabel: n.withRequiredLabel,
63766
- withOptionalLabel: n.withOptionalLabel,
63767
- withLabelSpace: n.withLabelSpace,
63768
- description: n.description,
63769
- fitContent: n.fitContent,
63770
- grow: n.grow
63762
+ return (c, s) => (W(), M1(c4, {
63763
+ label: c.labelInLine ? "" : c.label,
63764
+ withRequiredLabel: c.withRequiredLabel,
63765
+ withOptionalLabel: c.withOptionalLabel,
63766
+ withLabelSpace: c.withLabelSpace,
63767
+ description: c.description,
63768
+ fitContent: c.fitContent,
63769
+ grow: c.grow
63771
63770
  }, {
63772
63771
  default: F1(() => [
63773
63772
  V1("div", es1, [
63774
- n.labelInLine && n.label ? (W(), e1("label", ts1, G1(n.label), 1)) : d1("", !0),
63773
+ c.labelInLine && c.label ? (W(), e1("label", ts1, G1(c.label), 1)) : d1("", !0),
63775
63774
  V1("label", as1, [
63776
63775
  h3(V1("input", {
63777
63776
  class: "switch--input",
63778
- "onUpdate:modelValue": i[0] || (i[0] = (c) => t.value = c),
63777
+ "onUpdate:modelValue": s[0] || (s[0] = (o) => a.value = o),
63779
63778
  type: "checkbox",
63780
63779
  role: "switch",
63781
- disabled: n.disabled,
63782
- onChange: i[1] || (i[1] = (c) => r(c))
63780
+ disabled: c.disabled,
63781
+ onChange: s[1] || (s[1] = (o) => i(o))
63783
63782
  }, null, 40, rs1), [
63784
- [gv, t.value]
63783
+ [gv, a.value]
63785
63784
  ]),
63786
63785
  V1("div", {
63787
63786
  class: j1(["switch--slider", {
63788
- "switch--slider__checked": t.value,
63789
- "switch--slider__disabled": n.disabled
63787
+ "switch--slider__checked": a.value,
63788
+ "switch--slider__disabled": c.disabled
63790
63789
  }])
63791
63790
  }, [
63792
63791
  V1("div", ns1, [
63793
63792
  $1(o3, {
63794
63793
  class: "thumb--icon",
63795
- icon: t.value ? "check" : "xmark"
63794
+ icon: a.value ? "check" : "xmark"
63796
63795
  }, null, 8, ["icon"])
63797
63796
  ])
63798
63797
  ], 2)
@@ -63803,9 +63802,9 @@ const Jc1 = /* @__PURE__ */ e2(Qc1, [["__scopeId", "data-v-e4c75801"]]), es1 = {
63803
63802
  }, 8, ["label", "withRequiredLabel", "withOptionalLabel", "withLabelSpace", "description", "fitContent", "grow"]));
63804
63803
  }
63805
63804
  });
63806
- const cs1 = /* @__PURE__ */ e2(is1, [["__scopeId", "data-v-504e2106"]]), ss1 = { class: "switch-options" }, os1 = ["onClick"], ls1 = /* @__PURE__ */ P1({
63805
+ const cs1 = /* @__PURE__ */ e2(is1, [["__scopeId", "data-v-7d12756d"]]), ss1 = { class: "switch-options" }, os1 = ["onClick"], ls1 = /* @__PURE__ */ P1({
63807
63806
  __name: "PgaSwitchOptions",
63808
- props: /* @__PURE__ */ b2({
63807
+ props: /* @__PURE__ */ x2({
63809
63808
  items: {},
63810
63809
  label: {},
63811
63810
  withRequiredLabel: { type: Boolean },
@@ -63869,7 +63868,7 @@ const fs1 = /* @__PURE__ */ e2(ls1, [["__scopeId", "data-v-9733b12e"]]), us1 = {
63869
63868
  class: "textarea--footer"
63870
63869
  }, ms1 = "", ps1 = /* @__PURE__ */ P1({
63871
63870
  __name: "PgaTextarea",
63872
- props: /* @__PURE__ */ b2({
63871
+ props: /* @__PURE__ */ x2({
63873
63872
  placeholder: {},
63874
63873
  label: {},
63875
63874
  withRequiredLabel: { type: Boolean },
@@ -63886,7 +63885,7 @@ const fs1 = /* @__PURE__ */ e2(ls1, [["__scopeId", "data-v-9733b12e"]]), us1 = {
63886
63885
  modelValue: { required: !0 },
63887
63886
  modelModifiers: {}
63888
63887
  }),
63889
- emits: /* @__PURE__ */ b2(["change"], ["update:modelValue"]),
63888
+ emits: /* @__PURE__ */ x2(["change"], ["update:modelValue"]),
63890
63889
  setup(e, { expose: t, emit: a }) {
63891
63890
  Z2((m) => ({
63892
63891
  "5c392342": X(c).input.padding,
@@ -63966,7 +63965,7 @@ const fs1 = /* @__PURE__ */ e2(ls1, [["__scopeId", "data-v-9733b12e"]]), us1 = {
63966
63965
  });
63967
63966
  const vs1 = /* @__PURE__ */ e2(ps1, [["__scopeId", "data-v-63553c51"]]), gs1 = /* @__PURE__ */ P1({
63968
63967
  __name: "PgaYearPicker",
63969
- props: /* @__PURE__ */ b2({
63968
+ props: /* @__PURE__ */ x2({
63970
63969
  label: {},
63971
63970
  withRequiredLabel: { type: Boolean },
63972
63971
  withOptionalLabel: { type: Boolean },
@@ -64006,7 +64005,7 @@ const vs1 = /* @__PURE__ */ e2(ps1, [["__scopeId", "data-v-63553c51"]]), gs1 = /
64006
64005
  }
64007
64006
  }), ys1 = "data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAJOCAIAAAG3nMQ3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEY3NjIxREQxMkEwMTFFNjg4QjdFMzIwQjE1Q0RCNTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEY3NjIxREUxMkEwMTFFNjg4QjdFMzIwQjE1Q0RCNTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowRjc2MjFEQjEyQTAxMUU2ODhCN0UzMjBCMTVDREI1MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowRjc2MjFEQzEyQTAxMUU2ODhCN0UzMjBCMTVDREI1MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pucw4KEAABZ4SURBVHja7NfLasJA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", xs1 = ["src"], bs1 = ["src"], Cs1 = /* @__PURE__ */ P1({
64008
64007
  __name: "PgaImage",
64009
- props: /* @__PURE__ */ b2({
64008
+ props: /* @__PURE__ */ x2({
64010
64009
  source: { default: "dynamic" },
64011
64010
  image: {},
64012
64011
  defaultImage: {},
@@ -64138,7 +64137,7 @@ const PM = /* @__PURE__ */ e2(Cs1, [["__scopeId", "data-v-9cb4fb80"]]), i7 = /*
64138
64137
  }
64139
64138
  }), Ms1 = ["src"], zs1 = /* @__PURE__ */ P1({
64140
64139
  __name: "PgaImagesFullScreen",
64141
- props: /* @__PURE__ */ b2({
64140
+ props: /* @__PURE__ */ x2({
64142
64141
  sources: {}
64143
64142
  }, {
64144
64143
  isActive: { type: Boolean, required: !0 },
@@ -64622,7 +64621,7 @@ const _71 = /* @__PURE__ */ e2(w71, [["__scopeId", "data-v-66edfb77"]]), H71 = {
64622
64621
  class: "pga-pagination"
64623
64622
  }, L71 = ["textContent"], V71 = ["textContent"], k71 = /* @__PURE__ */ P1({
64624
64623
  __name: "PgaPagination",
64625
- props: /* @__PURE__ */ b2({
64624
+ props: /* @__PURE__ */ x2({
64626
64625
  totalCount: {},
64627
64626
  pageSize: {},
64628
64627
  preventScrollToTop: { type: Boolean }
@@ -64630,7 +64629,7 @@ const _71 = /* @__PURE__ */ e2(w71, [["__scopeId", "data-v-66edfb77"]]), H71 = {
64630
64629
  modelValue: { required: !0, default: 1 },
64631
64630
  modelModifiers: {}
64632
64631
  }),
64633
- emits: /* @__PURE__ */ b2(["newPage"], ["update:modelValue"]),
64632
+ emits: /* @__PURE__ */ x2(["newPage"], ["update:modelValue"]),
64634
64633
  setup(e, { emit: t }) {
64635
64634
  const a = B2(e, "modelValue"), r = e, n = t, i = l1(() => Math.ceil(r.totalCount / r.pageSize)), c = l1(() => {
64636
64635
  const u = [a.value];
@@ -64820,7 +64819,7 @@ const g5 = /* @__PURE__ */ e2(P71, [["__scopeId", "data-v-f3cf3735"]]), F71 = {
64820
64819
  });
64821
64820
  const B71 = /* @__PURE__ */ e2(R71, [["__scopeId", "data-v-09176177"]]), ko = /* @__PURE__ */ P1({
64822
64821
  __name: "PgaActionsButtons",
64823
- props: /* @__PURE__ */ b2({
64822
+ props: /* @__PURE__ */ x2({
64824
64823
  item: {},
64825
64824
  getDescriptionFn: { type: Function },
64826
64825
  withEditButton: { type: Boolean },
@@ -64833,7 +64832,7 @@ const B71 = /* @__PURE__ */ e2(R71, [["__scopeId", "data-v-09176177"]]), ko = /*
64833
64832
  modelValue: { required: !0 },
64834
64833
  modelModifiers: {}
64835
64834
  }),
64836
- emits: /* @__PURE__ */ b2(["editItem"], ["update:modelValue"]),
64835
+ emits: /* @__PURE__ */ x2(["editItem"], ["update:modelValue"]),
64837
64836
  setup(e, { emit: t }) {
64838
64837
  const a = B2(e, "modelValue"), r = e, n = t, i = q2("pgaTable");
64839
64838
  async function c() {
@@ -64885,7 +64884,7 @@ const B71 = /* @__PURE__ */ e2(R71, [["__scopeId", "data-v-09176177"]]), ko = /*
64885
64884
  class: "item-actions-buttons"
64886
64885
  }, U71 = /* @__PURE__ */ P1({
64887
64886
  __name: "PgaItemsList",
64888
- props: /* @__PURE__ */ b2({
64887
+ props: /* @__PURE__ */ x2({
64889
64888
  itemsGroupedBy: {},
64890
64889
  getDescriptionFn: { type: Function },
64891
64890
  withEditButton: { type: Boolean },
@@ -64899,7 +64898,7 @@ const B71 = /* @__PURE__ */ e2(R71, [["__scopeId", "data-v-09176177"]]), ko = /*
64899
64898
  modelValue: { required: !0 },
64900
64899
  modelModifiers: {}
64901
64900
  }),
64902
- emits: /* @__PURE__ */ b2(["editItem"], ["update:modelValue"]),
64901
+ emits: /* @__PURE__ */ x2(["editItem"], ["update:modelValue"]),
64903
64902
  setup(e, { emit: t }) {
64904
64903
  const a = B2(e, "modelValue"), r = e, n = t, i = l1(() => !!r.editToName || !!r.withEditButton || !!r.deleteFn || r.hasActionsButtons);
64905
64904
  return (c, s) => c.itemsGroupedBy.length ? (W(), e1("div", I71, [
@@ -64951,7 +64950,7 @@ const Zp = /* @__PURE__ */ e2(U71, [["__scopeId", "data-v-61bcb10a"]]), W71 = {
64951
64950
  class: "rows-selected"
64952
64951
  }, Q71 = ["textContent"], J71 = /* @__PURE__ */ P1({
64953
64952
  __name: "PgaTable",
64954
- props: /* @__PURE__ */ b2({
64953
+ props: /* @__PURE__ */ x2({
64955
64954
  hideTitles: { type: Boolean },
64956
64955
  columns: {},
64957
64956
  columnsAlign: {},
@@ -64984,7 +64983,7 @@ const Zp = /* @__PURE__ */ e2(U71, [["__scopeId", "data-v-61bcb10a"]]), W71 = {
64984
64983
  itemsSelected: {},
64985
64984
  itemsSelectedModifiers: {}
64986
64985
  }),
64987
- emits: /* @__PURE__ */ b2(["createItem", "editItem", "refreshList"], ["update:searchParams", "update:itemsSelected"]),
64986
+ emits: /* @__PURE__ */ x2(["createItem", "editItem", "refreshList"], ["update:searchParams", "update:itemsSelected"]),
64988
64987
  setup(e, { emit: t }) {
64989
64988
  const a = B2(e, "searchParams"), r = B2(e, "itemsSelected"), n = e, i = t, c = q2("pgaTable"), s = n.groupByFn ? n.groupByFn : n.groupByDate ? H : void 0, o = z1([]), l = z1(), f = z1([]), u = z1({
64990
64989
  isActive: !1