@farris/ui-vue 1.5.0-beta.0 → 1.5.0-beta.1

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.
Files changed (68) hide show
  1. package/components/avatar/index.esm.js +897 -901
  2. package/components/avatar/index.umd.cjs +1 -1
  3. package/components/combo-list/index.esm.js +483 -487
  4. package/components/combo-list/index.umd.cjs +1 -1
  5. package/components/component/index.esm.js +482 -486
  6. package/components/component/index.umd.cjs +1 -1
  7. package/components/condition/index.esm.js +543 -547
  8. package/components/condition/index.umd.cjs +1 -1
  9. package/components/content-container/index.esm.js +619 -623
  10. package/components/content-container/index.umd.cjs +1 -1
  11. package/components/data-grid/index.esm.js +439 -440
  12. package/components/data-grid/index.umd.cjs +1 -1
  13. package/components/data-view/index.esm.js +423 -425
  14. package/components/data-view/index.umd.cjs +1 -1
  15. package/components/designer-canvas/index.esm.js +529 -533
  16. package/components/designer-canvas/index.umd.cjs +1 -1
  17. package/components/dynamic-form/index.esm.js +723 -727
  18. package/components/dynamic-form/index.umd.cjs +1 -1
  19. package/components/events-editor/index.esm.js +504 -508
  20. package/components/events-editor/index.umd.cjs +1 -1
  21. package/components/expression-editor/index.esm.js +679 -683
  22. package/components/expression-editor/index.umd.cjs +4 -4
  23. package/components/filter-bar/index.esm.js +503 -507
  24. package/components/filter-bar/index.umd.cjs +1 -1
  25. package/components/filter-condition-editor/index.esm.js +557 -561
  26. package/components/filter-condition-editor/index.umd.cjs +4 -4
  27. package/components/flow-canvas/index.esm.js +327 -331
  28. package/components/flow-canvas/index.umd.cjs +1 -1
  29. package/components/list-view/index.esm.js +502 -506
  30. package/components/list-view/index.umd.cjs +2 -2
  31. package/components/mapping-editor/index.esm.js +347 -348
  32. package/components/mapping-editor/index.umd.cjs +1 -1
  33. package/components/number-range/index.esm.js +479 -483
  34. package/components/number-range/index.umd.cjs +1 -1
  35. package/components/number-spinner/index.esm.js +1037 -1041
  36. package/components/number-spinner/index.umd.cjs +1 -1
  37. package/components/order/index.esm.js +1238 -1242
  38. package/components/order/index.umd.cjs +2 -2
  39. package/components/pagination/index.esm.js +94 -91
  40. package/components/pagination/index.umd.cjs +1 -1
  41. package/components/property-panel/index.esm.js +534 -538
  42. package/components/property-panel/index.umd.cjs +2 -2
  43. package/components/query-solution/index.esm.js +785 -789
  44. package/components/query-solution/index.umd.cjs +5 -5
  45. package/components/response-layout/index.esm.js +710 -714
  46. package/components/response-layout/index.umd.cjs +1 -1
  47. package/components/schema-selector/index.esm.js +701 -702
  48. package/components/schema-selector/index.umd.cjs +3 -3
  49. package/components/section/index.esm.js +502 -506
  50. package/components/section/index.umd.cjs +1 -1
  51. package/components/sort-condition-editor/index.esm.js +556 -560
  52. package/components/sort-condition-editor/index.umd.cjs +4 -4
  53. package/components/textarea/index.esm.js +480 -484
  54. package/components/textarea/index.umd.cjs +2 -2
  55. package/components/time-picker/index.esm.js +594 -598
  56. package/components/time-picker/index.umd.cjs +1 -1
  57. package/components/tooltip/index.esm.js +189 -179
  58. package/components/tooltip/index.umd.cjs +1 -1
  59. package/components/tree-grid/index.esm.js +463 -467
  60. package/components/tree-grid/index.umd.cjs +1 -1
  61. package/components/tree-view/index.esm.js +629 -633
  62. package/components/tree-view/index.umd.cjs +1 -1
  63. package/components/video/index.esm.js +632 -636
  64. package/components/video/index.umd.cjs +1 -1
  65. package/farris.all.esm.js +2583 -2569
  66. package/farris.all.umd.cjs +11 -11
  67. package/index.css +1 -1
  68. package/package.json +1 -1
@@ -1,25 +1,25 @@
1
- var Ko = Object.defineProperty;
2
- var Jo = (e, n, t) => n in e ? Ko(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
3
- var V = (e, n, t) => Jo(e, typeof n != "symbol" ? n + "" : n, t);
4
- import { defineComponent as Te, ref as k, computed as B, createVNode as F, Teleport as Sa, createApp as Hn, onUnmounted as sn, Fragment as Qt, watch as ye, nextTick as St, onBeforeMount as Zo, onMounted as Je, Transition as Ta, shallowRef as ei, render as En, h as ti, cloneVNode as ni, mergeProps as Tt, inject as Ye, withDirectives as An, vShow as ai, onBeforeUnmount as Fn, reactive as Ft, createTextVNode as je, resolveDirective as oi, provide as zn, triggerRef as ii, isVNode as ri, vModelText as li, onUpdated as Ma } from "vue";
5
- import Ea from "../tags/index.esm.js";
6
- import si from "../popover/index.esm.js";
7
- import { isPlainObject as ia, cloneDeep as ct, isUndefined as ut, throttle as ui } from "lodash-es";
8
- import Oa from "../list-view/index.esm.js";
9
- import _a, { FButtonEdit as Da } from "../button-edit/index.esm.js";
10
- import Ia from "../../designer/button-edit/index.esm.js";
11
- import { useGuid as ci, resolveField as lt, FormSchemaEntityFieldTypeName as ra, useCommonUtils as di, useDateFormat as fi, useNumberFormat as pi, setFieldValue as Nn, getCustomClass as fn, withInstall as Sn, FormSchemaEntityField$Type as la, FormSchemaEntityFieldType$Type as Pa, getCustomStyle as mi } from "../common/index.esm.js";
12
- import { DgControl as sa, useDesignerComponent as hi } from "../designer-canvas/index.esm.js";
13
- import { useResizeObserver as Ba } from "@vueuse/core";
14
- import { useIdentify as yi, useGroupData as vi, useFilter as gi, useHierarchy as bi, useLoading as wi, useDataView as Ci, useSelection as xi, useSelectHierarchyItem as ki, useDataViewContainerStyle as Fi, useCommandColumn as Si, useColumn as Ti, useSort as Mi, useGroupColumn as Ei, useRow as Oi, useEdit as _i, useVisualDataBound as Di, useVisualDataCell as Ii, useVisualDataRow as Pi, useVisualData as Bi, useCellPosition as Vi, useSidebar as Ni, useVirtualScroll as Ri, useFitColumn as ji, useFilterHistory as Li, useColumnFilter as $i, useDragColumn as Wi, getColumnHeader as Hi, getSidebar as Ai, getDisableMask as zi, getHorizontalScrollbar as qi, getVerticalScrollbar as Gi, getEmpty as Yi } from "../data-view/index.esm.js";
1
+ var Qo = Object.defineProperty;
2
+ var Ko = (e, n, t) => n in e ? Qo(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t;
3
+ var V = (e, n, t) => Ko(e, typeof n != "symbol" ? n + "" : n, t);
4
+ import { defineComponent as Te, ref as k, computed as B, createVNode as F, Teleport as Fa, createApp as Hn, onUnmounted as sn, Fragment as Qt, watch as ye, nextTick as St, onBeforeMount as Jo, onMounted as Je, Transition as Sa, shallowRef as Zo, render as En, h as ei, cloneVNode as ti, mergeProps as Tt, inject as Ye, withDirectives as An, vShow as ni, onBeforeUnmount as Fn, reactive as Ft, createTextVNode as je, resolveDirective as ai, provide as zn, triggerRef as oi, isVNode as ii, vModelText as ri, onUpdated as Ta } from "vue";
5
+ import Ma from "../tags/index.esm.js";
6
+ import li from "../popover/index.esm.js";
7
+ import { isPlainObject as ia, cloneDeep as ct, isUndefined as ut, throttle as si } from "lodash-es";
8
+ import Ea from "../list-view/index.esm.js";
9
+ import Oa, { FButtonEdit as _a } from "../button-edit/index.esm.js";
10
+ import Da from "../../designer/button-edit/index.esm.js";
11
+ import { useGuid as ui, resolveField as lt, FormSchemaEntityFieldTypeName as ra, useCommonUtils as ci, useDateFormat as di, useNumberFormat as fi, setFieldValue as Nn, getCustomClass as fn, withInstall as Sn, FormSchemaEntityField$Type as la, FormSchemaEntityFieldType$Type as Ia, getCustomStyle as pi } from "../common/index.esm.js";
12
+ import { DgControl as sa, useDesignerComponent as mi } from "../designer-canvas/index.esm.js";
13
+ import { useResizeObserver as Pa } from "@vueuse/core";
14
+ import { useIdentify as hi, useGroupData as yi, useFilter as vi, useHierarchy as gi, useLoading as bi, useDataView as wi, useSelection as Ci, useSelectHierarchyItem as xi, useDataViewContainerStyle as ki, useCommandColumn as Fi, useColumn as Si, useSort as Ti, useGroupColumn as Mi, useRow as Ei, useEdit as Oi, useVisualDataBound as _i, useVisualDataCell as Di, useVisualDataRow as Ii, useVisualData as Pi, useCellPosition as Bi, useSidebar as Vi, useVirtualScroll as Ni, useFitColumn as Ri, useFilterHistory as ji, useColumnFilter as Li, useDragColumn as $i, getColumnHeader as Wi, getSidebar as Hi, getDisableMask as Ai, getHorizontalScrollbar as zi, getVerticalScrollbar as qi, getEmpty as Gi } from "../data-view/index.esm.js";
15
15
  import "../modal/index.esm.js";
16
- import Ui from "../transfer/index.esm.js";
17
- import Xi from "../tabs/index.esm.js";
18
- import Qi from "../order/index.esm.js";
16
+ import Yi from "../transfer/index.esm.js";
17
+ import Ui from "../tabs/index.esm.js";
18
+ import Xi from "../order/index.esm.js";
19
19
  import "../condition/index.esm.js";
20
- import { FCheckbox as Ki } from "../checkbox/index.esm.js";
21
- import Ji from "../filter-bar/index.esm.js";
22
- import ua from "../tooltip/index.esm.js";
20
+ import { FCheckbox as Qi } from "../checkbox/index.esm.js";
21
+ import Ki from "../filter-bar/index.esm.js";
22
+ import Ji from "../tooltip/index.esm.js";
23
23
  import Zi from "../pagination/index.esm.js";
24
24
  import er from "../button/index.esm.js";
25
25
  import tr from "../search-box/index.esm.js";
@@ -31,8 +31,8 @@ import lr from "../avatar/index.esm.js";
31
31
  import sr from "../button-group/index.esm.js";
32
32
  import ur from "../calendar/index.esm.js";
33
33
  import cr from "../capsule/index.esm.js";
34
- import ca from "../../designer/checkbox/index.esm.js";
35
- import da from "../../designer/checkbox-group/index.esm.js";
34
+ import ua from "../../designer/checkbox/index.esm.js";
35
+ import ca from "../../designer/checkbox-group/index.esm.js";
36
36
  import Rn from "../combo-list/index.esm.js";
37
37
  import dr from "../combo-tree/index.esm.js";
38
38
  import fr from "../component/index.esm.js";
@@ -76,7 +76,7 @@ import Ur from "../video/index.esm.js";
76
76
  import Xr from "../textarea/index.esm.js";
77
77
  import Qr from "../schema-selector/index.esm.js";
78
78
  import Kr from "../tree-grid/index.esm.js";
79
- import Va from "../event-parameter/index.esm.js";
79
+ import Ba from "../event-parameter/index.esm.js";
80
80
  import Jr from "../filter-condition-editor/index.esm.js";
81
81
  import Zr from "../fieldset/index.esm.js";
82
82
  import el from "../sort-condition-editor/index.esm.js";
@@ -240,7 +240,7 @@ const sl = {
240
240
  // left: `${position.value.left}px`,
241
241
  // top: `${position.value.top}px`
242
242
  }));
243
- return () => F(Sa, {
243
+ return () => F(Fa, {
244
244
  to: "body"
245
245
  }, {
246
246
  default: () => {
@@ -721,7 +721,7 @@ function yl(e, n, t) {
721
721
  resetTranslate: S
722
722
  };
723
723
  }
724
- function Na(e, n) {
724
+ function Va(e, n) {
725
725
  if (e) {
726
726
  const t = (a) => {
727
727
  a.key.toLowerCase() === e.toLowerCase() && n({ event: a, key: e });
@@ -734,7 +734,7 @@ function Na(e, n) {
734
734
  function vl(e, n) {
735
735
  const t = k(e.enableEsc);
736
736
  let a = null;
737
- return t.value ? (a = Na("Escape", (o) => {
737
+ return t.value ? (a = Va("Escape", (o) => {
738
738
  n.emit("esc", { event: o.event, type: "esc" });
739
739
  }), {
740
740
  remove: a
@@ -743,7 +743,7 @@ function vl(e, n) {
743
743
  function gl(e, n) {
744
744
  const t = k(e.enableEnter);
745
745
  let a = null;
746
- return t.value ? (a = Na("Enter", (o) => {
746
+ return t.value ? (a = Va("Enter", (o) => {
747
747
  n.emit("enter", { event: o.event, type: "enter" });
748
748
  }), {
749
749
  remove: a
@@ -851,7 +851,7 @@ const an = /* @__PURE__ */ Te({
851
851
  display: u.value ? "" : "none"
852
852
  };
853
853
  return J["pointer-events"] = L.value ? "auto" : "none", J;
854
- }), fe = B(() => ({
854
+ }), me = B(() => ({
855
855
  "f-icon": !0,
856
856
  modal_maximize: !0,
857
857
  modalrevert: I.value
@@ -884,13 +884,13 @@ const an = /* @__PURE__ */ Te({
884
884
  function de(J) {
885
885
  J.width && (t.value = J.width), J.height && (a.value = J.height), J.buttons && (v.value = J.buttons), J.title && (h.value = J.title);
886
886
  }
887
- let q = null, te = null;
888
- Zo(() => {
887
+ let q = null, ae = null;
888
+ Jo(() => {
889
889
  S.value = j();
890
890
  }), Je(() => {
891
- x.value && !C.value && (C.value = x.value.parentElement, z.value = C.value, Q(E.value, x.value, z.value)), X.value && document.body.classList.add("modal-open"), q = vl(e, n), te = gl(e, n);
891
+ x.value && !C.value && (C.value = x.value.parentElement, z.value = C.value, Q(E.value, x.value, z.value)), X.value && document.body.classList.add("modal-open"), q = vl(e, n), ae = gl(e, n);
892
892
  }), sn(() => {
893
- N && N(), q && q.remove(), te && te.remove();
893
+ N && N(), q && q.remove(), ae && ae.remove();
894
894
  }), n.expose({
895
895
  modalElementRef: x,
896
896
  updateModalOptions: de,
@@ -908,7 +908,7 @@ const an = /* @__PURE__ */ Te({
908
908
  class: "f-btn-icon f-bare",
909
909
  style: "pointer-events: auto;"
910
910
  }, [F("span", {
911
- class: fe.value
911
+ class: me.value
912
912
  }, null)]), f.value && F("li", {
913
913
  class: "f-btn-icon f-bare",
914
914
  onClick: (J) => w(J, !1),
@@ -981,10 +981,10 @@ const an = /* @__PURE__ */ Te({
981
981
  src: m.value
982
982
  }, null)]), rt()]), !l.value && x.value && !I.value && D(x.value)]);
983
983
  }
984
- return () => F(Sa, {
984
+ return () => F(Fa, {
985
985
  to: "body"
986
986
  }, {
987
- default: () => [X.value && F(Ta, {
987
+ default: () => [X.value && F(Sa, {
988
988
  name: "fade",
989
989
  appear: !0
990
990
  }, {
@@ -998,7 +998,7 @@ const an = /* @__PURE__ */ Te({
998
998
  });
999
999
  }
1000
1000
  });
1001
- function Ra(e) {
1001
+ function Na(e) {
1002
1002
  if (e.content && e.content.render)
1003
1003
  return e.content.render;
1004
1004
  if (e.render && typeof e.render == "function")
@@ -1017,7 +1017,7 @@ function bl(e) {
1017
1017
  }), m = e.closedCallback || ((g) => {
1018
1018
  }), T = e.resizeHandle || ((g) => {
1019
1019
  }), y = e.stopMoveHandle || ((g) => {
1020
- }), h = Ra(e), C = (g) => {
1020
+ }), h = Na(e), C = (g) => {
1021
1021
  f.value = !1, t.unmount(), m(g);
1022
1022
  };
1023
1023
  return Je(() => {
@@ -1049,7 +1049,7 @@ function bl(e) {
1049
1049
  });
1050
1050
  return document.body.appendChild(n), t.mount(n), t;
1051
1051
  }
1052
- class ja {
1052
+ class Ra {
1053
1053
  constructor(n) {
1054
1054
  V(this, "appContext", null);
1055
1055
  V(this, "modalRef", k());
@@ -1090,7 +1090,7 @@ class ja {
1090
1090
  open(n) {
1091
1091
  const t = document.createDocumentFragment();
1092
1092
  n.showMaxButton && n.fitContent && (n.showMaxButton = !1);
1093
- const a = ei(Object.assign({
1093
+ const a = Zo(Object.assign({
1094
1094
  title: "",
1095
1095
  showButtons: !0,
1096
1096
  showHeader: !0
@@ -1101,7 +1101,7 @@ class ja {
1101
1101
  }), c = n.stopMoveHandle || ((w) => {
1102
1102
  });
1103
1103
  let f;
1104
- const s = Ra(a.value), d = (w) => {
1104
+ const s = Na(a.value), d = (w) => {
1105
1105
  var v;
1106
1106
  o.value = !1;
1107
1107
  const b = (v = w == null ? void 0 : w.target) == null ? void 0 : v.classList.contains("modal_close");
@@ -1137,7 +1137,7 @@ class ja {
1137
1137
  default: () => [s && s(this.app)]
1138
1138
  });
1139
1139
  return f = ((w) => {
1140
- const b = ti(C, w);
1140
+ const b = ei(C, w);
1141
1141
  return b.appContext = this.appContext, En(b, t), b;
1142
1142
  })({
1143
1143
  ...a.value
@@ -1147,7 +1147,7 @@ class ja {
1147
1147
  a.value = {
1148
1148
  ...a.value,
1149
1149
  ...w
1150
- }, f && En(ni(f, {
1150
+ }, f && En(ti(f, {
1151
1151
  ...a
1152
1152
  }), t);
1153
1153
  },
@@ -1157,13 +1157,13 @@ class ja {
1157
1157
  };
1158
1158
  }
1159
1159
  }
1160
- const La = Symbol("FModalService");
1160
+ const ja = Symbol("FModalService");
1161
1161
  an.install = (e) => {
1162
1162
  e.component(an.name, an);
1163
- const n = new ja(e);
1164
- e.provide(La, n), e.provide("FModalService", n);
1163
+ const n = new Ra(e);
1164
+ e.provide(ja, n), e.provide("FModalService", n);
1165
1165
  };
1166
- function $a(e, n) {
1166
+ function La(e, n) {
1167
1167
  function t() {
1168
1168
  const a = e.beforeOpen || e.beforeClickButton || null;
1169
1169
  let o = Promise.resolve(!0);
@@ -1181,7 +1181,7 @@ function wl(e, n, t, a, o) {
1181
1181
  const i = k(e.buttonBehavior), r = k(e.popupOnInput), l = B(() => ({
1182
1182
  "input-group-append": !0,
1183
1183
  "append-force-show": e.showButtonWhenDisabled && (e.readonly || e.disable)
1184
- })), { judgeCanOpen: u } = $a(e, o), c = B(() => e.showButtonWhenDisabled || (!e.editable || !e.readonly) && !e.disable), f = Ye(La, null), s = k();
1184
+ })), { judgeCanOpen: u } = La(e, o), c = B(() => e.showButtonWhenDisabled || (!e.editable || !e.readonly) && !e.disable), f = Ye(ja, null), s = k();
1185
1185
  async function d(T) {
1186
1186
  if (await u() && c.value) {
1187
1187
  const y = !!n.slots.default;
@@ -1322,7 +1322,7 @@ function xl(e, n, t, a, o) {
1322
1322
  }
1323
1323
  const Ht = "FarrisVue_PopoverInstancesKey";
1324
1324
  function kl(e, n, t, a) {
1325
- const o = k(), i = k(!1), { judgeCanOpen: r } = $a(e, a);
1325
+ const o = k(), i = k(!1), { judgeCanOpen: r } = La(e, a);
1326
1326
  ye(() => o.value, (p, m) => {
1327
1327
  window[Ht] = window[Ht] || /* @__PURE__ */ new WeakMap(), p ? window[Ht].set(t.value, p) : window[Ht].delete(t.value);
1328
1328
  });
@@ -1416,7 +1416,7 @@ function Sl(e, n, t) {
1416
1416
  function l(u) {
1417
1417
  o(u.map((c) => c.name).join(a.value), !0);
1418
1418
  }
1419
- return () => F(Ea, {
1419
+ return () => F(Ma, {
1420
1420
  id: `${e.id}-tag-editor`,
1421
1421
  class: "form-control",
1422
1422
  data: r.value,
@@ -1446,7 +1446,7 @@ function Tl(e, n, t, a) {
1446
1446
  onClick: f
1447
1447
  }, [F("i", {
1448
1448
  class: "f-icon modal_close"
1449
- }, null)]), [[ai, c.value]]), n.slots.buttonContent ? F("span", {
1449
+ }, null)]), [[ni, c.value]]), n.slots.buttonContent ? F("span", {
1450
1450
  class: "input-group-text input-group-append-button",
1451
1451
  onClick: i,
1452
1452
  onMouseenter: r,
@@ -1467,7 +1467,7 @@ function Ml(e, n, t) {
1467
1467
  hidePopup: o,
1468
1468
  popoverRef: i
1469
1469
  } = t;
1470
- return () => F(si, {
1470
+ return () => F(li, {
1471
1471
  id: `${e.id}-popover`,
1472
1472
  ref: i,
1473
1473
  placement: e.placement,
@@ -1555,7 +1555,7 @@ const Tn = /* @__PURE__ */ Te({
1555
1555
  onMouseleave: C
1556
1556
  }, [w(), b()])]), r.value && M()]);
1557
1557
  }
1558
- }), Wa = {}, Ha = {};
1558
+ }), $a = {}, Wa = {};
1559
1559
  function Gn(e) {
1560
1560
  const { properties: n, title: t, ignore: a } = e, o = a && Array.isArray(a), i = Object.keys(n).reduce((r, l) => ((!o || !a.find((u) => u === l)) && (r[l] = n[l].type === "object" && n[l].properties ? Gn(n[l]) : ct(n[l].default)), r), {});
1561
1561
  if (t && (!o || !a.find((r) => r === "id"))) {
@@ -1578,12 +1578,12 @@ function El(e) {
1578
1578
  type: t
1579
1579
  };
1580
1580
  }
1581
- function Aa(e, n = {}, t) {
1582
- const a = Wa[e];
1581
+ function Ha(e, n = {}, t) {
1582
+ const a = $a[e];
1583
1583
  if (a) {
1584
1584
  let o = El(a);
1585
- const i = Ha[e];
1586
- return o = i ? i({ getSchemaByType: Aa }, o, n, t) : o, o;
1585
+ const i = Wa[e];
1586
+ return o = i ? i({ getSchemaByType: Ha }, o, n, t) : o, o;
1587
1587
  }
1588
1588
  return null;
1589
1589
  }
@@ -1591,7 +1591,7 @@ function Ol(e, n) {
1591
1591
  const t = Gn(n);
1592
1592
  return Object.keys(t).reduce((a, o) => (Object.prototype.hasOwnProperty.call(e, o) && (a[o] && ia(a[o]) && ia(e[o] || !e[o]) ? Object.assign(a[o], e[o] || {}) : a[o] = e[o]), a), t), t;
1593
1593
  }
1594
- function za(e, n) {
1594
+ function Aa(e, n) {
1595
1595
  return Object.keys(e).filter((a) => e[a] != null).reduce((a, o) => {
1596
1596
  if (n.has(o)) {
1597
1597
  const i = n.get(o);
@@ -1608,7 +1608,7 @@ function za(e, n) {
1608
1608
  }
1609
1609
  function _l(e, n, t = /* @__PURE__ */ new Map()) {
1610
1610
  const a = Ol(e, n);
1611
- return za(a, t);
1611
+ return Aa(a, t);
1612
1612
  }
1613
1613
  function Dl(e = {}) {
1614
1614
  function n(c, f, s, d) {
@@ -1712,9 +1712,9 @@ const re = {
1712
1712
  }, Il = {}, Pl = {};
1713
1713
  Dl();
1714
1714
  function dt(e, n, t = /* @__PURE__ */ new Map(), a = (r, l, u, c) => l, o = {}, i = (r) => r) {
1715
- return Wa[n.title] = n, Ha[n.title] = a, Il[n.title] = o, Pl[n.title] = i, (r = {}, l = !0) => {
1715
+ return $a[n.title] = n, Wa[n.title] = a, Il[n.title] = o, Pl[n.title] = i, (r = {}, l = !0) => {
1716
1716
  if (!l)
1717
- return za(r, t);
1717
+ return Aa(r, t);
1718
1718
  const u = _l(r, n, t), c = Object.keys(e).reduce((f, s) => (f[s] = e[s].default, f), {});
1719
1719
  return Object.assign(c, u);
1720
1720
  };
@@ -1851,7 +1851,7 @@ const Rl = "https://json-schema.org/draft/2020-12/schema", jl = "https://farris-
1851
1851
  description: $l,
1852
1852
  type: Wl,
1853
1853
  properties: Hl
1854
- }, qa = {
1854
+ }, za = {
1855
1855
  disabled: {
1856
1856
  type: Boolean,
1857
1857
  default: !1
@@ -1941,7 +1941,7 @@ const Rl = "https://json-schema.org/draft/2020-12/schema", jl = "https://farris-
1941
1941
  type: Boolean,
1942
1942
  default: !1
1943
1943
  }
1944
- }, zl = dt(qa, Al), Ga = {
1944
+ }, zl = dt(za, Al), qa = {
1945
1945
  conditions: {
1946
1946
  type: Array,
1947
1947
  default: []
@@ -2343,7 +2343,7 @@ const Yn = {
2343
2343
  popupOnClick: { type: Boolean, default: !0 }
2344
2344
  }, ns = Object.assign({}, Yn, {
2345
2345
  readonly: {}
2346
- }), Ya = dt(Yn, es, ql, ts), as = {
2346
+ }), Ga = dt(Yn, es, ql, ts), as = {
2347
2347
  dataSource: { type: Array, default: [] },
2348
2348
  enableSearch: { type: Boolean, default: !1 },
2349
2349
  idField: { type: String, default: "id" },
@@ -2421,7 +2421,7 @@ const Yn = {
2421
2421
  }), () => F("div", {
2422
2422
  class: "f-combo-list-container",
2423
2423
  style: s.value
2424
- }, [F(Oa, {
2424
+ }, [F(Ea, {
2425
2425
  ref: t,
2426
2426
  size: "small",
2427
2427
  itemClass: "f-combo-list-item",
@@ -2551,7 +2551,7 @@ const Gt = /* @__PURE__ */ Te({
2551
2551
  hidePopup: O
2552
2552
  }), ye([() => e.disabled, () => e.editable, () => e.enableClear, () => e.enableSearch, () => e.readonly], ([E, x, I, D, _]) => {
2553
2553
  o.value = E, f.value = x, i.value = I, r.value = D, l.value = _;
2554
- }), () => F(_a, {
2554
+ }), () => F(Oa, {
2555
2555
  ref: a,
2556
2556
  id: e.id,
2557
2557
  disable: o.value,
@@ -2641,7 +2641,7 @@ function cs(e) {
2641
2641
  return a;
2642
2642
  }
2643
2643
  }
2644
- function Ua(e) {
2644
+ function Ya(e) {
2645
2645
  if (!e)
2646
2646
  return;
2647
2647
  const n = e.getBoundingClientRect();
@@ -2662,7 +2662,7 @@ function ds(e) {
2662
2662
  if (!e)
2663
2663
  return;
2664
2664
  let n;
2665
- e.className.includes("dgComponentSelected") ? n = e : n = e.querySelector(".dgComponentSelected"), n && Ua(n);
2665
+ e.className.includes("dgComponentSelected") ? n = e : n = e.querySelector(".dgComponentSelected"), n && Ya(n);
2666
2666
  }
2667
2667
  function fs(e) {
2668
2668
  const { formSchemaUtils: n, formStateMachineUtils: t } = e;
@@ -2691,7 +2691,7 @@ function fs(e) {
2691
2691
  }
2692
2692
  return { getVariables: i, getControlName: r, getStateMachines: l };
2693
2693
  }
2694
- class Xa {
2694
+ class Ua {
2695
2695
  constructor(n) {
2696
2696
  V(this, "sessionVariables", [
2697
2697
  {
@@ -2953,7 +2953,7 @@ class Xa {
2953
2953
  };
2954
2954
  }
2955
2955
  }
2956
- class Qa {
2956
+ class Xa {
2957
2957
  constructor(n, t) {
2958
2958
  V(this, "componentId");
2959
2959
  V(this, "viewModelId");
@@ -3202,7 +3202,7 @@ class Qa {
3202
3202
  !u || !u.rules || (u.rules = u.rules.filter((c) => c.type !== i));
3203
3203
  }
3204
3204
  getExpressionOptions(n, t, a) {
3205
- return new Xa(this.formSchemaUtils).getExpressionOptions(n, t, a);
3205
+ return new Ua(this.formSchemaUtils).getExpressionOptions(n, t, a);
3206
3206
  }
3207
3207
  getRealTargetType(n) {
3208
3208
  return ["response-toolbar-item", "tab-toolbar-item", "section-toolbar-item"].indexOf(n.type) > -1 ? "Button" : n.binding && n.binding.field ? "Field" : "Container";
@@ -3458,7 +3458,7 @@ var hs = { exports: {} };
3458
3458
  D === 1 && Array.isArray(x) === !1 && (I = x, x = []);
3459
3459
  var _, P, z, H, L, N, Q, j, R, X = null, A, W, G = !1, K = 0, ie, Z = I || {};
3460
3460
  Z.moves === void 0 && (Z.moves = C), Z.accepts === void 0 && (Z.accepts = C), Z.invalid === void 0 && (Z.invalid = Ct), Z.containers === void 0 && (Z.containers = x || []), Z.isContainer === void 0 && (Z.isContainer = h), Z.copy === void 0 && (Z.copy = !1), Z.copySortSource === void 0 && (Z.copySortSource = !1), Z.revertOnSpill === void 0 && (Z.revertOnSpill = !1), Z.removeOnSpill === void 0 && (Z.removeOnSpill = !1), Z.direction === void 0 && (Z.direction = "vertical"), Z.ignoreInputTextSelection === void 0 && (Z.ignoreInputTextSelection = !0), Z.mirrorContainer === void 0 && (Z.mirrorContainer = c.body);
3461
- var fe = r({
3461
+ var me = r({
3462
3462
  containers: Z.containers,
3463
3463
  start: Pe,
3464
3464
  end: ht,
@@ -3468,9 +3468,9 @@ var hs = { exports: {} };
3468
3468
  canMove: Ee,
3469
3469
  dragging: !1
3470
3470
  });
3471
- return Z.removeOnSpill === !0 && fe.on("over", _t).on("out", kt), Fe(), fe;
3471
+ return Z.removeOnSpill === !0 && me.on("over", _t).on("out", kt), Fe(), me;
3472
3472
  function ve($) {
3473
- return fe.containers.indexOf($) !== -1 || Z.isContainer($);
3473
+ return me.containers.indexOf($) !== -1 || Z.isContainer($);
3474
3474
  }
3475
3475
  function Fe($) {
3476
3476
  var ee = $ ? "remove" : "add";
@@ -3478,7 +3478,7 @@ var hs = { exports: {} };
3478
3478
  }
3479
3479
  function Be($) {
3480
3480
  var ee = $ ? "remove" : "add";
3481
- m(f, ee, "mousemove", te);
3481
+ m(f, ee, "mousemove", ae);
3482
3482
  }
3483
3483
  function Le($) {
3484
3484
  var ee = $ ? "remove" : "add";
@@ -3494,11 +3494,11 @@ var hs = { exports: {} };
3494
3494
  H = $.clientX, L = $.clientY;
3495
3495
  var ee = T($) !== 1 || $.metaKey || $.ctrlKey;
3496
3496
  if (!ee) {
3497
- var ae = $.target, ne = we(ae);
3498
- ne && (A = ne, Be(), $.type === "mousedown" && (b(ae) ? ae.focus() : $.preventDefault()));
3497
+ var ne = $.target, te = we(ne);
3498
+ te && (A = te, Be(), $.type === "mousedown" && (b(ne) ? ne.focus() : $.preventDefault()));
3499
3499
  }
3500
3500
  }
3501
- function te($) {
3501
+ function ae($) {
3502
3502
  if (A) {
3503
3503
  if (T($) === 0) {
3504
3504
  Se({});
@@ -3506,8 +3506,8 @@ var hs = { exports: {} };
3506
3506
  }
3507
3507
  if (!($.clientX !== void 0 && Math.abs($.clientX - H) <= (Z.slideFactorX || 0) && $.clientY !== void 0 && Math.abs($.clientY - L) <= (Z.slideFactorY || 0))) {
3508
3508
  if (Z.ignoreInputTextSelection) {
3509
- var ee = E("clientX", $) || 0, ae = E("clientY", $) || 0, ne = c.elementFromPoint(ee, ae);
3510
- if (b(ne))
3509
+ var ee = E("clientX", $) || 0, ne = E("clientY", $) || 0, te = c.elementFromPoint(ee, ne);
3510
+ if (b(te))
3511
3511
  return;
3512
3512
  }
3513
3513
  var Ce = A;
@@ -3516,17 +3516,17 @@ var hs = { exports: {} };
3516
3516
  }
3517
3517
  }
3518
3518
  function we($) {
3519
- if (!(fe.dragging && _) && !ve($)) {
3519
+ if (!(me.dragging && _) && !ve($)) {
3520
3520
  for (var ee = $; w($) && ve(w($)) === !1; )
3521
3521
  if (Z.invalid($, ee) || ($ = w($), !$))
3522
3522
  return;
3523
- var ae = w($);
3524
- if (ae && !Z.invalid($, ee)) {
3525
- var ne = Z.moves($, ae, ee, M($));
3526
- if (ne)
3523
+ var ne = w($);
3524
+ if (ne && !Z.invalid($, ee)) {
3525
+ var te = Z.moves($, ne, ee, M($));
3526
+ if (te)
3527
3527
  return {
3528
3528
  item: $,
3529
- source: ae
3529
+ source: ne
3530
3530
  };
3531
3531
  }
3532
3532
  }
@@ -3539,13 +3539,13 @@ var hs = { exports: {} };
3539
3539
  ee && rt(ee);
3540
3540
  }
3541
3541
  function rt($) {
3542
- _e($.item, $.source) && (j = $.item.cloneNode(!0), fe.emit("cloned", j, $.item, "copy")), P = $.source, z = $.item, N = Q = M($.item), fe.dragging = !0, fe.emit("drag", z, P);
3542
+ _e($.item, $.source) && (j = $.item.cloneNode(!0), me.emit("cloned", j, $.item, "copy")), P = $.source, z = $.item, N = Q = M($.item), me.dragging = !0, me.emit("drag", z, P);
3543
3543
  }
3544
3544
  function Ct() {
3545
3545
  return !1;
3546
3546
  }
3547
3547
  function ht() {
3548
- if (fe.dragging) {
3548
+ if (me.dragging) {
3549
3549
  var $ = j || z;
3550
3550
  Ie($, w($));
3551
3551
  }
@@ -3554,72 +3554,72 @@ var hs = { exports: {} };
3554
3554
  A = !1, Be(!0), Le(!0);
3555
3555
  }
3556
3556
  function Se($) {
3557
- if (J(), !!fe.dragging) {
3558
- var ee = j || z, ae = E("clientX", $) || 0, ne = E("clientY", $) || 0, Ce = y(_, ae, ne), be = Ot(Ce, ae, ne);
3557
+ if (J(), !!me.dragging) {
3558
+ var ee = j || z, ne = E("clientX", $) || 0, te = E("clientY", $) || 0, Ce = y(_, ne, te), be = Ot(Ce, ne, te);
3559
3559
  be && (j && Z.copySortSource || !j || be !== P) ? Ie(ee, be) : Z.removeOnSpill ? Ge() : Re();
3560
3560
  }
3561
3561
  }
3562
3562
  function Ie($, ee) {
3563
- var ae = w($);
3564
- j && Z.copySortSource && ee === P && ae.removeChild(z), xt(ee) ? fe.emit("cancel", $, P) : fe.emit("drop", $, ee, P, Q), ft();
3563
+ var ne = w($);
3564
+ j && Z.copySortSource && ee === P && ne.removeChild(z), xt(ee) ? me.emit("cancel", $, P) : me.emit("drop", $, ee, P, Q), ft();
3565
3565
  }
3566
3566
  function Ge() {
3567
- if (fe.dragging) {
3567
+ if (me.dragging) {
3568
3568
  var $ = j || z, ee = w($);
3569
- ee && ee.removeChild($), fe.emit(j ? "cancel" : "remove", $, ee, P), ft();
3569
+ ee && ee.removeChild($), me.emit(j ? "cancel" : "remove", $, ee, P), ft();
3570
3570
  }
3571
3571
  }
3572
3572
  function Re($) {
3573
- if (fe.dragging) {
3574
- var ee = arguments.length > 0 ? $ : Z.revertOnSpill, ae = j || z, ne = w(ae), Ce = xt(ne);
3575
- Ce === !1 && ee && (j ? ne && ne.removeChild(j) : P.insertBefore(ae, N)), Ce || ee ? fe.emit("cancel", ae, P, P) : fe.emit("drop", ae, ne, P, Q), ft();
3573
+ if (me.dragging) {
3574
+ var ee = arguments.length > 0 ? $ : Z.revertOnSpill, ne = j || z, te = w(ne), Ce = xt(te);
3575
+ Ce === !1 && ee && (j ? te && te.removeChild(j) : P.insertBefore(ne, N)), Ce || ee ? me.emit("cancel", ne, P, P) : me.emit("drop", ne, te, P, Q), ft();
3576
3576
  }
3577
3577
  }
3578
3578
  function ft() {
3579
3579
  var $ = j || z;
3580
- J(), oe(), pe(), $ && u.rm($, "gu-transit"), R && clearTimeout(R), fe.dragging = !1, X && fe.emit("out", $, X, P), fe.emit("dragend", $, K), P = z = j = N = Q = R = X = null;
3580
+ J(), oe(), fe(), $ && u.rm($, "gu-transit"), R && clearTimeout(R), me.dragging = !1, X && me.emit("out", $, X, P), me.emit("dragend", $, K), P = z = j = N = Q = R = X = null;
3581
3581
  }
3582
3582
  function xt($, ee) {
3583
- var ae;
3584
- return ee !== void 0 ? ae = ee : _ ? ae = Q : ae = M(j || z), $ === P && ae === N;
3583
+ var ne;
3584
+ return ee !== void 0 ? ne = ee : _ ? ne = Q : ne = M(j || z), $ === P && ne === N;
3585
3585
  }
3586
- function Ot($, ee, ae) {
3587
- for (var ne = $; ne && !Ce(); )
3588
- ne = w(ne);
3589
- return ne;
3586
+ function Ot($, ee, ne) {
3587
+ for (var te = $; te && !Ce(); )
3588
+ te = w(te);
3589
+ return te;
3590
3590
  function Ce() {
3591
- var be = ve(ne);
3591
+ var be = ve(te);
3592
3592
  if (be === !1)
3593
3593
  return !1;
3594
- var Ne = ge(ne, $), Me = xe(ne, Ne, ee, ae), $e = xt(ne, Me);
3595
- return $e ? !0 : Z.accepts(z, ne, P, Me);
3594
+ var Ne = ge(te, $), Me = xe(te, Ne, ee, ne), $e = xt(te, Me);
3595
+ return $e ? !0 : Z.accepts(z, te, P, Me);
3596
3596
  }
3597
3597
  }
3598
3598
  function yt($) {
3599
3599
  if (!_)
3600
3600
  return;
3601
3601
  $.preventDefault();
3602
- var ee = E("clientX", $) || 0, ae = E("clientY", $) || 0;
3603
- _.style.left = ee - 2 + "px", _.style.top = ae - 2 + "px";
3604
- var ne = j || z, Ce = y(_, ee, ae), be = Ot(Ce, ee, ae), Ne = be !== null && be !== X;
3605
- (Ne || be === null) && (he(), X = be, pt()), me(Ce, ae);
3606
- var Me = w(ne);
3602
+ var ee = E("clientX", $) || 0, ne = E("clientY", $) || 0;
3603
+ _.style.left = ee - 2 + "px", _.style.top = ne - 2 + "px";
3604
+ var te = j || z, Ce = y(_, ee, ne), be = Ot(Ce, ee, ne), Ne = be !== null && be !== X;
3605
+ (Ne || be === null) && (he(), X = be, pt()), pe(Ce, ne);
3606
+ var Me = w(te);
3607
3607
  if (be === P && j && !Z.copySortSource) {
3608
- Me && Me.removeChild(ne);
3608
+ Me && Me.removeChild(te);
3609
3609
  return;
3610
3610
  }
3611
3611
  var $e, st = ge(be, Ce);
3612
3612
  if (G = Ve(st, be), st !== null)
3613
- $e = xe(be, st, ee, ae);
3613
+ $e = xe(be, st, ee, ne);
3614
3614
  else if (Z.revertOnSpill === !0 && !j)
3615
3615
  $e = N, be = P;
3616
3616
  else {
3617
- j && Me && Me.removeChild(ne), j && W && (W.style.display = "none");
3617
+ j && Me && Me.removeChild(te), j && W && (W.style.display = "none");
3618
3618
  return;
3619
3619
  }
3620
- W.style.display = "block", Rt($e, ne, Ne), $e ? tt(st, $e) : U(be);
3620
+ W.style.display = "block", Rt($e, te, Ne), $e ? tt(st, $e) : U(be);
3621
3621
  function Ke(ke) {
3622
- fe.emit(ke, ne, X, P);
3622
+ me.emit(ke, te, X, P);
3623
3623
  }
3624
3624
  function pt() {
3625
3625
  Ne && Ke("over");
@@ -3628,17 +3628,17 @@ var hs = { exports: {} };
3628
3628
  X && Ke("out");
3629
3629
  }
3630
3630
  }
3631
- function Rt($, ee, ae) {
3632
- ($ === ee || $ === M(ee)) && (Q = M(ee)), ($ === null && ae || $ !== ee && $ !== M(ee)) && (Q = $);
3631
+ function Rt($, ee, ne) {
3632
+ ($ === ee || $ === M(ee)) && (Q = M(ee)), ($ === null && ne || $ !== ee && $ !== M(ee)) && (Q = $);
3633
3633
  }
3634
3634
  function _t($) {
3635
3635
  u.rm($, "gu-hide");
3636
3636
  }
3637
3637
  function kt($) {
3638
- fe.dragging && u.add($, "gu-hide");
3638
+ me.dragging && u.add($, "gu-hide");
3639
3639
  }
3640
3640
  function jt() {
3641
- _ || (_ = document.createElement("div"), _.style = "background: grey; color: white; height: 24px; text-align: center; padding: 3px 10px; min-width: 100px;border-radius: 4px; box-shadow: 0 0 6px grey;", _.innerHTML = Z.getMirrorText && Z.getMirrorText(z) || "控件", u.add(_, "gu-mirror"), Z.mirrorContainer.appendChild(_), m(f, "add", "mousemove", yt), u.add(Z.mirrorContainer, "gu-unselectable"), fe.emit("cloned", _, z, "mirror"));
3641
+ _ || (_ = document.createElement("div"), _.style = "background: grey; color: white; height: 24px; text-align: center; padding: 3px 10px; min-width: 100px;border-radius: 4px; box-shadow: 0 0 6px grey;", _.innerHTML = Z.getMirrorText && Z.getMirrorText(z) || "控件", u.add(_, "gu-mirror"), Z.mirrorContainer.appendChild(_), m(f, "add", "mousemove", yt), u.add(Z.mirrorContainer, "gu-unselectable"), me.emit("cloned", _, z, "mirror"));
3642
3642
  }
3643
3643
  function Dt() {
3644
3644
  if (W = document.createElement("div"), u.add(W, "gu-insertion"), z) {
@@ -3650,21 +3650,21 @@ var hs = { exports: {} };
3650
3650
  function oe() {
3651
3651
  _ && (u.rm(Z.mirrorContainer, "gu-unselectable"), m(f, "remove", "mousemove", yt), w(_).removeChild(_), _ = null);
3652
3652
  }
3653
- function pe() {
3653
+ function fe() {
3654
3654
  W && (w(W).removeChild(W), W = null);
3655
3655
  }
3656
3656
  function ge($, ee) {
3657
- for (var ae = ee; ae !== $ && w(ae) !== $; )
3658
- ae = w(ae);
3659
- return ae === f ? null : ae;
3657
+ for (var ne = ee; ne !== $ && w(ne) !== $; )
3658
+ ne = w(ne);
3659
+ return ne === f ? null : ne;
3660
3660
  }
3661
3661
  function Ve($, ee) {
3662
3662
  if (!ee)
3663
3663
  return G;
3664
- var ae = $ || ee && ee.lastElementChild;
3665
- if (!ae)
3664
+ var ne = $ || ee && ee.lastElementChild;
3665
+ if (!ne)
3666
3666
  return !0;
3667
- var ne = getComputedStyle($), Ce = /^inline/.test(ne.getPropertyValue("display")) || /^(left|right)$/.test(ne.getPropertyValue("float"));
3667
+ var te = getComputedStyle($), Ce = /^inline/.test(te.getPropertyValue("display")) || /^(left|right)$/.test(te.getPropertyValue("float"));
3668
3668
  if (Ce)
3669
3669
  return !0;
3670
3670
  if (ee) {
@@ -3682,10 +3682,10 @@ var hs = { exports: {} };
3682
3682
  if (!$.children || !$.children.length)
3683
3683
  return !1;
3684
3684
  for (const ee of Array.from($.children)) {
3685
- const ne = (ee.className && ee.className.split(" ") || []).filter((Ce) => /^col(-md|-xl|-el){0,1}-([1-9]|10|11|12)$/.test(Ce));
3686
- if (!ne.length)
3685
+ const te = (ee.className && ee.className.split(" ") || []).filter((Ce) => /^col(-md|-xl|-el){0,1}-([1-9]|10|11|12)$/.test(Ce));
3686
+ if (!te.length)
3687
3687
  return !1;
3688
- for (const Ce of ne) {
3688
+ for (const Ce of te) {
3689
3689
  const be = Ce.slice(Ce.lastIndexOf("-") + 1);
3690
3690
  if (parseInt(be, 10) !== 12)
3691
3691
  return !1;
@@ -3694,15 +3694,15 @@ var hs = { exports: {} };
3694
3694
  return !0;
3695
3695
  }
3696
3696
  function tt($, ee) {
3697
- const ae = ee.getBoundingClientRect();
3698
- if (W.style.left = ae.left + "px", W.style.top = ae.top + "px", G) {
3699
- if (W.style.height = ae.height + "px", W.style.width = "4px", $) {
3700
- const ne = $.getBoundingClientRect();
3701
- ne.top !== ae.top && (W.style.left = ne.right + "px", W.style.top = ne.top + "px", W.style.height = ne.height + "px");
3697
+ const ne = ee.getBoundingClientRect();
3698
+ if (W.style.left = ne.left + "px", W.style.top = ne.top + "px", G) {
3699
+ if (W.style.height = ne.height + "px", W.style.width = "4px", $) {
3700
+ const te = $.getBoundingClientRect();
3701
+ te.top !== ne.top && (W.style.left = te.right + "px", W.style.top = te.top + "px", W.style.height = te.height + "px");
3702
3702
  }
3703
- } else if (W.style.height = "4px", W.style.width = ae.width + "px", ie) {
3704
- const ne = ie.getBoundingClientRect();
3705
- ae.top < ne.top && (W.style.display = "none");
3703
+ } else if (W.style.height = "4px", W.style.width = ne.width + "px", ie) {
3704
+ const te = ie.getBoundingClientRect();
3705
+ ne.top < te.top && (W.style.display = "none");
3706
3706
  }
3707
3707
  ee === z && z && (W.style.display = "none");
3708
3708
  }
@@ -3710,42 +3710,42 @@ var hs = { exports: {} };
3710
3710
  Q = null;
3711
3711
  var ee = $.lastElementChild;
3712
3712
  if (ee) {
3713
- var ae = ee.getBoundingClientRect();
3714
- G ? (W.style.left = ae.right + "px", W.style.top = ae.top + "px", W.style.height = ae.height + "px", W.style.width = "4px") : (W.style.left = ae.left + "px", W.style.top = ae.bottom + "px", W.style.height = "4px", W.style.width = ae.width + "px"), ee === z && z && (W.style.display = "none");
3713
+ var ne = ee.getBoundingClientRect();
3714
+ G ? (W.style.left = ne.right + "px", W.style.top = ne.top + "px", W.style.height = ne.height + "px", W.style.width = "4px") : (W.style.left = ne.left + "px", W.style.top = ne.bottom + "px", W.style.height = "4px", W.style.width = ne.width + "px"), ee === z && z && (W.style.display = "none");
3715
3715
  } else
3716
3716
  W.style.display = "none";
3717
3717
  }
3718
- function me($, ee) {
3718
+ function pe($, ee) {
3719
3719
  if (!Z.mirrorContainer.contains($) || !window.scrollContainerList || !Array.from(window.scrollContainerList).length || (ie = d($), !ie || !ie.contains($)))
3720
3720
  return;
3721
- const ae = document.querySelector(".dgComponentSelected"), ne = ie.getBoundingClientRect();
3722
- if (ee - 30 < ne.top && ie.scrollTop > 0) {
3721
+ const ne = document.querySelector(".dgComponentSelected"), te = ie.getBoundingClientRect();
3722
+ if (ee - 30 < te.top && ie.scrollTop > 0) {
3723
3723
  let Ce = ie.scrollTop < 10 ? ie.scrollTop : 10;
3724
- ie.scrollBy(0, -1 * Ce), ae && ie.contains(ae) && (K = K + -1 * Ce);
3724
+ ie.scrollBy(0, -1 * Ce), ne && ie.contains(ne) && (K = K + -1 * Ce);
3725
3725
  }
3726
- if (ee + 30 > ne.bottom && ie.scrollTop < ie.scrollHeight - ie.clientHeight) {
3726
+ if (ee + 30 > te.bottom && ie.scrollTop < ie.scrollHeight - ie.clientHeight) {
3727
3727
  const Ce = ie.scrollHeight - ie.clientHeight - ie.scrollTop;
3728
3728
  let be = Ce < 10 ? Ce : 10;
3729
- ie.scrollBy(0, be), ae && ie.contains(ae) && (K = K + be);
3729
+ ie.scrollBy(0, be), ne && ie.contains(ne) && (K = K + be);
3730
3730
  }
3731
3731
  }
3732
- function xe($, ee, ae, ne) {
3732
+ function xe($, ee, ne, te) {
3733
3733
  var Ce = Z.direction === "horizontal", be = Z.direction === "mixed", Ne = ee !== $ ? $e() : Me();
3734
3734
  return Ne;
3735
3735
  function Me() {
3736
3736
  var Ke = $.children.length, pt, he, ke;
3737
3737
  for (pt = 0; pt < Ke; pt++)
3738
- if (he = $.children[pt], ke = he.getBoundingClientRect(), Ce && ke.left + ke.width / 2 > ae || !be && !Ce && ke.top + ke.height / 2 > ne || be && ke.left + ke.width > ae && ke.top + ke.height > ne)
3738
+ if (he = $.children[pt], ke = he.getBoundingClientRect(), Ce && ke.left + ke.width / 2 > ne || !be && !Ce && ke.top + ke.height / 2 > te || be && ke.left + ke.width > ne && ke.top + ke.height > te)
3739
3739
  return he;
3740
3740
  return null;
3741
3741
  }
3742
3742
  function $e() {
3743
3743
  var Ke = ee.getBoundingClientRect();
3744
3744
  if (be) {
3745
- var pt = ne - Ke.top, he = ae - Ke.left, ke = Ke.bottom - ne, nt = Ke.right - ae, et = Math.min(he, nt, pt, ke), at;
3745
+ var pt = te - Ke.top, he = ne - Ke.left, ke = Ke.bottom - te, nt = Ke.right - ne, et = Math.min(he, nt, pt, ke), at;
3746
3746
  return G ? at = nt < he : at = ke === et || nt === et || he === et, st(at);
3747
3747
  }
3748
- return st(Ce ? ae > Ke.left + g(Ke) / 2 : ne > Ke.top + S(Ke) / 2);
3748
+ return st(Ce ? ne > Ke.left + g(Ke) / 2 : te > Ke.top + S(Ke) / 2);
3749
3749
  }
3750
3750
  function st(Ke) {
3751
3751
  return Ke ? M(ee) : ee;
@@ -4283,7 +4283,7 @@ const ys = {
4283
4283
  }, null)]);
4284
4284
  }
4285
4285
  });
4286
- class Ka {
4286
+ class Qa {
4287
4287
  constructor() {
4288
4288
  V(this, "notifyRefs", []);
4289
4289
  V(this, "globalConfig", Ft({}));
@@ -4324,7 +4324,7 @@ class Ka {
4324
4324
  document.body.removeChild(i);
4325
4325
  }), Je(() => {
4326
4326
  t.updateNotifyPositionForCreate(o, l);
4327
- }), () => F(Ta, {
4327
+ }), () => F(Sa, {
4328
4328
  mode: "out-in",
4329
4329
  name: "fade",
4330
4330
  appear: !0
@@ -4405,10 +4405,10 @@ class Ka {
4405
4405
  const Un = Symbol("NOTIFY_SERVICE_TOKEN");
4406
4406
  mn.install = (e) => {
4407
4407
  e.component(mn.name, mn), e.component(jn.name, jn);
4408
- const n = new Ka();
4408
+ const n = new Qa();
4409
4409
  e.provide(Un, n), e.provide("FNotifyService", n);
4410
4410
  };
4411
- const Ja = /* @__PURE__ */ new Map([
4411
+ const Ka = /* @__PURE__ */ new Map([
4412
4412
  ["appearance", Jt],
4413
4413
  ["column", "columnOption"]
4414
4414
  ]);
@@ -4431,7 +4431,7 @@ function ws(e, n, t) {
4431
4431
  const a = e.getSchemaByType("content-container");
4432
4432
  return a.id = `${n.id}-layout`, a.appearance = { class: "f-grid-is-sub f-utils-flex-column" }, a.contents = [n], a;
4433
4433
  }
4434
- function Za(e, n, t) {
4434
+ function Ja(e, n, t) {
4435
4435
  const o = t.parentComponentInstance.schema.type, i = o === "section" || o === "tab-page";
4436
4436
  n.appearance = { class: "f-component-grid" };
4437
4437
  const l = (i ? ws : bs)(e, n, t);
@@ -5217,7 +5217,7 @@ const Cs = "https://json-schema.org/draft/2020-12/schema", xs = "https://farris-
5217
5217
  ], Es = {
5218
5218
  onSelectionChange: "行切换事件",
5219
5219
  onClickRow: "行点击事件"
5220
- }, eo = {
5220
+ }, Za = {
5221
5221
  $schema: Cs,
5222
5222
  $id: xs,
5223
5223
  title: ks,
@@ -5355,7 +5355,7 @@ const Cs = "https://json-schema.org/draft/2020-12/schema", xs = "https://farris-
5355
5355
  width: { type: Number, default: -1 },
5356
5356
  /** 启用虚拟渲染 */
5357
5357
  virtualized: { type: Boolean, default: !1 }
5358
- }, Os = dt(Xn, eo, Ja, Za), _s = Vl(), Ds = Bl(), to = Object.assign({}, Xn, { componentId: { type: String, default: "" } }), Is = dt(to, eo, Ja, Za), Ps = Nl();
5358
+ }, Os = dt(Xn, Za, Ka, Ja), _s = Vl(), Ds = Bl(), eo = Object.assign({}, Xn, { componentId: { type: String, default: "" } }), Is = dt(eo, Za, Ka, Ja), Ps = Nl();
5359
5359
  var it = /* @__PURE__ */ ((e) => (e[e.readonly = 0] = "readonly", e[e.editable = 1] = "editable", e[e.editing = 2] = "editing", e))(it || {}), wt = /* @__PURE__ */ ((e) => (e[e.initial = 0] = "initial", e[e.editing = 1] = "editing", e))(wt || {}), on = /* @__PURE__ */ ((e) => (e[e.data = 0] = "data", e[e.group = 1] = "group", e[e.summary = 2] = "summary", e))(on || {}), ot = /* @__PURE__ */ ((e) => (e[e.none = 0] = "none", e[e.filterable = 1] = "filterable", e[e.sortable = 2] = "sortable", e[e.filtered = 4] = "filtered", e[e.sorted = 8] = "sorted", e[e.ascending = 16] = "ascending", e[e.descending = 32] = "descending", e))(ot || {});
5360
5360
  function Bs(e, n) {
5361
5361
  var p;
@@ -5561,38 +5561,38 @@ function Ls(e, n, t, a, o, i, r, l, u, c, f, s, d) {
5561
5561
  } = Vs(e, a, r), {
5562
5562
  treeNodeIconsClass: R
5563
5563
  } = Ns(e, M, O);
5564
- function X(q, te) {
5564
+ function X(q, ae) {
5565
5565
  const we = q.raw[O.value];
5566
5566
  return {
5567
5567
  "fv-tree-node-toggle": we && q.collapse,
5568
5568
  "fv-tree-node-toggle-minus": we && !q.collapse
5569
5569
  };
5570
5570
  }
5571
- function A(q, te) {
5572
- q.stopPropagation(), I(te);
5571
+ function A(q, ae) {
5572
+ q.stopPropagation(), I(ae);
5573
5573
  }
5574
5574
  function W(q) {
5575
5575
  q.stopPropagation();
5576
5576
  }
5577
- function G(q, te) {
5577
+ function G(q, ae) {
5578
5578
  return F("div", {
5579
5579
  class: X(q),
5580
5580
  onClick: (we) => A(we, q),
5581
5581
  onDblclick: W
5582
5582
  }, null);
5583
5583
  }
5584
- function K(q, te) {
5584
+ function K(q, ae) {
5585
5585
  return x.value && F("div", {
5586
5586
  id: "treeNodeIcons",
5587
- class: R(q, te)
5587
+ class: R(q, ae)
5588
5588
  }, null);
5589
5589
  }
5590
5590
  function ie(q) {
5591
5591
  S.value ? (q.checked ? w(q) : b(q), D(q)) : v(q);
5592
5592
  }
5593
- function Z(q, te) {
5594
- return E.value && F(Ki, {
5595
- id: "checkbox_for_" + _(q, te.index),
5593
+ function Z(q, ae) {
5594
+ return E.value && F(Qi, {
5595
+ id: "checkbox_for_" + _(q, ae.index),
5596
5596
  indeterminate: q.indeterminate,
5597
5597
  disabled: q.disabled,
5598
5598
  checked: q.checked,
@@ -5600,61 +5600,57 @@ function Ls(e, n, t, a, o, i, r, l, u, c, f, s, d) {
5600
5600
  onChange: () => ie(q)
5601
5601
  }, null);
5602
5602
  }
5603
- function fe(q, te) {
5603
+ function me(q, ae) {
5604
5604
  return F("span", {
5605
- title: te.data,
5606
5605
  style: "user-select:none"
5607
5606
  }, [n.slots.cellTemplate ? n.slots.cellTemplate({
5608
- cell: te,
5607
+ cell: ae,
5609
5608
  row: q
5610
- }) : te.mode === it.editing ? te.getEditor(te) : te.formatter ? te.formatter(te, q) : te.data != null ? te.data.toString() : te.data]);
5609
+ }) : ae.mode === it.editing ? ae.getEditor(ae) : ae.formatter ? ae.formatter(ae, q) : ae.showTips ? F(Ji, null, {
5610
+ default: () => ae.data,
5611
+ contentTemplate: () => ae.data
5612
+ }) : ae.data]);
5611
5613
  }
5612
- function ve(q, te) {
5614
+ function ve(q, ae) {
5613
5615
  return F("div", {
5614
- class: Q(te)
5615
- }, [te.showTips ? F(ua, null, {
5616
- default: () => fe(q, te),
5617
- contentTemplate: () => fe(q, te)
5618
- }) : fe(q, te)]);
5616
+ class: Q(ae)
5617
+ }, [me(q, ae)]);
5619
5618
  }
5620
- function Fe(q, te, we) {
5619
+ function Fe(q, ae, we) {
5621
5620
  const Ee = j(q);
5622
5621
  return F("div", {
5623
- ref: te.setRef,
5624
- key: _(q, te.index),
5622
+ ref: ae.setRef,
5623
+ key: _(q, ae.index),
5625
5624
  class: "fv-grid-hierarchy-cell",
5626
- style: P(te, we)
5625
+ style: P(ae, we)
5627
5626
  }, [F("div", {
5628
- class: L(te),
5627
+ class: L(ae),
5629
5628
  style: Ee
5630
- }, [G(q), K(q, te), Z(q, te), ve(q, te)])]);
5629
+ }, [G(q), K(q, ae), Z(q, ae), ve(q, ae)])]);
5631
5630
  }
5632
- function Be(q, te, we) {
5631
+ function Be(q, ae, we) {
5633
5632
  return F("div", {
5634
- ref: te.setRef,
5635
- key: _(q, te.index),
5636
- class: m(te),
5637
- style: P(te, we),
5638
- onClick: (Ee) => p(Ee, te, q, te.column)
5633
+ ref: ae.setRef,
5634
+ key: _(q, ae.index),
5635
+ class: m(ae),
5636
+ style: P(ae, we),
5637
+ onClick: (Ee) => p(Ee, ae, q, ae.column)
5639
5638
  }, [F("div", {
5640
- class: L(te)
5639
+ class: L(ae)
5641
5640
  }, [F("div", {
5642
- class: Q(te)
5643
- }, [te.showTips ? F(ua, null, {
5644
- default: () => fe(q, te),
5645
- contentTemplate: () => fe(q, te)
5646
- }) : fe(q, te)])])]);
5641
+ class: Q(ae)
5642
+ }, [me(q, ae)])])]);
5647
5643
  }
5648
- function Le(q, te) {
5649
- return te === "left" && t.value.leftColumns.length > 0 && t.value.leftColumns[0].field === q.field || te === "primary" && t.value.primaryColumns.length > 0 && t.value.primaryColumns[0].field === q.field;
5644
+ function Le(q, ae) {
5645
+ return ae === "left" && t.value.leftColumns.length > 0 && t.value.leftColumns[0].field === q.field || ae === "primary" && t.value.primaryColumns.length > 0 && t.value.primaryColumns[0].field === q.field;
5650
5646
  }
5651
- function Y(q, te) {
5647
+ function Y(q, ae) {
5652
5648
  n.emit("dblclickNode", {
5653
5649
  $event: q,
5654
- node: te.raw
5650
+ node: ae.raw
5655
5651
  });
5656
5652
  }
5657
- function de(q, te, we = "primary", Ee) {
5653
+ function de(q, ae, we = "primary", Ee) {
5658
5654
  return F("div", {
5659
5655
  ref: q.setRef,
5660
5656
  key: z(q),
@@ -5664,7 +5660,7 @@ function Ls(e, n, t, a, o, i, r, l, u, c, f, s, d) {
5664
5660
  onMouseout: (Pe) => g(Pe, q),
5665
5661
  onClick: (Pe) => h(Pe, q),
5666
5662
  onDblclick: (Pe) => Y(Pe, q)
5667
- }, [Object.values(q.data).filter((Pe) => te[Pe.field] && Pe.rowSpan === 1).map((Pe) => Le(Pe, we) ? Fe(q, Pe, te) : Be(q, Pe, te))]);
5663
+ }, [Object.values(q.data).filter((Pe) => ae[Pe.field] && Pe.rowSpan === 1).map((Pe) => Le(Pe, we) ? Fe(q, Pe, ae) : Be(q, Pe, ae))]);
5668
5664
  }
5669
5665
  return {
5670
5666
  renderDataRow: de
@@ -5877,7 +5873,7 @@ function zs(e, n) {
5877
5873
  }
5878
5874
  function qs(e, n) {
5879
5875
  var C;
5880
- ci();
5876
+ ui();
5881
5877
  const { idField: t } = n, a = k(e.summary), o = k(e.group), i = k(((C = e.group) == null ? void 0 : C.groupFields) || []), r = B(() => {
5882
5878
  var g;
5883
5879
  return (g = e.group) == null ? void 0 : g.enable;
@@ -5975,8 +5971,8 @@ function Gs(e, n, t, a) {
5975
5971
  s.clear(), A.reduce((G, K) => {
5976
5972
  const ie = K[c.value] !== void 0 ? K[c.value] : "";
5977
5973
  if (ie && W.has(ie)) {
5978
- const fe = W.get(ie), ve = isNaN(Number(fe.__fv_layer__)) ? 1 : Number(fe.__fv_layer__);
5979
- K.__fv_layer__ = ve + 1, K.__fv_parent_index__ = fe.__fv_index__, fe.__fv_hasChildren__ = !0;
5974
+ const me = W.get(ie), ve = isNaN(Number(me.__fv_layer__)) ? 1 : Number(me.__fv_layer__);
5975
+ K.__fv_layer__ = ve + 1, K.__fv_parent_index__ = me.__fv_index__, me.__fv_hasChildren__ = !0;
5980
5976
  } else
5981
5977
  K.__fv_layer__ = 1;
5982
5978
  const Z = G.has(ie) ? G.get(ie) : [];
@@ -6024,8 +6020,8 @@ function Gs(e, n, t, a) {
6024
6020
  }
6025
6021
  function S(A, W, G) {
6026
6022
  Array.from(W.keys()).forEach((K) => {
6027
- W.get(K).reduce((Z, fe) => {
6028
- const ve = fe[r.value], Fe = A.get(fe[r.value]), Be = A.get(K), Le = G.get(K);
6023
+ W.get(K).reduce((Z, me) => {
6024
+ const ve = me[r.value], Fe = A.get(me[r.value]), Be = A.get(K), Le = G.get(K);
6029
6025
  return Be && Le && (Be.children.set(ve, Fe), Be.children.set(ve, Fe), Fe.parentId = K, Fe.parentIndex = Be.index, Fe.parents.set(K, Be)), Z;
6030
6026
  }, A);
6031
6027
  });
@@ -6089,7 +6085,7 @@ function Gs(e, n, t, a) {
6089
6085
  }
6090
6086
  function z(A, W, G = 0) {
6091
6087
  A.forEach((K) => {
6092
- const ie = E(K), Z = K.__fv_layer__ <= G, fe = W === "ToCollapse" ? K.__fv_layer__ <= G : !(K.__fv_layer__ <= G), ve = Z ? fe : K[l.value];
6088
+ const ie = E(K), Z = K.__fv_layer__ <= G, me = W === "ToCollapse" ? K.__fv_layer__ <= G : !(K.__fv_layer__ <= G), ve = Z ? me : K[l.value];
6093
6089
  K[l.value] = ie || ve;
6094
6090
  });
6095
6091
  for (const [K, ie] of s.entries())
@@ -6104,8 +6100,8 @@ function Gs(e, n, t, a) {
6104
6100
  }
6105
6101
  function N(A) {
6106
6102
  A.forEach((W, G) => {
6107
- var fe;
6108
- const K = W[r.value], ie = s.has(K) ? (fe = s.get(K)) == null ? void 0 : fe.map((ve) => ve.__fv_index__) : [], Z = g(K, G);
6103
+ var me;
6104
+ const K = W[r.value], ie = s.has(K) ? (me = s.get(K)) == null ? void 0 : me.map((ve) => ve.__fv_index__) : [], Z = g(K, G);
6109
6105
  W.__fv_graph_node__ = Z, W.__fv_children_index__ = ie, W.__fv_descendant_index__ = [...ie], W.__fv_parents__ = /* @__PURE__ */ new Map(), E(W) && (W[l.value] = !0);
6110
6106
  });
6111
6107
  }
@@ -6118,18 +6114,18 @@ function Gs(e, n, t, a) {
6118
6114
  function j(A, W, G) {
6119
6115
  const ie = G.value[A][r.value], Z = f.get(ie);
6120
6116
  if (Z) {
6121
- const fe = f.get(Z.parentId);
6117
+ const me = f.get(Z.parentId);
6122
6118
  let ve = G.value.length - 1;
6123
- if (fe) {
6124
- const Fe = Array.from(fe.children.keys()).indexOf(Z.id);
6125
- if (Fe === fe.children.size - 1) {
6126
- const Le = Array.from(fe.descendant.values())[fe.descendant.size - 1];
6119
+ if (me) {
6120
+ const Fe = Array.from(me.children.keys()).indexOf(Z.id);
6121
+ if (Fe === me.children.size - 1) {
6122
+ const Le = Array.from(me.descendant.values())[me.descendant.size - 1];
6127
6123
  ve = G.value.findIndex((de) => de[r.value] === Le.id) + 1;
6128
6124
  } else {
6129
- const Le = Array.from(fe.children.values())[Fe + 1];
6125
+ const Le = Array.from(me.children.values())[Fe + 1];
6130
6126
  ve = G.value.findIndex((de) => de[r.value] === Le.id);
6131
6127
  }
6132
- W[u.value] = !1, W[c.value] = fe.id, G.value.splice(ve, 0, W);
6128
+ W[u.value] = !1, W[c.value] = me.id, G.value.splice(ve, 0, W);
6133
6129
  }
6134
6130
  }
6135
6131
  }
@@ -6195,80 +6191,80 @@ function Ys(e, n, t, a, o) {
6195
6191
  function W() {
6196
6192
  return A.value && A.value.enable && A.value.size > 0 ? A.value.size : z.value.length;
6197
6193
  }
6198
- const G = k(1), K = B(() => A.value && A.value.enable && A.value.mode !== "server"), ie = B(() => A.value && A.value.enable && A.value.mode === "server"), Z = new Ka();
6199
- function fe(U, me) {
6200
- const xe = Math.ceil(U.length / me);
6194
+ const G = k(1), K = B(() => A.value && A.value.enable && A.value.mode !== "server"), ie = B(() => A.value && A.value.enable && A.value.mode === "server"), Z = new Qa();
6195
+ function me(U, pe) {
6196
+ const xe = Math.ceil(U.length / pe);
6201
6197
  let _e = 0;
6202
- const $ = [], ee = [], ae = [];
6198
+ const $ = [], ee = [], ne = [];
6203
6199
  for (; _e < xe; ) {
6204
- const ne = U.slice(_e * me, (_e + 1) * me), Ce = p(m.value, ne, n);
6200
+ const te = U.slice(_e * pe, (_e + 1) * pe), Ce = p(m.value, te, n);
6205
6201
  ee[_e] = Ce.filter((be) => be.__fv_data_grid_group_row__).length, $.push(...Ce), _e++;
6206
6202
  }
6207
- return ee.reduce((ne, Ce, be) => (ne = ne + Ce, ae.push(ne), ne), 0), {
6203
+ return ee.reduce((te, Ce, be) => (te = te + Ce, ne.push(te), te), 0), {
6208
6204
  groupData: $,
6209
6205
  groupRowSizeList: ee,
6210
- accumulateGroupRowSize: ae
6206
+ accumulateGroupRowSize: ne
6211
6207
  };
6212
6208
  }
6213
6209
  function ve() {
6214
6210
  var Ce;
6215
6211
  z.value = y.value, K.value && (X.value = z.value.length), T.value && !K.value && (z.value = p(m.value, y.value, n)), R = j.value.reduce((be, Ne) => (be.set(Ne, 0), be), R);
6216
- const U = 0, me = W(), xe = (G.value - 1) * me;
6217
- let $ = xe > z.value.length - 1 || ie.value ? U : xe, ee = ie.value ? z.value.length : Math.min($ + me, z.value.length);
6212
+ const U = 0, pe = W(), xe = (G.value - 1) * pe;
6213
+ let $ = xe > z.value.length - 1 || ie.value ? U : xe, ee = ie.value ? z.value.length : Math.min($ + pe, z.value.length);
6218
6214
  if (T.value && K.value) {
6219
- const { accumulateGroupRowSize: be, groupData: Ne, groupRowSizeList: Me } = fe(y.value, me);
6215
+ const { accumulateGroupRowSize: be, groupData: Ne, groupRowSizeList: Me } = me(y.value, pe);
6220
6216
  z.value = Ne;
6221
6217
  const $e = Me[G.value - 1];
6222
- $ += G.value - 2 < 0 ? 0 : be[G.value - 2], ee = $ + me + $e;
6218
+ $ += G.value - 2 < 0 ? 0 : be[G.value - 2], ee = $ + pe + $e;
6223
6219
  }
6224
- let ae = 0;
6225
- const ne = [];
6220
+ let ne = 0;
6221
+ const te = [];
6226
6222
  if (z.value.length) {
6227
6223
  _(z.value);
6228
6224
  const be = D.value !== e.idField;
6229
6225
  for (let Ne = $; Ne < ee; Ne++) {
6230
6226
  const Me = z.value[Ne];
6231
- Me.__fv_data_grid_group_row__ ? (ae = 0, Me.__fv_data_index__ = "") : Me.__fv_data_grid_group_summary__ ? Me.__fv_data_index__ = "" : (ae++, Me.__fv_data_index__ = ae + (G.value - 1) * me), Me.__fv_index__ = Ne, Me.__fv_visible_index__ = Ne, e.rowOption && e.rowOption.disabledField && (Me.__fv_disabled__ = Me[(Ce = e.rowOption) == null ? void 0 : Ce.disabledField]), be && (Me[D.value] = Ne), j.value.forEach(($e) => {
6227
+ Me.__fv_data_grid_group_row__ ? (ne = 0, Me.__fv_data_index__ = "") : Me.__fv_data_grid_group_summary__ ? Me.__fv_data_index__ = "" : (ne++, Me.__fv_data_index__ = ne + (G.value - 1) * pe), Me.__fv_index__ = Ne, Me.__fv_visible_index__ = Ne, e.rowOption && e.rowOption.disabledField && (Me.__fv_disabled__ = Me[(Ce = e.rowOption) == null ? void 0 : Ce.disabledField]), be && (Me[D.value] = Ne), j.value.forEach(($e) => {
6232
6228
  const st = R.get($e) || 0;
6233
6229
  R.set($e, st + Me[$e]);
6234
- }), ne.push(Me);
6230
+ }), te.push(Me);
6235
6231
  }
6236
6232
  }
6237
- return O.value && S(ne), H.value = [...ne], ne;
6233
+ return O.value && S(te), H.value = [...te], te;
6238
6234
  }
6239
6235
  const Fe = k(ve()), Be = B(() => (I.value, Fe.value.filter((U) => O.value ? U.__fv_visible__ !== !1 && M(U) : U.__fv_visible__ !== !1)));
6240
6236
  function Le() {
6241
- Be.value.forEach((U, me) => (U.__fv_visible_index__ = me, U));
6237
+ Be.value.forEach((U, pe) => (U.__fv_visible_index__ = pe, U));
6242
6238
  }
6243
- function Y(U, me, xe = !1) {
6244
- const $ = (xe ? ve() : [...H.value]).filter((ne) => t.apply(ne)), ee = U && U.length ? $.filter((ne) => U.reduce((Ce, be) => Ce && be.filter(ne), !0)) : $, ae = me && me.length ? ee.sort((ne, Ce) => {
6245
- const be = [...me], Ne = be.shift();
6246
- let Me = Ne.compare(ne[Ne.field], Ce[Ne.field]);
6239
+ function Y(U, pe, xe = !1) {
6240
+ const $ = (xe ? ve() : [...H.value]).filter((te) => t.apply(te)), ee = U && U.length ? $.filter((te) => U.reduce((Ce, be) => Ce && be.filter(te), !0)) : $, ne = pe && pe.length ? ee.sort((te, Ce) => {
6241
+ const be = [...pe], Ne = be.shift();
6242
+ let Me = Ne.compare(te[Ne.field], Ce[Ne.field]);
6247
6243
  for (; Me === 0 && be.length !== 0; ) {
6248
6244
  const $e = be.shift();
6249
- $e && (Me = $e.compare(ne[$e.field], Ce[$e.field]));
6245
+ $e && (Me = $e.compare(te[$e.field], Ce[$e.field]));
6250
6246
  }
6251
6247
  return Me;
6252
6248
  }) : ee;
6253
- return Fe.value = ae.map((ne, Ce) => {
6254
- if (ne.__fv_data_grid_group_row__) {
6255
- const be = `group_of_${ne.__fv_data_grid_group_field__}_${ne.__fv_data_grid_group_value__}`;
6256
- ne.__fv_data_grid_group_collapse__ = !!i.get(be);
6249
+ return Fe.value = ne.map((te, Ce) => {
6250
+ if (te.__fv_data_grid_group_row__) {
6251
+ const be = `group_of_${te.__fv_data_grid_group_field__}_${te.__fv_data_grid_group_value__}`;
6252
+ te.__fv_data_grid_group_collapse__ = !!i.get(be);
6257
6253
  }
6258
- return ne.__fv_index__ = Ce, ne.__fv_visible_index__ = Ce, ne;
6254
+ return te.__fv_index__ = Ce, te.__fv_visible_index__ = Ce, te;
6259
6255
  }), Fe.value;
6260
6256
  }
6261
6257
  function de(U) {
6262
- return c.clear(), s.value = U, s.value.reduce((me, xe) => (me.set(xe.field, xe), me), c), Y([], s.value);
6258
+ return c.clear(), s.value = U, s.value.reduce((pe, xe) => (pe.set(xe.field, xe), pe), c), Y([], s.value);
6263
6259
  }
6264
- function q(U, me) {
6265
- return c.set(U, me), s.value = Array.from(c.values()), Y([], s.value);
6260
+ function q(U, pe) {
6261
+ return c.set(U, pe), s.value = Array.from(c.values()), Y([], s.value);
6266
6262
  }
6267
- function te(U) {
6263
+ function ae(U) {
6268
6264
  return c.delete(U), s.value = Array.from(c.values()), Y([], s.value);
6269
6265
  }
6270
- function we(U, me) {
6271
- return r.set(U, me), f.value = Array.from(r.values()), Y([], Array.from(c.values()));
6266
+ function we(U, pe) {
6267
+ return r.set(U, pe), f.value = Array.from(r.values()), Y([], Array.from(c.values()));
6272
6268
  }
6273
6269
  function Ee(U) {
6274
6270
  return r.delete(U), f.value = Array.from(r.values()), Y([], Array.from(c.values()), !0);
@@ -6276,15 +6272,15 @@ function Ys(e, n, t, a, o) {
6276
6272
  function Pe() {
6277
6273
  return r.clear(), f.value = [], Y([], Array.from(c.values()), !0);
6278
6274
  }
6279
- function rt(U, me) {
6280
- const xe = `group_of_${U}_${me}`;
6275
+ function rt(U, pe) {
6276
+ const xe = `group_of_${U}_${pe}`;
6281
6277
  i.set(xe, !0);
6282
- const _e = ($) => $[U] !== me;
6283
- return l.set(`collapse_${U}_${me}`, {
6278
+ const _e = ($) => $[U] !== pe;
6279
+ return l.set(`collapse_${U}_${pe}`, {
6284
6280
  field: U,
6285
6281
  fieldName: U,
6286
6282
  fieldType: "string",
6287
- filterValue: me,
6283
+ filterValue: pe,
6288
6284
  filter: _e
6289
6285
  }), Y(Array.from(l.values()), Array.from(c.values()));
6290
6286
  }
@@ -6294,23 +6290,23 @@ function Ys(e, n, t, a, o) {
6294
6290
  function ht(U) {
6295
6291
  g(Fe.value, U);
6296
6292
  }
6297
- function J(U, me) {
6298
- const xe = `group_of_${U}_${me}`;
6299
- return i.set(xe, !1), l.delete(`collapse_${U}_${me}`), Y(Array.from(l.values()), Array.from(c.values()), !0);
6293
+ function J(U, pe) {
6294
+ const xe = `group_of_${U}_${pe}`;
6295
+ return i.set(xe, !1), l.delete(`collapse_${U}_${pe}`), Y(Array.from(l.values()), Array.from(c.values()), !0);
6300
6296
  }
6301
6297
  function Se(U) {
6302
- const me = U.raw[D.value], xe = (_e) => !_e.__fv_parents__.has(me);
6303
- u.set(`fold_${me}`, {
6298
+ const pe = U.raw[D.value], xe = (_e) => !_e.__fv_parents__.has(pe);
6299
+ u.set(`fold_${pe}`, {
6304
6300
  field: "id",
6305
6301
  fieldName: "id",
6306
6302
  fieldType: "string",
6307
- filterValue: String(me),
6303
+ filterValue: String(pe),
6308
6304
  filter: xe
6309
6305
  }), Y(Array.from(u.values()), Array.from(c.values())), S(Fe.value);
6310
6306
  }
6311
6307
  function Ie(U) {
6312
- const me = U[D.value];
6313
- u.delete(`fold_${me}`);
6308
+ const pe = U[D.value];
6309
+ u.delete(`fold_${pe}`);
6314
6310
  }
6315
6311
  function Ge(U) {
6316
6312
  Ie(U.raw), Y(Array.from(u.values()), Array.from(c.values()), !0), S(Fe.value);
@@ -6323,11 +6319,11 @@ function Ys(e, n, t, a, o) {
6323
6319
  const xe = e.hierarchy && U && U.length && U[0].children ? N(U) : U;
6324
6320
  y.value = xe, Re();
6325
6321
  }
6326
- function xt(U, me, xe) {
6327
- return (U && U.length ? Fe.value.filter(($, ee) => U.reduce((ae, ne) => ae && ne.filter($), !0)) : Fe.value).slice(me, xe);
6322
+ function xt(U, pe, xe) {
6323
+ return (U && U.length ? Fe.value.filter(($, ee) => U.reduce((ne, te) => ne && te.filter($), !0)) : Fe.value).slice(pe, xe);
6328
6324
  }
6329
6325
  function Ot(U) {
6330
- const me = W(), xe = Math.ceil(X.value / me);
6326
+ const pe = W(), xe = Math.ceil(X.value / pe);
6331
6327
  0 <= U && U <= xe && (G.value = U, Re());
6332
6328
  }
6333
6329
  function yt(U) {
@@ -6346,32 +6342,32 @@ function Ys(e, n, t, a, o) {
6346
6342
  Ie(_e), v(U, xe, y), Re();
6347
6343
  }
6348
6344
  function kt(U) {
6349
- const me = U ? U - 1 : 0;
6350
- y.value.splice(me, 1), Re();
6345
+ const pe = U ? U - 1 : 0;
6346
+ y.value.splice(pe, 1), Re();
6351
6347
  }
6352
6348
  function jt(U) {
6353
- const me = y.value.findIndex((xe) => xe[D.value] === U);
6354
- me !== -1 && (y.value.splice(me, 1), Re());
6349
+ const pe = y.value.findIndex((xe) => xe[D.value] === U);
6350
+ pe !== -1 && (y.value.splice(pe, 1), Re());
6355
6351
  }
6356
6352
  function Dt(U) {
6357
- const me = U > -1 ? y.value[U] : null;
6358
- if (!(me && me.deletable !== !1))
6353
+ const pe = U > -1 ? y.value[U] : null;
6354
+ if (!(pe && pe.deletable !== !1))
6359
6355
  return !1;
6360
- y.value = x(me, y.value), Re();
6356
+ y.value = x(pe, y.value), Re();
6361
6357
  }
6362
6358
  function oe() {
6363
6359
  const U = l.size > 0 ? Array.from(l.values()) : [];
6364
6360
  return Y(U, Array.from(c.values()));
6365
6361
  }
6366
- function pe(U) {
6362
+ function fe(U) {
6367
6363
  A.value.size = U;
6368
6364
  }
6369
6365
  function ge(U) {
6370
- A.value && (pe(U), Re());
6366
+ A.value && (fe(U), Re());
6371
6367
  }
6372
- function Ve(U, me) {
6368
+ function Ve(U, pe) {
6373
6369
  const xe = y.value[Number(U) - 1];
6374
- xe.editable !== !1 ? (xe.name = me, Re()) : Z.show({
6370
+ xe.editable !== !1 ? (xe.name = pe, Re()) : Z.show({
6375
6371
  showCloseButton: !1,
6376
6372
  timeout: 3e3,
6377
6373
  animate: "fadeIn",
@@ -6388,7 +6384,7 @@ function Ys(e, n, t, a, o) {
6388
6384
  addFilter: we,
6389
6385
  addNewDataItem: yt,
6390
6386
  addSorter: q,
6391
- updatePageSize: pe,
6387
+ updatePageSize: fe,
6392
6388
  changePageSizeTo: ge,
6393
6389
  collapse: rt,
6394
6390
  collapseTo: Ct,
@@ -6414,7 +6410,7 @@ function Ys(e, n, t, a, o) {
6414
6410
  removeDataItemById: jt,
6415
6411
  removeFilter: Ee,
6416
6412
  removeHierarchyDataItem: Dt,
6417
- removeSorter: te,
6413
+ removeSorter: ae,
6418
6414
  reOrderVisibleIndex: Le,
6419
6415
  setSorters: de,
6420
6416
  sorters: s,
@@ -6426,7 +6422,7 @@ function Ys(e, n, t, a, o) {
6426
6422
  visibleDataItems: Be
6427
6423
  };
6428
6424
  }
6429
- const no = {
6425
+ const to = {
6430
6426
  conditions: { type: Array, default: [] },
6431
6427
  fields: { type: Array, default: [] },
6432
6428
  key: { type: String, default: "" },
@@ -6435,7 +6431,7 @@ const no = {
6435
6431
  */
6436
6432
  isControlInline: { type: Boolean, default: !0 }
6437
6433
  };
6438
- class ao {
6434
+ class no {
6439
6435
  constructor(n = { value: [] }) {
6440
6436
  V(this, "editorType", "check-box");
6441
6437
  V(this, "value");
@@ -6459,7 +6455,7 @@ class ao {
6459
6455
  return this.value.length === 0;
6460
6456
  }
6461
6457
  }
6462
- class oo {
6458
+ class ao {
6463
6459
  constructor(n = { textValue: "", value: "", valueField: "" }) {
6464
6460
  V(this, "editorType", "combo-lookup");
6465
6461
  V(this, "textValue");
@@ -6503,11 +6499,11 @@ function Qe(e) {
6503
6499
  function He(e, n) {
6504
6500
  return e instanceof Date ? new e.constructor(n) : new Date(n);
6505
6501
  }
6506
- function io(e, n) {
6502
+ function oo(e, n) {
6507
6503
  const t = Qe(e);
6508
6504
  return isNaN(n) ? He(e, NaN) : (n && t.setDate(t.getDate() + n), t);
6509
6505
  }
6510
- const ro = 6048e5, Us = 864e5, Xs = 6e4, Qs = 36e5, Ks = 1e3;
6506
+ const io = 6048e5, Us = 864e5, Xs = 6e4, Qs = 36e5, Ks = 1e3;
6511
6507
  let Js = {};
6512
6508
  function Zt() {
6513
6509
  return Js;
@@ -6520,7 +6516,7 @@ function Nt(e, n) {
6520
6516
  function Kt(e) {
6521
6517
  return Nt(e, { weekStartsOn: 1 });
6522
6518
  }
6523
- function lo(e) {
6519
+ function ro(e) {
6524
6520
  const n = Qe(e), t = n.getFullYear(), a = He(e, 0);
6525
6521
  a.setFullYear(t + 1, 0, 4), a.setHours(0, 0, 0, 0);
6526
6522
  const o = Kt(a), i = He(e, 0);
@@ -6528,7 +6524,7 @@ function lo(e) {
6528
6524
  const r = Kt(i);
6529
6525
  return n.getTime() >= o.getTime() ? t + 1 : n.getTime() >= r.getTime() ? t : t - 1;
6530
6526
  }
6531
- function fa(e) {
6527
+ function da(e) {
6532
6528
  const n = Qe(e);
6533
6529
  return n.setHours(0, 0, 0, 0), n;
6534
6530
  }
@@ -6547,11 +6543,11 @@ function vn(e) {
6547
6543
  return t.setUTCFullYear(n.getFullYear()), +e - +t;
6548
6544
  }
6549
6545
  function Zs(e, n) {
6550
- const t = fa(e), a = fa(n), o = +t - vn(t), i = +a - vn(a);
6546
+ const t = da(e), a = da(n), o = +t - vn(t), i = +a - vn(a);
6551
6547
  return Math.round((o - i) / Us);
6552
6548
  }
6553
6549
  function eu(e) {
6554
- const n = lo(e), t = He(e, 0);
6550
+ const n = ro(e), t = He(e, 0);
6555
6551
  return t.setFullYear(n, 0, 4), t.setHours(0, 0, 0, 0), Kt(t);
6556
6552
  }
6557
6553
  function tu(e) {
@@ -6986,7 +6982,7 @@ const ku = /^(\d+)(th|st|nd|rd)?/i, Fu = /\d+/i, Su = {
6986
6982
  parsePatterns: Bu,
6987
6983
  defaultParseWidth: "any"
6988
6984
  })
6989
- }, so = {
6985
+ }, lo = {
6990
6986
  code: "en-US",
6991
6987
  formatDistance: iu,
6992
6988
  formatLong: uu,
@@ -7002,9 +6998,9 @@ function Nu(e) {
7002
6998
  const n = Qe(e);
7003
6999
  return Zs(n, au(n)) + 1;
7004
7000
  }
7005
- function uo(e) {
7001
+ function so(e) {
7006
7002
  const n = Qe(e), t = +Kt(n) - +eu(n);
7007
- return Math.round(t / ro) + 1;
7003
+ return Math.round(t / io) + 1;
7008
7004
  }
7009
7005
  function Qn(e, n) {
7010
7006
  var f, s, d, p;
@@ -7020,9 +7016,9 @@ function Ru(e, n) {
7020
7016
  const t = Zt(), a = (n == null ? void 0 : n.firstWeekContainsDate) ?? ((u = (l = n == null ? void 0 : n.locale) == null ? void 0 : l.options) == null ? void 0 : u.firstWeekContainsDate) ?? t.firstWeekContainsDate ?? ((f = (c = t.locale) == null ? void 0 : c.options) == null ? void 0 : f.firstWeekContainsDate) ?? 1, o = Qn(e, n), i = He(e, 0);
7021
7017
  return i.setFullYear(o, 0, a), i.setHours(0, 0, 0, 0), Nt(i, n);
7022
7018
  }
7023
- function co(e, n) {
7019
+ function uo(e, n) {
7024
7020
  const t = Qe(e), a = +Nt(t, n) - +Ru(t, n);
7025
- return Math.round(a / ro) + 1;
7021
+ return Math.round(a / io) + 1;
7026
7022
  }
7027
7023
  function De(e, n) {
7028
7024
  const t = e < 0 ? "-" : "", a = Math.abs(e).toString().padStart(n, "0");
@@ -7091,7 +7087,7 @@ const Pt = {
7091
7087
  afternoon: "afternoon",
7092
7088
  evening: "evening",
7093
7089
  night: "night"
7094
- }, pa = {
7090
+ }, fa = {
7095
7091
  // Era
7096
7092
  G: function(e, n, t) {
7097
7093
  const a = e.getFullYear() > 0 ? 1 : 0;
@@ -7126,7 +7122,7 @@ const Pt = {
7126
7122
  },
7127
7123
  // ISO week-numbering year
7128
7124
  R: function(e, n) {
7129
- const t = lo(e);
7125
+ const t = ro(e);
7130
7126
  return De(t, n.length);
7131
7127
  },
7132
7128
  // Extended year. This is a single number designating the year of this calendar system.
@@ -7249,12 +7245,12 @@ const Pt = {
7249
7245
  },
7250
7246
  // Local week of year
7251
7247
  w: function(e, n, t, a) {
7252
- const o = co(e, a);
7248
+ const o = uo(e, a);
7253
7249
  return n === "wo" ? t.ordinalNumber(o, { unit: "week" }) : De(o, n.length);
7254
7250
  },
7255
7251
  // ISO week of year
7256
7252
  I: function(e, n, t) {
7257
- const a = uo(e);
7253
+ const a = so(e);
7258
7254
  return n === "Io" ? t.ordinalNumber(a, { unit: "week" }) : De(a, n.length);
7259
7255
  },
7260
7256
  // Day of the month
@@ -7517,7 +7513,7 @@ const Pt = {
7517
7513
  return "Z";
7518
7514
  switch (n) {
7519
7515
  case "X":
7520
- return ha(a);
7516
+ return ma(a);
7521
7517
  case "XXXX":
7522
7518
  case "XX":
7523
7519
  return At(a);
@@ -7532,7 +7528,7 @@ const Pt = {
7532
7528
  const a = e.getTimezoneOffset();
7533
7529
  switch (n) {
7534
7530
  case "x":
7535
- return ha(a);
7531
+ return ma(a);
7536
7532
  case "xxxx":
7537
7533
  case "xx":
7538
7534
  return At(a);
@@ -7549,7 +7545,7 @@ const Pt = {
7549
7545
  case "O":
7550
7546
  case "OO":
7551
7547
  case "OOO":
7552
- return "GMT" + ma(a, ":");
7548
+ return "GMT" + pa(a, ":");
7553
7549
  case "OOOO":
7554
7550
  default:
7555
7551
  return "GMT" + At(a, ":");
@@ -7562,7 +7558,7 @@ const Pt = {
7562
7558
  case "z":
7563
7559
  case "zz":
7564
7560
  case "zzz":
7565
- return "GMT" + ma(a, ":");
7561
+ return "GMT" + pa(a, ":");
7566
7562
  case "zzzz":
7567
7563
  default:
7568
7564
  return "GMT" + At(a, ":");
@@ -7579,18 +7575,18 @@ const Pt = {
7579
7575
  return De(a, n.length);
7580
7576
  }
7581
7577
  };
7582
- function ma(e, n = "") {
7578
+ function pa(e, n = "") {
7583
7579
  const t = e > 0 ? "-" : "+", a = Math.abs(e), o = Math.trunc(a / 60), i = a % 60;
7584
7580
  return i === 0 ? t + String(o) : t + String(o) + n + De(i, 2);
7585
7581
  }
7586
- function ha(e, n) {
7582
+ function ma(e, n) {
7587
7583
  return e % 60 === 0 ? (e > 0 ? "-" : "+") + De(Math.abs(e) / 60, 2) : At(e, n);
7588
7584
  }
7589
7585
  function At(e, n = "") {
7590
7586
  const t = e > 0 ? "-" : "+", a = Math.abs(e), o = De(Math.trunc(a / 60), 2), i = De(a % 60, 2);
7591
7587
  return t + o + n + i;
7592
7588
  }
7593
- const ya = (e, n) => {
7589
+ const ha = (e, n) => {
7594
7590
  switch (e) {
7595
7591
  case "P":
7596
7592
  return n.date({ width: "short" });
@@ -7602,7 +7598,7 @@ const ya = (e, n) => {
7602
7598
  default:
7603
7599
  return n.date({ width: "full" });
7604
7600
  }
7605
- }, fo = (e, n) => {
7601
+ }, co = (e, n) => {
7606
7602
  switch (e) {
7607
7603
  case "p":
7608
7604
  return n.time({ width: "short" });
@@ -7617,7 +7613,7 @@ const ya = (e, n) => {
7617
7613
  }, ju = (e, n) => {
7618
7614
  const t = e.match(/(P+)(p+)?/) || [], a = t[1], o = t[2];
7619
7615
  if (!o)
7620
- return ya(e, n);
7616
+ return ha(e, n);
7621
7617
  let i;
7622
7618
  switch (a) {
7623
7619
  case "P":
@@ -7634,15 +7630,15 @@ const ya = (e, n) => {
7634
7630
  i = n.dateTime({ width: "full" });
7635
7631
  break;
7636
7632
  }
7637
- return i.replace("{{date}}", ya(a, n)).replace("{{time}}", fo(o, n));
7633
+ return i.replace("{{date}}", ha(a, n)).replace("{{time}}", co(o, n));
7638
7634
  }, Ln = {
7639
- p: fo,
7635
+ p: co,
7640
7636
  P: ju
7641
7637
  }, Lu = /^D+$/, $u = /^Y+$/, Wu = ["D", "DD", "YY", "YYYY"];
7642
- function po(e) {
7638
+ function fo(e) {
7643
7639
  return Lu.test(e);
7644
7640
  }
7645
- function mo(e) {
7641
+ function po(e) {
7646
7642
  return $u.test(e);
7647
7643
  }
7648
7644
  function $n(e, n, t) {
@@ -7654,9 +7650,9 @@ function Hu(e, n, t) {
7654
7650
  return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${n}\`) for formatting ${a} to the input \`${t}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
7655
7651
  }
7656
7652
  const Au = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, zu = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, qu = /^'([^]*?)'?$/, Gu = /''/g, Yu = /[a-zA-Z]/;
7657
- function ho(e, n, t) {
7653
+ function mo(e, n, t) {
7658
7654
  var f, s, d, p;
7659
- const a = Zt(), o = a.locale ?? so, i = a.firstWeekContainsDate ?? ((s = (f = a.locale) == null ? void 0 : f.options) == null ? void 0 : s.firstWeekContainsDate) ?? 1, r = a.weekStartsOn ?? ((p = (d = a.locale) == null ? void 0 : d.options) == null ? void 0 : p.weekStartsOn) ?? 0, l = Qe(e);
7655
+ const a = Zt(), o = a.locale ?? lo, i = a.firstWeekContainsDate ?? ((s = (f = a.locale) == null ? void 0 : f.options) == null ? void 0 : s.firstWeekContainsDate) ?? 1, r = a.weekStartsOn ?? ((p = (d = a.locale) == null ? void 0 : d.options) == null ? void 0 : p.weekStartsOn) ?? 0, l = Qe(e);
7660
7656
  if (!nu(l))
7661
7657
  throw new RangeError("Invalid time value");
7662
7658
  let u = n.match(zu).map((m) => {
@@ -7672,7 +7668,7 @@ function ho(e, n, t) {
7672
7668
  const T = m[0];
7673
7669
  if (T === "'")
7674
7670
  return { isToken: !1, value: Uu(m) };
7675
- if (pa[T])
7671
+ if (fa[T])
7676
7672
  return { isToken: !0, value: m };
7677
7673
  if (T.match(Yu))
7678
7674
  throw new RangeError(
@@ -7689,8 +7685,8 @@ function ho(e, n, t) {
7689
7685
  return u.map((m) => {
7690
7686
  if (!m.isToken) return m.value;
7691
7687
  const T = m.value;
7692
- (mo(T) || po(T)) && $n(T, n, String(e));
7693
- const y = pa[T[0]];
7688
+ (po(T) || fo(T)) && $n(T, n, String(e));
7689
+ const y = fa[T[0]];
7694
7690
  return y(l, T, o.localize, c);
7695
7691
  }).join("");
7696
7692
  }
@@ -7719,7 +7715,7 @@ function Ku(e, n) {
7719
7715
  ), t;
7720
7716
  }
7721
7717
  const Ju = 10;
7722
- class yo {
7718
+ class ho {
7723
7719
  constructor() {
7724
7720
  V(this, "subPriority", 0);
7725
7721
  }
@@ -7727,7 +7723,7 @@ class yo {
7727
7723
  return !0;
7728
7724
  }
7729
7725
  }
7730
- class Zu extends yo {
7726
+ class Zu extends ho {
7731
7727
  constructor(n, t, a, o, i) {
7732
7728
  super(), this.value = n, this.validateValue = t, this.setValue = a, this.priority = o, i && (this.subPriority = i);
7733
7729
  }
@@ -7738,7 +7734,7 @@ class Zu extends yo {
7738
7734
  return this.setValue(n, t, this.value, a);
7739
7735
  }
7740
7736
  }
7741
- class ec extends yo {
7737
+ class ec extends ho {
7742
7738
  constructor() {
7743
7739
  super(...arguments);
7744
7740
  V(this, "priority", Ju);
@@ -7862,7 +7858,7 @@ function bt(e, n) {
7862
7858
  rest: n.slice(t[0].length)
7863
7859
  };
7864
7860
  }
7865
- function vo(e) {
7861
+ function yo(e) {
7866
7862
  return We(ze.anyDigitsSigned, e);
7867
7863
  }
7868
7864
  function Ae(e, n) {
@@ -7910,7 +7906,7 @@ function Kn(e) {
7910
7906
  return 0;
7911
7907
  }
7912
7908
  }
7913
- function go(e, n) {
7909
+ function vo(e, n) {
7914
7910
  const t = n > 0, a = t ? n : 1 - n;
7915
7911
  let o;
7916
7912
  if (a <= 50)
@@ -7921,7 +7917,7 @@ function go(e, n) {
7921
7917
  }
7922
7918
  return t ? o : 1 - o;
7923
7919
  }
7924
- function bo(e) {
7920
+ function go(e) {
7925
7921
  return e % 400 === 0 || e % 4 === 0 && e % 100 !== 0;
7926
7922
  }
7927
7923
  class nc extends Oe {
@@ -7955,7 +7951,7 @@ class nc extends Oe {
7955
7951
  set(t, a, o) {
7956
7952
  const i = t.getFullYear();
7957
7953
  if (o.isTwoDigitYear) {
7958
- const l = go(
7954
+ const l = vo(
7959
7955
  o.year,
7960
7956
  i
7961
7957
  );
@@ -8010,7 +8006,7 @@ class ac extends Oe {
8010
8006
  set(t, a, o, i) {
8011
8007
  const r = Qn(t, i);
8012
8008
  if (o.isTwoDigitYear) {
8013
- const u = go(
8009
+ const u = vo(
8014
8010
  o.year,
8015
8011
  r
8016
8012
  );
@@ -8316,7 +8312,7 @@ class uc extends Oe {
8316
8312
  }
8317
8313
  }
8318
8314
  function cc(e, n, t) {
8319
- const a = Qe(e), o = co(a, t) - n;
8315
+ const a = Qe(e), o = uo(a, t) - n;
8320
8316
  return a.setDate(a.getDate() - o * 7), a;
8321
8317
  }
8322
8318
  class dc extends Oe {
@@ -8357,7 +8353,7 @@ class dc extends Oe {
8357
8353
  }
8358
8354
  }
8359
8355
  function fc(e, n) {
8360
- const t = Qe(e), a = uo(t) - n;
8356
+ const t = Qe(e), a = so(t) - n;
8361
8357
  return t.setDate(t.getDate() - a * 7), t;
8362
8358
  }
8363
8359
  class pc extends Oe {
@@ -8443,7 +8439,7 @@ class yc extends Oe {
8443
8439
  }
8444
8440
  }
8445
8441
  validate(t, a) {
8446
- const o = t.getFullYear(), i = bo(o), r = t.getMonth();
8442
+ const o = t.getFullYear(), i = go(o), r = t.getMonth();
8447
8443
  return i ? a >= 1 && a <= hc[r] : a >= 1 && a <= mc[r];
8448
8444
  }
8449
8445
  set(t, a, o) {
@@ -8486,7 +8482,7 @@ class vc extends Oe {
8486
8482
  }
8487
8483
  validate(t, a) {
8488
8484
  const o = t.getFullYear();
8489
- return bo(o) ? a >= 1 && a <= 366 : a >= 1 && a <= 365;
8485
+ return go(o) ? a >= 1 && a <= 366 : a >= 1 && a <= 365;
8490
8486
  }
8491
8487
  set(t, a, o) {
8492
8488
  return t.setMonth(0, o), t.setHours(0, 0, 0, 0), t;
@@ -8495,7 +8491,7 @@ class vc extends Oe {
8495
8491
  function Jn(e, n, t) {
8496
8492
  var s, d, p, m;
8497
8493
  const a = Zt(), o = (t == null ? void 0 : t.weekStartsOn) ?? ((d = (s = t == null ? void 0 : t.locale) == null ? void 0 : s.options) == null ? void 0 : d.weekStartsOn) ?? a.weekStartsOn ?? ((m = (p = a.locale) == null ? void 0 : p.options) == null ? void 0 : m.weekStartsOn) ?? 0, i = Qe(e), r = i.getDay(), u = (n % 7 + 7) % 7, c = 7 - o, f = n < 0 || n > 6 ? n - (r + c) % 7 : (u + c) % 7 - (r + c) % 7;
8498
- return io(i, f);
8494
+ return oo(i, f);
8499
8495
  }
8500
8496
  class gc extends Oe {
8501
8497
  constructor() {
@@ -8666,7 +8662,7 @@ class wc extends Oe {
8666
8662
  }
8667
8663
  function Cc(e, n) {
8668
8664
  const t = Qe(e), a = Qu(t), o = n - a;
8669
- return io(t, o);
8665
+ return oo(t, o);
8670
8666
  }
8671
8667
  class xc extends Oe {
8672
8668
  constructor() {
@@ -9116,7 +9112,7 @@ class Vc extends Oe {
9116
9112
  V(this, "incompatibleTokens", "*");
9117
9113
  }
9118
9114
  parse(t) {
9119
- return vo(t);
9115
+ return yo(t);
9120
9116
  }
9121
9117
  set(t, a, o) {
9122
9118
  return [He(t, o * 1e3), { timestampIsSet: !0 }];
@@ -9129,7 +9125,7 @@ class Nc extends Oe {
9129
9125
  V(this, "incompatibleTokens", "*");
9130
9126
  }
9131
9127
  parse(t) {
9132
- return vo(t);
9128
+ return yo(t);
9133
9129
  }
9134
9130
  set(t, a, o) {
9135
9131
  return [He(t, o), { timestampIsSet: !0 }];
@@ -9168,9 +9164,9 @@ const Rc = {
9168
9164
  t: new Vc(),
9169
9165
  T: new Nc()
9170
9166
  }, jc = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Lc = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, $c = /^'([^]*?)'?$/, Wc = /''/g, Hc = /\S/, Ac = /[a-zA-Z]/;
9171
- function wo(e, n, t, a) {
9167
+ function bo(e, n, t, a) {
9172
9168
  var T, y, h, C;
9173
- const o = Xu(), i = o.locale ?? so, r = o.firstWeekContainsDate ?? ((y = (T = o.locale) == null ? void 0 : T.options) == null ? void 0 : y.firstWeekContainsDate) ?? 1, l = o.weekStartsOn ?? ((C = (h = o.locale) == null ? void 0 : h.options) == null ? void 0 : C.weekStartsOn) ?? 0;
9169
+ const o = Xu(), i = o.locale ?? lo, r = o.firstWeekContainsDate ?? ((y = (T = o.locale) == null ? void 0 : T.options) == null ? void 0 : y.firstWeekContainsDate) ?? 1, l = o.weekStartsOn ?? ((C = (h = o.locale) == null ? void 0 : h.options) == null ? void 0 : C.weekStartsOn) ?? 0;
9174
9170
  if (n === "")
9175
9171
  return e === "" ? Qe(t) : He(t, NaN);
9176
9172
  const u = {
@@ -9186,7 +9182,7 @@ function wo(e, n, t, a) {
9186
9182
  return g;
9187
9183
  }).join("").match(jc), s = [];
9188
9184
  for (let g of f) {
9189
- mo(g) && $n(g, n, e), po(g) && $n(g, n, e);
9185
+ po(g) && $n(g, n, e), fo(g) && $n(g, n, e);
9190
9186
  const S = g[0], w = Rc[S];
9191
9187
  if (w) {
9192
9188
  const { incompatibleTokens: b } = w;
@@ -9243,7 +9239,7 @@ function wo(e, n, t, a) {
9243
9239
  function zc(e) {
9244
9240
  return e.match($c)[1].replace(Wc, "'");
9245
9241
  }
9246
- class Co {
9242
+ class wo {
9247
9243
  constructor(n = { value: "", displayFormat: "", valueFormat: "" }) {
9248
9244
  V(this, "editorType", "date-picker");
9249
9245
  V(this, "value");
@@ -9260,8 +9256,8 @@ class Co {
9260
9256
  }
9261
9257
  getDisplayText() {
9262
9258
  if (typeof this.value == "string" && this.value) {
9263
- const n = wo(this.value, this.valueFormat, /* @__PURE__ */ new Date());
9264
- return ho(n, this.displayFormat);
9259
+ const n = bo(this.value, this.valueFormat, /* @__PURE__ */ new Date());
9260
+ return mo(n, this.displayFormat);
9265
9261
  }
9266
9262
  return this.getValue();
9267
9263
  }
@@ -9296,7 +9292,7 @@ class bn {
9296
9292
  return !this.begin || !this.end;
9297
9293
  }
9298
9294
  }
9299
- class xo {
9295
+ class Co {
9300
9296
  constructor(n = { value: "", displayFormat: "", valueFormat: "" }) {
9301
9297
  V(this, "editorType", "datetime-picker");
9302
9298
  V(this, "value");
@@ -9313,8 +9309,8 @@ class xo {
9313
9309
  }
9314
9310
  getDisplayText() {
9315
9311
  if (typeof this.value == "string" && this.value) {
9316
- const n = wo(this.value, this.valueFormat, /* @__PURE__ */ new Date());
9317
- return ho(n, this.displayFormat);
9312
+ const n = bo(this.value, this.valueFormat, /* @__PURE__ */ new Date());
9313
+ return mo(n, this.displayFormat);
9318
9314
  }
9319
9315
  return this.getValue();
9320
9316
  }
@@ -9325,7 +9321,7 @@ class xo {
9325
9321
  return !this.value;
9326
9322
  }
9327
9323
  }
9328
- class ko {
9324
+ class xo {
9329
9325
  constructor(n = { value: "", valueList: [] }) {
9330
9326
  V(this, "editorType", "combo-list");
9331
9327
  V(this, "value");
@@ -9410,7 +9406,7 @@ class qc {
9410
9406
  return !this.displayText && !this.value.length;
9411
9407
  }
9412
9408
  }
9413
- class Fo {
9409
+ class ko {
9414
9410
  constructor(n = { mapFields: [], value: "", valueField: "", isInputText: !1, helpId: "" }) {
9415
9411
  V(this, "editorType", "lookup");
9416
9412
  V(this, "helpId");
@@ -9438,7 +9434,7 @@ class Fo {
9438
9434
  return !this.mapFields.length;
9439
9435
  }
9440
9436
  }
9441
- class So {
9437
+ class Fo {
9442
9438
  constructor(n = { value: "" }) {
9443
9439
  V(this, "editorType", "month-picker");
9444
9440
  V(this, "value");
@@ -9461,7 +9457,7 @@ class So {
9461
9457
  return !this.value;
9462
9458
  }
9463
9459
  }
9464
- class To {
9460
+ class So {
9465
9461
  constructor(n = { begin: "", end: "" }) {
9466
9462
  V(this, "editorType", "month-range");
9467
9463
  V(this, "begin");
@@ -9485,7 +9481,7 @@ class To {
9485
9481
  return !this.begin || !this.end;
9486
9482
  }
9487
9483
  }
9488
- class Mo {
9484
+ class To {
9489
9485
  constructor(n = { begin: null, end: null }) {
9490
9486
  V(this, "editorType", "number-range");
9491
9487
  V(this, "begin");
@@ -9512,7 +9508,7 @@ class Mo {
9512
9508
  return this.begin == null && this.end == null;
9513
9509
  }
9514
9510
  }
9515
- class Eo {
9511
+ class Mo {
9516
9512
  constructor(n = { value: "" }) {
9517
9513
  V(this, "editorType", "number-spinner");
9518
9514
  V(this, "value");
@@ -9536,7 +9532,7 @@ class Eo {
9536
9532
  return this.value == null || isNaN(this.value);
9537
9533
  }
9538
9534
  }
9539
- class Oo {
9535
+ class Eo {
9540
9536
  constructor(n = { value: null, valueList: [] }) {
9541
9537
  V(this, "editorType", "radio-group");
9542
9538
  V(this, "value");
@@ -9584,45 +9580,45 @@ class wn {
9584
9580
  return !this.value;
9585
9581
  }
9586
9582
  }
9587
- function _o() {
9583
+ function Oo() {
9588
9584
  function e(n, t) {
9589
9585
  switch (n) {
9590
9586
  case "check-box":
9591
- return new ao(t);
9587
+ return new no(t);
9592
9588
  case "combo-list":
9593
- return new ko(t);
9589
+ return new xo(t);
9594
9590
  case "combo-lookup":
9595
- return new oo(t);
9591
+ return new ao(t);
9596
9592
  case "input-group":
9597
9593
  return new qc(t);
9598
9594
  case "date-picker":
9599
- return new Co(t);
9595
+ return new wo(t);
9600
9596
  case "date-range":
9601
9597
  return new bn(t);
9602
9598
  case "datetime-picker":
9603
- return new xo(t);
9599
+ return new Co(t);
9604
9600
  case "datetime-range":
9605
9601
  return new bn(t);
9606
9602
  case "lookup":
9607
- return new Fo(t);
9603
+ return new ko(t);
9608
9604
  case "month-picker":
9609
- return new So(t);
9605
+ return new Fo(t);
9610
9606
  case "month-range":
9611
- return new To(t);
9607
+ return new So(t);
9612
9608
  case "number-range":
9613
- return new Mo(t);
9609
+ return new To(t);
9614
9610
  case "number-spinner":
9615
- return new Eo(t);
9611
+ return new Mo(t);
9616
9612
  case "radio-group":
9617
- return new Oo(t);
9613
+ return new Eo(t);
9618
9614
  default:
9619
9615
  return new wn(t);
9620
9616
  }
9621
9617
  }
9622
9618
  return { createConditionValue: e };
9623
9619
  }
9624
- function Do(e, n) {
9625
- const t = k(e.fields), a = k([]), o = /* @__PURE__ */ new Map(), { createConditionValue: i } = _o();
9620
+ function _o(e, n) {
9621
+ const t = k(e.fields), a = k([]), o = /* @__PURE__ */ new Map(), { createConditionValue: i } = Oo();
9626
9622
  function r(f) {
9627
9623
  switch (f.editor ? f.editor.type : "input-group") {
9628
9624
  case "date-range":
@@ -9684,14 +9680,14 @@ function Gc(e, n, t) {
9684
9680
  resizeObserver: a
9685
9681
  };
9686
9682
  }
9687
- const va = /* @__PURE__ */ Te({
9683
+ const ya = /* @__PURE__ */ Te({
9688
9684
  name: "FConditionFields",
9689
- props: no,
9685
+ props: to,
9690
9686
  emits: ["valueChange", "blur", "focus", "click", "input"],
9691
9687
  setup(e, n) {
9692
9688
  const t = k(), a = k(e.key);
9693
9689
  k(e.isControlInline);
9694
- const o = k(e.conditions), i = Do(e), {
9690
+ const o = k(e.conditions), i = _o(e), {
9695
9691
  initialConditionValue: r,
9696
9692
  fieldMap: l,
9697
9693
  loadFieldConfigs: u
@@ -9752,7 +9748,7 @@ const va = /* @__PURE__ */ Te({
9752
9748
  class: d.value,
9753
9749
  key: a.value,
9754
9750
  ref: t
9755
- }, [T()]), [[oi("area-response")]]);
9751
+ }, [T()]), [[ai("area-response")]]);
9756
9752
  }
9757
9753
  }), Zn = /* @__PURE__ */ new Map([
9758
9754
  ["appearance", Jt]
@@ -10021,7 +10017,7 @@ const ld = "https://json-schema.org/draft/2020-12/schema", sd = "https://farris-
10021
10017
  "id",
10022
10018
  "type",
10023
10019
  "editor"
10024
- ], Io = {
10020
+ ], Do = {
10025
10021
  $schema: ld,
10026
10022
  $id: sd,
10027
10023
  title: ud,
@@ -10029,7 +10025,7 @@ const ld = "https://json-schema.org/draft/2020-12/schema", sd = "https://farris-
10029
10025
  type: dd,
10030
10026
  properties: fd,
10031
10027
  required: pd
10032
- }, Po = {
10028
+ }, Io = {
10033
10029
  id: { type: String, default: "" },
10034
10030
  customClass: { type: String, default: "" },
10035
10031
  customStyle: { type: String, default: "" },
@@ -10047,8 +10043,8 @@ const ld = "https://json-schema.org/draft/2020-12/schema", sd = "https://farris-
10047
10043
  errors: { type: Object, default: null }
10048
10044
  };
10049
10045
  dt(
10050
- Po,
10051
10046
  Io,
10047
+ Do,
10052
10048
  Zn,
10053
10049
  void 0
10054
10050
  );
@@ -10099,7 +10095,7 @@ function ea(e, n, t) {
10099
10095
  }
10100
10096
  function y(M, O) {
10101
10097
  const { componentType: E } = M;
10102
- let x = Aa(E, M, O);
10098
+ let x = Ha(E, M, O);
10103
10099
  t && t.onResolveNewComponentSchema && (x = t.onResolveNewComponentSchema(M, x));
10104
10100
  const I = E.toLowerCase().replace(/-/g, "_");
10105
10101
  return x && !x.id && x.type === E && (x.id = `${I}_${Math.random().toString().slice(2, 6)}`), x;
@@ -10218,9 +10214,9 @@ const hd = {
10218
10214
  }, [a.value])]);
10219
10215
  }
10220
10216
  }), le = {}, se = {}, ue = {}, ce = {};
10221
- let ga = !1;
10217
+ let va = !1;
10222
10218
  function vd() {
10223
- ga || (ga = !0, lr.register(le, se, ue, ce), rr.register(le, se, ue, ce), Ia.register(le, se, ue, ce), sr.register(le, se, ue, ce), ur.register(le, se, ue, ce), cr.register(le, se, ue, ce), ca.register(le, se, ue, ce), da.register(le, se, ue, ce), ca.register(le, se, ue, ce), da.register(le, se, ue, ce), Rn.register(le, se, ue, ce), dr.register(le, se, ue, ce), fr.register(le, se, ue, ce), mr.register(le, se, ue, ce), pr.register(le, se, ue, ce), hr.register(le, se, ue, ce), yr.register(le, se, ue, ce), vr.register(le, se, ue, ce), nr.register(le, se, ue, ce), gr.register(le, se, ue, ce), il.register(le, se, ue, ce), Ji.register(le, se, ue, ce), br.register(le, se, ue, ce), Jr.register(le, se, ue, ce), Cr.register(le, se, ue, ce), xr.register(le, se, ue, ce), kr.register(le, se, ue, ce), Oa.register(le, se, ue, ce), Fr.register(le, se, ue, ce), Sr.register(le, se, ue, ce), Tr.register(le, se, ue, ce), Mr.register(le, se, ue, ce), Er.register(le, se, ue, ce), Or.register(le, se, ue, ce), Qi.register(le, se, ue, ce), _r.register(le, se, ue, ce), Dr.register(le, se, ue, ce), Zi.register(le, se, ue, ce), Ir.register(le, se, ue, ce), Pr.register(le, se, ue, ce), Br.register(le, se, ue, ce), Vr.register(le, se, ue, ce), Rr.register(le, se, ue, ce), jr.register(le, se, ue, ce), Nr.register(le, se, ue, ce), Qr.register(le, se, ue), tr.register(le, se, ue, ce), Lr.register(le, se, ue, ce), $r.register(le, se, ue, ce), Wr.register(le, se, ue, ce), Hr.register(le, se, ue, ce), Ar.register(le, se, ue, ce), el.register(le, se, ue, ce), Xi.register(le, se, ue, ce), Ea.register(le, se, ue, ce), zr.register(le, se, ue, ce), qr.register(le, se, ue, ce), Ui.register(le, se, ue, ce), qn.register(le, se, ue, ce), Yr.register(le, se, ue, ce), Gr.register(le, se, ue, ce), Ur.register(le, se, ue, ce), Xr.register(le, se, ue, ce), Kr.register(le, se, ue, ce), wr.register(le, se, ue, ce), Va.register(le, se, ue, ce), Zr.register(le, se, ue, ce), tl.register(le, se, ue, ce), nl.register(le, se, ue, ce), al.register(le, se, ue, ce), ol.register(le, se, ue, ce), rl.register(le, se, ue, ce), ll.register(le, se, ue, ce));
10219
+ va || (va = !0, lr.register(le, se, ue, ce), rr.register(le, se, ue, ce), Da.register(le, se, ue, ce), sr.register(le, se, ue, ce), ur.register(le, se, ue, ce), cr.register(le, se, ue, ce), ua.register(le, se, ue, ce), ca.register(le, se, ue, ce), ua.register(le, se, ue, ce), ca.register(le, se, ue, ce), Rn.register(le, se, ue, ce), dr.register(le, se, ue, ce), fr.register(le, se, ue, ce), mr.register(le, se, ue, ce), pr.register(le, se, ue, ce), hr.register(le, se, ue, ce), yr.register(le, se, ue, ce), vr.register(le, se, ue, ce), nr.register(le, se, ue, ce), gr.register(le, se, ue, ce), il.register(le, se, ue, ce), Ki.register(le, se, ue, ce), br.register(le, se, ue, ce), Jr.register(le, se, ue, ce), Cr.register(le, se, ue, ce), xr.register(le, se, ue, ce), kr.register(le, se, ue, ce), Ea.register(le, se, ue, ce), Fr.register(le, se, ue, ce), Sr.register(le, se, ue, ce), Tr.register(le, se, ue, ce), Mr.register(le, se, ue, ce), Er.register(le, se, ue, ce), Or.register(le, se, ue, ce), Xi.register(le, se, ue, ce), _r.register(le, se, ue, ce), Dr.register(le, se, ue, ce), Zi.register(le, se, ue, ce), Ir.register(le, se, ue, ce), Pr.register(le, se, ue, ce), Br.register(le, se, ue, ce), Vr.register(le, se, ue, ce), Rr.register(le, se, ue, ce), jr.register(le, se, ue, ce), Nr.register(le, se, ue, ce), Qr.register(le, se, ue), tr.register(le, se, ue, ce), Lr.register(le, se, ue, ce), $r.register(le, se, ue, ce), Wr.register(le, se, ue, ce), Hr.register(le, se, ue, ce), Ar.register(le, se, ue, ce), el.register(le, se, ue, ce), Ui.register(le, se, ue, ce), Ma.register(le, se, ue, ce), zr.register(le, se, ue, ce), qr.register(le, se, ue, ce), Yi.register(le, se, ue, ce), qn.register(le, se, ue, ce), Yr.register(le, se, ue, ce), Gr.register(le, se, ue, ce), Ur.register(le, se, ue, ce), Xr.register(le, se, ue, ce), Kr.register(le, se, ue, ce), wr.register(le, se, ue, ce), Ba.register(le, se, ue, ce), Zr.register(le, se, ue, ce), tl.register(le, se, ue, ce), nl.register(le, se, ue, ce), al.register(le, se, ue, ce), ol.register(le, se, ue, ce), rl.register(le, se, ue, ce), ll.register(le, se, ue, ce));
10224
10220
  }
10225
10221
  function gd() {
10226
10222
  vd();
@@ -10370,7 +10366,7 @@ const bd = {
10370
10366
  }
10371
10367
  }), Cd = /* @__PURE__ */ Te({
10372
10368
  name: "FDynamicFormGroup",
10373
- props: Po,
10369
+ props: Io,
10374
10370
  emits: ["change", "update:modelValue"],
10375
10371
  setup(e, n) {
10376
10372
  var b;
@@ -10451,7 +10447,7 @@ const bd = {
10451
10447
  };
10452
10448
  dt(
10453
10449
  Fd,
10454
- Io,
10450
+ Do,
10455
10451
  Zn,
10456
10452
  void 0
10457
10453
  );
@@ -10758,7 +10754,7 @@ class vt {
10758
10754
  }), a = !1, o = t.type === "error" || t.type === "prompt", i = t.type === "error" ? "错误提示" : t.type === "prompt" && t.title || "", r = t.acceptCallback || (() => {
10759
10755
  }), l = t.rejectCallback || (() => {
10760
10756
  });
10761
- let u = null, c = new ja(u);
10757
+ let u = null, c = new Ra(u);
10762
10758
  const f = () => {
10763
10759
  u && (u == null || u.destroy(), c = null);
10764
10760
  };
@@ -10917,7 +10913,7 @@ function Qd(e, n, t) {
10917
10913
  }
10918
10914
  return { getCompareOperators: o };
10919
10915
  }
10920
- function Bo() {
10916
+ function Po() {
10921
10917
  const e = k({ relation: 0, items: [], children: [], path: [], groupId: 0, level: 0 }), n = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
10922
10918
  let a = 0;
10923
10919
  function o() {
@@ -11132,15 +11128,15 @@ function Kd(e, n, t) {
11132
11128
  }
11133
11129
  const _n = /* @__PURE__ */ Te({
11134
11130
  name: "FConditionList",
11135
- props: no,
11131
+ props: to,
11136
11132
  emits: ["valueChange", "labelCodeChange", "compareTypeChange"],
11137
11133
  setup(e, n) {
11138
- const t = k(e.key), a = k(e.conditions), o = Do(e), {
11134
+ const t = k(e.key), a = k(e.conditions), o = _o(e), {
11139
11135
  convertToSingleControl: i,
11140
11136
  fields: r,
11141
11137
  fieldMap: l,
11142
11138
  loadFieldConfigs: u
11143
- } = o, c = Bo(), {
11139
+ } = o, c = Po(), {
11144
11140
  addCondition: f,
11145
11141
  changeGroupRelation: s,
11146
11142
  getConditions: d,
@@ -11153,7 +11149,7 @@ const _n = /* @__PURE__ */ Te({
11153
11149
  unGroup: g
11154
11150
  } = c, {
11155
11151
  createConditionValue: S
11156
- } = _o(), w = Kd(e, n, c), {
11152
+ } = Oo(), w = Kd(e, n, c), {
11157
11153
  selectedItems: b,
11158
11154
  toggleSelect: v
11159
11155
  } = w, {
@@ -11297,7 +11293,7 @@ const _n = /* @__PURE__ */ Te({
11297
11293
  }
11298
11294
  });
11299
11295
  _n.install = (e) => {
11300
- e.component(va.name, va).component(_n.name, _n);
11296
+ e.component(ya.name, ya).component(_n.name, _n);
11301
11297
  };
11302
11298
  const Jd = [
11303
11299
  "equal",
@@ -11431,37 +11427,37 @@ const Jd = [
11431
11427
  ["text", Zd]
11432
11428
  ]);
11433
11429
  function rf() {
11434
- const e = k([]), n = /* @__PURE__ */ new Map(), { loadConditionGroup: t } = Bo();
11430
+ const e = k([]), n = /* @__PURE__ */ new Map(), { loadConditionGroup: t } = Po();
11435
11431
  function a(y, h) {
11436
11432
  switch (y) {
11437
11433
  case "check-box":
11438
- return new ao({ value: h });
11434
+ return new no({ value: h });
11439
11435
  case "combo-list":
11440
- return new ko({ value: h });
11436
+ return new xo({ value: h });
11441
11437
  case "combo-lookup":
11442
- return new oo({ value: h });
11438
+ return new ao({ value: h });
11443
11439
  case "input-group":
11444
11440
  return new wn({ value: h });
11445
11441
  case "date-picker":
11446
- return new Co({ value: h });
11442
+ return new wo({ value: h });
11447
11443
  case "date-range":
11448
11444
  return new bn({ value: h });
11449
11445
  case "datetime-picker":
11450
- return new xo({ value: h });
11446
+ return new Co({ value: h });
11451
11447
  case "datetime-range":
11452
11448
  return new bn({ value: h });
11453
11449
  case "lookup":
11454
- return new Fo({ value: h });
11450
+ return new ko({ value: h });
11455
11451
  case "month-picker":
11456
- return new So({ value: h });
11452
+ return new Fo({ value: h });
11457
11453
  case "month-range":
11458
- return new To({ value: h });
11454
+ return new So({ value: h });
11459
11455
  case "number-range":
11460
- return new Mo({ value: h });
11456
+ return new To({ value: h });
11461
11457
  case "number-spinner":
11462
- return new Eo({ value: h });
11458
+ return new Mo({ value: h });
11463
11459
  case "radio-group":
11464
- return new Oo({ value: h });
11460
+ return new Eo({ value: h });
11465
11461
  default:
11466
11462
  return new wn({ value: h });
11467
11463
  }
@@ -11554,69 +11550,69 @@ function sf(e, n, t, a, o, i, r, l, u) {
11554
11550
  const oe = f.value;
11555
11551
  if (oe.length <= 0)
11556
11552
  return 0;
11557
- const pe = d.value < oe.length ? oe[d.value] : oe[oe.length - 1];
11558
- return pe.__fv_data_position__ > oe.length * h ? oe.length * h : (pe.__fv_data_position__ || 0) + (pe.__fv_data_height__ || 0) + Math.max(oe.length - 1 - d.value, 0) * h;
11553
+ const fe = d.value < oe.length ? oe[d.value] : oe[oe.length - 1];
11554
+ return fe.__fv_data_position__ > oe.length * h ? oe.length * h : (fe.__fv_data_position__ || 0) + (fe.__fv_data_height__ || 0) + Math.max(oe.length - 1 - d.value, 0) * h;
11559
11555
  }
11560
11556
  const _ = B(() => {
11561
11557
  const oe = D();
11562
11558
  f.value;
11563
- let pe = v.value / Math.max(oe, v.value), ge = Math.floor(pe * v.value);
11559
+ let fe = v.value / Math.max(oe, v.value), ge = Math.floor(fe * v.value);
11564
11560
  for (; v.value > 0 && ge < E; )
11565
- pe *= x, ge = Math.floor(pe * v.value);
11561
+ fe *= x, ge = Math.floor(fe * v.value);
11566
11562
  return ge;
11567
11563
  }), P = B(() => Math.floor(M.value / Math.max(m.value, M.value) * b.value)), z = 0, H = 0, L = B(() => b.value - (T.value + m.value + y.value + l.value));
11568
11564
  function N(oe) {
11569
11565
  const ge = Math.floor(oe / h) + 1, Ve = f.value;
11570
11566
  return Ve.length > ge ? Ve[ge].__fv_visible_index__ - 1 : 0;
11571
11567
  }
11572
- function Q(oe, pe, ge) {
11573
- let Ve = oe, Ue = pe;
11574
- const tt = pe - oe + 1;
11568
+ function Q(oe, fe, ge) {
11569
+ let Ve = oe, Ue = fe;
11570
+ const tt = fe - oe + 1;
11575
11571
  if (tt < r + i.value + r) {
11576
- const U = r + i.value + r - tt, me = pe + U <= ge, xe = 0 + U <= oe;
11577
- if (me)
11572
+ const U = r + i.value + r - tt, pe = fe + U <= ge, xe = 0 + U <= oe;
11573
+ if (pe)
11578
11574
  Ue += U, w = Ue;
11579
11575
  else if (xe)
11580
11576
  Ve -= U, S = Ve;
11581
11577
  else {
11582
- const _e = ge - pe, $ = U - _e;
11583
- Ue = Math.min(pe + _e, ge), Ve = Math.max(oe - $, 0);
11578
+ const _e = ge - fe, $ = U - _e;
11579
+ Ue = Math.min(fe + _e, ge), Ve = Math.max(oe - $, 0);
11584
11580
  }
11585
11581
  }
11586
11582
  return { actualStart: Ve, actualEnd: Ue };
11587
11583
  }
11588
11584
  function j(oe) {
11589
11585
  var _e, $;
11590
- const pe = f.value;
11591
- if (!pe.length) {
11586
+ const fe = f.value;
11587
+ if (!fe.length) {
11592
11588
  t.value = [];
11593
11589
  return;
11594
11590
  }
11595
- const ge = (_e = e.pagination) != null && _e.enable ? 0 : Math.max(S - r, 0), Ve = pe[pe.length - 1].__fv_visible_index__, Ue = ($ = e.pagination) != null && $.enable ? pe.length - 1 : Math.min(w + r, Ve), { actualStart: tt, actualEnd: U } = Q(ge, Ue, Ve), me = pe[tt - 1], xe = s(tt, U, me, oe);
11591
+ const ge = (_e = e.pagination) != null && _e.enable ? 0 : Math.max(S - r, 0), Ve = fe[fe.length - 1].__fv_visible_index__, Ue = ($ = e.pagination) != null && $.enable ? fe.length - 1 : Math.min(w + r, Ve), { actualStart: tt, actualEnd: U } = Q(ge, Ue, Ve), pe = fe[tt - 1], xe = s(tt, U, pe, oe);
11596
11592
  xe.length && (t.value = [...xe]);
11597
11593
  }
11598
11594
  const R = B(() => D() > v.value), X = B(() => Math.floor(m.value) > M.value);
11599
- function A(oe, pe) {
11595
+ function A(oe, fe) {
11600
11596
  let ge = oe;
11601
11597
  const Ve = ge > z, Ue = R.value;
11602
- Ue && ge < v.value - pe && (ge = v.value - pe), (!Ue || Ve) && (ge = z), C.value !== ge && (C.value = ge);
11598
+ Ue && ge < v.value - fe && (ge = v.value - fe), (!Ue || Ve) && (ge = z), C.value !== ge && (C.value = ge);
11603
11599
  }
11604
11600
  function W() {
11605
11601
  O.value && (S = N(Math.abs(C.value)), w = S + i.value - 1, (S < p.value || w > d.value - r / 2) && j());
11606
11602
  }
11607
11603
  function G(oe) {
11608
- let pe = C.value + oe;
11609
- pe > z && (pe = z);
11604
+ let fe = C.value + oe;
11605
+ fe > z && (fe = z);
11610
11606
  const ge = D();
11611
- A(pe, ge), W();
11607
+ A(fe, ge), W();
11612
11608
  }
11613
11609
  function K(oe) {
11614
11610
  if (!X.value) {
11615
11611
  g.value = 0;
11616
11612
  return;
11617
11613
  }
11618
- let pe = g.value + oe;
11619
- pe > H && (pe = H), pe < L.value && (pe = L.value), g.value !== pe && (g.value = pe);
11614
+ let fe = g.value + oe;
11615
+ fe > H && (fe = H), fe < L.value && (fe = L.value), g.value !== fe && (g.value = fe);
11620
11616
  }
11621
11617
  function ie() {
11622
11618
  Math.abs(g.value) + M.value > m.value && (g.value = Math.min(M.value - m.value, 0));
@@ -11624,25 +11620,25 @@ function sf(e, n, t, a, o, i, r, l, u) {
11624
11620
  function Z() {
11625
11621
  C.value = 0, S = 0, w = i.value - 1, j();
11626
11622
  }
11627
- function fe() {
11623
+ function me() {
11628
11624
  const oe = D();
11629
11625
  A(C.value, oe);
11630
11626
  }
11631
11627
  ye([M, m], () => {
11632
11628
  K(0);
11633
- }), ye(v, (oe, pe) => {
11634
- oe !== pe && oe >= c.value.length * h && G(0);
11629
+ }), ye(v, (oe, fe) => {
11630
+ oe !== fe && oe >= c.value.length * h && G(0);
11635
11631
  });
11636
11632
  function ve(oe) {
11637
- let { deltaX: pe } = oe, ge = -1 * oe.deltaY;
11638
- return typeof pe > "u" && (pe = -1 * oe.wheelDeltaX / 6), typeof ge > "u" && (ge = oe.wheelDeltaY / 6), oe.deltaMode && oe.deltaMode === 1 && (pe *= 10, ge *= 10), oe.shiftKey ? { deltaY: -ge, deltaX: -pe } : { deltaX: pe, deltaY: ge };
11633
+ let { deltaX: fe } = oe, ge = -1 * oe.deltaY;
11634
+ return typeof fe > "u" && (fe = -1 * oe.wheelDeltaX / 6), typeof ge > "u" && (ge = oe.wheelDeltaY / 6), oe.deltaMode && oe.deltaMode === 1 && (fe *= 10, ge *= 10), oe.shiftKey ? { deltaY: -ge, deltaX: -fe } : { deltaX: fe, deltaY: ge };
11639
11635
  }
11640
11636
  function Fe(oe) {
11641
11637
  if (e.disabled || !R.value || oe.target.tagName === "TEXTAREA")
11642
11638
  return;
11643
11639
  oe.preventDefault(), oe.stopPropagation();
11644
- const { deltaX: pe, deltaY: ge } = ve(oe);
11645
- G(ge), K(pe);
11640
+ const { deltaX: fe, deltaY: ge } = ve(oe);
11641
+ G(ge), K(fe);
11646
11642
  }
11647
11643
  const Be = B(() => ({
11648
11644
  height: `${c.value.length * h}px`,
@@ -11660,7 +11656,7 @@ function sf(e, n, t, a, o, i, r, l, u) {
11660
11656
  height: `${c.value.length * h}px`,
11661
11657
  width: `${y.value}px`,
11662
11658
  transform: `translateY(${C.value}px)`
11663
- })), te = B(() => ({
11659
+ })), ae = B(() => ({
11664
11660
  transform: `translateY(${C.value}px)`
11665
11661
  })), we = B(() => ({
11666
11662
  height: `${c.value.length * h}px`,
@@ -11686,18 +11682,18 @@ function sf(e, n, t, a, o, i, r, l, u) {
11686
11682
  })), Ie = k(!1), Ge = k(-1), Re = k(-1), ft = k();
11687
11683
  function xt(oe) {
11688
11684
  if (Ie.value && Re.value !== -1) {
11689
- const pe = Re.value - oe.pageX, ge = b.value - P.value;
11690
- if (Math.abs(pe) <= ge) {
11691
- const Ve = pe / (M.value - P.value) * (m.value - M.value);
11685
+ const fe = Re.value - oe.pageX, ge = b.value - P.value;
11686
+ if (Math.abs(fe) <= ge) {
11687
+ const Ve = fe / (M.value - P.value) * (m.value - M.value);
11692
11688
  K(Ve), Re.value = oe.pageX;
11693
11689
  }
11694
11690
  }
11695
11691
  }
11696
11692
  function Ot(oe) {
11697
11693
  if (Ie.value && Ge.value !== -1) {
11698
- const pe = Ge.value - oe.pageY, ge = D(), Ve = ge - _.value;
11699
- if (Math.abs(pe) <= Ve) {
11700
- const Ue = pe / (v.value - _.value) * (ge - v.value);
11694
+ const fe = Ge.value - oe.pageY, ge = D(), Ve = ge - _.value;
11695
+ if (Math.abs(fe) <= Ve) {
11696
+ const Ue = fe / (v.value - _.value) * (ge - v.value);
11701
11697
  G(Ue), Ge.value = oe.pageY;
11702
11698
  }
11703
11699
  }
@@ -11705,16 +11701,16 @@ function sf(e, n, t, a, o, i, r, l, u) {
11705
11701
  function yt(oe) {
11706
11702
  Ie.value = !1, Ge.value = -1, Re.value = -1, document.removeEventListener("mouseup", yt), I && (document.removeEventListener("mousemove", I), I = null), document.body.style.userSelect = "", ft.value && (ft.value.style.opacity = null);
11707
11703
  }
11708
- function Rt(oe, pe, ge) {
11704
+ function Rt(oe, fe, ge) {
11709
11705
  var tt;
11710
11706
  Ie.value = !0;
11711
11707
  const Ve = (tt = oe.target) == null ? void 0 : tt.parentElement;
11712
- Ve && (Ve.style.opacity = "1", ft.value = Ve), I || (I = ui(ge === "horizontal" ? xt : Ot, 50)), ge === "vertical" && (Ge.value = oe.pageY), ge === "horizontal" && (Re.value = oe.pageX), pe.value && (pe.value, document.addEventListener("mousemove", I), document.addEventListener("mouseup", yt), document.body.style.userSelect = "none");
11708
+ Ve && (Ve.style.opacity = "1", ft.value = Ve), I || (I = si(ge === "horizontal" ? xt : Ot, 50)), ge === "vertical" && (Ge.value = oe.pageY), ge === "horizontal" && (Re.value = oe.pageX), fe.value && (fe.value, document.addEventListener("mousemove", I), document.addEventListener("mouseup", yt), document.body.style.userSelect = "none");
11713
11709
  }
11714
11710
  function _t(oe) {
11715
- const pe = c.value.length * h - v.value;
11711
+ const fe = c.value.length * h - v.value;
11716
11712
  let ge = oe * h;
11717
- ge >= pe && (ge = pe), G(-ge - C.value);
11713
+ ge >= fe && (ge = fe), G(-ge - C.value);
11718
11714
  }
11719
11715
  function kt() {
11720
11716
  _t(c.value.length);
@@ -11741,10 +11737,10 @@ function sf(e, n, t, a, o, i, r, l, u) {
11741
11737
  resetScroll: Z,
11742
11738
  rightFixedGridDataStyle: q,
11743
11739
  rightFixedGridHeaderColumnsStyle: rt,
11744
- rightFixedGridMergedDataStyle: te,
11740
+ rightFixedGridMergedDataStyle: ae,
11745
11741
  shouldShowHorizontalScrollbar: X,
11746
11742
  shouldShowVirticalScrollbar: R,
11747
- updateVirticalScroll: fe,
11743
+ updateVirticalScroll: me,
11748
11744
  updateVisibleRowsOnLatestVisibleScope: W,
11749
11745
  verticalScrollThumbStyle: ht,
11750
11746
  viewPortWidth: M,
@@ -11756,7 +11752,7 @@ function sf(e, n, t, a, o, i, r, l, u) {
11756
11752
  }
11757
11753
  function uf(e) {
11758
11754
  var i;
11759
- const { isUndefined: n } = di(), t = ((i = e.rowOption) == null ? void 0 : i.height) || 28;
11755
+ const { isUndefined: n } = ci(), t = ((i = e.rowOption) == null ? void 0 : i.height) || 28;
11760
11756
  function a(r, l) {
11761
11757
  const u = r.pre;
11762
11758
  if (u) {
@@ -11811,7 +11807,7 @@ function df() {
11811
11807
  function ff() {
11812
11808
  const {
11813
11809
  formatTo: e
11814
- } = fi();
11810
+ } = di();
11815
11811
  function n(a, o) {
11816
11812
  if (a) {
11817
11813
  let i = "yyyy-MM-dd";
@@ -11836,7 +11832,7 @@ function ff() {
11836
11832
  function pf() {
11837
11833
  const {
11838
11834
  formatTo: e
11839
- } = pi();
11835
+ } = fi();
11840
11836
  function n(t, a) {
11841
11837
  const o = {
11842
11838
  precision: a.precision,
@@ -12321,15 +12317,15 @@ function Cf(e, n, t, a, o) {
12321
12317
  return l(m.value);
12322
12318
  }
12323
12319
  function g() {
12324
- const Y = a.value.reduce((q, te) => (q.set(te.raw[i.value], te), q), /* @__PURE__ */ new Map());
12320
+ const Y = a.value.reduce((q, ae) => (q.set(ae.raw[i.value], ae), q), /* @__PURE__ */ new Map());
12325
12321
  return m.value.map((q) => Y.get(q)).filter((q) => !!q);
12326
12322
  }
12327
12323
  function S(Y) {
12328
12324
  var q;
12329
12325
  const de = Y.raw.__fv_children_index__;
12330
12326
  if (de && de.length) {
12331
- const te = de.map((we) => r.value[we]);
12332
- (q = m.value) != null && q.length && te.some((Ee) => !m.value.includes(Ee[i.value])) && (Y.indeterminate = !0, Y.raw.__fv_indeterminate__ = !0);
12327
+ const ae = de.map((we) => r.value[we]);
12328
+ (q = m.value) != null && q.length && ae.some((Ee) => !m.value.includes(Ee[i.value])) && (Y.indeterminate = !0, Y.raw.__fv_indeterminate__ = !0);
12333
12329
  }
12334
12330
  }
12335
12331
  const w = B(() => c.value && f.value), b = B(
@@ -12353,8 +12349,8 @@ function Cf(e, n, t, a, o) {
12353
12349
  }), g().forEach((q) => {
12354
12350
  q.checked = !0, q.raw.__fv_checked__ = !0;
12355
12351
  }), Y.forEach((q) => {
12356
- const te = a.value.find((we) => we.raw[i.value] === q);
12357
- S(te);
12352
+ const ae = a.value.find((we) => we.raw[i.value] === q);
12353
+ S(ae);
12358
12354
  });
12359
12355
  }
12360
12356
  ye(() => a.value, () => {
@@ -12425,14 +12421,14 @@ function Cf(e, n, t, a, o) {
12425
12421
  const de = a.value.find((q) => q.raw[i.value] === Y);
12426
12422
  de && ie(de);
12427
12423
  }
12428
- function fe(Y) {
12429
- const de = a.value.filter((we) => Y.includes(we.raw[i.value])), q = de.map((we) => we.raw[i.value]), te = r.value.filter((we) => {
12424
+ function me(Y) {
12425
+ const de = a.value.filter((we) => Y.includes(we.raw[i.value])), q = de.map((we) => we.raw[i.value]), ae = r.value.filter((we) => {
12430
12426
  const Ee = we[i.value];
12431
12427
  return !q.includes(Ee) && Y.includes(Ee);
12432
12428
  });
12433
- (de.length || te.length) && (H(), b.value && (u.value = Y[0])), de.forEach((we) => {
12429
+ (de.length || ae.length) && (H(), b.value && (u.value = Y[0])), de.forEach((we) => {
12434
12430
  R(we);
12435
- }), te.forEach((we) => {
12431
+ }), ae.forEach((we) => {
12436
12432
  L(we);
12437
12433
  }), x();
12438
12434
  }
@@ -12440,12 +12436,12 @@ function Cf(e, n, t, a, o) {
12440
12436
  for (const de of Y) {
12441
12437
  if (!m.value.includes(de))
12442
12438
  continue;
12443
- const q = a.value.find((te) => te.raw[i.value] === de);
12439
+ const q = a.value.find((ae) => ae.raw[i.value] === de);
12444
12440
  if (q)
12445
12441
  X(q);
12446
12442
  else {
12447
- const te = r.value.find((we) => we[i.value] === de);
12448
- te && N(te);
12443
+ const ae = r.value.find((we) => we[i.value] === de);
12444
+ ae && N(ae);
12449
12445
  }
12450
12446
  }
12451
12447
  m.value = m.value.filter(
@@ -12486,7 +12482,7 @@ function Cf(e, n, t, a, o) {
12486
12482
  selectDataItem: L,
12487
12483
  selectItem: ie,
12488
12484
  selectItemById: Z,
12489
- selectItemByIds: fe,
12485
+ selectItemByIds: me,
12490
12486
  showCheckBox: d,
12491
12487
  showSelectAll: p,
12492
12488
  toggleSelectItem: K,
@@ -12645,41 +12641,41 @@ const Cn = /* @__PURE__ */ Te({
12645
12641
  emits: ["selectionChange", "clickRow", "expandNode", "unSelectItem", "dblclickNode"],
12646
12642
  setup(e, n) {
12647
12643
  var Ke, pt;
12648
- const a = ((Ke = e.rowOption) == null ? void 0 : Ke.height) || 28, o = k(20), i = k(e.columns), r = yi(e), {
12644
+ const a = ((Ke = e.rowOption) == null ? void 0 : Ke.height) || 28, o = k(20), i = k(e.columns), r = hi(e), {
12649
12645
  idField: l
12650
- } = r, u = k(), c = k(), f = k(), s = k(), d = k(), p = k([]), m = k(!1), T = k(((pt = e.rowOption) == null ? void 0 : pt.wrapContent) || !1), y = vi(e, r), h = gi(), C = bi(e), {
12646
+ } = r, u = k(), c = k(), f = k(), s = k(), d = k(), p = k([]), m = k(!1), T = k(((pt = e.rowOption) == null ? void 0 : pt.wrapContent) || !1), y = yi(e, r), h = vi(), C = gi(e), {
12651
12647
  collapseField: g
12652
12648
  } = C, {
12653
12649
  showLoading: S,
12654
12650
  renderLoading: w
12655
- } = wi(e, u), b = Ci(e, /* @__PURE__ */ new Map(), h, C, r), {
12651
+ } = bi(e, u), b = wi(e, /* @__PURE__ */ new Map(), h, C, r), {
12656
12652
  dataView: v
12657
- } = b, M = xi(e, b, r, p, n), O = ki(e, p, b, r, M, n), E = B(() => e.disabled), x = B(() => e.virtualized ? Math.min(b.dataView.value.length, o.value) : b.dataView.value.length), {
12653
+ } = b, M = Ci(e, b, r, p, n), O = xi(e, p, b, r, M, n), E = B(() => e.disabled), x = B(() => e.virtualized ? Math.min(b.dataView.value.length, o.value) : b.dataView.value.length), {
12658
12654
  containerStyleObject: I
12659
- } = Fi(e), D = Si(e), {
12655
+ } = ki(e), D = Fi(e), {
12660
12656
  applyCommands: _
12661
12657
  } = D;
12662
12658
  _(i);
12663
- const P = Ti(e), z = Mi(e), {
12659
+ const P = Si(e), z = Ti(e), {
12664
12660
  applyColumnSorter: H,
12665
12661
  columnContext: L,
12666
12662
  updateColumnRenderContext: N
12667
12663
  } = P;
12668
12664
  H(b, z);
12669
- const Q = Ei(e, L), j = Oi(e, n, M, r), R = _i(e, n, r, j, p), X = Di(e), A = Ii(e, R, X), W = Pi(e, b, R, C, r, X, A), G = Bi(e, i, b, x, 0, W), {
12665
+ const Q = Mi(e, L), j = Ei(e, n, M, r), R = Oi(e, n, r, j, p), X = _i(e), A = Di(e, R, X), W = Ii(e, b, R, C, r, X, A), G = Pi(e, i, b, x, 0, W), {
12670
12666
  getVisualData: K
12671
- } = G, ie = Vi(e, L), Z = Ni(e, M), {
12672
- sidebarWidth: fe
12673
- } = Z, ve = Ri(e, b, p, L, G, x, 0, fe), {
12667
+ } = G, ie = Bi(e, L), Z = Vi(e, M), {
12668
+ sidebarWidth: me
12669
+ } = Z, ve = Ni(e, b, p, L, G, x, 0, me), {
12674
12670
  onWheel: Fe,
12675
12671
  dataGridWidth: Be,
12676
12672
  viewPortHeight: Le,
12677
12673
  viewPortWidth: Y,
12678
12674
  resetScroll: de,
12679
12675
  updateVisibleRowsOnLatestVisibleScope: q
12680
- } = ve, te = ji(e, L, c, Y, Q), {
12676
+ } = ve, ae = Ri(e, L, c, Y, Q), {
12681
12677
  calculateColumnsSize: we
12682
- } = te, Ee = Li(), Pe = $i(c, d, b, Ee, ve), rt = Wi(e, n, P, b, Q, y, ve), Ct = B(() => ({
12678
+ } = ae, Ee = ji(), Pe = Li(c, d, b, Ee, ve), rt = $i(e, n, P, b, Q, y, ve), Ct = B(() => ({
12683
12679
  "fv-grid": !0,
12684
12680
  "fv-grid-bordered": e.showBorder,
12685
12681
  "fv-grid-horizontal-bordered": e.showHorizontalLines,
@@ -12694,15 +12690,15 @@ const Cn = /* @__PURE__ */ Te({
12694
12690
  renderGridHeader: Se,
12695
12691
  renderGridColumnResizeOverlay: Ie,
12696
12692
  shouldShowHeader: Ge
12697
- } = Hi(e, n, c, s, d, P, b, rt, Pe, h, Ee, te, Q, M, Z, z, ve, Y, p), {
12693
+ } = Wi(e, n, c, s, d, P, b, rt, Pe, h, Ee, ae, Q, M, Z, z, ve, Y, p), {
12698
12694
  renderDataGridSidebar: Re
12699
- } = Ai(e, j, M, Z, ve), {
12695
+ } = Hi(e, j, M, Z, ve), {
12700
12696
  renderDisableMask: ft
12701
- } = zi(), {
12697
+ } = Ai(), {
12702
12698
  renderHorizontalScrollbar: xt
12703
- } = qi(e, c, ve), {
12699
+ } = zi(e, c, ve), {
12704
12700
  renderVerticalScrollbar: Ot
12705
- } = Gi(e, c, ve);
12701
+ } = qi(e, c, ve);
12706
12702
  function yt() {
12707
12703
  var he, ke, nt;
12708
12704
  if (c.value && c.value.clientHeight > 0 && ((he = c.value) == null ? void 0 : he.clientWidth) > 0) {
@@ -12711,7 +12707,7 @@ const Cn = /* @__PURE__ */ Te({
12711
12707
  }
12712
12708
  }
12713
12709
  Je(() => {
12714
- c.value && (o.value = Math.max(Math.ceil(c.value.clientHeight / a), o.value), p.value = K(0, x.value + 0 - 1), Ba(c.value, yt), we(), St(() => {
12710
+ c.value && (o.value = Math.max(Math.ceil(c.value.clientHeight / a), o.value), p.value = K(0, x.value + 0 - 1), Pa(c.value, yt), we(), St(() => {
12715
12711
  c.value && (Be.value = c.value.clientWidth), f.value && (Y.value = f.value.clientWidth, Le.value = f.value.clientHeight);
12716
12712
  })), S.value && w();
12717
12713
  }), sn(() => {
@@ -12740,7 +12736,7 @@ const Cn = /* @__PURE__ */ Te({
12740
12736
  const he = kt(), ke = O.getNextSelectableHierarchyItemId(he);
12741
12737
  b.removeHierarchyDataItem(he), p.value = K(0, x.value + 0 - 1), ke && M.selectItemById(ke);
12742
12738
  }
12743
- function pe(he) {
12739
+ function fe(he) {
12744
12740
  R.onEditingRow(he);
12745
12741
  }
12746
12742
  function ge(he) {
@@ -12758,7 +12754,7 @@ const Cn = /* @__PURE__ */ Te({
12758
12754
  function U(he) {
12759
12755
  M.selectItemById(he);
12760
12756
  }
12761
- function me(he) {
12757
+ function pe(he) {
12762
12758
  const ke = p.value.find((nt) => nt.raw[r.idField.value] === he);
12763
12759
  ke && j.clickRowItem(ke);
12764
12760
  }
@@ -12774,9 +12770,9 @@ const Cn = /* @__PURE__ */ Te({
12774
12770
  function ee() {
12775
12771
  M.clearSelection();
12776
12772
  }
12777
- const ae = B(() => !p.value || !p.value.length), {
12778
- renderEmpty: ne
12779
- } = Yi(n);
12773
+ const ne = B(() => !p.value || !p.value.length), {
12774
+ renderEmpty: te
12775
+ } = Gi(n);
12780
12776
  function Ce() {
12781
12777
  return M.getSelectionRow();
12782
12778
  }
@@ -12831,7 +12827,7 @@ const Cn = /* @__PURE__ */ Te({
12831
12827
  collapseTo: Rt,
12832
12828
  expandTo: _t,
12833
12829
  removeDataItem: oe,
12834
- editDataItem: pe,
12830
+ editDataItem: fe,
12835
12831
  acceptDataItem: ge,
12836
12832
  cancelDataItem: Ve,
12837
12833
  updateColumns: Ue,
@@ -12841,7 +12837,7 @@ const Cn = /* @__PURE__ */ Te({
12841
12837
  getSelectedItems: $,
12842
12838
  clearSelection: ee,
12843
12839
  getSelectionRow: Ce,
12844
- clickRowItemById: me,
12840
+ clickRowItemById: pe,
12845
12841
  unSelectItemByIds: be,
12846
12842
  getCurrentRowId: Ne,
12847
12843
  reassignRowData: Me,
@@ -12857,7 +12853,7 @@ const Cn = /* @__PURE__ */ Te({
12857
12853
  class: ht.value,
12858
12854
  onMouseover: () => m.value = !0,
12859
12855
  onMouseleave: () => m.value = !1
12860
- }, [c.value && Re(p), c.value && J(), c.value && ae.value && ne(), c.value && xt(), c.value && Ot()]), Ie(), E.value && ft()]);
12856
+ }, [c.value && Re(p), c.value && J(), c.value && ne.value && te(), c.value && xt(), c.value && Ot()]), Ie(), E.value && ft()]);
12861
12857
  }
12862
12858
  }), _f = {
12863
12859
  id: { type: String, default: "" },
@@ -12910,7 +12906,7 @@ const Cn = /* @__PURE__ */ Te({
12910
12906
  }
12911
12907
  });
12912
12908
  function Pf(e) {
12913
- return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ri(e);
12909
+ return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ii(e);
12914
12910
  }
12915
12911
  const Wn = /* @__PURE__ */ Te({
12916
12912
  name: "FDesignerItem",
@@ -13057,7 +13053,7 @@ const Wn = /* @__PURE__ */ Te({
13057
13053
  }
13058
13054
  }
13059
13055
  ye(() => e.modelValue, (H) => {
13060
- r.value = H, t.value = `${H.id}-component`, ii(s);
13056
+ r.value = H, t.value = `${H.id}-component`, oi(s);
13061
13057
  }, {
13062
13058
  deep: !0
13063
13059
  });
@@ -13095,7 +13091,7 @@ const Wn = /* @__PURE__ */ Te({
13095
13091
  const Q = document.getElementsByClassName("dgComponentFocused");
13096
13092
  Q && Q.length === 1 && Q[0] === s.value || (Array.from(Q).forEach((R) => R.classList.remove("dgComponentFocused")), Array.from(document.getElementsByClassName("dgComponentSelected")).forEach((R) => R.classList.remove("dgComponentSelected")), N.classList.add("dgComponentFocused"), n.emit("selectionChange", r.value.type, r.value, l.value, p.value), p.value.getDraggableDesignItemElement && (L = p.value.getDraggableDesignItemElement(T), L && L.value && L.value.classList.add("dgComponentSelected")));
13097
13093
  }
13098
- Ua(L == null ? void 0 : L.value);
13094
+ Ya(L == null ? void 0 : L.value);
13099
13095
  }
13100
13096
  return () => r.value.type === "component-ref" ? I(r.value) : F("div", {
13101
13097
  id: `${r.value.id}-design-item`,
@@ -13211,7 +13207,7 @@ function Bf(e, n, t, a, o = "data-grid-column") {
13211
13207
  renderGridHeader: O
13212
13208
  };
13213
13209
  }
13214
- class Vf extends Qa {
13210
+ class Vf extends Xa {
13215
13211
  constructor(n, t) {
13216
13212
  super(n, t);
13217
13213
  }
@@ -13685,11 +13681,11 @@ function $f(e, n, t, a, o, i, r, l) {
13685
13681
  }
13686
13682
  const Wf = /* @__PURE__ */ Te({
13687
13683
  name: "FTreeGridDesign",
13688
- props: to,
13684
+ props: eo,
13689
13685
  emits: [],
13690
13686
  setup(e, n) {
13691
- var te, we;
13692
- const t = k(), a = 0, o = ((te = e.rowOption) == null ? void 0 : te.height) || 28, i = k(20), r = k(e.columns), l = bf(e), u = k(), c = k(), f = k([]), s = k(!1), d = k(((we = e.rowOption) == null ? void 0 : we.wrapContent) || !1), p = Ye("designer-host-service"), m = Ye("design-item-context"), T = Nf(m, p), y = ea(t, m, T);
13687
+ var ae, we;
13688
+ const t = k(), a = 0, o = ((ae = e.rowOption) == null ? void 0 : ae.height) || 28, i = k(20), r = k(e.columns), l = bf(e), u = k(), c = k(), f = k([]), s = k(!1), d = k(((we = e.rowOption) == null ? void 0 : we.wrapContent) || !1), p = Ye("designer-host-service"), m = Ye("design-item-context"), T = Nf(m, p), y = ea(t, m, T);
13693
13689
  y.value.designerClass = "f-utils-fill-flex-column";
13694
13690
  const h = rf(), C = lf(e), g = Ys(e, /* @__PURE__ */ new Map(), h, C, l), S = Cf(e, g, l, f, n), w = B(() => g.dataView.value.length), {
13695
13691
  containerStyleObject: b
@@ -13713,9 +13709,9 @@ const Wf = /* @__PURE__ */ Te({
13713
13709
  viewPortHeight: K,
13714
13710
  viewPortWidth: ie,
13715
13711
  updateVisibleRowsOnLatestVisibleScope: Z
13716
- } = A, fe = Rf(e, x, u, ie, _), {
13712
+ } = A, me = Rf(e, x, u, ie, _), {
13717
13713
  calculateColumnsSize: ve
13718
- } = fe, Fe = B(() => ({
13714
+ } = me, Fe = B(() => ({
13719
13715
  "drag-container": !0,
13720
13716
  "fv-grid": !0,
13721
13717
  "fv-grid-bordered": e.showBorder,
@@ -13735,7 +13731,7 @@ const Wf = /* @__PURE__ */ Te({
13735
13731
  Ee > i.value && (i.value = Ee, Z()), K.value = ((Pe = c.value) == null ? void 0 : Pe.clientHeight) || 0, G.value = ((rt = u.value) == null ? void 0 : rt.clientWidth) || 0, ve();
13736
13732
  }
13737
13733
  Je(() => {
13738
- t.value.componentInstance = y, u.value && (i.value = Math.max(Math.ceil(u.value.clientHeight / o), i.value), f.value = j(0, w.value + a - 1), Ba(u.value, de), ve(), St(() => {
13734
+ t.value.componentInstance = y, u.value && (i.value = Math.max(Math.ceil(u.value.clientHeight / o), i.value), f.value = j(0, w.value + a - 1), Pa(u.value, de), ve(), St(() => {
13739
13735
  u.value && (G.value = u.value.clientWidth), c.value && (ie.value = c.value.clientWidth, K.value = c.value.clientHeight);
13740
13736
  }));
13741
13737
  });
@@ -13909,7 +13905,7 @@ const zf = "https://json-schema.org/draft/2020-12/schema", qf = "https://farris-
13909
13905
  } }
13910
13906
  };
13911
13907
  dt(ap, Kf, Hf, Af, np);
13912
- class op extends Qa {
13908
+ class op extends Xa {
13913
13909
  constructor(t, a) {
13914
13910
  super(t, a);
13915
13911
  V(this, "responseLayoutEditorFunction");
@@ -14236,7 +14232,7 @@ class op extends Qa {
14236
14232
  * @param propertyData 下拉框控件属性值
14237
14233
  */
14238
14234
  checkEnumDataReadonly(t) {
14239
- return !t.binding || t.binding.type !== "Form" ? !1 : !!(this.designViewModelField && this.designViewModelField.type && this.designViewModelField.type.$type === Pa.EnumType);
14235
+ return !t.binding || t.binding.type !== "Form" ? !1 : !!(this.designViewModelField && this.designViewModelField.type && this.designViewModelField.type.$type === Ia.EnumType);
14240
14236
  }
14241
14237
  /**
14242
14238
  * 将字段值变化前事件、变化后事件追加到交互面板
@@ -14298,7 +14294,7 @@ class op extends Qa {
14298
14294
  };
14299
14295
  }
14300
14296
  getExpressionConfig(t, a, o = ["compute", "dependency", "validate"], i) {
14301
- return new Xa(this.formSchemaUtils).getExpressionConfig(
14297
+ return new Ua(this.formSchemaUtils).getExpressionConfig(
14302
14298
  t,
14303
14299
  a,
14304
14300
  o,
@@ -14421,7 +14417,7 @@ class ip extends op {
14421
14417
  const c = this;
14422
14418
  switch (l.propertyID) {
14423
14419
  case "dataSourceType": {
14424
- l.propertyValue === "static" && (u.editor.valueField = "value", u.editor.textField = "name", u.editor.remote = {});
14420
+ l.propertyValue === "static" ? (u.editor.valueField = "value", u.editor.textField = "name", u.editor.remote = {}) : l.propertyValue === "dynamic" && (u.editor.remote = { method: "GET" });
14425
14421
  break;
14426
14422
  }
14427
14423
  case "data": {
@@ -14453,7 +14449,7 @@ class ip extends op {
14453
14449
  var i;
14454
14450
  super.changeBindingField(n, t);
14455
14451
  const o = a;
14456
- n.editor && ((i = o == null ? void 0 : o.type) == null ? void 0 : i.$type) === Pa.EnumType && (n.editor.data = o.type.enumValues || []);
14452
+ n.editor && ((i = o == null ? void 0 : o.type) == null ? void 0 : i.$type) === Ia.EnumType && (n.editor.data = o.type.enumValues || []);
14457
14453
  }
14458
14454
  }
14459
14455
  function rp(e, n) {
@@ -14470,10 +14466,10 @@ const lp = /* @__PURE__ */ Te({
14470
14466
  props: ns,
14471
14467
  emits: ["clear", "update:modelValue", "change"],
14472
14468
  setup(e, n) {
14473
- const t = k(), a = Ye("designer-host-service"), o = Ye("design-item-context"), i = rp(o, a), r = hi(t, o, i);
14469
+ const t = k(), a = Ye("designer-host-service"), o = Ye("design-item-context"), i = rp(o, a), r = mi(t, o, i);
14474
14470
  return Je(() => {
14475
14471
  t.value.componentInstance = r;
14476
- }), n.expose(r.value), () => F(Ia, {
14472
+ }), n.expose(r.value), () => F(Da, {
14477
14473
  ref: t,
14478
14474
  buttonContent: e.dropDownIcon,
14479
14475
  readonly: !0,
@@ -14485,10 +14481,10 @@ const lp = /* @__PURE__ */ Te({
14485
14481
  }
14486
14482
  });
14487
14483
  Gt.register = (e, n, t, a) => {
14488
- e["combo-list"] = Gt, n["combo-list"] = Ya;
14484
+ e["combo-list"] = Gt, n["combo-list"] = Ga;
14489
14485
  };
14490
14486
  Gt.registerDesigner = (e, n, t) => {
14491
- e["combo-list"] = lp, n["combo-list"] = Ya;
14487
+ e["combo-list"] = lp, n["combo-list"] = Ga;
14492
14488
  };
14493
14489
  Sn(Gt);
14494
14490
  Sn(Tn);
@@ -14533,10 +14529,10 @@ const sp = {
14533
14529
  type: Boolean,
14534
14530
  default: !1
14535
14531
  }
14536
- }, Vo = /* @__PURE__ */ new Map([
14532
+ }, Bo = /* @__PURE__ */ new Map([
14537
14533
  ["appearance", Jt]
14538
14534
  ]);
14539
- function No(e, n, t) {
14535
+ function Vo(e, n, t) {
14540
14536
  return n;
14541
14537
  }
14542
14538
  const up = "https://json-schema.org/draft/2020-12/schema", cp = "https://farris-design.gitee.io/layout.schema.json", dp = "layout", fp = "A Farris Container Component", pp = "object", mp = {
@@ -14637,8 +14633,8 @@ const up = "https://json-schema.org/draft/2020-12/schema", cp = "https://farris-
14637
14633
  }, na = {
14638
14634
  customStyle: { type: String, defaut: "" },
14639
14635
  customClass: { type: String, defaut: "" }
14640
- }, Ro = dt(na, yp, Vo, No, Cp);
14641
- function jo(e) {
14636
+ }, No = dt(na, yp, Bo, Vo, Cp);
14637
+ function Ro(e) {
14642
14638
  const n = k(-1), t = k(-1), a = k(0), o = k(0), i = k(!1), r = k(!1), l = B(() => ({
14643
14639
  display: i.value ? "block" : "none",
14644
14640
  left: `${a.value}px`,
@@ -14725,7 +14721,7 @@ const Bt = /* @__PURE__ */ Te({
14725
14721
  props: na,
14726
14722
  emits: [],
14727
14723
  setup(e, n) {
14728
- const t = k(), a = jo(t), {
14724
+ const t = k(), a = Ro(t), {
14729
14725
  horizontalResizeHandleStyle: o,
14730
14726
  verticalResizeHandleStyle: i,
14731
14727
  resizeOverlayStyle: r
@@ -14735,7 +14731,7 @@ const Bt = /* @__PURE__ */ Te({
14735
14731
  });
14736
14732
  const l = B(() => fn({
14737
14733
  "f-layout": !0
14738
- }, e == null ? void 0 : e.customClass)), u = B(() => mi({}, e == null ? void 0 : e.customStyle));
14734
+ }, e == null ? void 0 : e.customClass)), u = B(() => pi({}, e == null ? void 0 : e.customStyle));
14739
14735
  return () => F("div", {
14740
14736
  class: l.value,
14741
14737
  style: u.value,
@@ -14945,8 +14941,8 @@ const Bt = /* @__PURE__ */ Te({
14945
14941
  minWidth: { type: Number, default: 100 },
14946
14942
  /** 面板最小高度 */
14947
14943
  minHeight: { type: Number, default: 100 }
14948
- }, Lo = dt(aa, Op, Vo, No, Bp);
14949
- function $o(e, n, t, a, o) {
14944
+ }, jo = dt(aa, Op, Bo, Vo, Bp);
14945
+ function Lo(e, n, t, a, o) {
14950
14946
  const {
14951
14947
  horizontalResizeBarPosition: i,
14952
14948
  horizontalResizeHandleOffset: r,
@@ -15006,7 +15002,7 @@ const Mt = /* @__PURE__ */ Te({
15006
15002
  });
15007
15003
  const s = Ye("layout"), {
15008
15004
  useResizeHandleComposition: d
15009
- } = s, p = $o(l, r, a, t, d), {
15005
+ } = s, p = Lo(l, r, a, t, d), {
15010
15006
  onClickHorizontalResizeBar: m,
15011
15007
  onClickVerticalResizeBar: T
15012
15008
  } = p, y = B(() => ({
@@ -15055,7 +15051,7 @@ const Np = /* @__PURE__ */ Te({
15055
15051
  var f;
15056
15052
  const t = k(), a = Ye("design-item-context"), o = Vp(a.schema, (f = a.parent) == null ? void 0 : f.schema), i = ea(t, a, o);
15057
15053
  i.value.canNested = !1;
15058
- const r = jo(t), {
15054
+ const r = Ro(t), {
15059
15055
  horizontalResizeHandleStyle: l,
15060
15056
  verticalResizeHandleStyle: u,
15061
15057
  resizeOverlayStyle: c
@@ -15103,7 +15099,7 @@ const jp = /* @__PURE__ */ Te({
15103
15099
  }), n.expose(r.value);
15104
15100
  const l = k(Math.max(e.minHeight, e.height)), u = k(Math.max(e.minWidth, e.width)), c = k(e.minHeight), f = k(e.minWidth), s = k(e.position), d = Ye("layout"), {
15105
15101
  useResizeHandleComposition: p
15106
- } = d, m = $o(u, l, f, c, p), {
15102
+ } = d, m = Lo(u, l, f, c, p), {
15107
15103
  onClickHorizontalResizeBar: T,
15108
15104
  onClickVerticalResizeBar: y
15109
15105
  } = m, h = B(() => ({
@@ -15147,10 +15143,10 @@ Bt.install = (e) => {
15147
15143
  e.component(Bt.name, Bt), e.component(Mt.name, Mt);
15148
15144
  };
15149
15145
  Bt.register = (e, n, t, a) => {
15150
- e.layout = Bt, n.layout = Ro, e["layout-pane"] = Mt, n["layout-pane"] = Lo;
15146
+ e.layout = Bt, n.layout = No, e["layout-pane"] = Mt, n["layout-pane"] = jo;
15151
15147
  };
15152
15148
  Bt.registerDesigner = (e, n, t) => {
15153
- e.layout = Np, n.layout = Ro, e["layout-pane"] = jp, n["layout-pane"] = Lo;
15149
+ e.layout = Np, n.layout = No, e["layout-pane"] = jp, n["layout-pane"] = jo;
15154
15150
  };
15155
15151
  const Lp = [
15156
15152
  {
@@ -17277,7 +17273,7 @@ function Gp(e, n, t) {
17277
17273
  writable: !0
17278
17274
  }) : e[n] = t, e;
17279
17275
  }
17280
- function ba(e, n) {
17276
+ function ga(e, n) {
17281
17277
  var t = Object.keys(e);
17282
17278
  if (Object.getOwnPropertySymbols) {
17283
17279
  var a = Object.getOwnPropertySymbols(e);
@@ -17287,12 +17283,12 @@ function ba(e, n) {
17287
17283
  }
17288
17284
  return t;
17289
17285
  }
17290
- function wa(e) {
17286
+ function ba(e) {
17291
17287
  for (var n = 1; n < arguments.length; n++) {
17292
17288
  var t = arguments[n] != null ? arguments[n] : {};
17293
- n % 2 ? ba(Object(t), !0).forEach(function(a) {
17289
+ n % 2 ? ga(Object(t), !0).forEach(function(a) {
17294
17290
  Gp(e, a, t[a]);
17295
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ba(Object(t)).forEach(function(a) {
17291
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ga(Object(t)).forEach(function(a) {
17296
17292
  Object.defineProperty(e, a, Object.getOwnPropertyDescriptor(t, a));
17297
17293
  });
17298
17294
  }
@@ -17341,13 +17337,13 @@ function Kp(e, n) {
17341
17337
  }
17342
17338
  function Jp(e, n) {
17343
17339
  if (e) {
17344
- if (typeof e == "string") return Ca(e, n);
17340
+ if (typeof e == "string") return wa(e, n);
17345
17341
  var t = Object.prototype.toString.call(e).slice(8, -1);
17346
17342
  if (t === "Object" && e.constructor && (t = e.constructor.name), t === "Map" || t === "Set") return Array.from(e);
17347
- if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)) return Ca(e, n);
17343
+ if (t === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)) return wa(e, n);
17348
17344
  }
17349
17345
  }
17350
- function Ca(e, n) {
17346
+ function wa(e, n) {
17351
17347
  (n == null || n > e.length) && (n = e.length);
17352
17348
  for (var t = 0, a = new Array(n); t < n; t++) a[t] = e[t];
17353
17349
  return a;
@@ -17364,7 +17360,7 @@ function em(e, n, t) {
17364
17360
  writable: !0
17365
17361
  }) : e[n] = t, e;
17366
17362
  }
17367
- function xa(e, n) {
17363
+ function Ca(e, n) {
17368
17364
  var t = Object.keys(e);
17369
17365
  if (Object.getOwnPropertySymbols) {
17370
17366
  var a = Object.getOwnPropertySymbols(e);
@@ -17374,12 +17370,12 @@ function xa(e, n) {
17374
17370
  }
17375
17371
  return t;
17376
17372
  }
17377
- function ka(e) {
17373
+ function xa(e) {
17378
17374
  for (var n = 1; n < arguments.length; n++) {
17379
17375
  var t = arguments[n] != null ? arguments[n] : {};
17380
- n % 2 ? xa(Object(t), !0).forEach(function(a) {
17376
+ n % 2 ? Ca(Object(t), !0).forEach(function(a) {
17381
17377
  em(e, a, t[a]);
17382
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : xa(Object(t)).forEach(function(a) {
17378
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Ca(Object(t)).forEach(function(a) {
17383
17379
  Object.defineProperty(e, a, Object.getOwnPropertyDescriptor(t, a));
17384
17380
  });
17385
17381
  }
@@ -17473,7 +17469,7 @@ function dm(e, n) {
17473
17469
  return ln(n) ? n(e.current) : n;
17474
17470
  }
17475
17471
  function fm(e, n) {
17476
- return e.current = ka(ka({}, e.current), n), n;
17472
+ return e.current = xa(xa({}, e.current), n), n;
17477
17473
  }
17478
17474
  function pm(e, n, t) {
17479
17475
  return ln(n) ? n(e.current) : Object.keys(t).forEach(function(a) {
@@ -17503,19 +17499,19 @@ function vm(e) {
17503
17499
  return {}.toString.call(e).includes("Object");
17504
17500
  }
17505
17501
  function gm(e) {
17506
- return e || Fa("configIsRequired"), vm(e) || Fa("configType"), e.urls ? (bm(), {
17502
+ return e || ka("configIsRequired"), vm(e) || ka("configType"), e.urls ? (bm(), {
17507
17503
  paths: {
17508
17504
  vs: e.urls.monacoBase
17509
17505
  }
17510
17506
  }) : e;
17511
17507
  }
17512
17508
  function bm() {
17513
- console.warn(Wo.deprecation);
17509
+ console.warn($o.deprecation);
17514
17510
  }
17515
17511
  function wm(e, n) {
17516
17512
  throw new Error(e[n] || e.default);
17517
17513
  }
17518
- var Wo = {
17514
+ var $o = {
17519
17515
  configIsRequired: "the configuration object is required",
17520
17516
  configType: "the configuration object should be an object",
17521
17517
  default: "an unknown error accured in `@monaco-editor/loader` package",
@@ -17529,7 +17525,7 @@ var Wo = {
17529
17525
 
17530
17526
  For more please check the link https://github.com/suren-atoyan/monaco-loader#config
17531
17527
  `
17532
- }, Fa = ym(wm)(Wo), Cm = {
17528
+ }, ka = ym(wm)($o), Cm = {
17533
17529
  config: gm
17534
17530
  }, xm = function() {
17535
17531
  for (var n = arguments.length, t = new Array(n), a = 0; a < n; a++)
@@ -17540,10 +17536,10 @@ var Wo = {
17540
17536
  }, o);
17541
17537
  };
17542
17538
  };
17543
- function Ho(e, n) {
17539
+ function Wo(e, n) {
17544
17540
  return Object.keys(n).forEach(function(t) {
17545
- n[t] instanceof Object && e[t] && Object.assign(n[t], Ho(e[t], n[t]));
17546
- }), wa(wa({}, e), n);
17541
+ n[t] instanceof Object && e[t] && Object.assign(n[t], Wo(e[t], n[t]));
17542
+ }), ba(ba({}, e), n);
17547
17543
  }
17548
17544
  var km = {
17549
17545
  type: "cancelation",
@@ -17565,12 +17561,12 @@ var Fm = mm.create({
17565
17561
  resolve: null,
17566
17562
  reject: null,
17567
17563
  monaco: null
17568
- }), Ao = Xp(Fm, 2), un = Ao[0], Mn = Ao[1];
17564
+ }), Ho = Xp(Fm, 2), un = Ho[0], Mn = Ho[1];
17569
17565
  function Sm(e) {
17570
17566
  var n = Cm.config(e), t = n.monaco, a = Up(n, ["monaco"]);
17571
17567
  Mn(function(o) {
17572
17568
  return {
17573
- config: Ho(o.config, a),
17569
+ config: Wo(o.config, a),
17574
17570
  monaco: t
17575
17571
  };
17576
17572
  });
@@ -17590,7 +17586,7 @@ function Tm() {
17590
17586
  }), e.monaco)
17591
17587
  return e.resolve(e.monaco), In(Pn);
17592
17588
  if (window.monaco && window.monaco.editor)
17593
- return zo(window.monaco), e.resolve(window.monaco), In(Pn);
17589
+ return Ao(window.monaco), e.resolve(window.monaco), In(Pn);
17594
17590
  xm(Mm, Om)(_m);
17595
17591
  }
17596
17592
  return In(Pn);
@@ -17624,12 +17620,12 @@ function _m() {
17624
17620
  };
17625
17621
  }), n = window.require;
17626
17622
  n.config(e.config), n(["vs/editor/editor.main"], function(t) {
17627
- zo(t), e.resolve(t);
17623
+ Ao(t), e.resolve(t);
17628
17624
  }, function(t) {
17629
17625
  e.reject(t);
17630
17626
  });
17631
17627
  }
17632
- function zo(e) {
17628
+ function Ao(e) {
17633
17629
  un().monaco || Mn({
17634
17630
  monaco: e
17635
17631
  });
@@ -18016,7 +18012,7 @@ const Im = /* @__PURE__ */ Te({
18016
18012
  class: "data-area f-utils-fill d-flex flex-column"
18017
18013
  }, [F("div", {
18018
18014
  class: "w-100"
18019
- }, [F(Da, {
18015
+ }, [F(_a, {
18020
18016
  class: "m-2",
18021
18017
  buttonContent: '<i class="f-icon f-icon-search"></i>',
18022
18018
  enableClear: !0,
@@ -18159,7 +18155,7 @@ const Im = /* @__PURE__ */ Te({
18159
18155
  "custom-class": "position-relative d-flex align-items-center search-bar",
18160
18156
  resizable: !1
18161
18157
  }, {
18162
- default: () => [F(Da, {
18158
+ default: () => [F(_a, {
18163
18159
  class: "w-100 mx-2",
18164
18160
  buttonContent: '<i class="f-icon f-icon-search"></i>',
18165
18161
  enableClear: !0,
@@ -18523,7 +18519,7 @@ const Hm = /* @__PURE__ */ Te({
18523
18519
  "onUpdate:modelValue": (M) => a.value = M,
18524
18520
  class: "form-control",
18525
18521
  style: "resize:none"
18526
- }, null), [[li, a.value]])])]
18522
+ }, null), [[ri, a.value]])])]
18527
18523
  }), F(Mt, {
18528
18524
  position: "right",
18529
18525
  width: 258,
@@ -18644,7 +18640,7 @@ const Hm = /* @__PURE__ */ Te({
18644
18640
  type: Ym,
18645
18641
  properties: Um,
18646
18642
  required: Xm
18647
- }, qo = {
18643
+ }, zo = {
18648
18644
  disabled: {
18649
18645
  type: Boolean,
18650
18646
  default: !1
@@ -18734,10 +18730,10 @@ const Hm = /* @__PURE__ */ Te({
18734
18730
  default: null
18735
18731
  }
18736
18732
  };
18737
- dt(qo, Qm);
18733
+ dt(zo, Qm);
18738
18734
  const Km = /* @__PURE__ */ Te({
18739
18735
  name: "f-expression-textbox",
18740
- props: qo,
18736
+ props: zo,
18741
18737
  setup(e, n) {
18742
18738
  const t = Ye(Un), a = Ye("FLoadingService"), o = '<i class="f-icon f-icon-lookup"></i>', i = k(e.modelValue), r = k(e.entities), l = k(e.variables), u = k(), c = k(e.validateMessage || ""), f = k("info");
18743
18739
  async function s() {
@@ -18867,9 +18863,9 @@ const Km = /* @__PURE__ */ Te({
18867
18863
  });
18868
18864
  }
18869
18865
  });
18870
- var Go = /* @__PURE__ */ ((e) => (e[e.Equal = 0] = "Equal", e[e.NotEqual = 1] = "NotEqual", e[e.Greater = 2] = "Greater", e[e.GreaterOrEqual = 3] = "GreaterOrEqual", e[e.Less = 4] = "Less", e[e.LessOrEqual = 5] = "LessOrEqual", e[e.Like = 6] = "Like", e[e.LikeStartWith = 7] = "LikeStartWith", e[e.LikeEndWith = 8] = "LikeEndWith", e[e.NotLike = 9] = "NotLike", e[e.NotLikeStartWith = 10] = "NotLikeStartWith", e[e.NotLikeEndWith = 11] = "NotLikeEndWith", e[e.Is = 12] = "Is", e[e.IsNot = 13] = "IsNot", e[e.In = 14] = "In", e[e.NotIn = 15] = "NotIn", e))(Go || {}), Ut = /* @__PURE__ */ ((e) => (e[e.Empty = 0] = "Empty", e[e.And = 1] = "And", e[e.Or = 2] = "Or", e))(Ut || {}), Et = /* @__PURE__ */ ((e) => (e[e.Value = 0] = "Value", e[e.Expression = 1] = "Expression", e[e.Variable = 2] = "Variable", e))(Et || {}), Jm = /* @__PURE__ */ ((e) => (e.Asc = "asc", e.Desc = "desc", e))(Jm || {});
18866
+ var qo = /* @__PURE__ */ ((e) => (e[e.Equal = 0] = "Equal", e[e.NotEqual = 1] = "NotEqual", e[e.Greater = 2] = "Greater", e[e.GreaterOrEqual = 3] = "GreaterOrEqual", e[e.Less = 4] = "Less", e[e.LessOrEqual = 5] = "LessOrEqual", e[e.Like = 6] = "Like", e[e.LikeStartWith = 7] = "LikeStartWith", e[e.LikeEndWith = 8] = "LikeEndWith", e[e.NotLike = 9] = "NotLike", e[e.NotLikeStartWith = 10] = "NotLikeStartWith", e[e.NotLikeEndWith = 11] = "NotLikeEndWith", e[e.Is = 12] = "Is", e[e.IsNot = 13] = "IsNot", e[e.In = 14] = "In", e[e.NotIn = 15] = "NotIn", e))(qo || {}), Ut = /* @__PURE__ */ ((e) => (e[e.Empty = 0] = "Empty", e[e.And = 1] = "And", e[e.Or = 2] = "Or", e))(Ut || {}), Et = /* @__PURE__ */ ((e) => (e[e.Value = 0] = "Value", e[e.Expression = 1] = "Expression", e[e.Variable = 2] = "Variable", e))(Et || {}), Jm = /* @__PURE__ */ ((e) => (e.Asc = "asc", e.Desc = "desc", e))(Jm || {});
18871
18867
  const Zm = (e) => ((e.raw.$type !== "SimpleField" || e.raw.selectable === !1) && (e.disabled = !0), e);
18872
- function Yo(e) {
18868
+ function Go(e) {
18873
18869
  const n = [
18874
18870
  { value: "", label: " " },
18875
18871
  { value: "(", label: "(" },
@@ -19060,7 +19056,7 @@ const eh = /* @__PURE__ */ new Map([
19060
19056
  function uh(e, n, t) {
19061
19057
  return n;
19062
19058
  }
19063
- const Uo = {
19059
+ const Yo = {
19064
19060
  /**
19065
19061
  * 组件标识
19066
19062
  */
@@ -19215,7 +19211,7 @@ const Uo = {
19215
19211
  /** 自定义行状态 */
19216
19212
  customRowStatus: { type: Object, default: null },
19217
19213
  minPanelWidth: { type: Number, default: 160 }
19218
- }, ch = dt(Uo, sh, eh, uh), dh = {
19214
+ }, ch = dt(Yo, sh, eh, uh), dh = {
19219
19215
  data: { type: Array, default: [] },
19220
19216
  enableSearch: { type: Boolean, default: !1 },
19221
19217
  idField: { type: String, default: "id" },
@@ -19320,7 +19316,7 @@ function ph(e) {
19320
19316
  }
19321
19317
  const kn = /* @__PURE__ */ Te({
19322
19318
  name: "FComboTree",
19323
- props: Uo,
19319
+ props: Yo,
19324
19320
  emits: ["clear", "update:modelValue", "change"],
19325
19321
  setup(e, n) {
19326
19322
  const t = k(), a = k(e.disabled), o = k(e.enableClear), i = k(e.enableSearch), r = k(e.readonly), {
@@ -19354,7 +19350,7 @@ const kn = /* @__PURE__ */ Te({
19354
19350
  const S = (w = t.value) == null ? void 0 : w.popoverRef;
19355
19351
  return S ? S.shown : !1;
19356
19352
  });
19357
- return () => F(_a, {
19353
+ return () => F(Oa, {
19358
19354
  ref: t,
19359
19355
  id: e.id,
19360
19356
  disable: a.value,
@@ -19401,7 +19397,7 @@ kn.register = (e, n, t, a) => {
19401
19397
  e["combo-tree"] = kn, n["combo-tree"] = ch;
19402
19398
  };
19403
19399
  Sn(kn);
19404
- function Xo(e) {
19400
+ function Uo(e) {
19405
19401
  function n(t, a, o = "filterField") {
19406
19402
  return F(kn, {
19407
19403
  formatter: e.formatter,
@@ -19420,7 +19416,7 @@ function Xo(e) {
19420
19416
  renderFieldsComboTree: n
19421
19417
  };
19422
19418
  }
19423
- function Qo(e, n, t) {
19419
+ function Xo(e, n, t) {
19424
19420
  const a = k(e.activeIndex), o = k(e.conditions), i = k(e.fields);
19425
19421
  ye(() => e.fields, (d) => {
19426
19422
  i.value = d;
@@ -19461,7 +19457,7 @@ function Qo(e, n, t) {
19461
19457
  }
19462
19458
  const mh = /* @__PURE__ */ Te({
19463
19459
  name: "filter-condition-grid",
19464
- props: Ga,
19460
+ props: qa,
19465
19461
  emits: ["insert", "remove", "rowClick"],
19466
19462
  setup(e, n) {
19467
19463
  const {
@@ -19470,9 +19466,9 @@ const mh = /* @__PURE__ */ Te({
19470
19466
  valueTypes: o,
19471
19467
  relationItems: i,
19472
19468
  righttBracketItems: r
19473
- } = Yo(e), {
19469
+ } = Go(e), {
19474
19470
  renderFieldsComboTree: l
19475
- } = Xo(e), u = k(), {
19471
+ } = Uo(e), u = k(), {
19476
19472
  conditions: c,
19477
19473
  fields: f,
19478
19474
  onInsert: s,
@@ -19480,12 +19476,12 @@ const mh = /* @__PURE__ */ Te({
19480
19476
  onRowClick: p,
19481
19477
  activeRowCls: m,
19482
19478
  itemIntoView: T
19483
- } = Qo(e, n, u), y = k(e.expressionOptions || {});
19479
+ } = Xo(e, n, u), y = k(e.expressionOptions || {});
19484
19480
  function h(g) {
19485
19481
  var S, w;
19486
19482
  switch (g.expresstype) {
19487
19483
  case Et.Variable:
19488
- return F(Va, {
19484
+ return F(Ba, {
19489
19485
  modelValue: g.value,
19490
19486
  "onUpdate:modelValue": (b) => g.value = b,
19491
19487
  showOutline: !1,
@@ -19521,7 +19517,7 @@ const mh = /* @__PURE__ */ Te({
19521
19517
  placement: "auto"
19522
19518
  }, null);
19523
19519
  }
19524
- return Ma(() => {
19520
+ return Ta(() => {
19525
19521
  T();
19526
19522
  }), () => F("div", {
19527
19523
  class: "fv-filter-condition-grid table-body f-utils-fill win11Scroll show nobtn",
@@ -19671,14 +19667,14 @@ const mh = /* @__PURE__ */ Te({
19671
19667
  }
19672
19668
  }), yh = /* @__PURE__ */ Te({
19673
19669
  name: "sort-editor-grid",
19674
- props: Ga,
19670
+ props: qa,
19675
19671
  emits: ["insert", "remove", "rowClick"],
19676
19672
  setup(e, n) {
19677
19673
  const {
19678
19674
  sortTypes: t
19679
- } = Yo(), {
19675
+ } = Go(), {
19680
19676
  renderFieldsComboTree: a
19681
- } = Xo(e), o = k(), {
19677
+ } = Uo(e), o = k(), {
19682
19678
  conditions: i,
19683
19679
  fields: r,
19684
19680
  onInsert: l,
@@ -19686,8 +19682,8 @@ const mh = /* @__PURE__ */ Te({
19686
19682
  onRowClick: c,
19687
19683
  activeRowCls: f,
19688
19684
  itemIntoView: s
19689
- } = Qo(e, n, o);
19690
- return Ma(() => {
19685
+ } = Xo(e, n, o);
19686
+ return Ta(() => {
19691
19687
  s();
19692
19688
  }), () => F("div", {
19693
19689
  class: "table-body f-utils-fill win11Scroll show nobtn ",
@@ -19758,7 +19754,7 @@ function vh(e, n) {
19758
19754
  lbracket: "",
19759
19755
  rbracket: "",
19760
19756
  relation: Ut.Empty,
19761
- compare: Go.Equal,
19757
+ compare: qo.Equal,
19762
19758
  expresstype: e.singleValue ? Et.Value : Et.Variable
19763
19759
  } : {
19764
19760
  sortField: "",
@@ -19861,7 +19857,7 @@ function vh(e, n) {
19861
19857
  }
19862
19858
  const Vn = /* @__PURE__ */ Te({
19863
19859
  name: "filter-condition-editor",
19864
- props: qa,
19860
+ props: za,
19865
19861
  emits: ["update:modelValue"],
19866
19862
  setup(e, n) {
19867
19863
  const t = Ye(e.repositoryToken), a = Ye(Un), o = Ye("FLoadingService");
@@ -20029,18 +20025,18 @@ const Vn = /* @__PURE__ */ Te({
20029
20025
  }
20030
20026
  };
20031
20027
  export {
20032
- Go as Compare,
20028
+ qo as Compare,
20033
20029
  hh as ConditionActions,
20034
20030
  Vn as FilterConditionEditor,
20035
20031
  Ut as FilterRelation,
20036
20032
  Jm as SortType,
20037
20033
  Et as ValueType,
20038
20034
  Zy as default,
20039
- qa as filterConditionEditorProps,
20035
+ za as filterConditionEditorProps,
20040
20036
  zl as propsResolver,
20041
20037
  Zm as treeNodeStatus,
20042
20038
  vh as useConditionData,
20043
- Qo as useConditionEditor,
20044
- Yo as useConstantData,
20045
- Xo as useFieldsTree
20039
+ Xo as useConditionEditor,
20040
+ Go as useConstantData,
20041
+ Uo as useFieldsTree
20046
20042
  };