@quoreadmin/ui 0.22.25 → 0.22.27

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as de, computed as U, resolveComponent as W, openBlock as v, createElementBlock as k, normalizeClass as B, renderSlot as $, normalizeProps as Lt, guardReactiveProps as gn, createElementVNode as I, createCommentVNode as P, toDisplayString as Q, createVNode as A, Transition as gr, withCtx as re, ref as V, getCurrentInstance as ai, onMounted as Ke, onUnmounted as Xn, nextTick as Un, unref as Cn, inject as er, cloneVNode as _4, h as Ot, Fragment as oe, provide as ni, watchEffect as rt, watch as Xe, getCurrentScope as z4, onScopeDispose as j4, useSlots as hd, reactive as to, onUpdated as Z4, createBlock as R, pushScopeId as pd, popScopeId as md, mergeProps as O, readonly as W4, resolveDirective as tr, renderList as Pe, withDirectives as st, Teleport as gd, toRef as U4, shallowRef as yd, isVNode as K4, Text as G4, createTextVNode as Qe, withModifiers as De, withKeys as _t, toHandlerKey as q4, normalizeStyle as Lg, vShow as cs, resolveDynamicComponent as le, createSlots as zs, toHandlers as a0, onBeforeUnmount as Jo, markRaw as Y4, customRef as J4 } from "vue";
1
+ import { defineComponent as de, computed as U, resolveComponent as W, openBlock as v, createElementBlock as k, normalizeClass as B, renderSlot as $, normalizeProps as Lt, guardReactiveProps as Gn, createElementVNode as P, createCommentVNode as I, toDisplayString as Q, createVNode as A, Transition as gr, withCtx as re, ref as V, getCurrentInstance as ai, onMounted as Ke, onUnmounted as Xn, nextTick as Wn, unref as Sn, inject as er, cloneVNode as _4, h as Ot, Fragment as oe, provide as ni, watchEffect as rt, watch as Xe, getCurrentScope as z4, onScopeDispose as j4, useSlots as hd, reactive as to, onUpdated as Z4, createBlock as R, pushScopeId as pd, popScopeId as md, mergeProps as O, readonly as W4, resolveDirective as tr, renderList as Pe, withDirectives as st, Teleport as gd, toRef as U4, shallowRef as yd, isVNode as K4, Text as G4, createTextVNode as Qe, withModifiers as De, withKeys as _t, toHandlerKey as q4, normalizeStyle as Lg, vShow as cs, resolveDynamicComponent as le, createSlots as zs, toHandlers as a0, onBeforeUnmount as Jo, markRaw as Y4, customRef as J4 } from "vue";
2
2
  const Q4 = de({
3
3
  name: "QAccordion",
4
4
  props: {
@@ -89,8 +89,8 @@ function nb(t, e, n, r, i, o) {
89
89
  { "is-open": !!t.modelValue }
90
90
  ])
91
91
  }, [
92
- $(t.$slots, "toggle", Lt(gn({ onToggle: t.onToggle })), () => [
93
- I("div", {
92
+ $(t.$slots, "toggle", Lt(Gn({ onToggle: t.onToggle })), () => [
93
+ P("div", {
94
94
  class: B([
95
95
  "accordion-trigger",
96
96
  t.triggerClass,
@@ -98,8 +98,8 @@ function nb(t, e, n, r, i, o) {
98
98
  ]),
99
99
  onClick: e[0] || (e[0] = (...a) => t.onToggle && t.onToggle(...a))
100
100
  }, [
101
- t.isBubbleAccordion ? (v(), k("div", eb)) : P("", !0),
102
- I("div", {
101
+ t.isBubbleAccordion ? (v(), k("div", eb)) : I("", !0),
102
+ P("div", {
103
103
  class: B([
104
104
  "flex items-center",
105
105
  { "w-full": !t.isBubbleAccordion },
@@ -130,7 +130,7 @@ function nb(t, e, n, r, i, o) {
130
130
  ])
131
131
  }, null, 8, ["size", "class"])
132
132
  ], 2),
133
- t.isBubbleAccordion ? (v(), k("div", tb)) : P("", !0)
133
+ t.isBubbleAccordion ? (v(), k("div", tb)) : I("", !0)
134
134
  ], 2)
135
135
  ], !0),
136
136
  A(gr, { name: "slide-down" }, {
@@ -144,7 +144,7 @@ function nb(t, e, n, r, i, o) {
144
144
  ])
145
145
  }, [
146
146
  $(t.$slots, "content", {}, void 0, !0)
147
- ], 2)) : P("", !0)
147
+ ], 2)) : I("", !0)
148
148
  ]),
149
149
  _: 3
150
150
  })
@@ -194,14 +194,14 @@ function sb(t, e, n, r, i, o) {
194
194
  return v(), k("div", {
195
195
  class: B(["avatar flex justify-center items-center", [`avatar-${t.size}`, `bg-${t.bgColor}`]])
196
196
  }, [
197
- I("span", ib, Q(t.text), 1),
197
+ P("span", ib, Q(t.text), 1),
198
198
  t.src && t.validSrc ? (v(), k("img", {
199
199
  key: 0,
200
200
  class: "avatar-image",
201
201
  src: t.src,
202
202
  onLoad: e[0] || (e[0] = (...s) => t.onImageLoad && t.onImageLoad(...s)),
203
203
  onError: e[1] || (e[1] = (...s) => t.onImageError && t.onImageError(...s))
204
- }, null, 40, ob)) : P("", !0)
204
+ }, null, 40, ob)) : I("", !0)
205
205
  ], 2);
206
206
  }
207
207
  const Bj = /* @__PURE__ */ Ee(rb, [["render", sb], ["__scopeId", "data-v-ebde1d6f"]]), ab = de({
@@ -221,7 +221,7 @@ function ub(t, e, n, r, i, o) {
221
221
  class: B(["q-banner flex", "bg-" + t.backgroundColor, "text-" + t.textColor]),
222
222
  onClick: e[0] || (e[0] = (s) => t.$emit("bannerClick"))
223
223
  }, [
224
- I("p", lb, [
224
+ P("p", lb, [
225
225
  $(t.$slots, "default", {}, void 0, !0)
226
226
  ])
227
227
  ], 2);
@@ -413,14 +413,14 @@ class yb {
413
413
  for (let i of this.classes)
414
414
  new i(this, n).addBindings(r);
415
415
  for (let i in this.nativeRefs)
416
- Vn(
416
+ Bn(
417
417
  r,
418
418
  i,
419
419
  (o) => this.nativeRefs[i]({ ...this.state.shared, event: o, args: n })
420
420
  );
421
421
  return this.config.domTarget ? kb(this, r) : Ob(this, r);
422
422
  }), Vt(this, "clean", () => {
423
- const { eventOptions: n, domTarget: r } = this.config, i = Cn(r);
423
+ const { eventOptions: n, domTarget: r } = this.config, i = Sn(r);
424
424
  i && Ha(i, Hg(this.domListeners), n), Object.values(this.timeouts).forEach(clearTimeout), wb(this);
425
425
  }), Vt(this, "reset", () => {
426
426
  this.state = ju();
@@ -437,7 +437,7 @@ function wb(t) {
437
437
  const {
438
438
  config: { window: e, eventOptions: n },
439
439
  windowListeners: r
440
- } = t, i = Cn(e);
440
+ } = t, i = Sn(e);
441
441
  if (i) {
442
442
  for (let o in r) {
443
443
  const s = r[o];
@@ -447,15 +447,15 @@ function wb(t) {
447
447
  }
448
448
  }
449
449
  function Sb({ config: t, windowListeners: e }, n, r = t.eventOptions) {
450
- const i = Cn(t.window);
450
+ const i = Sn(t.window);
451
451
  i && (Ha(i, e[n], r), delete e[n]);
452
452
  }
453
453
  function Cb({ config: t, windowListeners: e }, n, r = [], i = t.eventOptions) {
454
- const o = Cn(t.window);
454
+ const o = Sn(t.window);
455
455
  o && (Ha(o, e[n], i), _g(o, e[n] = r, i));
456
456
  }
457
457
  function kb({ config: t, domListeners: e }, n) {
458
- const { eventOptions: r, domTarget: i } = t, o = Cn(i);
458
+ const { eventOptions: r, domTarget: i } = t, o = Sn(i);
459
459
  if (!o)
460
460
  throw new Error("domTarget must be defined");
461
461
  Ha(o, Hg(e), r);
@@ -476,7 +476,7 @@ function Ob({ config: t }, e) {
476
476
  function Hg(t = []) {
477
477
  return t.splice(0, t.length);
478
478
  }
479
- function Vn(t, e, n) {
479
+ function Bn(t, e, n) {
480
480
  t[e] || (t[e] = []), t[e].push(n);
481
481
  }
482
482
  function _g(t, e = [], n = {}) {
@@ -793,7 +793,7 @@ class Fb extends Rb {
793
793
  }), dt(this, "clean", () => {
794
794
  super.clean(), this.state._dragStarted = !1, this.releasePointerCapture(), Sb(this.controller, this.stateKey);
795
795
  }), dt(this, "onCancel", () => {
796
- this.state.canceled || (this.updateGestureState({ canceled: !0, _active: !1 }), this.updateSharedState({ buttons: 0 }), Un(this.fireGestureHandler));
796
+ this.state.canceled || (this.updateGestureState({ canceled: !0, _active: !1 }), this.updateSharedState({ buttons: 0 }), Wn(this.fireGestureHandler));
797
797
  }), dt(this, "onClick", (e) => {
798
798
  this.state._dragIsTap || e.stopPropagation();
799
799
  });
@@ -808,9 +808,9 @@ class Fb extends Rb {
808
808
  }), this.clearTimeout(), this.fireGestureHandler());
809
809
  }
810
810
  addBindings(e) {
811
- if (this.config.useTouch ? (Vn(e, "onTouchStart", this.onDragStart), Vn(e, "onTouchMove", this.onDragChange), Vn(e, "onTouchEnd", this.onDragEnd), Vn(e, "onTouchCancel", this.onDragEnd)) : (Vn(e, "onPointerDown", this.onDragStart), Vn(e, "onPointerMove", this.onDragChange), Vn(e, "onPointerUp", this.onDragEnd), Vn(e, "onPointerCancel", this.onDragEnd)), this.config.filterTaps) {
811
+ if (this.config.useTouch ? (Bn(e, "onTouchStart", this.onDragStart), Bn(e, "onTouchMove", this.onDragChange), Bn(e, "onTouchEnd", this.onDragEnd), Bn(e, "onTouchCancel", this.onDragEnd)) : (Bn(e, "onPointerDown", this.onDragStart), Bn(e, "onPointerMove", this.onDragChange), Bn(e, "onPointerUp", this.onDragEnd), Bn(e, "onPointerCancel", this.onDragEnd)), this.config.filterTaps) {
812
812
  const n = this.controller.config.eventOptions.capture ? "onClick" : "onClickCapture";
813
- Vn(e, n, this.onClick);
813
+ Bn(e, n, this.onClick);
814
814
  }
815
815
  }
816
816
  }
@@ -1336,8 +1336,8 @@ let Xg = Wg.RenderStrategy, y6 = de({ props: { as: { type: [Object, String], def
1336
1336
  j(q), y.value = !1;
1337
1337
  }, { immediate: !0 });
1338
1338
  }), ni(Sd, w), u6(U(() => js(m.value, { visible: ur.Open, hidden: ur.Closed }) | o.value)), () => {
1339
- let { appear: J, show: se, enter: q, enterFrom: ne, enterTo: fe, entered: be, leave: ct, leaveFrom: xt, leaveTo: vt, ...bt } = t, kn = { ref: c }, Gt = { ...bt, ...h.value && f.value && s6.isServer ? { class: B([n.class, bt.class, ...E, ...S]) } : {} };
1340
- return Ug({ theirProps: Gt, ourProps: kn, slot: {}, slots: r, attrs: n, features: Xg, visible: m.value === "visible", name: "TransitionChild" });
1339
+ let { appear: J, show: se, enter: q, enterFrom: ne, enterTo: fe, entered: be, leave: ct, leaveFrom: xt, leaveTo: vt, ...bt } = t, Cn = { ref: c }, Gt = { ...bt, ...h.value && f.value && s6.isServer ? { class: B([n.class, bt.class, ...E, ...S]) } : {} };
1340
+ return Ug({ theirProps: Gt, ourProps: Cn, slot: {}, slots: r, attrs: n, features: Xg, visible: m.value === "visible", name: "TransitionChild" });
1341
1341
  };
1342
1342
  } }), v6 = y6, e5 = de({ inheritAttrs: !1, props: { as: { type: [Object, String], default: "div" }, show: { type: [Boolean], default: null }, unmount: { type: [Boolean], default: !0 }, appear: { type: [Boolean], default: !1 }, enter: { type: [String], default: "" }, enterFrom: { type: [String], default: "" }, enterTo: { type: [String], default: "" }, entered: { type: [String], default: "" }, leave: { type: [String], default: "" }, leaveFrom: { type: [String], default: "" }, leaveTo: { type: [String], default: "" } }, emits: { beforeEnter: () => !0, afterEnter: () => !0, beforeLeave: () => !0, afterLeave: () => !0 }, setup(t, { emit: e, attrs: n, slots: r }) {
1343
1343
  let i = Jg(), o = U(() => t.show === null && i !== null ? (i.value & ur.Open) === ur.Open : t.show);
@@ -1361,7 +1361,7 @@ function Cd(t) {
1361
1361
  return z4() ? (j4(t), !0) : !1;
1362
1362
  }
1363
1363
  function ri(t) {
1364
- return typeof t == "function" ? t() : Cn(t);
1364
+ return typeof t == "function" ? t() : Sn(t);
1365
1365
  }
1366
1366
  const t5 = typeof window < "u" && typeof document < "u";
1367
1367
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
@@ -2227,7 +2227,7 @@ class Y8 {
2227
2227
  this.subscriptions.clear();
2228
2228
  }
2229
2229
  }
2230
- var J8 = Object.defineProperty, Q8 = (t, e, n) => e in t ? J8(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, Fn = (t, e, n) => (Q8(t, typeof e != "symbol" ? e + "" : e, n), n);
2230
+ var J8 = Object.defineProperty, Q8 = (t, e, n) => e in t ? J8(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, $n = (t, e, n) => (Q8(t, typeof e != "symbol" ? e + "" : e, n), n);
2231
2231
  function I1(t) {
2232
2232
  return !isNaN(parseFloat(t));
2233
2233
  }
@@ -2237,11 +2237,11 @@ class X8 {
2237
2237
  * @param config - Optional configuration options
2238
2238
  */
2239
2239
  constructor(e) {
2240
- Fn(this, "current"), Fn(this, "prev"), Fn(this, "timeDelta", 0), Fn(this, "lastUpdated", 0), Fn(this, "updateSubscribers", new Y8()), Fn(this, "stopAnimation"), Fn(this, "canTrackVelocity", !1), Fn(this, "updateAndNotify", (n) => {
2240
+ $n(this, "current"), $n(this, "prev"), $n(this, "timeDelta", 0), $n(this, "lastUpdated", 0), $n(this, "updateSubscribers", new Y8()), $n(this, "stopAnimation"), $n(this, "canTrackVelocity", !1), $n(this, "updateAndNotify", (n) => {
2241
2241
  this.prev = this.current, this.current = n;
2242
2242
  const { delta: r, timestamp: i } = a5();
2243
2243
  this.lastUpdated !== i && (this.timeDelta = r, this.lastUpdated = i), Yu.postRender(this.scheduleVelocityCheck), this.updateSubscribers.notify(this.current);
2244
- }), Fn(this, "scheduleVelocityCheck", () => Yu.postRender(this.velocityCheck)), Fn(this, "velocityCheck", ({ timestamp: n }) => {
2244
+ }), $n(this, "scheduleVelocityCheck", () => Yu.postRender(this.velocityCheck)), $n(this, "velocityCheck", ({ timestamp: n }) => {
2245
2245
  this.canTrackVelocity || (this.canTrackVelocity = I1(this.current)), n !== this.lastUpdated && (this.prev = this.current);
2246
2246
  }), this.prev = this.current = e, this.canTrackVelocity = I1(this.current);
2247
2247
  }
@@ -2595,7 +2595,7 @@ function Dd() {
2595
2595
  } };
2596
2596
  }
2597
2597
  function mw(t, e = {}, { motionValues: n, push: r, stop: i } = Dd()) {
2598
- const o = Cn(e), s = V(!1);
2598
+ const o = Sn(e), s = V(!1);
2599
2599
  Xe(
2600
2600
  n,
2601
2601
  (d) => {
@@ -2645,7 +2645,7 @@ function mw(t, e = {}, { motionValues: n, push: r, stop: i } = Dd()) {
2645
2645
  }
2646
2646
  const Rd = typeof window < "u", gw = () => Rd && window.onpointerdown === null, yw = () => Rd && window.ontouchstart === null, vw = () => Rd && window.onmousedown === null;
2647
2647
  function bw({ target: t, state: e, variants: n, apply: r }) {
2648
- const i = Cn(n), o = V(!1), s = V(!1), a = V(!1), l = U(() => {
2648
+ const i = Sn(n), o = V(!1), s = V(!1), a = V(!1), l = U(() => {
2649
2649
  let c = [];
2650
2650
  return i && (i.hovered && (c = [...c, ...Object.keys(i.hovered)]), i.tapped && (c = [...c, ...Object.keys(i.tapped)]), i.focused && (c = [...c, ...Object.keys(i.focused)])), c;
2651
2651
  }), u = U(() => {
@@ -2662,7 +2662,7 @@ function bw({ target: t, state: e, variants: n, apply: r }) {
2662
2662
  })), i.tapped && (vw() && (It(t, "mousedown", () => s.value = !0), It(t, "mouseup", () => s.value = !1)), gw() && (It(t, "pointerdown", () => s.value = !0), It(t, "pointerup", () => s.value = !1)), yw() && (It(t, "touchstart", () => s.value = !0), It(t, "touchend", () => s.value = !1))), i.focused && (It(t, "focus", () => a.value = !0), It(t, "blur", () => a.value = !1)), Xe(u, r);
2663
2663
  }
2664
2664
  function ww({ set: t, target: e, variants: n, variant: r }) {
2665
- const i = Cn(n);
2665
+ const i = Sn(n);
2666
2666
  Xe(
2667
2667
  () => e,
2668
2668
  () => {
@@ -2686,7 +2686,7 @@ function Sw({ state: t, apply: e }) {
2686
2686
  );
2687
2687
  }
2688
2688
  function Cw({ target: t, variants: e, variant: n }) {
2689
- const r = Cn(e);
2689
+ const r = Sn(e);
2690
2690
  r && (r.visible || r.visibleOnce) && P6(t, ([{ isIntersecting: i }]) => {
2691
2691
  r.visible ? i ? n.value = "visible" : n.value = "initial" : r.visibleOnce && (i && n.value !== "visibleOnce" ? n.value = "visibleOnce" : n.value || (n.value = "initial"));
2692
2692
  });
@@ -2898,7 +2898,7 @@ function $d(t, e) {
2898
2898
  };
2899
2899
  }
2900
2900
  function Nw(t = {}) {
2901
- const e = Cn(t), n = V();
2901
+ const e = Sn(t), n = V();
2902
2902
  return {
2903
2903
  state: U(() => {
2904
2904
  if (n.value)
@@ -3385,6 +3385,10 @@ const p9 = de({
3385
3385
  type: String,
3386
3386
  default: "white"
3387
3387
  },
3388
+ setNoScroll: {
3389
+ type: Boolean,
3390
+ default: !0
3391
+ },
3388
3392
  showCloseButton: {
3389
3393
  type: Boolean,
3390
3394
  default: !0
@@ -3421,7 +3425,7 @@ const p9 = de({
3421
3425
  }, y = () => {
3422
3426
  f.value = !0;
3423
3427
  }, b = async (S = { clickOutside: !1 }) => {
3424
- if (f.value = !1, await Un(), S.clickOutside) {
3428
+ if (f.value = !1, await Wn(), S.clickOutside) {
3425
3429
  f.value = !1;
3426
3430
  return;
3427
3431
  }
@@ -3457,15 +3461,15 @@ const p9 = de({
3457
3461
  if (a.value = a.value + M, o.value - a.value > o.value / 3 && S.direction[1] < 0) {
3458
3462
  y();
3459
3463
  return;
3460
- } else {
3464
+ } else if (S.direction[1] > 0) {
3461
3465
  b();
3462
3466
  return;
3463
3467
  }
3464
3468
  };
3465
3469
  return Xn(() => {
3466
- document.body.classList.remove("scroll-disabled"), document.documentElement.classList.remove("overscroll-none"), b();
3470
+ t.setNoScroll && (document.body.classList.remove("scroll-disabled"), document.documentElement.classList.remove("overscroll-none")), b();
3467
3471
  }), Ke(() => {
3468
- y(), document.body.classList.add("scroll-disabled"), document.documentElement.classList.add("overscroll-none"), window.addEventListener("resize", g);
3472
+ y(), t.setNoScroll && (document.body.classList.add("scroll-disabled"), document.documentElement.classList.add("overscroll-none")), window.addEventListener("resize", g);
3469
3473
  }), Zg(C, {
3470
3474
  // domTarget: sheetRef,
3471
3475
  domTarget: i,
@@ -3492,26 +3496,26 @@ const p9 = de({
3492
3496
  handleDragEnd: E
3493
3497
  };
3494
3498
  }
3495
- }), m9 = (t) => (pd("data-v-a61e1425"), t = t(), md(), t), g9 = ["value"], y9 = {
3499
+ }), m9 = (t) => (pd("data-v-daa54115"), t = t(), md(), t), g9 = ["value"], y9 = {
3496
3500
  key: 0,
3497
3501
  class: "cursor-pointer pb-2.5"
3498
- }, v9 = /* @__PURE__ */ m9(() => /* @__PURE__ */ I("div", { class: "bg-gray-20 h-1 w-11 rounded cursor-pointer mx-auto z-[201]" }, null, -1)), b9 = [
3502
+ }, v9 = /* @__PURE__ */ m9(() => /* @__PURE__ */ P("div", { class: "bg-gray-20 h-1 w-11 rounded cursor-pointer mx-auto z-[201]" }, null, -1)), b9 = [
3499
3503
  v9
3500
- ], w9 = { class: "flex items-center h-12" }, S9 = { class: "w-10" }, C9 = { class: "text-center text-base leading-normal grow font-semibold text-inkwell-40" }, k9 = { class: "w-10 text-right" };
3504
+ ], w9 = { class: "flex items-center h-6" }, S9 = { class: "w-10" }, C9 = { class: "text-center text-base leading-normal grow font-semibold text-inkwell-40" }, k9 = { class: "w-10 text-right" };
3501
3505
  function O9(t, e, n, r, i, o) {
3502
3506
  const s = W("q-icon");
3503
3507
  return v(), k("div", {
3504
3508
  class: "sheet-container",
3505
3509
  value: t.modelValue
3506
3510
  }, [
3507
- I("div", {
3511
+ P("div", {
3508
3512
  class: B([
3509
3513
  "sheet-overlay",
3510
3514
  { "cursor-pointer": t.allowOnClickOutside }
3511
3515
  ]),
3512
3516
  onClick: e[0] || (e[0] = (...a) => t.onClickOutside && t.onClickOutside(...a))
3513
3517
  }, null, 2),
3514
- I("div", {
3518
+ P("div", {
3515
3519
  ref: "sheetRef",
3516
3520
  class: B(["sheet flex flex-col", [
3517
3521
  { "card-draggable": t.allowDrag },
@@ -3519,14 +3523,14 @@ function O9(t, e, n, r, i, o) {
3519
3523
  t.topPosition
3520
3524
  ]])
3521
3525
  }, [
3522
- I("div", {
3526
+ P("div", {
3523
3527
  class: B(["sheet-header", t.headerClass]),
3524
3528
  ref: "headerRef"
3525
3529
  }, [
3526
- t.allowDrag ? (v(), k("div", y9, b9)) : P("", !0),
3527
- I("div", w9, [
3528
- I("div", S9, [
3529
- $(t.$slots, "backAction", Lt(gn({ onClose: t.onClose })), () => [
3530
+ t.allowDrag ? (v(), k("div", y9, b9)) : I("", !0),
3531
+ P("div", w9, [
3532
+ P("div", S9, [
3533
+ $(t.$slots, "backAction", Lt(Gn({ onClose: t.onClose })), () => [
3530
3534
  t.showCloseButton ? (v(), R(s, {
3531
3535
  key: 0,
3532
3536
  icon: "close",
@@ -3534,18 +3538,18 @@ function O9(t, e, n, r, i, o) {
3534
3538
  size: "md",
3535
3539
  class: "cursor-pointer shrink",
3536
3540
  onClick: t.onClose
3537
- }, null, 8, ["onClick"])) : P("", !0)
3541
+ }, null, 8, ["onClick"])) : I("", !0)
3538
3542
  ], !0)
3539
3543
  ]),
3540
- I("h5", C9, [
3544
+ P("h5", C9, [
3541
3545
  $(t.$slots, "header", {}, void 0, !0)
3542
3546
  ]),
3543
- I("div", k9, [
3547
+ P("div", k9, [
3544
3548
  $(t.$slots, "headerAction", {}, void 0, !0)
3545
3549
  ])
3546
3550
  ])
3547
3551
  ], 2),
3548
- I("div", {
3552
+ P("div", {
3549
3553
  class: B(["sheet-body grow", [
3550
3554
  t.isDragging ? "overflow-y-hidden" : "overflow-y-auto",
3551
3555
  t.contentClass
@@ -3556,7 +3560,7 @@ function O9(t, e, n, r, i, o) {
3556
3560
  ], 2)
3557
3561
  ], 8, g9);
3558
3562
  }
3559
- const _j = /* @__PURE__ */ Ee(p9, [["render", O9], ["__scopeId", "data-v-a61e1425"]]), fo = "button-", T9 = de({
3563
+ const _j = /* @__PURE__ */ Ee(p9, [["render", O9], ["__scopeId", "data-v-daa54115"]]), fo = "button-", T9 = de({
3560
3564
  name: "QButton",
3561
3565
  props: {
3562
3566
  /** Determines the size (height) of the button */
@@ -3634,7 +3638,7 @@ const _j = /* @__PURE__ */ Ee(p9, [["render", O9], ["__scopeId", "data-v-a61e142
3634
3638
  width: "20",
3635
3639
  height: "20",
3636
3640
  viewBox: "0 0 24 24"
3637
- }, x9 = /* @__PURE__ */ E9(() => /* @__PURE__ */ I("path", { d: "M2 12a1 1 0 0 1 2 0 8 8 0 1 0 8-8 1 1 0 0 1 0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12z" }, null, -1)), A9 = [
3641
+ }, x9 = /* @__PURE__ */ E9(() => /* @__PURE__ */ P("path", { d: "M2 12a1 1 0 0 1 2 0 8 8 0 1 0 8-8 1 1 0 0 1 0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12z" }, null, -1)), A9 = [
3638
3642
  x9
3639
3643
  ], I9 = {
3640
3644
  key: 1,
@@ -4960,7 +4964,7 @@ function fS(t, e) {
4960
4964
  }
4961
4965
  function hS(t) {
4962
4966
  var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
4963
- ai() ? Ke(t) : e ? t() : Un(t);
4967
+ ai() ? Ke(t) : e ? t() : Wn(t);
4964
4968
  }
4965
4969
  var pS = 0;
4966
4970
  function W5(t) {
@@ -6206,7 +6210,7 @@ function oC(t, e, n, r, i, o) {
6206
6210
  index: l,
6207
6211
  class: B(t.cx("label"))
6208
6212
  }, function() {
6209
- return [I("span", O({
6213
+ return [P("span", O({
6210
6214
  class: t.cx("label")
6211
6215
  }, o.getPTOptions(a, "label")), Q(o.getOptionLabel(a)), 17)];
6212
6216
  })], 16, iC)), [[s]]);
@@ -6280,14 +6284,14 @@ function cC(t, e, n, r, i, o) {
6280
6284
  disabled: t.disabled
6281
6285
  }, {
6282
6286
  option: re(({ option: l }) => [
6283
- I("div", lC, [
6287
+ P("div", lC, [
6284
6288
  l.icon ? (v(), R(s, {
6285
6289
  key: 0,
6286
6290
  icon: l.icon,
6287
6291
  class: "mr-2",
6288
6292
  size: "sm"
6289
- }, null, 8, ["icon"])) : P("", !0),
6290
- I("span", uC, Q(l.label || l), 1)
6293
+ }, null, 8, ["icon"])) : I("", !0),
6294
+ P("span", uC, Q(l.label || l), 1)
6291
6295
  ])
6292
6296
  ]),
6293
6297
  _: 1
@@ -6365,9 +6369,9 @@ function pC(t, e, n, r, i, o) {
6365
6369
  width: t.width,
6366
6370
  height: t.height
6367
6371
  }, [
6368
- I("use", Lt(gn({ href: t.iconPath })), null, 16)
6372
+ P("use", Lt(Gn({ href: t.iconPath })), null, 16)
6369
6373
  ], 10, hC))
6370
- ], 2)) : P("", !0);
6374
+ ], 2)) : I("", !0);
6371
6375
  }
6372
6376
  const J5 = /* @__PURE__ */ Ee(fC, [["render", pC], ["__scopeId", "data-v-67133468"]]), mC = de({
6373
6377
  name: "QCheckbox",
@@ -6475,7 +6479,7 @@ const J5 = /* @__PURE__ */ Ee(fC, [["render", pC], ["__scopeId", "data-v-6713346
6475
6479
  function bC(t, e, n, r, i, o) {
6476
6480
  const s = W("q-icon");
6477
6481
  return v(), k("div", gC, [
6478
- I("label", {
6482
+ P("label", {
6479
6483
  class: B([
6480
6484
  "checkbox",
6481
6485
  "flex",
@@ -6484,7 +6488,7 @@ function bC(t, e, n, r, i, o) {
6484
6488
  { toggle: t.toggle }
6485
6489
  ])
6486
6490
  }, [
6487
- I("input", {
6491
+ P("input", {
6488
6492
  id: t.id,
6489
6493
  value: t.value,
6490
6494
  checked: t.isChecked,
@@ -6495,7 +6499,7 @@ function bC(t, e, n, r, i, o) {
6495
6499
  type: "checkbox",
6496
6500
  onChange: e[0] || (e[0] = (...a) => t.handleChange && t.handleChange(...a))
6497
6501
  }, null, 42, yC),
6498
- I("span", {
6502
+ P("span", {
6499
6503
  class: B([
6500
6504
  "checkbox-display flex flex-shrink-0",
6501
6505
  "items-center justify-center",
@@ -6509,9 +6513,9 @@ function bC(t, e, n, r, i, o) {
6509
6513
  size: "sm",
6510
6514
  color: "white",
6511
6515
  type: "fill"
6512
- }, null, 8, ["icon"])) : P("", !0)
6516
+ }, null, 8, ["icon"])) : I("", !0)
6513
6517
  ], 2),
6514
- t.label ? (v(), k("span", vC, Q(t.label), 1)) : P("", !0)
6518
+ t.label ? (v(), k("span", vC, Q(t.label), 1)) : I("", !0)
6515
6519
  ], 2)
6516
6520
  ]);
6517
6521
  }
@@ -6547,19 +6551,19 @@ class Ar extends no {
6547
6551
  super("Zone is an abstract class");
6548
6552
  }
6549
6553
  }
6550
- const G = "numeric", Rn = "short", en = "long", J0 = {
6554
+ const G = "numeric", Dn = "short", en = "long", J0 = {
6551
6555
  year: G,
6552
6556
  month: G,
6553
6557
  day: G
6554
6558
  }, X5 = {
6555
6559
  year: G,
6556
- month: Rn,
6560
+ month: Dn,
6557
6561
  day: G
6558
6562
  }, kC = {
6559
6563
  year: G,
6560
- month: Rn,
6564
+ month: Dn,
6561
6565
  day: G,
6562
- weekday: Rn
6566
+ weekday: Dn
6563
6567
  }, e3 = {
6564
6568
  year: G,
6565
6569
  month: en,
@@ -6580,7 +6584,7 @@ const G = "numeric", Rn = "short", en = "long", J0 = {
6580
6584
  hour: G,
6581
6585
  minute: G,
6582
6586
  second: G,
6583
- timeZoneName: Rn
6587
+ timeZoneName: Dn
6584
6588
  }, o3 = {
6585
6589
  hour: G,
6586
6590
  minute: G,
@@ -6600,7 +6604,7 @@ const G = "numeric", Rn = "short", en = "long", J0 = {
6600
6604
  minute: G,
6601
6605
  second: G,
6602
6606
  hourCycle: "h23",
6603
- timeZoneName: Rn
6607
+ timeZoneName: Dn
6604
6608
  }, u3 = {
6605
6609
  hour: G,
6606
6610
  minute: G,
@@ -6622,22 +6626,22 @@ const G = "numeric", Rn = "short", en = "long", J0 = {
6622
6626
  second: G
6623
6627
  }, f3 = {
6624
6628
  year: G,
6625
- month: Rn,
6629
+ month: Dn,
6626
6630
  day: G,
6627
6631
  hour: G,
6628
6632
  minute: G
6629
6633
  }, h3 = {
6630
6634
  year: G,
6631
- month: Rn,
6635
+ month: Dn,
6632
6636
  day: G,
6633
6637
  hour: G,
6634
6638
  minute: G,
6635
6639
  second: G
6636
6640
  }, OC = {
6637
6641
  year: G,
6638
- month: Rn,
6642
+ month: Dn,
6639
6643
  day: G,
6640
- weekday: Rn,
6644
+ weekday: Dn,
6641
6645
  hour: G,
6642
6646
  minute: G
6643
6647
  }, p3 = {
@@ -6646,7 +6650,7 @@ const G = "numeric", Rn = "short", en = "long", J0 = {
6646
6650
  day: G,
6647
6651
  hour: G,
6648
6652
  minute: G,
6649
- timeZoneName: Rn
6653
+ timeZoneName: Dn
6650
6654
  }, m3 = {
6651
6655
  year: G,
6652
6656
  month: en,
@@ -6654,7 +6658,7 @@ const G = "numeric", Rn = "short", en = "long", J0 = {
6654
6658
  hour: G,
6655
6659
  minute: G,
6656
6660
  second: G,
6657
- timeZoneName: Rn
6661
+ timeZoneName: Dn
6658
6662
  }, g3 = {
6659
6663
  year: G,
6660
6664
  month: en,
@@ -7456,7 +7460,7 @@ class Ue {
7456
7460
  xe.resetCache(), yr.resetCache();
7457
7461
  }
7458
7462
  }
7459
- class Pn {
7463
+ class In {
7460
7464
  constructor(e, n) {
7461
7465
  this.reason = e, this.explanation = n;
7462
7466
  }
@@ -7466,7 +7470,7 @@ class Pn {
7466
7470
  }
7467
7471
  const v3 = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], b3 = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335];
7468
7472
  function hn(t, e) {
7469
- return new Pn(
7473
+ return new In(
7470
7474
  "unit out of range",
7471
7475
  `you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`
7472
7476
  );
@@ -8504,7 +8508,7 @@ class Ce {
8504
8508
  static invalid(e, n = null) {
8505
8509
  if (!e)
8506
8510
  throw new jt("need to specify a reason the Duration is invalid");
8507
- const r = e instanceof Pn ? e : new Pn(e, n);
8511
+ const r = e instanceof In ? e : new In(e, n);
8508
8512
  if (Ue.throwOnInvalid)
8509
8513
  throw new CC(r);
8510
8514
  return new Ce({ invalid: r });
@@ -8999,7 +9003,7 @@ class Ze {
8999
9003
  static invalid(e, n = null) {
9000
9004
  if (!e)
9001
9005
  throw new jt("need to specify a reason the Interval is invalid");
9002
- const r = e instanceof Pn ? e : new Pn(e, n);
9006
+ const r = e instanceof In ? e : new In(e, n);
9003
9007
  if (Ue.throwOnInvalid)
9004
9008
  throw new SC(r);
9005
9009
  return new Ze({ invalid: r });
@@ -9700,7 +9704,7 @@ function eO(t) {
9700
9704
  } else
9701
9705
  return e;
9702
9706
  }
9703
- function Mn({ numberingSystem: t }, e = "") {
9707
+ function En({ numberingSystem: t }, e = "") {
9704
9708
  return new RegExp(`${Ud[t || "latn"]}${e}`);
9705
9709
  }
9706
9710
  const tO = "missing Intl.DateTimeFormat.formatToParts support";
@@ -9714,7 +9718,7 @@ function rO(t) {
9714
9718
  function vh(t) {
9715
9719
  return t.replace(/\./g, "").replace(Z3, " ").toLowerCase();
9716
9720
  }
9717
- function xn(t, e) {
9721
+ function Mn(t, e) {
9718
9722
  return t === null ? null : {
9719
9723
  regex: RegExp(t.map(rO).join("|")),
9720
9724
  deser: ([n]) => t.findIndex((r) => vh(n) === vh(r)) + e
@@ -9730,14 +9734,14 @@ function iO(t) {
9730
9734
  return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&");
9731
9735
  }
9732
9736
  function oO(t, e) {
9733
- const n = Mn(e), r = Mn(e, "{2}"), i = Mn(e, "{3}"), o = Mn(e, "{4}"), s = Mn(e, "{6}"), a = Mn(e, "{1,2}"), l = Mn(e, "{1,3}"), u = Mn(e, "{1,6}"), c = Mn(e, "{1,9}"), d = Mn(e, "{2,4}"), f = Mn(e, "{4,6}"), h = (m) => ({ regex: RegExp(iO(m.val)), deser: ([y]) => y, literal: !0 }), g = ((m) => {
9737
+ const n = En(e), r = En(e, "{2}"), i = En(e, "{3}"), o = En(e, "{4}"), s = En(e, "{6}"), a = En(e, "{1,2}"), l = En(e, "{1,3}"), u = En(e, "{1,6}"), c = En(e, "{1,9}"), d = En(e, "{2,4}"), f = En(e, "{4,6}"), h = (m) => ({ regex: RegExp(iO(m.val)), deser: ([y]) => y, literal: !0 }), g = ((m) => {
9734
9738
  if (t.literal)
9735
9739
  return h(m);
9736
9740
  switch (m.val) {
9737
9741
  case "G":
9738
- return xn(e.eras("short"), 0);
9742
+ return Mn(e.eras("short"), 0);
9739
9743
  case "GG":
9740
- return xn(e.eras("long"), 0);
9744
+ return Mn(e.eras("long"), 0);
9741
9745
  case "y":
9742
9746
  return Oe(u);
9743
9747
  case "yy":
@@ -9753,17 +9757,17 @@ function oO(t, e) {
9753
9757
  case "MM":
9754
9758
  return Oe(r);
9755
9759
  case "MMM":
9756
- return xn(e.months("short", !0), 1);
9760
+ return Mn(e.months("short", !0), 1);
9757
9761
  case "MMMM":
9758
- return xn(e.months("long", !0), 1);
9762
+ return Mn(e.months("long", !0), 1);
9759
9763
  case "L":
9760
9764
  return Oe(a);
9761
9765
  case "LL":
9762
9766
  return Oe(r);
9763
9767
  case "LLL":
9764
- return xn(e.months("short", !1), 1);
9768
+ return Mn(e.months("short", !1), 1);
9765
9769
  case "LLLL":
9766
- return xn(e.months("long", !1), 1);
9770
+ return Mn(e.months("long", !1), 1);
9767
9771
  case "d":
9768
9772
  return Oe(a);
9769
9773
  case "dd":
@@ -9803,7 +9807,7 @@ function oO(t, e) {
9803
9807
  case "uuu":
9804
9808
  return Oe(n);
9805
9809
  case "a":
9806
- return xn(e.meridiems(), 0);
9810
+ return Mn(e.meridiems(), 0);
9807
9811
  case "kkkk":
9808
9812
  return Oe(o);
9809
9813
  case "kk":
@@ -9816,13 +9820,13 @@ function oO(t, e) {
9816
9820
  case "c":
9817
9821
  return Oe(n);
9818
9822
  case "EEE":
9819
- return xn(e.weekdays("short", !1), 1);
9823
+ return Mn(e.weekdays("short", !1), 1);
9820
9824
  case "EEEE":
9821
- return xn(e.weekdays("long", !1), 1);
9825
+ return Mn(e.weekdays("long", !1), 1);
9822
9826
  case "ccc":
9823
- return xn(e.weekdays("short", !0), 1);
9827
+ return Mn(e.weekdays("short", !0), 1);
9824
9828
  case "cccc":
9825
- return xn(e.weekdays("long", !0), 1);
9829
+ return Mn(e.weekdays("long", !0), 1);
9826
9830
  case "Z":
9827
9831
  case "ZZ":
9828
9832
  return bh(new RegExp(`([+-]${a.source})(?::(${r.source}))?`), 2);
@@ -9996,7 +10000,7 @@ function K3(t, e) {
9996
10000
  }
9997
10001
  const tu = "Invalid DateTime", wh = 864e13;
9998
10002
  function y0(t) {
9999
- return new Pn("unsupported zone", `the zone "${t.name}" is not supported`);
10003
+ return new In("unsupported zone", `the zone "${t.name}" is not supported`);
10000
10004
  }
10001
10005
  function nu(t) {
10002
10006
  return t.weekData === null && (t.weekData = Q0(t.c)), t.weekData;
@@ -10075,7 +10079,7 @@ function hs(t, e, n, r, i, o) {
10075
10079
  return s ? u : u.setZone(a);
10076
10080
  } else
10077
10081
  return _e.invalid(
10078
- new Pn("unparsable", `the input "${i}" can't be parsed as ${r}`)
10082
+ new In("unparsable", `the input "${i}" can't be parsed as ${r}`)
10079
10083
  );
10080
10084
  }
10081
10085
  function b0(t, e, n = !0) {
@@ -10205,7 +10209,7 @@ let _e = class je {
10205
10209
  */
10206
10210
  constructor(e) {
10207
10211
  const n = e.zone || Ue.defaultZone;
10208
- let r = e.invalid || (Number.isNaN(e.ts) ? new Pn("invalid input") : null) || (n.isValid ? null : y0(n));
10212
+ let r = e.invalid || (Number.isNaN(e.ts) ? new In("invalid input") : null) || (n.isValid ? null : y0(n));
10209
10213
  this.ts = ue(e.ts) ? Ue.now() : e.ts;
10210
10214
  let i = null, o = null;
10211
10215
  if (!r)
@@ -10213,7 +10217,7 @@ let _e = class je {
10213
10217
  [i, o] = [e.old.c, e.old.o];
10214
10218
  else {
10215
10219
  const a = n.offset(this.ts);
10216
- i = v0(this.ts, a), r = Number.isNaN(i.year) ? new Pn("invalid input") : null, i = r ? null : i, o = r ? null : a;
10220
+ i = v0(this.ts, a), r = Number.isNaN(i.year) ? new In("invalid input") : null, i = r ? null : i, o = r ? null : a;
10217
10221
  }
10218
10222
  this._zone = n, this.loc = e.loc || xe.create(), this.invalid = r, this.weekData = null, this.localWeekData = null, this.c = i, this.o = o, this.isLuxonDateTime = !0;
10219
10223
  }
@@ -10524,7 +10528,7 @@ let _e = class je {
10524
10528
  static invalid(e, n = null) {
10525
10529
  if (!e)
10526
10530
  throw new jt("need to specify a reason the DateTime is invalid");
10527
- const r = e instanceof Pn ? e : new Pn(e, n);
10531
+ const r = e instanceof In ? e : new In(e, n);
10528
10532
  if (Ue.throwOnInvalid)
10529
10533
  throw new wC(r);
10530
10534
  return new je({ invalid: r });
@@ -11745,15 +11749,15 @@ const bO = {
11745
11749
  function EO(t, e, n, r, i, o) {
11746
11750
  const s = W("q-avatar"), a = W("q-icon");
11747
11751
  return v(), k("div", SO, [
11748
- I("div", CO, [
11752
+ P("div", CO, [
11749
11753
  t.user.profileImg ? (v(), R(s, {
11750
11754
  key: 0,
11751
11755
  src: t.user.profileImg,
11752
11756
  class: "mr-4"
11753
- }, null, 8, ["src"])) : P("", !0),
11754
- I("div", kO, [
11755
- I("span", OO, Q(t.displayName) + ". ", 1),
11756
- I("span", TO, Q(t.formatDate), 1)
11757
+ }, null, 8, ["src"])) : I("", !0),
11758
+ P("div", kO, [
11759
+ P("span", OO, Q(t.displayName) + ". ", 1),
11760
+ P("span", TO, Q(t.formatDate), 1)
11757
11761
  ]),
11758
11762
  t.hasAction ? (v(), R(a, {
11759
11763
  key: 1,
@@ -11761,12 +11765,12 @@ function EO(t, e, n, r, i, o) {
11761
11765
  type: "fill",
11762
11766
  class: "shrink-0 cursor-pointer",
11763
11767
  color: "gray-40"
11764
- })) : P("", !0)
11768
+ })) : I("", !0)
11765
11769
  ]),
11766
- I("div", {
11770
+ P("div", {
11767
11771
  class: B(["leading-normal", { "ml-12": t.user.profileImg }])
11768
11772
  }, [
11769
- I("p", null, Q(t.message), 1)
11773
+ P("p", null, Q(t.message), 1)
11770
11774
  ], 2)
11771
11775
  ]);
11772
11776
  }
@@ -11798,8 +11802,8 @@ function LO(t, e, n, r, i, o) {
11798
11802
  t.comments && t.comments.length ? (v(), k("div", IO, [
11799
11803
  (v(!0), k(oe, null, Pe(t.comments, (a, l) => (v(), R(s, O({ key: l }, a), null, 16))), 128))
11800
11804
  ])) : (v(), k("div", PO, [
11801
- I("h4", DO, Q(t.$t("HC_NO_COMMENTS_YET")), 1),
11802
- I("p", RO, Q(t.$t("HC_START_THE_CONVERSATION")), 1)
11805
+ P("h4", DO, Q(t.$t("HC_NO_COMMENTS_YET")), 1),
11806
+ P("p", RO, Q(t.$t("HC_START_THE_CONVERSATION")), 1)
11803
11807
  ])),
11804
11808
  $(t.$slots, "default", {}, void 0, !0)
11805
11809
  ]);
@@ -11837,7 +11841,7 @@ function BO(t, e, n, r, i, o) {
11837
11841
  class: "cursor-pointer mr-1",
11838
11842
  onClick: e[0] || (e[0] = (a) => t.updateCount(-1))
11839
11843
  }),
11840
- I("span", FO, Q(t.modelValue), 1),
11844
+ P("span", FO, Q(t.modelValue), 1),
11841
11845
  A(s, {
11842
11846
  icon: "circle-plus",
11843
11847
  type: "outline",
@@ -12281,7 +12285,7 @@ var cT = Object.defineProperty, dT = Object.defineProperties, fT = Object.getOwn
12281
12285
  for (var n of tl(e))
12282
12286
  ly.call(e, n) && Dh(t, n, e[n]);
12283
12287
  return t;
12284
- }, bn = (t, e) => dT(t, fT(e)), hT = (t, e) => {
12288
+ }, vn = (t, e) => dT(t, fT(e)), hT = (t, e) => {
12285
12289
  var n = {};
12286
12290
  for (var r in t)
12287
12291
  ay.call(t, r) && e.indexOf(r) < 0 && (n[r] = t[r]);
@@ -12336,7 +12340,7 @@ function cy(t, e) {
12336
12340
  return Kr(e) && Object.keys(e).forEach((r) => {
12337
12341
  let i = e[r];
12338
12342
  const o = t[r];
12339
- Kr(i) && Kr(o) && (i = cy(o, i)), n = bn(it({}, n), { [r]: i });
12343
+ Kr(i) && Kr(o) && (i = cy(o, i)), n = vn(it({}, n), { [r]: i });
12340
12344
  }), n;
12341
12345
  }
12342
12346
  function ou(t) {
@@ -12495,7 +12499,7 @@ const xT = {
12495
12499
  viewBox: "0 0 1024 1024",
12496
12500
  width: "1em",
12497
12501
  height: "1em"
12498
- }, AT = /* @__PURE__ */ I("path", { d: "M940.218 107.055H730.764v-60.51H665.6v60.51H363.055v-60.51H297.89v60.51H83.78c-18.617 0-32.581 13.963-32.581 32.581v805.237c0 18.618 13.964 32.582 32.582 32.582h861.09c18.619 0 32.583-13.964 32.583-32.582V139.636c-4.655-18.618-18.619-32.581-37.237-32.581zm-642.327 65.163v60.51h65.164v-60.51h307.2v60.51h65.163v-60.51h176.873v204.8H116.364v-204.8H297.89zM116.364 912.291V442.18H912.29v470.11H116.364z" }, null, -1), IT = [
12502
+ }, AT = /* @__PURE__ */ P("path", { d: "M940.218 107.055H730.764v-60.51H665.6v60.51H363.055v-60.51H297.89v60.51H83.78c-18.617 0-32.581 13.963-32.581 32.581v805.237c0 18.618 13.964 32.582 32.582 32.582h861.09c18.619 0 32.583-13.964 32.583-32.582V139.636c-4.655-18.618-18.619-32.581-37.237-32.581zm-642.327 65.163v60.51h65.164v-60.51h307.2v60.51h65.163v-60.51h176.873v204.8H116.364v-204.8H297.89zM116.364 912.291V442.18H912.29v470.11H116.364z" }, null, -1), IT = [
12499
12503
  AT
12500
12504
  ];
12501
12505
  function py(t, e) {
@@ -12506,7 +12510,7 @@ const PT = {
12506
12510
  viewBox: "0 0 1024 1024",
12507
12511
  width: "1em",
12508
12512
  height: "1em"
12509
- }, DT = /* @__PURE__ */ I("path", { d: "M810.005 274.005 572.011 512l237.994 237.995-60.01 60.01L512 572.011 274.005 810.005l-60.01-60.01L451.989 512 213.995 274.005l60.01-60.01L512 451.989l237.995-237.994z" }, null, -1), RT = [
12513
+ }, DT = /* @__PURE__ */ P("path", { d: "M810.005 274.005 572.011 512l237.994 237.995-60.01 60.01L512 572.011 274.005 810.005l-60.01-60.01L451.989 512 213.995 274.005l60.01-60.01L512 451.989l237.995-237.994z" }, null, -1), RT = [
12510
12514
  DT
12511
12515
  ];
12512
12516
  function LT(t, e) {
@@ -12517,10 +12521,10 @@ const NT = {
12517
12521
  viewBox: "0 0 24 24",
12518
12522
  width: "1em",
12519
12523
  height: "1em"
12520
- }, $T = /* @__PURE__ */ I("path", {
12524
+ }, $T = /* @__PURE__ */ P("path", {
12521
12525
  d: "M0 0h24v24H0z",
12522
12526
  fill: "none"
12523
- }, null, -1), FT = /* @__PURE__ */ I("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" }, null, -1), BT = /* @__PURE__ */ I("path", { d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z" }, null, -1), VT = [
12527
+ }, null, -1), FT = /* @__PURE__ */ P("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" }, null, -1), BT = /* @__PURE__ */ P("path", { d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z" }, null, -1), VT = [
12524
12528
  $T,
12525
12529
  FT,
12526
12530
  BT
@@ -12633,7 +12637,7 @@ function WT(t, {
12633
12637
  };
12634
12638
  return () => {
12635
12639
  var h, p, g;
12636
- const m = !n.disabled && n.clearable && l.value, y = bn(it({
12640
+ const m = !n.disabled && n.clearable && l.value, y = vn(it({
12637
12641
  name: "date",
12638
12642
  type: "text",
12639
12643
  autocomplete: "off",
@@ -12781,7 +12785,7 @@ function GT(t, {
12781
12785
  [`${M}-datepicker-range`]: z,
12782
12786
  disabled: F
12783
12787
  }
12784
- }, [A(KT, bn(it({}, pr(r, tf)), {
12788
+ }, [A(KT, vn(it({}, pr(r, tf)), {
12785
12789
  value: g.value,
12786
12790
  formatDate: d,
12787
12791
  parseDate: f,
@@ -12813,7 +12817,7 @@ function S0(t) {
12813
12817
  "value"
12814
12818
  ]);
12815
12819
  const i = Bt();
12816
- return A("button", bn(it({}, r), {
12820
+ return A("button", vn(it({}, r), {
12817
12821
  type: "button",
12818
12822
  class: `${i}-btn ${i}-btn-text ${i}-btn-icon-${n}`
12819
12823
  }), [A("i", {
@@ -13159,7 +13163,7 @@ function nE(t) {
13159
13163
  };
13160
13164
  return () => {
13161
13165
  const m = a.value.map((y, b) => {
13162
- const C = bn(it({}, e), {
13166
+ const C = vn(it({}, e), {
13163
13167
  calendar: y,
13164
13168
  value: i.value,
13165
13169
  defaultValue: r.value[b],
@@ -13493,12 +13497,12 @@ function uE(t) {
13493
13497
  const u = Array.isArray(e.defaultValue) ? e.defaultValue : [e.defaultValue, e.defaultValue];
13494
13498
  return A("div", {
13495
13499
  class: `${n}-time-range`
13496
- }, [A(ta, bn(it({}, e), {
13500
+ }, [A(ta, vn(it({}, e), {
13497
13501
  "onUpdate:value": o,
13498
13502
  value: r.value[0],
13499
13503
  defaultValue: u[0],
13500
13504
  disabledTime: a
13501
- }), null), A(ta, bn(it({}, e), {
13505
+ }), null), A(ta, vn(it({}, e), {
13502
13506
  "onUpdate:value": s,
13503
13507
  value: r.value[1],
13504
13508
  defaultValue: u[1],
@@ -13541,12 +13545,12 @@ function cE(t) {
13541
13545
  (u = e["onUpdate:value"]) == null || u.call(e, c, l);
13542
13546
  };
13543
13547
  return () => {
13544
- const a = Bt(), l = bn(it({}, pr(e, h2)), {
13548
+ const a = Bt(), l = vn(it({}, pr(e, h2)), {
13545
13549
  multiple: !1,
13546
13550
  type: "date",
13547
13551
  value: n.value,
13548
13552
  "onUpdate:value": s
13549
- }), u = bn(it({}, pr(e, m2)), {
13553
+ }), u = vn(it({}, pr(e, m2)), {
13550
13554
  showTimeHeader: !0,
13551
13555
  value: n.value,
13552
13556
  "onUpdate:value": e["onUpdate:value"],
@@ -13586,11 +13590,11 @@ function fE(t) {
13586
13590
  (u = e["onUpdate:value"]) == null || u.call(e, d, l);
13587
13591
  };
13588
13592
  return () => {
13589
- const a = Bt(), l = bn(it({}, pr(e, rf)), {
13593
+ const a = Bt(), l = vn(it({}, pr(e, rf)), {
13590
13594
  type: "date",
13591
13595
  value: n.value,
13592
13596
  "onUpdate:value": s
13593
- }), u = bn(it({}, pr(e, sf)), {
13597
+ }), u = vn(it({}, pr(e, sf)), {
13594
13598
  showTimeHeader: !0,
13595
13599
  value: n.value,
13596
13600
  "onUpdate:value": e["onUpdate:value"],
@@ -13614,7 +13618,7 @@ const pE = ci()(["range", "open", "appendToBody", "clearable", "confirm", "disab
13614
13618
  function Sy(t, {
13615
13619
  slots: e
13616
13620
  }) {
13617
- const n = t.type || "date", r = t.format || Bh[n] || Bh.date, i = bn(it({}, OT(t, pE)), {
13621
+ const n = t.type || "date", r = t.format || Bh[n] || Bh.date, i = vn(it({}, OT(t, pE)), {
13618
13622
  type: n,
13619
13623
  format: r
13620
13624
  });
@@ -13814,7 +13818,7 @@ const EE = de({
13814
13818
  u && (e.value = parseInt(u.style.top) < 0 ? "top" : "bottom");
13815
13819
  };
13816
13820
  return Xe(r, async (u) => {
13817
- u ? window.addEventListener("scroll", l) : window.removeEventListener("scroll", l), await Un(), l();
13821
+ u ? window.addEventListener("scroll", l) : window.removeEventListener("scroll", l), await Wn(), l();
13818
13822
  }), {
13819
13823
  // Refs
13820
13824
  calendarPosition: e,
@@ -13900,7 +13904,7 @@ const Kj = /* @__PURE__ */ Ee(EE, [["render", xE], ["__scopeId", "data-v-6535051
13900
13904
  }), IE = { class: "divider relative flex items-center w-full" };
13901
13905
  function PE(t, e, n, r, i, o) {
13902
13906
  return v(), k("div", IE, [
13903
- I("div", {
13907
+ P("div", {
13904
13908
  class: B(["flex-grow border-t", ["border-" + t.borderStyle, "border-" + t.borderColor]])
13905
13909
  }, null, 2),
13906
13910
  t.hasSlotContent ? (v(), k("div", {
@@ -13911,8 +13915,8 @@ function PE(t, e, n, r, i, o) {
13911
13915
  ])
13912
13916
  }, [
13913
13917
  $(t.$slots, "default")
13914
- ], 2)) : P("", !0),
13915
- I("div", {
13918
+ ], 2)) : I("", !0),
13919
+ P("div", {
13916
13920
  class: B(["flex-grow border-t", ["border-" + t.borderStyle, "border-" + t.borderColor]])
13917
13921
  }, null, 2)
13918
13922
  ]);
@@ -13954,14 +13958,14 @@ const qj = /* @__PURE__ */ Ee(DE, [["render", LE], ["__scopeId", "data-v-ca1eb5b
13954
13958
  function HE(t, e, n, r, i, o) {
13955
13959
  const s = W("q-icon");
13956
13960
  return v(), k("div", $E, [
13957
- I("label", { for: t.labelFor }, [
13958
- I("div", BE, [
13961
+ P("label", { for: t.labelFor }, [
13962
+ P("div", BE, [
13959
13963
  $(t.$slots, "label", {}, void 0, !0)
13960
13964
  ]),
13961
- t.required ? (v(), k("div", VE, " *" + Q(t.$t("HC_REQUIRED")), 1)) : P("", !0)
13965
+ t.required ? (v(), k("div", VE, " *" + Q(t.$t("HC_REQUIRED")), 1)) : I("", !0)
13962
13966
  ], 8, FE),
13963
13967
  $(t.$slots, "default", {}, void 0, !0),
13964
- I("div", {
13968
+ P("div", {
13965
13969
  class: B([
13966
13970
  "message",
13967
13971
  { "text-red-30": t.status === "error" },
@@ -13974,7 +13978,7 @@ function HE(t, e, n, r, i, o) {
13974
13978
  color: "red-30",
13975
13979
  icon: "exclamation-circle",
13976
13980
  type: "fill"
13977
- })) : P("", !0),
13981
+ })) : I("", !0),
13978
13982
  $(t.$slots, "message", {}, void 0, !0)
13979
13983
  ], 2)
13980
13984
  ]);
@@ -15363,7 +15367,7 @@ function JM(t = {}, e) {
15363
15367
  function bt(...L) {
15364
15368
  return vt((_) => Reflect.apply(Jh, null, [_, ...L]), () => gc(...L), "translate", (_) => Reflect.apply(_.t, _, [...L]), (_) => _, (_) => te(_));
15365
15369
  }
15366
- function kn(...L) {
15370
+ function Cn(...L) {
15367
15371
  const [_, ye, Fe] = L;
15368
15372
  if (Fe && !Te(Fe))
15369
15373
  throw ra(Ge.INVALID_ARGUMENT);
@@ -15375,11 +15379,11 @@ function JM(t = {}, e) {
15375
15379
  function qt(...L) {
15376
15380
  return vt((_) => Reflect.apply(tp, null, [_, ...L]), () => vc(...L), "number format", (_) => Reflect.apply(_.n, _, [...L]), () => al, (_) => te(_));
15377
15381
  }
15378
- function On(L) {
15382
+ function kn(L) {
15379
15383
  return L.map((_) => te(_) || Ct(_) || Ye(_) ? rp(String(_)) : _);
15380
15384
  }
15381
- const Tn = {
15382
- normalize: On,
15385
+ const On = {
15386
+ normalize: kn,
15383
15387
  interpolate: (L) => L,
15384
15388
  type: "vnode"
15385
15389
  };
@@ -15389,7 +15393,7 @@ function JM(t = {}, e) {
15389
15393
  let ye;
15390
15394
  const Fe = _;
15391
15395
  try {
15392
- Fe.processor = Tn, ye = Reflect.apply(Jh, null, [Fe, ...L]);
15396
+ Fe.processor = On, ye = Reflect.apply(Jh, null, [Fe, ...L]);
15393
15397
  } finally {
15394
15398
  Fe.processor = null;
15395
15399
  }
@@ -15403,7 +15407,7 @@ function JM(t = {}, e) {
15403
15407
  (_) => nt(_)
15404
15408
  );
15405
15409
  }
15406
- function Nn(...L) {
15410
+ function Ln(...L) {
15407
15411
  return vt(
15408
15412
  (_) => Reflect.apply(tp, null, [_, ...L]),
15409
15413
  () => vc(...L),
@@ -15475,10 +15479,10 @@ function JM(t = {}, e) {
15475
15479
  function ao(L) {
15476
15480
  return d.value[L] || {};
15477
15481
  }
15478
- function En(L, _) {
15482
+ function Tn(L, _) {
15479
15483
  d.value[L] = _, M.datetimeFormats = d.value, ep(M, L, _);
15480
15484
  }
15481
- function $n(L, _) {
15485
+ function Nn(L, _) {
15482
15486
  d.value[L] = Tt(d.value[L] || {}, _), M.datetimeFormats = d.value, ep(M, L, _);
15483
15487
  }
15484
15488
  function bi(L) {
@@ -15564,7 +15568,7 @@ function JM(t = {}, e) {
15564
15568
  setMissingHandler: ct,
15565
15569
  [UM]: ro
15566
15570
  };
15567
- return Re.datetimeFormats = se, Re.numberFormats = q, Re.rt = kn, Re.te = yi, Re.tm = oo, Re.d = Gt, Re.n = qt, Re.getDateTimeFormat = ao, Re.setDateTimeFormat = En, Re.mergeDateTimeFormat = $n, Re.getNumberFormat = bi, Re.setNumberFormat = nr, Re.mergeNumberFormat = wi, Re[KM] = r, Re[bc] = Tr, Re[wc] = Er, Re[Sc] = Nn, process.env.NODE_ENV !== "production" && (Re[Cc] = (L) => {
15571
+ return Re.datetimeFormats = se, Re.numberFormats = q, Re.rt = Cn, Re.te = yi, Re.tm = oo, Re.d = Gt, Re.n = qt, Re.getDateTimeFormat = ao, Re.setDateTimeFormat = Tn, Re.mergeDateTimeFormat = Nn, Re.getNumberFormat = bi, Re.setNumberFormat = nr, Re.mergeNumberFormat = wi, Re[KM] = r, Re[bc] = Tr, Re[wc] = Er, Re[Sc] = Ln, process.env.NODE_ENV !== "production" && (Re[Cc] = (L) => {
15568
15572
  M.__v_emitter = L;
15569
15573
  }, Re[kc] = () => {
15570
15574
  M.__v_emitter = void 0;
@@ -16130,16 +16134,16 @@ function vx(t, e, n, r, i, o) {
16130
16134
  class: B(["grid-container h-full w-full", { "is-loading": t.loading }])
16131
16135
  }, [
16132
16136
  t.hasSearch ? $(t.$slots, "search-and-filters", { key: 0 }, () => [
16133
- I("div", {
16137
+ P("div", {
16134
16138
  class: B([
16135
16139
  "search-and-filters !pr-0",
16136
16140
  { "bg-gray-30 animate-shimmer": t.loading }
16137
16141
  ])
16138
16142
  }, [
16139
- t.loading ? P("", !0) : (v(), k("div", cx, [
16140
- I("div", dx, [
16143
+ t.loading ? I("", !0) : (v(), k("div", cx, [
16144
+ P("div", dx, [
16141
16145
  t.hasSearch ? $(t.$slots, "grid-search", { key: 0 }, () => [
16142
- I("label", fx, [
16146
+ P("label", fx, [
16143
16147
  A(a, {
16144
16148
  id: "grid-search",
16145
16149
  modelValue: t.searchBy,
@@ -16162,11 +16166,11 @@ function vx(t, e, n, r, i, o) {
16162
16166
  _: 1
16163
16167
  }, 8, ["modelValue", "hide-clear", "placeholder"])
16164
16168
  ])
16165
- ], !0) : P("", !0)
16169
+ ], !0) : I("", !0)
16166
16170
  ]),
16167
16171
  Object.keys(t.filters).length ? (v(), k("div", hx, [
16168
16172
  $(t.$slots, "filters", {}, () => [
16169
- I("div", px, [
16173
+ P("div", px, [
16170
16174
  A(s, {
16171
16175
  class: "filters-icon",
16172
16176
  color: "inkwell-0",
@@ -16183,14 +16187,14 @@ function vx(t, e, n, r, i, o) {
16183
16187
  Qe(Q(t.filtersCount), 1)
16184
16188
  ]),
16185
16189
  _: 1
16186
- }, 8, ["color"])) : P("", !0)
16190
+ }, 8, ["color"])) : I("", !0)
16187
16191
  ])
16188
16192
  ], !0)
16189
- ])) : P("", !0)
16193
+ ])) : I("", !0)
16190
16194
  ]))
16191
16195
  ], 2)
16192
- ], !0) : P("", !0),
16193
- I("div", mx, [
16196
+ ], !0) : I("", !0),
16197
+ P("div", mx, [
16194
16198
  t.filteredGridData.length || t.loading ? (v(), k("ul", {
16195
16199
  key: 0,
16196
16200
  class: B(["grid mb-4 md:mb-0", t.gridColumnCount])
@@ -16334,7 +16338,7 @@ function Sx(t, e, n, r, i, o) {
16334
16338
  ref: "currentInput",
16335
16339
  class: B(t.rootClasses)
16336
16340
  }, [
16337
- I("input", O({
16341
+ P("input", O({
16338
16342
  id: String(t.$attrs.id),
16339
16343
  ref: String(t.$attrs.id),
16340
16344
  type: t.type,
@@ -16354,7 +16358,7 @@ function Sx(t, e, n, r, i, o) {
16354
16358
  key: 0,
16355
16359
  class: B(["flex", { "order-first pr-2": t.iconPosition === "left" }])
16356
16360
  }, [
16357
- $(t.$slots, "default", Lt(gn({ icon: t.icon, onClickIcon: t.onClickIcon })), () => [
16361
+ $(t.$slots, "default", Lt(Gn({ icon: t.icon, onClickIcon: t.onClickIcon })), () => [
16358
16362
  A(s, {
16359
16363
  icon: t.icon,
16360
16364
  size: "md",
@@ -16362,7 +16366,7 @@ function Sx(t, e, n, r, i, o) {
16362
16366
  onClick: t.onClickIcon
16363
16367
  }, null, 8, ["icon", "onClick"])
16364
16368
  ], !0)
16365
- ], 2)) : P("", !0),
16369
+ ], 2)) : I("", !0),
16366
16370
  t.showClearIcon && !t.hideClear ? (v(), k("div", {
16367
16371
  key: 1,
16368
16372
  class: "close cursor-pointer flex order-3",
@@ -16382,7 +16386,7 @@ function Sx(t, e, n, r, i, o) {
16382
16386
  size: "md",
16383
16387
  type: "fill"
16384
16388
  }))
16385
- ], 32)) : P("", !0)
16389
+ ], 32)) : I("", !0)
16386
16390
  ], 2);
16387
16391
  }
16388
16392
  const Qj = /* @__PURE__ */ Ee(bx, [["render", Sx], ["__scopeId", "data-v-320db1d7"]]), Cx = de({
@@ -16476,10 +16480,7 @@ const Qj = /* @__PURE__ */ Ee(bx, [["render", Sx], ["__scopeId", "data-v-320db1d
16476
16480
  );
16477
16481
  return e("filters-updated", E), E;
16478
16482
  }), g = U(() => t.searchText || h.value), m = (E) => {
16479
- if (n.value > 0)
16480
- return;
16481
- const { dragging: S } = E;
16482
- S ? y(E) : b(E);
16483
+ n.value > 0 || (o.value ? b(E) : y(E));
16483
16484
  };
16484
16485
  s.value && Zg(m, {
16485
16486
  domTarget: u,
@@ -16495,14 +16496,14 @@ const Qj = /* @__PURE__ */ Ee(bx, [["render", Sx], ["__scopeId", "data-v-320db1d
16495
16496
  const S = E.direction[1], T = S >= 0, M = S <= 0 && n.value <= 0;
16496
16497
  !a.value && (T || M) && C(!M), o.value = !1;
16497
16498
  }, C = async (E) => {
16498
- a.value = E, await Un();
16499
+ a.value = E, await Wn();
16499
16500
  const S = c.value ? c.value.offsetHeight : 0;
16500
16501
  f("y", S, d, l);
16501
16502
  }, w = M6(() => {
16502
16503
  const E = Math.max(0, n.value) > r.value ? "down" : "up";
16503
16504
  E !== i.value && (i.value = E);
16504
16505
  const S = window.innerHeight + n.value >= document.body.offsetHeight;
16505
- n.value <= 0 || i.value === "up" && !a.value && !S ? C(!0) : i.value === "down" && a.value && C(!1), r.value = Math.max(0, n.value);
16506
+ n.value < 0 || i.value === "up" && !a.value && !S ? C(!0) : i.value === "down" && a.value && C(!1), r.value = Math.max(0, n.value);
16506
16507
  }, 50);
16507
16508
  return Ke(() => {
16508
16509
  s.value && window.addEventListener("scroll", w);
@@ -16536,10 +16537,10 @@ const Qj = /* @__PURE__ */ Ee(bx, [["render", Sx], ["__scopeId", "data-v-320db1d
16536
16537
  }, Ax = { class: "relative flex" }, Ix = {
16537
16538
  key: 1,
16538
16539
  class: "search-and-filters loading-state"
16539
- }, Px = /* @__PURE__ */ Qa(() => /* @__PURE__ */ I("div", { class: "loading-search animate-shimmer bg-gray-10" }, null, -1)), Dx = /* @__PURE__ */ Qa(() => /* @__PURE__ */ I("div", { class: "loading-filters animate-shimmer bg-gray-30" }, null, -1)), Rx = [
16540
+ }, Px = /* @__PURE__ */ Qa(() => /* @__PURE__ */ P("div", { class: "loading-search animate-shimmer bg-gray-10" }, null, -1)), Dx = /* @__PURE__ */ Qa(() => /* @__PURE__ */ P("div", { class: "loading-filters animate-shimmer bg-gray-30" }, null, -1)), Rx = [
16540
16541
  Px,
16541
16542
  Dx
16542
- ], Lx = /* @__PURE__ */ Qa(() => /* @__PURE__ */ I("hr", { class: "search-separator" }, null, -1)), Nx = {
16543
+ ], Lx = /* @__PURE__ */ Qa(() => /* @__PURE__ */ P("hr", { class: "search-separator" }, null, -1)), Nx = {
16543
16544
  ref: "listRef",
16544
16545
  class: "outer-list-wrapper"
16545
16546
  }, $x = { key: 0 }, Fx = {
@@ -16554,7 +16555,7 @@ const Qj = /* @__PURE__ */ Ee(bx, [["render", Sx], ["__scopeId", "data-v-320db1d
16554
16555
  }, zx = {
16555
16556
  key: 1,
16556
16557
  class: "list-wrapper"
16557
- }, jx = { class: "list loading-list" }, Zx = /* @__PURE__ */ Qa(() => /* @__PURE__ */ I("div", { class: "animate-shimmer bg-gray-30 loading-top mb-3" }, null, -1)), Wx = /* @__PURE__ */ Qa(() => /* @__PURE__ */ I("div", { class: "animate-shimmer bg-gray-10 loading-bottom" }, null, -1)), Ux = [
16558
+ }, jx = { class: "list loading-list" }, Zx = /* @__PURE__ */ Qa(() => /* @__PURE__ */ P("div", { class: "animate-shimmer bg-gray-30 loading-top mb-3" }, null, -1)), Wx = /* @__PURE__ */ Qa(() => /* @__PURE__ */ P("div", { class: "animate-shimmer bg-gray-10 loading-bottom" }, null, -1)), Ux = [
16558
16559
  Zx,
16559
16560
  Wx
16560
16561
  ];
@@ -16576,10 +16577,10 @@ function Kx(t, e, n, r, i, o) {
16576
16577
  ])
16577
16578
  }, [
16578
16579
  t.loading ? (v(), k("div", Ix, Rx)) : (v(), k("div", Ox, [
16579
- I("div", Tx, [
16580
- I("div", Ex, [
16580
+ P("div", Tx, [
16581
+ P("div", Ex, [
16581
16582
  t.hasSearch ? $(t.$slots, "list-search", { key: 0 }, () => [
16582
- I("label", Mx, [
16583
+ P("label", Mx, [
16583
16584
  A(a, {
16584
16585
  id: "list-search",
16585
16586
  modelValue: t.searchValue,
@@ -16603,11 +16604,11 @@ function Kx(t, e, n, r, i, o) {
16603
16604
  _: 1
16604
16605
  }, 8, ["modelValue", "hide-clear", "placeholder"])
16605
16606
  ])
16606
- ], !0) : P("", !0)
16607
+ ], !0) : I("", !0)
16607
16608
  ]),
16608
16609
  t.filters.length && t.type === "row" ? (v(), k("div", xx, [
16609
16610
  $(t.$slots, "list-filters", {}, () => [
16610
- I("div", Ax, [
16611
+ P("div", Ax, [
16611
16612
  A(s, {
16612
16613
  class: "filters-icon",
16613
16614
  color: "inkwell-0",
@@ -16624,23 +16625,23 @@ function Kx(t, e, n, r, i, o) {
16624
16625
  Qe(Q(t.filtersCount), 1)
16625
16626
  ]),
16626
16627
  _: 1
16627
- })) : P("", !0)
16628
+ })) : I("", !0)
16628
16629
  ])
16629
16630
  ], !0)
16630
- ])) : P("", !0)
16631
+ ])) : I("", !0)
16631
16632
  ])
16632
16633
  ])),
16633
16634
  $(t.$slots, "search-separator", {}, () => [
16634
16635
  Lx
16635
16636
  ], !0)
16636
- ], 2)) : P("", !0)
16637
+ ], 2)) : I("", !0)
16637
16638
  ]),
16638
16639
  _: 3
16639
16640
  })
16640
- ], !0) : P("", !0),
16641
- I("div", Nx, [
16641
+ ], !0) : I("", !0),
16642
+ P("div", Nx, [
16642
16643
  t.loading ? (v(), k("div", zx, [
16643
- I("ul", jx, [
16644
+ P("ul", jx, [
16644
16645
  (v(!0), k(oe, null, Pe(t.skeletonRows, (u) => (v(), k("li", {
16645
16646
  key: u,
16646
16647
  class: "list-item"
@@ -16657,7 +16658,7 @@ function Kx(t, e, n, r, i, o) {
16657
16658
  class: "list-item",
16658
16659
  onClick: (d) => t.$emit("click:list-item", u)
16659
16660
  }, [
16660
- $(t.$slots, "list-item", Lt(gn({ item: u })), () => [
16661
+ $(t.$slots, "list-item", Lt(Gn({ item: u })), () => [
16661
16662
  Qe(Q(u), 1)
16662
16663
  ], !0)
16663
16664
  ], 8, Bx))), 128))
@@ -16667,14 +16668,14 @@ function Kx(t, e, n, r, i, o) {
16667
16668
  class: "list-item",
16668
16669
  onClick: (d) => t.$emit("click:list-item", u)
16669
16670
  }, [
16670
- $(t.$slots, "list-item", Lt(gn({ item: u })), () => [
16671
+ $(t.$slots, "list-item", Lt(Gn({ item: u })), () => [
16671
16672
  Qe(Q(u), 1)
16672
16673
  ], !0)
16673
16674
  ], 8, Hx))), 128))
16674
16675
  ]))
16675
16676
  ])) : (v(), k("div", _x, [
16676
16677
  $(t.$slots, "no-results", {}, () => [
16677
- I("p", null, Q(t.noResultMessage || t.$t("HC_NO_RESULTS_FOUND")), 1)
16678
+ P("p", null, Q(t.noResultMessage || t.$t("HC_NO_RESULTS_FOUND")), 1)
16678
16679
  ], !0)
16679
16680
  ]))
16680
16681
  ]))
@@ -16761,10 +16762,10 @@ function qx(t, e, n, r, i, o) {
16761
16762
  class: B(["q-modal", t.overlay]),
16762
16763
  onKeydown: e[3] || (e[3] = _t((...a) => t.onCloseModal && t.onCloseModal(...a), ["escape"]))
16763
16764
  }, [
16764
- I("div", O({ class: "overlay" }, {
16765
+ P("div", O({ class: "overlay" }, {
16765
16766
  [q4(t.dismissibleOverlay && "click")]: e[0] || (e[0] = (...a) => t.onCloseModal && t.onCloseModal(...a))
16766
16767
  }), null, 16),
16767
- I("div", {
16768
+ P("div", {
16768
16769
  class: B([
16769
16770
  "modal-container flex flex-col relative",
16770
16771
  "modal-" + t.size,
@@ -16782,14 +16783,14 @@ function qx(t, e, n, r, i, o) {
16782
16783
  type: "line",
16783
16784
  color: "gray-40"
16784
16785
  })
16785
- ], 2)) : P("", !0),
16786
+ ], 2)) : I("", !0),
16786
16787
  $(t.$slots, "default", {}, void 0, !0),
16787
16788
  t.showCancelLink ? (v(), k("a", {
16788
16789
  key: 1,
16789
16790
  class: "modal-close-link",
16790
16791
  href: "#",
16791
16792
  onClick: e[2] || (e[2] = De((a) => t.$emit("close"), ["prevent"]))
16792
- }, Q(t.$t("HC_CANCEL")), 1)) : P("", !0)
16793
+ }, Q(t.$t("HC_CANCEL")), 1)) : I("", !0)
16793
16794
  ], 2)
16794
16795
  ], 34);
16795
16796
  }
@@ -16826,11 +16827,11 @@ function Xx(t, e, n, r, i, o) {
16826
16827
  ])
16827
16828
  }, [
16828
16829
  t.hasHeader ? (v(), k("div", Jx, [
16829
- I("h2", Qx, [
16830
+ P("h2", Qx, [
16830
16831
  $(t.$slots, "header", {}, void 0, !0)
16831
16832
  ])
16832
- ])) : P("", !0),
16833
- I("div", {
16833
+ ])) : I("", !0),
16834
+ P("div", {
16834
16835
  class: B(["modal-body", t.useFlex ? "flex-grow" : "", t.contentClass])
16835
16836
  }, [
16836
16837
  $(t.$slots, "body", {}, void 0, !0)
@@ -16840,7 +16841,7 @@ function Xx(t, e, n, r, i, o) {
16840
16841
  class: B(["modal-actions", t.footerClass])
16841
16842
  }, [
16842
16843
  $(t.$slots, "footer", {}, void 0, !0)
16843
- ], 2)) : P("", !0)
16844
+ ], 2)) : I("", !0)
16844
16845
  ], 2);
16845
16846
  }
16846
16847
  const tZ = /* @__PURE__ */ Ee(Yx, [["render", Xx], ["__scopeId", "data-v-be874eda"]]), eA = de({
@@ -16885,11 +16886,11 @@ function nA(t, e, n, r, i, o) {
16885
16886
  return v(), k("div", {
16886
16887
  class: B([
16887
16888
  "page-heading-container",
16888
- { "pt-[4.5rem]": t.isFixed }
16889
+ { "pt-[3.5rem]": t.isFixed }
16889
16890
  ]),
16890
16891
  ref: "pageHeadingContainer"
16891
16892
  }, [
16892
- I("div", {
16893
+ P("div", {
16893
16894
  class: B([
16894
16895
  "page-heading flex items-center text-left",
16895
16896
  `background-${t.backgroundColor}`,
@@ -16898,14 +16899,14 @@ function nA(t, e, n, r, i, o) {
16898
16899
  ]),
16899
16900
  ref: "pageHeading"
16900
16901
  }, [
16901
- I("h1", tA, [
16902
+ P("h1", tA, [
16902
16903
  $(t.$slots, "default", {}, void 0, !0)
16903
16904
  ]),
16904
16905
  $(t.$slots, "actions", {}, void 0, !0)
16905
16906
  ], 2)
16906
16907
  ], 2);
16907
16908
  }
16908
- const nZ = /* @__PURE__ */ Ee(eA, [["render", nA], ["__scopeId", "data-v-bf9f21a9"]]), rA = de({
16909
+ const nZ = /* @__PURE__ */ Ee(eA, [["render", nA], ["__scopeId", "data-v-99e0d86b"]]), rA = de({
16909
16910
  name: "QPageNavigation",
16910
16911
  props: {
16911
16912
  fixedTopOffset: {
@@ -16922,7 +16923,7 @@ function oA(t, e, n, r, i, o) {
16922
16923
  id: "page-navigation",
16923
16924
  style: Lg(`top: ${t.fixedTopOffset}px;`)
16924
16925
  }, [
16925
- I("div", iA, [
16926
+ P("div", iA, [
16926
16927
  $(t.$slots, "default", {}, void 0, !0)
16927
16928
  ])
16928
16929
  ], 4);
@@ -17088,7 +17089,7 @@ function aA(t, e, n, r, i, o) {
17088
17089
  style: Lg(t.offsetStyle)
17089
17090
  }, [
17090
17091
  $(t.$slots, "content", {}, void 0, !0)
17091
- ], 6)) : P("", !0)
17092
+ ], 6)) : I("", !0)
17092
17093
  ]),
17093
17094
  _: 3
17094
17095
  }, 8, ["onEnter", "onAfterLeave"])
@@ -17999,7 +18000,7 @@ function kA(t, e, n, r, i, o) {
17999
18000
  class: "multiselect__strong",
18000
18001
  textContent: Q(n.limitText(t.internalValue.length - n.limit))
18001
18002
  }, null, 8, ["textContent"])
18002
- ]) : P("v-if", !0)
18003
+ ]) : I("v-if", !0)
18003
18004
  ]),
18004
18005
  A(gr, { name: "multiselect__loading" }, {
18005
18006
  default: re(() => [
@@ -18043,7 +18044,7 @@ function kA(t, e, n, r, i, o) {
18043
18044
  onKeypress: e[8] || (e[8] = _t(De((s) => t.addPointerElement(s), ["prevent", "stop", "self"]), ["enter"])),
18044
18045
  class: "multiselect__input",
18045
18046
  "aria-controls": "listbox-" + t.id
18046
- }, null, 44, ["name", "id", "placeholder", "value", "disabled", "tabindex", "aria-controls"])) : P("v-if", !0),
18047
+ }, null, 44, ["name", "id", "placeholder", "value", "disabled", "tabindex", "aria-controls"])) : I("v-if", !0),
18047
18048
  o.isSingleLabelVisible ? (v(), R(
18048
18049
  "span",
18049
18050
  {
@@ -18062,7 +18063,7 @@ function kA(t, e, n, r, i, o) {
18062
18063
  ],
18063
18064
  32
18064
18065
  /* HYDRATE_EVENTS */
18065
- )) : P("v-if", !0),
18066
+ )) : I("v-if", !0),
18066
18067
  o.isPlaceholderVisible ? (v(), R(
18067
18068
  "span",
18068
18069
  {
@@ -18081,7 +18082,7 @@ function kA(t, e, n, r, i, o) {
18081
18082
  ],
18082
18083
  32
18083
18084
  /* HYDRATE_EVENTS */
18084
- )) : P("v-if", !0)
18085
+ )) : I("v-if", !0)
18085
18086
  ],
18086
18087
  512
18087
18088
  /* NEED_PATCH */
@@ -18117,7 +18118,7 @@ function kA(t, e, n, r, i, o) {
18117
18118
  )
18118
18119
  ])
18119
18120
  ])
18120
- ])) : P("v-if", !0),
18121
+ ])) : I("v-if", !0),
18121
18122
  !t.max || t.internalValue.length < t.max ? (v(!0), R(
18122
18123
  oe,
18123
18124
  { key: 1 },
@@ -18127,7 +18128,7 @@ function kA(t, e, n, r, i, o) {
18127
18128
  id: t.id + "-" + a,
18128
18129
  role: s && (s.$isLabel || s.$isDisabled) ? null : "option"
18129
18130
  }, [
18130
- s && (s.$isLabel || s.$isDisabled) ? P("v-if", !0) : (v(), R("span", {
18131
+ s && (s.$isLabel || s.$isDisabled) ? I("v-if", !0) : (v(), R("span", {
18131
18132
  key: 0,
18132
18133
  class: [t.optionHighlight(a, s), "multiselect__option"],
18133
18134
  onClick: De((l) => t.select(s), ["stop"]),
@@ -18171,11 +18172,11 @@ function kA(t, e, n, r, i, o) {
18171
18172
  /* TEXT */
18172
18173
  )
18173
18174
  ])
18174
- ], 42, ["data-select", "data-deselect", "onMouseenter", "onMousedown"])) : P("v-if", !0)
18175
+ ], 42, ["data-select", "data-deselect", "onMouseenter", "onMousedown"])) : I("v-if", !0)
18175
18176
  ], 8, ["id", "role"]))),
18176
18177
  128
18177
18178
  /* KEYED_FRAGMENT */
18178
- )) : P("v-if", !0),
18179
+ )) : I("v-if", !0),
18179
18180
  st(A(
18180
18181
  "li",
18181
18182
  null,
@@ -18374,20 +18375,20 @@ const OA = de({
18374
18375
  // maybe change this to class - I am going to use this for external emails
18375
18376
  };
18376
18377
  if (!t.validationMethod(C)) {
18377
- await Un(), i.value.search = b;
18378
+ await Wn(), i.value.search = b;
18378
18379
  return;
18379
18380
  }
18380
18381
  }, g = (b) => {
18381
- typeof b == "number" && b >= 0 ? s.value.splice(b, 1) : s.value = [], Un(() => {
18382
+ typeof b == "number" && b >= 0 ? s.value.splice(b, 1) : s.value = [], Wn(() => {
18382
18383
  n("update:model-value", s.value);
18383
18384
  });
18384
18385
  }, m = (b) => {
18385
- t.multiple && s.value && b.length === s.value.length && Un(() => {
18386
+ t.multiple && s.value && b.length === s.value.length && Wn(() => {
18386
18387
  s.value = [], n("update:model-value", s.value);
18387
18388
  });
18388
18389
  }, y = async () => {
18389
18390
  if (o.value && t.searchable) {
18390
- await Un();
18391
+ await Wn();
18391
18392
  const b = o.value.querySelector(
18392
18393
  ".multiselect__content-wrapper"
18393
18394
  ), C = o.value.querySelector(
@@ -18437,7 +18438,7 @@ const OA = de({
18437
18438
  key: 2,
18438
18439
  class: "multiselect__single flex w-full items-center"
18439
18440
  }, BA = { class: "option-selected text-gray-40" }, VA = ["title"], HA = {
18440
- key: 1,
18441
+ key: 2,
18441
18442
  class: "option-description text-xs pt-0.5 truncate"
18442
18443
  };
18443
18444
  function _A(t, e, n, r, i, o) {
@@ -18499,7 +18500,7 @@ function _A(t, e, n, r, i, o) {
18499
18500
  onSearchChange: e[3] || (e[3] = (u) => t.searchChange(u))
18500
18501
  }, {
18501
18502
  caret: re(({ toggle: u }) => [
18502
- I("div", {
18503
+ P("div", {
18503
18504
  class: B([
18504
18505
  "h-full w-full",
18505
18506
  "absolute left-0 top-0",
@@ -18519,8 +18520,8 @@ function _A(t, e, n, r, i, o) {
18519
18520
  color: "gray-40",
18520
18521
  icon: "search",
18521
18522
  type: ""
18522
- })) : P("", !0),
18523
- t.searchable && (t.multiple && !t.selected.length || !t.multiple && !t.selected) ? (v(), k("div", MA, Q(t.placeholder), 1)) : P("", !0)
18523
+ })) : I("", !0),
18524
+ t.searchable && (t.multiple && !t.selected.length || !t.multiple && !t.selected) ? (v(), k("div", MA, Q(t.placeholder), 1)) : I("", !0)
18524
18525
  ]),
18525
18526
  noResult: re(() => [
18526
18527
  Qe(Q(t.noResultsText), 1)
@@ -18529,23 +18530,23 @@ function _A(t, e, n, r, i, o) {
18529
18530
  u.icon ? (v(), R(s, {
18530
18531
  key: 0,
18531
18532
  icon: u.icon
18532
- }, null, 8, ["icon"])) : P("", !0),
18533
- $(t.$slots, "optionPrefix", Lt(gn(u)), void 0, !0),
18534
- I("span", xA, Q(u.label || u.name || u), 1)
18533
+ }, null, 8, ["icon"])) : I("", !0),
18534
+ u ? $(t.$slots, "optionPrefix", Lt(O({ key: 1 }, u)), void 0, !0) : I("", !0),
18535
+ P("span", xA, Q(u.label || u.name || u), 1)
18535
18536
  ]),
18536
18537
  selection: re(({ values: u, isOpen: c }) => {
18537
18538
  var d, f;
18538
18539
  return [
18539
18540
  t.useTags ? (v(), k("div", AA, [
18540
18541
  t.groupValues && t.options[0][t.groupValues].length === u.length ? (v(), k("div", IA, [
18541
- I("div", {
18542
+ P("div", {
18542
18543
  class: B([
18543
18544
  "multiselect__tag inline-flex items-center justify-center rounded me-2",
18544
18545
  { "tag-gray": !!t.showTags }
18545
18546
  ])
18546
18547
  }, [
18547
- I("span", PA, Q(t.groupLabel), 1),
18548
- I("span", {
18548
+ P("span", PA, Q(t.groupLabel), 1),
18549
+ P("span", {
18549
18550
  class: "tag-remove cursor-pointer shrink",
18550
18551
  tabindex: "1",
18551
18552
  onMousedown: e[0] || (e[0] = De((h) => t.removeElement(t.options[0][t.groupValues]), ["prevent", "stop"]))
@@ -18575,14 +18576,14 @@ function _A(t, e, n, r, i, o) {
18575
18576
  key: 0,
18576
18577
  icon: h.icon,
18577
18578
  class: "tag-icon"
18578
- }, null, 8, ["icon"])) : P("", !0),
18579
- I("span", {
18579
+ }, null, 8, ["icon"])) : I("", !0),
18580
+ P("span", {
18580
18581
  class: B([
18581
18582
  "tag-name text-sm leading-normal pr-2",
18582
18583
  { "tag-truncate": t.truncateTag }
18583
18584
  ])
18584
18585
  }, Q(h.label || h.name), 3),
18585
- I("span", {
18586
+ P("span", {
18586
18587
  class: "tag-remove cursor-pointer shrink",
18587
18588
  tabindex: "1",
18588
18589
  onClick: (g) => t.removeElement(p)
@@ -18599,11 +18600,11 @@ function _A(t, e, n, r, i, o) {
18599
18600
  }, null, 8, ["class"])
18600
18601
  ], 8, RA)
18601
18602
  ], 2))), 128)),
18602
- !t.expand && t.showSelectedCount && t.multiple && u.length > t.limitShown ? (v(), k("span", LA, " + " + Q(u.length - t.limitShown) + " more... ", 1)) : P("", !0)
18603
+ !t.expand && t.showSelectedCount && t.multiple && u.length > t.limitShown ? (v(), k("span", LA, " + " + Q(u.length - t.limitShown) + " more... ", 1)) : I("", !0)
18603
18604
  ]))
18604
- ])) : P("", !0),
18605
+ ])) : I("", !0),
18605
18606
  !t.showTags && !t.taggable && t.multiple && u.length ? (v(), k("div", NA, [
18606
- I("span", {
18607
+ P("span", {
18607
18608
  class: B([
18608
18609
  "option-selected",
18609
18610
  {
@@ -18611,14 +18612,14 @@ function _A(t, e, n, r, i, o) {
18611
18612
  }
18612
18613
  ])
18613
18614
  }, Q(t.groupValues && t.options[0][t.groupValues].length === u.length ? t.groupLabel : u[0].label), 3),
18614
- t.limitShown && t.limitShown < u.length && (!t.groupValues && u.length !== t.limitShown || t.groupValues && t.options[0][t.groupValues].length !== u.length) ? (v(), k("span", $A, " + " + Q(u.length - t.limitShown) + " more... ", 1)) : P("", !0)
18615
+ t.limitShown && t.limitShown < u.length && (!t.groupValues && u.length !== t.limitShown || t.groupValues && t.options[0][t.groupValues].length !== u.length) ? (v(), k("span", $A, " + " + Q(u.length - t.limitShown) + " more... ", 1)) : I("", !0)
18615
18616
  ])) : c && !t.useTags && !t.multiple ? (v(), k("div", FA, [
18616
- I("span", BA, Q(((d = t.selected) == null ? void 0 : d.label) || ((f = t.selected) == null ? void 0 : f.name) || ""), 1)
18617
- ])) : P("", !0)
18617
+ P("span", BA, Q(((d = t.selected) == null ? void 0 : d.label) || ((f = t.selected) == null ? void 0 : f.name) || ""), 1)
18618
+ ])) : I("", !0)
18618
18619
  ];
18619
18620
  }),
18620
18621
  option: re(({ option: u, search: c }) => [
18621
- I("div", {
18622
+ P("div", {
18622
18623
  class: B([
18623
18624
  "flex items-center w-full",
18624
18625
  { "option-search": u.label === c },
@@ -18640,8 +18641,8 @@ function _A(t, e, n, r, i, o) {
18640
18641
  })
18641
18642
  ]),
18642
18643
  _: 1
18643
- })) : P("", !0),
18644
- I("div", {
18644
+ })) : I("", !0),
18645
+ P("div", {
18645
18646
  class: B([
18646
18647
  "option-icon-name flex items-center",
18647
18648
  !u.$groupLabel && t.groupLabel ? "pl-0" : ""
@@ -18651,16 +18652,16 @@ function _A(t, e, n, r, i, o) {
18651
18652
  key: 0,
18652
18653
  icon: u.icon,
18653
18654
  class: "mr-1"
18654
- }, null, 8, ["icon"])) : P("", !0),
18655
- $(t.$slots, "optionPrefix", Lt(gn(u)), void 0, !0),
18656
- I("div", {
18655
+ }, null, 8, ["icon"])) : I("", !0),
18656
+ u ? $(t.$slots, "optionPrefix", Lt(O({ key: 1 }, u)), void 0, !0) : I("", !0),
18657
+ P("div", {
18657
18658
  class: B(["option-name", [
18658
18659
  u.optionClass ? u.optionClass : ""
18659
18660
  ]])
18660
18661
  }, Q(u.$groupLabel || u.label || u.name || u), 3),
18661
- u.description ? (v(), k("div", HA, Q(u.description), 1)) : P("", !0),
18662
- t.multiple && t.hasCheckboxes ? P("", !0) : (v(), R(s, {
18663
- key: 2,
18662
+ u.description ? (v(), k("div", HA, Q(u.description), 1)) : I("", !0),
18663
+ t.multiple && t.hasCheckboxes ? I("", !0) : (v(), R(s, {
18664
+ key: 3,
18664
18665
  icon: "check",
18665
18666
  size: "sm",
18666
18667
  type: "line",
@@ -18674,7 +18675,7 @@ function _A(t, e, n, r, i, o) {
18674
18675
  }, 8, ["id", "modelValue", "options", "searchable", "multiple", "taggable", "label", "track-by", "group-values", "group-label", "group-select", "class", "disabled", "allow-empty", "close-on-select", "show-tags", "tag-placeholder", "placeholder", "open-direction", "onOpen", "onTag"])
18675
18676
  ], 8, TA);
18676
18677
  }
18677
- const oZ = /* @__PURE__ */ Ee(OA, [["render", _A], ["__scopeId", "data-v-efa39d33"]]);
18678
+ const oZ = /* @__PURE__ */ Ee(OA, [["render", _A], ["__scopeId", "data-v-a33f370f"]]);
18678
18679
  var et = {
18679
18680
  STARTS_WITH: "startsWith",
18680
18681
  CONTAINS: "contains",
@@ -18976,7 +18977,7 @@ var $e = {
18976
18977
  }, Gy = {
18977
18978
  name: "ArrowDownIcon",
18978
18979
  extends: $e
18979
- }, GA = /* @__PURE__ */ I("path", {
18980
+ }, GA = /* @__PURE__ */ P("path", {
18980
18981
  "fill-rule": "evenodd",
18981
18982
  "clip-rule": "evenodd",
18982
18983
  d: "M6.99994 14C6.91097 14.0004 6.82281 13.983 6.74064 13.9489C6.65843 13.9148 6.58387 13.8646 6.52133 13.8013L1.10198 8.38193C0.982318 8.25351 0.917175 8.08367 0.920272 7.90817C0.923368 7.73267 0.994462 7.56523 1.11858 7.44111C1.24269 7.317 1.41014 7.2459 1.58563 7.2428C1.76113 7.23971 1.93098 7.30485 2.0594 7.42451L6.32263 11.6877V0.677419C6.32263 0.497756 6.394 0.325452 6.52104 0.198411C6.64808 0.0713706 6.82039 0 7.00005 0C7.17971 0 7.35202 0.0713706 7.47906 0.198411C7.6061 0.325452 7.67747 0.497756 7.67747 0.677419V11.6877L11.9407 7.42451C12.0691 7.30485 12.2389 7.23971 12.4144 7.2428C12.5899 7.2459 12.7574 7.317 12.8815 7.44111C13.0056 7.56523 13.0767 7.73267 13.0798 7.90817C13.0829 8.08367 13.0178 8.25351 12.8981 8.38193L7.47875 13.8013C7.41621 13.8646 7.34164 13.9148 7.25944 13.9489C7.17727 13.983 7.08912 14.0004 7.00015 14C7.00012 14 7.00009 14 7.00005 14C7.00001 14 6.99998 14 6.99994 14Z",
@@ -18995,7 +18996,7 @@ Gy.render = YA;
18995
18996
  var qy = {
18996
18997
  name: "ArrowUpIcon",
18997
18998
  extends: $e
18998
- }, JA = /* @__PURE__ */ I("path", {
18999
+ }, JA = /* @__PURE__ */ P("path", {
18999
19000
  "fill-rule": "evenodd",
19000
19001
  "clip-rule": "evenodd",
19001
19002
  d: "M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",
@@ -19014,7 +19015,7 @@ qy.render = XA;
19014
19015
  var Xa = {
19015
19016
  name: "SpinnerIcon",
19016
19017
  extends: $e
19017
- }, eI = /* @__PURE__ */ I("path", {
19018
+ }, eI = /* @__PURE__ */ P("path", {
19018
19019
  d: "M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",
19019
19020
  fill: "currentColor"
19020
19021
  }, null, -1), tI = [eI];
@@ -19109,7 +19110,7 @@ var sI = {
19109
19110
  }), Yy = {
19110
19111
  name: "AngleDoubleLeftIcon",
19111
19112
  extends: $e
19112
- }, lI = /* @__PURE__ */ I("path", {
19113
+ }, lI = /* @__PURE__ */ P("path", {
19113
19114
  "fill-rule": "evenodd",
19114
19115
  "clip-rule": "evenodd",
19115
19116
  d: "M5.71602 11.164C5.80782 11.2021 5.9063 11.2215 6.00569 11.221C6.20216 11.2301 6.39427 11.1612 6.54025 11.0294C6.68191 10.8875 6.76148 10.6953 6.76148 10.4948C6.76148 10.2943 6.68191 10.1021 6.54025 9.96024L3.51441 6.9344L6.54025 3.90855C6.624 3.76126 6.65587 3.59011 6.63076 3.42254C6.60564 3.25498 6.525 3.10069 6.40175 2.98442C6.2785 2.86815 6.11978 2.79662 5.95104 2.7813C5.78229 2.76598 5.61329 2.80776 5.47112 2.89994L1.97123 6.39983C1.82957 6.54167 1.75 6.73393 1.75 6.9344C1.75 7.13486 1.82957 7.32712 1.97123 7.46896L5.47112 10.9991C5.54096 11.0698 5.62422 11.1259 5.71602 11.164ZM11.0488 10.9689C11.1775 11.1156 11.3585 11.2061 11.5531 11.221C11.7477 11.2061 11.9288 11.1156 12.0574 10.9689C12.1815 10.8302 12.25 10.6506 12.25 10.4645C12.25 10.2785 12.1815 10.0989 12.0574 9.96024L9.03158 6.93439L12.0574 3.90855C12.1248 3.76739 12.1468 3.60881 12.1204 3.45463C12.0939 3.30045 12.0203 3.15826 11.9097 3.04765C11.7991 2.93703 11.6569 2.86343 11.5027 2.83698C11.3486 2.81053 11.19 2.83252 11.0488 2.89994L7.51865 6.36957C7.37699 6.51141 7.29742 6.70367 7.29742 6.90414C7.29742 7.1046 7.37699 7.29686 7.51865 7.4387L11.0488 10.9689Z",
@@ -19128,7 +19129,7 @@ Yy.render = cI;
19128
19129
  var Jy = {
19129
19130
  name: "BlankIcon",
19130
19131
  extends: $e
19131
- }, dI = /* @__PURE__ */ I("rect", {
19132
+ }, dI = /* @__PURE__ */ P("rect", {
19132
19133
  width: "1",
19133
19134
  height: "1",
19134
19135
  fill: "currentColor",
@@ -19147,7 +19148,7 @@ Jy.render = hI;
19147
19148
  var as = {
19148
19149
  name: "CheckIcon",
19149
19150
  extends: $e
19150
- }, pI = /* @__PURE__ */ I("path", {
19151
+ }, pI = /* @__PURE__ */ P("path", {
19151
19152
  d: "M4.86199 11.5948C4.78717 11.5923 4.71366 11.5745 4.64596 11.5426C4.57826 11.5107 4.51779 11.4652 4.46827 11.4091L0.753985 7.69483C0.683167 7.64891 0.623706 7.58751 0.580092 7.51525C0.536478 7.44299 0.509851 7.36177 0.502221 7.27771C0.49459 7.19366 0.506156 7.10897 0.536046 7.03004C0.565935 6.95111 0.613367 6.88 0.674759 6.82208C0.736151 6.76416 0.8099 6.72095 0.890436 6.69571C0.970973 6.67046 1.05619 6.66385 1.13966 6.67635C1.22313 6.68886 1.30266 6.72017 1.37226 6.76792C1.44186 6.81567 1.4997 6.8786 1.54141 6.95197L4.86199 10.2503L12.6397 2.49483C12.7444 2.42694 12.8689 2.39617 12.9932 2.40745C13.1174 2.41873 13.2343 2.47141 13.3251 2.55705C13.4159 2.64268 13.4753 2.75632 13.4938 2.87973C13.5123 3.00315 13.4888 3.1292 13.4271 3.23768L5.2557 11.4091C5.20618 11.4652 5.14571 11.5107 5.07801 11.5426C5.01031 11.5745 4.9368 11.5923 4.86199 11.5948Z",
19152
19153
  fill: "currentColor"
19153
19154
  }, null, -1), mI = [pI];
@@ -19164,7 +19165,7 @@ as.render = gI;
19164
19165
  var b2 = {
19165
19166
  name: "ChevronDownIcon",
19166
19167
  extends: $e
19167
- }, yI = /* @__PURE__ */ I("path", {
19168
+ }, yI = /* @__PURE__ */ P("path", {
19168
19169
  d: "M7.01744 10.398C6.91269 10.3985 6.8089 10.378 6.71215 10.3379C6.61541 10.2977 6.52766 10.2386 6.45405 10.1641L1.13907 4.84913C1.03306 4.69404 0.985221 4.5065 1.00399 4.31958C1.02276 4.13266 1.10693 3.95838 1.24166 3.82747C1.37639 3.69655 1.55301 3.61742 1.74039 3.60402C1.92777 3.59062 2.11386 3.64382 2.26584 3.75424L7.01744 8.47394L11.769 3.75424C11.9189 3.65709 12.097 3.61306 12.2748 3.62921C12.4527 3.64535 12.6199 3.72073 12.7498 3.84328C12.8797 3.96582 12.9647 4.12842 12.9912 4.30502C13.0177 4.48162 12.9841 4.662 12.8958 4.81724L7.58083 10.1322C7.50996 10.2125 7.42344 10.2775 7.32656 10.3232C7.22968 10.3689 7.12449 10.3944 7.01744 10.398Z",
19169
19170
  fill: "currentColor"
19170
19171
  }, null, -1), vI = [yI];
@@ -19181,7 +19182,7 @@ b2.render = bI;
19181
19182
  var Qy = {
19182
19183
  name: "SearchIcon",
19183
19184
  extends: $e
19184
- }, wI = /* @__PURE__ */ I("path", {
19185
+ }, wI = /* @__PURE__ */ P("path", {
19185
19186
  "fill-rule": "evenodd",
19186
19187
  "clip-rule": "evenodd",
19187
19188
  d: "M2.67602 11.0265C3.6661 11.688 4.83011 12.0411 6.02086 12.0411C6.81149 12.0411 7.59438 11.8854 8.32483 11.5828C8.87005 11.357 9.37808 11.0526 9.83317 10.6803L12.9769 13.8241C13.0323 13.8801 13.0983 13.9245 13.171 13.9548C13.2438 13.985 13.3219 14.0003 13.4007 14C13.4795 14.0003 13.5575 13.985 13.6303 13.9548C13.7031 13.9245 13.7691 13.8801 13.8244 13.8241C13.9367 13.7116 13.9998 13.5592 13.9998 13.4003C13.9998 13.2414 13.9367 13.089 13.8244 12.9765L10.6807 9.8328C11.053 9.37773 11.3573 8.86972 11.5831 8.32452C11.8857 7.59408 12.0414 6.81119 12.0414 6.02056C12.0414 4.8298 11.6883 3.66579 11.0268 2.67572C10.3652 1.68564 9.42494 0.913972 8.32483 0.45829C7.22472 0.00260857 6.01418 -0.116618 4.84631 0.115686C3.67844 0.34799 2.60568 0.921393 1.76369 1.76338C0.921698 2.60537 0.348296 3.67813 0.115991 4.84601C-0.116313 6.01388 0.00291375 7.22441 0.458595 8.32452C0.914277 9.42464 1.68595 10.3649 2.67602 11.0265ZM3.35565 2.0158C4.14456 1.48867 5.07206 1.20731 6.02086 1.20731C7.29317 1.20731 8.51338 1.71274 9.41304 2.6124C10.3127 3.51206 10.8181 4.73226 10.8181 6.00457C10.8181 6.95337 10.5368 7.88088 10.0096 8.66978C9.48251 9.45868 8.73328 10.0736 7.85669 10.4367C6.98011 10.7997 6.01554 10.8947 5.08496 10.7096C4.15439 10.5245 3.2996 10.0676 2.62869 9.39674C1.95778 8.72583 1.50089 7.87104 1.31579 6.94046C1.13068 6.00989 1.22568 5.04532 1.58878 4.16874C1.95187 3.29215 2.56675 2.54292 3.35565 2.0158Z",
@@ -19200,7 +19201,7 @@ Qy.render = CI;
19200
19201
  var pf = {
19201
19202
  name: "TimesIcon",
19202
19203
  extends: $e
19203
- }, kI = /* @__PURE__ */ I("path", {
19204
+ }, kI = /* @__PURE__ */ P("path", {
19204
19205
  d: "M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z",
19205
19206
  fill: "currentColor"
19206
19207
  }, null, -1), OI = [kI];
@@ -19246,7 +19247,7 @@ function EI(t, e, n, r, i, o) {
19246
19247
  }) : i.mounted ? (v(), R(gd, {
19247
19248
  key: 1,
19248
19249
  to: n.appendTo
19249
- }, [$(t.$slots, "default")], 8, ["to"])) : P("", !0);
19250
+ }, [$(t.$slots, "default")], 8, ["to"])) : I("", !0);
19250
19251
  }
19251
19252
  mf.render = EI;
19252
19253
  var MI = `
@@ -19978,7 +19979,7 @@ function DI(t, e, n, r, i, o) {
19978
19979
  horizontal: o.isHorizontal(),
19979
19980
  both: o.isBoth()
19980
19981
  }, function() {
19981
- return [I("div", O({
19982
+ return [P("div", O({
19982
19983
  ref: o.contentRef,
19983
19984
  class: o.contentClass,
19984
19985
  style: i.contentStyle
@@ -19993,7 +19994,7 @@ function DI(t, e, n, r, i, o) {
19993
19994
  key: 0,
19994
19995
  class: "p-virtualscroller-spacer",
19995
19996
  style: i.spacerStyle
19996
- }, t.ptm("spacer")), null, 16)) : P("", !0), !t.loaderDisabled && t.showLoader && i.d_loading ? (v(), k("div", O({
19997
+ }, t.ptm("spacer")), null, 16)) : I("", !0), !t.loaderDisabled && t.showLoader && i.d_loading ? (v(), k("div", O({
19997
19998
  key: 1,
19998
19999
  class: o.loaderClass
19999
20000
  }, t.ptm("loader")), [t.$slots && t.$slots.loader ? (v(!0), k(oe, {
@@ -20005,12 +20006,12 @@ function DI(t, e, n, r, i, o) {
20005
20006
  numCols: t.d_numItemsInViewport.cols
20006
20007
  })
20007
20008
  });
20008
- }), 128)) : P("", !0), $(t.$slots, "loadingicon", {}, function() {
20009
+ }), 128)) : I("", !0), $(t.$slots, "loadingicon", {}, function() {
20009
20010
  return [A(s, O({
20010
20011
  spin: "",
20011
20012
  class: "p-virtualscroller-loading-icon"
20012
20013
  }, t.ptm("loadingIcon")), null, 16)];
20013
- })], 16)) : P("", !0)], 16, PI));
20014
+ })], 16)) : I("", !0)], 16, PI));
20014
20015
  }
20015
20016
  gf.render = DI;
20016
20017
  var RI = {
@@ -20916,7 +20917,7 @@ function wp(t, e) {
20916
20917
  }
20917
20918
  return n;
20918
20919
  }
20919
- function Bn(t) {
20920
+ function Fn(t) {
20920
20921
  for (var e = 1; e < arguments.length; e++) {
20921
20922
  var n = arguments[e] != null ? arguments[e] : {};
20922
20923
  e % 2 ? wp(Object(n), !0).forEach(function(r) {
@@ -20988,7 +20989,7 @@ function XI(t, e, n, r, i, o) {
20988
20989
  onInput: e[3] || (e[3] = function() {
20989
20990
  return o.onEditableInput && o.onEditableInput.apply(o, arguments);
20990
20991
  })
20991
- }, Bn(Bn({}, t.inputProps), t.ptm("input"))), null, 16, KI)) : (v(), k("span", O({
20992
+ }, Fn(Fn({}, t.inputProps), t.ptm("input"))), null, 16, KI)) : (v(), k("span", O({
20992
20993
  key: 1,
20993
20994
  ref: "focusInput",
20994
20995
  id: t.inputId,
@@ -21012,7 +21013,7 @@ function XI(t, e, n, r, i, o) {
21012
21013
  onKeydown: e[6] || (e[6] = function() {
21013
21014
  return o.onKeyDown && o.onKeyDown.apply(o, arguments);
21014
21015
  })
21015
- }, Bn(Bn({}, t.inputProps), t.ptm("input"))), [$(t.$slots, "value", {
21016
+ }, Fn(Fn({}, t.inputProps), t.ptm("input"))), [$(t.$slots, "value", {
21016
21017
  value: t.modelValue,
21017
21018
  placeholder: t.placeholder
21018
21019
  }, function() {
@@ -21027,10 +21028,10 @@ function XI(t, e, n, r, i, o) {
21027
21028
  ref: "clearIcon",
21028
21029
  class: [t.cx("clearIcon"), t.clearIcon],
21029
21030
  onClick: o.onClearClick
21030
- }, Bn(Bn({}, t.clearIconProps), t.ptm("clearIcon")), {
21031
+ }, Fn(Fn({}, t.clearIconProps), t.ptm("clearIcon")), {
21031
21032
  "data-pc-section": "clearicon"
21032
21033
  }), null, 16, ["class", "onClick"]))];
21033
- }) : P("", !0), I("div", O({
21034
+ }) : I("", !0), P("div", O({
21034
21035
  class: t.cx("trigger")
21035
21036
  }, t.ptm("trigger")), [t.loading ? $(t.$slots, "loadingicon", {
21036
21037
  key: 0,
@@ -21077,7 +21078,7 @@ function XI(t, e, n, r, i, o) {
21077
21078
  onKeydown: e[15] || (e[15] = function() {
21078
21079
  return o.onOverlayKeyDown && o.onOverlayKeyDown.apply(o, arguments);
21079
21080
  })
21080
- }, Bn(Bn({}, t.panelProps), t.ptm("panel"))), [I("span", O({
21081
+ }, Fn(Fn({}, t.panelProps), t.ptm("panel"))), [P("span", O({
21081
21082
  ref: "firstHiddenFocusableElementOnOverlay",
21082
21083
  role: "presentation",
21083
21084
  "aria-hidden": "true",
@@ -21095,9 +21096,9 @@ function XI(t, e, n, r, i, o) {
21095
21096
  }), t.filter ? (v(), k("div", O({
21096
21097
  key: 0,
21097
21098
  class: t.cx("header")
21098
- }, t.ptm("header")), [I("div", O({
21099
+ }, t.ptm("header")), [P("div", O({
21099
21100
  class: t.cx("filterContainer")
21100
- }, t.ptm("filterContainer")), [I("input", O({
21101
+ }, t.ptm("filterContainer")), [P("input", O({
21101
21102
  ref: "filterInput",
21102
21103
  type: "text",
21103
21104
  value: i.filterValue,
@@ -21122,19 +21123,19 @@ function XI(t, e, n, r, i, o) {
21122
21123
  onInput: e[12] || (e[12] = function() {
21123
21124
  return o.onFilterChange && o.onFilterChange.apply(o, arguments);
21124
21125
  })
21125
- }, Bn(Bn({}, t.filterInputProps), t.ptm("filterInput"))), null, 16, qI), $(t.$slots, "filtericon", {
21126
+ }, Fn(Fn({}, t.filterInputProps), t.ptm("filterInput"))), null, 16, qI), $(t.$slots, "filtericon", {
21126
21127
  class: B(t.cx("filterIcon"))
21127
21128
  }, function() {
21128
21129
  return [(v(), R(le(t.filterIcon ? "span" : "SearchIcon"), O({
21129
21130
  class: [t.cx("filterIcon"), t.filterIcon]
21130
21131
  }, t.ptm("filterIcon")), null, 16, ["class"]))];
21131
- })], 16), I("span", O({
21132
+ })], 16), P("span", O({
21132
21133
  role: "status",
21133
21134
  "aria-live": "polite",
21134
21135
  class: "p-hidden-accessible"
21135
21136
  }, t.ptm("hiddenFilterResult"), {
21136
21137
  "data-p-hidden-accessible": !0
21137
- }), Q(o.filterResultMessageText), 17)], 16)) : P("", !0), I("div", O({
21138
+ }), Q(o.filterResultMessageText), 17)], 16)) : I("", !0), P("div", O({
21138
21139
  class: t.cx("wrapper"),
21139
21140
  style: {
21140
21141
  "max-height": o.virtualScrollerDisabled ? t.scrollHeight : ""
@@ -21152,7 +21153,7 @@ function XI(t, e, n, r, i, o) {
21152
21153
  }), zs({
21153
21154
  content: re(function(f) {
21154
21155
  var h = f.styleClass, p = f.contentRef, g = f.items, m = f.getItemOptions, y = f.contentStyle, b = f.itemSize;
21155
- return [I("ul", O({
21156
+ return [P("ul", O({
21156
21157
  ref: function(w) {
21157
21158
  return o.listRef(w, p);
21158
21159
  },
@@ -21175,7 +21176,7 @@ function XI(t, e, n, r, i, o) {
21175
21176
  option: C.optionGroup,
21176
21177
  index: o.getOptionIndex(w, m)
21177
21178
  }, function() {
21178
- return [I("span", O({
21179
+ return [P("span", O({
21179
21180
  class: t.cx("itemGroupLabel")
21180
21181
  }, t.ptm("itemGroupLabel")), Q(o.getOptionGroupLabel(C.optionGroup)), 17)];
21181
21182
  })], 16, JI)) : st((v(), k("li", O({
@@ -21211,11 +21212,11 @@ function XI(t, e, n, r, i, o) {
21211
21212
  }, t.ptm("checkIcon")), null, 16, ["class"])) : (v(), R(l, O({
21212
21213
  key: 1,
21213
21214
  class: t.cx("blankIcon")
21214
- }, t.ptm("blankIcon")), null, 16, ["class"]))], 64)) : P("", !0), $(t.$slots, "option", {
21215
+ }, t.ptm("blankIcon")), null, 16, ["class"]))], 64)) : I("", !0), $(t.$slots, "option", {
21215
21216
  option: C,
21216
21217
  index: o.getOptionIndex(w, m)
21217
21218
  }, function() {
21218
- return [I("span", O({
21219
+ return [P("span", O({
21219
21220
  class: t.cx("itemLabel")
21220
21221
  }, t.ptm("itemLabel")), Q(o.getOptionLabel(C)), 17)];
21221
21222
  })], 16, QI)), [[d]])], 64);
@@ -21235,7 +21236,7 @@ function XI(t, e, n, r, i, o) {
21235
21236
  "data-p-hidden-accessible": !0
21236
21237
  }), [$(t.$slots, "empty", {}, function() {
21237
21238
  return [Qe(Q(o.emptyMessageText), 1)];
21238
- })], 16)) : P("", !0)], 16, YI)];
21239
+ })], 16)) : I("", !0)], 16, YI)];
21239
21240
  }),
21240
21241
  _: 2
21241
21242
  }, [t.$slots.loader ? {
@@ -21257,13 +21258,13 @@ function XI(t, e, n, r, i, o) {
21257
21258
  class: "p-hidden-accessible"
21258
21259
  }, t.ptm("hiddenEmptyMessage"), {
21259
21260
  "data-p-hidden-accessible": !0
21260
- }), Q(o.emptyMessageText), 17)) : P("", !0), I("span", O({
21261
+ }), Q(o.emptyMessageText), 17)) : I("", !0), P("span", O({
21261
21262
  role: "status",
21262
21263
  "aria-live": "polite",
21263
21264
  class: "p-hidden-accessible"
21264
21265
  }, t.ptm("hiddenSelectedMessage"), {
21265
21266
  "data-p-hidden-accessible": !0
21266
- }), Q(o.selectedMessageText), 17), I("span", O({
21267
+ }), Q(o.selectedMessageText), 17), P("span", O({
21267
21268
  ref: "lastHiddenFocusableElementOnOverlay",
21268
21269
  role: "presentation",
21269
21270
  "aria-hidden": "true",
@@ -21275,7 +21276,7 @@ function XI(t, e, n, r, i, o) {
21275
21276
  }, t.ptm("hiddenLastFocusableEl"), {
21276
21277
  "data-p-hidden-accessible": !0,
21277
21278
  "data-p-hidden-focusable": !0
21278
- }), null, 16)], 16)) : P("", !0)];
21279
+ }), null, 16)], 16)) : I("", !0)];
21279
21280
  }),
21280
21281
  _: 3
21281
21282
  }, 16, ["onEnter", "onAfterEnter", "onLeave", "onAfterLeave"])];
@@ -21533,8 +21534,8 @@ function cP(t, e, n, r, i, o) {
21533
21534
  return [t.icon ? (v(), k("span", O({
21534
21535
  key: 0,
21535
21536
  class: [t.cx("icon"), t.icon, t.iconClass]
21536
- }, t.ptm("icon")), null, 16)) : P("", !0)];
21537
- }), I("span", O({
21537
+ }, t.ptm("icon")), null, 16)) : I("", !0)];
21538
+ }), P("span", O({
21538
21539
  class: t.cx("label")
21539
21540
  }, t.ptm("label")), Q(t.label || " "), 17), t.badge ? (v(), R(a, O({
21540
21541
  key: 2,
@@ -21542,14 +21543,14 @@ function cP(t, e, n, r, i, o) {
21542
21543
  class: t.badgeClass,
21543
21544
  severity: t.badgeSeverity,
21544
21545
  unstyled: t.unstyled
21545
- }, t.ptm("badge")), null, 16, ["value", "class", "severity", "unstyled"])) : P("", !0)];
21546
+ }, t.ptm("badge")), null, 16, ["value", "class", "severity", "unstyled"])) : I("", !0)];
21546
21547
  })], 16, uP)), [[l]]);
21547
21548
  }
21548
21549
  yf.render = cP;
21549
21550
  var nv = {
21550
21551
  name: "AngleDownIcon",
21551
21552
  extends: $e
21552
- }, dP = /* @__PURE__ */ I("path", {
21553
+ }, dP = /* @__PURE__ */ P("path", {
21553
21554
  d: "M3.58659 4.5007C3.68513 4.50023 3.78277 4.51945 3.87379 4.55723C3.9648 4.59501 4.04735 4.65058 4.11659 4.7207L7.11659 7.7207L10.1166 4.7207C10.2619 4.65055 10.4259 4.62911 10.5843 4.65956C10.7427 4.69002 10.8871 4.77074 10.996 4.88976C11.1049 5.00877 11.1726 5.15973 11.1889 5.32022C11.2052 5.48072 11.1693 5.6422 11.0866 5.7807L7.58659 9.2807C7.44597 9.42115 7.25534 9.50004 7.05659 9.50004C6.85784 9.50004 6.66722 9.42115 6.52659 9.2807L3.02659 5.7807C2.88614 5.64007 2.80725 5.44945 2.80725 5.2507C2.80725 5.05195 2.88614 4.86132 3.02659 4.7207C3.09932 4.64685 3.18675 4.58911 3.28322 4.55121C3.37969 4.51331 3.48305 4.4961 3.58659 4.5007Z",
21554
21555
  fill: "currentColor"
21555
21556
  }, null, -1), fP = [dP];
@@ -21566,7 +21567,7 @@ nv.render = hP;
21566
21567
  var rv = {
21567
21568
  name: "AngleUpIcon",
21568
21569
  extends: $e
21569
- }, pP = /* @__PURE__ */ I("path", {
21570
+ }, pP = /* @__PURE__ */ P("path", {
21570
21571
  d: "M10.4134 9.49931C10.3148 9.49977 10.2172 9.48055 10.1262 9.44278C10.0352 9.405 9.95263 9.34942 9.88338 9.27931L6.88338 6.27931L3.88338 9.27931C3.73811 9.34946 3.57409 9.3709 3.41567 9.34044C3.25724 9.30999 3.11286 9.22926 3.00395 9.11025C2.89504 8.99124 2.82741 8.84028 2.8111 8.67978C2.79478 8.51928 2.83065 8.35781 2.91338 8.21931L6.41338 4.71931C6.55401 4.57886 6.74463 4.49997 6.94338 4.49997C7.14213 4.49997 7.33276 4.57886 7.47338 4.71931L10.9734 8.21931C11.1138 8.35994 11.1927 8.55056 11.1927 8.74931C11.1927 8.94806 11.1138 9.13868 10.9734 9.27931C10.9007 9.35315 10.8132 9.41089 10.7168 9.44879C10.6203 9.48669 10.5169 9.5039 10.4134 9.49931Z",
21571
21572
  fill: "currentColor"
21572
21573
  }, null, -1), mP = [pP];
@@ -22580,7 +22581,7 @@ function RP(t, e, n, r, i, o) {
22580
22581
  })];
22581
22582
  }),
22582
22583
  _: 3
22583
- }, 16, ["class", "disabled", "pt", "unstyled"])], 16)) : P("", !0), t.showButtons && t.buttonLayout !== "stacked" ? (v(), R(a, O({
22584
+ }, 16, ["class", "disabled", "pt", "unstyled"])], 16)) : I("", !0), t.showButtons && t.buttonLayout !== "stacked" ? (v(), R(a, O({
22584
22585
  key: 1,
22585
22586
  class: [t.cx("incrementButton"), t.incrementButtonClass]
22586
22587
  }, a0(o.upButtonListeners), {
@@ -22601,7 +22602,7 @@ function RP(t, e, n, r, i, o) {
22601
22602
  })];
22602
22603
  }),
22603
22604
  _: 3
22604
- }, 16, ["class", "disabled", "pt", "unstyled"])) : P("", !0), t.showButtons && t.buttonLayout !== "stacked" ? (v(), R(a, O({
22605
+ }, 16, ["class", "disabled", "pt", "unstyled"])) : I("", !0), t.showButtons && t.buttonLayout !== "stacked" ? (v(), R(a, O({
22605
22606
  key: 2,
22606
22607
  class: [t.cx("decrementButton"), t.decrementButtonClass]
22607
22608
  }, a0(o.downButtonListeners), {
@@ -22622,13 +22623,13 @@ function RP(t, e, n, r, i, o) {
22622
22623
  })];
22623
22624
  }),
22624
22625
  _: 3
22625
- }, 16, ["class", "disabled", "pt", "unstyled"])) : P("", !0)], 16);
22626
+ }, 16, ["class", "disabled", "pt", "unstyled"])) : I("", !0)], 16);
22626
22627
  }
22627
22628
  ov.render = RP;
22628
22629
  var sv = {
22629
22630
  name: "AngleDoubleRightIcon",
22630
22631
  extends: $e
22631
- }, LP = /* @__PURE__ */ I("path", {
22632
+ }, LP = /* @__PURE__ */ P("path", {
22632
22633
  "fill-rule": "evenodd",
22633
22634
  "clip-rule": "evenodd",
22634
22635
  d: "M7.68757 11.1451C7.7791 11.1831 7.8773 11.2024 7.9764 11.2019C8.07769 11.1985 8.17721 11.1745 8.26886 11.1312C8.36052 11.088 8.44238 11.0265 8.50943 10.9505L12.0294 7.49085C12.1707 7.34942 12.25 7.15771 12.25 6.95782C12.25 6.75794 12.1707 6.56622 12.0294 6.42479L8.50943 2.90479C8.37014 2.82159 8.20774 2.78551 8.04633 2.80192C7.88491 2.81833 7.73309 2.88635 7.6134 2.99588C7.4937 3.10541 7.41252 3.25061 7.38189 3.40994C7.35126 3.56927 7.37282 3.73423 7.44337 3.88033L10.4605 6.89748L7.44337 9.91463C7.30212 10.0561 7.22278 10.2478 7.22278 10.4477C7.22278 10.6475 7.30212 10.8393 7.44337 10.9807C7.51301 11.0512 7.59603 11.1071 7.68757 11.1451ZM1.94207 10.9505C2.07037 11.0968 2.25089 11.1871 2.44493 11.2019C2.63898 11.1871 2.81949 11.0968 2.94779 10.9505L6.46779 7.49085C6.60905 7.34942 6.68839 7.15771 6.68839 6.95782C6.68839 6.75793 6.60905 6.56622 6.46779 6.42479L2.94779 2.90479C2.80704 2.83757 2.6489 2.81563 2.49517 2.84201C2.34143 2.86839 2.19965 2.94178 2.08936 3.05207C1.97906 3.16237 1.90567 3.30415 1.8793 3.45788C1.85292 3.61162 1.87485 3.76975 1.94207 3.9105L4.95922 6.92765L1.94207 9.9448C1.81838 10.0831 1.75 10.2621 1.75 10.4477C1.75 10.6332 1.81838 10.8122 1.94207 10.9505Z",
@@ -22647,7 +22648,7 @@ sv.render = $P;
22647
22648
  var av = {
22648
22649
  name: "AngleRightIcon",
22649
22650
  extends: $e
22650
- }, FP = /* @__PURE__ */ I("path", {
22651
+ }, FP = /* @__PURE__ */ P("path", {
22651
22652
  d: "M5.25 11.1728C5.14929 11.1694 5.05033 11.1455 4.9592 11.1025C4.86806 11.0595 4.78666 10.9984 4.72 10.9228C4.57955 10.7822 4.50066 10.5916 4.50066 10.3928C4.50066 10.1941 4.57955 10.0035 4.72 9.86283L7.72 6.86283L4.72 3.86283C4.66067 3.71882 4.64765 3.55991 4.68275 3.40816C4.71785 3.25642 4.79932 3.11936 4.91585 3.01602C5.03238 2.91268 5.17819 2.84819 5.33305 2.83149C5.4879 2.81479 5.64411 2.84671 5.78 2.92283L9.28 6.42283C9.42045 6.56346 9.49934 6.75408 9.49934 6.95283C9.49934 7.15158 9.42045 7.34221 9.28 7.48283L5.78 10.9228C5.71333 10.9984 5.63193 11.0595 5.5408 11.1025C5.44966 11.1455 5.35071 11.1694 5.25 11.1728Z",
22652
22653
  fill: "currentColor"
22653
22654
  }, null, -1), BP = [FP];
@@ -22664,7 +22665,7 @@ av.render = VP;
22664
22665
  var lv = {
22665
22666
  name: "AngleLeftIcon",
22666
22667
  extends: $e
22667
- }, HP = /* @__PURE__ */ I("path", {
22668
+ }, HP = /* @__PURE__ */ P("path", {
22668
22669
  d: "M8.75 11.185C8.65146 11.1854 8.55381 11.1662 8.4628 11.1284C8.37179 11.0906 8.28924 11.0351 8.22 10.965L4.72 7.46496C4.57955 7.32433 4.50066 7.13371 4.50066 6.93496C4.50066 6.73621 4.57955 6.54558 4.72 6.40496L8.22 2.93496C8.36095 2.84357 8.52851 2.80215 8.69582 2.81733C8.86312 2.83252 9.02048 2.90344 9.14268 3.01872C9.26487 3.134 9.34483 3.28696 9.36973 3.4531C9.39463 3.61924 9.36303 3.78892 9.28 3.93496L6.28 6.93496L9.28 9.93496C9.42045 10.0756 9.49934 10.2662 9.49934 10.465C9.49934 10.6637 9.42045 10.8543 9.28 10.995C9.13526 11.1257 8.9448 11.1939 8.75 11.185Z",
22669
22670
  fill: "currentColor"
22670
22671
  }, null, -1), _P = [HP];
@@ -23408,7 +23409,7 @@ function aD(t, e, n, r, i, o) {
23408
23409
  class: t.cx("start")
23409
23410
  }, t.ptm("start")), [$(t.$slots, "start", {
23410
23411
  state: o.currentState
23411
- })], 16)) : P("", !0), (v(!0), k(oe, null, Pe(g, function(y) {
23412
+ })], 16)) : I("", !0), (v(!0), k(oe, null, Pe(g, function(y) {
23412
23413
  return v(), k(oe, {
23413
23414
  key: y
23414
23415
  }, [y === "FirstPageLink" ? (v(), R(s, {
@@ -23505,14 +23506,14 @@ function aD(t, e, n, r, i, o) {
23505
23506
  disabled: o.empty,
23506
23507
  unstyled: t.unstyled,
23507
23508
  pt: t.pt
23508
- }, null, 8, ["page", "disabled", "unstyled", "pt"])) : P("", !0)], 64);
23509
+ }, null, 8, ["page", "disabled", "unstyled", "pt"])) : I("", !0)], 64);
23509
23510
  }), 128)), t.$slots.end ? (v(), k("div", O({
23510
23511
  key: 1,
23511
23512
  class: t.cx("end")
23512
23513
  }, t.ptm("end")), [$(t.$slots, "end", {
23513
23514
  state: o.currentState
23514
- })], 16)) : P("", !0)], 16);
23515
- }), 128))], 16)) : P("", !0);
23515
+ })], 16)) : I("", !0)], 16);
23516
+ }), 128))], 16)) : I("", !0);
23516
23517
  }
23517
23518
  bv.render = aD;
23518
23519
  var lD = {
@@ -23691,7 +23692,7 @@ var lD = {
23691
23692
  }), vf = {
23692
23693
  name: "ChevronRightIcon",
23693
23694
  extends: $e
23694
- }, dD = /* @__PURE__ */ I("path", {
23695
+ }, dD = /* @__PURE__ */ P("path", {
23695
23696
  d: "M4.38708 13C4.28408 13.0005 4.18203 12.9804 4.08691 12.9409C3.99178 12.9014 3.9055 12.8433 3.83313 12.7701C3.68634 12.6231 3.60388 12.4238 3.60388 12.2161C3.60388 12.0084 3.68634 11.8091 3.83313 11.6622L8.50507 6.99022L3.83313 2.31827C3.69467 2.16968 3.61928 1.97313 3.62287 1.77005C3.62645 1.56698 3.70872 1.37322 3.85234 1.22959C3.99596 1.08597 4.18972 1.00371 4.3928 1.00012C4.59588 0.996539 4.79242 1.07192 4.94102 1.21039L10.1669 6.43628C10.3137 6.58325 10.3962 6.78249 10.3962 6.99022C10.3962 7.19795 10.3137 7.39718 10.1669 7.54416L4.94102 12.7701C4.86865 12.8433 4.78237 12.9014 4.68724 12.9409C4.59212 12.9804 4.49007 13.0005 4.38708 13Z",
23696
23697
  fill: "currentColor"
23697
23698
  }, null, -1), fD = [dD];
@@ -23708,7 +23709,7 @@ vf.render = hD;
23708
23709
  var wv = {
23709
23710
  name: "BarsIcon",
23710
23711
  extends: $e
23711
- }, pD = /* @__PURE__ */ I("path", {
23712
+ }, pD = /* @__PURE__ */ P("path", {
23712
23713
  "fill-rule": "evenodd",
23713
23714
  "clip-rule": "evenodd",
23714
23715
  d: "M13.3226 3.6129H0.677419C0.497757 3.6129 0.325452 3.54152 0.198411 3.41448C0.0713707 3.28744 0 3.11514 0 2.93548C0 2.75581 0.0713707 2.58351 0.198411 2.45647C0.325452 2.32943 0.497757 2.25806 0.677419 2.25806H13.3226C13.5022 2.25806 13.6745 2.32943 13.8016 2.45647C13.9286 2.58351 14 2.75581 14 2.93548C14 3.11514 13.9286 3.28744 13.8016 3.41448C13.6745 3.54152 13.5022 3.6129 13.3226 3.6129ZM13.3226 7.67741H0.677419C0.497757 7.67741 0.325452 7.60604 0.198411 7.479C0.0713707 7.35196 0 7.17965 0 6.99999C0 6.82033 0.0713707 6.64802 0.198411 6.52098C0.325452 6.39394 0.497757 6.32257 0.677419 6.32257H13.3226C13.5022 6.32257 13.6745 6.39394 13.8016 6.52098C13.9286 6.64802 14 6.82033 14 6.99999C14 7.17965 13.9286 7.35196 13.8016 7.479C13.6745 7.60604 13.5022 7.67741 13.3226 7.67741ZM0.677419 11.7419H13.3226C13.5022 11.7419 13.6745 11.6706 13.8016 11.5435C13.9286 11.4165 14 11.2442 14 11.0645C14 10.8848 13.9286 10.7125 13.8016 10.5855C13.6745 10.4585 13.5022 10.3871 13.3226 10.3871H0.677419C0.497757 10.3871 0.325452 10.4585 0.198411 10.5855C0.0713707 10.7125 0 10.8848 0 11.0645C0 11.2442 0.0713707 11.4165 0.198411 11.5435C0.325452 11.6706 0.497757 11.7419 0.677419 11.7419Z",
@@ -23727,7 +23728,7 @@ wv.render = gD;
23727
23728
  var Sv = {
23728
23729
  name: "PencilIcon",
23729
23730
  extends: $e
23730
- }, yD = /* @__PURE__ */ I("path", {
23731
+ }, yD = /* @__PURE__ */ P("path", {
23731
23732
  d: "M0.609628 13.959C0.530658 13.9599 0.452305 13.9451 0.379077 13.9156C0.305849 13.8861 0.239191 13.8424 0.18294 13.787C0.118447 13.7234 0.0688234 13.6464 0.0376166 13.5614C0.00640987 13.4765 -0.00560954 13.3857 0.00241768 13.2956L0.25679 10.1501C0.267698 10.0041 0.331934 9.86709 0.437312 9.76516L9.51265 0.705715C10.0183 0.233014 10.6911 -0.0203041 11.3835 0.00127367C12.0714 0.00660201 12.7315 0.27311 13.2298 0.746671C13.7076 1.23651 13.9824 1.88848 13.9992 2.57201C14.0159 3.25554 13.7733 3.92015 13.32 4.4327L4.23648 13.5331C4.13482 13.6342 4.0017 13.6978 3.85903 13.7133L0.667067 14L0.609628 13.959ZM1.43018 10.4696L1.25787 12.714L3.50619 12.5092L12.4502 3.56444C12.6246 3.35841 12.7361 3.10674 12.7714 2.83933C12.8067 2.57193 12.7644 2.30002 12.6495 2.05591C12.5346 1.8118 12.3519 1.60575 12.1231 1.46224C11.8943 1.31873 11.6291 1.2438 11.3589 1.24633C11.1813 1.23508 11.0033 1.25975 10.8355 1.31887C10.6677 1.37798 10.5136 1.47033 10.3824 1.59036L1.43018 10.4696Z",
23732
23733
  fill: "currentColor"
23733
23734
  }, null, -1), vD = [yD];
@@ -23907,7 +23908,7 @@ function ID(t, e, n, r, i, o) {
23907
23908
  }, o.getPTOptions("root"), {
23908
23909
  "data-p-highlight": o.checked,
23909
23910
  "data-p-disabled": t.disabled
23910
- }), [I("input", O({
23911
+ }), [P("input", O({
23911
23912
  id: t.inputId,
23912
23913
  type: "checkbox",
23913
23914
  class: [t.cx("input"), t.inputClass],
@@ -23931,7 +23932,7 @@ function ID(t, e, n, r, i, o) {
23931
23932
  onChange: e[2] || (e[2] = function() {
23932
23933
  return o.onChange && o.onChange.apply(o, arguments);
23933
23934
  })
23934
- }, o.getPTOptions("input")), null, 16, AD), I("div", O({
23935
+ }, o.getPTOptions("input")), null, 16, AD), P("div", O({
23935
23936
  class: t.cx("box")
23936
23937
  }, o.getPTOptions("box")), [$(t.$slots, "icon", {
23937
23938
  checked: o.checked,
@@ -23940,7 +23941,7 @@ function ID(t, e, n, r, i, o) {
23940
23941
  return [o.checked ? (v(), R(s, O({
23941
23942
  key: 0,
23942
23943
  class: t.cx("icon")
23943
- }, o.getPTOptions("icon")), null, 16, ["class"])) : P("", !0)];
23944
+ }, o.getPTOptions("icon")), null, 16, ["class"])) : I("", !0)];
23944
23945
  })], 16)], 16, xD);
23945
23946
  }
23946
23947
  bf.render = ID;
@@ -24058,7 +24059,7 @@ function $D(t, e, n, r, i, o) {
24058
24059
  }, o.getPTOptions("root"), {
24059
24060
  "data-p-highlight": o.checked,
24060
24061
  "data-p-disabled": t.disabled
24061
- }), [I("input", O({
24062
+ }), [P("input", O({
24062
24063
  id: t.inputId,
24063
24064
  type: "radio",
24064
24065
  class: [t.cx("input"), t.inputClass],
@@ -24081,9 +24082,9 @@ function $D(t, e, n, r, i, o) {
24081
24082
  onChange: e[2] || (e[2] = function() {
24082
24083
  return o.onChange && o.onChange.apply(o, arguments);
24083
24084
  })
24084
- }, o.getPTOptions("input")), null, 16, ND), I("div", O({
24085
+ }, o.getPTOptions("input")), null, 16, ND), P("div", O({
24085
24086
  class: t.cx("box")
24086
- }, o.getPTOptions("box")), [I("div", O({
24087
+ }, o.getPTOptions("box")), [P("div", O({
24087
24088
  class: t.cx("icon")
24088
24089
  }, o.getPTOptions("icon")), null, 16)], 16)], 16, LD);
24089
24090
  }
@@ -24215,7 +24216,7 @@ var zD = BD.extend("focustrap", {
24215
24216
  }), kv = {
24216
24217
  name: "FilterIcon",
24217
24218
  extends: $e
24218
- }, jD = /* @__PURE__ */ I("path", {
24219
+ }, jD = /* @__PURE__ */ P("path", {
24219
24220
  d: "M8.64708 14H5.35296C5.18981 13.9979 5.03395 13.9321 4.91858 13.8167C4.8032 13.7014 4.73745 13.5455 4.73531 13.3824V7L0.329431 0.98C0.259794 0.889466 0.217389 0.780968 0.20718 0.667208C0.19697 0.553448 0.219379 0.439133 0.271783 0.337647C0.324282 0.236453 0.403423 0.151519 0.500663 0.0920138C0.597903 0.0325088 0.709548 0.000692754 0.823548 0H13.1765C13.2905 0.000692754 13.4021 0.0325088 13.4994 0.0920138C13.5966 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7826 0.780968 13.7402 0.889466 13.6706 0.98L9.26472 7V13.3824C9.26259 13.5455 9.19683 13.7014 9.08146 13.8167C8.96609 13.9321 8.81022 13.9979 8.64708 14ZM5.97061 12.7647H8.02943V6.79412C8.02878 6.66289 8.07229 6.53527 8.15296 6.43177L11.9412 1.23529H2.05884L5.86355 6.43177C5.94422 6.53527 5.98773 6.66289 5.98708 6.79412L5.97061 12.7647Z",
24220
24221
  fill: "currentColor"
24221
24222
  }, null, -1), ZD = [jD];
@@ -24232,7 +24233,7 @@ kv.render = WD;
24232
24233
  var Ov = {
24233
24234
  name: "FilterSlashIcon",
24234
24235
  extends: $e
24235
- }, UD = /* @__PURE__ */ I("path", {
24236
+ }, UD = /* @__PURE__ */ P("path", {
24236
24237
  "fill-rule": "evenodd",
24237
24238
  "clip-rule": "evenodd",
24238
24239
  d: "M13.4994 0.0920138C13.5967 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7827 0.780968 13.7403 0.889466 13.6707 0.98L11.406 4.06823C11.3099 4.19928 11.1656 4.28679 11.005 4.3115C10.8444 4.33621 10.6805 4.2961 10.5495 4.2C10.4184 4.1039 10.3309 3.95967 10.3062 3.79905C10.2815 3.63843 10.3216 3.47458 10.4177 3.34353L11.9412 1.23529H7.41184C7.24803 1.23529 7.09093 1.17022 6.97509 1.05439C6.85926 0.938558 6.79419 0.781457 6.79419 0.617647C6.79419 0.453837 6.85926 0.296736 6.97509 0.180905C7.09093 0.0650733 7.24803 0 7.41184 0H13.1765C13.2905 0.000692754 13.4022 0.0325088 13.4994 0.0920138ZM4.20008 0.181168H4.24126L13.2013 9.03411C13.3169 9.14992 13.3819 9.3069 13.3819 9.47058C13.3819 9.63426 13.3169 9.79124 13.2013 9.90705C13.1445 9.96517 13.0766 10.0112 13.0016 10.0423C12.9266 10.0735 12.846 10.0891 12.7648 10.0882C12.6836 10.0886 12.6032 10.0728 12.5283 10.0417C12.4533 10.0106 12.3853 9.96479 12.3283 9.90705L9.3142 6.92587L9.26479 6.99999V13.3823C9.26265 13.5455 9.19689 13.7014 9.08152 13.8167C8.96615 13.9321 8.81029 13.9979 8.64714 14H5.35302C5.18987 13.9979 5.03401 13.9321 4.91864 13.8167C4.80327 13.7014 4.73751 13.5455 4.73537 13.3823V6.99999L0.329492 1.02117C0.259855 0.930634 0.21745 0.822137 0.207241 0.708376C0.197031 0.594616 0.21944 0.480301 0.271844 0.378815C0.324343 0.277621 0.403484 0.192687 0.500724 0.133182C0.597964 0.073677 0.709609 0.041861 0.823609 0.0411682H3.86243C3.92448 0.0461551 3.9855 0.060022 4.04361 0.0823446C4.10037 0.10735 4.15311 0.140655 4.20008 0.181168ZM8.02949 6.79411C8.02884 6.66289 8.07235 6.53526 8.15302 6.43176L8.42478 6.05293L3.55773 1.23529H2.0589L5.84714 6.43176C5.92781 6.53526 5.97132 6.66289 5.97067 6.79411V12.7647H8.02949V6.79411Z",
@@ -24251,7 +24252,7 @@ Ov.render = GD;
24251
24252
  var Tv = {
24252
24253
  name: "PlusIcon",
24253
24254
  extends: $e
24254
- }, qD = /* @__PURE__ */ I("path", {
24255
+ }, qD = /* @__PURE__ */ P("path", {
24255
24256
  d: "M7.67742 6.32258V0.677419C7.67742 0.497757 7.60605 0.325452 7.47901 0.198411C7.35197 0.0713707 7.17966 0 7 0C6.82034 0 6.64803 0.0713707 6.52099 0.198411C6.39395 0.325452 6.32258 0.497757 6.32258 0.677419V6.32258H0.677419C0.497757 6.32258 0.325452 6.39395 0.198411 6.52099C0.0713707 6.64803 0 6.82034 0 7C0 7.17966 0.0713707 7.35197 0.198411 7.47901C0.325452 7.60605 0.497757 7.67742 0.677419 7.67742H6.32258V13.3226C6.32492 13.5015 6.39704 13.6725 6.52358 13.799C6.65012 13.9255 6.82106 13.9977 7 14C7.17966 14 7.35197 13.9286 7.47901 13.8016C7.60605 13.6745 7.67742 13.5022 7.67742 13.3226V7.67742H13.3226C13.5022 7.67742 13.6745 7.60605 13.8016 7.47901C13.9286 7.35197 14 7.17966 14 7C13.9977 6.82106 13.9255 6.65012 13.799 6.52358C13.6725 6.39704 13.5015 6.32492 13.3226 6.32258H7.67742Z",
24256
24257
  fill: "currentColor"
24257
24258
  }, null, -1), YD = [qD];
@@ -24268,7 +24269,7 @@ Tv.render = JD;
24268
24269
  var Ev = {
24269
24270
  name: "TrashIcon",
24270
24271
  extends: $e
24271
- }, QD = /* @__PURE__ */ I("path", {
24272
+ }, QD = /* @__PURE__ */ P("path", {
24272
24273
  "fill-rule": "evenodd",
24273
24274
  "clip-rule": "evenodd",
24274
24275
  d: "M3.44802 13.9955H10.552C10.8056 14.0129 11.06 13.9797 11.3006 13.898C11.5412 13.8163 11.7632 13.6877 11.9537 13.5196C12.1442 13.3515 12.2995 13.1473 12.4104 12.9188C12.5213 12.6903 12.5858 12.442 12.6 12.1884V4.36041H13.4C13.5591 4.36041 13.7117 4.29722 13.8243 4.18476C13.9368 4.07229 14 3.91976 14 3.76071C14 3.60166 13.9368 3.44912 13.8243 3.33666C13.7117 3.22419 13.5591 3.16101 13.4 3.16101H12.0537C12.0203 3.1557 11.9863 3.15299 11.952 3.15299C11.9178 3.15299 11.8838 3.1557 11.8503 3.16101H11.2285C11.2421 3.10893 11.2487 3.05513 11.248 3.00106V1.80966C11.2171 1.30262 10.9871 0.828306 10.608 0.48989C10.229 0.151475 9.73159 -0.0236625 9.22402 0.00257442H4.77602C4.27251 -0.0171866 3.78126 0.160868 3.40746 0.498617C3.03365 0.836366 2.807 1.30697 2.77602 1.80966V3.00106C2.77602 3.0556 2.78346 3.10936 2.79776 3.16101H0.6C0.521207 3.16101 0.443185 3.17652 0.37039 3.20666C0.297595 3.2368 0.231451 3.28097 0.175736 3.33666C0.120021 3.39235 0.0758251 3.45846 0.0456722 3.53121C0.0155194 3.60397 0 3.68196 0 3.76071C0 3.83946 0.0155194 3.91744 0.0456722 3.9902C0.0758251 4.06296 0.120021 4.12907 0.175736 4.18476C0.231451 4.24045 0.297595 4.28462 0.37039 4.31476C0.443185 4.3449 0.521207 4.36041 0.6 4.36041H1.40002V12.1884C1.41426 12.442 1.47871 12.6903 1.58965 12.9188C1.7006 13.1473 1.85582 13.3515 2.04633 13.5196C2.23683 13.6877 2.45882 13.8163 2.69944 13.898C2.94005 13.9797 3.1945 14.0129 3.44802 13.9955ZM2.60002 4.36041H11.304V12.1884C11.304 12.5163 10.952 12.7961 10.504 12.7961H3.40002C2.97602 12.7961 2.60002 12.5163 2.60002 12.1884V4.36041ZM3.95429 3.16101C3.96859 3.10936 3.97602 3.0556 3.97602 3.00106V1.80966C3.97602 1.48183 4.33602 1.20197 4.77602 1.20197H9.24802C9.66403 1.20197 10.048 1.48183 10.048 1.80966V3.00106C10.0473 3.05515 10.054 3.10896 10.0678 3.16101H3.95429ZM5.57571 10.997C5.41731 10.995 5.26597 10.9311 5.15395 10.8191C5.04193 10.7071 4.97808 10.5558 4.97601 10.3973V6.77517C4.97601 6.61612 5.0392 6.46359 5.15166 6.35112C5.26413 6.23866 5.41666 6.17548 5.57571 6.17548C5.73476 6.17548 5.8873 6.23866 5.99976 6.35112C6.11223 6.46359 6.17541 6.61612 6.17541 6.77517V10.3894C6.17647 10.4688 6.16174 10.5476 6.13208 10.6213C6.10241 10.695 6.05841 10.762 6.00261 10.8186C5.94682 10.8751 5.88035 10.92 5.80707 10.9506C5.73378 10.9813 5.65514 10.9971 5.57571 10.997ZM7.99968 10.8214C8.11215 10.9339 8.26468 10.997 8.42373 10.997C8.58351 10.9949 8.73604 10.93 8.84828 10.8163C8.96052 10.7025 9.02345 10.5491 9.02343 10.3894V6.77517C9.02343 6.61612 8.96025 6.46359 8.84778 6.35112C8.73532 6.23866 8.58278 6.17548 8.42373 6.17548C8.26468 6.17548 8.11215 6.23866 7.99968 6.35112C7.88722 6.46359 7.82404 6.61612 7.82404 6.77517V10.3973C7.82404 10.5564 7.88722 10.7089 7.99968 10.8214Z",
@@ -24287,16 +24288,16 @@ Ev.render = eR;
24287
24288
  var Pc = {
24288
24289
  name: "SortAltIcon",
24289
24290
  extends: $e
24290
- }, tR = /* @__PURE__ */ I("path", {
24291
+ }, tR = /* @__PURE__ */ P("path", {
24291
24292
  d: "M5.64515 3.61291C5.47353 3.61291 5.30192 3.54968 5.16644 3.4142L3.38708 1.63484L1.60773 3.4142C1.34579 3.67613 0.912244 3.67613 0.650309 3.4142C0.388374 3.15226 0.388374 2.71871 0.650309 2.45678L2.90837 0.198712C3.17031 -0.0632236 3.60386 -0.0632236 3.86579 0.198712L6.12386 2.45678C6.38579 2.71871 6.38579 3.15226 6.12386 3.4142C5.98837 3.54968 5.81676 3.61291 5.64515 3.61291Z",
24292
24293
  fill: "currentColor"
24293
- }, null, -1), nR = /* @__PURE__ */ I("path", {
24294
+ }, null, -1), nR = /* @__PURE__ */ P("path", {
24294
24295
  d: "M3.38714 14C3.01681 14 2.70972 13.6929 2.70972 13.3226V0.677419C2.70972 0.307097 3.01681 0 3.38714 0C3.75746 0 4.06456 0.307097 4.06456 0.677419V13.3226C4.06456 13.6929 3.75746 14 3.38714 14Z",
24295
24296
  fill: "currentColor"
24296
- }, null, -1), rR = /* @__PURE__ */ I("path", {
24297
+ }, null, -1), rR = /* @__PURE__ */ P("path", {
24297
24298
  d: "M10.6129 14C10.4413 14 10.2697 13.9368 10.1342 13.8013L7.87611 11.5432C7.61418 11.2813 7.61418 10.8477 7.87611 10.5858C8.13805 10.3239 8.5716 10.3239 8.83353 10.5858L10.6129 12.3652L12.3922 10.5858C12.6542 10.3239 13.0877 10.3239 13.3497 10.5858C13.6116 10.8477 13.6116 11.2813 13.3497 11.5432L11.0916 13.8013C10.9561 13.9368 10.7845 14 10.6129 14Z",
24298
24299
  fill: "currentColor"
24299
- }, null, -1), iR = /* @__PURE__ */ I("path", {
24300
+ }, null, -1), iR = /* @__PURE__ */ P("path", {
24300
24301
  d: "M10.6129 14C10.2426 14 9.93552 13.6929 9.93552 13.3226V0.677419C9.93552 0.307097 10.2426 0 10.6129 0C10.9833 0 11.2904 0.307097 11.2904 0.677419V13.3226C11.2904 13.6929 10.9832 14 10.6129 14Z",
24301
24302
  fill: "currentColor"
24302
24303
  }, null, -1), oR = [tR, nR, rR, iR];
@@ -24313,7 +24314,7 @@ Pc.render = sR;
24313
24314
  var Dc = {
24314
24315
  name: "SortAmountDownIcon",
24315
24316
  extends: $e
24316
- }, aR = /* @__PURE__ */ I("path", {
24317
+ }, aR = /* @__PURE__ */ P("path", {
24317
24318
  d: "M4.93953 10.5858L3.83759 11.6877V0.677419C3.83759 0.307097 3.53049 0 3.16017 0C2.78985 0 2.48275 0.307097 2.48275 0.677419V11.6877L1.38082 10.5858C1.11888 10.3239 0.685331 10.3239 0.423396 10.5858C0.16146 10.8477 0.16146 11.2813 0.423396 11.5432L2.68146 13.8013C2.74469 13.8645 2.81694 13.9097 2.89823 13.9458C2.97952 13.9819 3.06985 14 3.16017 14C3.25049 14 3.33178 13.9819 3.42211 13.9458C3.5034 13.9097 3.57565 13.8645 3.63888 13.8013L5.89694 11.5432C6.15888 11.2813 6.15888 10.8477 5.89694 10.5858C5.63501 10.3239 5.20146 10.3239 4.93953 10.5858ZM13.0957 0H7.22468C6.85436 0 6.54726 0.307097 6.54726 0.677419C6.54726 1.04774 6.85436 1.35484 7.22468 1.35484H13.0957C13.466 1.35484 13.7731 1.04774 13.7731 0.677419C13.7731 0.307097 13.466 0 13.0957 0ZM7.22468 5.41935H9.48275C9.85307 5.41935 10.1602 5.72645 10.1602 6.09677C10.1602 6.4671 9.85307 6.77419 9.48275 6.77419H7.22468C6.85436 6.77419 6.54726 6.4671 6.54726 6.09677C6.54726 5.72645 6.85436 5.41935 7.22468 5.41935ZM7.6763 8.12903H7.22468C6.85436 8.12903 6.54726 8.43613 6.54726 8.80645C6.54726 9.17677 6.85436 9.48387 7.22468 9.48387H7.6763C8.04662 9.48387 8.35372 9.17677 8.35372 8.80645C8.35372 8.43613 8.04662 8.12903 7.6763 8.12903ZM7.22468 2.70968H11.2892C11.6595 2.70968 11.9666 3.01677 11.9666 3.3871C11.9666 3.75742 11.6595 4.06452 11.2892 4.06452H7.22468C6.85436 4.06452 6.54726 3.75742 6.54726 3.3871C6.54726 3.01677 6.85436 2.70968 7.22468 2.70968Z",
24318
24319
  fill: "currentColor"
24319
24320
  }, null, -1), lR = [aR];
@@ -24330,7 +24331,7 @@ Dc.render = uR;
24330
24331
  var Rc = {
24331
24332
  name: "SortAmountUpAltIcon",
24332
24333
  extends: $e
24333
- }, cR = /* @__PURE__ */ I("path", {
24334
+ }, cR = /* @__PURE__ */ P("path", {
24334
24335
  d: "M3.63435 0.19871C3.57113 0.135484 3.49887 0.0903226 3.41758 0.0541935C3.255 -0.0180645 3.06532 -0.0180645 2.90274 0.0541935C2.82145 0.0903226 2.74919 0.135484 2.68597 0.19871L0.427901 2.45677C0.165965 2.71871 0.165965 3.15226 0.427901 3.41419C0.689836 3.67613 1.12338 3.67613 1.38532 3.41419L2.48726 2.31226V13.3226C2.48726 13.6929 2.79435 14 3.16467 14C3.535 14 3.84209 13.6929 3.84209 13.3226V2.31226L4.94403 3.41419C5.07951 3.54968 5.25113 3.6129 5.42274 3.6129C5.59435 3.6129 5.76597 3.54968 5.90145 3.41419C6.16338 3.15226 6.16338 2.71871 5.90145 2.45677L3.64338 0.19871H3.63435ZM13.7685 13.3226C13.7685 12.9523 13.4615 12.6452 13.0911 12.6452H7.22016C6.84984 12.6452 6.54274 12.9523 6.54274 13.3226C6.54274 13.6929 6.84984 14 7.22016 14H13.0911C13.4615 14 13.7685 13.6929 13.7685 13.3226ZM7.22016 8.58064C6.84984 8.58064 6.54274 8.27355 6.54274 7.90323C6.54274 7.5329 6.84984 7.22581 7.22016 7.22581H9.47823C9.84855 7.22581 10.1556 7.5329 10.1556 7.90323C10.1556 8.27355 9.84855 8.58064 9.47823 8.58064H7.22016ZM7.22016 5.87097H7.67177C8.0421 5.87097 8.34919 5.56387 8.34919 5.19355C8.34919 4.82323 8.0421 4.51613 7.67177 4.51613H7.22016C6.84984 4.51613 6.54274 4.82323 6.54274 5.19355C6.54274 5.56387 6.84984 5.87097 7.22016 5.87097ZM11.2847 11.2903H7.22016C6.84984 11.2903 6.54274 10.9832 6.54274 10.6129C6.54274 10.2426 6.84984 9.93548 7.22016 9.93548H11.2847C11.655 9.93548 11.9621 10.2426 11.9621 10.6129C11.9621 10.9832 11.655 11.2903 11.2847 11.2903Z",
24335
24336
  fill: "currentColor"
24336
24337
  }, null, -1), dR = [cR];
@@ -24699,7 +24700,7 @@ function pR(t, e, n, r, i, o) {
24699
24700
  }, null, 8, ["checked", "class"])) : !n.rowCheckboxIconTemplate && l.checked ? (v(), R(s, O({
24700
24701
  key: 1,
24701
24702
  class: l.class
24702
- }, o.getColumnPT("rowCheckbox.icon")), null, 16, ["class"])) : P("", !0)];
24703
+ }, o.getColumnPT("rowCheckbox.icon")), null, 16, ["class"])) : I("", !0)];
24703
24704
  }),
24704
24705
  _: 1
24705
24706
  }, 8, ["modelValue", "disabled", "aria-label", "onChange", "unstyled", "pt"]);
@@ -25230,7 +25231,7 @@ function OR(t, e, n, r, i, o) {
25230
25231
  }), [n.responsiveLayout === "stack" ? (v(), k("span", O({
25231
25232
  key: 0,
25232
25233
  class: t.cx("columnTitle")
25233
- }, o.getColumnPT("columnTitle")), Q(o.columnProp("header")), 17)) : P("", !0), n.column.children && n.column.children.body && !i.d_editing ? (v(), R(le(n.column.children.body), {
25234
+ }, o.getColumnPT("columnTitle")), Q(o.columnProp("header")), 17)) : I("", !0), n.column.children && n.column.children.body && !i.d_editing ? (v(), R(le(n.column.children.body), {
25234
25235
  key: 1,
25235
25236
  data: n.rowData,
25236
25237
  column: n.column,
@@ -25282,7 +25283,7 @@ function OR(t, e, n, r, i, o) {
25282
25283
  index: n.index,
25283
25284
  unstyled: t.unstyled,
25284
25285
  pt: t.pt
25285
- }, null, 8, ["value", "checked", "rowCheckboxIconTemplate", "aria-selected", "column", "index", "unstyled", "pt"])) : P("", !0)], 64)) : o.columnProp("rowReorder") ? (v(), k(oe, {
25286
+ }, null, 8, ["value", "checked", "rowCheckboxIconTemplate", "aria-selected", "column", "index", "unstyled", "pt"])) : I("", !0)], 64)) : o.columnProp("rowReorder") ? (v(), k(oe, {
25286
25287
  key: 5
25287
25288
  }, [n.column.children && n.column.children.rowreordericon ? (v(), R(le(n.column.children.rowreordericon), {
25288
25289
  key: 0,
@@ -25323,9 +25324,9 @@ function OR(t, e, n, r, i, o) {
25323
25324
  }, null, 2)) : !n.isRowExpanded && !n.collapsedRowIcon ? (v(), R(c, O({
25324
25325
  key: 3,
25325
25326
  class: t.cx("rowTogglerIcon")
25326
- }, o.getColumnPT("rowTogglerIcon")), null, 16, ["class"])) : P("", !0)], 64))], 16, wR)), [[d]]) : n.editMode === "row" && o.columnProp("rowEditor") ? (v(), k(oe, {
25327
+ }, o.getColumnPT("rowTogglerIcon")), null, 16, ["class"])) : I("", !0)], 64))], 16, wR)), [[d]]) : n.editMode === "row" && o.columnProp("rowEditor") ? (v(), k(oe, {
25327
25328
  key: 7
25328
- }, [i.d_editing ? P("", !0) : st((v(), k("button", O({
25329
+ }, [i.d_editing ? I("", !0) : st((v(), k("button", O({
25329
25330
  key: 0,
25330
25331
  class: t.cx("rowEditorInitButton"),
25331
25332
  type: "button",
@@ -25349,7 +25350,7 @@ function OR(t, e, n, r, i, o) {
25349
25350
  "data-pc-group-section": "rowactionbutton"
25350
25351
  }), [(v(), R(le(n.column.children && n.column.children.roweditorsaveicon || "CheckIcon"), O({
25351
25352
  class: t.cx("rowEditorSaveIcon")
25352
- }, o.getColumnPT("rowEditorSaveIcon")), null, 16, ["class"]))], 16, CR)), [[d]]) : P("", !0), i.d_editing ? st((v(), k("button", O({
25353
+ }, o.getColumnPT("rowEditorSaveIcon")), null, 16, ["class"]))], 16, CR)), [[d]]) : I("", !0), i.d_editing ? st((v(), k("button", O({
25353
25354
  key: 2,
25354
25355
  class: t.cx("rowEditorCancelButton"),
25355
25356
  type: "button",
@@ -25361,7 +25362,7 @@ function OR(t, e, n, r, i, o) {
25361
25362
  "data-pc-group-section": "rowactionbutton"
25362
25363
  }), [(v(), R(le(n.column.children && n.column.children.roweditorcancelicon || "TimesIcon"), O({
25363
25364
  class: t.cx("rowEditorCancelIcon")
25364
- }, o.getColumnPT("rowEditorCancelIcon")), null, 16, ["class"]))], 16, kR)), [[d]]) : P("", !0)], 64)) : (v(), k(oe, {
25365
+ }, o.getColumnPT("rowEditorCancelIcon")), null, 16, ["class"]))], 16, kR)), [[d]]) : I("", !0)], 64)) : (v(), k(oe, {
25365
25366
  key: 8
25366
25367
  }, [Qe(Q(o.resolveFieldData()), 1)], 64))], 16, bR));
25367
25368
  }
@@ -25953,18 +25954,18 @@ function VR(t, e, n, r, i, o) {
25953
25954
  key: 1,
25954
25955
  class: t.cx("emptyMessage"),
25955
25956
  role: "row"
25956
- }, t.ptm("emptyMessage")), [I("td", O({
25957
+ }, t.ptm("emptyMessage")), [P("td", O({
25957
25958
  colspan: o.columnsLength
25958
25959
  }, Lr(Lr({}, o.getColumnPT("bodycell")), t.ptm("emptyMessageCell"))), [n.templates.empty ? (v(), R(le(n.templates.empty), {
25959
25960
  key: 0
25960
- })) : P("", !0)], 16, BR)], 16)) : (v(), k(oe, {
25961
+ })) : I("", !0)], 16, BR)], 16)) : (v(), k(oe, {
25961
25962
  key: 0
25962
25963
  }, [n.templates.groupheader && n.rowGroupMode === "subheader" && o.shouldRenderRowGroupHeader ? (v(), k("tr", O({
25963
25964
  key: 0,
25964
25965
  class: t.cx("rowGroupHeader"),
25965
25966
  style: n.rowGroupHeaderStyle,
25966
25967
  role: "row"
25967
- }, t.ptm("rowGroupHeader")), [I("td", O({
25968
+ }, t.ptm("rowGroupHeader")), [P("td", O({
25968
25969
  colspan: o.columnsLength - 1
25969
25970
  }, Lr(Lr({}, o.getColumnPT("bodycell")), t.ptm("rowGroupHeaderCell"))), [n.expandableRowGroups ? (v(), k("button", O({
25970
25971
  key: 0,
@@ -25990,10 +25991,10 @@ function VR(t, e, n, r, i, o) {
25990
25991
  }, t.ptm("rowGroupTogglerIcon")), null, 16)) : !o.isRowGroupExpanded && !n.collapsedRowIcon ? (v(), R(a, O({
25991
25992
  key: 3,
25992
25993
  class: t.cx("rowGroupTogglerIcon")
25993
- }, t.ptm("rowGroupTogglerIcon")), null, 16, ["class"])) : P("", !0)], 64))], 16)) : P("", !0), (v(), R(le(n.templates.groupheader), {
25994
+ }, t.ptm("rowGroupTogglerIcon")), null, 16, ["class"])) : I("", !0)], 64))], 16)) : I("", !0), (v(), R(le(n.templates.groupheader), {
25994
25995
  data: n.rowData,
25995
25996
  index: o.rowIndex
25996
- }, null, 8, ["data", "index"]))], 16, RR)], 16)) : P("", !0), !n.expandableRowGroups || o.isRowGroupExpanded ? (v(), k("tr", O({
25997
+ }, null, 8, ["data", "index"]))], 16, RR)], 16)) : I("", !0), !n.expandableRowGroups || o.isRowGroupExpanded ? (v(), k("tr", O({
25997
25998
  key: 1,
25998
25999
  class: o.rowClasses,
25999
26000
  style: o.rowStyles,
@@ -26070,27 +26071,27 @@ function VR(t, e, n, r, i, o) {
26070
26071
  onEditingMetaChange: o.onEditingMetaChange,
26071
26072
  unstyled: t.unstyled,
26072
26073
  pt: t.pt
26073
- }, null, 8, ["rowData", "column", "rowIndex", "index", "selected", "frozenRow", "rowspan", "editMode", "editing", "editingMeta", "responsiveLayout", "virtualScrollerContentProps", "ariaControls", "name", "isRowExpanded", "expandedRowIcon", "collapsedRowIcon", "onRadioChange", "onCheckboxChange", "onRowToggle", "onCellEditInit", "onCellEditComplete", "onCellEditCancel", "onRowEditInit", "onRowEditSave", "onRowEditCancel", "onEditingMetaChange", "unstyled", "pt"])) : P("", !0)], 64);
26074
- }), 256))], 16, LR)) : P("", !0), n.templates.expansion && n.expandedRows && i.d_rowExpanded ? (v(), k("tr", O({
26074
+ }, null, 8, ["rowData", "column", "rowIndex", "index", "selected", "frozenRow", "rowspan", "editMode", "editing", "editingMeta", "responsiveLayout", "virtualScrollerContentProps", "ariaControls", "name", "isRowExpanded", "expandedRowIcon", "collapsedRowIcon", "onRadioChange", "onCheckboxChange", "onRowToggle", "onCellEditInit", "onCellEditComplete", "onCellEditCancel", "onRowEditInit", "onRowEditSave", "onRowEditCancel", "onEditingMetaChange", "unstyled", "pt"])) : I("", !0)], 64);
26075
+ }), 256))], 16, LR)) : I("", !0), n.templates.expansion && n.expandedRows && i.d_rowExpanded ? (v(), k("tr", O({
26075
26076
  key: 2,
26076
26077
  id: n.expandedRowId + "_" + o.rowIndex + "_expansion",
26077
26078
  class: t.cx("rowExpansion"),
26078
26079
  role: "row"
26079
- }, t.ptm("rowExpansion")), [I("td", O({
26080
+ }, t.ptm("rowExpansion")), [P("td", O({
26080
26081
  colspan: o.columnsLength
26081
26082
  }, Lr(Lr({}, o.getColumnPT("bodycell")), t.ptm("rowExpansionCell"))), [(v(), R(le(n.templates.expansion), {
26082
26083
  data: n.rowData,
26083
26084
  index: o.rowIndex
26084
- }, null, 8, ["data", "index"]))], 16, $R)], 16, NR)) : P("", !0), n.templates.groupfooter && n.rowGroupMode === "subheader" && o.shouldRenderRowGroupFooter ? (v(), k("tr", O({
26085
+ }, null, 8, ["data", "index"]))], 16, $R)], 16, NR)) : I("", !0), n.templates.groupfooter && n.rowGroupMode === "subheader" && o.shouldRenderRowGroupFooter ? (v(), k("tr", O({
26085
26086
  key: 3,
26086
26087
  class: t.cx("rowGroupFooter"),
26087
26088
  role: "row"
26088
- }, t.ptm("rowGroupFooter")), [I("td", O({
26089
+ }, t.ptm("rowGroupFooter")), [P("td", O({
26089
26090
  colspan: o.columnsLength - 1
26090
26091
  }, Lr(Lr({}, o.getColumnPT("bodycell")), t.ptm("rowGroupFooterCell"))), [(v(), R(le(n.templates.groupfooter), {
26091
26092
  data: n.rowData,
26092
26093
  index: o.rowIndex
26093
- }, null, 8, ["data", "index"]))], 16, FR)], 16)) : P("", !0)], 64));
26094
+ }, null, 8, ["data", "index"]))], 16, FR)], 16)) : I("", !0)], 64));
26094
26095
  }
26095
26096
  Iv.render = VR;
26096
26097
  var Pv = {
@@ -26536,7 +26537,7 @@ function WR(t, e, n, r, i, o) {
26536
26537
  }), [n.column.children && n.column.children.footer ? (v(), R(le(n.column.children.footer), {
26537
26538
  key: 0,
26538
26539
  column: n.column
26539
- }, null, 8, ["column"])) : P("", !0), Qe(" " + Q(o.columnProp("footer")), 1)], 16, ZR);
26540
+ }, null, 8, ["column"])) : I("", !0), Qe(" " + Q(o.columnProp("footer")), 1)], 16, ZR);
26540
26541
  }
26541
26542
  Dv.render = WR;
26542
26543
  function UR(t, e) {
@@ -26776,7 +26777,7 @@ function JR(t, e, n, r, i, o) {
26776
26777
  }, T0(T0({}, t.ptm("footerRow")), o.getRowPT(a, "root", l))), [(v(!0), k(oe, null, Pe(o.getFooterColumns(a), function(u, c) {
26777
26778
  return v(), k(oe, {
26778
26779
  key: o.columnProp(u, "columnKey") || o.columnProp(u, "field") || c
26779
- }, [o.columnProp(u, "hidden") ? P("", !0) : (v(), R(s, {
26780
+ }, [o.columnProp(u, "hidden") ? I("", !0) : (v(), R(s, {
26780
26781
  key: 0,
26781
26782
  column: u,
26782
26783
  index: l,
@@ -26789,12 +26790,12 @@ function JR(t, e, n, r, i, o) {
26789
26790
  }, t.ptm("footerRow")), [(v(!0), k(oe, null, Pe(n.columns, function(a, l) {
26790
26791
  return v(), k(oe, {
26791
26792
  key: o.columnProp(a, "columnKey") || o.columnProp(a, "field") || l
26792
- }, [o.columnProp(a, "hidden") ? P("", !0) : (v(), R(s, {
26793
+ }, [o.columnProp(a, "hidden") ? I("", !0) : (v(), R(s, {
26793
26794
  key: 0,
26794
26795
  column: a,
26795
26796
  pt: t.pt
26796
26797
  }, null, 8, ["column", "pt"]))], 64);
26797
- }), 128))], 16))], 16)) : P("", !0);
26798
+ }), 128))], 16))], 16)) : I("", !0);
26798
26799
  }
26799
26800
  Rv.render = JR;
26800
26801
  function ba(t) {
@@ -27342,7 +27343,7 @@ function aL(t, e, n, r, i, o) {
27342
27343
  field: n.field,
27343
27344
  filterModel: n.filters[n.field],
27344
27345
  filterCallback: o.filterCallback
27345
- }, null, 8, ["field", "filterModel", "filterCallback"]))], 16)) : P("", !0), o.showMenuButton ? (v(), k("button", O({
27346
+ }, null, 8, ["field", "filterModel", "filterCallback"]))], 16)) : I("", !0), o.showMenuButton ? (v(), k("button", O({
27346
27347
  key: 1,
27347
27348
  ref: "icon",
27348
27349
  type: "button",
@@ -27357,14 +27358,14 @@ function aL(t, e, n, r, i, o) {
27357
27358
  onKeydown: e[1] || (e[1] = function(c) {
27358
27359
  return o.onToggleButtonKeyDown(c);
27359
27360
  })
27360
- }, o.getColumnPT("filterMenuButton", o.ptmFilterMenuParams)), [(v(), R(le(n.filterIconTemplate || "FilterIcon"), Lt(gn(o.getColumnPT("filterMenuIcon"))), null, 16))], 16, iL)) : P("", !0), n.showClearButton && n.display === "row" ? (v(), k("button", O({
27361
+ }, o.getColumnPT("filterMenuButton", o.ptmFilterMenuParams)), [(v(), R(le(n.filterIconTemplate || "FilterIcon"), Lt(Gn(o.getColumnPT("filterMenuIcon"))), null, 16))], 16, iL)) : I("", !0), n.showClearButton && n.display === "row" ? (v(), k("button", O({
27361
27362
  key: 2,
27362
27363
  class: t.cx("headerFilterClearButton"),
27363
27364
  type: "button",
27364
27365
  onClick: e[2] || (e[2] = function(c) {
27365
27366
  return o.clearFilter();
27366
27367
  })
27367
- }, o.getColumnPT("headerFilterClearButton", o.ptmHeaderFilterClearParams)), [(v(), R(le(n.filterClearIconTemplate || "FilterSlashIcon"), Lt(gn(o.getColumnPT("filterClearIcon"))), null, 16))], 16)) : P("", !0), A(l, null, {
27368
+ }, o.getColumnPT("headerFilterClearButton", o.ptmHeaderFilterClearParams)), [(v(), R(le(n.filterClearIconTemplate || "FilterSlashIcon"), Lt(Gn(o.getColumnPT("filterClearIcon"))), null, 16))], 16)) : I("", !0), A(l, null, {
27368
27369
  default: re(function() {
27369
27370
  return [A(gr, O({
27370
27371
  name: "p-connected-overlay",
@@ -27413,9 +27414,9 @@ function aL(t, e, n, r, i, o) {
27413
27414
  }, ["prevent"]), ["enter"])],
27414
27415
  tabindex: d === 0 ? "0" : null
27415
27416
  }, o.getColumnPT("filterRowItem", o.ptmFilterRowItemOptions(c))), Q(c.label), 17, sL);
27416
- }), 128)), I("li", O({
27417
+ }), 128)), P("li", O({
27417
27418
  class: t.cx("filterSeparator")
27418
- }, o.getColumnPT("filterSeparator")), null, 16), I("li", O({
27419
+ }, o.getColumnPT("filterSeparator")), null, 16), P("li", O({
27419
27420
  class: t.cx("filterRowItem"),
27420
27421
  onClick: e[4] || (e[4] = function(c) {
27421
27422
  return o.clearFilter();
@@ -27442,7 +27443,7 @@ function aL(t, e, n, r, i, o) {
27442
27443
  }),
27443
27444
  unstyled: t.unstyled,
27444
27445
  pt: o.getColumnPT("filterOperatorDropdown")
27445
- }, null, 8, ["options", "modelValue", "aria-label", "class", "unstyled", "pt"])], 16)) : P("", !0), I("div", O({
27446
+ }, null, 8, ["options", "modelValue", "aria-label", "class", "unstyled", "pt"])], 16)) : I("", !0), P("div", O({
27446
27447
  class: t.cx("filterConstraints")
27447
27448
  }, o.getColumnPT("filterConstraints")), [(v(!0), k(oe, null, Pe(o.fieldConstraints, function(c, d) {
27448
27449
  return v(), k("div", O({
@@ -27461,13 +27462,13 @@ function aL(t, e, n, r, i, o) {
27461
27462
  },
27462
27463
  unstyled: t.unstyled,
27463
27464
  pt: o.getColumnPT("filterMatchModeDropdown")
27464
- }, null, 8, ["options", "modelValue", "class", "aria-label", "onUpdate:modelValue", "unstyled", "pt"])) : P("", !0), n.display === "menu" ? (v(), R(le(n.filterElement), {
27465
+ }, null, 8, ["options", "modelValue", "class", "aria-label", "onUpdate:modelValue", "unstyled", "pt"])) : I("", !0), n.display === "menu" ? (v(), R(le(n.filterElement), {
27465
27466
  key: 1,
27466
27467
  field: n.field,
27467
27468
  filterModel: c,
27468
27469
  filterCallback: o.filterCallback,
27469
27470
  applyFilter: o.applyFilter
27470
- }, null, 8, ["field", "filterModel", "filterCallback", "applyFilter"])) : P("", !0), I("div", Lt(gn(o.getColumnPT("filterRemove"))), [o.showRemoveIcon ? (v(), R(a, {
27471
+ }, null, 8, ["field", "filterModel", "filterCallback", "applyFilter"])) : I("", !0), P("div", Lt(Gn(o.getColumnPT("filterRemove"))), [o.showRemoveIcon ? (v(), R(a, {
27471
27472
  key: 0,
27472
27473
  type: "button",
27473
27474
  class: B(t.cx("filterRemoveButton")),
@@ -27487,7 +27488,7 @@ function aL(t, e, n, r, i, o) {
27487
27488
  }, o.getColumnPT("filterRemoveButton").icon), null, 16, ["class"]))];
27488
27489
  }),
27489
27490
  _: 2
27490
- }, 1032, ["class", "onClick", "label", "unstyled", "pt"])) : P("", !0)], 16)], 16);
27491
+ }, 1032, ["class", "onClick", "label", "unstyled", "pt"])) : I("", !0)], 16)], 16);
27491
27492
  }), 128))], 16), o.isShowAddConstraint ? (v(), k("div", O({
27492
27493
  key: 1,
27493
27494
  class: t.cx("filterAddRule")
@@ -27511,7 +27512,7 @@ function aL(t, e, n, r, i, o) {
27511
27512
  }, o.getColumnPT("filterAddRuleButton").icon), null, 16, ["class"]))];
27512
27513
  }),
27513
27514
  _: 1
27514
- }, 8, ["label", "class", "unstyled", "pt"])], 16)) : P("", !0), I("div", O({
27515
+ }, 8, ["label", "class", "unstyled", "pt"])], 16)) : I("", !0), P("div", O({
27515
27516
  class: t.cx("filterButtonbar")
27516
27517
  }, o.getColumnPT("filterButtonbar")), [!n.filterClearTemplate && n.showClearButton ? (v(), R(a, {
27517
27518
  key: 0,
@@ -27546,11 +27547,11 @@ function aL(t, e, n, r, i, o) {
27546
27547
  unstyled: t.unstyled,
27547
27548
  size: "small",
27548
27549
  pt: o.getColumnPT("filterApplyButton")
27549
- }, null, 8, ["class", "label", "unstyled", "pt"]))], 64)) : P("", !0)], 16)], 64)), (v(), R(le(n.filterFooterTemplate), {
27550
+ }, null, 8, ["class", "label", "unstyled", "pt"]))], 64)) : I("", !0)], 16)], 64)), (v(), R(le(n.filterFooterTemplate), {
27550
27551
  field: n.field,
27551
27552
  filterModel: n.filters[n.field],
27552
27553
  filterCallback: o.filterCallback
27553
- }, null, 8, ["field", "filterModel", "filterCallback"]))], 16, oL)), [[u]]) : P("", !0)];
27554
+ }, null, 8, ["field", "filterModel", "filterCallback"]))], 16, oL)), [[u]]) : I("", !0)];
27554
27555
  }),
27555
27556
  _: 1
27556
27557
  }, 16, ["onEnter", "onAfterEnter", "onLeave", "onAfterLeave"])];
@@ -27629,7 +27630,7 @@ function lL(t, e, n, r, i, o) {
27629
27630
  }, null, 8, ["checked", "class"])) : !n.headerCheckboxIconTemplate && l.checked ? (v(), R(s, O({
27630
27631
  key: 1,
27631
27632
  class: l.class
27632
- }, o.getColumnPT("headerCheckbox.icon")), null, 16, ["class"])) : P("", !0)];
27633
+ }, o.getColumnPT("headerCheckbox.icon")), null, 16, ["class"])) : I("", !0)];
27633
27634
  }),
27634
27635
  _: 1
27635
27636
  }, 8, ["modelValue", "disabled", "aria-label", "onChange", "pt"]);
@@ -27972,24 +27973,24 @@ function hL(t, e, n, r, i, o) {
27972
27973
  onMousedown: e[0] || (e[0] = function() {
27973
27974
  return o.onResizeStart && o.onResizeStart.apply(o, arguments);
27974
27975
  })
27975
- }, o.getColumnPT("columnResizer")), null, 16)) : P("", !0), I("div", O({
27976
+ }, o.getColumnPT("columnResizer")), null, 16)) : I("", !0), P("div", O({
27976
27977
  class: t.cx("headerContent")
27977
27978
  }, o.getColumnPT("headerContent")), [n.column.children && n.column.children.header ? (v(), R(le(n.column.children.header), {
27978
27979
  key: 0,
27979
27980
  column: n.column
27980
- }, null, 8, ["column"])) : P("", !0), o.columnProp("header") ? (v(), k("span", O({
27981
+ }, null, 8, ["column"])) : I("", !0), o.columnProp("header") ? (v(), k("span", O({
27981
27982
  key: 1,
27982
27983
  class: t.cx("headerTitle")
27983
- }, o.getColumnPT("headerTitle")), Q(o.columnProp("header")), 17)) : P("", !0), o.columnProp("sortable") ? (v(), k("span", Lt(O({
27984
+ }, o.getColumnPT("headerTitle")), Q(o.columnProp("header")), 17)) : I("", !0), o.columnProp("sortable") ? (v(), k("span", Lt(O({
27984
27985
  key: 2
27985
27986
  }, o.getColumnPT("sort"))), [(v(), R(le(n.column.children && n.column.children.sorticon || o.sortableColumnIcon), O({
27986
27987
  sorted: o.sortState.sorted,
27987
27988
  sortOrder: o.sortState.sortOrder,
27988
27989
  class: t.cx("sortIcon")
27989
- }, o.getColumnPT("sorticon")), null, 16, ["sorted", "sortOrder", "class"]))], 16)) : P("", !0), o.isMultiSorted() ? (v(), k("span", O({
27990
+ }, o.getColumnPT("sorticon")), null, 16, ["sorted", "sortOrder", "class"]))], 16)) : I("", !0), o.isMultiSorted() ? (v(), k("span", O({
27990
27991
  key: 3,
27991
27992
  class: t.cx("sortBadge")
27992
- }, o.getColumnPT("sortBadge")), Q(o.getBadgeValue()), 17)) : P("", !0), o.columnProp("selectionMode") === "multiple" && n.filterDisplay !== "row" ? (v(), R(s, {
27993
+ }, o.getColumnPT("sortBadge")), Q(o.getBadgeValue()), 17)) : I("", !0), o.columnProp("selectionMode") === "multiple" && n.filterDisplay !== "row" ? (v(), R(s, {
27993
27994
  key: 4,
27994
27995
  checked: n.allRowsSelected,
27995
27996
  onChange: o.onHeaderCheckboxChange,
@@ -27998,7 +27999,7 @@ function hL(t, e, n, r, i, o) {
27998
27999
  column: n.column,
27999
28000
  unstyled: t.unstyled,
28000
28001
  pt: t.pt
28001
- }, null, 8, ["checked", "onChange", "disabled", "headerCheckboxIconTemplate", "column", "unstyled", "pt"])) : P("", !0), n.filterDisplay === "menu" && n.column.children && n.column.children.filter ? (v(), R(a, {
28002
+ }, null, 8, ["checked", "onChange", "disabled", "headerCheckboxIconTemplate", "column", "unstyled", "pt"])) : I("", !0), n.filterDisplay === "menu" && n.column.children && n.column.children.filter ? (v(), R(a, {
28002
28003
  key: 5,
28003
28004
  field: o.columnProp("filterField") || o.columnProp("field"),
28004
28005
  type: o.columnProp("dataType"),
@@ -28049,7 +28050,7 @@ function hL(t, e, n, r, i, o) {
28049
28050
  column: n.column,
28050
28051
  unstyled: t.unstyled,
28051
28052
  pt: t.pt
28052
- }, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filterIconTemplate", "filterAddIconTemplate", "filterRemoveIconTemplate", "filterClearIconTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints", "column", "unstyled", "pt"])) : P("", !0)], 16)], 16, fL);
28053
+ }, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filterIconTemplate", "filterAddIconTemplate", "filterRemoveIconTemplate", "filterClearIconTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints", "column", "unstyled", "pt"])) : I("", !0)], 16)], 16, fL);
28053
28054
  }
28054
28055
  Lv.render = hL;
28055
28056
  var Nv = {
@@ -28352,11 +28353,11 @@ function yL(t, e, n, r, i, o) {
28352
28353
  }),
28353
28354
  unstyled: t.unstyled,
28354
28355
  pt: t.pt
28355
- }, null, 8, ["column", "groupRowsBy", "groupRowSortField", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "unstyled", "pt"])) : P("", !0)], 64);
28356
+ }, null, 8, ["column", "groupRowsBy", "groupRowSortField", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "unstyled", "pt"])) : I("", !0)], 64);
28356
28357
  }), 128))], 16);
28357
28358
  }), 128)) : (v(), k(oe, {
28358
28359
  key: 0
28359
- }, [I("tr", O({
28360
+ }, [P("tr", O({
28360
28361
  role: "row"
28361
28362
  }, t.ptm("headerRow")), [(v(!0), k(oe, null, Pe(n.columns, function(u, c) {
28362
28363
  return v(), k(oe, {
@@ -28426,7 +28427,7 @@ function yL(t, e, n, r, i, o) {
28426
28427
  }),
28427
28428
  unstyled: t.unstyled,
28428
28429
  pt: t.pt
28429
- }, null, 8, ["column", "index", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "filterInputProps", "unstyled", "pt"])) : P("", !0)], 64);
28430
+ }, null, 8, ["column", "index", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "filterInputProps", "unstyled", "pt"])) : I("", !0)], 64);
28430
28431
  }), 128))], 16), n.filterDisplay === "row" ? (v(), k("tr", O({
28431
28432
  key: 0,
28432
28433
  role: "row"
@@ -28447,7 +28448,7 @@ function yL(t, e, n, r, i, o) {
28447
28448
  column: u,
28448
28449
  unstyled: t.unstyled,
28449
28450
  pt: t.pt
28450
- }, null, 8, ["checked", "disabled", "column", "unstyled", "pt"])) : P("", !0), u.children && u.children.filter ? (v(), R(l, {
28451
+ }, null, 8, ["checked", "disabled", "column", "unstyled", "pt"])) : I("", !0), u.children && u.children.filter ? (v(), R(l, {
28451
28452
  key: 1,
28452
28453
  field: o.columnProp(u, "filterField") || o.columnProp(u, "field"),
28453
28454
  type: o.columnProp(u, "dataType"),
@@ -28498,8 +28499,8 @@ function yL(t, e, n, r, i, o) {
28498
28499
  column: u,
28499
28500
  unstyled: t.unstyled,
28500
28501
  pt: t.pt
28501
- }, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filterIconTemplate", "filterAddIconTemplate", "filterRemoveIconTemplate", "filterClearIconTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints", "column", "unstyled", "pt"])) : P("", !0)], 16)) : P("", !0)], 64);
28502
- }), 128))], 16)) : P("", !0)], 64))], 16);
28502
+ }, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filterIconTemplate", "filterAddIconTemplate", "filterRemoveIconTemplate", "filterClearIconTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints", "column", "unstyled", "pt"])) : I("", !0)], 16)) : I("", !0)], 64);
28503
+ }), 128))], 16)) : I("", !0)], 64))], 16);
28503
28504
  }
28504
28505
  Nv.render = yL;
28505
28506
  function ka(t) {
@@ -29840,10 +29841,10 @@ function RL(t, e, n, r, i, o) {
29840
29841
  key: 2,
29841
29842
  spin: "",
29842
29843
  class: t.cx("loadingIcon")
29843
- }, t.ptm("loadingIcon")), null, 16, ["class"]))], 64))], 16)) : P("", !0), t.$slots.header ? (v(), k("div", O({
29844
+ }, t.ptm("loadingIcon")), null, 16, ["class"]))], 64))], 16)) : I("", !0), t.$slots.header ? (v(), k("div", O({
29844
29845
  key: 1,
29845
29846
  class: t.cx("header")
29846
- }, t.ptm("header")), [$(t.$slots, "header")], 16)) : P("", !0), o.paginatorTop ? (v(), R(a, {
29847
+ }, t.ptm("header")), [$(t.$slots, "header")], 16)) : I("", !0), o.paginatorTop ? (v(), R(a, {
29847
29848
  key: 2,
29848
29849
  rows: i.d_rows,
29849
29850
  first: i.d_first,
@@ -29921,7 +29922,7 @@ function RL(t, e, n, r, i, o) {
29921
29922
  })];
29922
29923
  }),
29923
29924
  key: "7"
29924
- } : void 0]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "class", "alwaysShow", "unstyled", "pt"])) : P("", !0), I("div", O({
29925
+ } : void 0]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "class", "alwaysShow", "unstyled", "pt"])) : I("", !0), P("div", O({
29925
29926
  class: t.cx("wrapper"),
29926
29927
  style: [t.sx("wrapper"), {
29927
29928
  maxHeight: o.virtualScrollerDisabled ? t.scrollHeight : ""
@@ -29943,7 +29944,7 @@ function RL(t, e, n, r, i, o) {
29943
29944
  pt: t.ptm("virtualScroller")
29944
29945
  }), {
29945
29946
  content: re(function(f) {
29946
- return [I("table", O({
29947
+ return [P("table", O({
29947
29948
  ref: "table",
29948
29949
  role: "table",
29949
29950
  class: [t.cx("table"), t.tableClass],
@@ -30083,7 +30084,7 @@ function RL(t, e, n, r, i, o) {
30083
30084
  onEditingMetaChange: o.onEditingMetaChange,
30084
30085
  unstyled: t.unstyled,
30085
30086
  pt: t.pt
30086
- }, null, 8, ["value", "columns", "first", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "responsiveLayout", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange", "unstyled", "pt"])) : P("", !0), A(u, {
30087
+ }, null, 8, ["value", "columns", "first", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "responsiveLayout", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange", "unstyled", "pt"])) : I("", !0), A(u, {
30087
30088
  ref: "bodyRef",
30088
30089
  value: o.dataToRender(f.rows),
30089
30090
  class: B(f.styleClass),
@@ -30181,7 +30182,7 @@ function RL(t, e, n, r, i, o) {
30181
30182
  style: {
30182
30183
  height: "calc(".concat(f.spacerStyle.height, " - ").concat(f.rows.length * f.itemSize, "px)")
30183
30184
  }
30184
- }, t.ptm("virtualScrollerSpacer")), null, 16)) : P("", !0), A(c, {
30185
+ }, t.ptm("virtualScrollerSpacer")), null, 16)) : I("", !0), A(c, {
30185
30186
  columnGroup: o.footerColumnGroup,
30186
30187
  columns: f.columns,
30187
30188
  pt: t.pt
@@ -30191,7 +30192,7 @@ function RL(t, e, n, r, i, o) {
30191
30192
  }, 16, ["items", "columns", "style", "scrollHeight", "disabled", "pt"])], 16), t.$slots.footer ? (v(), k("div", O({
30192
30193
  key: 3,
30193
30194
  class: t.cx("footer")
30194
- }, t.ptm("footer")), [$(t.$slots, "footer")], 16)) : P("", !0), o.paginatorBottom ? (v(), R(a, {
30195
+ }, t.ptm("footer")), [$(t.$slots, "footer")], 16)) : I("", !0), o.paginatorBottom ? (v(), R(a, {
30195
30196
  key: 4,
30196
30197
  rows: i.d_rows,
30197
30198
  first: i.d_first,
@@ -30269,7 +30270,7 @@ function RL(t, e, n, r, i, o) {
30269
30270
  })];
30270
30271
  }),
30271
30272
  key: "7"
30272
- } : void 0]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "class", "alwaysShow", "unstyled", "pt"])) : P("", !0), I("div", O({
30273
+ } : void 0]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "class", "alwaysShow", "unstyled", "pt"])) : I("", !0), P("div", O({
30273
30274
  ref: "resizeHelper",
30274
30275
  class: t.cx("resizeHelper"),
30275
30276
  style: {
@@ -30283,7 +30284,7 @@ function RL(t, e, n, r, i, o) {
30283
30284
  position: "absolute",
30284
30285
  display: "none"
30285
30286
  }
30286
- }, t.ptm("reorderIndicatorUp")), [(v(), R(le(t.$slots.reorderindicatorupicon || "ArrowDownIcon")))], 16)) : P("", !0), t.reorderableColumns ? (v(), k("span", O({
30287
+ }, t.ptm("reorderIndicatorUp")), [(v(), R(le(t.$slots.reorderindicatorupicon || "ArrowDownIcon")))], 16)) : I("", !0), t.reorderableColumns ? (v(), k("span", O({
30287
30288
  key: 6,
30288
30289
  ref: "reorderIndicatorDown",
30289
30290
  class: t.cx("reorderIndicatorDown"),
@@ -30291,7 +30292,7 @@ function RL(t, e, n, r, i, o) {
30291
30292
  position: "absolute",
30292
30293
  display: "none"
30293
30294
  }
30294
- }, t.ptm("reorderIndicatorDown")), [(v(), R(le(t.$slots.reorderindicatordownicon || "ArrowUpIcon")))], 16)) : P("", !0)], 16);
30295
+ }, t.ptm("reorderIndicatorDown")), [(v(), R(le(t.$slots.reorderindicatordownicon || "ArrowUpIcon")))], 16)) : I("", !0)], 16);
30295
30296
  }
30296
30297
  $v.render = RL;
30297
30298
  var LL = {}, NL = {
@@ -30820,10 +30821,10 @@ function XL(t, e, n, r, i, o) {
30820
30821
  }, {
30821
30822
  header: re(() => [
30822
30823
  t.hasSearch ? $(t.$slots, "search-and-filters", { key: 0 }, () => [
30823
- I("div", ZL, [
30824
- I("div", WL, [
30824
+ P("div", ZL, [
30825
+ P("div", WL, [
30825
30826
  t.hasSearch ? $(t.$slots, "search", { key: 0 }, () => [
30826
- I("label", UL, [
30827
+ P("label", UL, [
30827
30828
  A(s, {
30828
30829
  class: "mr-2",
30829
30830
  color: "gray-40",
@@ -30841,11 +30842,11 @@ function XL(t, e, n, r, i, o) {
30841
30842
  "control-class": "!border-0 !px-0"
30842
30843
  }, null, 8, ["modelValue", "hide-clear", "placeholder"])
30843
30844
  ])
30844
- ], !0) : P("", !0)
30845
+ ], !0) : I("", !0)
30845
30846
  ]),
30846
30847
  Object.keys(t.tableFilters).length || t.$slots.tableActions ? (v(), k("div", KL, [
30847
30848
  Object.keys(t.tableFilters).length ? $(t.$slots, "filters", { key: 0 }, () => [
30848
- I("div", GL, [
30849
+ P("div", GL, [
30849
30850
  A(s, {
30850
30851
  class: "filters-icon",
30851
30852
  color: "gray-40",
@@ -30862,13 +30863,13 @@ function XL(t, e, n, r, i, o) {
30862
30863
  Qe(Q(t.filtersCount), 1)
30863
30864
  ]),
30864
30865
  _: 1
30865
- })) : P("", !0)
30866
+ })) : I("", !0)
30866
30867
  ])
30867
- ], !0) : P("", !0),
30868
- t.$slots.tableActions ? $(t.$slots, "tableActions", { key: 1 }, void 0, !0) : P("", !0)
30869
- ])) : P("", !0)
30868
+ ], !0) : I("", !0),
30869
+ t.$slots.tableActions ? $(t.$slots, "tableActions", { key: 1 }, void 0, !0) : I("", !0)
30870
+ ])) : I("", !0)
30870
30871
  ])
30871
- ], !0) : P("", !0)
30872
+ ], !0) : I("", !0)
30872
30873
  ]),
30873
30874
  empty: re(() => []),
30874
30875
  default: re(() => [
@@ -30888,7 +30889,7 @@ function XL(t, e, n, r, i, o) {
30888
30889
  t.loading ? t.loading ? (v(), k("div", {
30889
30890
  key: 1,
30890
30891
  class: B(["animate-shimmer", f.shimmer])
30891
- }, "   ", 2)) : P("", !0) : $(t.$slots, d.key, Lt(O({ key: 0 }, f)), () => [
30892
+ }, "   ", 2)) : I("", !0) : $(t.$slots, d.key, Lt(O({ key: 0 }, f)), () => [
30892
30893
  d.key.match(/\./) ? (v(), k("div", YL, Q(f[d.key.split(".")[0]][d.key.split(".")[1]]), 1)) : (v(), k("div", qL, Q(f[d.key]), 1))
30893
30894
  ], !0)
30894
30895
  ]),
@@ -30899,13 +30900,13 @@ function XL(t, e, n, r, i, o) {
30899
30900
  }, 8, ["filters", "selection", "global-filter-fields", "loading", "scroll-height", "selection-mode", "sort-mode", "value", "onRowSelect", "onRowUnselect"]),
30900
30901
  t.isEmpty ? (v(), k("div", JL, [
30901
30902
  $(t.$slots, "no-results-illustration", {}, () => [
30902
- I("img", {
30903
+ P("img", {
30903
30904
  class: "mb-5",
30904
30905
  src: t.noResultsPath
30905
30906
  }, null, 8, QL)
30906
30907
  ], !0),
30907
- $(t.$slots, "no-results-text", Lt(gn({ tableFilters: t.tableFilters })), void 0, !0)
30908
- ])) : P("", !0)
30908
+ $(t.$slots, "no-results-text", Lt(Gn({ tableFilters: t.tableFilters })), void 0, !0)
30909
+ ])) : I("", !0)
30909
30910
  ], 10, jL);
30910
30911
  }
30911
30912
  const sZ = /* @__PURE__ */ Ee(zL, [["render", XL], ["__scopeId", "data-v-2655ce01"]]), eN = de({
@@ -30945,7 +30946,7 @@ function tN(t, e, n, r, i, o) {
30945
30946
  { "has-icon": t.hasIcon }
30946
30947
  ]])
30947
30948
  }, [
30948
- t.hasIcon ? $(t.$slots, "icon", { key: 0 }, void 0, !0) : P("", !0),
30949
+ t.hasIcon ? $(t.$slots, "icon", { key: 0 }, void 0, !0) : I("", !0),
30949
30950
  $(t.$slots, "default", {}, void 0, !0)
30950
30951
  ], 2);
30951
30952
  }
@@ -31040,7 +31041,7 @@ function sN(t, e, n, r, i, o) {
31040
31041
  return v(), k("div", {
31041
31042
  class: B([[t.rootClasses, t.controlClass], "control flex"])
31042
31043
  }, [
31043
- I("textarea", O({
31044
+ P("textarea", O({
31044
31045
  id: String(t.$attrs.id),
31045
31046
  ref: "textarea",
31046
31047
  disabled: t.isDisabled,
@@ -31057,12 +31058,12 @@ function sN(t, e, n, r, i, o) {
31057
31058
  `, 16, rN),
31058
31059
  t.hasActions ? (v(), k("div", iN, [
31059
31060
  $(t.$slots, "actions", {}, void 0, !0)
31060
- ])) : P("", !0),
31061
+ ])) : I("", !0),
31061
31062
  t.persistentPlaceholder ? (v(), k("label", {
31062
31063
  key: 1,
31063
31064
  for: String(t.$attrs.id),
31064
31065
  class: "placeholder"
31065
- }, Q(t.placeholder), 9, oN)) : P("", !0)
31066
+ }, Q(t.placeholder), 9, oN)) : I("", !0)
31066
31067
  ], 2);
31067
31068
  }
31068
31069
  const lZ = /* @__PURE__ */ Ee(nN, [["render", sN], ["__scopeId", "data-v-fda73545"]]), Up = "update:modelValue", Kp = "undo-action", aN = de({
@@ -31166,8 +31167,8 @@ function dN(t, e, n, r, i, o) {
31166
31167
  class: "status-icon",
31167
31168
  type: "fill",
31168
31169
  "aria-hidden": "true"
31169
- }, null, 8, ["icon"])) : P("", !0),
31170
- I("span", uN, [
31170
+ }, null, 8, ["icon"])) : I("", !0),
31171
+ P("span", uN, [
31171
31172
  $(t.$slots, "default", {}, () => [
31172
31173
  Qe(Q(t.message), 1)
31173
31174
  ], !0)
@@ -31180,7 +31181,7 @@ function dN(t, e, n, r, i, o) {
31180
31181
  $(t.$slots, "undo-message", {}, () => [
31181
31182
  Qe(Q(t.$t("HC_UNDO")), 1)
31182
31183
  ], !0)
31183
- ])) : P("", !0),
31184
+ ])) : I("", !0),
31184
31185
  t.closeButton ? (v(), k("button", {
31185
31186
  key: 2,
31186
31187
  class: "close-icon",
@@ -31194,8 +31195,8 @@ function dN(t, e, n, r, i, o) {
31194
31195
  class: "close",
31195
31196
  "aria-hidden": "true"
31196
31197
  })
31197
- ], 8, cN)) : P("", !0)
31198
- ], 10, lN)) : P("", !0)
31198
+ ], 8, cN)) : I("", !0)
31199
+ ], 10, lN)) : I("", !0)
31199
31200
  ]),
31200
31201
  _: 3
31201
31202
  }, 8, ["name"]);
@@ -31236,7 +31237,7 @@ function mN(t, e, n, r, i, o) {
31236
31237
  "aria-describedby": t.id
31237
31238
  }, [
31238
31239
  $(t.$slots, "trigger", {}, void 0, !0),
31239
- I("div", {
31240
+ P("div", {
31240
31241
  id: t.id,
31241
31242
  class: B([
31242
31243
  "tooltip",
@@ -33864,7 +33865,7 @@ function $N(t, e) {
33864
33865
  if (t.eq(e[n]))
33865
33866
  return e[n];
33866
33867
  }
33867
- class Kn {
33868
+ class Un {
33868
33869
  /**
33869
33870
  Create a serializer. `nodes` should map node names to functions
33870
33871
  that take a node and return a description of the corresponding
@@ -33913,7 +33914,7 @@ class Kn {
33913
33914
  @internal
33914
33915
  */
33915
33916
  serializeNodeInner(e, n) {
33916
- let { dom: r, contentDOM: i } = Kn.renderSpec(pu(n), this.nodes[e.type.name](e));
33917
+ let { dom: r, contentDOM: i } = Un.renderSpec(pu(n), this.nodes[e.type.name](e));
33917
33918
  if (i) {
33918
33919
  if (e.isLeaf)
33919
33920
  throw new RangeError("Content hole not allowed in a leaf node spec");
@@ -33941,7 +33942,7 @@ class Kn {
33941
33942
  */
33942
33943
  serializeMark(e, n, r = {}) {
33943
33944
  let i = this.marks[e.type.name];
33944
- return i && Kn.renderSpec(pu(r), i(e, n));
33945
+ return i && Un.renderSpec(pu(r), i(e, n));
33945
33946
  }
33946
33947
  /**
33947
33948
  Render an [output spec](https://prosemirror.net/docs/ref/#model.DOMOutputSpec) to a DOM node. If
@@ -33973,7 +33974,7 @@ class Kn {
33973
33974
  throw new RangeError("Content hole must be the only child of its parent node");
33974
33975
  return { dom: a, contentDOM: a };
33975
33976
  } else {
33976
- let { dom: f, contentDOM: h } = Kn.renderSpec(e, d, r);
33977
+ let { dom: f, contentDOM: h } = Un.renderSpec(e, d, r);
33977
33978
  if (a.appendChild(f), h) {
33978
33979
  if (s)
33979
33980
  throw new RangeError("Multiple content holes");
@@ -33988,7 +33989,7 @@ class Kn {
33988
33989
  properties in a schema's node and mark specs.
33989
33990
  */
33990
33991
  static fromSchema(e) {
33991
- return e.cached.domSerializer || (e.cached.domSerializer = new Kn(this.nodesFromSchema(e), this.marksFromSchema(e)));
33992
+ return e.cached.domSerializer || (e.cached.domSerializer = new Un(this.nodesFromSchema(e), this.marksFromSchema(e)));
33992
33993
  }
33993
33994
  /**
33994
33995
  Gather the serializers in a schema's node specs into an object.
@@ -34363,7 +34364,7 @@ class qr extends Mt {
34363
34364
  return Je.fromReplace(e, this.from, this.to, o);
34364
34365
  }
34365
34366
  invert() {
34366
- return new Gn(this.from, this.to, this.mark);
34367
+ return new Kn(this.from, this.to, this.mark);
34367
34368
  }
34368
34369
  map(e) {
34369
34370
  let n = e.mapResult(this.from, 1), r = e.mapResult(this.to, -1);
@@ -34390,7 +34391,7 @@ class qr extends Mt {
34390
34391
  }
34391
34392
  }
34392
34393
  Mt.jsonID("addMark", qr);
34393
- class Gn extends Mt {
34394
+ class Kn extends Mt {
34394
34395
  /**
34395
34396
  Create a mark-removing step.
34396
34397
  */
@@ -34406,10 +34407,10 @@ class Gn extends Mt {
34406
34407
  }
34407
34408
  map(e) {
34408
34409
  let n = e.mapResult(this.from, 1), r = e.mapResult(this.to, -1);
34409
- return n.deleted && r.deleted || n.pos >= r.pos ? null : new Gn(n.pos, r.pos, this.mark);
34410
+ return n.deleted && r.deleted || n.pos >= r.pos ? null : new Kn(n.pos, r.pos, this.mark);
34410
34411
  }
34411
34412
  merge(e) {
34412
- return e instanceof Gn && e.mark.eq(this.mark) && this.from <= e.to && this.to >= e.from ? new Gn(Math.min(this.from, e.from), Math.max(this.to, e.to), this.mark) : null;
34413
+ return e instanceof Kn && e.mark.eq(this.mark) && this.from <= e.to && this.to >= e.from ? new Kn(Math.min(this.from, e.from), Math.max(this.to, e.to), this.mark) : null;
34413
34414
  }
34414
34415
  toJSON() {
34415
34416
  return {
@@ -34425,10 +34426,10 @@ class Gn extends Mt {
34425
34426
  static fromJSON(e, n) {
34426
34427
  if (typeof n.from != "number" || typeof n.to != "number")
34427
34428
  throw new RangeError("Invalid input for RemoveMarkStep.fromJSON");
34428
- return new Gn(n.from, n.to, e.markFromJSON(n.mark));
34429
+ return new Kn(n.from, n.to, e.markFromJSON(n.mark));
34429
34430
  }
34430
34431
  }
34431
- Mt.jsonID("removeMark", Gn);
34432
+ Mt.jsonID("removeMark", Kn);
34432
34433
  class Yr extends Mt {
34433
34434
  /**
34434
34435
  Create a node mark step.
@@ -34641,7 +34642,7 @@ function VN(t, e, n, r) {
34641
34642
  if (!r.isInSet(d) && c.type.allowsMarkType(r.type)) {
34642
34643
  let f = Math.max(u, e), h = Math.min(u + l.nodeSize, n), p = r.addToSet(d);
34643
34644
  for (let g = 0; g < d.length; g++)
34644
- d[g].isInSet(p) || (s && s.to == f && s.mark.eq(d[g]) ? s.to = h : i.push(s = new Gn(f, h, d[g])));
34645
+ d[g].isInSet(p) || (s && s.to == f && s.mark.eq(d[g]) ? s.to = h : i.push(s = new Kn(f, h, d[g])));
34645
34646
  a && a.to == f ? a.to = h : o.push(a = new qr(f, h, r));
34646
34647
  }
34647
34648
  }), i.forEach((l) => t.step(l)), o.forEach((l) => t.step(l));
@@ -34670,7 +34671,7 @@ function HN(t, e, n, r) {
34670
34671
  f ? (f.to = u, f.step = o) : i.push({ style: d, from: Math.max(a, e), to: u, step: o });
34671
34672
  }
34672
34673
  }
34673
- }), i.forEach((s) => t.step(new Gn(s.from, s.to, s.style)));
34674
+ }), i.forEach((s) => t.step(new Kn(s.from, s.to, s.style)));
34674
34675
  }
34675
34676
  function _N(t, e, n, r = n.contentMatch) {
34676
34677
  let i = t.doc.nodeAt(e), o = [], s = e + 1;
@@ -34681,7 +34682,7 @@ function _N(t, e, n, r = n.contentMatch) {
34681
34682
  else {
34682
34683
  r = c;
34683
34684
  for (let d = 0; d < l.marks.length; d++)
34684
- n.allowsMarkType(l.marks[d].type) || t.step(new Gn(s, u, l.marks[d]));
34685
+ n.allowsMarkType(l.marks[d].type) || t.step(new Kn(s, u, l.marks[d]));
34685
34686
  if (l.isText && !n.spec.code) {
34686
34687
  let d, f = /\r?\n|\r/g, h;
34687
34688
  for (; d = f.exec(l.text); )
@@ -35566,7 +35567,7 @@ class ge {
35566
35567
  negative, it will search backwards first.
35567
35568
  */
35568
35569
  static near(e, n = 1) {
35569
- return this.findFrom(e, n) || this.findFrom(e, -n) || new Dn(e.node(0));
35570
+ return this.findFrom(e, n) || this.findFrom(e, -n) || new Pn(e.node(0));
35570
35571
  }
35571
35572
  /**
35572
35573
  Find the cursor or leaf node selection closest to the start of
@@ -35575,14 +35576,14 @@ class ge {
35575
35576
  exists.
35576
35577
  */
35577
35578
  static atStart(e) {
35578
- return So(e, e, 0, 0, 1) || new Dn(e);
35579
+ return So(e, e, 0, 0, 1) || new Pn(e);
35579
35580
  }
35580
35581
  /**
35581
35582
  Find the cursor or leaf node selection closest to the end of the
35582
35583
  given document.
35583
35584
  */
35584
35585
  static atEnd(e) {
35585
- return So(e, e, e.content.size, e.childCount, -1) || new Dn(e);
35586
+ return So(e, e, e.content.size, e.childCount, -1) || new Pn(e);
35586
35587
  }
35587
35588
  /**
35588
35589
  Deserialize the JSON representation of a selection. Must be
@@ -35778,7 +35779,7 @@ class Tf {
35778
35779
  return r && ie.isSelectable(r) ? new ie(n) : ge.near(n);
35779
35780
  }
35780
35781
  }
35781
- class Dn extends ge {
35782
+ class Pn extends ge {
35782
35783
  /**
35783
35784
  Create an all-selection over the given document.
35784
35785
  */
@@ -35800,25 +35801,25 @@ class Dn extends ge {
35800
35801
  @internal
35801
35802
  */
35802
35803
  static fromJSON(e) {
35803
- return new Dn(e);
35804
+ return new Pn(e);
35804
35805
  }
35805
35806
  map(e) {
35806
- return new Dn(e);
35807
+ return new Pn(e);
35807
35808
  }
35808
35809
  eq(e) {
35809
- return e instanceof Dn;
35810
+ return e instanceof Pn;
35810
35811
  }
35811
35812
  getBookmark() {
35812
35813
  return s$;
35813
35814
  }
35814
35815
  }
35815
- ge.jsonID("all", Dn);
35816
+ ge.jsonID("all", Pn);
35816
35817
  const s$ = {
35817
35818
  map() {
35818
35819
  return this;
35819
35820
  },
35820
35821
  resolve(t) {
35821
- return new Dn(t);
35822
+ return new Pn(t);
35822
35823
  }
35823
35824
  };
35824
35825
  function So(t, e, n, r, i, o = !1) {
@@ -36283,7 +36284,7 @@ function dm(t, e, n, r, i) {
36283
36284
  for (; ; ) {
36284
36285
  if (t == n && e == r)
36285
36286
  return !0;
36286
- if (e == (i < 0 ? 0 : Wn(t))) {
36287
+ if (e == (i < 0 ? 0 : Zn(t))) {
36287
36288
  let o = t.parentNode;
36288
36289
  if (!o || o.nodeType != 1 || Ef(t) || u$.test(t.nodeName) || t.contentEditable == "false")
36289
36290
  return !1;
@@ -36291,22 +36292,22 @@ function dm(t, e, n, r, i) {
36291
36292
  } else if (t.nodeType == 1) {
36292
36293
  if (t = t.childNodes[e + (i < 0 ? -1 : 0)], t.contentEditable == "false")
36293
36294
  return !1;
36294
- e = i < 0 ? Wn(t) : 0;
36295
+ e = i < 0 ? Zn(t) : 0;
36295
36296
  } else
36296
36297
  return !1;
36297
36298
  }
36298
36299
  }
36299
- function Wn(t) {
36300
+ function Zn(t) {
36300
36301
  return t.nodeType == 3 ? t.nodeValue.length : t.childNodes.length;
36301
36302
  }
36302
36303
  function c$(t, e, n) {
36303
- for (let r = e == 0, i = e == Wn(t); r || i; ) {
36304
+ for (let r = e == 0, i = e == Zn(t); r || i; ) {
36304
36305
  if (t == n)
36305
36306
  return !0;
36306
36307
  let o = Dt(t);
36307
36308
  if (t = t.parentNode, !t)
36308
36309
  return !1;
36309
- r = r && o == 0, i = i && o == Wn(t);
36310
+ r = r && o == 0, i = i && o == Zn(t);
36310
36311
  }
36311
36312
  }
36312
36313
  function Ef(t) {
@@ -36342,9 +36343,9 @@ function f$(t, e, n) {
36342
36343
  return { node: r.startContainer, offset: r.startOffset };
36343
36344
  }
36344
36345
  }
36345
- const Yn = typeof navigator < "u" ? navigator : null, fm = typeof document < "u" ? document : null, hi = Yn && Yn.userAgent || "", Hc = /Edge\/(\d+)/.exec(hi), h7 = /MSIE \d/.exec(hi), _c = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(hi), Wt = !!(h7 || _c || Hc), Qr = h7 ? document.documentMode : _c ? +_c[1] : Hc ? +Hc[1] : 0, Ln = !Wt && /gecko\/(\d+)/i.test(hi);
36346
- Ln && +(/Firefox\/(\d+)/.exec(hi) || [0, 0])[1];
36347
- const zc = !Wt && /Chrome\/(\d+)/.exec(hi), kt = !!zc, h$ = zc ? +zc[1] : 0, Nt = !Wt && !!Yn && /Apple Computer/.test(Yn.vendor), jo = Nt && (/Mobile\/\w+/.test(hi) || !!Yn && Yn.maxTouchPoints > 2), dn = jo || (Yn ? /Mac/.test(Yn.platform) : !1), p$ = Yn ? /Win/.test(Yn.platform) : !1, An = /Android \d/.test(hi), e0 = !!fm && "webkitFontSmoothing" in fm.documentElement.style, m$ = e0 ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0;
36346
+ const Yn = typeof navigator < "u" ? navigator : null, fm = typeof document < "u" ? document : null, hi = Yn && Yn.userAgent || "", Hc = /Edge\/(\d+)/.exec(hi), h7 = /MSIE \d/.exec(hi), _c = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(hi), Wt = !!(h7 || _c || Hc), Qr = h7 ? document.documentMode : _c ? +_c[1] : Hc ? +Hc[1] : 0, Rn = !Wt && /gecko\/(\d+)/i.test(hi);
36347
+ Rn && +(/Firefox\/(\d+)/.exec(hi) || [0, 0])[1];
36348
+ const zc = !Wt && /Chrome\/(\d+)/.exec(hi), kt = !!zc, h$ = zc ? +zc[1] : 0, Nt = !Wt && !!Yn && /Apple Computer/.test(Yn.vendor), jo = Nt && (/Mobile\/\w+/.test(hi) || !!Yn && Yn.maxTouchPoints > 2), dn = jo || (Yn ? /Mac/.test(Yn.platform) : !1), p$ = Yn ? /Win/.test(Yn.platform) : !1, xn = /Android \d/.test(hi), e0 = !!fm && "webkitFontSmoothing" in fm.documentElement.style, m$ = e0 ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0;
36348
36349
  function g$(t) {
36349
36350
  return {
36350
36351
  left: 0,
@@ -36527,7 +36528,7 @@ function T$(t, e) {
36527
36528
  for (let u = s; r && u; u = Ma(u))
36528
36529
  u.draggable && (r = void 0);
36529
36530
  if (s = C$(s, e), r) {
36530
- if (Ln && r.nodeType == 1 && (i = Math.min(i, r.childNodes.length), i < r.childNodes.length)) {
36531
+ if (Rn && r.nodeType == 1 && (i = Math.min(i, r.childNodes.length), i < r.childNodes.length)) {
36531
36532
  let c = r.childNodes[i], d;
36532
36533
  c.nodeName == "IMG" && (d = c.getBoundingClientRect()).right <= e.left && d.bottom > e.top && i++;
36533
36534
  }
@@ -36552,11 +36553,11 @@ function $r(t, e) {
36552
36553
  }
36553
36554
  const E$ = /[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/;
36554
36555
  function v7(t, e, n) {
36555
- let { node: r, offset: i, atom: o } = t.docView.domFromPos(e, n < 0 ? -1 : 1), s = e0 || Ln;
36556
+ let { node: r, offset: i, atom: o } = t.docView.domFromPos(e, n < 0 ? -1 : 1), s = e0 || Rn;
36556
36557
  if (r.nodeType == 3)
36557
36558
  if (s && (E$.test(r.nodeValue) || (n < 0 ? !i : i == r.nodeValue.length))) {
36558
36559
  let l = $r(ar(r, i, i), n);
36559
- if (Ln && i && /\s/.test(r.nodeValue[i - 1]) && i < r.nodeValue.length) {
36560
+ if (Rn && i && /\s/.test(r.nodeValue[i - 1]) && i < r.nodeValue.length) {
36560
36561
  let u = $r(ar(r, i - 1, i - 1), -1);
36561
36562
  if (u.top == l.top) {
36562
36563
  let c = $r(ar(r, i, i + 1), -1);
@@ -36570,24 +36571,24 @@ function v7(t, e, n) {
36570
36571
  return n < 0 && !i ? (u++, c = -1) : n >= 0 && i == r.nodeValue.length ? (l--, c = 1) : n < 0 ? l-- : u++, vs($r(ar(r, l, u), c), c < 0);
36571
36572
  }
36572
36573
  if (!t.state.doc.resolve(e - (o || 0)).parent.inlineContent) {
36573
- if (o == null && i && (n < 0 || i == Wn(r))) {
36574
+ if (o == null && i && (n < 0 || i == Zn(r))) {
36574
36575
  let l = r.childNodes[i - 1];
36575
36576
  if (l.nodeType == 1)
36576
36577
  return Su(l.getBoundingClientRect(), !1);
36577
36578
  }
36578
- if (o == null && i < Wn(r)) {
36579
+ if (o == null && i < Zn(r)) {
36579
36580
  let l = r.childNodes[i];
36580
36581
  if (l.nodeType == 1)
36581
36582
  return Su(l.getBoundingClientRect(), !0);
36582
36583
  }
36583
36584
  return Su(r.getBoundingClientRect(), n >= 0);
36584
36585
  }
36585
- if (o == null && i && (n < 0 || i == Wn(r))) {
36586
- let l = r.childNodes[i - 1], u = l.nodeType == 3 ? ar(l, Wn(l) - (s ? 0 : 1)) : l.nodeType == 1 && (l.nodeName != "BR" || !l.nextSibling) ? l : null;
36586
+ if (o == null && i && (n < 0 || i == Zn(r))) {
36587
+ let l = r.childNodes[i - 1], u = l.nodeType == 3 ? ar(l, Zn(l) - (s ? 0 : 1)) : l.nodeType == 1 && (l.nodeName != "BR" || !l.nextSibling) ? l : null;
36587
36588
  if (u)
36588
36589
  return vs($r(u, 1), !1);
36589
36590
  }
36590
- if (o == null && i < Wn(r)) {
36591
+ if (o == null && i < Zn(r)) {
36591
36592
  let l = r.childNodes[i];
36592
36593
  for (; l.pmViewDesc && l.pmViewDesc.ignoreForCoords; )
36593
36594
  l = l.nextSibling;
@@ -36671,10 +36672,10 @@ let mm = null, gm = null, ym = !1;
36671
36672
  function I$(t, e, n) {
36672
36673
  return mm == e && gm == n ? ym : (mm = e, gm = n, ym = n == "up" || n == "down" ? M$(t, e, n) : A$(t, e, n));
36673
36674
  }
36674
- const yn = 0, vm = 1, Bi = 2, Jn = 3;
36675
+ const gn = 0, vm = 1, Bi = 2, Jn = 3;
36675
36676
  class t0 {
36676
36677
  constructor(e, n, r, i) {
36677
- this.parent = e, this.children = n, this.dom = r, this.contentDOM = i, this.dirty = yn, r.pmViewDesc = this;
36678
+ this.parent = e, this.children = n, this.dom = r, this.contentDOM = i, this.dirty = gn, r.pmViewDesc = this;
36678
36679
  }
36679
36680
  // Used to check whether a given description corresponds to a
36680
36681
  // widget/mark/node.
@@ -36925,7 +36926,7 @@ class t0 {
36925
36926
  h = g;
36926
36927
  }
36927
36928
  let a = this.domFromPos(e, e ? -1 : 1), l = n == e ? a : this.domFromPos(n, n ? -1 : 1), u = r.getSelection(), c = !1;
36928
- if ((Ln || Nt) && e == n) {
36929
+ if ((Rn || Nt) && e == n) {
36929
36930
  let { node: f, offset: h } = a;
36930
36931
  if (f.nodeType == 3) {
36931
36932
  if (c = !!(h && f.nodeValue[h - 1] == `
@@ -36944,7 +36945,7 @@ class t0 {
36944
36945
  c = p && (p.nodeName == "BR" || p.contentEditable == "false");
36945
36946
  }
36946
36947
  }
36947
- if (Ln && u.focusNode && u.focusNode != l.node && u.focusNode.nodeType == 1) {
36948
+ if (Rn && u.focusNode && u.focusNode != l.node && u.focusNode.nodeType == 1) {
36948
36949
  let f = u.focusNode.childNodes[u.focusOffset];
36949
36950
  f && f.contentEditable == "false" && (i = !0);
36950
36951
  }
@@ -37022,7 +37023,7 @@ class w7 extends t0 {
37022
37023
  super(e, [], s, null), this.widget = n, this.widget = n, o = this;
37023
37024
  }
37024
37025
  matchesWidget(e) {
37025
- return this.dirty == yn && e.type.eq(this.widget.type);
37026
+ return this.dirty == gn && e.type.eq(this.widget.type);
37026
37027
  }
37027
37028
  parseRule() {
37028
37029
  return { ignore: !0 };
@@ -37067,7 +37068,7 @@ class Qi extends t0 {
37067
37068
  }
37068
37069
  static create(e, n, r, i) {
37069
37070
  let o = i.nodeViews[n.type.name], s = o && o(n, i, r);
37070
- return (!s || !s.dom) && (s = Kn.renderSpec(document, n.type.spec.toDOM(n, r))), new Qi(e, n, s.dom, s.contentDOM || s.dom);
37071
+ return (!s || !s.dom) && (s = Un.renderSpec(document, n.type.spec.toDOM(n, r))), new Qi(e, n, s.dom, s.contentDOM || s.dom);
37071
37072
  }
37072
37073
  parseRule() {
37073
37074
  return this.dirty & Jn || this.mark.type.spec.reparseInView ? null : { mark: this.mark.type.name, attrs: this.mark.attrs, contentElement: this.contentDOM };
@@ -37076,11 +37077,11 @@ class Qi extends t0 {
37076
37077
  return this.dirty != Jn && this.mark.eq(e);
37077
37078
  }
37078
37079
  markDirty(e, n) {
37079
- if (super.markDirty(e, n), this.dirty != yn) {
37080
+ if (super.markDirty(e, n), this.dirty != gn) {
37080
37081
  let r = this.parent;
37081
37082
  for (; !r.node; )
37082
37083
  r = r.parent;
37083
- r.dirty < this.dirty && (r.dirty = this.dirty), this.dirty = yn;
37084
+ r.dirty < this.dirty && (r.dirty = this.dirty), this.dirty = gn;
37084
37085
  }
37085
37086
  }
37086
37087
  slice(e, n, r) {
@@ -37117,7 +37118,7 @@ class Xr extends t0 {
37117
37118
  else if (c.nodeType != 3)
37118
37119
  throw new RangeError("Text must be rendered as a DOM text node");
37119
37120
  } else
37120
- c || ({ dom: c, contentDOM: d } = Kn.renderSpec(document, n.type.spec.toDOM(n)));
37121
+ c || ({ dom: c, contentDOM: d } = Un.renderSpec(document, n.type.spec.toDOM(n)));
37121
37122
  !d && !n.isText && c.nodeName != "BR" && (c.hasAttribute("contenteditable") || (c.contentEditable = "false"), n.type.spec.draggable && (c.draggable = !0));
37122
37123
  let f = c;
37123
37124
  return c = O7(c, r, n), u ? l = new D$(e, n, r, i, c, d || null, f, u, o, s + 1) : n.isText ? new E2(e, n, r, i, c, f, o) : new Xr(e, n, r, i, c, d || null, f, o, s + 1);
@@ -37143,7 +37144,7 @@ class Xr extends t0 {
37143
37144
  return e;
37144
37145
  }
37145
37146
  matchesNode(e, n, r) {
37146
- return this.dirty == yn && e.eq(this.node) && Zc(n, this.outerDeco) && r.eq(this.innerDeco);
37147
+ return this.dirty == gn && e.eq(this.node) && Zc(n, this.outerDeco) && r.eq(this.innerDeco);
37147
37148
  }
37148
37149
  get size() {
37149
37150
  return this.node.nodeSize;
@@ -37198,7 +37199,7 @@ class Xr extends t0 {
37198
37199
  return this.dirty == Jn || !e.sameMarkup(this.node) ? !1 : (this.updateInner(e, n, r, i), !0);
37199
37200
  }
37200
37201
  updateInner(e, n, r, i) {
37201
- this.updateOuterDeco(n), this.node = e, this.innerDeco = r, this.contentDOM && this.updateChildren(i, this.posAtStart), this.dirty = yn;
37202
+ this.updateOuterDeco(n), this.node = e, this.innerDeco = r, this.contentDOM && this.updateChildren(i, this.posAtStart), this.dirty = gn;
37202
37203
  }
37203
37204
  updateOuterDeco(e) {
37204
37205
  if (Zc(e, this.outerDeco))
@@ -37234,7 +37235,7 @@ class E2 extends Xr {
37234
37235
  return { skip: e || !0 };
37235
37236
  }
37236
37237
  update(e, n, r, i) {
37237
- return this.dirty == Jn || this.dirty != yn && !this.inParent() || !e.sameMarkup(this.node) ? !1 : (this.updateOuterDeco(n), (this.dirty != yn || e.text != this.node.text) && e.text != this.nodeDOM.nodeValue && (this.nodeDOM.nodeValue = e.text, i.trackWrites == this.nodeDOM && (i.trackWrites = null)), this.node = e, this.dirty = yn, !0);
37238
+ return this.dirty == Jn || this.dirty != gn && !this.inParent() || !e.sameMarkup(this.node) ? !1 : (this.updateOuterDeco(n), (this.dirty != gn || e.text != this.node.text) && e.text != this.nodeDOM.nodeValue && (this.nodeDOM.nodeValue = e.text, i.trackWrites == this.nodeDOM && (i.trackWrites = null)), this.node = e, this.dirty = gn, !0);
37238
37239
  }
37239
37240
  inParent() {
37240
37241
  let e = this.parent.contentDOM;
@@ -37268,7 +37269,7 @@ class S7 extends t0 {
37268
37269
  return { ignore: !0 };
37269
37270
  }
37270
37271
  matchesHack(e) {
37271
- return this.dirty == yn && this.dom.nodeName == e;
37272
+ return this.dirty == gn && this.dom.nodeName == e;
37272
37273
  }
37273
37274
  get domAtom() {
37274
37275
  return !0;
@@ -37427,7 +37428,7 @@ class L$ {
37427
37428
  for (; i < s && (i == o - 1 ? this.top : this.stack[i + 1 << 1]).matchesMark(e[i]) && e[i].type.spec.spanning !== !1; )
37428
37429
  i++;
37429
37430
  for (; i < o; )
37430
- this.destroyRest(), this.top.dirty = yn, this.index = this.stack.pop(), this.top = this.stack.pop(), o--;
37431
+ this.destroyRest(), this.top.dirty = gn, this.index = this.stack.pop(), this.top = this.stack.pop(), o--;
37431
37432
  for (; o < e.length; ) {
37432
37433
  this.stack.push(this.top, this.index + 1);
37433
37434
  let a = -1;
@@ -37497,7 +37498,7 @@ class L$ {
37497
37498
  if (!f && l.update(e, n, r, i))
37498
37499
  return this.destroyBetween(this.index, a), l.dom != c && (this.changed = !0), this.index++, !0;
37499
37500
  if (!f && (d = this.recreateWrapper(l, e, n, r, i, s)))
37500
- return this.top.children[this.index] = d, d.contentDOM && (d.dirty = Bi, d.updateChildren(i, s + 1), d.dirty = yn), this.changed = !0, this.index++, !0;
37501
+ return this.top.children[this.index] = d, d.contentDOM && (d.dirty = Bi, d.updateChildren(i, s + 1), d.dirty = gn), this.changed = !0, this.index++, !0;
37501
37502
  break;
37502
37503
  }
37503
37504
  }
@@ -37645,7 +37646,7 @@ function V$(t, e) {
37645
37646
  if (t.nodeType == 1 && e > 0) {
37646
37647
  if (t.childNodes.length > e && t.childNodes[e].nodeType == 3)
37647
37648
  return t.childNodes[e];
37648
- t = t.childNodes[e - 1], e = Wn(t);
37649
+ t = t.childNodes[e - 1], e = Zn(t);
37649
37650
  } else if (t.nodeType == 1 && e < t.childNodes.length)
37650
37651
  t = t.childNodes[e], e = 0;
37651
37652
  else
@@ -37849,7 +37850,7 @@ function Z$(t) {
37849
37850
  if (!n)
37850
37851
  return;
37851
37852
  let i, o, s = !1;
37852
- for (Ln && n.nodeType == 1 && r < gl(n) && Ns(n.childNodes[r], -1) && (s = !0); ; )
37853
+ for (Rn && n.nodeType == 1 && r < gl(n) && Ns(n.childNodes[r], -1) && (s = !0); ; )
37853
37854
  if (r > 0) {
37854
37855
  if (n.nodeType != 1)
37855
37856
  break;
@@ -37985,7 +37986,7 @@ function xm(t, e, n) {
37985
37986
  return Br(t, s);
37986
37987
  }
37987
37988
  if (!i.parent.inlineContent) {
37988
- let s = e < 0 ? i : o, a = r instanceof Dn ? ge.near(s, e) : ge.findFrom(s, e);
37989
+ let s = e < 0 ? i : o, a = r instanceof Pn ? ge.near(s, e) : ge.findFrom(s, e);
37989
37990
  return a ? Br(t, a) : !1;
37990
37991
  }
37991
37992
  return !1;
@@ -38058,7 +38059,7 @@ function A7(t, e) {
38058
38059
  let h = r.firstChild;
38059
38060
  n.push(h.type.name, h.attrs != h.type.defaultAttrs ? h.attrs : null), r = h.content;
38060
38061
  }
38061
- let s = t.someProp("clipboardSerializer") || Kn.fromSchema(t.state.schema), a = N7(), l = a.createElement("div");
38062
+ let s = t.someProp("clipboardSerializer") || Un.fromSchema(t.state.schema), a = N7(), l = a.createElement("div");
38062
38063
  l.appendChild(s.serializeFragment(r, { document: a }));
38063
38064
  let u = l.firstChild, c, d = 0;
38064
38065
  for (; u && u.nodeType == 1 && (c = L7[u.nodeName.toLowerCase()]); ) {
@@ -38091,7 +38092,7 @@ function I7(t, e, n, r, i) {
38091
38092
  if (d)
38092
38093
  a = d;
38093
38094
  else {
38094
- let f = i.marks(), { schema: h } = t.state, p = Kn.fromSchema(h);
38095
+ let f = i.marks(), { schema: h } = t.state, p = Un.fromSchema(h);
38095
38096
  s = document.createElement("div"), e.split(/(?:\r\n?|\n)+/).forEach((g) => {
38096
38097
  let m = s.appendChild(document.createElement("p"));
38097
38098
  g && m.appendChild(p.serializeNode(h.text(g, f)));
@@ -38282,7 +38283,7 @@ function aF(t, e) {
38282
38283
  }
38283
38284
  Ft.keydown = (t, e) => {
38284
38285
  let n = e;
38285
- if (t.input.shiftKey = n.keyCode == 16 || n.shiftKey, !F7(t, n) && (t.input.lastKeyCode = n.keyCode, t.input.lastKeyCodeTime = Date.now(), !(An && kt && n.keyCode == 13)))
38286
+ if (t.input.shiftKey = n.keyCode == 16 || n.shiftKey, !F7(t, n) && (t.input.lastKeyCode = n.keyCode, t.input.lastKeyCodeTime = Date.now(), !(xn && kt && n.keyCode == 13)))
38286
38287
  if (n.keyCode != 229 && t.domObserver.forceFlush(), jo && n.keyCode == 13 && !n.ctrlKey && !n.altKey && !n.metaKey) {
38287
38288
  let r = Date.now();
38288
38289
  t.input.lastIOSEnter = r, t.input.lastIOSEnterFallbackTimeout = setTimeout(() => {
@@ -38406,7 +38407,7 @@ class mF {
38406
38407
  node: o,
38407
38408
  pos: s,
38408
38409
  addAttr: !!(this.target && !this.target.draggable),
38409
- setUneditable: !!(this.target && Ln && !this.target.hasAttribute("contentEditable"))
38410
+ setUneditable: !!(this.target && Rn && !this.target.hasAttribute("contentEditable"))
38410
38411
  }), this.target && this.mightDrag && (this.mightDrag.addAttr || this.mightDrag.setUneditable) && (this.view.domObserver.stop(), this.mightDrag.addAttr && (this.target.draggable = !0), this.mightDrag.setUneditable && setTimeout(() => {
38411
38412
  this.view.input.mouseDown == this && this.target.setAttribute("contentEditable", "false");
38412
38413
  }, 20), this.view.domObserver.start()), e.root.addEventListener("mouseup", this.up = this.up.bind(this)), e.root.addEventListener("mousemove", this.move = this.move.bind(this)), Jr(e, "pointer");
@@ -38445,14 +38446,14 @@ $t.contextmenu = (t) => Df(t);
38445
38446
  function F7(t, e) {
38446
38447
  return t.composing ? !0 : Nt && Math.abs(e.timeStamp - t.input.compositionEndedAt) < 500 ? (t.input.compositionEndedAt = -2e8, !0) : !1;
38447
38448
  }
38448
- const gF = An ? 5e3 : -1;
38449
+ const gF = xn ? 5e3 : -1;
38449
38450
  Ft.compositionstart = Ft.compositionupdate = (t) => {
38450
38451
  if (!t.composing) {
38451
38452
  t.domObserver.flush();
38452
38453
  let { state: e } = t, n = e.selection.$from;
38453
38454
  if (e.selection.empty && (e.storedMarks || !n.textOffset && n.parentOffset && n.nodeBefore.marks.some((r) => r.type.spec.inclusive === !1)))
38454
38455
  t.markCursor = t.state.storedMarks || n.marks(), yl(t, !0), t.markCursor = null;
38455
- else if (yl(t), Ln && e.selection.empty && n.parentOffset && !n.textOffset && n.nodeBefore.marks.length) {
38456
+ else if (yl(t), Rn && e.selection.empty && n.parentOffset && !n.textOffset && n.nodeBefore.marks.length) {
38456
38457
  let r = t.domSelectionRange();
38457
38458
  for (let i = r.focusNode, o = r.focusOffset; i && i.nodeType == 1 && o != 0; ) {
38458
38459
  let s = o < 0 ? i.lastChild : i.childNodes[o - 1];
@@ -38484,7 +38485,7 @@ function yF() {
38484
38485
  return t.initEvent("event", !0, !0), t.timeStamp;
38485
38486
  }
38486
38487
  function yl(t, e = !1) {
38487
- if (!(An && t.domObserver.flushingSoon >= 0)) {
38488
+ if (!(xn && t.domObserver.flushingSoon >= 0)) {
38488
38489
  if (t.domObserver.forceFlush(), V7(t), e || t.docView && t.docView.dirty) {
38489
38490
  let n = xf(t);
38490
38491
  return n && !n.eq(t.state.selection) ? t.dispatch(t.state.tr.setSelection(n)) : t.updateState(t.state), !0;
@@ -38541,7 +38542,7 @@ function H7(t) {
38541
38542
  }
38542
38543
  Ft.paste = (t, e) => {
38543
38544
  let n = e;
38544
- if (t.composing && !An)
38545
+ if (t.composing && !xn)
38545
38546
  return;
38546
38547
  let r = xa ? null : n.clipboardData, i = t.input.shiftKey && t.input.lastKeyCode != 45;
38547
38548
  r && Aa(t, H7(r), r.getData("text/html"), i, n) ? n.preventDefault() : wF(t, n);
@@ -38623,7 +38624,7 @@ $t.blur = (t, e) => {
38623
38624
  t.focused && (t.domObserver.stop(), t.dom.classList.remove("ProseMirror-focused"), t.domObserver.start(), n.relatedTarget && t.dom.contains(n.relatedTarget) && t.domObserver.currentSelection.clear(), t.focused = !1);
38624
38625
  };
38625
38626
  $t.beforeinput = (t, e) => {
38626
- if (kt && An && e.inputType == "deleteContentBackward") {
38627
+ if (kt && xn && e.inputType == "deleteContentBackward") {
38627
38628
  t.domObserver.flushSoon();
38628
38629
  let { domChangeCount: r } = t.input;
38629
38630
  setTimeout(() => {
@@ -39252,7 +39253,7 @@ class EF {
39252
39253
  let d = this.registerMutation(n[c], l);
39253
39254
  d && (o = o < 0 ? d.from : Math.min(d.from, o), s = s < 0 ? d.to : Math.max(d.to, s), d.typeOver && (a = !0));
39254
39255
  }
39255
- if (Ln && l.length > 1) {
39256
+ if (Rn && l.length > 1) {
39256
39257
  let c = l.filter((d) => d.nodeName == "BR");
39257
39258
  if (c.length == 2) {
39258
39259
  let d = c[0], f = c[1];
@@ -39297,7 +39298,7 @@ class EF {
39297
39298
  let Lm = /* @__PURE__ */ new WeakMap(), Nm = !1;
39298
39299
  function MF(t) {
39299
39300
  if (!Lm.has(t) && (Lm.set(t, null), ["normal", "nowrap", "pre-line"].indexOf(getComputedStyle(t.dom).whiteSpace) !== -1)) {
39300
- if (t.requiresGeckoHackNode = Ln, Nm)
39301
+ if (t.requiresGeckoHackNode = Rn, Nm)
39301
39302
  return;
39302
39303
  console.warn("ProseMirror expects the CSS white-space property to be set, preferably to 'pre-wrap'. It is recommended to load style/prosemirror.css from the prosemirror-view package."), Nm = !0;
39303
39304
  }
@@ -39360,7 +39361,7 @@ function DF(t, e, n, r, i) {
39360
39361
  if (t.input.compositionPendingChanges = 0, e < 0) {
39361
39362
  let F = t.input.lastSelectionTime > Date.now() - 50 ? t.input.lastSelectionOrigin : null, Z = xf(t, F);
39362
39363
  if (Z && !t.state.selection.eq(Z)) {
39363
- if (kt && An && t.input.lastKeyCode === 13 && Date.now() - 100 < t.input.lastKeyCodeTime && t.someProp("handleKeyDown", (j) => j(t, Di(13, "Enter"))))
39364
+ if (kt && xn && t.input.lastKeyCode === 13 && Date.now() - 100 < t.input.lastKeyCodeTime && t.someProp("handleKeyDown", (j) => j(t, Di(13, "Enter"))))
39364
39365
  return;
39365
39366
  let z = t.state.tr.setSelection(Z);
39366
39367
  F == "pointer" ? z.setMeta("pointer", !0) : F == "key" && z.scrollIntoView(), o && z.setMeta("composition", o), t.dispatch(z);
@@ -39372,7 +39373,7 @@ function DF(t, e, n, r, i) {
39372
39373
  let l = t.state.selection, u = AF(t, e, n), c = t.state.doc, d = c.slice(u.from, u.to), f, h;
39373
39374
  t.input.lastKeyCode === 8 && Date.now() - 100 < t.input.lastKeyCodeTime ? (f = t.state.selection.to, h = "end") : (f = t.state.selection.from, h = "start"), t.input.lastKeyCode = null;
39374
39375
  let p = NF(d.content, u.doc.content, u.from, f, h);
39375
- if ((jo && t.input.lastIOSEnter > Date.now() - 225 || An) && i.some((F) => F.nodeType == 1 && !PF.test(F.nodeName)) && (!p || p.endA >= p.endB) && t.someProp("handleKeyDown", (F) => F(t, Di(13, "Enter")))) {
39376
+ if ((jo && t.input.lastIOSEnter > Date.now() - 225 || xn) && i.some((F) => F.nodeType == 1 && !PF.test(F.nodeName)) && (!p || p.endA >= p.endB) && t.someProp("handleKeyDown", (F) => F(t, Di(13, "Enter")))) {
39376
39377
  t.input.lastIOSEnter = 0;
39377
39378
  return;
39378
39379
  }
@@ -39400,10 +39401,10 @@ function DF(t, e, n, r, i) {
39400
39401
  return;
39401
39402
  }
39402
39403
  if (t.state.selection.anchor > p.start && LF(c, p.start, p.endA, g, m) && t.someProp("handleKeyDown", (F) => F(t, Di(8, "Backspace")))) {
39403
- An && kt && t.domObserver.suppressSelectionUpdates();
39404
+ xn && kt && t.domObserver.suppressSelectionUpdates();
39404
39405
  return;
39405
39406
  }
39406
- kt && An && p.endB == p.start && (t.input.lastAndroidDelete = Date.now()), An && !b && g.start() != m.start() && m.parentOffset == 0 && g.depth == m.depth && u.sel && u.sel.anchor == u.sel.head && u.sel.head == p.endA && (p.endB -= 2, m = u.doc.resolveNoCache(p.endB - u.from), setTimeout(() => {
39407
+ kt && xn && p.endB == p.start && (t.input.lastAndroidDelete = Date.now()), xn && !b && g.start() != m.start() && m.parentOffset == 0 && g.depth == m.depth && u.sel && u.sel.anchor == u.sel.head && u.sel.head == p.endA && (p.endB -= 2, m = u.doc.resolveNoCache(p.endB - u.from), setTimeout(() => {
39407
39408
  t.someProp("handleKeyDown", function(F) {
39408
39409
  return F(t, Di(13, "Enter"));
39409
39410
  });
@@ -39426,7 +39427,7 @@ function DF(t, e, n, r, i) {
39426
39427
  }
39427
39428
  if (S || (S = t.state.tr.replace(w, E, u.doc.slice(p.start - u.from, p.endB - u.from))), u.sel) {
39428
39429
  let F = $m(t, S.doc, u.sel);
39429
- F && !(kt && An && t.composing && F.empty && (p.start != p.endB || t.input.lastAndroidDelete < Date.now() - 100) && (F.head == w || F.head == S.mapping.map(E) - 1) || Wt && F.empty && F.head == w) && S.setSelection(F);
39430
+ F && !(kt && xn && t.composing && F.empty && (p.start != p.endB || t.input.lastAndroidDelete < Date.now() - 100) && (F.head == w || F.head == S.mapping.map(E) - 1) || Wt && F.empty && F.head == w) && S.setSelection(F);
39430
39431
  }
39431
39432
  T && S.ensureMarks(T), o && S.setMeta("composition", o), t.dispatch(S.scrollIntoView());
39432
39433
  }
@@ -40220,7 +40221,7 @@ const rB = (t, e) => {
40220
40221
  return !0;
40221
40222
  }, iB = (t, e) => {
40222
40223
  let n = t.selection, { $from: r, $to: i } = n;
40223
- if (n instanceof Dn || r.parent.inlineContent || i.parent.inlineContent)
40224
+ if (n instanceof Pn || r.parent.inlineContent || i.parent.inlineContent)
40224
40225
  return !1;
40225
40226
  let o = Y7(i.parent.contentMatchAt(i.indexAfter()));
40226
40227
  if (!o || !o.isTextblock)
@@ -41557,7 +41558,7 @@ function zf(t) {
41557
41558
  return (e) => TV(e.$from, t);
41558
41559
  }
41559
41560
  function EV(t, e) {
41560
- const n = Kn.fromSchema(e).serializeFragment(t), i = document.implementation.createHTMLDocument().createElement("div");
41561
+ const n = Un.fromSchema(e).serializeFragment(t), i = document.implementation.createHTMLDocument().createElement("div");
41561
41562
  return i.appendChild(n), i.innerHTML;
41562
41563
  }
41563
41564
  function MV(t, e) {
@@ -42832,7 +42833,7 @@ function Xi(t) {
42832
42833
  }
42833
42834
  });
42834
42835
  }
42835
- var Ut = "top", wn = "bottom", Sn = "right", Kt = "left", Zf = "auto", r0 = [Ut, wn, Sn, Kt], Uo = "start", Ra = "end", dH = "clippingParents", l4 = "viewport", bs = "popper", fH = "reference", Jm = /* @__PURE__ */ r0.reduce(function(t, e) {
42836
+ var Ut = "top", bn = "bottom", wn = "right", Kt = "left", Zf = "auto", r0 = [Ut, bn, wn, Kt], Uo = "start", Ra = "end", dH = "clippingParents", l4 = "viewport", bs = "popper", fH = "reference", Jm = /* @__PURE__ */ r0.reduce(function(t, e) {
42836
42837
  return t.concat([e + "-" + Uo, e + "-" + Ra]);
42837
42838
  }, []), u4 = /* @__PURE__ */ [].concat(r0, [Zf]).reduce(function(t, e) {
42838
42839
  return t.concat([e, e + "-" + Uo, e + "-" + Ra]);
@@ -42853,7 +42854,7 @@ function eo(t) {
42853
42854
  var e = nn(t).Element;
42854
42855
  return t instanceof e || t instanceof Element;
42855
42856
  }
42856
- function vn(t) {
42857
+ function yn(t) {
42857
42858
  var e = nn(t).HTMLElement;
42858
42859
  return t instanceof e || t instanceof HTMLElement;
42859
42860
  }
@@ -42867,7 +42868,7 @@ function kH(t) {
42867
42868
  var e = t.state;
42868
42869
  Object.keys(e.elements).forEach(function(n) {
42869
42870
  var r = e.styles[n] || {}, i = e.attributes[n] || {}, o = e.elements[n];
42870
- !vn(o) || !Qn(o) || (Object.assign(o.style, r), Object.keys(i).forEach(function(s) {
42871
+ !yn(o) || !Qn(o) || (Object.assign(o.style, r), Object.keys(i).forEach(function(s) {
42871
42872
  var a = i[s];
42872
42873
  a === !1 ? o.removeAttribute(s) : o.setAttribute(s, a === !0 ? "" : a);
42873
42874
  }));
@@ -42891,7 +42892,7 @@ function OH(t) {
42891
42892
  var i = e.elements[r], o = e.attributes[r] || {}, s = Object.keys(e.styles.hasOwnProperty(r) ? e.styles[r] : n[r]), a = s.reduce(function(l, u) {
42892
42893
  return l[u] = "", l;
42893
42894
  }, {});
42894
- !vn(i) || !Qn(i) || (Object.assign(i.style, a), Object.keys(o).forEach(function(l) {
42895
+ !yn(i) || !Qn(i) || (Object.assign(i.style, a), Object.keys(o).forEach(function(l) {
42895
42896
  i.removeAttribute(l);
42896
42897
  }));
42897
42898
  });
@@ -42921,7 +42922,7 @@ function d4() {
42921
42922
  function Go(t, e, n) {
42922
42923
  e === void 0 && (e = !1), n === void 0 && (n = !1);
42923
42924
  var r = t.getBoundingClientRect(), i = 1, o = 1;
42924
- e && vn(t) && (i = t.offsetWidth > 0 && Ko(r.width) / t.offsetWidth || 1, o = t.offsetHeight > 0 && Ko(r.height) / t.offsetHeight || 1);
42925
+ e && yn(t) && (i = t.offsetWidth > 0 && Ko(r.width) / t.offsetWidth || 1, o = t.offsetHeight > 0 && Ko(r.height) / t.offsetHeight || 1);
42925
42926
  var s = eo(t) ? nn(t) : window, a = s.visualViewport, l = !d4() && n, u = (r.left + (l && a ? a.offsetLeft : 0)) / i, c = (r.top + (l && a ? a.offsetTop : 0)) / o, d = r.width / i, f = r.height / o;
42926
42927
  return {
42927
42928
  width: d,
@@ -42982,18 +42983,18 @@ function L2(t) {
42982
42983
  );
42983
42984
  }
42984
42985
  function Qm(t) {
42985
- return !vn(t) || // https://github.com/popperjs/popper-core/issues/837
42986
+ return !yn(t) || // https://github.com/popperjs/popper-core/issues/837
42986
42987
  wr(t).position === "fixed" ? null : t.offsetParent;
42987
42988
  }
42988
42989
  function EH(t) {
42989
42990
  var e = /firefox/i.test(td()), n = /Trident/i.test(td());
42990
- if (n && vn(t)) {
42991
+ if (n && yn(t)) {
42991
42992
  var r = wr(t);
42992
42993
  if (r.position === "fixed")
42993
42994
  return null;
42994
42995
  }
42995
42996
  var i = L2(t);
42996
- for (Wf(i) && (i = i.host); vn(i) && ["html", "body"].indexOf(Qn(i)) < 0; ) {
42997
+ for (Wf(i) && (i = i.host); yn(i) && ["html", "body"].indexOf(Qn(i)) < 0; ) {
42997
42998
  var o = wr(i);
42998
42999
  if (o.transform !== "none" || o.perspective !== "none" || o.contain === "paint" || ["transform", "perspective"].indexOf(o.willChange) !== -1 || e && o.willChange === "filter" || e && o.filter && o.filter !== "none")
42999
43000
  return i;
@@ -43038,9 +43039,9 @@ var xH = function(e, n) {
43038
43039
  })) : e, p4(typeof e != "number" ? e : m4(e, r0));
43039
43040
  };
43040
43041
  function AH(t) {
43041
- var e, n = t.state, r = t.name, i = t.options, o = n.elements.arrow, s = n.modifiersData.popperOffsets, a = qn(n.placement), l = Kf(a), u = [Kt, Sn].indexOf(a) >= 0, c = u ? "height" : "width";
43042
+ var e, n = t.state, r = t.name, i = t.options, o = n.elements.arrow, s = n.modifiersData.popperOffsets, a = qn(n.placement), l = Kf(a), u = [Kt, wn].indexOf(a) >= 0, c = u ? "height" : "width";
43042
43043
  if (!(!o || !s)) {
43043
- var d = xH(i.padding, n), f = Uf(o), h = l === "y" ? Ut : Kt, p = l === "y" ? wn : Sn, g = n.rects.reference[c] + n.rects.reference[l] - s[l] - n.rects.popper[c], m = s[l] - n.rects.reference[l], y = i0(o), b = y ? l === "y" ? y.clientHeight || 0 : y.clientWidth || 0 : 0, C = g / 2 - m / 2, w = d[h], E = b - f[c] - d[p], S = b / 2 - f[c] / 2 + C, T = $s(w, S, E), M = l;
43044
+ var d = xH(i.padding, n), f = Uf(o), h = l === "y" ? Ut : Kt, p = l === "y" ? bn : wn, g = n.rects.reference[c] + n.rects.reference[l] - s[l] - n.rects.popper[c], m = s[l] - n.rects.reference[l], y = i0(o), b = y ? l === "y" ? y.clientHeight || 0 : y.clientWidth || 0 : 0, C = g / 2 - m / 2, w = d[h], E = b - f[c] - d[p], S = b / 2 - f[c] / 2 + C, T = $s(w, S, E), M = l;
43044
43045
  n.modifiersData[r] = (e = {}, e[M] = T, e.centerOffset = T - S, e);
43045
43046
  }
43046
43047
  }
@@ -43085,16 +43086,16 @@ function Xm(t) {
43085
43086
  var y = s.hasOwnProperty("x"), b = s.hasOwnProperty("y"), C = Kt, w = Ut, E = window;
43086
43087
  if (u) {
43087
43088
  var S = i0(n), T = "clientHeight", M = "clientWidth";
43088
- if (S === nn(n) && (S = mi(n), wr(S).position !== "static" && a === "absolute" && (T = "scrollHeight", M = "scrollWidth")), S = S, i === Ut || (i === Kt || i === Sn) && o === Ra) {
43089
- w = wn;
43089
+ if (S === nn(n) && (S = mi(n), wr(S).position !== "static" && a === "absolute" && (T = "scrollHeight", M = "scrollWidth")), S = S, i === Ut || (i === Kt || i === wn) && o === Ra) {
43090
+ w = bn;
43090
43091
  var F = d && S === E && E.visualViewport ? E.visualViewport.height : (
43091
43092
  // $FlowFixMe[prop-missing]
43092
43093
  S[T]
43093
43094
  );
43094
43095
  g -= F - r.height, g *= l ? 1 : -1;
43095
43096
  }
43096
- if (i === Kt || (i === Ut || i === wn) && o === Ra) {
43097
- C = Sn;
43097
+ if (i === Kt || (i === Ut || i === bn) && o === Ra) {
43098
+ C = wn;
43098
43099
  var Z = d && S === E && E.visualViewport ? E.visualViewport.width : (
43099
43100
  // $FlowFixMe[prop-missing]
43100
43101
  S[M]
@@ -43227,7 +43228,7 @@ function Yf(t) {
43227
43228
  return /auto|scroll|overlay|hidden/.test(n + i + r);
43228
43229
  }
43229
43230
  function g4(t) {
43230
- return ["html", "body", "#document"].indexOf(Qn(t)) >= 0 ? t.ownerDocument.body : vn(t) && Yf(t) ? t : g4(L2(t));
43231
+ return ["html", "body", "#document"].indexOf(Qn(t)) >= 0 ? t.ownerDocument.body : yn(t) && Yf(t) ? t : g4(L2(t));
43231
43232
  }
43232
43233
  function Fs(t, e) {
43233
43234
  var n;
@@ -43254,7 +43255,7 @@ function tg(t, e, n) {
43254
43255
  return e === l4 ? nd(HH(t, n)) : eo(e) ? zH(e, n) : nd(_H(mi(t)));
43255
43256
  }
43256
43257
  function jH(t) {
43257
- var e = Fs(L2(t)), n = ["absolute", "fixed"].indexOf(wr(t).position) >= 0, r = n && vn(t) ? i0(t) : t;
43258
+ var e = Fs(L2(t)), n = ["absolute", "fixed"].indexOf(wr(t).position) >= 0, r = n && yn(t) ? i0(t) : t;
43258
43259
  return eo(r) ? e.filter(function(i) {
43259
43260
  return eo(i) && f4(i, r) && Qn(i) !== "body";
43260
43261
  }) : [];
@@ -43275,13 +43276,13 @@ function y4(t) {
43275
43276
  y: e.y - n.height
43276
43277
  };
43277
43278
  break;
43278
- case wn:
43279
+ case bn:
43279
43280
  l = {
43280
43281
  x: s,
43281
43282
  y: e.y + e.height
43282
43283
  };
43283
43284
  break;
43284
- case Sn:
43285
+ case wn:
43285
43286
  l = {
43286
43287
  x: e.x + e.width,
43287
43288
  y: a
@@ -43329,7 +43330,7 @@ function La(t, e) {
43329
43330
  if (f === bs && z) {
43330
43331
  var j = z[i];
43331
43332
  Object.keys(Z).forEach(function(J) {
43332
- var se = [Sn, wn].indexOf(J) >= 0 ? 1 : -1, q = [Ut, wn].indexOf(J) >= 0 ? "y" : "x";
43333
+ var se = [wn, bn].indexOf(J) >= 0 ? 1 : -1, q = [Ut, bn].indexOf(J) >= 0 ? "y" : "x";
43333
43334
  Z[J] += j[q] * se;
43334
43335
  });
43335
43336
  }
@@ -43374,13 +43375,13 @@ function KH(t) {
43374
43375
  allowedAutoPlacements: g
43375
43376
  }) : qt);
43376
43377
  }, []), E = e.rects.reference, S = e.rects.popper, T = /* @__PURE__ */ new Map(), M = !0, F = w[0], Z = 0; Z < w.length; Z++) {
43377
- var z = w[Z], j = qn(z), J = qo(z) === Uo, se = [Ut, wn].indexOf(j) >= 0, q = se ? "width" : "height", ne = La(e, {
43378
+ var z = w[Z], j = qn(z), J = qo(z) === Uo, se = [Ut, bn].indexOf(j) >= 0, q = se ? "width" : "height", ne = La(e, {
43378
43379
  placement: z,
43379
43380
  boundary: c,
43380
43381
  rootBoundary: d,
43381
43382
  altBoundary: f,
43382
43383
  padding: u
43383
- }), fe = se ? J ? Sn : Kt : J ? wn : Ut;
43384
+ }), fe = se ? J ? wn : Kt : J ? bn : Ut;
43384
43385
  E[q] > S[q] && (fe = W0(fe));
43385
43386
  var be = W0(fe), ct = [];
43386
43387
  if (o && ct.push(ne[j] <= 0), a && ct.push(ne[fe] <= 0, ne[be] <= 0), ct.every(function(Gt) {
@@ -43393,18 +43394,18 @@ function KH(t) {
43393
43394
  }
43394
43395
  if (M)
43395
43396
  for (var xt = p ? 3 : 1, vt = function(qt) {
43396
- var On = w.find(function(gi) {
43397
- var Tn = T.get(gi);
43398
- if (Tn)
43399
- return Tn.slice(0, qt).every(function(Tr) {
43397
+ var kn = w.find(function(gi) {
43398
+ var On = T.get(gi);
43399
+ if (On)
43400
+ return On.slice(0, qt).every(function(Tr) {
43400
43401
  return Tr;
43401
43402
  });
43402
43403
  });
43403
- if (On)
43404
- return F = On, "break";
43404
+ if (kn)
43405
+ return F = kn, "break";
43405
43406
  }, bt = xt; bt > 0; bt--) {
43406
- var kn = vt(bt);
43407
- if (kn === "break")
43407
+ var Cn = vt(bt);
43408
+ if (Cn === "break")
43408
43409
  break;
43409
43410
  }
43410
43411
  e.placement !== F && (e.modifiersData[r]._skip = !0, e.placement = F, e.reset = !0);
@@ -43432,7 +43433,7 @@ function ng(t, e, n) {
43432
43433
  };
43433
43434
  }
43434
43435
  function rg(t) {
43435
- return [Ut, Sn, wn, Kt].some(function(e) {
43436
+ return [Ut, wn, bn, Kt].some(function(e) {
43436
43437
  return t[e] >= 0;
43437
43438
  });
43438
43439
  }
@@ -43463,7 +43464,7 @@ function JH(t, e, n) {
43463
43464
  var r = qn(t), i = [Kt, Ut].indexOf(r) >= 0 ? -1 : 1, o = typeof n == "function" ? n(Object.assign({}, e, {
43464
43465
  placement: t
43465
43466
  })) : n, s = o[0], a = o[1];
43466
- return s = s || 0, a = (a || 0) * i, [Kt, Sn].indexOf(r) >= 0 ? {
43467
+ return s = s || 0, a = (a || 0) * i, [Kt, wn].indexOf(r) >= 0 ? {
43467
43468
  x: a,
43468
43469
  y: s
43469
43470
  } : {
@@ -43523,15 +43524,15 @@ function r_(t) {
43523
43524
  };
43524
43525
  if (S) {
43525
43526
  if (o) {
43526
- var J, se = w === "y" ? Ut : Kt, q = w === "y" ? wn : Sn, ne = w === "y" ? "height" : "width", fe = S[w], be = fe + m[se], ct = fe - m[q], xt = h ? -M[ne] / 2 : 0, vt = b === Uo ? T[ne] : M[ne], bt = b === Uo ? -M[ne] : -T[ne], kn = e.elements.arrow, Gt = h && kn ? Uf(kn) : {
43527
+ var J, se = w === "y" ? Ut : Kt, q = w === "y" ? bn : wn, ne = w === "y" ? "height" : "width", fe = S[w], be = fe + m[se], ct = fe - m[q], xt = h ? -M[ne] / 2 : 0, vt = b === Uo ? T[ne] : M[ne], bt = b === Uo ? -M[ne] : -T[ne], Cn = e.elements.arrow, Gt = h && Cn ? Uf(Cn) : {
43527
43528
  width: 0,
43528
43529
  height: 0
43529
- }, qt = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : h4(), On = qt[se], gi = qt[q], Tn = $s(0, T[ne], Gt[ne]), Tr = C ? T[ne] / 2 - xt - Tn - On - Z.mainAxis : vt - Tn - On - Z.mainAxis, Nn = C ? -T[ne] / 2 + xt + Tn + gi + Z.mainAxis : bt + Tn + gi + Z.mainAxis, Er = e.elements.arrow && i0(e.elements.arrow), ro = Er ? w === "y" ? Er.clientTop || 0 : Er.clientLeft || 0 : 0, yi = (J = z == null ? void 0 : z[w]) != null ? J : 0, io = fe + Tr - yi - ro, oo = fe + Nn - yi, Mr = $s(h ? kl(be, io) : be, fe, h ? Ki(ct, oo) : ct);
43530
+ }, qt = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : h4(), kn = qt[se], gi = qt[q], On = $s(0, T[ne], Gt[ne]), Tr = C ? T[ne] / 2 - xt - On - kn - Z.mainAxis : vt - On - kn - Z.mainAxis, Ln = C ? -T[ne] / 2 + xt + On + gi + Z.mainAxis : bt + On + gi + Z.mainAxis, Er = e.elements.arrow && i0(e.elements.arrow), ro = Er ? w === "y" ? Er.clientTop || 0 : Er.clientLeft || 0 : 0, yi = (J = z == null ? void 0 : z[w]) != null ? J : 0, io = fe + Tr - yi - ro, oo = fe + Ln - yi, Mr = $s(h ? kl(be, io) : be, fe, h ? Ki(ct, oo) : ct);
43530
43531
  S[w] = Mr, j[w] = Mr - fe;
43531
43532
  }
43532
43533
  if (a) {
43533
- var vi, so = w === "x" ? Ut : Kt, ao = w === "x" ? wn : Sn, En = S[E], $n = E === "y" ? "height" : "width", bi = En + m[so], nr = En - m[ao], wi = [Ut, Kt].indexOf(y) !== -1, Re = (vi = z == null ? void 0 : z[E]) != null ? vi : 0, L = wi ? bi : En - T[$n] - M[$n] - Re + Z.altAxis, _ = wi ? En + T[$n] + M[$n] - Re - Z.altAxis : nr, ye = h && wi ? MH(L, En, _) : $s(h ? L : bi, En, h ? _ : nr);
43534
- S[E] = ye, j[E] = ye - En;
43534
+ var vi, so = w === "x" ? Ut : Kt, ao = w === "x" ? bn : wn, Tn = S[E], Nn = E === "y" ? "height" : "width", bi = Tn + m[so], nr = Tn - m[ao], wi = [Ut, Kt].indexOf(y) !== -1, Re = (vi = z == null ? void 0 : z[E]) != null ? vi : 0, L = wi ? bi : Tn - T[Nn] - M[Nn] - Re + Z.altAxis, _ = wi ? Tn + T[Nn] + M[Nn] - Re - Z.altAxis : nr, ye = h && wi ? MH(L, Tn, _) : $s(h ? L : bi, Tn, h ? _ : nr);
43535
+ S[E] = ye, j[E] = ye - Tn;
43535
43536
  }
43536
43537
  e.modifiersData[r] = j;
43537
43538
  }
@@ -43550,7 +43551,7 @@ function o_(t) {
43550
43551
  };
43551
43552
  }
43552
43553
  function s_(t) {
43553
- return t === nn(t) || !vn(t) ? Gf(t) : o_(t);
43554
+ return t === nn(t) || !yn(t) ? Gf(t) : o_(t);
43554
43555
  }
43555
43556
  function a_(t) {
43556
43557
  var e = t.getBoundingClientRect(), n = Ko(e.width) / t.offsetWidth || 1, r = Ko(e.height) / t.offsetHeight || 1;
@@ -43558,7 +43559,7 @@ function a_(t) {
43558
43559
  }
43559
43560
  function l_(t, e, n) {
43560
43561
  n === void 0 && (n = !1);
43561
- var r = vn(e), i = vn(e) && a_(e), o = mi(e), s = Go(t, i, n), a = {
43562
+ var r = yn(e), i = yn(e) && a_(e), o = mi(e), s = Go(t, i, n), a = {
43562
43563
  scrollLeft: 0,
43563
43564
  scrollTop: 0
43564
43565
  }, l = {
@@ -43566,7 +43567,7 @@ function l_(t, e, n) {
43566
43567
  y: 0
43567
43568
  };
43568
43569
  return (r || !r && !n) && ((Qn(e) !== "body" || // https://github.com/popperjs/popper-core/issues/1078
43569
- Yf(o)) && (a = s_(e)), vn(e) ? (l = Go(e, !0), l.x += e.clientLeft, l.y += e.clientTop) : o && (l.x = qf(o))), {
43570
+ Yf(o)) && (a = s_(e)), yn(e) ? (l = Go(e, !0), l.x += e.clientLeft, l.y += e.clientTop) : o && (l.x = qf(o))), {
43570
43571
  x: s.left + a.scrollLeft - l.x,
43571
43572
  y: s.top + a.scrollTop - l.y,
43572
43573
  width: s.width,
@@ -43858,15 +43859,15 @@ function cg(t, e) {
43858
43859
  }
43859
43860
  return !1;
43860
43861
  }
43861
- var Zn = {
43862
+ var jn = {
43862
43863
  isTouch: !1
43863
43864
  }, dg = 0;
43864
43865
  function A_() {
43865
- Zn.isTouch || (Zn.isTouch = !0, window.performance && document.addEventListener("mousemove", k4));
43866
+ jn.isTouch || (jn.isTouch = !0, window.performance && document.addEventListener("mousemove", k4));
43866
43867
  }
43867
43868
  function k4() {
43868
43869
  var t = performance.now();
43869
- t - dg < 20 && (Zn.isTouch = !1, document.removeEventListener("mousemove", k4)), dg = t;
43870
+ t - dg < 20 && (jn.isTouch = !1, document.removeEventListener("mousemove", k4)), dg = t;
43870
43871
  }
43871
43872
  function I_() {
43872
43873
  var t = document.activeElement;
@@ -44164,7 +44165,7 @@ function j_(t, e) {
44164
44165
  return od(S);
44165
44166
  }
44166
44167
  function ne(N) {
44167
- return w.state.isMounted && !w.state.isVisible || Zn.isTouch || c && c.type === "focus" ? 0 : Du(w.props.delay, N ? 0 : 1, Qt.delay);
44168
+ return w.state.isMounted && !w.state.isVisible || jn.isTouch || c && c.type === "focus" ? 0 : Du(w.props.delay, N ? 0 : 1, Qt.delay);
44168
44169
  }
44169
44170
  function fe(N) {
44170
44171
  N === void 0 && (N = !1), S.style.pointerEvents = w.props.interactive && !N ? "" : "none", S.style.zIndex = "" + w.props.zIndex;
@@ -44206,23 +44207,23 @@ function j_(t, e) {
44206
44207
  });
44207
44208
  }
44208
44209
  function bt(N) {
44209
- if (!(Zn.isTouch && (l || N.type === "mousedown"))) {
44210
+ if (!(jn.isTouch && (l || N.type === "mousedown"))) {
44210
44211
  var X = N.composedPath && N.composedPath()[0] || N.target;
44211
44212
  if (!(w.props.interactive && cg(S, X))) {
44212
44213
  if (ko(w.props.triggerTarget || t).some(function(ae) {
44213
44214
  return cg(ae, X);
44214
44215
  })) {
44215
- if (Zn.isTouch || w.state.isVisible && w.props.trigger.indexOf("click") >= 0)
44216
+ if (jn.isTouch || w.state.isVisible && w.props.trigger.indexOf("click") >= 0)
44216
44217
  return;
44217
44218
  } else
44218
44219
  be("onClickOutside", [w, N]);
44219
44220
  w.props.hideOnClick === !0 && (w.clearDelayTimeouts(), w.hide(), a = !0, setTimeout(function() {
44220
44221
  a = !1;
44221
- }), w.state.isMounted || On());
44222
+ }), w.state.isMounted || kn());
44222
44223
  }
44223
44224
  }
44224
44225
  }
44225
- function kn() {
44226
+ function Cn() {
44226
44227
  l = !0;
44227
44228
  }
44228
44229
  function Gt() {
@@ -44230,18 +44231,18 @@ function j_(t, e) {
44230
44231
  }
44231
44232
  function qt() {
44232
44233
  var N = se();
44233
- N.addEventListener("mousedown", bt, !0), N.addEventListener("touchend", bt, Pi), N.addEventListener("touchstart", Gt, Pi), N.addEventListener("touchmove", kn, Pi);
44234
+ N.addEventListener("mousedown", bt, !0), N.addEventListener("touchend", bt, Pi), N.addEventListener("touchstart", Gt, Pi), N.addEventListener("touchmove", Cn, Pi);
44234
44235
  }
44235
- function On() {
44236
+ function kn() {
44236
44237
  var N = se();
44237
- N.removeEventListener("mousedown", bt, !0), N.removeEventListener("touchend", bt, Pi), N.removeEventListener("touchstart", Gt, Pi), N.removeEventListener("touchmove", kn, Pi);
44238
+ N.removeEventListener("mousedown", bt, !0), N.removeEventListener("touchend", bt, Pi), N.removeEventListener("touchstart", Gt, Pi), N.removeEventListener("touchmove", Cn, Pi);
44238
44239
  }
44239
44240
  function gi(N, X) {
44240
44241
  Tr(N, function() {
44241
44242
  !w.state.isVisible && S.parentNode && S.parentNode.contains(S) && X();
44242
44243
  });
44243
44244
  }
44244
- function Tn(N, X) {
44245
+ function On(N, X) {
44245
44246
  Tr(N, X);
44246
44247
  }
44247
44248
  function Tr(N, X) {
@@ -44253,7 +44254,7 @@ function j_(t, e) {
44253
44254
  return X();
44254
44255
  Lu(ae, "remove", d), Lu(ae, "add", Me), d = Me;
44255
44256
  }
44256
- function Nn(N, X, ae) {
44257
+ function Ln(N, X, ae) {
44257
44258
  ae === void 0 && (ae = !1);
44258
44259
  var Me = ko(w.props.triggerTarget || t);
44259
44260
  Me.forEach(function(we) {
@@ -44266,21 +44267,21 @@ function j_(t, e) {
44266
44267
  });
44267
44268
  }
44268
44269
  function Er() {
44269
- z() && (Nn("touchstart", yi, {
44270
+ z() && (Ln("touchstart", yi, {
44270
44271
  passive: !0
44271
- }), Nn("touchend", oo, {
44272
+ }), Ln("touchend", oo, {
44272
44273
  passive: !0
44273
44274
  })), w_(w.props.trigger).forEach(function(N) {
44274
44275
  if (N !== "manual")
44275
- switch (Nn(N, yi), N) {
44276
+ switch (Ln(N, yi), N) {
44276
44277
  case "mouseenter":
44277
- Nn("mouseleave", oo);
44278
+ Ln("mouseleave", oo);
44278
44279
  break;
44279
44280
  case "focus":
44280
- Nn(R_ ? "focusout" : "blur", Mr);
44281
+ Ln(R_ ? "focusout" : "blur", Mr);
44281
44282
  break;
44282
44283
  case "focusin":
44283
- Nn("focusout", Mr);
44284
+ Ln("focusout", Mr);
44284
44285
  break;
44285
44286
  }
44286
44287
  });
@@ -44303,7 +44304,7 @@ function j_(t, e) {
44303
44304
  function io(N) {
44304
44305
  var X = N.target, ae = J().contains(X) || S.contains(X);
44305
44306
  if (!(N.type === "mousemove" && ae)) {
44306
- var Me = $n().concat(S).map(function(we) {
44307
+ var Me = Nn().concat(S).map(function(we) {
44307
44308
  var At, sn = we._tippy, uo = (At = sn.popperInstance) == null ? void 0 : At.state;
44308
44309
  return uo ? {
44309
44310
  popperRect: we.getBoundingClientRect(),
@@ -44328,7 +44329,7 @@ function j_(t, e) {
44328
44329
  w.props.trigger.indexOf("focusin") < 0 && N.target !== J() || w.props.interactive && N.relatedTarget && S.contains(N.relatedTarget) || nr(N);
44329
44330
  }
44330
44331
  function vi(N) {
44331
- return Zn.isTouch ? z() !== N.type.indexOf("touch") >= 0 : !1;
44332
+ return jn.isTouch ? z() !== N.type.indexOf("touch") >= 0 : !1;
44332
44333
  }
44333
44334
  function so() {
44334
44335
  ao();
@@ -44390,7 +44391,7 @@ function j_(t, e) {
44390
44391
  function ao() {
44391
44392
  w.popperInstance && (w.popperInstance.destroy(), w.popperInstance = null);
44392
44393
  }
44393
- function En() {
44394
+ function Tn() {
44394
44395
  var N = w.props.appendTo, X, ae = J();
44395
44396
  w.props.interactive && N === S4 || N === "parent" ? X = ae.parentNode : X = C4(N, [ae]), X.contains(S) || X.appendChild(S), w.state.isMounted = !0, so(), process.env.NODE_ENV !== "production" && lr(w.props.interactive && N === Qt.appendTo && ae.nextElementSibling !== S, ["Interactive tippy element may not be accessible via keyboard", "navigation because it is not directly after the reference element", "in the DOM source order.", `
44396
44397
 
@@ -44400,19 +44401,19 @@ function j_(t, e) {
44400
44401
 
44401
44402
  `, "See: https://atomiks.github.io/tippyjs/v6/accessibility/#interactivity"].join(" "));
44402
44403
  }
44403
- function $n() {
44404
+ function Nn() {
44404
44405
  return Ol(S.querySelectorAll("[data-tippy-root]"));
44405
44406
  }
44406
44407
  function bi(N) {
44407
44408
  w.clearDelayTimeouts(), N && be("onTrigger", [w, N]), qt();
44408
44409
  var X = ne(!0), ae = Z(), Me = ae[0], we = ae[1];
44409
- Zn.isTouch && Me === "hold" && we && (X = we), X ? r = setTimeout(function() {
44410
+ jn.isTouch && Me === "hold" && we && (X = we), X ? r = setTimeout(function() {
44410
44411
  w.show();
44411
44412
  }, X) : w.show();
44412
44413
  }
44413
44414
  function nr(N) {
44414
44415
  if (w.clearDelayTimeouts(), be("onUntrigger", [w, N]), !w.state.isVisible) {
44415
- On();
44416
+ kn();
44416
44417
  return;
44417
44418
  }
44418
44419
  if (!(w.props.trigger.indexOf("mouseenter") >= 0 && w.props.trigger.indexOf("click") >= 0 && ["mouseleave", "mousemove"].indexOf(N.type) >= 0 && s)) {
@@ -44441,7 +44442,7 @@ function j_(t, e) {
44441
44442
  }));
44442
44443
  w.props = ae, Er(), X.interactiveDebounce !== ae.interactiveDebounce && (vt(), p = sg(io, ae.interactiveDebounce)), X.triggerTarget && !ae.triggerTarget ? ko(X.triggerTarget).forEach(function(Me) {
44443
44444
  Me.removeAttribute("aria-expanded");
44444
- }) : ae.triggerTarget && t.removeAttribute("aria-expanded"), xt(), fe(), T && T(X, ae), w.popperInstance && (so(), $n().forEach(function(Me) {
44445
+ }) : ae.triggerTarget && t.removeAttribute("aria-expanded"), xt(), fe(), T && T(X, ae), w.popperInstance && (so(), Nn().forEach(function(Me) {
44445
44446
  requestAnimationFrame(Me._tippy.popperInstance.forceUpdate);
44446
44447
  })), be("onAfterUpdate", [w, N]);
44447
44448
  }
@@ -44453,7 +44454,7 @@ function j_(t, e) {
44453
44454
  }
44454
44455
  function Fe() {
44455
44456
  process.env.NODE_ENV !== "production" && lr(w.state.isDestroyed, vo("show"));
44456
- var N = w.state.isVisible, X = w.state.isDestroyed, ae = !w.state.isEnabled, Me = Zn.isTouch && !w.props.touch, we = Du(w.props.duration, 0, Qt.duration);
44457
+ var N = w.state.isVisible, X = w.state.isDestroyed, ae = !w.state.isEnabled, Me = jn.isTouch && !w.props.touch, we = Du(w.props.duration, 0, Qt.duration);
44457
44458
  if (!(N || X || ae || Me) && !J().hasAttribute("disabled") && (be("onShow", [w], !1), w.props.onShow(w) !== !1)) {
44458
44459
  if (w.state.isVisible = !0, j() && (S.style.visibility = "visible"), fe(), qt(), w.state.isMounted || (S.style.transition = "none"), j()) {
44459
44460
  var At = q(), sn = At.box, uo = At.content;
@@ -44466,18 +44467,18 @@ function j_(t, e) {
44466
44467
  var $2 = q(), o0 = $2.box, co = $2.content;
44467
44468
  Ru([o0, co], we), ug([o0, co], "visible");
44468
44469
  }
44469
- ct(), xt(), ag(Nu, w), (Si = w.popperInstance) == null || Si.forceUpdate(), be("onMount", [w]), w.props.animation && j() && Tn(we, function() {
44470
+ ct(), xt(), ag(Nu, w), (Si = w.popperInstance) == null || Si.forceUpdate(), be("onMount", [w]), w.props.animation && j() && On(we, function() {
44470
44471
  w.state.isShown = !0, be("onShown", [w]);
44471
44472
  });
44472
44473
  }
44473
- }, En();
44474
+ }, Tn();
44474
44475
  }
44475
44476
  }
44476
44477
  function rr() {
44477
44478
  process.env.NODE_ENV !== "production" && lr(w.state.isDestroyed, vo("hide"));
44478
44479
  var N = !w.state.isVisible, X = w.state.isDestroyed, ae = !w.state.isEnabled, Me = Du(w.props.duration, 1, Qt.duration);
44479
44480
  if (!(N || X || ae) && (be("onHide", [w], !1), w.props.onHide(w) !== !1)) {
44480
- if (w.state.isVisible = !1, w.state.isShown = !1, u = !1, s = !1, j() && (S.style.visibility = "hidden"), vt(), On(), fe(!0), j()) {
44481
+ if (w.state.isVisible = !1, w.state.isShown = !1, u = !1, s = !1, j() && (S.style.visibility = "hidden"), vt(), kn(), fe(!0), j()) {
44481
44482
  var we = q(), At = we.box, sn = we.content;
44482
44483
  w.props.animation && (Ru([At, sn], Me), ug([At, sn], "hidden"));
44483
44484
  }
@@ -44488,7 +44489,7 @@ function j_(t, e) {
44488
44489
  process.env.NODE_ENV !== "production" && lr(w.state.isDestroyed, vo("hideWithInteractivity")), se().addEventListener("mousemove", p), ag(I0, p), p(N);
44489
44490
  }
44490
44491
  function xr() {
44491
- process.env.NODE_ENV !== "production" && lr(w.state.isDestroyed, vo("unmount")), w.state.isVisible && w.hide(), w.state.isMounted && (ao(), $n().forEach(function(N) {
44492
+ process.env.NODE_ENV !== "production" && lr(w.state.isDestroyed, vo("unmount")), w.state.isVisible && w.hide(), w.state.isMounted && (ao(), Nn().forEach(function(N) {
44492
44493
  N._tippy.unmount();
44493
44494
  }), S.parentNode && S.parentNode.removeChild(S), Nu = Nu.filter(function(N) {
44494
44495
  return N !== w;
@@ -44522,7 +44523,7 @@ function us(t, e) {
44522
44523
  }
44523
44524
  us.defaultProps = Qt;
44524
44525
  us.setDefaultProps = V_;
44525
- us.currentInput = Zn;
44526
+ us.currentInput = jn;
44526
44527
  Object.assign({}, c4, {
44527
44528
  effect: function(e) {
44528
44529
  var n = e.state, r = {
@@ -44848,10 +44849,10 @@ const K_ = de({
44848
44849
  const e = V(), n = ai();
44849
44850
  return rt(() => {
44850
44851
  const r = t.editor;
44851
- r && r.options.element && e.value && Un(() => {
44852
+ r && r.options.element && e.value && Wn(() => {
44852
44853
  if (!e.value || !r.options.element.firstChild)
44853
44854
  return;
44854
- const i = Cn(e.value);
44855
+ const i = Sn(e.value);
44855
44856
  e.value.append(...r.options.element.childNodes), r.contentComponent = n.ctx._, r.setOptions({
44856
44857
  element: i
44857
44858
  }), r.createNodeViews();
@@ -45858,7 +45859,7 @@ var Oz = /* @__PURE__ */ function(t) {
45858
45859
  }, e;
45859
45860
  }(lt);
45860
45861
  const Tz = 500;
45861
- class In {
45862
+ class An {
45862
45863
  constructor(e, n) {
45863
45864
  this.items = e, this.eventCount = n;
45864
45865
  }
@@ -45882,24 +45883,24 @@ class In {
45882
45883
  return;
45883
45884
  }
45884
45885
  if (i) {
45885
- c.push(new Hn(d.map));
45886
+ c.push(new Vn(d.map));
45886
45887
  let h = d.step.map(i.slice(o)), p;
45887
- h && s.maybeStep(h).doc && (p = s.mapping.maps[s.mapping.maps.length - 1], u.push(new Hn(p, void 0, void 0, u.length + c.length))), o--, p && i.appendMap(p, o);
45888
+ h && s.maybeStep(h).doc && (p = s.mapping.maps[s.mapping.maps.length - 1], u.push(new Vn(p, void 0, void 0, u.length + c.length))), o--, p && i.appendMap(p, o);
45888
45889
  } else
45889
45890
  s.maybeStep(d.step);
45890
45891
  if (d.selection)
45891
- return a = i ? d.selection.map(i.slice(o)) : d.selection, l = new In(this.items.slice(0, r).append(c.reverse().concat(u)), this.eventCount - 1), !1;
45892
+ return a = i ? d.selection.map(i.slice(o)) : d.selection, l = new An(this.items.slice(0, r).append(c.reverse().concat(u)), this.eventCount - 1), !1;
45892
45893
  }, this.items.length, 0), { remaining: l, transform: s, selection: a };
45893
45894
  }
45894
45895
  // Create a new branch with the given transform added.
45895
45896
  addTransform(e, n, r, i) {
45896
45897
  let o = [], s = this.eventCount, a = this.items, l = !i && a.length ? a.get(a.length - 1) : null;
45897
45898
  for (let c = 0; c < e.steps.length; c++) {
45898
- let d = e.steps[c].invert(e.docs[c]), f = new Hn(e.mapping.maps[c], d, n), h;
45899
+ let d = e.steps[c].invert(e.docs[c]), f = new Vn(e.mapping.maps[c], d, n), h;
45899
45900
  (h = l && l.merge(f)) && (f = h, c ? o.pop() : a = a.slice(0, a.length - 1)), o.push(f), n && (s++, n = void 0), i || (l = f);
45900
45901
  }
45901
45902
  let u = s - r.depth;
45902
- return u > Mz && (a = Ez(a, u), s -= u), new In(a.append(o), s);
45903
+ return u > Mz && (a = Ez(a, u), s -= u), new An(a.append(o), s);
45903
45904
  }
45904
45905
  remapping(e, n) {
45905
45906
  let r = new Ro();
@@ -45909,7 +45910,7 @@ class In {
45909
45910
  }, e, n), r;
45910
45911
  }
45911
45912
  addMaps(e) {
45912
- return this.eventCount == 0 ? this : new In(this.items.append(e.map((n) => new Hn(n))), this.eventCount);
45913
+ return this.eventCount == 0 ? this : new An(this.items.append(e.map((n) => new Vn(n))), this.eventCount);
45913
45914
  }
45914
45915
  // When the collab module receives remote changes, the history has
45915
45916
  // to know about those, so that it can adjust the steps that were
@@ -45931,14 +45932,14 @@ class In {
45931
45932
  let p = o.maps[h];
45932
45933
  if (f.step) {
45933
45934
  let g = e.steps[h].invert(e.docs[h]), m = f.selection && f.selection.map(o.slice(l + 1, h));
45934
- m && a++, r.push(new Hn(p, g, m));
45935
+ m && a++, r.push(new Vn(p, g, m));
45935
45936
  } else
45936
- r.push(new Hn(p));
45937
+ r.push(new Vn(p));
45937
45938
  }, i);
45938
45939
  let u = [];
45939
45940
  for (let f = n; f < s; f++)
45940
- u.push(new Hn(o.maps[f]));
45941
- let c = this.items.slice(0, i).append(u).append(r), d = new In(c, a);
45941
+ u.push(new Vn(o.maps[f]));
45942
+ let c = this.items.slice(0, i).append(u).append(r), d = new An(c, a);
45942
45943
  return d.emptyItemCount() > Tz && (d = d.compress(this.items.length - r.length)), d;
45943
45944
  }
45944
45945
  emptyItemCount() {
@@ -45963,15 +45964,15 @@ class In {
45963
45964
  if (r--, u && n.appendMap(u, r), l) {
45964
45965
  let c = s.selection && s.selection.map(n.slice(r));
45965
45966
  c && o++;
45966
- let d = new Hn(u.invert(), l, c), f, h = i.length - 1;
45967
+ let d = new Vn(u.invert(), l, c), f, h = i.length - 1;
45967
45968
  (f = i.length && i[h].merge(d)) ? i[h] = f : i.push(d);
45968
45969
  }
45969
45970
  } else
45970
45971
  s.map && r--;
45971
- }, this.items.length, 0), new In(lt.from(i.reverse()), o);
45972
+ }, this.items.length, 0), new An(lt.from(i.reverse()), o);
45972
45973
  }
45973
45974
  }
45974
- In.empty = new In(lt.empty, 0);
45975
+ An.empty = new An(lt.empty, 0);
45975
45976
  function Ez(t, e) {
45976
45977
  let n;
45977
45978
  return t.forEach((r, i) => {
@@ -45979,7 +45980,7 @@ function Ez(t, e) {
45979
45980
  return n = i, !1;
45980
45981
  }), t.slice(n);
45981
45982
  }
45982
- class Hn {
45983
+ class Vn {
45983
45984
  constructor(e, n, r, i) {
45984
45985
  this.map = e, this.step = n, this.selection = r, this.mirrorOffset = i;
45985
45986
  }
@@ -45987,7 +45988,7 @@ class Hn {
45987
45988
  if (this.step && e.step && !e.selection) {
45988
45989
  let n = e.step.merge(this.step);
45989
45990
  if (n)
45990
- return new Hn(n.getMap().invert(), n, this.selection);
45991
+ return new Vn(n.getMap().invert(), n, this.selection);
45991
45992
  }
45992
45993
  }
45993
45994
  }
@@ -46009,7 +46010,7 @@ function xz(t, e, n, r) {
46009
46010
  return s.getMeta(ti).redo ? new Vr(t.done.addTransform(n, void 0, r, U0(e)), t.undone, bg(n.mapping.maps[n.steps.length - 1]), t.prevTime, t.prevComposition) : new Vr(t.done, t.undone.addTransform(n, void 0, r, U0(e)), null, t.prevTime, t.prevComposition);
46010
46011
  if (n.getMeta("addToHistory") !== !1 && !(s && s.getMeta("addToHistory") === !1)) {
46011
46012
  let a = n.getMeta("composition"), l = t.prevTime == 0 || !s && t.prevComposition != a && (t.prevTime < (n.time || 0) - r.newGroupDelay || !Az(n, t.prevRanges)), u = s ? $u(t.prevRanges, n.mapping) : bg(n.mapping.maps[n.steps.length - 1]);
46012
- return new Vr(t.done.addTransform(n, l ? e.selection.getBookmark() : void 0, r, U0(e)), In.empty, u, n.time, a ?? t.prevComposition);
46013
+ return new Vr(t.done.addTransform(n, l ? e.selection.getBookmark() : void 0, r, U0(e)), An.empty, u, n.time, a ?? t.prevComposition);
46013
46014
  } else
46014
46015
  return (o = n.getMeta("rebased")) ? new Vr(t.done.rebased(n, o), t.undone.rebased(n, o), $u(t.prevRanges, n.mapping), t.prevTime, t.prevComposition) : new Vr(t.done.addMaps(n.mapping.maps), t.undone.addMaps(n.mapping.maps), $u(t.prevRanges, n.mapping), t.prevTime, t.prevComposition);
46015
46016
  }
@@ -46067,7 +46068,7 @@ function Pz(t = {}) {
46067
46068
  key: ti,
46068
46069
  state: {
46069
46070
  init() {
46070
- return new Vr(In.empty, In.empty, null, 0, -1);
46071
+ return new Vr(An.empty, An.empty, null, 0, -1);
46071
46072
  },
46072
46073
  apply(e, n, r) {
46073
46074
  return xz(n, r, e, t);
@@ -46699,7 +46700,7 @@ Zt.prototype = {
46699
46700
  return i.j[t] = s, s;
46700
46701
  }
46701
46702
  };
46702
- const pe = (t, e, n, r, i) => t.ta(e, n, r, i), ln = (t, e, n, r, i) => t.tr(e, n, r, i), Og = (t, e, n, r, i) => t.ts(e, n, r, i), K = (t, e, n, r, i) => t.tt(e, n, r, i), sr = "WORD", cd = "UWORD", Fa = "LOCALHOST", dd = "TLD", fd = "UTLD", G0 = "SCHEME", Oo = "SLASH_SCHEME", Xf = "NUM", $4 = "WS", e1 = "NL", Vs = "OPENBRACE", Hs = "CLOSEBRACE", El = "OPENBRACKET", Ml = "CLOSEBRACKET", xl = "OPENPAREN", Al = "CLOSEPAREN", Il = "OPENANGLEBRACKET", Pl = "CLOSEANGLEBRACKET", Dl = "FULLWIDTHLEFTPAREN", Rl = "FULLWIDTHRIGHTPAREN", Ll = "LEFTCORNERBRACKET", Nl = "RIGHTCORNERBRACKET", $l = "LEFTWHITECORNERBRACKET", Fl = "RIGHTWHITECORNERBRACKET", Bl = "FULLWIDTHLESSTHAN", Vl = "FULLWIDTHGREATERTHAN", Hl = "AMPERSAND", _l = "APOSTROPHE", zl = "ASTERISK", Hr = "AT", jl = "BACKSLASH", Zl = "BACKTICK", Wl = "CARET", Zr = "COLON", t1 = "COMMA", Ul = "DOLLAR", _n = "DOT", Kl = "EQUALS", n1 = "EXCLAMATION", zn = "HYPHEN", Gl = "PERCENT", ql = "PIPE", Yl = "PLUS", Jl = "POUND", Ql = "QUERY", r1 = "QUOTE", i1 = "SEMI", jn = "SLASH", _s = "TILDE", Xl = "UNDERSCORE", F4 = "EMOJI", e2 = "SYM";
46703
+ const pe = (t, e, n, r, i) => t.ta(e, n, r, i), ln = (t, e, n, r, i) => t.tr(e, n, r, i), Og = (t, e, n, r, i) => t.ts(e, n, r, i), K = (t, e, n, r, i) => t.tt(e, n, r, i), sr = "WORD", cd = "UWORD", Fa = "LOCALHOST", dd = "TLD", fd = "UTLD", G0 = "SCHEME", Oo = "SLASH_SCHEME", Xf = "NUM", $4 = "WS", e1 = "NL", Vs = "OPENBRACE", Hs = "CLOSEBRACE", El = "OPENBRACKET", Ml = "CLOSEBRACKET", xl = "OPENPAREN", Al = "CLOSEPAREN", Il = "OPENANGLEBRACKET", Pl = "CLOSEANGLEBRACKET", Dl = "FULLWIDTHLEFTPAREN", Rl = "FULLWIDTHRIGHTPAREN", Ll = "LEFTCORNERBRACKET", Nl = "RIGHTCORNERBRACKET", $l = "LEFTWHITECORNERBRACKET", Fl = "RIGHTWHITECORNERBRACKET", Bl = "FULLWIDTHLESSTHAN", Vl = "FULLWIDTHGREATERTHAN", Hl = "AMPERSAND", _l = "APOSTROPHE", zl = "ASTERISK", Hr = "AT", jl = "BACKSLASH", Zl = "BACKTICK", Wl = "CARET", Zr = "COLON", t1 = "COMMA", Ul = "DOLLAR", Hn = "DOT", Kl = "EQUALS", n1 = "EXCLAMATION", _n = "HYPHEN", Gl = "PERCENT", ql = "PIPE", Yl = "PLUS", Jl = "POUND", Ql = "QUERY", r1 = "QUOTE", i1 = "SEMI", zn = "SLASH", _s = "TILDE", Xl = "UNDERSCORE", F4 = "EMOJI", e2 = "SYM";
46703
46704
  var B4 = /* @__PURE__ */ Object.freeze({
46704
46705
  __proto__: null,
46705
46706
  WORD: sr,
@@ -46738,10 +46739,10 @@ var B4 = /* @__PURE__ */ Object.freeze({
46738
46739
  COLON: Zr,
46739
46740
  COMMA: t1,
46740
46741
  DOLLAR: Ul,
46741
- DOT: _n,
46742
+ DOT: Hn,
46742
46743
  EQUALS: Kl,
46743
46744
  EXCLAMATION: n1,
46744
- HYPHEN: zn,
46745
+ HYPHEN: _n,
46745
46746
  PERCENT: Gl,
46746
46747
  PIPE: ql,
46747
46748
  PLUS: Yl,
@@ -46749,7 +46750,7 @@ var B4 = /* @__PURE__ */ Object.freeze({
46749
46750
  QUERY: Ql,
46750
46751
  QUOTE: r1,
46751
46752
  SEMI: i1,
46752
- SLASH: jn,
46753
+ SLASH: zn,
46753
46754
  TILDE: _s,
46754
46755
  UNDERSCORE: Xl,
46755
46756
  EMOJI: F4,
@@ -46763,7 +46764,7 @@ function oj(t) {
46763
46764
  const e = {};
46764
46765
  Zt.groups = e;
46765
46766
  const n = new Zt();
46766
- R0 == null && (R0 = Mg(Jz)), L0 == null && (L0 = Mg(Qz)), K(n, "'", _l), K(n, "{", Vs), K(n, "}", Hs), K(n, "[", El), K(n, "]", Ml), K(n, "(", xl), K(n, ")", Al), K(n, "<", Il), K(n, ">", Pl), K(n, "(", Dl), K(n, ")", Rl), K(n, "「", Ll), K(n, "」", Nl), K(n, "『", $l), K(n, "』", Fl), K(n, "<", Bl), K(n, ">", Vl), K(n, "&", Hl), K(n, "*", zl), K(n, "@", Hr), K(n, "`", Zl), K(n, "^", Wl), K(n, ":", Zr), K(n, ",", t1), K(n, "$", Ul), K(n, ".", _n), K(n, "=", Kl), K(n, "!", n1), K(n, "-", zn), K(n, "%", Gl), K(n, "|", ql), K(n, "+", Yl), K(n, "#", Jl), K(n, "?", Ql), K(n, '"', r1), K(n, "/", jn), K(n, ";", i1), K(n, "~", _s), K(n, "_", Xl), K(n, "\\", jl);
46767
+ R0 == null && (R0 = Mg(Jz)), L0 == null && (L0 = Mg(Qz)), K(n, "'", _l), K(n, "{", Vs), K(n, "}", Hs), K(n, "[", El), K(n, "]", Ml), K(n, "(", xl), K(n, ")", Al), K(n, "<", Il), K(n, ">", Pl), K(n, "(", Dl), K(n, ")", Rl), K(n, "「", Ll), K(n, "」", Nl), K(n, "『", $l), K(n, "』", Fl), K(n, "<", Bl), K(n, ">", Vl), K(n, "&", Hl), K(n, "*", zl), K(n, "@", Hr), K(n, "`", Zl), K(n, "^", Wl), K(n, ":", Zr), K(n, ",", t1), K(n, "$", Ul), K(n, ".", Hn), K(n, "=", Kl), K(n, "!", n1), K(n, "-", _n), K(n, "%", Gl), K(n, "|", ql), K(n, "+", Yl), K(n, "#", Jl), K(n, "?", Ql), K(n, '"', r1), K(n, "/", zn), K(n, ";", i1), K(n, "~", _s), K(n, "_", Xl), K(n, "\\", jl);
46767
46768
  const r = ln(n, Hu, Xf, {
46768
46769
  [sd]: !0
46769
46770
  });
@@ -47115,34 +47116,34 @@ function uj(t) {
47115
47116
  let {
47116
47117
  groups: e
47117
47118
  } = t;
47118
- const n = e.domain.concat([Hl, zl, Hr, jl, Zl, Wl, Ul, Kl, zn, Xf, Gl, ql, Yl, Jl, jn, e2, _s, Xl]), r = [_l, Zr, t1, _n, n1, Ql, r1, i1, Il, Pl, Vs, Hs, Ml, El, xl, Al, Dl, Rl, Ll, Nl, $l, Fl, Bl, Vl], i = [Hl, _l, zl, jl, Zl, Wl, Ul, Kl, zn, Vs, Hs, Gl, ql, Yl, Jl, Ql, jn, e2, _s, Xl], o = un(), s = K(o, _s);
47119
+ const n = e.domain.concat([Hl, zl, Hr, jl, Zl, Wl, Ul, Kl, _n, Xf, Gl, ql, Yl, Jl, zn, e2, _s, Xl]), r = [_l, Zr, t1, Hn, n1, Ql, r1, i1, Il, Pl, Vs, Hs, Ml, El, xl, Al, Dl, Rl, Ll, Nl, $l, Fl, Bl, Vl], i = [Hl, _l, zl, jl, Zl, Wl, Ul, Kl, _n, Vs, Hs, Gl, ql, Yl, Jl, Ql, zn, e2, _s, Xl], o = un(), s = K(o, _s);
47119
47120
  pe(s, i, s), pe(s, e.domain, s);
47120
47121
  const a = un(), l = un(), u = un();
47121
47122
  pe(o, e.domain, a), pe(o, e.scheme, l), pe(o, e.slashscheme, u), pe(a, i, s), pe(a, e.domain, a);
47122
47123
  const c = K(a, Hr);
47123
47124
  K(s, Hr, c), K(l, Hr, c), K(u, Hr, c);
47124
- const d = K(s, _n);
47125
+ const d = K(s, Hn);
47125
47126
  pe(d, i, s), pe(d, e.domain, s);
47126
47127
  const f = un();
47127
47128
  pe(c, e.domain, f), pe(f, e.domain, f);
47128
- const h = K(f, _n);
47129
+ const h = K(f, Hn);
47129
47130
  pe(h, e.domain, f);
47130
47131
  const p = un(Ag);
47131
47132
  pe(h, e.tld, p), pe(h, e.utld, p), K(c, Fa, p);
47132
- const g = K(f, zn);
47133
- pe(g, e.domain, f), pe(p, e.domain, f), K(p, _n, h), K(p, zn, g);
47133
+ const g = K(f, _n);
47134
+ pe(g, e.domain, f), pe(p, e.domain, f), K(p, Hn, h), K(p, _n, g);
47134
47135
  const m = K(p, Zr);
47135
47136
  pe(m, e.numeric, Ag);
47136
- const y = K(a, zn), b = K(a, _n);
47137
+ const y = K(a, _n), b = K(a, Hn);
47137
47138
  pe(y, e.domain, a), pe(b, i, s), pe(b, e.domain, a);
47138
47139
  const C = un(N0);
47139
- pe(b, e.tld, C), pe(b, e.utld, C), pe(C, e.domain, a), pe(C, i, s), K(C, _n, b), K(C, zn, y), K(C, Hr, c);
47140
+ pe(b, e.tld, C), pe(b, e.utld, C), pe(C, e.domain, a), pe(C, i, s), K(C, Hn, b), K(C, _n, y), K(C, Hr, c);
47140
47141
  const w = K(C, Zr), E = un(N0);
47141
47142
  pe(w, e.numeric, E);
47142
47143
  const S = un(N0), T = un();
47143
- pe(S, n, S), pe(S, r, T), pe(T, n, S), pe(T, r, T), K(C, jn, S), K(E, jn, S);
47144
- const M = K(l, Zr), F = K(u, Zr), Z = K(F, jn), z = K(Z, jn);
47145
- pe(l, e.domain, a), K(l, _n, b), K(l, zn, y), pe(u, e.domain, a), K(u, _n, b), K(u, zn, y), pe(M, e.domain, S), K(M, jn, S), pe(z, e.domain, S), pe(z, n, S), K(z, jn, S);
47144
+ pe(S, n, S), pe(S, r, T), pe(T, n, S), pe(T, r, T), K(C, zn, S), K(E, zn, S);
47145
+ const M = K(l, Zr), F = K(u, Zr), Z = K(F, zn), z = K(Z, zn);
47146
+ pe(l, e.domain, a), K(l, Hn, b), K(l, _n, y), pe(u, e.domain, a), K(u, Hn, b), K(u, _n, y), pe(M, e.domain, S), K(M, zn, S), pe(z, e.domain, S), pe(z, n, S), K(z, zn, S);
47146
47147
  const j = [
47147
47148
  [Vs, Hs],
47148
47149
  // {}
@@ -47573,7 +47574,7 @@ function Tj(t, e, n, r, i, o) {
47573
47574
  onFocusin: e[8] || (e[8] = (l) => t.focused = !t.focused),
47574
47575
  onFocusout: e[9] || (e[9] = (l) => t.focused = !t.focused)
47575
47576
  }, [
47576
- t.placeholder ? (v(), k("label", Sj, Q(t.placeholder), 1)) : P("", !0),
47577
+ t.placeholder ? (v(), k("label", Sj, Q(t.placeholder), 1)) : I("", !0),
47577
47578
  t.showFormatOptions ? (v(), k("div", Cj, [
47578
47579
  A(s, {
47579
47580
  icon: "bold",
@@ -47635,7 +47636,7 @@ function Tj(t, e, n, r, i, o) {
47635
47636
  { "is-active": t.editor.isActive("link") }
47636
47637
  ]),
47637
47638
  onClick: e[4] || (e[4] = (l) => t.editor.chain().focus().unsetLink().run())
47638
- }, null, 8, ["class"])) : P("", !0),
47639
+ }, null, 8, ["class"])) : I("", !0),
47639
47640
  A(s, {
47640
47641
  icon: "list",
47641
47642
  size: "md",
@@ -47656,18 +47657,18 @@ function Tj(t, e, n, r, i, o) {
47656
47657
  ]),
47657
47658
  onClick: e[6] || (e[6] = (l) => t.editor.chain().focus().toggleOrderedList().run())
47658
47659
  }, null, 8, ["class"])
47659
- ])) : P("", !0),
47660
- I("div", {
47660
+ ])) : I("", !0),
47661
+ P("div", {
47661
47662
  class: B(["wysiwyg-layout", { flex: !t.isStacked }])
47662
47663
  }, [
47663
47664
  A(a, {
47664
47665
  editor: t.editor,
47665
47666
  class: "grow"
47666
47667
  }, null, 8, ["editor"]),
47667
- I("div", {
47668
+ P("div", {
47668
47669
  class: B(["menu flex", [t.isStacked ? "items-center" : "items-end"]])
47669
47670
  }, [
47670
- I("div", kj, [
47671
+ P("div", kj, [
47671
47672
  t.allowEmojis ? (v(), R(s, {
47672
47673
  key: 0,
47673
47674
  icon: "face-smile",
@@ -47675,7 +47676,7 @@ function Tj(t, e, n, r, i, o) {
47675
47676
  type: "outline",
47676
47677
  color: "inkwell-0",
47677
47678
  class: "mr-2 shrink-0 cursor-pointer"
47678
- })) : P("", !0),
47679
+ })) : I("", !0),
47679
47680
  t.allowAttachments ? (v(), R(s, {
47680
47681
  key: 1,
47681
47682
  icon: "paperclip",
@@ -47684,7 +47685,7 @@ function Tj(t, e, n, r, i, o) {
47684
47685
  color: "inkwell-0",
47685
47686
  class: "mr-2 shrink-0 cursor-pointer",
47686
47687
  onClick: t.attachFiles
47687
- }, null, 8, ["onClick"])) : P("", !0),
47688
+ }, null, 8, ["onClick"])) : I("", !0),
47688
47689
  t.allowFormatting ? (v(), R(s, {
47689
47690
  key: 2,
47690
47691
  icon: "text-format",
@@ -47693,14 +47694,14 @@ function Tj(t, e, n, r, i, o) {
47693
47694
  color: "inkwell-0",
47694
47695
  class: "mr-2 shrink-0 cursor-pointer",
47695
47696
  onClick: e[7] || (e[7] = (l) => t.showFormatOptions = !t.showFormatOptions)
47696
- })) : P("", !0)
47697
+ })) : I("", !0)
47697
47698
  ]),
47698
- I("div", Oj, [
47699
+ P("div", Oj, [
47699
47700
  $(t.$slots, "action", {}, void 0, !0)
47700
47701
  ])
47701
47702
  ], 2)
47702
47703
  ], 2)
47703
- ], 34)) : P("", !0);
47704
+ ], 34)) : I("", !0);
47704
47705
  }
47705
47706
  const fZ = /* @__PURE__ */ Ee(wj, [["render", Tj], ["__scopeId", "data-v-52a75f52"]]), hZ = {
47706
47707
  install: ({ config: t, provide: e }) => {