@shtabapp/ui-kit 1.66.0 → 1.68.0

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 (92) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/SButton-CLTNdnCK.cjs +1 -0
  3. package/dist/{SButton-DQTSlo61.js → SButton-LAOBxpd4.js} +5 -0
  4. package/dist/{SChip-B6vcMlZD.cjs → SChip-Dcvk3JI8.cjs} +1 -1
  5. package/dist/{SChip-DBlJ-4jv.js → SChip-NDTK29yq.js} +1 -1
  6. package/dist/{SColorPicker-C_161aLA.js → SColorPicker-BmaA5Xnp.js} +4 -4
  7. package/dist/{SColorPicker-B_rbs-0d.cjs → SColorPicker-D7mTRL7K.cjs} +1 -1
  8. package/dist/{SDropdown-B1OGbIYg.cjs → SDropdown-BdgpPzfl.cjs} +1 -1
  9. package/dist/{SDropdown-CiXHI3g1.js → SDropdown-xNcC6JDy.js} +1 -1
  10. package/dist/{SInput-Be10IJ_E.cjs → SInput-B4So5LGW.cjs} +1 -1
  11. package/dist/{SInput-CqC-jrCC.js → SInput-D8NftspL.js} +1 -1
  12. package/dist/{SList-Bxet9twB.js → SList-BuXrkB03.js} +1 -1
  13. package/dist/{SList-3YwWEhUU.cjs → SList-CvP0U6U1.cjs} +1 -1
  14. package/dist/{SListItem-Chd81xY0.js → SListItem-BOSQGRWA.js} +1 -1
  15. package/dist/{SListItem-Rb59ZhEw.cjs → SListItem-BeaflFVf.cjs} +1 -1
  16. package/dist/{SPhotoEdit-0grpjqZQ.cjs → SPhotoEdit-CShhPLJt.cjs} +1 -1
  17. package/dist/{SPhotoEdit-COkIQFxd.js → SPhotoEdit-r63G2NZI.js} +1 -1
  18. package/dist/{SSelect-EhvfGB4d.cjs → SSelect-Coyrc99Y.cjs} +1 -1
  19. package/dist/{SSelect-C3-8vi2u.js → SSelect-DUtNtnqM.js} +5 -5
  20. package/dist/{STable-CADyNvk8.js → STable-CMWr1QBp.js} +1285 -1257
  21. package/dist/STable-COnHb4vC.cjs +1 -0
  22. package/dist/{STabs-BbABxzdN.js → STabs-BARXqgoB.js} +1 -1
  23. package/dist/{STabs-a337ikYi.cjs → STabs-n5hMERTK.cjs} +1 -1
  24. package/dist/{STag-BJV5gtD6.js → STag-C5KhPWjQ.js} +1 -1
  25. package/dist/{STag-B68ch31f.cjs → STag-ZPrc5q4N.cjs} +1 -1
  26. package/dist/{STagGroup-DnNdOCrX.js → STagGroup-BGwvunuu.js} +1 -1
  27. package/dist/{STagGroup-B4ktVLZ5.cjs → STagGroup-ccEvIkK7.cjs} +1 -1
  28. package/dist/components/SButton/SButton.types.d.ts +2 -0
  29. package/dist/components/SButton/SButton.types.d.ts.map +1 -1
  30. package/dist/components/SButton/SButton.vue.d.ts.map +1 -1
  31. package/dist/components/STable/STable.types.d.ts +25 -0
  32. package/dist/components/STable/STable.types.d.ts.map +1 -1
  33. package/dist/components/STable/STable.vue.d.ts.map +1 -1
  34. package/dist/components/STable/constants/tableSizes.d.ts +17 -4
  35. package/dist/components/STable/constants/tableSizes.d.ts.map +1 -1
  36. package/dist/components/STable/index.d.ts +2 -2
  37. package/dist/components/STable/index.d.ts.map +1 -1
  38. package/dist/components/STable/parts/STableRow.vue.d.ts +3 -1
  39. package/dist/components/STable/parts/STableRow.vue.d.ts.map +1 -1
  40. package/dist/components/STable/utils/resolveTableRowColor.d.ts +5 -0
  41. package/dist/components/STable/utils/resolveTableRowColor.d.ts.map +1 -0
  42. package/dist/components/STable/utils/useTableCellPlans.d.ts +2 -0
  43. package/dist/components/STable/utils/useTableCellPlans.d.ts.map +1 -1
  44. package/dist/components/STable/utils/useTableColumns.d.ts +1 -0
  45. package/dist/components/STable/utils/useTableColumns.d.ts.map +1 -1
  46. package/dist/components/STable/utils/useTableScrollScale.d.ts +2 -1
  47. package/dist/components/STable/utils/useTableScrollScale.d.ts.map +1 -1
  48. package/dist/components/STable/utils/useTableVirtualRows.d.ts +3 -1
  49. package/dist/components/STable/utils/useTableVirtualRows.d.ts.map +1 -1
  50. package/dist/composables/connectedPosition/getOverflow.d.ts.map +1 -1
  51. package/dist/composables/useFloatingOverlay.d.ts.map +1 -1
  52. package/dist/entries/button.cjs +1 -1
  53. package/dist/entries/button.js +1 -1
  54. package/dist/entries/chip.cjs +1 -1
  55. package/dist/entries/chip.js +1 -1
  56. package/dist/entries/color-picker.cjs +1 -1
  57. package/dist/entries/color-picker.js +1 -1
  58. package/dist/entries/composables.cjs +1 -1
  59. package/dist/entries/composables.js +1 -1
  60. package/dist/entries/dropdown.cjs +1 -1
  61. package/dist/entries/dropdown.js +2 -2
  62. package/dist/entries/input.cjs +1 -1
  63. package/dist/entries/input.js +1 -1
  64. package/dist/entries/list-item.cjs +1 -1
  65. package/dist/entries/list-item.js +1 -1
  66. package/dist/entries/list.cjs +1 -1
  67. package/dist/entries/list.js +1 -1
  68. package/dist/entries/photo-edit.cjs +1 -1
  69. package/dist/entries/photo-edit.js +1 -1
  70. package/dist/entries/select.cjs +1 -1
  71. package/dist/entries/select.js +1 -1
  72. package/dist/entries/table.cjs +1 -1
  73. package/dist/entries/table.d.ts +2 -2
  74. package/dist/entries/table.d.ts.map +1 -1
  75. package/dist/entries/table.js +2 -2
  76. package/dist/entries/tabs.cjs +1 -1
  77. package/dist/entries/tabs.js +1 -1
  78. package/dist/entries/tag-group.cjs +1 -1
  79. package/dist/entries/tag-group.js +2 -2
  80. package/dist/entries/tag.cjs +1 -1
  81. package/dist/entries/tag.js +1 -1
  82. package/dist/index.cjs +1 -1
  83. package/dist/index.d.ts +2 -2
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +117 -117
  86. package/dist/uikit-components.css +1 -1
  87. package/dist/useFloatingOverlay-Dp44TxvN.cjs +1 -0
  88. package/dist/{useFloatingOverlay-B1BvRxLz.js → useFloatingOverlay-b9_eDGNE.js} +66 -67
  89. package/package.json +1 -1
  90. package/dist/SButton-BN-PppY7.cjs +0 -1
  91. package/dist/STable-D1x-kIBO.cjs +0 -1
  92. package/dist/useFloatingOverlay-CtQBdvS9.cjs +0 -1
@@ -1,48 +1,52 @@
1
- import { i as e, n as t, r as n, t as r } from "./SButton-DQTSlo61.js";
2
- import { i, t as a } from "./SCheckbox-BMkOc5cn.js";
3
- import { a as o } from "./useFloatingOverlay-B1BvRxLz.js";
4
- import { t as s } from "./SDropdown-CiXHI3g1.js";
5
- import { t as c } from "./SDropdownMenu-2koPU6IG.js";
6
- import { a as l, o as u, r as d } from "./treeKeyboardNavigation-SmxTdnDz.js";
7
- import { t as f } from "./SListItem-Chd81xY0.js";
8
- import { n as p, r as m, t as h } from "./SToggle-sGw-LSNd.js";
9
- import { Fragment as g, computed as _, createBlock as v, createCommentVNode as y, createElementBlock as b, createElementVNode as x, createSlots as S, createTextVNode as C, createVNode as w, defineComponent as T, isMemoSame as E, markRaw as D, mergeModels as O, mergeProps as k, nextTick as A, normalizeClass as j, normalizeStyle as M, onBeforeUnmount as N, onMounted as P, openBlock as F, ref as I, renderList as L, renderSlot as R, shallowRef as z, toDisplayString as B, toRaw as V, toValue as H, unref as U, useId as ee, useModel as te, useSlots as ne, useTemplateRef as re, watch as W, withCtx as G, withModifiers as ie } from "vue";
10
- import { ESSkeletonType as ae, SIcon as oe, SSeparator as se, SSkeleton as K, useUiKitI18n as ce } from "@shtabapp/ui-kit-primitives";
11
- import { tryOnScopeDispose as le, useElementSize as ue, useEventListener as de, useRafFn as fe, useResizeObserver as pe, useTimeoutFn as me } from "@vueuse/core";
12
- import { elementScroll as he, observeElementOffset as ge, useVirtualizer as _e } from "@tanstack/vue-virtual";
13
- import { combine as ve } from "@atlaskit/pragmatic-drag-and-drop/combine";
14
- import { draggable as ye, dropTargetForElements as be, monitorForElements as q } from "@atlaskit/pragmatic-drag-and-drop/element/adapter";
15
- import { setCustomNativeDragPreview as xe } from "@atlaskit/pragmatic-drag-and-drop/element/set-custom-native-drag-preview";
16
- import { pointerOutsideOfPreview as Se } from "@atlaskit/pragmatic-drag-and-drop/element/pointer-outside-of-preview";
17
- import { attachClosestEdge as Ce, extractClosestEdge as we } from "@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge";
18
- import { disableNativeDragPreview as Te } from "@atlaskit/pragmatic-drag-and-drop/element/disable-native-drag-preview";
19
- import { autoScrollForElements as Ee } from "@atlaskit/pragmatic-drag-and-drop-auto-scroll/element";
1
+ import { n as e, t } from "./contrastSurfaceTextColor-BDlLSSXC.js";
2
+ import { t as n } from "./colorValue-CSh0chxp.js";
3
+ import { i as r, n as i, r as a, t as o } from "./SButton-LAOBxpd4.js";
4
+ import { i as s, t as c } from "./SCheckbox-BMkOc5cn.js";
5
+ import { a as l } from "./useFloatingOverlay-b9_eDGNE.js";
6
+ import { t as u } from "./SDropdown-xNcC6JDy.js";
7
+ import { t as d } from "./SDropdownMenu-2koPU6IG.js";
8
+ import { a as f, o as p, r as m } from "./treeKeyboardNavigation-SmxTdnDz.js";
9
+ import { t as h } from "./SListItem-BOSQGRWA.js";
10
+ import { n as g, r as _, t as v } from "./SToggle-sGw-LSNd.js";
11
+ import { Fragment as y, computed as b, createBlock as x, createCommentVNode as S, createElementBlock as C, createElementVNode as w, createSlots as T, createTextVNode as E, createVNode as D, defineComponent as O, isMemoSame as k, markRaw as A, mergeModels as j, mergeProps as M, nextTick as N, normalizeClass as P, normalizeStyle as F, onBeforeUnmount as I, onMounted as L, openBlock as R, ref as z, renderList as B, renderSlot as V, shallowRef as H, toDisplayString as U, toRaw as ee, toValue as W, unref as G, useId as te, useModel as ne, useSlots as re, useTemplateRef as ie, watch as K, withCtx as q, withModifiers as ae } from "vue";
12
+ import { ESSkeletonType as oe, SIcon as se, SSeparator as ce, SSkeleton as le, useUiKitI18n as ue } from "@shtabapp/ui-kit-primitives";
13
+ import { tryOnScopeDispose as de, useElementSize as fe, useEventListener as pe, useRafFn as me, useResizeObserver as he, useTimeoutFn as ge } from "@vueuse/core";
14
+ import { elementScroll as _e, observeElementOffset as ve, useVirtualizer as ye } from "@tanstack/vue-virtual";
15
+ import { combine as J } from "@atlaskit/pragmatic-drag-and-drop/combine";
16
+ import { draggable as be, dropTargetForElements as xe, monitorForElements as Se } from "@atlaskit/pragmatic-drag-and-drop/element/adapter";
17
+ import { setCustomNativeDragPreview as Ce } from "@atlaskit/pragmatic-drag-and-drop/element/set-custom-native-drag-preview";
18
+ import { pointerOutsideOfPreview as we } from "@atlaskit/pragmatic-drag-and-drop/element/pointer-outside-of-preview";
19
+ import { attachClosestEdge as Te, extractClosestEdge as Ee } from "@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge";
20
+ import { disableNativeDragPreview as De } from "@atlaskit/pragmatic-drag-and-drop/element/disable-native-drag-preview";
21
+ import { autoScrollForElements as Oe } from "@atlaskit/pragmatic-drag-and-drop-auto-scroll/element";
20
22
  //#region src/components/STable/STable.types.ts
21
- var J = /* @__PURE__ */ function(e) {
23
+ var Y = /* @__PURE__ */ function(e) {
22
24
  return e.LEFT = "left", e.RIGHT = "right", e;
23
- }({}), De = /* @__PURE__ */ function(e) {
25
+ }({}), ke = /* @__PURE__ */ function(e) {
24
26
  return e.LEFT = "left", e.CENTER = "center", e.RIGHT = "right", e;
25
- }({}), Y = /* @__PURE__ */ function(e) {
27
+ }({}), X = /* @__PURE__ */ function(e) {
26
28
  return e.ASC = "asc", e.DESC = "desc", e;
27
- }({}), Oe = /* @__PURE__ */ function(e) {
29
+ }({}), Ae = /* @__PURE__ */ function(e) {
28
30
  return e.DEFAULT = "default", e.COMPLETED = "completed", e;
29
- }({}), X = /* @__PURE__ */ function(e) {
31
+ }({}), je = /* @__PURE__ */ function(e) {
32
+ return e.RED_ORANGE = "red-orange", e.ORANGE = "orange", e.YELLOW = "yellow", e.GREEN = "green", e.TEAL = "teal", e.CYAN = "cyan", e.BLUE = "blue", e.INDIGO = "indigo", e.VIOLET = "violet", e.MAGENTA = "magenta", e.PINK = "pink", e.RED = "red", e;
33
+ }({}), Me = /* @__PURE__ */ function(e) {
30
34
  return e.DEFAULT = "default", e.DISABLED = "disabled", e.READONLY = "readonly", e.EDITING = "editing", e;
31
- }({}), ke = /* @__PURE__ */ function(e) {
35
+ }({}), Ne = /* @__PURE__ */ function(e) {
32
36
  return e.AUTO = "auto", e.FIXED = "fixed", e;
33
- }({}), Ae = /* @__PURE__ */ function(e) {
37
+ }({}), Pe = /* @__PURE__ */ function(e) {
34
38
  return e.FLAT = "flat", e.TREE = "tree", e;
35
- }({}), je = /* @__PURE__ */ function(e) {
39
+ }({}), Fe = /* @__PURE__ */ function(e) {
36
40
  return e.BEFORE = "before", e.AFTER = "after", e.CHILD = "child", e;
37
- }({}), Me = /* @__PURE__ */ function(e) {
41
+ }({}), Ie = /* @__PURE__ */ function(e) {
38
42
  return e.NEUTRAL = "neutral", e.SUCCESS = "success", e.WARNING = "warning", e.DANGER = "danger", e;
39
43
  }({}), Z = /* @__PURE__ */ function(e) {
40
44
  return e.UNCHECKED = "unchecked", e.CHECKED = "checked", e.INDETERMINATE = "indeterminate", e;
41
45
  }({}), Q = /* @__PURE__ */ function(e) {
42
46
  return e.ROW = "row", e.GROUP = "group", e.DEPTH_FOOTER = "depthFooter", e.LOAD_MORE = "loadMore", e;
43
- }({}), Ne = 16e6, Pe = 1e5, Fe = 1e9, Ie = 2e3, Le = .3, Re = 1300, ze = "__s-ui-table-filler__", Be = /* @__PURE__ */ T({
47
+ }({}), Le = 16e6, Re = 1e5, ze = 1e9, Be = 2e3, Ve = .3, He = 1300, Ue = "__s-ui-table-filler__", We = /* @__PURE__ */ O({
44
48
  __name: "STableCheckbox",
45
- props: /*@__PURE__*/ O({
49
+ props: /*@__PURE__*/ j({
46
50
  screenReaderLabel: {},
47
51
  indeterminate: {
48
52
  type: Boolean,
@@ -57,34 +61,34 @@ var J = /* @__PURE__ */ function(e) {
57
61
  }),
58
62
  emits: ["update:modelValue"],
59
63
  setup(e) {
60
- let t = te(e, "modelValue"), n = re("checkboxRef");
61
- return W([n, () => e.screenReaderLabel], () => {
64
+ let t = ne(e, "modelValue"), n = ie("checkboxRef");
65
+ return K([n, () => e.screenReaderLabel], () => {
62
66
  let t = n.value?.$el, r = t instanceof HTMLElement ? t.querySelector("input") : void 0;
63
67
  r && (r.tabIndex = -1, r.setAttribute("aria-label", e.screenReaderLabel));
64
68
  }, {
65
69
  immediate: !0,
66
70
  flush: "post"
67
- }), (r, o) => (F(), v(U(a), {
71
+ }), (r, i) => (R(), x(G(c), {
68
72
  ref_key: "checkboxRef",
69
73
  ref: n,
70
74
  modelValue: t.value,
71
- "onUpdate:modelValue": o[0] ||= (e) => t.value = e,
75
+ "onUpdate:modelValue": i[0] ||= (e) => t.value = e,
72
76
  indeterminate: e.indeterminate,
73
- size: U(i).EXTRA_SMALL
77
+ size: G(s).EXTRA_SMALL
74
78
  }, null, 8, [
75
79
  "modelValue",
76
80
  "indeterminate",
77
81
  "size"
78
82
  ]));
79
83
  }
80
- }), Ve = [
84
+ }), Ge = [
81
85
  "id",
82
86
  "aria-colindex",
83
87
  "data-column-key",
84
88
  "data-row-key",
85
89
  "data-section",
86
90
  "tabindex"
87
- ], He = /* @__PURE__ */ T({
91
+ ], Ke = /* @__PURE__ */ O({
88
92
  __name: "STableContentRow",
89
93
  props: {
90
94
  cells: {},
@@ -98,23 +102,23 @@ var J = /* @__PURE__ */ function(e) {
98
102
  focusColumnKey: {}
99
103
  },
100
104
  setup(e) {
101
- return (t, n) => (F(), b("tr", null, [(F(!0), b(g, null, L(e.cells, ({ key: n, cellPlan: r }) => (F(), b(g, { key: n }, [r ? (F(), b("td", {
105
+ return (t, n) => (R(), C("tr", null, [(R(!0), C(y, null, B(e.cells, ({ key: n, cellPlan: r }) => (R(), C(y, { key: n }, [r ? (R(), C("td", {
102
106
  key: 1,
103
107
  id: `${e.cellIdPrefix}${e.rowKey ?? ""}-${r.descriptor.key}`,
104
- class: j([r.cellClass, e.cellClass]),
105
- style: M(r.style),
108
+ class: P([r.cellClass, e.cellClass]),
109
+ style: F(r.style),
106
110
  "aria-colindex": r.descriptor.colIndex,
107
111
  "data-column-key": r.descriptor.key,
108
112
  "data-row-key": e.rowKey,
109
113
  "data-section": e.section,
110
114
  tabindex: r.descriptor.key === e.focusColumnKey ? 0 : -1
111
- }, [r.descriptor.key === e.contentColumnKey ? (F(), b("div", {
115
+ }, [r.descriptor.key === e.contentColumnKey ? (R(), C("div", {
112
116
  key: 0,
113
- class: j(e.contentClass),
114
- style: M(e.contentStyle)
115
- }, [R(t.$slots, "default")], 6)) : y("", !0)], 14, Ve)) : (F(), b("td", {
117
+ class: P(e.contentClass),
118
+ style: F(e.contentStyle)
119
+ }, [V(t.$slots, "default")], 6)) : S("", !0)], 14, Ge)) : (R(), C("td", {
116
120
  key: 0,
117
- class: j([
121
+ class: P([
118
122
  "s-ui-table__cell",
119
123
  "s-ui-table__filler-cell",
120
124
  e.cellClass
@@ -122,36 +126,36 @@ var J = /* @__PURE__ */ function(e) {
122
126
  role: "presentation"
123
127
  }, null, 2))], 64))), 128))]));
124
128
  }
125
- }), Ue = /* @__PURE__ */ function(e) {
129
+ }), qe = /* @__PURE__ */ function(e) {
126
130
  return e.INDICATOR = "indicator", e.CHECKBOX = "checkbox", e.RIGHT_EDGE = "rightEdge", e.COLUMNS_MANAGER = "columnsManager", e;
127
- }({}), We = {
131
+ }({}), Je = {
128
132
  indicator: "indicator",
129
133
  checkbox: "checkbox",
130
134
  rightEdge: "right-edge",
131
135
  columnsManager: "columns-manager"
132
- }, Ge = new Set(["rightEdge", "columnsManager"]), Ke = (e) => Ge.has(e) ? J.RIGHT : J.LEFT, qe = (e) => e.replace(/[^a-zA-Z0-9_-]/g, "-"), Je = (e) => `--s-ui-table-col-w-${qe(e)}`, Ye = (e) => `--s-ui-table-sticky-${qe(e)}`, Xe = (e) => `--s-ui-table-live-w-${qe(e)}`, Ze = (e) => `--s-ui-table-live-sticky-${qe(e)}`, Qe = (e, t) => e.maxWidth === void 0 ? Infinity : Math.max(0, e.maxWidth - e.baseWidth - t), $e = (e, t, n) => {
136
+ }, Ye = new Set(["rightEdge", "columnsManager"]), Xe = (e) => Ye.has(e) ? Y.RIGHT : Y.LEFT, Ze = (e) => e.replace(/[^a-zA-Z0-9_-]/g, "-"), Qe = (e) => `--s-ui-table-col-w-${Ze(e)}`, $e = (e) => `--s-ui-table-sticky-${Ze(e)}`, et = (e) => `--s-ui-table-live-w-${Ze(e)}`, tt = (e) => `--s-ui-table-live-sticky-${Ze(e)}`, nt = (e, t) => e.maxWidth === void 0 ? Infinity : Math.max(0, e.maxWidth - e.baseWidth - t), rt = (e, t, n) => {
133
137
  let r = e.reduce((e, t) => e + t.baseWidth, 0), i = 0;
134
138
  return e.forEach((a, o) => {
135
- let s = o === e.length - 1 ? t - i : Math.floor(t * a.baseWidth / r), c = n.get(a.key) ?? 0, l = Math.min(s, Qe(a, c));
139
+ let s = o === e.length - 1 ? t - i : Math.floor(t * a.baseWidth / r), c = n.get(a.key) ?? 0, l = Math.min(s, nt(a, c));
136
140
  n.set(a.key, c + l), i += l;
137
141
  }), t - i;
138
- }, et = (e) => e ? 430 : 160, tt = (e) => {
139
- let t = e.filter((e) => e.sticky === J.LEFT), n = t[t.length - 1];
142
+ }, it = (e) => e ? 430 : 160, at = (e) => {
143
+ let t = e.filter((e) => e.sticky === Y.LEFT), n = t[t.length - 1];
140
144
  n && (n.lastStickyLeft = !0);
141
- let r = e.find((e) => e.sticky === J.RIGHT);
145
+ let r = e.find((e) => e.sticky === Y.RIGHT);
142
146
  r && (r.firstStickyRight = !0);
143
- }, nt = (e, t) => {
147
+ }, ot = (e, t) => {
144
148
  let n = /* @__PURE__ */ new Map(), r = t;
145
149
  for (let t = 0; t < e.length && r > 0; t += 1) {
146
- let t = e.filter((e) => Qe(e, n.get(e.key) ?? 0) > 0);
150
+ let t = e.filter((e) => nt(e, n.get(e.key) ?? 0) > 0);
147
151
  if (t.length === 0) return n;
148
- r = $e(t, r, n);
152
+ r = rt(t, r, n);
149
153
  }
150
154
  return n;
151
- }, rt = (e, t) => {
155
+ }, st = (e, t) => {
152
156
  let n = e.reduce((e, t) => e + t.baseWidth, 0), r = e.filter((e) => e.flexible), i = Math.floor(t) - n;
153
157
  if (i <= 0 || r.length === 0) return e;
154
- let a = nt(r, i);
158
+ let a = ot(r, i);
155
159
  return e.map((e) => {
156
160
  let t = a.get(e.key);
157
161
  return t ? {
@@ -159,12 +163,12 @@ var J = /* @__PURE__ */ function(e) {
159
163
  width: e.baseWidth + t
160
164
  } : e;
161
165
  });
162
- }, it = ({ columns: e, columnOrder: t, columnWidths: n, hiddenColumns: r, hasIndicator: i, hasCheckbox: a, hasRightEdge: o, hasColumnsManager: s, columnsResizable: c, columnsDraggable: l, viewportWidth: u }) => {
163
- let d = _(() => {
164
- let t = H(e);
166
+ }, ct = ({ columns: e, columnOrder: t, columnWidths: n, hiddenColumns: r, hasIndicator: i, hasCheckbox: a, hasRightEdge: o, hasColumnsManager: s, columnsResizable: c, columnsDraggable: l, viewportWidth: u }) => {
167
+ let d = b(() => {
168
+ let t = W(e);
165
169
  return t.find((e) => e.primary)?.key ?? t[0]?.key;
166
- }), f = _(() => {
167
- let n = H(e), i = new Set(r.value ?? []), a = t.value, o = new Map(n.map((e) => [e.key, e])), s = [];
170
+ }), f = b(() => {
171
+ let n = W(e), i = new Set(r.value ?? []), a = t.value, o = new Map(n.map((e) => [e.key, e])), s = [];
168
172
  a ? (a.forEach((e) => {
169
173
  o.has(e) && s.push(e);
170
174
  }), n.forEach((e) => {
@@ -179,7 +183,7 @@ var J = /* @__PURE__ */ function(e) {
179
183
  });
180
184
  let l = [], u = [], f = [], p = [];
181
185
  return c.forEach((e) => {
182
- e.key === d.value ? l.push(e) : e.sticky === J.LEFT ? u.push(e) : e.sticky === J.RIGHT ? p.push(e) : f.push(e);
186
+ e.key === d.value ? l.push(e) : e.sticky === Y.LEFT ? u.push(e) : e.sticky === Y.RIGHT ? p.push(e) : f.push(e);
183
187
  }), [
184
188
  ...l,
185
189
  ...u,
@@ -195,14 +199,14 @@ var J = /* @__PURE__ */ function(e) {
195
199
  baseWidth: e.width,
196
200
  flexible: !1
197
201
  } : {
198
- baseWidth: et(t),
199
- flexible: e.sticky !== J.RIGHT
202
+ baseWidth: it(t),
203
+ flexible: e.sticky !== Y.RIGHT
200
204
  };
201
205
  }, m = (e) => {
202
- H(o) && e("rightEdge", 40), H(s) && e("columnsManager", 32);
203
- }, h = _(() => {
204
- let e = [], t = H(c), n = H(l), r = (t, n) => {
205
- let r = Ke(t);
206
+ W(o) && e("rightEdge", 40), W(s) && e("columnsManager", 32);
207
+ }, h = b(() => {
208
+ let e = [], t = W(c), n = W(l), r = (t, n) => {
209
+ let r = Xe(t);
206
210
  e.push({
207
211
  key: `__s-ui-table-${t}`,
208
212
  service: t,
@@ -212,23 +216,23 @@ var J = /* @__PURE__ */ function(e) {
212
216
  minWidth: n,
213
217
  maxWidth: n,
214
218
  sticky: r,
215
- align: De.LEFT,
219
+ align: ke.LEFT,
216
220
  primary: !1,
217
221
  resizable: !1,
218
222
  draggable: !1,
219
223
  sortable: !1,
220
224
  hideable: !1,
221
225
  colIndex: 0,
222
- widthVar: Je(t),
223
- liveWidthVar: Xe(t),
224
- stickyOffsetVar: Ye(t),
225
- liveStickyOffsetVar: Ze(t),
226
+ widthVar: Qe(t),
227
+ liveWidthVar: et(t),
228
+ stickyOffsetVar: $e(t),
229
+ liveStickyOffsetVar: tt(t),
226
230
  lastStickyLeft: !1,
227
231
  firstStickyRight: !1
228
232
  });
229
233
  };
230
- H(i) && r("indicator", 2), H(a) && r("checkbox", 24), f.value.forEach((r) => {
231
- let i = r.key === d.value, a = i ? J.LEFT : r.sticky, { baseWidth: o, flexible: s } = p(r, i);
234
+ W(i) && r("indicator", 2), W(a) && r("checkbox", 24), f.value.forEach((r) => {
235
+ let i = r.key === d.value, a = i ? Y.LEFT : r.sticky, { baseWidth: o, flexible: s } = p(r, i);
232
236
  e.push({
233
237
  key: r.key,
234
238
  column: r,
@@ -238,50 +242,50 @@ var J = /* @__PURE__ */ function(e) {
238
242
  minWidth: r.minWidth ?? 60,
239
243
  maxWidth: r.maxWidth,
240
244
  sticky: a,
241
- align: r.align ?? De.LEFT,
245
+ align: r.align ?? ke.LEFT,
242
246
  primary: i,
243
247
  resizable: t && (r.resizable ?? !0),
244
248
  draggable: n && !i && (r.draggable ?? !0),
245
249
  sortable: r.sortable ?? !1,
246
250
  hideable: !i && (r.hideable ?? !0),
247
251
  colIndex: 0,
248
- widthVar: Je(r.key),
249
- liveWidthVar: Xe(r.key),
250
- stickyOffsetVar: a ? Ye(r.key) : void 0,
251
- liveStickyOffsetVar: a ? Ze(r.key) : void 0,
252
+ widthVar: Qe(r.key),
253
+ liveWidthVar: et(r.key),
254
+ stickyOffsetVar: a ? $e(r.key) : void 0,
255
+ liveStickyOffsetVar: a ? tt(r.key) : void 0,
252
256
  lastStickyLeft: !1,
253
257
  firstStickyRight: !1
254
258
  });
255
259
  }), m(r);
256
260
  let o = 0;
257
261
  return e.forEach((e) => {
258
- e.sticky !== J.RIGHT && (o += 1, e.colIndex = o);
262
+ e.sticky !== Y.RIGHT && (o += 1, e.colIndex = o);
259
263
  }), e.forEach((e) => {
260
- e.sticky === J.RIGHT && (o += 1, e.colIndex = o);
261
- }), tt(e), e;
262
- }), g = _(() => rt(h.value, H(u))), v = _(() => g.value.reduce((e, t) => e + t.width, 0)), y = _(() => {
264
+ e.sticky === Y.RIGHT && (o += 1, e.colIndex = o);
265
+ }), at(e), e;
266
+ }), g = b(() => st(h.value, W(u))), _ = b(() => g.value.reduce((e, t) => e + t.width, 0)), v = b(() => {
263
267
  let e = {}, t = 0;
264
268
  g.value.forEach((n) => {
265
- e[n.widthVar] = `${n.width}px`, n.sticky === J.LEFT && n.stickyOffsetVar && (e[n.stickyOffsetVar] = `${t}px`, t += n.width);
269
+ e[n.widthVar] = `${n.width}px`, n.sticky === Y.LEFT && n.stickyOffsetVar && (e[n.stickyOffsetVar] = `${t}px`, t += n.width);
266
270
  });
267
271
  let n = 0;
268
272
  return [...g.value].reverse().forEach((t) => {
269
- t.sticky === J.RIGHT && t.stickyOffsetVar && (e[t.stickyOffsetVar] = `${n}px`, n += t.width);
273
+ t.sticky === Y.RIGHT && t.stickyOffsetVar && (e[t.stickyOffsetVar] = `${n}px`, n += t.width);
270
274
  }), e;
271
275
  });
272
276
  return {
273
277
  primaryColumnKey: d,
274
278
  orderedDataColumns: f,
275
279
  columnDescriptors: g,
276
- dataColumnDescriptors: _(() => g.value.filter((e) => e.column)),
277
- columnCssVars: y,
278
- totalWidth: v,
279
- columnCount: _(() => g.value.length)
280
+ dataColumnDescriptors: b(() => g.value.filter((e) => e.column)),
281
+ columnCssVars: v,
282
+ totalWidth: _,
283
+ columnCount: b(() => g.value.length)
280
284
  };
281
285
  }, $ = /* @__PURE__ */ function(e) {
282
286
  return e.HEADER = "h", e.BODY = "b", e.CREATION = "c", e.AGGREGATE = "a", e;
283
- }({}), at = "button, a[href], input, select, textarea, [tabindex]", ot = Object.values($), st = (e) => ot.find((t) => t === e), ct = ({ tableRootElement: e, tableElement: t, scrollElement: n, columnDescriptors: r, flatRows: i, snapshot: a, groupColumnKey: o, depthFooterColumnKey: s, loadMoreColumnKey: c, creationColumnKey: l, hasCreationRow: u, hasAggregateRow: d, isRowNavigable: f, pageSize: p, buildCellDomId: m, onBodyRowFocused: h, scrollToRowIndex: g }) => {
284
- let v = z(), y = z(), b = z(!1), x = z(0), S = _(() => r.value.filter((e) => e.service !== Ue.INDICATOR).map((e) => e.key)), C = _(() => r.value.filter((e) => e.service !== Ue.INDICATOR && e.service !== Ue.COLUMNS_MANAGER).map((e) => e.key)), w = (e) => {
287
+ }({}), lt = "button, a[href], input, select, textarea, [tabindex]", ut = Object.values($), dt = (e) => ut.find((t) => t === e), ft = ({ tableRootElement: e, tableElement: t, scrollElement: n, columnDescriptors: r, flatRows: i, snapshot: a, groupColumnKey: o, depthFooterColumnKey: s, loadMoreColumnKey: c, creationColumnKey: l, hasCreationRow: u, hasAggregateRow: d, isRowNavigable: f, pageSize: p, buildCellDomId: m, onBodyRowFocused: h, scrollToRowIndex: g }) => {
288
+ let _ = H(), v = H(), y = H(!1), x = H(0), S = b(() => r.value.filter((e) => e.service !== qe.INDICATOR).map((e) => e.key)), C = b(() => r.value.filter((e) => e.service !== qe.INDICATOR && e.service !== qe.COLUMNS_MANAGER).map((e) => e.key)), w = (e) => {
285
289
  if (!e) return;
286
290
  let t = a.value.getRowIndexByKey(e);
287
291
  return t === void 0 ? void 0 : i.value[t];
@@ -289,18 +293,18 @@ var J = /* @__PURE__ */ function(e) {
289
293
  if (e.kind === Q.ROW) return C.value;
290
294
  let t = {
291
295
  [Q.ROW]: void 0,
292
- [Q.GROUP]: H(o),
293
- [Q.DEPTH_FOOTER]: H(s),
294
- [Q.LOAD_MORE]: H(c)
296
+ [Q.GROUP]: W(o),
297
+ [Q.DEPTH_FOOTER]: W(s),
298
+ [Q.LOAD_MORE]: W(c)
295
299
  }[e.kind];
296
300
  return t ? [t] : [];
297
301
  }, E = (e) => {
298
302
  if (e.section === "h") return S.value;
299
303
  if (e.section === "c") {
300
- let e = H(l);
301
- return H(u) && e ? [e] : [];
304
+ let e = W(l);
305
+ return W(u) && e ? [e] : [];
302
306
  }
303
- if (e.section === "a") return H(d) ? C.value : [];
307
+ if (e.section === "a") return W(d) ? C.value : [];
304
308
  let t = w(e.rowKey);
305
309
  return t && f(t) ? T(t) : [];
306
310
  }, D = (e, t) => {
@@ -312,21 +316,21 @@ var J = /* @__PURE__ */ function(e) {
312
316
  let t = Math.abs(n.indexOf(e) - r);
313
317
  t < o && (o = t, a = e);
314
318
  }), a;
315
- }, O = _(() => ({
319
+ }, O = b(() => ({
316
320
  section: "h",
317
- columnKey: D(S.value, y.value)
318
- })), k = _(() => {
319
- let e = v.value;
321
+ columnKey: D(S.value, v.value)
322
+ })), k = b(() => {
323
+ let e = _.value;
320
324
  if (!e) return O.value;
321
325
  let t = E(e);
322
326
  return t.length === 0 ? O.value : t.includes(e.columnKey) ? e : {
323
327
  ...e,
324
328
  columnKey: D(t, e.columnKey)
325
329
  };
326
- }), j = _(() => i.value.length), M = _(() => j.value + +!!H(u) + +!!H(d)), N = (e) => {
330
+ }), A = b(() => i.value.length), j = b(() => A.value + +!!W(u) + +!!W(d)), M = (e) => {
327
331
  if (e.section === "h") return 0;
328
- if (e.section === "c") return j.value + 1;
329
- if (e.section === "a") return j.value + 1 + +!!H(u);
332
+ if (e.section === "c") return A.value + 1;
333
+ if (e.section === "a") return A.value + 1 + +!!W(u);
330
334
  let t = e.rowKey === void 0 ? void 0 : a.value.getRowIndexByKey(e.rowKey);
331
335
  return t === void 0 ? void 0 : t + 1;
332
336
  }, P = (e, t) => {
@@ -334,7 +338,7 @@ var J = /* @__PURE__ */ function(e) {
334
338
  section: "h",
335
339
  columnKey: D(S.value, t)
336
340
  };
337
- if (e <= j.value) {
341
+ if (e <= A.value) {
338
342
  let n = i.value[e - 1];
339
343
  if (!n || !f(n)) return;
340
344
  let r = T(n);
@@ -344,21 +348,21 @@ var J = /* @__PURE__ */ function(e) {
344
348
  columnKey: D(r, t)
345
349
  };
346
350
  }
347
- if (H(u) && e === j.value + 1) {
348
- let e = H(l);
351
+ if (W(u) && e === A.value + 1) {
352
+ let e = W(l);
349
353
  return e ? {
350
354
  section: "c",
351
355
  columnKey: e
352
356
  } : void 0;
353
357
  }
354
- if (H(d) && e === M.value) return {
358
+ if (W(d) && e === j.value) return {
355
359
  section: "a",
356
360
  columnKey: D(S.value, t)
357
361
  };
358
362
  }, F = (e, t) => {
359
363
  let n = e;
360
- for (; n >= 0 && n <= M.value;) {
361
- let e = P(n, y.value);
364
+ for (; n >= 0 && n <= j.value;) {
365
+ let e = P(n, v.value);
362
366
  if (e) return e;
363
367
  n += t;
364
368
  }
@@ -375,90 +379,90 @@ var J = /* @__PURE__ */ function(e) {
375
379
  return;
376
380
  }
377
381
  u.right > s && (t.scrollLeft += u.right - s);
378
- }, B = (e, t) => {
379
- v.value = e, t && (y.value = e.columnKey);
380
- let n = N(e);
382
+ }, z = (e, t) => {
383
+ _.value = e, t && (v.value = e.columnKey);
384
+ let n = M(e);
381
385
  n !== void 0 && (x.value = n);
382
- }, V = (e, t) => {
386
+ }, B = (e, t) => {
383
387
  let n = E(e), r = n.length > 0 && !n.includes(e.columnKey) ? {
384
388
  ...e,
385
389
  columnKey: D(n, e.columnKey)
386
390
  } : e;
387
- if (B(r, t?.updateDesired ?? !0), b.value = !1, r.section === "b" && r.rowKey) {
391
+ if (z(r, t?.updateDesired ?? !0), y.value = !1, r.section === "b" && r.rowKey) {
388
392
  h(r.rowKey);
389
393
  let e = a.value.getRowIndexByKey(r.rowKey);
390
394
  (t?.scroll ?? !0) && e !== void 0 && g(e);
391
395
  }
392
- t?.focusElement !== !1 && A(() => {
396
+ t?.focusElement !== !1 && N(() => {
393
397
  L()?.focus({ preventScroll: !0 }), R();
394
398
  });
395
- }, U = (e, t) => {
399
+ }, V = (e, t) => {
396
400
  let n = k.value;
397
401
  if (t !== 0) {
398
402
  let e = E(n), r = e[e.indexOf(n.columnKey) + t];
399
- r && V({
403
+ r && B({
400
404
  ...n,
401
405
  columnKey: r
402
406
  });
403
407
  return;
404
408
  }
405
409
  if (e === 0) return;
406
- let r = e > 0 ? 1 : -1, i = F((N(n) ?? x.value) + r, r);
407
- i && V(i, { updateDesired: !1 });
408
- }, ee = (e) => {
410
+ let r = e > 0 ? 1 : -1, i = F((M(n) ?? x.value) + r, r);
411
+ i && B(i, { updateDesired: !1 });
412
+ }, U = (e) => {
409
413
  let t = k.value, n = E(t), r = e === "start" ? n[0] : n[n.length - 1];
410
- r && V({
414
+ r && B({
411
415
  ...t,
412
416
  columnKey: r
413
417
  });
414
- }, te = (e) => {
415
- let t = e === "first" ? F(0, 1) : F(M.value, -1);
418
+ }, ee = (e) => {
419
+ let t = e === "first" ? F(0, 1) : F(j.value, -1);
416
420
  if (!t) return;
417
421
  let n = E(t), r = e === "first" ? n[0] : n[n.length - 1];
418
- V(r ? {
422
+ B(r ? {
419
423
  ...t,
420
424
  columnKey: r
421
425
  } : t);
422
- }, ne = (e) => {
423
- let t = N(k.value) ?? x.value, n = Math.max(1, Math.round(H(p))), r = Math.min(M.value, Math.max(0, t + e * n)), i = F(r, e) ?? F(r, e === 1 ? -1 : 1);
424
- i && V(i, { updateDesired: !1 });
425
- }, re = (e) => {
426
+ }, G = (e) => {
427
+ let t = M(k.value) ?? x.value, n = Math.max(1, Math.round(W(p))), r = Math.min(j.value, Math.max(0, t + e * n)), i = F(r, e) ?? F(r, e === 1 ? -1 : 1);
428
+ i && B(i, { updateDesired: !1 });
429
+ }, te = (e) => {
426
430
  let t = [];
427
- return e.querySelectorAll(at).forEach((e) => {
431
+ return e.querySelectorAll(lt).forEach((e) => {
428
432
  !(e instanceof HTMLElement) || e.offsetParent === null || e.hasAttribute("disabled") || e.closest("[aria-hidden=\"true\"]") || t.push(e);
429
433
  }), t;
430
- }, G = () => {
431
- let e = L(), t = e ? re(e)[0] : void 0;
432
- return t ? (b.value = !0, t.focus(), !0) : !1;
433
- }, ie = () => {
434
- b.value = !1, L()?.focus({ preventScroll: !0 });
435
- }, ae = (e) => {
436
- let t = L(), n = t ? re(t) : [];
434
+ }, ne = () => {
435
+ let e = L(), t = e ? te(e)[0] : void 0;
436
+ return t ? (y.value = !0, t.focus(), !0) : !1;
437
+ }, re = () => {
438
+ y.value = !1, L()?.focus({ preventScroll: !0 });
439
+ }, ie = (e) => {
440
+ let t = L(), n = t ? te(t) : [];
437
441
  if (n.length === 0) return;
438
442
  let r = document.activeElement, i = n.findIndex((e) => e === r || r instanceof Node && e.contains(r));
439
443
  n[i === -1 ? e === 1 ? 0 : n.length - 1 : (i + e + n.length) % n.length]?.focus();
440
- }, oe = () => {
444
+ }, q = () => {
441
445
  let e = k.value, n = E(e);
442
446
  if (n.length > 0) {
443
- V({
447
+ B({
444
448
  ...e,
445
- columnKey: D(n, y.value)
449
+ columnKey: D(n, v.value)
446
450
  }, {
447
451
  scroll: !1,
448
452
  updateDesired: !1
449
453
  });
450
454
  return;
451
455
  }
452
- let r = Math.min(x.value, M.value), i = F(r, -1) ?? F(r, 1);
456
+ let r = Math.min(x.value, j.value), i = F(r, -1) ?? F(r, 1);
453
457
  if (i) {
454
- V(i, {
458
+ B(i, {
455
459
  scroll: !1,
456
460
  updateDesired: !1
457
461
  });
458
462
  return;
459
463
  }
460
464
  if (S.value.length > 0) {
461
- V(O.value, {
465
+ B(O.value, {
462
466
  scroll: !1,
463
467
  updateDesired: !1
464
468
  });
@@ -466,64 +470,64 @@ var J = /* @__PURE__ */ function(e) {
466
470
  }
467
471
  t.value?.focus();
468
472
  };
469
- W(() => {
470
- let e = v.value?.rowKey;
473
+ K(() => {
474
+ let e = _.value?.rowKey;
471
475
  return e === void 0 ? void 0 : a.value.getRowIndexByKey(e);
472
476
  }, (e, t) => {
473
- t === void 0 || e !== void 0 || document.activeElement === document.body && oe();
477
+ t === void 0 || e !== void 0 || document.activeElement === document.body && q();
474
478
  }, { flush: "post" });
475
- let se = (e, t) => {
476
- B(e, !0), b.value = t, e.section === "b" && e.rowKey && h(e.rowKey);
477
- }, K = (e, t, n) => {
479
+ let ae = (e, t) => {
480
+ z(e, !0), y.value = t, e.section === "b" && e.rowKey && h(e.rowKey);
481
+ }, oe = (e, t, n) => {
478
482
  let r = k.value;
479
483
  return r.section === e && r.rowKey === t && r.columnKey === n;
480
- }, ce = (e, t, n) => K(e, t, n) ? 0 : -1, le = _(() => {
484
+ }, se = (e, t, n) => oe(e, t, n) ? 0 : -1, ce = b(() => {
481
485
  let e = k.value;
482
486
  return e.section === "b" ? e.rowKey : void 0;
483
487
  });
484
488
  return {
485
489
  focusAddress: k,
486
- focusedBodyRowKey: le,
487
- focusBodyRowIndex: _(() => {
488
- let e = le.value;
490
+ focusedBodyRowKey: ce,
491
+ focusBodyRowIndex: b(() => {
492
+ let e = ce.value;
489
493
  return e === void 0 ? void 0 : a.value.getRowIndexByKey(e);
490
494
  }),
491
- cellEntered: b,
492
- isCellFocused: K,
493
- getCellTabIndex: ce,
494
- moveFocus: U,
495
- moveToRowEdge: ee,
496
- moveToGridEdge: te,
497
- moveByPage: ne,
498
- focusAddressNow: V,
499
- syncFocusAddress: se,
500
- enterCell: G,
501
- exitCell: ie,
502
- cycleCellFocus: ae,
503
- restoreFocusAfterUnmount: oe,
495
+ cellEntered: y,
496
+ isCellFocused: oe,
497
+ getCellTabIndex: se,
498
+ moveFocus: V,
499
+ moveToRowEdge: U,
500
+ moveToGridEdge: ee,
501
+ moveByPage: G,
502
+ focusAddressNow: B,
503
+ syncFocusAddress: ae,
504
+ enterCell: ne,
505
+ exitCell: re,
506
+ cycleCellFocus: ie,
507
+ restoreFocusAfterUnmount: q,
504
508
  ensureFocusedCellVisibleHorizontally: R,
505
509
  queryFocusedCellElement: L
506
510
  };
507
- }, lt = [
511
+ }, pt = [
508
512
  "data-index",
509
513
  "aria-rowindex",
510
514
  "aria-level",
511
515
  "aria-expanded"
512
- ], ut = [
516
+ ], mt = [
513
517
  "id",
514
518
  "aria-colindex",
515
519
  "data-column-key",
516
520
  "data-row-key",
517
521
  "data-section",
518
522
  "tabindex"
519
- ], dt = { class: "s-ui-table__group-main" }, ft = { class: "s-ui-table__group-title" }, pt = { class: "s-ui-table__group-counter" }, mt = [
523
+ ], ht = { class: "s-ui-table__group-main" }, gt = { class: "s-ui-table__group-title" }, _t = { class: "s-ui-table__group-counter" }, vt = [
520
524
  "id",
521
525
  "aria-colindex",
522
526
  "data-column-key",
523
527
  "data-row-key",
524
528
  "data-section",
525
529
  "tabindex"
526
- ], ht = /* @__PURE__ */ T({
530
+ ], yt = /* @__PURE__ */ O({
527
531
  __name: "STableGroupRow",
528
532
  props: {
529
533
  row: {},
@@ -555,53 +559,53 @@ var J = /* @__PURE__ */ function(e) {
555
559
  "rowClick",
556
560
  "menuOpen"
557
561
  ],
558
- setup(i, { emit: a }) {
559
- let l = a, u = ne(), { t: d } = ce(), f = I(!1), p = (e) => {
560
- l("menuOpen"), e();
561
- }, m = _(() => ({
562
- "s-ui-table__group-row--active": i.active,
563
- "s-ui-table__group-row--collapsed": !i.expanded,
564
- "s-ui-table__group-row--stuck": i.stuck,
565
- "s-ui-table__group-row--dragging": i.dragging,
566
- "s-ui-table__group-row--drop-before": i.dropPosition === "before",
567
- "s-ui-table__group-row--drop-after": i.dropPosition === "after",
568
- "s-ui-table__group-row--drop-inside": i.dropPosition === "inside"
569
- })), h = _(() => {
570
- if (i.row.depth !== 0) return { paddingInlineStart: `calc(var(--s-ui-dimension-4) + ${i.row.depth * i.treeIndent}px)` };
571
- }), S = _(() => i.total === void 0 ? String(i.count) : `${i.count}/${i.total}`), C = _(() => i.expanded ? "chevronMiniDown" : "chevronMiniRight"), T = _(() => i.expanded ? d("table.collapse") : d("table.expand"));
572
- return (a, _) => (F(), b("tr", {
573
- ref: i.dndRef,
574
- class: j(["s-ui-table__group-row", m.value]),
575
- "data-index": i.rowIndex,
576
- "aria-rowindex": i.rowIndex + 2,
577
- "aria-level": i.row.depth + 1,
578
- "aria-expanded": i.row.hasChildren ? i.expanded : void 0,
579
- onClick: _[3] ||= (e) => l("rowClick", e)
562
+ setup(e, { emit: t }) {
563
+ let n = t, s = re(), { t: c } = ue(), f = z(!1), p = (e) => {
564
+ n("menuOpen"), e();
565
+ }, m = b(() => ({
566
+ "s-ui-table__group-row--active": e.active,
567
+ "s-ui-table__group-row--collapsed": !e.expanded,
568
+ "s-ui-table__group-row--stuck": e.stuck,
569
+ "s-ui-table__group-row--dragging": e.dragging,
570
+ "s-ui-table__group-row--drop-before": e.dropPosition === "before",
571
+ "s-ui-table__group-row--drop-after": e.dropPosition === "after",
572
+ "s-ui-table__group-row--drop-inside": e.dropPosition === "inside"
573
+ })), h = b(() => {
574
+ if (e.row.depth !== 0) return { paddingInlineStart: `calc(var(--s-ui-dimension-4) + ${e.row.depth * e.treeIndent}px)` };
575
+ }), g = b(() => e.total === void 0 ? String(e.count) : `${e.count}/${e.total}`), _ = b(() => e.expanded ? "chevronMiniDown" : "chevronMiniRight"), v = b(() => e.expanded ? c("table.collapse") : c("table.expand"));
576
+ return (t, b) => (R(), C("tr", {
577
+ ref: e.dndRef,
578
+ class: P(["s-ui-table__group-row", m.value]),
579
+ "data-index": e.rowIndex,
580
+ "aria-rowindex": e.rowIndex + 2,
581
+ "aria-level": e.row.depth + 1,
582
+ "aria-expanded": e.row.hasChildren ? e.expanded : void 0,
583
+ onClick: b[3] ||= (e) => n("rowClick", e)
580
584
  }, [
581
- (F(!0), b(g, null, L(i.leadingPlans, (m) => (F(), b("td", {
582
- id: `${i.cellIdPrefix}${i.row.key}-${m.descriptor.key}`,
585
+ (R(!0), C(y, null, B(e.leadingPlans, (m) => (R(), C("td", {
586
+ id: `${e.cellIdPrefix}${e.row.key}-${m.descriptor.key}`,
583
587
  key: m.descriptor.key,
584
- class: j([m.cellClass, "s-ui-table__group-cell"]),
585
- style: M(m.style),
588
+ class: P([m.cellClass, "s-ui-table__group-cell"]),
589
+ style: F(m.style),
586
590
  "aria-colindex": m.descriptor.colIndex,
587
591
  "data-column-key": m.descriptor.key,
588
- "data-row-key": i.row.key,
589
- "data-section": U($).BODY,
590
- tabindex: m.descriptor.key === i.focusColumnKey ? 0 : -1
591
- }, [m.descriptor.key === i.groupColumnKey ? (F(), b("div", {
592
+ "data-row-key": e.row.key,
593
+ "data-section": G($).BODY,
594
+ tabindex: m.descriptor.key === e.focusColumnKey ? 0 : -1
595
+ }, [m.descriptor.key === e.groupColumnKey ? (R(), C("div", {
592
596
  key: 0,
593
597
  class: "s-ui-table__group-content",
594
- style: M(h.value)
595
- }, [R(a.$slots, "row", {}, () => [
596
- w(U(r), {
598
+ style: F(h.value)
599
+ }, [V(t.$slots, "row", {}, () => [
600
+ D(G(o), {
597
601
  class: "s-ui-table__group-chevron",
598
- appearance: U(t).BARE,
599
- variant: U(e).NEUTRAL,
600
- size: U(n).SMALL,
601
- icon: C.value,
602
- "aria-label": T.value,
602
+ appearance: G(i).BARE,
603
+ variant: G(r).NEUTRAL,
604
+ size: G(a).SMALL,
605
+ icon: _.value,
606
+ "aria-label": v.value,
603
607
  tabindex: "-1",
604
- onClick: _[0] ||= ie((e) => l("toggle"), ["stop"])
608
+ onClick: b[0] ||= ae((e) => n("toggle"), ["stop"])
605
609
  }, null, 8, [
606
610
  "appearance",
607
611
  "variant",
@@ -609,26 +613,26 @@ var J = /* @__PURE__ */ function(e) {
609
613
  "icon",
610
614
  "aria-label"
611
615
  ]),
612
- x("div", dt, [R(a.$slots, "title", {}, () => [x("span", ft, B(i.title), 1)]), x("span", pt, B(S.value), 1)]),
613
- x("div", {
616
+ w("div", ht, [V(t.$slots, "title", {}, () => [w("span", gt, U(e.title), 1)]), w("span", _t, U(g.value), 1)]),
617
+ w("div", {
614
618
  class: "s-ui-table__group-actions",
615
- onClick: _[2] ||= ie(() => {}, ["stop"])
616
- }, [R(a.$slots, "actions"), U(u).menu ? (F(), v(U(s), {
619
+ onClick: b[2] ||= ae(() => {}, ["stop"])
620
+ }, [V(t.$slots, "actions"), G(s).menu ? (R(), x(G(u), {
617
621
  key: 0,
618
622
  modelValue: f.value,
619
- "onUpdate:modelValue": _[1] ||= (e) => f.value = e,
620
- placement: U(o).BOTTOM_END,
623
+ "onUpdate:modelValue": b[1] ||= (e) => f.value = e,
624
+ placement: G(l).BOTTOM_END,
621
625
  "teleport-to": !1
622
626
  }, {
623
- trigger: G(({ toggle: i }) => [w(U(r), {
624
- class: j(["s-ui-table__group-kebab", { "s-ui-table__group-kebab--open": f.value }]),
625
- appearance: U(t).BARE,
626
- variant: U(e).NEUTRAL,
627
- size: U(n).SMALL,
628
- icon: "more",
629
- "aria-label": U(d)("table.groupMenu"),
627
+ trigger: q(({ toggle: e }) => [D(G(o), {
628
+ class: P(["s-ui-table__group-kebab", { "s-ui-table__group-kebab--open": f.value }]),
629
+ appearance: G(i).BARE,
630
+ variant: G(r).NEUTRAL,
631
+ size: G(a).SMALL,
632
+ icon: "menu",
633
+ "aria-label": G(c)("table.groupMenu"),
630
634
  tabindex: "-1",
631
- onClick: (e) => p(i)
635
+ onClick: (t) => p(e)
632
636
  }, null, 8, [
633
637
  "class",
634
638
  "appearance",
@@ -637,60 +641,60 @@ var J = /* @__PURE__ */ function(e) {
637
641
  "aria-label",
638
642
  "onClick"
639
643
  ])]),
640
- content: G(() => [w(U(c), { width: 220 }, {
641
- default: G(() => [R(a.$slots, "menu")]),
644
+ content: q(() => [D(G(d), { width: 220 }, {
645
+ default: q(() => [V(t.$slots, "menu")]),
642
646
  _: 3
643
647
  })]),
644
648
  _: 3
645
- }, 8, ["modelValue", "placement"])) : y("", !0)])
646
- ])], 4)) : y("", !0)], 14, ut))), 128)),
647
- _[4] ||= x("td", {
649
+ }, 8, ["modelValue", "placement"])) : S("", !0)])
650
+ ])], 4)) : S("", !0)], 14, mt))), 128)),
651
+ b[4] ||= w("td", {
648
652
  class: "s-ui-table__cell s-ui-table__filler-cell s-ui-table__group-cell",
649
653
  role: "presentation"
650
654
  }, null, -1),
651
- (F(!0), b(g, null, L(i.trailingPlans, (e) => (F(), b("td", {
652
- id: `${i.cellIdPrefix}${i.row.key}-${e.descriptor.key}`,
653
- key: e.descriptor.key,
654
- class: j([e.cellClass, "s-ui-table__group-cell"]),
655
- style: M(e.style),
656
- "aria-colindex": e.descriptor.colIndex,
657
- "data-column-key": e.descriptor.key,
658
- "data-row-key": i.row.key,
659
- "data-section": U($).BODY,
660
- tabindex: e.descriptor.key === i.focusColumnKey ? 0 : -1
661
- }, null, 14, mt))), 128))
662
- ], 10, lt));
655
+ (R(!0), C(y, null, B(e.trailingPlans, (t) => (R(), C("td", {
656
+ id: `${e.cellIdPrefix}${e.row.key}-${t.descriptor.key}`,
657
+ key: t.descriptor.key,
658
+ class: P([t.cellClass, "s-ui-table__group-cell"]),
659
+ style: F(t.style),
660
+ "aria-colindex": t.descriptor.colIndex,
661
+ "data-column-key": t.descriptor.key,
662
+ "data-row-key": e.row.key,
663
+ "data-section": G($).BODY,
664
+ tabindex: t.descriptor.key === e.focusColumnKey ? 0 : -1
665
+ }, null, 14, vt))), 128))
666
+ ], 10, pt));
663
667
  }
664
- }), gt = {
668
+ }), bt = {
665
669
  key: 0,
666
670
  class: "s-ui-table__hint-bubble",
667
671
  role: "tooltip"
668
- }, _t = /* @__PURE__ */ T({
672
+ }, xt = /* @__PURE__ */ O({
669
673
  __name: "STableHint",
670
674
  props: { text: {} },
671
675
  setup(e) {
672
- let t = I(!1);
673
- return (n, r) => (F(), b("span", {
676
+ let t = z(!1);
677
+ return (n, r) => (R(), C("span", {
674
678
  class: "s-ui-table__hint",
675
679
  tabindex: "-1",
676
680
  onPointerenter: r[0] ||= (e) => t.value = !0,
677
681
  onPointerleave: r[1] ||= (e) => t.value = !1,
678
682
  onFocusin: r[2] ||= (e) => t.value = !0,
679
683
  onFocusout: r[3] ||= (e) => t.value = !1
680
- }, [w(U(oe), {
684
+ }, [D(G(se), {
681
685
  class: "s-ui-table__hint-icon",
682
686
  name: "infoCircle",
683
687
  size: 16
684
- }), t.value ? (F(), b("span", gt, B(e.text), 1)) : y("", !0)], 32));
688
+ }), t.value ? (R(), C("span", bt, U(e.text), 1)) : S("", !0)], 32));
685
689
  }
686
- }), vt = {
690
+ }), St = {
687
691
  key: 0,
688
692
  class: "s-ui-table__header-grip-area"
689
- }, yt = { class: "s-ui-table__header-name" }, bt = { class: "s-ui-table__header-title" }, xt = {
693
+ }, Ct = { class: "s-ui-table__header-name" }, wt = { class: "s-ui-table__header-title" }, Tt = {
690
694
  key: 1,
691
695
  class: "s-ui-table__header-sort",
692
696
  "aria-hidden": "true"
693
- }, St = { class: "s-ui-table__header-sort-badge" }, Ct = /* @__PURE__ */ T({
697
+ }, Et = { class: "s-ui-table__header-sort-badge" }, Dt = /* @__PURE__ */ O({
694
698
  __name: "STableHeaderCell",
695
699
  props: {
696
700
  descriptor: {},
@@ -707,82 +711,82 @@ var J = /* @__PURE__ */ function(e) {
707
711
  "sortSet",
708
712
  "hide"
709
713
  ],
710
- setup(i, { emit: a }) {
711
- let l = a, u = ne(), { t: d } = ce(), p = _(() => !!u.menu || i.descriptor.sortable || i.descriptor.hideable), m = _(() => ({
712
- "s-ui-table__header-plaque--sorted": !!i.sortDirection,
713
- "s-ui-table__header-plaque--sortable": i.descriptor.sortable
714
- })), h = _(() => ({ "s-ui-table__header-actions--open": i.menuOpen })), S = _(() => i.sortDirection === Y.DESC ? "descending" : "ascending"), T = _(() => String(i.sortIndex ?? 1)), E = (e) => {
715
- i.descriptor.sortable && l("sortToggle", e.shiftKey || e.ctrlKey || e.metaKey);
716
- }, D = (e, t) => {
717
- l("sortSet", e), t();
714
+ setup(e, { emit: t }) {
715
+ let n = t, s = re(), { t: c } = ue(), f = b(() => !!s.menu || e.descriptor.sortable || e.descriptor.hideable), p = b(() => ({
716
+ "s-ui-table__header-plaque--sorted": !!e.sortDirection,
717
+ "s-ui-table__header-plaque--sortable": e.descriptor.sortable
718
+ })), m = b(() => ({ "s-ui-table__header-actions--open": e.menuOpen })), g = b(() => e.sortDirection === X.DESC ? "descending" : "ascending"), _ = b(() => String(e.sortIndex ?? 1)), v = (t) => {
719
+ e.descriptor.sortable && n("sortToggle", t.shiftKey || t.ctrlKey || t.metaKey);
720
+ }, T = (e, t) => {
721
+ n("sortSet", e), t();
718
722
  }, O = (e) => {
719
- l("hide"), e();
723
+ n("hide"), e();
720
724
  };
721
- return (a, _) => (F(), b("div", {
722
- class: j(["s-ui-table__header-plaque", m.value]),
723
- onClick: E
725
+ return (t, b) => (R(), C("div", {
726
+ class: P(["s-ui-table__header-plaque", p.value]),
727
+ onClick: v
724
728
  }, [
725
- i.descriptor.draggable ? (F(), b("span", vt, [w(U(r), {
729
+ e.descriptor.draggable ? (R(), C("span", St, [D(G(o), {
726
730
  class: "s-ui-table__header-grip",
727
- appearance: U(t).BARE,
728
- variant: U(e).NEUTRAL,
729
- size: U(n).SMALL,
731
+ appearance: G(i).BARE,
732
+ variant: G(r).NEUTRAL,
733
+ size: G(a).SMALL,
730
734
  icon: "dragAndDrop",
731
- "aria-label": U(d)("table.dragColumn"),
735
+ "aria-label": G(c)("table.dragColumn"),
732
736
  tabindex: "-1",
733
- onClick: _[0] ||= ie(() => {}, ["stop"])
737
+ onClick: b[0] ||= ae(() => {}, ["stop"])
734
738
  }, null, 8, [
735
739
  "appearance",
736
740
  "variant",
737
741
  "size",
738
742
  "aria-label"
739
- ])])) : y("", !0),
740
- x("span", yt, [
741
- x("span", bt, [R(a.$slots, "default", {}, () => [C(B(i.descriptor.column?.title), 1)])]),
742
- i.descriptor.column?.description ? (F(), v(_t, {
743
+ ])])) : S("", !0),
744
+ w("span", Ct, [
745
+ w("span", wt, [V(t.$slots, "default", {}, () => [E(U(e.descriptor.column?.title), 1)])]),
746
+ e.descriptor.column?.description ? (R(), x(xt, {
743
747
  key: 0,
744
- text: i.descriptor.column.description
745
- }, null, 8, ["text"])) : y("", !0),
746
- i.sortDirection ? (F(), b("span", xt, [w(U(oe), {
747
- name: S.value,
748
+ text: e.descriptor.column.description
749
+ }, null, 8, ["text"])) : S("", !0),
750
+ e.sortDirection ? (R(), C("span", Tt, [D(G(se), {
751
+ name: g.value,
748
752
  size: 16
749
- }, null, 8, ["name"]), x("span", St, B(T.value), 1)])) : y("", !0),
750
- i.descriptor.sortable && !i.sortDirection ? (F(), v(U(r), {
753
+ }, null, 8, ["name"]), w("span", Et, U(_.value), 1)])) : S("", !0),
754
+ e.descriptor.sortable && !e.sortDirection ? (R(), x(G(o), {
751
755
  key: 2,
752
756
  class: "s-ui-table__header-sort-button",
753
- appearance: U(t).BARE,
754
- variant: U(e).NEUTRAL,
755
- size: U(n).SMALL,
757
+ appearance: G(i).BARE,
758
+ variant: G(r).NEUTRAL,
759
+ size: G(a).SMALL,
756
760
  icon: "ascending",
757
- "aria-label": U(d)("table.sortAsc"),
761
+ "aria-label": G(c)("table.sortAsc"),
758
762
  tabindex: "-1",
759
- onClick: _[1] ||= ie((e) => l("sortToggle", e.shiftKey || e.ctrlKey || e.metaKey), ["stop"])
763
+ onClick: b[1] ||= ae((e) => n("sortToggle", e.shiftKey || e.ctrlKey || e.metaKey), ["stop"])
760
764
  }, null, 8, [
761
765
  "appearance",
762
766
  "variant",
763
767
  "size",
764
768
  "aria-label"
765
- ])) : y("", !0)
769
+ ])) : S("", !0)
766
770
  ]),
767
- x("span", {
768
- class: j(["s-ui-table__header-actions", h.value]),
769
- onClick: _[3] ||= ie(() => {}, ["stop"])
770
- }, [p.value ? (F(), v(U(s), {
771
+ w("span", {
772
+ class: P(["s-ui-table__header-actions", m.value]),
773
+ onClick: b[3] ||= ae(() => {}, ["stop"])
774
+ }, [f.value ? (R(), x(G(u), {
771
775
  key: 0,
772
- "model-value": i.menuOpen,
773
- placement: U(o).BOTTOM_END,
776
+ "model-value": e.menuOpen,
777
+ placement: G(l).BOTTOM_END,
774
778
  "teleport-to": !1,
775
- "onUpdate:modelValue": _[2] ||= (e) => l("update:menuOpen", e)
779
+ "onUpdate:modelValue": b[2] ||= (e) => n("update:menuOpen", e)
776
780
  }, {
777
- trigger: G(({ toggle: i }) => [w(U(r), {
781
+ trigger: q(({ toggle: e }) => [D(G(o), {
778
782
  class: "s-ui-table__header-kebab",
779
- appearance: U(t).BARE,
780
- variant: U(e).NEUTRAL,
781
- size: U(n).SMALL,
782
- icon: "more",
783
- "aria-label": U(d)("table.columnMenu"),
783
+ appearance: G(i).BARE,
784
+ variant: G(r).NEUTRAL,
785
+ size: G(a).SMALL,
786
+ icon: "menu",
787
+ "aria-label": G(c)("table.columnMenu"),
784
788
  tabindex: "-1",
785
- onClick: (e) => i()
789
+ onClick: (t) => e()
786
790
  }, null, 8, [
787
791
  "appearance",
788
792
  "variant",
@@ -790,57 +794,57 @@ var J = /* @__PURE__ */ function(e) {
790
794
  "aria-label",
791
795
  "onClick"
792
796
  ])]),
793
- content: G(({ close: e }) => [w(U(c), { width: 220 }, {
794
- default: G(() => [U(u).menu ? R(a.$slots, "menu", { key: 0 }) : (F(), b(g, { key: 1 }, [
795
- i.descriptor.sortable ? (F(), v(U(f), {
797
+ content: q(({ close: n }) => [D(G(d), { width: 220 }, {
798
+ default: q(() => [G(s).menu ? V(t.$slots, "menu", { key: 0 }) : (R(), C(y, { key: 1 }, [
799
+ e.descriptor.sortable ? (R(), x(G(h), {
796
800
  key: 0,
797
- title: U(d)("table.sortAsc"),
801
+ title: G(c)("table.sortAsc"),
798
802
  "icon-left": "ascending",
799
- selected: i.sortDirection === U(Y).ASC,
800
- onClick: (t) => D(U(Y).ASC, e)
803
+ selected: e.sortDirection === G(X).ASC,
804
+ onClick: (e) => T(G(X).ASC, n)
801
805
  }, null, 8, [
802
806
  "title",
803
807
  "selected",
804
808
  "onClick"
805
- ])) : y("", !0),
806
- i.descriptor.sortable ? (F(), v(U(f), {
809
+ ])) : S("", !0),
810
+ e.descriptor.sortable ? (R(), x(G(h), {
807
811
  key: 1,
808
- title: U(d)("table.sortDesc"),
812
+ title: G(c)("table.sortDesc"),
809
813
  "icon-left": "descending",
810
- selected: i.sortDirection === U(Y).DESC,
811
- onClick: (t) => D(U(Y).DESC, e)
814
+ selected: e.sortDirection === G(X).DESC,
815
+ onClick: (e) => T(G(X).DESC, n)
812
816
  }, null, 8, [
813
817
  "title",
814
818
  "selected",
815
819
  "onClick"
816
- ])) : y("", !0),
817
- i.descriptor.sortable && i.sortDirection ? (F(), v(U(f), {
820
+ ])) : S("", !0),
821
+ e.descriptor.sortable && e.sortDirection ? (R(), x(G(h), {
818
822
  key: 2,
819
- title: U(d)("table.sortReset"),
823
+ title: G(c)("table.sortReset"),
820
824
  "icon-left": "closeMini",
821
- onClick: (t) => D(void 0, e)
822
- }, null, 8, ["title", "onClick"])) : y("", !0),
823
- i.descriptor.hideable ? (F(), v(U(f), {
825
+ onClick: (e) => T(void 0, n)
826
+ }, null, 8, ["title", "onClick"])) : S("", !0),
827
+ e.descriptor.hideable ? (R(), x(G(h), {
824
828
  key: 3,
825
- title: U(d)("table.hideColumn"),
829
+ title: G(c)("table.hideColumn"),
826
830
  "icon-left": "eyeOff",
827
- onClick: (t) => O(e)
828
- }, null, 8, ["title", "onClick"])) : y("", !0)
831
+ onClick: (e) => O(n)
832
+ }, null, 8, ["title", "onClick"])) : S("", !0)
829
833
  ], 64))]),
830
834
  _: 2
831
835
  }, 1024)]),
832
836
  _: 3
833
- }, 8, ["model-value", "placement"])) : y("", !0)], 2)
837
+ }, 8, ["model-value", "placement"])) : S("", !0)], 2)
834
838
  ], 2));
835
839
  }
836
- }), wt = ["data-index", "aria-rowindex"], Tt = {
840
+ }), Ot = ["data-index", "aria-rowindex"], kt = {
837
841
  key: 0,
838
842
  class: "s-ui-table__cell s-ui-table__filler-cell",
839
843
  role: "presentation"
840
- }, Et = ["data-column-key", "data-row-key"], Dt = {
844
+ }, At = ["data-column-key", "data-row-key"], jt = {
841
845
  key: 0,
842
846
  class: "s-ui-table__cell-body"
843
- }, Ot = /* @__PURE__ */ T({
847
+ }, Mt = /* @__PURE__ */ O({
844
848
  __name: "STablePlaceholderRow",
845
849
  props: {
846
850
  rowIndex: {},
@@ -849,34 +853,38 @@ var J = /* @__PURE__ */ function(e) {
849
853
  rowHeight: {}
850
854
  },
851
855
  setup(e) {
852
- let t = _(() => e.rowHeight ? { height: `${e.rowHeight}px` } : void 0);
853
- return (n, r) => (F(), b("tr", {
856
+ let t = b(() => e.rowHeight ? { height: `${e.rowHeight}px` } : void 0);
857
+ return (n, r) => (R(), C("tr", {
854
858
  class: "s-ui-table__row s-ui-table__row--placeholder",
855
- style: M(t.value),
859
+ style: F(t.value),
856
860
  "data-index": e.rowIndex,
857
861
  "aria-rowindex": e.rowIndex + 2,
858
862
  "data-placeholder": "true"
859
- }, [(F(!0), b(g, null, L(e.cells, (t) => (F(), b(g, { key: t.key }, [t.cellPlan ? (F(), b("td", {
863
+ }, [(R(!0), C(y, null, B(e.cells, (t) => (R(), C(y, { key: t.key }, [t.cellPlan ? (R(), C("td", {
860
864
  key: 1,
861
- class: j(t.cellPlan.cellClass),
862
- style: M(t.cellPlan.style),
865
+ class: P(t.cellPlan.cellClass),
866
+ style: F(t.cellPlan.style),
863
867
  "data-column-key": t.cellPlan.descriptor.key,
864
868
  "data-row-key": e.rowKey
865
- }, [t.cellPlan.descriptor.service ? y("", !0) : (F(), b("div", Dt, [...r[0] ||= [x("span", { class: "s-ui-table__placeholder-bar" }, null, -1)]]))], 14, Et)) : (F(), b("td", Tt))], 64))), 128))], 12, wt));
869
+ }, [t.cellPlan.descriptor.service ? S("", !0) : (R(), C("div", jt, [...r[0] ||= [w("span", { class: "s-ui-table__placeholder-bar" }, null, -1)]]))], 14, At)) : (R(), C("td", kt))], 64))), 128))], 12, Ot));
866
870
  }
867
- }), kt = "__s-ui-table-load-more:", At = "__s-ui-table-depth-footer:", jt = (e) => `${kt}${e}`, Mt = (e) => `${At}${e}`, Nt = u, Pt = (e, t) => {
871
+ }), Nt = (t) => e(t) || n(t), Pt = (e) => Nt(e) ? void 0 : `s-ui-table__row--color-${e}`, Ft = (n) => {
872
+ if (!Nt(n)) return;
873
+ let r = { "--s-ui-table-row-color": n };
874
+ return e(n) && (r["--s-ui-table-row-color-contrast"] = t(n)), r;
875
+ }, It = "__s-ui-table-load-more:", Lt = "__s-ui-table-depth-footer:", Rt = (e) => `${It}${e}`, zt = (e) => `${Lt}${e}`, Bt = p, Vt = (e, t) => {
868
876
  let n = e[t];
869
877
  if (Array.isArray(n)) return n;
870
- }, Ft = (e, t) => t ? typeof t == "function" ? t(e) === !0 : e[t] === !0 : !1, It = (e, t) => {
878
+ }, Ht = (e, t) => t ? typeof t == "function" ? t(e) === !0 : e[t] === !0 : !1, Ut = (e, t) => {
871
879
  if (!t) return;
872
880
  if (typeof t == "function") return t(e);
873
881
  let n = e[t];
874
882
  if (typeof n == "string" || typeof n == "number") return n;
875
- }, Lt = (e, t) => {
883
+ }, Wt = (e, t) => {
876
884
  if (!t) return;
877
885
  let n = e[t];
878
886
  return typeof n == "number" ? n : void 0;
879
- }, Rt = (e, t, n, r) => D({
887
+ }, Gt = (e, t, n, r) => A({
880
888
  key: e,
881
889
  item: t,
882
890
  depth: n,
@@ -886,10 +894,10 @@ var J = /* @__PURE__ */ function(e) {
886
894
  expanded: !1,
887
895
  parentKey: r,
888
896
  subtreeEnd: 0
889
- }), zt = ({ items: e, itemKey: t, childrenKey: n, groupRow: r, expanded: i, depthFooter: a, hasMoreChildrenKey: o }) => {
897
+ }), Kt = ({ items: e, itemKey: t, childrenKey: n, groupRow: r, expanded: i, depthFooter: a, hasMoreChildrenKey: o }) => {
890
898
  let s = /* @__PURE__ */ new WeakMap(), c = (e, t, n) => {
891
899
  let r = /* @__PURE__ */ new Map(), i = [], a = (e, i, a) => {
892
- let s = Nt(e, t);
900
+ let s = Bt(e, t);
893
901
  if (!s) return;
894
902
  let c = {
895
903
  key: s,
@@ -901,7 +909,7 @@ var J = /* @__PURE__ */ function(e) {
901
909
  row: void 0
902
910
  };
903
911
  r.set(s, c);
904
- let l = Pt(e, n);
912
+ let l = Vt(e, n);
905
913
  return l && o(c, l), c;
906
914
  }, o = (e, t) => {
907
915
  let n = [];
@@ -913,13 +921,13 @@ var J = /* @__PURE__ */ function(e) {
913
921
  return e.forEach((e) => {
914
922
  let t = a(e, 0, void 0);
915
923
  t && s.push(t);
916
- }), D({
924
+ }), A({
917
925
  nodeByKey: r,
918
926
  roots: s,
919
927
  expandableKeys: i
920
928
  });
921
- }, l = _(() => {
922
- let r = V(H(e)), i = H(t), a = H(n), o = s.get(r);
929
+ }, l = b(() => {
930
+ let r = ee(W(e)), i = W(t), a = W(n), o = s.get(r);
923
931
  if (o && o.itemKeyValue === i && o.childrenKeyValue === a) return o.index;
924
932
  let l = c(r, i, a);
925
933
  return s.set(r, {
@@ -927,33 +935,33 @@ var J = /* @__PURE__ */ function(e) {
927
935
  childrenKeyValue: a,
928
936
  index: l
929
937
  }), l;
930
- }), u = _(() => new Set(i.value)), d = /* @__PURE__ */ new WeakMap(), f = (e) => {
938
+ }), u = b(() => new Set(i.value)), d = /* @__PURE__ */ new WeakMap(), f = (e) => {
931
939
  let t = d.get(e);
932
940
  if (t) return t;
933
941
  let n = /* @__PURE__ */ new Map();
934
942
  return d.set(e, n), n;
935
- }, p = _(() => {
936
- let t = V(H(e)), { roots: n, nodeByKey: i } = l.value, s = H(r), c = H(a), d = H(o), p = u.value, m = c ? new Set(c.depths) : void 0, h = c?.show ?? (() => !0), g = f(t), _ = [], v = [], y = /* @__PURE__ */ new Map(), b = (e, t, n, r) => (e.index = _.length, e.kind = t, e.hasChildren = n, e.expanded = r, e.subtreeEnd = e.index, _.push(e), e), x = (e, t, n, r) => (e.row ||= Rt(e.key, e.item, e.depth, e.parentKey), b(e.row, t, n, r)), S = (e, t, n) => {
943
+ }, p = b(() => {
944
+ let t = ee(W(e)), { roots: n, nodeByKey: i } = l.value, s = W(r), c = W(a), d = W(o), p = u.value, m = c ? new Set(c.depths) : void 0, h = c?.show ?? (() => !0), g = f(t), _ = [], v = [], y = /* @__PURE__ */ new Map(), b = (e, t, n, r) => (e.index = _.length, e.kind = t, e.hasChildren = n, e.expanded = r, e.subtreeEnd = e.index, _.push(e), e), x = (e, t, n, r) => (e.row ||= Gt(e.key, e.item, e.depth, e.parentKey), b(e.row, t, n, r)), S = (e, t, n) => {
937
945
  let r = g.get(e);
938
- return r || (r = Rt(e, t.item, t.depth + 1, t.key), g.set(e, r)), b(r, n, !1, !1);
946
+ return r || (r = Gt(e, t.item, t.depth + 1, t.key), g.set(e, r)), b(r, n, !1, !1);
939
947
  }, C = (e) => {
940
- d && e.item[d] === !0 && S(jt(e.key), e, Q.LOAD_MORE);
948
+ d && e.item[d] === !0 && S(Rt(e.key), e, Q.LOAD_MORE);
941
949
  }, w = (e) => {
942
950
  if (m !== void 0 && m.has(e.depth) && h(e.item, e.depth)) {
943
- let t = S(Mt(e.key), e, Q.DEPTH_FOOTER);
951
+ let t = S(zt(e.key), e, Q.DEPTH_FOOTER);
944
952
  y.set(e.key, t.index);
945
953
  }
946
- }, T = (e) => s && Ft(e.item, s) ? Q.GROUP : Q.ROW, E = (e) => e.children !== void 0 && e.children.length > 0, O = (e, t, n) => (t || n) && p.has(e.key), k = (e) => {
947
- let t = T(e), n = t === Q.GROUP, r = E(e), i = O(e, r, n), a = x(e, t, r, i);
948
- n && v.push(a.index), i && (e.children?.forEach((e) => k(e)), C(e), w(e)), a.subtreeEnd = _.length - 1;
954
+ }, T = (e) => s && Ht(e.item, s) ? Q.GROUP : Q.ROW, E = (e) => e.children !== void 0 && e.children.length > 0, D = (e, t, n) => (t || n) && p.has(e.key), O = (e) => {
955
+ let t = T(e), n = t === Q.GROUP, r = E(e), i = D(e, r, n), a = x(e, t, r, i);
956
+ n && v.push(a.index), i && (e.children?.forEach((e) => O(e)), C(e), w(e)), a.subtreeEnd = _.length - 1;
949
957
  };
950
- n.forEach((e) => k(e));
951
- let A = D(_), j = (e) => i.get(e)?.row ?? g.get(e), M = (e) => {
958
+ n.forEach((e) => O(e));
959
+ let k = A(_), j = (e) => i.get(e)?.row ?? g.get(e), M = (e) => {
952
960
  let t = j(e);
953
- return t && A[t.index] === t ? t : void 0;
961
+ return t && k[t.index] === t ? t : void 0;
954
962
  };
955
- return D({
956
- flatRows: A,
963
+ return A({
964
+ flatRows: k,
957
965
  getRowIndexByKey: (e) => M(e)?.index,
958
966
  getSubtreeRangeByKey: (e) => {
959
967
  let t = M(e);
@@ -962,7 +970,7 @@ var J = /* @__PURE__ */ function(e) {
962
970
  groupRowIndexes: v,
963
971
  depthFooterIndexByParentKey: y
964
972
  });
965
- }), m = _(() => p.value.flatRows), h = (e) => u.value.has(e), g = (e, t) => {
973
+ }), m = b(() => p.value.flatRows), h = (e) => u.value.has(e), g = (e, t) => {
966
974
  l.value.nodeByKey.get(e)?.children?.forEach((e) => {
967
975
  t.add(e.key), g(e.key, t);
968
976
  });
@@ -990,30 +998,30 @@ var J = /* @__PURE__ */ function(e) {
990
998
  i.value = [];
991
999
  }
992
1000
  };
993
- }, Bt = {
1001
+ }, qt = {
994
1002
  key: 0,
995
1003
  class: "s-ui-table__cell-text"
996
- }, Vt = {
1004
+ }, Jt = {
997
1005
  key: 1,
998
1006
  class: "s-ui-table__cell-placeholder"
999
- }, Ht = /* @__PURE__ */ T({
1007
+ }, Yt = /* @__PURE__ */ O({
1000
1008
  __name: "STableCellText",
1001
1009
  props: {
1002
1010
  column: {},
1003
1011
  item: {}
1004
1012
  },
1005
1013
  setup(e) {
1006
- let t = _(() => It(e.item, e.column.value ?? e.column.key)), n = _(() => t.value !== void 0 && t.value !== "");
1007
- return (r, i) => n.value ? (F(), b("span", Bt, B(t.value), 1)) : e.column.placeholder ? (F(), b("span", Vt, B(e.column.placeholder), 1)) : y("", !0);
1014
+ let t = b(() => Ut(e.item, e.column.value ?? e.column.key)), n = b(() => t.value !== void 0 && t.value !== "");
1015
+ return (r, i) => n.value ? (R(), C("span", qt, U(t.value), 1)) : e.column.placeholder ? (R(), C("span", Jt, U(e.column.placeholder), 1)) : S("", !0);
1008
1016
  }
1009
- }), Ut = [
1017
+ }), Xt = [
1010
1018
  "id",
1011
1019
  "data-index",
1012
1020
  "aria-rowindex",
1013
1021
  "aria-level",
1014
1022
  "aria-expanded",
1015
1023
  "aria-selected"
1016
- ], Wt = [
1024
+ ], Zt = [
1017
1025
  "id",
1018
1026
  "aria-colindex",
1019
1027
  "data-column-key",
@@ -1022,13 +1030,13 @@ var J = /* @__PURE__ */ function(e) {
1022
1030
  "aria-disabled",
1023
1031
  "aria-readonly",
1024
1032
  "tabindex"
1025
- ], Gt = {
1033
+ ], Qt = {
1026
1034
  key: 2,
1027
1035
  class: "s-ui-table__chevron-spacer"
1028
- }, Kt = {
1036
+ }, $t = {
1029
1037
  key: 3,
1030
1038
  class: "s-ui-table__cell-body-action"
1031
- }, qt = [
1039
+ }, en = [
1032
1040
  "id",
1033
1041
  "aria-colindex",
1034
1042
  "data-column-key",
@@ -1037,13 +1045,13 @@ var J = /* @__PURE__ */ function(e) {
1037
1045
  "aria-disabled",
1038
1046
  "aria-readonly",
1039
1047
  "tabindex"
1040
- ], Jt = {
1048
+ ], tn = {
1041
1049
  key: 0,
1042
1050
  class: "s-ui-table__right-edge"
1043
- }, Yt = {
1051
+ }, nn = {
1044
1052
  key: 2,
1045
1053
  class: "s-ui-table__cell-body-action"
1046
- }, Xt = /* @__PURE__ */ T({
1054
+ }, rn = /* @__PURE__ */ O({
1047
1055
  __name: "STableRow",
1048
1056
  props: {
1049
1057
  row: {},
@@ -1077,6 +1085,7 @@ var J = /* @__PURE__ */ function(e) {
1077
1085
  },
1078
1086
  treeIndent: {},
1079
1087
  rowState: {},
1088
+ rowColor: {},
1080
1089
  extraRowClass: {},
1081
1090
  dndRef: { type: Function },
1082
1091
  dragging: {
@@ -1099,218 +1108,224 @@ var J = /* @__PURE__ */ function(e) {
1099
1108
  "toggleExpand",
1100
1109
  "toggleSelected"
1101
1110
  ],
1102
- setup(i, { emit: a }) {
1103
- let o = a, s = ne(), { t: c } = ce(), l = $.BODY, u = (e) => `${i.cellIdPrefix}${i.row.key}-${e}`, d = (e) => e === i.focusColumnKey ? 0 : -1, f = _(() => [
1111
+ setup(e, { emit: t }) {
1112
+ let n = t, s = re(), { t: c } = ue(), l = $.BODY, u = (t) => `${e.cellIdPrefix}${e.row.key}-${t}`, d = (t) => t === e.focusColumnKey ? 0 : -1, f = b(() => [
1104
1113
  {
1105
- "s-ui-table__row--selected": i.selected,
1106
- "s-ui-table__row--active": i.active,
1107
- "s-ui-table__row--disabled": i.disabled,
1108
- "s-ui-table__row--dragging": i.dragging,
1109
- "s-ui-table__row--drop-before": i.dropPosition === "before",
1110
- "s-ui-table__row--drop-after": i.dropPosition === "after",
1111
- "s-ui-table__row--drop-inside": i.dropPosition === "inside"
1114
+ "s-ui-table__row--selected": e.selected,
1115
+ "s-ui-table__row--active": e.active,
1116
+ "s-ui-table__row--disabled": e.disabled,
1117
+ "s-ui-table__row--dragging": e.dragging,
1118
+ "s-ui-table__row--drop-before": e.dropPosition === "before",
1119
+ "s-ui-table__row--drop-after": e.dropPosition === "after",
1120
+ "s-ui-table__row--drop-inside": e.dropPosition === "inside",
1121
+ "s-ui-table__row--colored": !!e.rowColor
1112
1122
  },
1113
- D.value,
1114
- i.extraRowClass
1115
- ]), p = _(() => {
1116
- if (!(!i.placeholder || !i.placeholderHeight)) return { height: `${i.placeholderHeight}px` };
1117
- }), m = (e) => {
1118
- if (!(!e.chevron || i.row.depth === 0)) return { paddingInlineStart: `calc(var(--s-ui-dimension-4) + ${i.row.depth * i.treeIndent}px)` };
1119
- }, h = {
1120
- [Oe.DEFAULT]: void 0,
1121
- [Oe.COMPLETED]: "s-ui-table__row--state-completed"
1122
- }, S = {
1123
- [X.DEFAULT]: void 0,
1124
- [X.DISABLED]: "s-ui-table__cell-body--state-disabled",
1125
- [X.READONLY]: "s-ui-table__cell-body--state-readonly",
1126
- [X.EDITING]: "s-ui-table__cell-body--state-editing"
1127
- }, C = (e) => {
1128
- let t = e.descriptor.column?.cellState;
1129
- return t ? typeof t == "function" ? t(i.row.item) : t : X.DEFAULT;
1130
- }, w = (e) => S[C(e)], T = (e) => C(e) === X.DISABLED || void 0, E = (e) => C(e) === X.READONLY || void 0, D = _(() => i.rowState ? h[i.rowState] : void 0), O = () => ({
1131
- ...i.row,
1132
- selected: i.selected,
1133
- indeterminate: i.indeterminate,
1134
- active: i.active,
1135
- disabled: i.disabled,
1136
- group: i.row.kind === Q.GROUP,
1123
+ k.value,
1124
+ p.value,
1125
+ e.extraRowClass
1126
+ ]), p = b(() => e.rowColor ? Pt(e.rowColor) : void 0), m = b(() => e.rowColor ? Ft(e.rowColor) : void 0), h = b(() => {
1127
+ let t = e.placeholder && e.placeholderHeight ? { height: `${e.placeholderHeight}px` } : void 0;
1128
+ if (!(!t && !m.value)) return {
1129
+ ...t,
1130
+ ...m.value
1131
+ };
1132
+ }), g = (t) => {
1133
+ if (!(!t.chevron || e.row.depth === 0)) return { paddingInlineStart: `calc(var(--s-ui-dimension-4) + ${e.row.depth * e.treeIndent}px)` };
1134
+ }, _ = {
1135
+ [Ae.DEFAULT]: void 0,
1136
+ [Ae.COMPLETED]: "s-ui-table__row--state-completed"
1137
+ }, v = {
1138
+ [Me.DEFAULT]: void 0,
1139
+ [Me.DISABLED]: "s-ui-table__cell-body--state-disabled",
1140
+ [Me.READONLY]: "s-ui-table__cell-body--state-readonly",
1141
+ [Me.EDITING]: "s-ui-table__cell-body--state-editing"
1142
+ }, T = (t) => {
1143
+ let n = t.descriptor.column?.cellState;
1144
+ return n ? typeof n == "function" ? n(e.row.item) : n : Me.DEFAULT;
1145
+ }, E = (e) => v[T(e)], D = (e) => T(e) === Me.DISABLED || void 0, O = (e) => T(e) === Me.READONLY || void 0, k = b(() => e.rowState ? _[e.rowState] : void 0), A = () => ({
1146
+ ...e.row,
1147
+ selected: e.selected,
1148
+ indeterminate: e.indeterminate,
1149
+ active: e.active,
1150
+ disabled: e.disabled,
1151
+ group: e.row.kind === Q.GROUP,
1137
1152
  toggleExpanded: () => {
1138
- o("toggleExpand");
1153
+ n("toggleExpand");
1139
1154
  },
1140
1155
  toggleSelected: () => {
1141
- o("toggleSelected");
1156
+ n("toggleSelected");
1142
1157
  }
1143
- }), A = (e) => {
1144
- let t = e.descriptor.column ?? { key: e.descriptor.key };
1158
+ }), j = (t) => {
1159
+ let n = t.descriptor.column ?? { key: t.descriptor.key };
1145
1160
  return {
1146
- ...O(),
1147
- column: t,
1148
- value: It(i.row.item, t.value ?? t.key),
1149
- cellState: C(e)
1161
+ ...A(),
1162
+ column: n,
1163
+ value: Ut(e.row.item, n.value ?? n.key),
1164
+ cellState: T(t)
1150
1165
  };
1151
- }, N = (e) => {
1152
- let t = [...i.leadingPlans, ...i.trailingPlans].find((t) => t.descriptor.key === e);
1153
- return t ? C(t) === X.DISABLED : !1;
1154
- }, P = (e) => {
1166
+ }, N = (t) => {
1167
+ let n = [...e.leadingPlans, ...e.trailingPlans].find((e) => e.descriptor.key === t);
1168
+ return n ? T(n) === Me.DISABLED : !1;
1169
+ }, I = (e) => {
1155
1170
  let t = e.target;
1156
1171
  if (t instanceof Element) {
1157
- let n = t.closest("td[data-column-key]")?.getAttribute("data-column-key");
1158
- n && !N(n) && o("cellClick", n, e);
1172
+ let r = t.closest("td[data-column-key]")?.getAttribute("data-column-key");
1173
+ r && !N(r) && n("cellClick", r, e);
1159
1174
  }
1160
- o("rowClick", e);
1175
+ n("rowClick", e);
1161
1176
  };
1162
- return (a, h) => (F(), b("tr", {
1163
- id: i.domId,
1164
- ref: i.dndRef,
1165
- class: j(["s-ui-table__row", f.value]),
1166
- style: M(p.value),
1167
- "data-index": i.rowIndex,
1168
- "aria-rowindex": i.rowIndex + 2,
1169
- "aria-level": i.row.depth + 1,
1170
- "aria-expanded": i.row.hasChildren ? i.rowExpanded : void 0,
1171
- "aria-selected": i.selected || void 0,
1172
- onClick: P,
1173
- onContextmenu: h[3] ||= (e) => o("rowContextMenu", e)
1177
+ return (t, p) => (R(), C("tr", {
1178
+ id: e.domId,
1179
+ ref: e.dndRef,
1180
+ class: P(["s-ui-table__row", f.value]),
1181
+ style: F(h.value),
1182
+ "data-index": e.rowIndex,
1183
+ "aria-rowindex": e.rowIndex + 2,
1184
+ "aria-level": e.row.depth + 1,
1185
+ "aria-expanded": e.row.hasChildren ? e.rowExpanded : void 0,
1186
+ "aria-selected": e.selected || void 0,
1187
+ onClick: I,
1188
+ onContextmenu: p[3] ||= (e) => n("rowContextMenu", e)
1174
1189
  }, [
1175
- (F(!0), b(g, null, L(i.leadingPlans, (f) => (F(), b("td", {
1190
+ (R(!0), C(y, null, B(e.leadingPlans, (f) => (R(), C("td", {
1176
1191
  id: u(f.descriptor.key),
1177
1192
  key: f.descriptor.key,
1178
- class: j(f.cellClass),
1179
- style: M(f.style),
1193
+ class: P(f.cellClass),
1194
+ style: F(f.style),
1180
1195
  "aria-colindex": f.descriptor.colIndex,
1181
1196
  "data-column-key": f.descriptor.key,
1182
- "data-row-key": i.row.key,
1183
- "data-section": U(l),
1184
- "aria-disabled": T(f),
1185
- "aria-readonly": E(f),
1197
+ "data-row-key": e.row.key,
1198
+ "data-section": G(l),
1199
+ "aria-disabled": D(f),
1200
+ "aria-readonly": O(f),
1186
1201
  tabindex: d(f.descriptor.key)
1187
- }, [f.descriptor.service === U(Ue).INDICATOR ? (F(), b(g, { key: 0 }, [i.placeholder ? y("", !0) : R(a.$slots, "indicator", k({
1202
+ }, [f.descriptor.service === G(qe).INDICATOR ? (R(), C(y, { key: 0 }, [e.placeholder ? S("", !0) : V(t.$slots, "indicator", M({
1188
1203
  key: 0,
1189
1204
  ref_for: !0
1190
- }, O()))], 64)) : f.descriptor.service === U(Ue).CHECKBOX ? (F(), b(g, { key: 1 }, [U(s).checkbox && !i.placeholder ? R(a.$slots, "checkbox", k({
1205
+ }, A()))], 64)) : f.descriptor.service === G(qe).CHECKBOX ? (R(), C(y, { key: 1 }, [G(s).checkbox && !e.placeholder ? V(t.$slots, "checkbox", M({
1191
1206
  key: 0,
1192
1207
  ref_for: !0
1193
- }, O())) : i.rowSelectable && !i.placeholder ? (F(), v(Be, {
1208
+ }, A())) : e.rowSelectable && !e.placeholder ? (R(), x(We, {
1194
1209
  key: 1,
1195
- class: j(["s-ui-table__row-checkbox", { "s-ui-table__row-checkbox--active": i.selected || i.indeterminate }]),
1196
- "model-value": i.selected,
1197
- indeterminate: i.indeterminate,
1198
- "screen-reader-label": U(c)("table.selectRow"),
1199
- "onUpdate:modelValue": h[0] ||= (e) => o("toggleSelected"),
1200
- onClick: h[1] ||= ie(() => {}, ["stop"])
1210
+ class: P(["s-ui-table__row-checkbox", { "s-ui-table__row-checkbox--active": e.selected || e.indeterminate }]),
1211
+ "model-value": e.selected,
1212
+ indeterminate: e.indeterminate,
1213
+ "screen-reader-label": G(c)("table.selectRow"),
1214
+ "onUpdate:modelValue": p[0] ||= (e) => n("toggleSelected"),
1215
+ onClick: p[1] ||= ae(() => {}, ["stop"])
1201
1216
  }, null, 8, [
1202
1217
  "class",
1203
1218
  "model-value",
1204
1219
  "indeterminate",
1205
1220
  "screen-reader-label"
1206
- ])) : y("", !0)], 64)) : i.placeholder ? (F(), b("div", {
1221
+ ])) : S("", !0)], 64)) : e.placeholder ? (R(), C("div", {
1207
1222
  key: 2,
1208
1223
  class: "s-ui-table__cell-body",
1209
- style: M(m(f))
1210
- }, [...h[4] ||= [x("span", { class: "s-ui-table__placeholder-bar" }, null, -1)]], 4)) : (F(), b("div", {
1224
+ style: F(g(f))
1225
+ }, [...p[4] ||= [w("span", { class: "s-ui-table__placeholder-bar" }, null, -1)]], 4)) : (R(), C("div", {
1211
1226
  key: 3,
1212
- class: j(["s-ui-table__cell-body", w(f)]),
1213
- style: M(m(f))
1227
+ class: P(["s-ui-table__cell-body", E(f)]),
1228
+ style: F(g(f))
1214
1229
  }, [
1215
- f.chevron ? (F(), b(g, { key: 0 }, [U(s).chevron ? R(a.$slots, "chevron", k({
1230
+ f.chevron ? (R(), C(y, { key: 0 }, [G(s).chevron ? V(t.$slots, "chevron", M({
1216
1231
  key: 0,
1217
1232
  ref_for: !0
1218
- }, O())) : i.row.hasChildren ? (F(), v(U(r), {
1233
+ }, A())) : e.row.hasChildren ? (R(), x(G(o), {
1219
1234
  key: 1,
1220
1235
  class: "s-ui-table__chevron",
1221
- appearance: U(t).BARE,
1222
- variant: U(e).NEUTRAL,
1223
- size: U(n).SMALL,
1224
- icon: i.rowExpanded ? "chevronMiniDown" : "chevronMiniRight",
1225
- "aria-label": i.rowExpanded ? U(c)("table.collapse") : U(c)("table.expand"),
1236
+ appearance: G(i).BARE,
1237
+ variant: G(r).NEUTRAL,
1238
+ size: G(a).SMALL,
1239
+ icon: e.rowExpanded ? "chevronMiniDown" : "chevronMiniRight",
1240
+ "aria-label": e.rowExpanded ? G(c)("table.collapse") : G(c)("table.expand"),
1226
1241
  tabindex: "-1",
1227
- onClick: h[2] ||= ie((e) => o("toggleExpand"), ["stop"])
1242
+ onClick: p[2] ||= ae((e) => n("toggleExpand"), ["stop"])
1228
1243
  }, null, 8, [
1229
1244
  "appearance",
1230
1245
  "variant",
1231
1246
  "size",
1232
1247
  "icon",
1233
1248
  "aria-label"
1234
- ])) : (F(), b("span", Gt))], 64)) : y("", !0),
1235
- U(s)[`cell:${f.descriptor.key}`] ? R(a.$slots, `cell:${f.descriptor.key}`, k({
1249
+ ])) : (R(), C("span", Qt))], 64)) : S("", !0),
1250
+ G(s)[`cell:${f.descriptor.key}`] ? V(t.$slots, `cell:${f.descriptor.key}`, M({
1236
1251
  key: 1,
1237
1252
  ref_for: !0
1238
- }, A(f))) : f.descriptor.column ? (F(), v(Ht, {
1253
+ }, j(f))) : f.descriptor.column ? (R(), x(Yt, {
1239
1254
  key: 2,
1240
1255
  column: f.descriptor.column,
1241
- item: i.row.item
1242
- }, null, 8, ["column", "item"])) : y("", !0),
1243
- U(s)["cell-actions"] && !i.placeholder ? (F(), b("span", Kt, [R(a.$slots, "cell-actions", k({ ref_for: !0 }, A(f)))])) : y("", !0)
1244
- ], 6))], 14, Wt))), 128)),
1245
- h[6] ||= x("td", {
1256
+ item: e.row.item
1257
+ }, null, 8, ["column", "item"])) : S("", !0),
1258
+ G(s)["cell-actions"] && !e.placeholder ? (R(), C("span", $t, [V(t.$slots, "cell-actions", M({ ref_for: !0 }, j(f)))])) : S("", !0)
1259
+ ], 6))], 14, Zt))), 128)),
1260
+ p[6] ||= w("td", {
1246
1261
  class: "s-ui-table__cell s-ui-table__filler-cell",
1247
1262
  role: "presentation"
1248
1263
  }, null, -1),
1249
- (F(!0), b(g, null, L(i.trailingPlans, (e) => (F(), b("td", {
1250
- id: u(e.descriptor.key),
1251
- key: e.descriptor.key,
1252
- class: j(e.cellClass),
1253
- style: M(e.style),
1254
- "aria-colindex": e.descriptor.colIndex,
1255
- "data-column-key": e.descriptor.key,
1256
- "data-row-key": i.row.key,
1257
- "data-section": U(l),
1258
- "aria-disabled": T(e),
1259
- "aria-readonly": E(e),
1260
- tabindex: d(e.descriptor.key)
1261
- }, [e.descriptor.service === U(Ue).RIGHT_EDGE ? (F(), b(g, { key: 0 }, [i.placeholder ? y("", !0) : (F(), b("div", Jt, [R(a.$slots, "right-edge", k({ ref_for: !0 }, O()))]))], 64)) : i.placeholder ? (F(), b("div", {
1264
+ (R(!0), C(y, null, B(e.trailingPlans, (n) => (R(), C("td", {
1265
+ id: u(n.descriptor.key),
1266
+ key: n.descriptor.key,
1267
+ class: P(n.cellClass),
1268
+ style: F(n.style),
1269
+ "aria-colindex": n.descriptor.colIndex,
1270
+ "data-column-key": n.descriptor.key,
1271
+ "data-row-key": e.row.key,
1272
+ "data-section": G(l),
1273
+ "aria-disabled": D(n),
1274
+ "aria-readonly": O(n),
1275
+ tabindex: d(n.descriptor.key)
1276
+ }, [n.descriptor.service === G(qe).RIGHT_EDGE ? (R(), C(y, { key: 0 }, [e.placeholder ? S("", !0) : (R(), C("div", tn, [V(t.$slots, "right-edge", M({ ref_for: !0 }, A()))]))], 64)) : e.placeholder ? (R(), C("div", {
1262
1277
  key: 1,
1263
1278
  class: "s-ui-table__cell-body",
1264
- style: M(m(e))
1265
- }, [...h[5] ||= [x("span", { class: "s-ui-table__placeholder-bar" }, null, -1)]], 4)) : (F(), b("div", {
1279
+ style: F(g(n))
1280
+ }, [...p[5] ||= [w("span", { class: "s-ui-table__placeholder-bar" }, null, -1)]], 4)) : (R(), C("div", {
1266
1281
  key: 2,
1267
- class: j(["s-ui-table__cell-body", w(e)]),
1268
- style: M(m(e))
1269
- }, [U(s)[`cell:${e.descriptor.key}`] ? R(a.$slots, `cell:${e.descriptor.key}`, k({
1282
+ class: P(["s-ui-table__cell-body", E(n)]),
1283
+ style: F(g(n))
1284
+ }, [G(s)[`cell:${n.descriptor.key}`] ? V(t.$slots, `cell:${n.descriptor.key}`, M({
1270
1285
  key: 0,
1271
1286
  ref_for: !0
1272
- }, A(e))) : e.descriptor.column ? (F(), v(Ht, {
1287
+ }, j(n))) : n.descriptor.column ? (R(), x(Yt, {
1273
1288
  key: 1,
1274
- column: e.descriptor.column,
1275
- item: i.row.item
1276
- }, null, 8, ["column", "item"])) : y("", !0), U(s)["cell-actions"] && !i.placeholder ? (F(), b("span", Yt, [R(a.$slots, "cell-actions", k({ ref_for: !0 }, A(e)))])) : y("", !0)], 6))], 14, qt))), 128))
1277
- ], 46, Ut));
1289
+ column: n.descriptor.column,
1290
+ item: e.row.item
1291
+ }, null, 8, ["column", "item"])) : S("", !0), G(s)["cell-actions"] && !e.placeholder ? (R(), C("span", nn, [V(t.$slots, "cell-actions", M({ ref_for: !0 }, j(n)))])) : S("", !0)], 6))], 14, en))), 128))
1292
+ ], 46, Xt));
1278
1293
  }
1279
- }), Zt = {
1294
+ }), an = {
1280
1295
  class: "s-ui-table__row s-ui-table__row--skeleton",
1281
1296
  "aria-hidden": "true"
1282
- }, Qt = { class: "s-ui-table__cell-body" }, $t = /* @__PURE__ */ T({
1297
+ }, on = { class: "s-ui-table__cell-body" }, sn = /* @__PURE__ */ O({
1283
1298
  __name: "STableSkeletonRow",
1284
1299
  props: {
1285
1300
  leadingPlans: {},
1286
1301
  trailingPlans: {}
1287
1302
  },
1288
1303
  setup(e) {
1289
- return (t, n) => (F(), b("tr", Zt, [
1290
- (F(!0), b(g, null, L(e.leadingPlans, (e) => (F(), b("td", {
1304
+ return (t, n) => (R(), C("tr", an, [
1305
+ (R(!0), C(y, null, B(e.leadingPlans, (e) => (R(), C("td", {
1291
1306
  key: e.descriptor.key,
1292
- class: j(e.cellClass),
1293
- style: M(e.style)
1294
- }, [e.descriptor.column ? R(t.$slots, "default", {
1307
+ class: P(e.cellClass),
1308
+ style: F(e.style)
1309
+ }, [e.descriptor.column ? V(t.$slots, "default", {
1295
1310
  key: 0,
1296
1311
  descriptor: e.descriptor
1297
- }, () => [x("div", Qt, [w(U(K), {
1312
+ }, () => [w("div", on, [D(G(le), {
1298
1313
  class: "s-ui-table__skeleton",
1299
- type: e.descriptor.primary ? U(ae).S_TABLE_ROW : U(ae).S_TABLE_CELL
1300
- }, null, 8, ["type"])])]) : y("", !0)], 6))), 128)),
1301
- n[0] ||= x("td", {
1314
+ type: e.descriptor.primary ? G(oe).S_TABLE_ROW : G(oe).S_TABLE_CELL
1315
+ }, null, 8, ["type"])])]) : S("", !0)], 6))), 128)),
1316
+ n[0] ||= w("td", {
1302
1317
  class: "s-ui-table__cell s-ui-table__filler-cell",
1303
1318
  role: "presentation"
1304
1319
  }, null, -1),
1305
- (F(!0), b(g, null, L(e.trailingPlans, (e) => (F(), b("td", {
1320
+ (R(!0), C(y, null, B(e.trailingPlans, (e) => (R(), C("td", {
1306
1321
  key: e.descriptor.key,
1307
- class: j(e.cellClass),
1308
- style: M(e.style)
1322
+ class: P(e.cellClass),
1323
+ style: F(e.style)
1309
1324
  }, null, 6))), 128))
1310
1325
  ]));
1311
1326
  }
1312
- }), en = "s-ui-table-column", tn = "s-ui-table-row", nn = (e, t) => e.type === "s-ui-table-column" && e.tableId === t, rn = (e, t) => e.type === "s-ui-table-row" && e.tableId === t, an = ({ tableId: e, tableRootElement: t, enabled: n, columnDescriptors: r, onReorder: i, isResizing: a }) => {
1313
- let o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map(), c = z(), l = z(), u = (e) => r.value.find((t) => t.key === e), d = (e, t) => {
1327
+ }), cn = "s-ui-table-column", ln = "s-ui-table-row", un = (e, t) => e.type === "s-ui-table-column" && e.tableId === t, dn = (e, t) => e.type === "s-ui-table-row" && e.tableId === t, fn = ({ tableId: e, tableRootElement: t, enabled: n, columnDescriptors: r, onReorder: i, isResizing: a }) => {
1328
+ let o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map(), c = H(), l = H(), u = (e) => r.value.find((t) => t.key === e), d = (e, t) => {
1314
1329
  let n = u(e), r = u(t);
1315
1330
  if (!n || !r || r.primary) return !1;
1316
1331
  let i = (e) => e.sticky ?? "regular";
@@ -1324,22 +1339,22 @@ var J = /* @__PURE__ */ function(e) {
1324
1339
  }
1325
1340
  if (s.get(r) === t) return;
1326
1341
  o.get(r)?.(), s.set(r, t);
1327
- let i = ve(ye({
1342
+ let i = J(be({
1328
1343
  element: r,
1329
1344
  canDrag: () => {
1330
1345
  let e = u(t);
1331
- return !!(H(n) && e?.draggable && !H(a));
1346
+ return !!(W(n) && e?.draggable && !W(a));
1332
1347
  },
1333
1348
  getInitialData: () => ({
1334
- type: en,
1349
+ type: cn,
1335
1350
  tableId: e,
1336
1351
  columnKey: t
1337
1352
  }),
1338
1353
  onGenerateDragPreview: ({ nativeSetDragImage: e }) => {
1339
1354
  let n = u(t);
1340
- xe({
1355
+ Ce({
1341
1356
  nativeSetDragImage: e,
1342
- getOffset: Se({
1357
+ getOffset: we({
1343
1358
  x: "8px",
1344
1359
  y: "8px"
1345
1360
  }),
@@ -1355,16 +1370,16 @@ var J = /* @__PURE__ */ function(e) {
1355
1370
  onDrop: () => {
1356
1371
  c.value = void 0, l.value = void 0;
1357
1372
  }
1358
- }), be({
1373
+ }), xe({
1359
1374
  element: r,
1360
- canDrop: ({ source: n }) => nn(n.data, e) && n.data.columnKey !== t && d(n.data.columnKey, t),
1361
- getData: ({ input: e, element: n }) => Ce({ columnKey: t }, {
1375
+ canDrop: ({ source: n }) => un(n.data, e) && n.data.columnKey !== t && d(n.data.columnKey, t),
1376
+ getData: ({ input: e, element: n }) => Te({ columnKey: t }, {
1362
1377
  input: e,
1363
1378
  element: n,
1364
1379
  allowedEdges: ["left", "right"]
1365
1380
  }),
1366
1381
  onDrag: ({ self: e }) => {
1367
- let n = we(e.data);
1382
+ let n = Ee(e.data);
1368
1383
  if (n === "left" || n === "right") {
1369
1384
  let e = l.value;
1370
1385
  (e?.targetKey !== t || e.edge !== n) && (l.value = {
@@ -1378,23 +1393,23 @@ var J = /* @__PURE__ */ function(e) {
1378
1393
  }
1379
1394
  }));
1380
1395
  o.set(r, i);
1381
- }, p = q({
1382
- canMonitor: ({ source: t }) => nn(t.data, e),
1396
+ }, p = Se({
1397
+ canMonitor: ({ source: t }) => un(t.data, e),
1383
1398
  onDrop: ({ source: t, location: n }) => {
1384
1399
  c.value = void 0, l.value = void 0;
1385
1400
  let r = n.current.dropTargets[0];
1386
- if (!r || !nn(t.data, e)) return;
1387
- let a = r.data, o = a.columnKey, s = we(a);
1401
+ if (!r || !un(t.data, e)) return;
1402
+ let a = r.data, o = a.columnKey, s = Ee(a);
1388
1403
  typeof o != "string" || s !== "left" && s !== "right" || o !== t.data.columnKey && i(t.data.columnKey, o, s);
1389
1404
  }
1390
1405
  });
1391
- N(() => {
1406
+ I(() => {
1392
1407
  p(), o.forEach((e) => {
1393
1408
  e();
1394
1409
  }), o.clear(), s.clear();
1395
1410
  });
1396
- let m = z();
1397
- return W(l, (e) => {
1411
+ let m = H();
1412
+ return K(l, (e) => {
1398
1413
  let n = t.value, r = e ? n?.querySelector(`th[data-column-key="${e.targetKey}"]`) : void 0;
1399
1414
  if (!e || !n || !r) {
1400
1415
  m.value = void 0;
@@ -1408,12 +1423,12 @@ var J = /* @__PURE__ */ function(e) {
1408
1423
  dropIndicator: l,
1409
1424
  dropLineStyle: m
1410
1425
  };
1411
- }, on = {
1412
- [De.LEFT]: "s-ui-table__cell--align-left",
1413
- [De.CENTER]: "s-ui-table__cell--align-center",
1414
- [De.RIGHT]: "s-ui-table__cell--align-right"
1415
- }, sn = ({ columnDescriptors: e, hasTreeStructure: t, expandColumnKey: n, primaryColumnKey: r }) => {
1416
- let i = _(() => e.value.filter((e) => e.sticky !== J.RIGHT)), a = _(() => e.value.filter((e) => e.sticky === J.RIGHT)), o = _(() => {
1426
+ }, pn = {
1427
+ [ke.LEFT]: "s-ui-table__cell--align-left",
1428
+ [ke.CENTER]: "s-ui-table__cell--align-center",
1429
+ [ke.RIGHT]: "s-ui-table__cell--align-right"
1430
+ }, mn = ({ columnDescriptors: e, hasTreeStructure: t, expandColumnKey: n, primaryColumnKey: r }) => {
1431
+ let i = b(() => e.value.filter((e) => e.sticky !== Y.RIGHT)), a = b(() => e.value.filter((e) => e.sticky === Y.RIGHT)), o = b(() => {
1417
1432
  let e = (e) => ({
1418
1433
  key: e.key,
1419
1434
  descriptor: e
@@ -1421,7 +1436,7 @@ var J = /* @__PURE__ */ function(e) {
1421
1436
  return [
1422
1437
  ...i.value.map(e),
1423
1438
  {
1424
- key: ze,
1439
+ key: Ue,
1425
1440
  descriptor: void 0
1426
1441
  },
1427
1442
  ...a.value.map(e)
@@ -1429,22 +1444,25 @@ var J = /* @__PURE__ */ function(e) {
1429
1444
  }), s = (e) => {
1430
1445
  if (!e.sticky || !e.stickyOffsetVar || !e.liveStickyOffsetVar) return;
1431
1446
  let t = `var(${e.liveStickyOffsetVar}, var(${e.stickyOffsetVar}))`;
1432
- return e.sticky === J.LEFT ? { left: t } : { right: t };
1447
+ return e.sticky === Y.LEFT ? {
1448
+ left: t,
1449
+ "--s-ui-table-cell-inline-offset": t
1450
+ } : { right: t };
1433
1451
  }, c = (e) => {
1434
- let t = e.service ? We[e.service] : void 0;
1452
+ let t = e.service ? Je[e.service] : void 0;
1435
1453
  return {
1436
- "s-ui-table__cell--sticky-left": e.sticky === J.LEFT,
1437
- "s-ui-table__cell--sticky-right": e.sticky === J.RIGHT,
1454
+ "s-ui-table__cell--sticky-left": e.sticky === Y.LEFT,
1455
+ "s-ui-table__cell--sticky-right": e.sticky === Y.RIGHT,
1438
1456
  "s-ui-table__cell--last-sticky-left": e.lastStickyLeft,
1439
1457
  "s-ui-table__cell--first-sticky-right": e.firstStickyRight,
1440
1458
  "s-ui-table__cell--primary": e.primary,
1441
1459
  [`s-ui-table__cell--service-${t}`]: !!t,
1442
- [on[e.align]]: !!e.column
1460
+ [pn[e.align]]: !!e.column
1443
1461
  };
1444
1462
  }, l = (e) => {
1445
- if (!H(t) || !e.column) return !1;
1446
- let i = H(n);
1447
- return e.key === (i ?? H(r));
1463
+ if (!W(t) || !e.column) return !1;
1464
+ let i = W(n);
1465
+ return e.key === (i ?? W(r));
1448
1466
  }, u = (e) => {
1449
1467
  let t = ["s-ui-table__cell"];
1450
1468
  return Object.entries(c(e)).forEach(([e, n]) => {
@@ -1455,7 +1473,7 @@ var J = /* @__PURE__ */ function(e) {
1455
1473
  style: s(e),
1456
1474
  chevron: l(e)
1457
1475
  };
1458
- }, d = _(() => i.value.map(u)), f = _(() => a.value.map(u));
1476
+ }, d = b(() => i.value.map(u)), f = b(() => a.value.map(u));
1459
1477
  return {
1460
1478
  leadingDescriptors: i,
1461
1479
  trailingDescriptors: a,
@@ -1464,7 +1482,7 @@ var J = /* @__PURE__ */ function(e) {
1464
1482
  getHeaderCellClasses: c,
1465
1483
  leadingCellPlans: d,
1466
1484
  trailingCellPlans: f,
1467
- rowCellPlans: _(() => {
1485
+ rowCellPlans: b(() => {
1468
1486
  let e = (e) => ({
1469
1487
  key: e.descriptor.key,
1470
1488
  cellPlan: e
@@ -1472,15 +1490,15 @@ var J = /* @__PURE__ */ function(e) {
1472
1490
  return [
1473
1491
  ...d.value.map(e),
1474
1492
  {
1475
- key: ze,
1493
+ key: Ue,
1476
1494
  cellPlan: void 0
1477
1495
  },
1478
1496
  ...f.value.map(e)
1479
1497
  ];
1480
1498
  })
1481
1499
  };
1482
- }, cn = ({ tableRootElement: e, scrollElement: t, columnDescriptors: n, columnWidths: r, enabled: i, onResizeEnd: a, remeasureRows: o }) => {
1483
- let s = I(), c = _(() => s.value?.columnKey), l = (e, t) => {
1500
+ }, hn = ({ tableRootElement: e, scrollElement: t, columnDescriptors: n, columnWidths: r, enabled: i, onResizeEnd: a, remeasureRows: o }) => {
1501
+ let s = z(), c = b(() => s.value?.columnKey), l = (e, t) => {
1484
1502
  let n = Math.max(e.minWidth, t);
1485
1503
  return e.maxWidth ? Math.min(e.maxWidth, n) : n;
1486
1504
  }, u = (t, r) => {
@@ -1490,11 +1508,11 @@ var J = /* @__PURE__ */ function(e) {
1490
1508
  s && i.style.setProperty(s.liveWidthVar, `${r}px`);
1491
1509
  let c = 0;
1492
1510
  o.forEach((e) => {
1493
- e.sticky === J.LEFT && e.liveStickyOffsetVar && (i.style.setProperty(e.liveStickyOffsetVar, `${c}px`), c += a(e));
1511
+ e.sticky === Y.LEFT && e.liveStickyOffsetVar && (i.style.setProperty(e.liveStickyOffsetVar, `${c}px`), c += a(e));
1494
1512
  });
1495
1513
  let l = 0;
1496
1514
  [...o].reverse().forEach((e) => {
1497
- e.sticky === J.RIGHT && e.liveStickyOffsetVar && (i.style.setProperty(e.liveStickyOffsetVar, `${l}px`), l += a(e));
1515
+ e.sticky === Y.RIGHT && e.liveStickyOffsetVar && (i.style.setProperty(e.liveStickyOffsetVar, `${l}px`), l += a(e));
1498
1516
  });
1499
1517
  }, d = () => {
1500
1518
  let t = e.value;
@@ -1510,25 +1528,25 @@ var J = /* @__PURE__ */ function(e) {
1510
1528
  let t = s.value;
1511
1529
  t && (s.value = void 0, e && f(t.columnKey, t.liveWidth), d());
1512
1530
  };
1513
- return de("pointermove", (e) => {
1531
+ return pe("pointermove", (e) => {
1514
1532
  let t = s.value;
1515
1533
  if (!t || e.pointerId !== t.pointerId) return;
1516
1534
  let r = n.value.find((e) => e.key === t.columnKey);
1517
1535
  if (!r) return;
1518
1536
  let i = l(r, t.startWidth + (e.clientX - t.startClientX));
1519
1537
  i !== t.liveWidth && (t.liveWidth = i, u(t.columnKey, i));
1520
- }), de("pointerup", (e) => {
1538
+ }), pe("pointerup", (e) => {
1521
1539
  s.value && e.pointerId === s.value.pointerId && p(!0);
1522
- }), de("pointercancel", () => {
1540
+ }), pe("pointercancel", () => {
1523
1541
  p(!1);
1524
- }), de("blur", () => {
1542
+ }), pe("blur", () => {
1525
1543
  p(!1);
1526
- }), de("keydown", (e) => {
1544
+ }), pe("keydown", (e) => {
1527
1545
  s.value && e.key === "Escape" && (e.preventDefault(), p(!1));
1528
1546
  }), {
1529
1547
  resizingColumnKey: c,
1530
1548
  handleResizeHandlePointerdown: (e, t) => {
1531
- if (!H(i)) return;
1549
+ if (!W(i)) return;
1532
1550
  let r = n.value.find((e) => e.key === t);
1533
1551
  r?.resizable && (e.preventDefault(), e.stopPropagation(), e.isTrusted && e.target instanceof Element && e.target.setPointerCapture(e.pointerId), s.value = {
1534
1552
  columnKey: t,
@@ -1539,7 +1557,7 @@ var J = /* @__PURE__ */ function(e) {
1539
1557
  });
1540
1558
  },
1541
1559
  handleResizeHandleKeydown: (e, t) => {
1542
- if (!H(i) || e.key !== "ArrowLeft" && e.key !== "ArrowRight") return;
1560
+ if (!W(i) || e.key !== "ArrowLeft" && e.key !== "ArrowRight") return;
1543
1561
  let r = n.value.find((e) => e.key === t);
1544
1562
  if (!r?.resizable) return;
1545
1563
  e.preventDefault();
@@ -1547,7 +1565,7 @@ var J = /* @__PURE__ */ function(e) {
1547
1565
  s !== r.width && f(t, s);
1548
1566
  },
1549
1567
  handleResizeHandleDblclick: (e) => {
1550
- if (!H(i)) return;
1568
+ if (!W(i)) return;
1551
1569
  let r = n.value.find((t) => t.key === e), a = t.value;
1552
1570
  if (!r?.resizable || !a) return;
1553
1571
  let o = r.minWidth;
@@ -1558,19 +1576,19 @@ var J = /* @__PURE__ */ function(e) {
1558
1576
  s !== r.width && f(e, s);
1559
1577
  }
1560
1578
  };
1561
- }, ln = ({ gridFocus: e, columnDescriptors: t, flatRows: n, expandColumnKey: r, primaryColumnKey: i, groupColumnKey: a, selectable: o, openMenuColumnKey: s, toggleExpanded: c, toggleRowSelected: l, applySortCycle: u, setColumnMenuOpen: f, resizeColumnByKeyboard: p, onDepthFooterActivate: m, onLoadMoreActivate: h, onRowActivate: g }) => {
1579
+ }, gn = ({ gridFocus: e, columnDescriptors: t, flatRows: n, expandColumnKey: r, primaryColumnKey: i, groupColumnKey: a, selectable: o, openMenuColumnKey: s, toggleExpanded: c, toggleRowSelected: l, applySortCycle: u, setColumnMenuOpen: d, resizeColumnByKeyboard: f, onDepthFooterActivate: p, onLoadMoreActivate: h, onRowActivate: g }) => {
1562
1580
  let _ = () => {
1563
1581
  let n = e.focusAddress.value.columnKey;
1564
1582
  return t.value.find((e) => e.key === n);
1565
1583
  }, v = () => {
1566
1584
  let t = e.focusBodyRowIndex.value;
1567
1585
  return t === void 0 ? void 0 : n.value[t];
1568
- }, y = (e) => e.kind === Q.GROUP ? H(a) : H(r) ?? H(i), b = (t) => {
1586
+ }, y = (e) => e.kind === Q.GROUP ? W(a) : W(r) ?? W(i), b = (t) => {
1569
1587
  let n = t.target;
1570
1588
  if (!(n instanceof HTMLElement)) return;
1571
1589
  let r = n.closest("[data-section]");
1572
1590
  if (!(r instanceof HTMLElement)) return;
1573
- let i = st(r.dataset.section ?? null), a = r.dataset.columnKey;
1591
+ let i = dt(r.dataset.section ?? null), a = r.dataset.columnKey;
1574
1592
  !i || !a || e.syncFocusAddress({
1575
1593
  section: i,
1576
1594
  rowKey: r.dataset.rowKey,
@@ -1581,7 +1599,7 @@ var J = /* @__PURE__ */ function(e) {
1581
1599
  if (r.section !== $.BODY || !r.rowKey) return !1;
1582
1600
  let i = v();
1583
1601
  if (!i || i.kind === Q.DEPTH_FOOTER || r.columnKey !== y(i)) return !1;
1584
- let a = d(t, i.key, n.value);
1602
+ let a = m(t, i.key, n.value);
1585
1603
  return a ? a.type === "select" ? (e.focusAddressNow({
1586
1604
  section: $.BODY,
1587
1605
  rowKey: a.rowKey,
@@ -1604,7 +1622,7 @@ var J = /* @__PURE__ */ function(e) {
1604
1622
  return;
1605
1623
  }
1606
1624
  if (r.kind === Q.DEPTH_FOOTER) {
1607
- m(r);
1625
+ p(r);
1608
1626
  return;
1609
1627
  }
1610
1628
  if (r.kind === Q.LOAD_MORE) {
@@ -1626,9 +1644,9 @@ var J = /* @__PURE__ */ function(e) {
1626
1644
  let n = _();
1627
1645
  if (!n) return !1;
1628
1646
  let r = t.key === "ArrowLeft" || t.key === "ArrowRight";
1629
- if (t.altKey && t.shiftKey && r) return t.preventDefault(), p(n, t.key === "ArrowRight" ? 1 : -1), !0;
1647
+ if (t.altKey && t.shiftKey && r) return t.preventDefault(), f(n, t.key === "ArrowRight" ? 1 : -1), !0;
1630
1648
  let i = t.altKey && t.key === "ArrowDown" || t.key === "ContextMenu", a = e.focusAddress.value.section === $.HEADER;
1631
- return n.column && a && i ? (t.preventDefault(), f(n.key, H(s) !== n.key), !0) : !1;
1649
+ return n.column && a && i ? (t.preventDefault(), d(n.key, W(s) !== n.key), !0) : !1;
1632
1650
  };
1633
1651
  return {
1634
1652
  handleGridFocusIn: b,
@@ -1672,7 +1690,7 @@ var J = /* @__PURE__ */ function(e) {
1672
1690
  case "Spacebar": {
1673
1691
  t.preventDefault();
1674
1692
  let n = e.focusedBodyRowKey.value;
1675
- if (!H(o) || !n) break;
1693
+ if (!W(o) || !n) break;
1676
1694
  l(n);
1677
1695
  break;
1678
1696
  }
@@ -1680,36 +1698,36 @@ var J = /* @__PURE__ */ function(e) {
1680
1698
  }
1681
1699
  }
1682
1700
  };
1683
- }, un = ({ tableId: e, enabled: t, dragMode: n, snapshot: r, scrollElement: i, isRowDraggable: a, dragExpandDelayMs: o, isExpanded: s, onHoverExpand: c, onReorder: l, onTreeDrop: u, resolveRowPreviewTitle: d }) => {
1684
- let f = /* @__PURE__ */ new Map(), p = z(), m = z(), h = (e) => {
1701
+ }, _n = ({ tableId: e, enabled: t, dragMode: n, snapshot: r, scrollElement: i, isRowDraggable: a, dragExpandDelayMs: o, isExpanded: s, onHoverExpand: c, onReorder: l, onTreeDrop: u, resolveRowPreviewTitle: d }) => {
1702
+ let f = /* @__PURE__ */ new Map(), p = H(), m = H(), h = (e) => {
1685
1703
  if (!(e instanceof HTMLElement)) return;
1686
1704
  let t = Number(e.dataset.index);
1687
1705
  if (Number.isInteger(t)) return r.value.flatRows[t];
1688
1706
  }, g = (e) => {
1689
- if (!e || !H(t) || e.kind !== Q.ROW && e.kind !== Q.GROUP) return !1;
1690
- let n = H(a);
1707
+ if (!e || !W(t) || e.kind !== Q.ROW && e.kind !== Q.GROUP) return !1;
1708
+ let n = W(a);
1691
1709
  return n ? n(e.item) !== !1 : !0;
1692
1710
  }, _ = (e, t) => {
1693
1711
  let { getSubtreeRangeByKey: n, getRowIndexByKey: i } = r.value, a = n(e), o = i(t);
1694
1712
  return !a || o === void 0 ? !1 : o >= a[0] && o <= a[1];
1695
- }, v = me(() => {
1713
+ }, v = ge(() => {
1696
1714
  let e = y.value;
1697
1715
  e && !s(e) && c(e);
1698
- }, () => H(o) ?? 500, { immediate: !1 }), y = z(), b = me(() => {
1716
+ }, () => W(o) ?? 500, { immediate: !1 }), y = H(), b = ge(() => {
1699
1717
  S.value = x.value;
1700
- }, Re, { immediate: !1 }), x = z(), S = z(), C = (e) => {
1718
+ }, He, { immediate: !1 }), x = H(), S = H(), C = (e) => {
1701
1719
  !(e.hasChildren || e.kind === Q.GROUP) || e.expanded || y.value !== e.key && (y.value = e.key, v.stop(), v.start());
1702
1720
  }, w = () => {
1703
1721
  v.stop(), y.value = void 0, b.stop(), x.value = void 0, S.value = void 0;
1704
1722
  }, T = (e, t, r, i) => {
1705
- if (H(n) === Ae.TREE) {
1706
- let n = t.getBoundingClientRect(), i = Le * n.height / 2;
1723
+ if (W(n) === Pe.TREE) {
1724
+ let n = t.getBoundingClientRect(), i = Ve * n.height / 2;
1707
1725
  if (Math.abs(r - (n.top + n.height / 2)) <= i) {
1708
- if (e.kind === Q.GROUP || S.value === e.key) return je.CHILD;
1726
+ if (e.kind === Q.GROUP || S.value === e.key) return Fe.CHILD;
1709
1727
  x.value !== e.key && (x.value = e.key, b.stop(), b.start());
1710
1728
  } else x.value === e.key && (b.stop(), x.value = void 0, S.value = void 0);
1711
1729
  }
1712
- return i === "top" ? je.BEFORE : je.AFTER;
1730
+ return i === "top" ? Fe.BEFORE : Fe.AFTER;
1713
1731
  }, E, D = (e) => {
1714
1732
  [e, ...e.querySelectorAll("[id], [tabindex]")].forEach((e) => {
1715
1733
  e.removeAttribute("id"), e.removeAttribute("tabindex");
@@ -1732,10 +1750,10 @@ var J = /* @__PURE__ */ function(e) {
1732
1750
  }, j = (e) => {
1733
1751
  A(e.clientX, e.clientY);
1734
1752
  }, M = (e, t, n) => {
1735
- P(), E = document.createElement("div"), E.className = "s-ui-table__row-drag-layer", E.appendChild(e), document.body.appendChild(E), document.addEventListener("dragover", j), A(t, n);
1736
- }, P = () => {
1753
+ N(), E = document.createElement("div"), E.className = "s-ui-table__row-drag-layer", E.appendChild(e), document.body.appendChild(E), document.addEventListener("dragover", j), A(t, n);
1754
+ }, N = () => {
1737
1755
  document.removeEventListener("dragover", j), E?.remove(), E = void 0;
1738
- }, F = (t) => {
1756
+ }, P = (t) => {
1739
1757
  if (!(t instanceof HTMLElement)) {
1740
1758
  f.forEach((e, t) => {
1741
1759
  t.isConnected || (e(), f.delete(t));
@@ -1743,13 +1761,13 @@ var J = /* @__PURE__ */ function(e) {
1743
1761
  return;
1744
1762
  }
1745
1763
  if (f.has(t)) return;
1746
- let n = ve(ye({
1764
+ let n = J(be({
1747
1765
  element: t,
1748
1766
  canDrag: () => g(h(t)),
1749
1767
  getInitialData: () => {
1750
1768
  let n = h(t);
1751
1769
  return {
1752
- type: tn,
1770
+ type: ln,
1753
1771
  tableId: e,
1754
1772
  rowKey: n?.key ?? "",
1755
1773
  rowIndex: n?.index ?? -1
@@ -1757,22 +1775,22 @@ var J = /* @__PURE__ */ function(e) {
1757
1775
  },
1758
1776
  onGenerateDragPreview: ({ nativeSetDragImage: e, location: n }) => {
1759
1777
  let r = k(t, h(t)), { clientX: i, clientY: a } = n.current.input;
1760
- Te({ nativeSetDragImage: e }), M(r, i, a);
1778
+ De({ nativeSetDragImage: e }), M(r, i, a);
1761
1779
  },
1762
1780
  onDragStart: () => {
1763
1781
  p.value = h(t)?.key;
1764
1782
  },
1765
1783
  onDrop: () => {
1766
- p.value = void 0, m.value = void 0, w(), P();
1784
+ p.value = void 0, m.value = void 0, w(), N();
1767
1785
  }
1768
- }), be({
1786
+ }), xe({
1769
1787
  element: t,
1770
1788
  canDrop: ({ source: n }) => {
1771
- if (!rn(n.data, e)) return !1;
1789
+ if (!dn(n.data, e)) return !1;
1772
1790
  let r = h(t);
1773
1791
  return !r || r.key === n.data.rowKey ? !1 : !_(n.data.rowKey, r.key);
1774
1792
  },
1775
- getData: ({ input: e, element: t }) => Ce({ rowKey: h(t)?.key ?? "" }, {
1793
+ getData: ({ input: e, element: t }) => Te({ rowKey: h(t)?.key ?? "" }, {
1776
1794
  input: e,
1777
1795
  element: t,
1778
1796
  allowedEdges: ["top", "bottom"]
@@ -1781,7 +1799,7 @@ var J = /* @__PURE__ */ function(e) {
1781
1799
  let r = h(t);
1782
1800
  if (!r) return;
1783
1801
  C(r);
1784
- let i = we(e.data), a = i === "top" || i === "bottom" ? i : null, o = T(r, t, n.current.input.clientY, a), s = o === je.CHILD ? r.depth + 1 : r.depth, c = m.value;
1802
+ let i = Ee(e.data), a = i === "top" || i === "bottom" ? i : null, o = T(r, t, n.current.input.clientY, a), s = o === Fe.CHILD ? r.depth + 1 : r.depth, c = m.value;
1785
1803
  (c?.targetKey !== r.key || c.action !== o || c.depth !== s) && (m.value = {
1786
1804
  targetKey: r.key,
1787
1805
  action: o,
@@ -1794,15 +1812,15 @@ var J = /* @__PURE__ */ function(e) {
1794
1812
  }
1795
1813
  }));
1796
1814
  f.set(t, n);
1797
- }, I = q({
1798
- canMonitor: ({ source: t }) => rn(t.data, e),
1815
+ }, F = Se({
1816
+ canMonitor: ({ source: t }) => dn(t.data, e),
1799
1817
  onDrop: ({ source: t, location: i }) => {
1800
1818
  let a = m.value;
1801
- if (p.value = void 0, m.value = void 0, w(), !i.current.dropTargets[0] || !a || !rn(t.data, e)) return;
1819
+ if (p.value = void 0, m.value = void 0, w(), !i.current.dropTargets[0] || !a || !dn(t.data, e)) return;
1802
1820
  let { flatRows: o, getRowIndexByKey: s } = r.value, c = s(t.data.rowKey), d = s(a.targetKey), f = c === void 0 ? void 0 : o[c], h = d === void 0 ? void 0 : o[d];
1803
1821
  if (!f || !h || f.key === h.key || _(f.key, h.key)) return;
1804
- if (H(n) === Ae.FLAT) {
1805
- if (a.action === je.CHILD) return;
1822
+ if (W(n) === Pe.FLAT) {
1823
+ if (a.action === Fe.CHILD) return;
1806
1824
  l({
1807
1825
  action: a.action,
1808
1826
  sourceKey: f.key,
@@ -1814,7 +1832,7 @@ var J = /* @__PURE__ */ function(e) {
1814
1832
  });
1815
1833
  return;
1816
1834
  }
1817
- let g = a.action === je.CHILD, v = g ? h.key : h.parentKey, y = v === void 0 ? void 0 : s(v), b = y === void 0 ? void 0 : o[y];
1835
+ let g = a.action === Fe.CHILD, v = g ? h.key : h.parentKey, y = v === void 0 ? void 0 : s(v), b = y === void 0 ? void 0 : o[y];
1818
1836
  u({
1819
1837
  action: a.action,
1820
1838
  sourceKey: f.key,
@@ -1827,26 +1845,26 @@ var J = /* @__PURE__ */ function(e) {
1827
1845
  });
1828
1846
  }
1829
1847
  }), L;
1830
- return W(i, (t) => {
1831
- L?.(), L = void 0, t && (L = Ee({
1848
+ return K(i, (t) => {
1849
+ L?.(), L = void 0, t && (L = Oe({
1832
1850
  element: t,
1833
- canScroll: ({ source: t }) => rn(t.data, e)
1851
+ canScroll: ({ source: t }) => dn(t.data, e)
1834
1852
  }));
1835
- }, { immediate: !0 }), N(() => {
1836
- I(), L?.(), P(), f.forEach((e) => {
1853
+ }, { immediate: !0 }), I(() => {
1854
+ F(), L?.(), N(), f.forEach((e) => {
1837
1855
  e();
1838
1856
  }), f.clear();
1839
1857
  }), {
1840
- registerRowElement: F,
1858
+ registerRowElement: P,
1841
1859
  draggingRowKey: p,
1842
1860
  dropIndicator: m
1843
1861
  };
1844
- }, dn = ({ flatRows: e, virtualEnabled: t, windowIndexes: n, uiTotalSize: r, getRowUiOffset: i, activeGroupRowIndex: a, activeDepthFooterRowIndexes: o, leavingDepthFooterRowIndex: s, slidingDepthFooterRowIndexes: c, farDepthFooterRowIndexes: l, activeRowIndex: u }) => {
1845
- let d = _(() => {
1862
+ }, vn = ({ flatRows: e, virtualEnabled: t, windowIndexes: n, uiTotalSize: r, getRowUiOffset: i, activeGroupRowIndex: a, activeDepthFooterRowIndexes: o, leavingDepthFooterRowIndex: s, slidingDepthFooterRowIndexes: c, farDepthFooterRowIndexes: l, activeRowIndex: u }) => {
1863
+ let d = b(() => {
1846
1864
  let e = [];
1847
1865
  return a.value !== void 0 && e.push(a.value), e.push(...o.value), u.value !== void 0 && e.push(u.value), e;
1848
1866
  });
1849
- return { renderEntries: _(() => {
1867
+ return { renderEntries: b(() => {
1850
1868
  let u = e.value, f = a.value, p = new Set(o.value), m = new Set(c.value), h = new Set(l.value), g = s.value, _ = g === void 0 ? void 0 : i(g), v = _ ? _.end - _.start : void 0, y = [], b = (e, t, n) => e && !t && !n ? v : void 0, x = (e) => {
1851
1869
  let t = i(e.index), n = p.has(e.index), r = e.index === g, a = m.has(e.index);
1852
1870
  y.push({
@@ -1861,7 +1879,7 @@ var J = /* @__PURE__ */ function(e) {
1861
1879
  rowHeight: t ? t.end - t.start : void 0
1862
1880
  });
1863
1881
  };
1864
- if (!H(t)) return u.forEach(x), y;
1882
+ if (!W(t)) return u.forEach(x), y;
1865
1883
  let S = r.value, C = n.value.filter((e) => {
1866
1884
  let t = i(e);
1867
1885
  return !t || t.end > 0 && t.start < S;
@@ -1905,23 +1923,23 @@ var J = /* @__PURE__ */ function(e) {
1905
1923
  k = r + n;
1906
1924
  }), A(S - k), y;
1907
1925
  }) };
1908
- }, fn = ({ selected: e, cascade: t, treeIndex: n, groupRow: r, disabledKey: i, isItemSelectable: a }) => {
1909
- let o = _(() => new Set(e.value)), s = (e) => n.value.nodeByKey.get(e)?.parentKey, c = (e) => {
1926
+ }, yn = ({ selected: e, cascade: t, treeIndex: n, groupRow: r, disabledKey: i, isItemSelectable: a }) => {
1927
+ let o = b(() => new Set(e.value)), s = (e) => n.value.nodeByKey.get(e)?.parentKey, c = (e) => {
1910
1928
  let t = n.value.nodeByKey.get(e);
1911
- if (!t || Ft(t.item, H(r)) || Ft(t.item, H(i))) return !1;
1912
- let o = H(a);
1929
+ if (!t || Ht(t.item, W(r)) || Ht(t.item, W(i))) return !1;
1930
+ let o = W(a);
1913
1931
  return o ? o(t.item) !== !1 : !0;
1914
- }, l = _(() => {
1932
+ }, l = b(() => {
1915
1933
  let e = [];
1916
1934
  return n.value.nodeByKey.forEach((t, n) => {
1917
1935
  c(n) && e.push(n);
1918
- }), D(e);
1919
- }), u = _(() => {
1936
+ }), A(e);
1937
+ }), u = b(() => {
1920
1938
  let e = /* @__PURE__ */ new Map();
1921
1939
  return o.value.forEach((t) => {
1922
1940
  let n = s(t);
1923
1941
  for (; n;) e.set(n, (e.get(n) ?? 0) + 1), n = s(n);
1924
- }), D(e);
1942
+ }), A(e);
1925
1943
  }), d = (e) => o.value.has(e), f = (e) => o.value.has(e) ? Z.CHECKED : (u.value.get(e) ?? 0) > 0 ? Z.INDETERMINATE : Z.UNCHECKED, p = (e, t) => {
1926
1944
  c(e) && t.push(e), n.value.nodeByKey.get(e)?.children?.forEach((e) => {
1927
1945
  p(e.key, t);
@@ -1939,10 +1957,10 @@ var J = /* @__PURE__ */ function(e) {
1939
1957
  }, g = (e, t) => {
1940
1958
  let n = s(e);
1941
1959
  for (; n;) t.delete(n), n = s(n);
1942
- }, v = (n) => {
1960
+ }, _ = (n) => {
1943
1961
  if (!c(n)) return;
1944
1962
  let r = new Set(e.value);
1945
- if (!H(t)) {
1963
+ if (!W(t)) {
1946
1964
  r.has(n) ? r.delete(n) : r.add(n), e.value = [...r];
1947
1965
  return;
1948
1966
  }
@@ -1952,7 +1970,7 @@ var J = /* @__PURE__ */ function(e) {
1952
1970
  }), h(n, r)) : (i.forEach((e) => {
1953
1971
  r.delete(e);
1954
1972
  }), g(n, r)), e.value = [...r];
1955
- }, y = _(() => {
1973
+ }, v = b(() => {
1956
1974
  let e = l.value.length, t = l.value.reduce((e, t) => o.value.has(t) ? e + 1 : e, 0);
1957
1975
  return e === 0 || t === 0 ? Z.UNCHECKED : t >= e ? Z.CHECKED : Z.INDETERMINATE;
1958
1976
  });
@@ -1960,10 +1978,10 @@ var J = /* @__PURE__ */ function(e) {
1960
1978
  isSelected: d,
1961
1979
  isNodeSelectable: c,
1962
1980
  getCheckState: f,
1963
- toggleRow: v,
1964
- headerCheckState: y,
1981
+ toggleRow: _,
1982
+ headerCheckState: v,
1965
1983
  toggleSelectAll: () => {
1966
- if (y.value === Z.CHECKED) {
1984
+ if (v.value === Z.CHECKED) {
1967
1985
  e.value = [];
1968
1986
  return;
1969
1987
  }
@@ -1973,11 +1991,11 @@ var J = /* @__PURE__ */ function(e) {
1973
1991
  e.value = [];
1974
1992
  }
1975
1993
  };
1976
- }, pn = ({ columns: e, primaryColumnKey: t, treeNodeByKey: n, groupTotalKey: r, depthFooter: i, groupContentColumnKey: a, creationContentColumnKey: o, loadMoreContentColumnKey: s, treeIndent: c, loadingMoreChildrenKeys: l, footerValues: u, stuckDepthFooterRowIndex: d, onDepthFooterClick: f, onLoadMoreChildren: p }) => {
1977
- let m = _(() => H(e).find((e) => e.key === t.value)), h = _(() => H(i)?.columnKey ?? t.value), g = _(() => H(a) ?? t.value), v = _(() => H(o) ?? t.value), y = _(() => H(s) ?? t.value), b = (e) => n.value.get(e.key)?.subtreeSize ?? 0, x = (e) => Lt(e.item, H(r)), S = (e) => {
1978
- let t = It(e.item, m.value?.value ?? m.value?.key);
1994
+ }, bn = ({ columns: e, primaryColumnKey: t, treeNodeByKey: n, groupTotalKey: r, depthFooter: i, groupContentColumnKey: a, creationContentColumnKey: o, loadMoreContentColumnKey: s, treeIndent: c, loadingMoreChildrenKeys: l, footerValues: u, stuckDepthFooterRowIndex: d, onDepthFooterClick: f, onLoadMoreChildren: p }) => {
1995
+ let m = b(() => W(e).find((e) => e.key === t.value)), h = b(() => W(i)?.columnKey ?? t.value), g = b(() => W(a) ?? t.value), _ = b(() => W(o) ?? t.value), v = b(() => W(s) ?? t.value), y = (e) => n.value.get(e.key)?.subtreeSize ?? 0, x = (e) => Wt(e.item, W(r)), S = (e) => {
1996
+ let t = Ut(e.item, m.value?.value ?? m.value?.key);
1979
1997
  return t === void 0 ? void 0 : String(t);
1980
- }, C = (e) => ({ paddingInlineStart: `calc(var(--s-ui-dimension-4) + ${e * H(c)}px)` }), w = (e) => {
1998
+ }, C = (e) => ({ paddingInlineStart: `calc(var(--s-ui-dimension-4) + ${e * W(c)}px)` }), w = (e) => {
1981
1999
  f({
1982
2000
  parentKey: e.parentKey ?? "",
1983
2001
  parentItem: e.item,
@@ -1991,7 +2009,7 @@ var J = /* @__PURE__ */ function(e) {
1991
2009
  click: () => {
1992
2010
  w(e);
1993
2011
  }
1994
- }), E = _(() => new Set(H(l))), D = (e) => e.parentKey ? E.value.has(e.parentKey) : !1, O = (e) => {
2012
+ }), E = b(() => new Set(W(l))), D = (e) => e.parentKey ? E.value.has(e.parentKey) : !1, O = (e) => {
1995
2013
  !e.parentKey || D(e) || p({
1996
2014
  key: e.parentKey,
1997
2015
  item: e.item
@@ -2004,13 +2022,13 @@ var J = /* @__PURE__ */ function(e) {
2004
2022
  loadMore: () => {
2005
2023
  O(e);
2006
2024
  }
2007
- }), A = (e) => H(u)?.[e];
2025
+ }), A = (e) => W(u)?.[e];
2008
2026
  return {
2009
2027
  depthFooterColumnKey: h,
2010
2028
  groupColumnKey: g,
2011
- creationColumnKey: v,
2012
- loadMoreColumnKey: y,
2013
- getGroupCount: b,
2029
+ creationColumnKey: _,
2030
+ loadMoreColumnKey: v,
2031
+ getGroupCount: y,
2014
2032
  getGroupTotal: x,
2015
2033
  getGroupTitle: S,
2016
2034
  getDepthIndentStyle: C,
@@ -2028,12 +2046,12 @@ var J = /* @__PURE__ */ function(e) {
2028
2046
  return t ? `s-ui-table__aggregate-cell--tone-${t}` : void 0;
2029
2047
  },
2030
2048
  getFooterSlotScope: (t) => ({
2031
- column: H(e).find((e) => e.key === t) ?? { key: t },
2049
+ column: W(e).find((e) => e.key === t) ?? { key: t },
2032
2050
  footerValue: A(t)
2033
2051
  })
2034
2052
  };
2035
- }, mn = ({ sortState: e, onSortChange: t }) => {
2036
- let n = _(() => new Map(e.value.map((e) => [e.key, e]))), r = (e) => n.value.get(e)?.direction, i = (t) => {
2053
+ }, xn = ({ sortState: e, onSortChange: t }) => {
2054
+ let n = b(() => new Map(e.value.map((e) => [e.key, e]))), r = (e) => n.value.get(e)?.direction, i = (t) => {
2037
2055
  if (e.value.length < 2) return;
2038
2056
  let n = e.value.findIndex((e) => e.key === t);
2039
2057
  return n === -1 ? void 0 : n + 1;
@@ -2044,12 +2062,12 @@ var J = /* @__PURE__ */ function(e) {
2044
2062
  getColumnSortDirection: r,
2045
2063
  getColumnSortIndex: i,
2046
2064
  applySortCycle: (t, n) => {
2047
- let r = [...e.value], i = r.findIndex((e) => e.key === t), o = i === -1 ? void 0 : r[i], s = o ? o.direction === Y.ASC ? {
2065
+ let r = [...e.value], i = r.findIndex((e) => e.key === t), o = i === -1 ? void 0 : r[i], s = o ? o.direction === X.ASC ? {
2048
2066
  key: t,
2049
- direction: Y.DESC
2067
+ direction: X.DESC
2050
2068
  } : void 0 : {
2051
2069
  key: t,
2052
- direction: Y.ASC
2070
+ direction: X.ASC
2053
2071
  };
2054
2072
  if (!n) {
2055
2073
  a(s ? [s] : []);
@@ -2072,7 +2090,7 @@ var J = /* @__PURE__ */ function(e) {
2072
2090
  getHeaderAriaSort: (e) => {
2073
2091
  if (!e.column) return;
2074
2092
  let t = r(e.key);
2075
- if (t) return t === Y.ASC ? "ascending" : "descending";
2093
+ if (t) return t === X.ASC ? "ascending" : "descending";
2076
2094
  },
2077
2095
  getHeaderSlotScope: (e) => e.column ? {
2078
2096
  column: e.column,
@@ -2080,8 +2098,8 @@ var J = /* @__PURE__ */ function(e) {
2080
2098
  sortIndex: i(e.key)
2081
2099
  } : { column: { key: e.key } }
2082
2100
  };
2083
- }, hn = ({ windowIndexes: e, visibleRange: t, getRowKey: n, pinnedRowKey: r, enabled: i }) => {
2084
- let a = /* @__PURE__ */ new Set(), o = z(/* @__PURE__ */ new Set()), s = [], c = 12, l = 0, u = !1, d = !1, f = 0, p = "", m = () => {
2101
+ }, Sn = ({ windowIndexes: e, visibleRange: t, getRowKey: n, pinnedRowKey: r, enabled: i }) => {
2102
+ let a = /* @__PURE__ */ new Set(), o = H(/* @__PURE__ */ new Set()), s = [], c = 12, l = 0, u = !1, d = !1, f = 0, p = "", m = () => {
2085
2103
  l = performance.now(), u = !0, o.value = new Set(a);
2086
2104
  }, h = (e) => {
2087
2105
  let t = s.splice(0, e);
@@ -2096,7 +2114,7 @@ var J = /* @__PURE__ */ function(e) {
2096
2114
  e < 20 && (c = Math.min(64, c + 2));
2097
2115
  }, _ = () => {
2098
2116
  u && (u = !1, g(performance.now() - l));
2099
- }, v = fe(() => {
2117
+ }, v = me(() => {
2100
2118
  f = 0, _(), d ? d = !1 : h(c) > 0 && m(), s.length === 0 && v.pause();
2101
2119
  }, { immediate: !1 }), y = (e) => {
2102
2120
  let n = t.value, r = n ? (n.startIndex + n.endIndex) / 2 : 0;
@@ -2108,7 +2126,7 @@ var J = /* @__PURE__ */ function(e) {
2108
2126
  r !== void 0 && !a.has(r) && t.push(r);
2109
2127
  }), t;
2110
2128
  }, x = (e) => {
2111
- let t = H(r), n = t === void 0 ? -1 : e.indexOf(t);
2129
+ let t = W(r), n = t === void 0 ? -1 : e.indexOf(t);
2112
2130
  return n > 0 && (e.splice(n, 1), e.unshift(t ?? "")), e;
2113
2131
  }, S = (e) => {
2114
2132
  let t = new Set(e.map(n)), r = 0;
@@ -2121,25 +2139,25 @@ var J = /* @__PURE__ */ function(e) {
2121
2139
  (s.length > 0 || e > 0) && v.resume();
2122
2140
  }, T = (e) => `${e[0]}:${e[e.length - 1]}:${e.length}`, E = (e) => {
2123
2141
  let t = T(e);
2124
- if (!H(i) || t === p) return;
2142
+ if (!W(i) || t === p) return;
2125
2143
  p = t, s = x(b(e));
2126
2144
  let n = S(e), r = h(Math.max(0, c - f));
2127
2145
  f += r, C(n + r), w(r);
2128
2146
  };
2129
- return W(e, E, {
2147
+ return K(e, E, {
2130
2148
  flush: "sync",
2131
2149
  immediate: !0
2132
- }), W(() => H(i), () => {
2150
+ }), K(() => W(i), () => {
2133
2151
  p = "", E(e.value);
2134
2152
  }), {
2135
- isRowHydrated: (e) => !H(i) || e === H(r) || o.value.has(e),
2153
+ isRowHydrated: (e) => !W(i) || e === W(r) || o.value.has(e),
2136
2154
  hydratedKeys: o
2137
2155
  };
2138
- }, gn = {
2156
+ }, Cn = {
2139
2157
  pinned: [],
2140
2158
  sliding: []
2141
- }, _n = ({ snapshot: e, visibleRange: t, depthFooterSticky: n, bottomVisibleRowIndex: r, getRowOffset: i }) => {
2142
- let a = _(() => {
2159
+ }, wn = ({ snapshot: e, visibleRange: t, depthFooterSticky: n, bottomVisibleRowIndex: r, getRowOffset: i }) => {
2160
+ let a = b(() => {
2143
2161
  let n = t.value;
2144
2162
  if (!n) return;
2145
2163
  let { flatRows: r, getRowIndexByKey: i } = e.value, a = r[n.startIndex];
@@ -2178,64 +2196,64 @@ var J = /* @__PURE__ */ function(e) {
2178
2196
  }, f = (t, n) => {
2179
2197
  let { flatRows: r } = e.value;
2180
2198
  return [t - 2, t - 1].filter((e) => r[e]?.kind === Q.DEPTH_FOOTER && !n.includes(e));
2181
- }, p = _(() => {
2199
+ }, p = b(() => {
2182
2200
  let e = r.value;
2183
- if (!H(n) || e === void 0) return gn;
2201
+ if (!W(n) || e === void 0) return Cn;
2184
2202
  let t = d(e);
2185
2203
  return {
2186
2204
  pinned: t,
2187
2205
  sliding: f(e, t)
2188
2206
  };
2189
- }), m = _(() => {
2207
+ }), m = b(() => {
2190
2208
  let { pinned: e, sliding: t } = p.value;
2191
2209
  return [...t, ...e];
2192
2210
  });
2193
2211
  return {
2194
2212
  activeGroupRowIndex: a,
2195
- activeDepthFooterRowIndex: _(() => p.value.pinned[0]),
2213
+ activeDepthFooterRowIndex: b(() => p.value.pinned[0]),
2196
2214
  activeDepthFooterRowIndexes: m,
2197
- leavingDepthFooterRowIndex: _(() => {
2215
+ leavingDepthFooterRowIndex: b(() => {
2198
2216
  let [e, t] = p.value.pinned;
2199
2217
  return t === void 0 ? void 0 : e;
2200
2218
  }),
2201
- slidingDepthFooterRowIndexes: _(() => p.value.sliding),
2202
- farDepthFooterRowIndexes: _(() => p.value.pinned.slice(2))
2219
+ slidingDepthFooterRowIndexes: b(() => p.value.sliding),
2220
+ farDepthFooterRowIndexes: b(() => p.value.pinned.slice(2))
2203
2221
  };
2204
- }, vn = (e) => typeof e == "number" ? `${e}px` : e || void 0, yn = ({ tfootBarStackHeight: e, hasFooterValues: t, scrollClientWidth: n, columnCssVars: r, totalWidth: i, height: a, maxHeight: o }) => ({
2205
- rootStyle: _(() => {
2206
- let i = H(n);
2222
+ }, Tn = (e) => typeof e == "number" ? `${e}px` : e || void 0, En = ({ tfootBarStackHeight: e, hasFooterValues: t, scrollClientWidth: n, columnCssVars: r, totalWidth: i, height: a, maxHeight: o }) => ({
2223
+ rootStyle: b(() => {
2224
+ let i = W(n);
2207
2225
  return {
2208
2226
  "--s-ui-table-header-height": "40px",
2209
- "--s-ui-table-row-min-height": "52px",
2227
+ "--s-ui-table-row-min-height": "40px",
2210
2228
  "--s-ui-table-scrollbar-size": "12px",
2211
2229
  "--s-ui-table-header-stack": "40px",
2212
2230
  "--s-ui-table-bottom-stack": `${e.value}px`,
2213
2231
  "--s-ui-table-footer-bar-height": "40px",
2214
- "--s-ui-table-create-row-height": "52px",
2215
- "--s-ui-table-aggregate-offset": H(t) ? "40px" : "0px",
2232
+ "--s-ui-table-create-row-height": "40px",
2233
+ "--s-ui-table-aggregate-offset": W(t) ? "40px" : "0px",
2216
2234
  ...i > 0 ? { "--s-ui-table-viewport-width": `${i}px` } : {},
2217
2235
  ...r.value
2218
2236
  };
2219
2237
  }),
2220
- scrollStyle: _(() => ({
2221
- height: vn(H(a)),
2222
- maxHeight: vn(H(o))
2238
+ scrollStyle: b(() => ({
2239
+ height: Tn(W(a)),
2240
+ maxHeight: Tn(W(o))
2223
2241
  })),
2224
- tableStyle: _(() => ({ width: `max(100%, ${i.value}px)` }))
2225
- }), bn, xn = () => {
2226
- if (bn !== void 0) return bn;
2227
- if (typeof document > "u") return bn = Ne, bn;
2242
+ tableStyle: b(() => ({ width: `max(100%, ${i.value}px)` }))
2243
+ }), Dn, On = () => {
2244
+ if (Dn !== void 0) return Dn;
2245
+ if (typeof document > "u") return Dn = Le, Dn;
2228
2246
  let e = document.createElement("div");
2229
- e.style.cssText = `position:absolute;visibility:hidden;pointer-events:none;width:1px;height:${Fe}px`, document.body.appendChild(e);
2247
+ e.style.cssText = `position:absolute;visibility:hidden;pointer-events:none;width:1px;height:${ze}px`, document.body.appendChild(e);
2230
2248
  let t = e.offsetHeight;
2231
- return e.remove(), bn = t > 0 ? t : Ne, bn;
2232
- }, Sn = (e) => e > 16e6 ? xn() - Pe : Infinity, Cn = (e, t, n) => {
2249
+ return e.remove(), Dn = t > 0 ? t : Le, Dn;
2250
+ }, kn = (e) => e > 16e6 ? On() - Re : Infinity, An = (e, t, n) => {
2233
2251
  if (!e) return 0;
2234
- let r = Math.max(t, Ie);
2252
+ let r = Math.max(t, Be);
2235
2253
  return n > 4 * r ? r : 0;
2236
- }, wn = (e, t) => !e.active || t <= e.edgeZone ? t : t >= e.maxUiScrollTop - e.edgeZone ? Math.min(e.maxModelScrollTop, e.maxModelScrollTop - (e.maxUiScrollTop - t)) : e.edgeZone + (t - e.edgeZone) * e.ratio, Tn = (e, t) => e.active ? t <= e.edgeZone ? Math.max(0, t) : t >= e.maxModelScrollTop - e.edgeZone ? Math.min(e.maxUiScrollTop, e.maxUiScrollTop - (e.maxModelScrollTop - t)) : e.edgeZone + (t - e.edgeZone) / e.ratio : t, En = (e, t) => e.active === t.active && e.maxUiScrollTop === t.maxUiScrollTop && e.maxModelScrollTop === t.maxModelScrollTop && e.edgeZone === t.edgeZone, Dn = (e, t) => !En(e, t) && (e.active || t.active), On = ({ scrollElement: e, totalSize: t, viewportHeight: n, extraHeight: r, onRescale: i }) => {
2237
- let a = z(0), o = _(() => {
2238
- let e = H(t), i = H(r), a = H(n), o = Sn(e), s = e > o, c = s ? o : e, l = Math.max(1, c + i - a), u = Math.max(0, e + i - a), d = Cn(s, a, l);
2254
+ }, jn = (e, t) => !e.active || t <= e.edgeZone ? t : t >= e.maxUiScrollTop - e.edgeZone ? Math.min(e.maxModelScrollTop, e.maxModelScrollTop - (e.maxUiScrollTop - t)) : e.edgeZone + (t - e.edgeZone) * e.ratio, Mn = (e, t) => e.active ? t <= e.edgeZone ? Math.max(0, t) : t >= e.maxModelScrollTop - e.edgeZone ? Math.min(e.maxUiScrollTop, e.maxUiScrollTop - (e.maxModelScrollTop - t)) : e.edgeZone + (t - e.edgeZone) / e.ratio : t, Nn = (e, t) => e.active === t.active && e.maxUiScrollTop === t.maxUiScrollTop && e.maxModelScrollTop === t.maxModelScrollTop && e.edgeZone === t.edgeZone, Pn = (e, t) => !Nn(e, t) && (e.active || t.active), Fn = ({ scrollElement: e, totalSize: t, viewportHeight: n, extraHeight: r, onRescale: i }) => {
2255
+ let a = H(0), o = b(() => {
2256
+ let e = W(t), i = W(r), a = W(n), o = kn(e), s = e > o, c = s ? o : e, l = Math.max(1, c + i - a), u = Math.max(0, e + i - a), d = An(s, a, l);
2239
2257
  return {
2240
2258
  active: s,
2241
2259
  uiHeight: c,
@@ -2244,140 +2262,145 @@ var J = /* @__PURE__ */ function(e) {
2244
2262
  edgeZone: d,
2245
2263
  ratio: s ? (u - 2 * d) / (l - 2 * d) : 1
2246
2264
  };
2247
- }), s = (e) => wn(o.value, e), c = (e) => Tn(o.value, e), l = 0, u = -1;
2248
- de(e, "scroll", () => {
2265
+ }), s = (e) => jn(o.value, e), c = (e) => Mn(o.value, e), l = H(0), u = H(-1);
2266
+ pe(e, "scroll", () => {
2249
2267
  let t = e.value;
2250
- t && (a.value = t.scrollTop, t.scrollTop !== u && (l = s(t.scrollTop)));
2268
+ t && (a.value = t.scrollTop, t.scrollTop !== u.value && (u.value = t.scrollTop, l.value = s(t.scrollTop)));
2251
2269
  }, { passive: !0 });
2252
- let d = _(() => s(a.value)), f = _(() => o.value.active ? d.value - a.value : 0), p = _(() => o.value.uiHeight), m = _(() => o.value.maxModelScrollTop), h = _(() => o.value.active), g = (e, t) => {
2253
- e.scrollTop = t, a.value = e.scrollTop, u = e.scrollTop, l = s(e.scrollTop);
2254
- }, v = (e) => e.deltaMode === WheelEvent.DOM_DELTA_LINE ? e.deltaY * 52 : e.deltaMode === WheelEvent.DOM_DELTA_PAGE ? e.deltaY * H(n) : e.deltaY, y = (e) => o.value.active && e.deltaY !== 0 && !e.ctrlKey, b = (t) => {
2270
+ let d = (e) => e.scrollTop === u.value ? l.value : s(e.scrollTop), f = b(() => o.value.active ? l.value : s(a.value)), p = b(() => o.value.active ? f.value - a.value : 0), m = b(() => o.value.uiHeight), h = b(() => o.value.maxModelScrollTop), g = b(() => o.value.active), _ = (e, t, n) => {
2271
+ e.scrollTop = t, a.value = e.scrollTop, u.value = e.scrollTop, l.value = n !== void 0 && Math.abs(e.scrollTop - t) <= 4 ? Math.max(0, Math.min(o.value.maxModelScrollTop, n)) : s(e.scrollTop);
2272
+ }, v = (t) => t === "y" ? W(n) : e.value?.clientWidth ?? 0, y = (e, t) => e === WheelEvent.DOM_DELTA_LINE ? 40 : e === WheelEvent.DOM_DELTA_PAGE ? v(t) : 1, x = (e, t) => (t === "x" ? e.deltaX : e.deltaY) * y(e.deltaMode, t), S = (e) => o.value.active && e.deltaY !== 0 && !e.ctrlKey, C = (t) => {
2255
2273
  let n = e.value;
2256
- if (!n || !y(t)) return;
2257
- let { maxModelScrollTop: r } = o.value, i = Math.max(0, Math.min(r, l + v(t)));
2258
- i !== l && (t.preventDefault(), g(n, c(i)), l = i, n.scrollLeft += t.deltaX);
2259
- }, x, S = (t) => {
2260
- x?.(), x = t ? de(e, "wheel", b, { passive: !1 }) : void 0;
2274
+ if (!n || !S(t)) return;
2275
+ let { maxModelScrollTop: r } = o.value, i = d(n), a = Math.max(0, Math.min(r, i + x(t, "y")));
2276
+ a !== i && (t.preventDefault(), _(n, c(a), a), n.scrollLeft += x(t, "x"));
2277
+ }, w, T = (t) => {
2278
+ w?.(), w = t ? pe(e, "wheel", C, { passive: !1 }) : void 0;
2261
2279
  };
2262
- return le(() => {
2263
- x?.();
2264
- }), P(() => {
2265
- W(o, (t, n) => {
2280
+ de(() => {
2281
+ w?.();
2282
+ });
2283
+ let E = (e, t) => e.scrollTop === u.value ? l.value : jn(t, e.scrollTop);
2284
+ return L(() => {
2285
+ K(o, (t, n) => {
2266
2286
  let r = e.value;
2267
- !r || !Dn(t, n) || (g(r, Tn(t, l)), i?.(l));
2268
- }), W(h, S, { immediate: !0 });
2287
+ if (!r || !Pn(t, n)) return;
2288
+ let a = E(r, n);
2289
+ _(r, Mn(t, a), a), i?.(a);
2290
+ }), K(g, T, { immediate: !0 });
2269
2291
  }), {
2270
2292
  uiScrollTop: a,
2271
- modelScrollOffset: d,
2272
- uiShift: f,
2273
- uiTotalSize: p,
2274
- maxModelScrollTop: m,
2275
- active: h,
2293
+ modelScrollOffset: f,
2294
+ uiShift: p,
2295
+ uiTotalSize: m,
2296
+ maxModelScrollTop: h,
2297
+ active: g,
2276
2298
  uiToModel: s,
2277
2299
  modelToUi: c,
2278
- setScrollTop: g
2300
+ resolveModelOffset: d,
2301
+ setScrollTop: _
2279
2302
  };
2280
- }, kn = ({ rowCount: e, enabled: t, autoMeasure: n, estimateRowSize: r, estimateRowSizeByIndex: i, overscan: a, scrollElement: o, getRowKey: s, rowsVersion: c, viewportHeight: l, extraHeight: u }) => {
2281
- let d, f = On({
2303
+ }, In = ({ rowCount: e, enabled: t, autoMeasure: n, estimateRowSize: r, estimateRowSizeByIndex: i, overscan: a, scrollElement: o, getRowKey: s, rowsVersion: c, viewportHeight: l, extraHeight: u, headerHeight: d }) => {
2304
+ let f, p = Fn({
2282
2305
  scrollElement: o,
2283
- totalSize: () => g.value.getTotalSize(),
2306
+ totalSize: () => _.value.getTotalSize(),
2284
2307
  viewportHeight: l,
2285
2308
  extraHeight: u,
2286
2309
  onRescale: (e) => {
2287
- d?.(e, !1);
2310
+ f?.(e, !1);
2288
2311
  }
2289
- }), p = z(0), m = 0, h = (e, t, n) => {
2290
- let r = Math.round((e - m) / n);
2291
- m = e, p.value = t ? Math.max(-24, Math.min(24, r)) : 0;
2292
- }, g = _e(_(() => {
2293
- let n = H(r);
2312
+ }), m = H(0), h = 0, g = (e, t, n) => {
2313
+ let r = Math.round((e - h) / n);
2314
+ h = e, m.value = t ? Math.max(-24, Math.min(24, r)) : 0;
2315
+ }, _ = ye(b(() => {
2316
+ let n = W(r);
2294
2317
  return {
2295
- count: H(e),
2296
- enabled: H(t),
2318
+ count: W(e),
2319
+ enabled: W(t),
2297
2320
  getScrollElement: () => o.value,
2298
2321
  estimateSize: (e) => i?.(e) ?? n,
2299
2322
  getItemKey: s,
2300
- overscan: H(a),
2323
+ overscan: W(a),
2301
2324
  shouldAdjustScrollPositionOnItemSizeChange: () => !1,
2302
- observeElementOffset: (e, t) => (d = t, ge(e, (e, r) => {
2303
- let i = f.uiToModel(e);
2304
- h(i, r, n), t(i, r);
2325
+ observeElementOffset: (e, t) => (f = t, ve(e, (e, r) => {
2326
+ let i = p.uiToModel(e);
2327
+ g(i, r, n), t(i, r);
2305
2328
  })),
2306
2329
  scrollToFn: (e, t, n) => {
2307
- he(f.modelToUi(e + (t.adjustments ?? 0)), { behavior: t.behavior }, n);
2330
+ _e(p.modelToUi(e + (t.adjustments ?? 0)), { behavior: t.behavior }, n);
2308
2331
  }
2309
2332
  };
2310
- })), v = _(() => H(t) ? g.value.getVirtualItems() : []), y = _(() => g.value.getTotalSize()), b = (e, t) => Array.from({ length: Math.max(0, t - e + 1) }, (t, n) => e + n), x = (t, n) => {
2333
+ })), v = b(() => W(t) ? _.value.getVirtualItems() : []), y = b(() => _.value.getTotalSize()), x = (e, t) => Array.from({ length: Math.max(0, t - e + 1) }, (t, n) => e + n), S = (t, n) => {
2311
2334
  let r = t[0], i = t[t.length - 1];
2312
- if (!(!r || !i)) return n > 0 ? [i.index + 1, Math.min(H(e) - 1, i.index + n)] : [Math.max(0, r.index + n), r.index - 1];
2313
- }, S = _(() => {
2314
- let e = v.value, t = e.map((e) => e.index), n = p.value, r = n === 0 ? void 0 : x(e, n);
2335
+ if (!(!r || !i)) return n > 0 ? [i.index + 1, Math.min(W(e) - 1, i.index + n)] : [Math.max(0, r.index + n), r.index - 1];
2336
+ }, C = b(() => {
2337
+ let e = v.value, t = e.map((e) => e.index), n = m.value, r = n === 0 ? void 0 : S(e, n);
2315
2338
  if (!r) return t;
2316
- let i = b(r[0], r[1]);
2339
+ let i = x(r[0], r[1]);
2317
2340
  return n > 0 ? [...t, ...i] : [...i, ...t];
2318
- }), C = /* @__PURE__ */ new Set(), w = (e) => {
2341
+ }), w = /* @__PURE__ */ new Set(), T = (e) => {
2319
2342
  if (!(e instanceof HTMLElement) || e.dataset.placeholder) return;
2320
2343
  let t = Number(e.dataset.index);
2321
2344
  return Number.isInteger(t) ? t : void 0;
2322
- }, T = (e) => {
2323
- if (!H(t) || !H(n)) return;
2345
+ }, E = (e) => {
2346
+ if (!W(t) || !W(n)) return;
2324
2347
  let r = o.value;
2325
2348
  if (!r) return;
2326
2349
  let i = r.querySelectorAll("tr[data-index]"), a = [];
2327
2350
  if (i.forEach((t) => {
2328
- let n = w(t);
2329
- n === void 0 || !(t instanceof HTMLElement) || (!e || !C.has(s(n))) && a.push(t);
2351
+ let n = T(t);
2352
+ n === void 0 || !(t instanceof HTMLElement) || (!e || !w.has(s(n))) && a.push(t);
2330
2353
  }), a.length === 0) return;
2331
- let c = g.value.measurementsCache, l = r.getBoundingClientRect().top, u = f.uiToModel(r.scrollTop), d = [], p = Infinity;
2354
+ let c = _.value.measurementsCache, l = r.getBoundingClientRect().top + W(d), u = p.resolveModelOffset(r), f = [], m = Infinity;
2332
2355
  a.forEach((e) => {
2333
2356
  let t = Number(e.dataset.index), n = e.getBoundingClientRect();
2334
- d.push([t, Math.round(n.height)]), n.bottom > l + 1 && t < p && (p = t);
2357
+ f.push([t, Math.round(n.height)]), n.bottom > l + 1 && t < m && (m = t);
2335
2358
  });
2336
- let m = 0;
2337
- d.forEach(([e, t]) => {
2359
+ let h = 0;
2360
+ f.forEach(([e, t]) => {
2338
2361
  if (t <= 0) return;
2339
- C.add(s(e));
2362
+ w.add(s(e));
2340
2363
  let n = c[e]?.size;
2341
- e < p && n !== void 0 && (m += t - n), g.value.resizeItem(e, t);
2342
- }), m !== 0 && f.setScrollTop(r, f.modelToUi(u + m));
2364
+ e < m && n !== void 0 && (h += t - n), _.value.resizeItem(e, t);
2365
+ }), h !== 0 && p.setScrollTop(r, p.modelToUi(u + h), u + h);
2343
2366
  };
2344
- W(S, () => T(!0), { flush: "post" });
2345
- let E = () => {
2346
- T(!0);
2347
- }, D = () => {
2348
- C.clear(), T(!1);
2367
+ K(C, () => E(!0), { flush: "post" });
2368
+ let D = () => {
2369
+ E(!0);
2370
+ }, O = () => {
2371
+ w.clear(), E(!1);
2349
2372
  };
2350
- pe(o, () => {
2351
- D();
2352
- }), W(() => H(c), () => {
2353
- C.clear(), T(!1);
2373
+ he(o, () => {
2374
+ O();
2375
+ }), K(() => W(c), () => {
2376
+ w.clear(), E(!1);
2354
2377
  }, { flush: "post" });
2355
- let O = (e, t) => {
2378
+ let k = (e, t) => {
2356
2379
  if (e !== "auto") return e;
2357
- let n = H(l) - H(u), r = f.modelScrollOffset.value;
2380
+ let n = W(l) - W(u), r = p.modelScrollOffset.value;
2358
2381
  return t.end >= r + n ? "end" : t.start <= r ? "start" : void 0;
2359
- }, k = (e, t) => {
2360
- let n = H(l) - H(u);
2361
- return e === "start" ? t.start : e === "end" ? t.end - n : t.start - (n - t.size) / 2;
2362
2382
  }, A = (e, t) => {
2363
- let n = g.value.measurementsCache, r = n[Math.max(0, Math.min(e, n.length - 1))];
2383
+ let n = W(l) - W(u);
2384
+ return e === "start" ? t.start : e === "end" ? t.end - n : t.start - (n - t.size) / 2;
2385
+ }, j = (e, t) => {
2386
+ let n = _.value.measurementsCache, r = n[Math.max(0, Math.min(e, n.length - 1))];
2364
2387
  if (!r) return;
2365
- let i = O(t, r);
2388
+ let i = k(t, r);
2366
2389
  if (!i) return;
2367
- let a = k(i, r);
2368
- return Math.max(0, Math.min(f.maxModelScrollTop.value, a));
2369
- }, j = (e, t = "auto") => {
2390
+ let a = A(i, r);
2391
+ return Math.max(0, Math.min(p.maxModelScrollTop.value, a));
2392
+ }, M = (e, t = "auto") => {
2370
2393
  let n = o.value;
2371
- if (!f.active.value || !n) {
2372
- g.value.scrollToIndex(e, { align: t });
2394
+ if (!p.active.value || !n) {
2395
+ _.value.scrollToIndex(e, { align: t });
2373
2396
  return;
2374
2397
  }
2375
- let r = A(e, t);
2376
- r !== void 0 && f.setScrollTop(n, f.modelToUi(r));
2377
- }, M = _(() => {
2378
- if (!(!H(t) || v.value.length === 0)) return g.value.range ?? void 0;
2379
- }), N = (e) => {
2380
- let t = g.value.measurementsCache;
2398
+ let r = j(e, t);
2399
+ r !== void 0 && p.setScrollTop(n, p.modelToUi(r), r);
2400
+ }, N = b(() => {
2401
+ if (!(!W(t) || v.value.length === 0)) return _.value.range ?? void 0;
2402
+ }), P = (e) => {
2403
+ let t = _.value.measurementsCache;
2381
2404
  if (t.length === 0) return;
2382
2405
  let n = 0, r = t.length - 1;
2383
2406
  for (; n < r;) {
@@ -2386,91 +2409,91 @@ var J = /* @__PURE__ */ function(e) {
2386
2409
  a.end <= e ? n = i + 1 : r = i;
2387
2410
  }
2388
2411
  return n;
2389
- }, P = (e) => {
2390
- let t = g.value.measurementsCache[e];
2412
+ }, F = (e) => {
2413
+ let t = _.value.measurementsCache[e];
2391
2414
  if (t) return {
2392
2415
  start: t.start,
2393
2416
  end: t.end
2394
2417
  };
2395
2418
  };
2396
2419
  return {
2397
- rowVirtualizer: g,
2420
+ rowVirtualizer: _,
2398
2421
  virtualItems: v,
2399
- windowIndexes: S,
2422
+ windowIndexes: C,
2400
2423
  totalSize: y,
2401
- uiTotalSize: f.uiTotalSize,
2402
- modelScrollOffset: f.modelScrollOffset,
2403
- scrollCompressed: f.active,
2404
- measureWindowRows: D,
2405
- measureNewRows: E,
2406
- scrollToIndex: j,
2407
- visibleRange: M,
2408
- getRowOffset: P,
2424
+ uiTotalSize: p.uiTotalSize,
2425
+ modelScrollOffset: p.modelScrollOffset,
2426
+ scrollCompressed: p.active,
2427
+ measureWindowRows: O,
2428
+ measureNewRows: D,
2429
+ scrollToIndex: M,
2430
+ visibleRange: N,
2431
+ getRowOffset: F,
2409
2432
  getRowUiOffset: (e) => {
2410
- let t = P(e);
2433
+ let t = F(e);
2411
2434
  if (!t) return;
2412
- let n = f.uiShift.value;
2435
+ let n = p.uiShift.value;
2413
2436
  return {
2414
2437
  start: t.start - n,
2415
2438
  end: t.end - n
2416
2439
  };
2417
2440
  },
2418
- getRowIndexAtOffset: N
2441
+ getRowIndexAtOffset: P
2419
2442
  };
2420
- }, An = [
2443
+ }, Ln = [
2421
2444
  "role",
2422
2445
  "aria-rowcount",
2423
2446
  "aria-colcount",
2424
2447
  "aria-busy"
2425
- ], jn = { class: "s-ui-table__head" }, Mn = {
2448
+ ], Rn = { class: "s-ui-table__head" }, zn = {
2426
2449
  class: "s-ui-table__head-row",
2427
2450
  "aria-rowindex": 1
2428
- }, Nn = {
2451
+ }, Bn = {
2429
2452
  key: 0,
2430
2453
  class: "s-ui-table__header-cell s-ui-table__filler-cell",
2431
2454
  role: "presentation"
2432
- }, Pn = [
2455
+ }, Vn = [
2433
2456
  "id",
2434
2457
  "data-column-key",
2435
2458
  "data-section",
2436
2459
  "aria-colindex",
2437
2460
  "aria-sort",
2438
2461
  "tabindex"
2439
- ], Fn = {
2462
+ ], Hn = {
2440
2463
  key: 2,
2441
2464
  class: "s-ui-table__columns-manager"
2442
- }, In = { class: "s-ui-table__columns-item-main" }, Ln = { class: "s-ui-table__columns-item-title" }, Rn = [
2465
+ }, Un = { class: "s-ui-table__columns-item-main" }, Wn = { class: "s-ui-table__columns-item-title" }, Gn = [
2443
2466
  "aria-label",
2444
2467
  "onPointerdown",
2445
2468
  "onKeydown",
2446
2469
  "onDblclick"
2447
- ], zn = { class: "s-ui-table__body" }, Bn = {
2470
+ ], Kn = { class: "s-ui-table__body" }, qn = {
2448
2471
  key: 0,
2449
2472
  class: "s-ui-table__empty-row",
2450
2473
  "aria-rowindex": 2
2451
- }, Vn = ["colspan"], Hn = { class: "s-ui-table__empty-content" }, Un = { class: "s-ui-table__empty-text" }, Wn = {
2474
+ }, Jn = ["colspan"], Yn = { class: "s-ui-table__empty-content" }, Xn = { class: "s-ui-table__empty-text" }, Zn = {
2452
2475
  key: 0,
2453
2476
  class: "s-ui-table__spacer",
2454
2477
  "aria-hidden": "true"
2455
- }, Gn = ["colspan"], Kn = {
2478
+ }, Qn = ["colspan"], $n = {
2456
2479
  key: 0,
2457
2480
  class: "s-ui-table__foot"
2458
- }, qn = ["aria-rowindex"], Jn = {
2481
+ }, er = ["aria-rowindex"], tr = {
2459
2482
  key: 0,
2460
2483
  class: "s-ui-table__aggregate-cell s-ui-table__filler-cell",
2461
2484
  role: "presentation"
2462
- }, Yn = [
2485
+ }, nr = [
2463
2486
  "id",
2464
2487
  "aria-colindex",
2465
2488
  "data-column-key",
2466
2489
  "data-section",
2467
2490
  "tabindex"
2468
- ], Xn = {
2491
+ ], rr = {
2469
2492
  key: 1,
2470
2493
  class: "s-ui-table__aggregate-text"
2471
- }, Zn = /* @__PURE__ */ T({
2494
+ }, ir = /* @__PURE__ */ O({
2472
2495
  __name: "STable",
2473
- props: /*@__PURE__*/ O({
2496
+ props: /*@__PURE__*/ j({
2474
2497
  items: {},
2475
2498
  columns: {},
2476
2499
  itemKey: {
@@ -2493,6 +2516,7 @@ var J = /* @__PURE__ */ function(e) {
2493
2516
  isItemSelectable: { type: Function },
2494
2517
  columnsManageable: { type: Boolean },
2495
2518
  rowState: { type: Function },
2519
+ rowColor: { type: Function },
2496
2520
  expandColumnKey: {},
2497
2521
  expandOnClick: {
2498
2522
  type: Boolean,
@@ -2510,8 +2534,8 @@ var J = /* @__PURE__ */ function(e) {
2510
2534
  type: Boolean,
2511
2535
  default: !0
2512
2536
  },
2513
- rowHeightMode: { default: () => ke.AUTO },
2514
- estimateRowSize: { default: () => 52 },
2537
+ rowHeightMode: { default: () => Ne.AUTO },
2538
+ estimateRowSize: { default: () => 40 },
2515
2539
  overscan: { default: () => 8 },
2516
2540
  height: {},
2517
2541
  maxHeight: {},
@@ -2565,7 +2589,7 @@ var J = /* @__PURE__ */ function(e) {
2565
2589
  sortState: { default: () => [] },
2566
2590
  sortStateModifiers: {}
2567
2591
  }),
2568
- emits: /*@__PURE__*/ O([
2592
+ emits: /*@__PURE__*/ j([
2569
2593
  "rowClick",
2570
2594
  "rowContextMenu",
2571
2595
  "cellClick",
@@ -2587,70 +2611,71 @@ var J = /* @__PURE__ */ function(e) {
2587
2611
  "update:hiddenColumns",
2588
2612
  "update:sortState"
2589
2613
  ]),
2590
- setup(i, { expose: a, emit: u }) {
2591
- let d = te(i, "modelValue"), f = te(i, "selected"), T = te(i, "expanded"), D = te(i, "columnOrder"), O = te(i, "columnWidths"), N = te(i, "hiddenColumns"), P = te(i, "sortState"), I = u, V = ne(), { t: H } = ce(), ae = ee(), K = re("scrollElementRef"), le = re("tableElementRef"), de = re("tableRootRef"), { width: fe, height: pe } = ue(K), { primaryColumnKey: me, columnDescriptors: he, columnCssVars: ge, totalWidth: _e, columnCount: ve } = it({
2592
- columns: () => i.columns,
2593
- columnOrder: D,
2594
- columnWidths: O,
2595
- hiddenColumns: N,
2596
- hasIndicator: () => !!V.indicator,
2597
- hasCheckbox: () => i.selectable,
2598
- hasRightEdge: () => !!V["right-edge"],
2599
- hasColumnsManager: () => i.columnsManageable,
2600
- columnsResizable: () => i.columnsResizable,
2601
- columnsDraggable: () => i.columnsDraggable,
2602
- viewportWidth: () => fe.value
2603
- }), { treeIndex: ye, snapshot: be, flatRows: q, toggleExpanded: xe, expandAll: Se, collapseAll: Ce } = zt({
2604
- items: () => i.items,
2605
- itemKey: () => i.itemKey,
2606
- childrenKey: () => i.childrenKey,
2607
- groupRow: () => i.groupRow,
2608
- expanded: T,
2609
- depthFooter: () => i.depthFooter,
2610
- hasMoreChildrenKey: () => i.hasMoreChildrenKey
2611
- }), { leadingDescriptors: we, trailingDescriptors: Te, headerCells: Ee, getStickyCellStyle: J, getHeaderCellClasses: De, leadingCellPlans: Y, trailingCellPlans: Oe, rowCellPlans: X } = sn({
2612
- columnDescriptors: he,
2613
- hasTreeStructure: () => Ne.value,
2614
- expandColumnKey: () => i.expandColumnKey,
2615
- primaryColumnKey: me
2616
- }), Me = _(() => he.value.length + 1), Ne = _(() => ye.value.expandableKeys.length > 0), Pe = _(() => Ne.value ? "treegrid" : "grid"), Fe = _(() => q.value.length + 1 + +!!i.creationRow + +!!i.footerValues), Ie = _(() => i.virtual), Le = _(() => ({ "s-ui-table--rows-fixed": i.rowHeightMode === ke.FIXED })), Re = _(() => {
2617
- let e = 0;
2618
- return i.footerValues && (e += 40), i.creationRow && (e += 52), e;
2614
+ setup(e, { expose: t, emit: n }) {
2615
+ let s = ne(e, "modelValue"), c = ne(e, "selected"), p = ne(e, "expanded"), m = ne(e, "columnOrder"), h = ne(e, "columnWidths"), O = ne(e, "hiddenColumns"), A = ne(e, "sortState"), j = n, I = re(), { t: L } = ue(), z = te(), ee = ie("scrollElementRef"), W = ie("tableElementRef"), oe = ie("tableRootRef"), { width: le, height: de } = fe(ee), { primaryColumnKey: pe, columnDescriptors: me, columnCssVars: he, totalWidth: ge, columnCount: _e } = ct({
2616
+ columns: () => e.columns,
2617
+ columnOrder: m,
2618
+ columnWidths: h,
2619
+ hiddenColumns: O,
2620
+ hasIndicator: () => !!I.indicator,
2621
+ hasCheckbox: () => e.selectable,
2622
+ hasRightEdge: () => !!I["right-edge"],
2623
+ hasColumnsManager: () => e.columnsManageable,
2624
+ columnsResizable: () => e.columnsResizable,
2625
+ columnsDraggable: () => e.columnsDraggable,
2626
+ viewportWidth: () => le.value
2627
+ }), { treeIndex: ve, snapshot: ye, flatRows: J, toggleExpanded: be, expandAll: xe, collapseAll: Se } = Kt({
2628
+ items: () => e.items,
2629
+ itemKey: () => e.itemKey,
2630
+ childrenKey: () => e.childrenKey,
2631
+ groupRow: () => e.groupRow,
2632
+ expanded: p,
2633
+ depthFooter: () => e.depthFooter,
2634
+ hasMoreChildrenKey: () => e.hasMoreChildrenKey
2635
+ }), { leadingDescriptors: Ce, trailingDescriptors: we, headerCells: Te, getStickyCellStyle: Ee, getHeaderCellClasses: De, leadingCellPlans: Oe, trailingCellPlans: Y, rowCellPlans: ke } = mn({
2636
+ columnDescriptors: me,
2637
+ hasTreeStructure: () => Ae.value,
2638
+ expandColumnKey: () => e.expandColumnKey,
2639
+ primaryColumnKey: pe
2640
+ }), X = b(() => me.value.length + 1), Ae = b(() => ve.value.expandableKeys.length > 0), je = b(() => Ae.value ? "treegrid" : "grid"), Me = b(() => J.value.length + 1 + +!!e.creationRow + +!!e.footerValues), Ie = b(() => e.virtual), Le = b(() => ({ "s-ui-table--rows-fixed": e.rowHeightMode === Ne.FIXED })), Re = b(() => {
2641
+ let t = 0;
2642
+ return e.footerValues && (t += 40), e.creationRow && (t += 40), t;
2619
2643
  }), ze = [];
2620
- W(q, (e) => {
2644
+ K(J, (e) => {
2621
2645
  ze = e;
2622
2646
  }, {
2623
2647
  flush: "sync",
2624
2648
  immediate: !0
2625
2649
  });
2626
- let { windowIndexes: Ve, uiTotalSize: We, modelScrollOffset: Ge, scrollToIndex: Ke, visibleRange: qe, getRowOffset: Je, getRowUiOffset: Ye, getRowIndexAtOffset: Xe, measureWindowRows: Ze, measureNewRows: Qe } = kn({
2627
- rowCount: () => q.value.length,
2650
+ let { windowIndexes: Be, uiTotalSize: Ve, modelScrollOffset: He, scrollToIndex: Ue, visibleRange: Ge, getRowOffset: Je, getRowUiOffset: Ye, getRowIndexAtOffset: Xe, measureWindowRows: Ze, measureNewRows: Qe } = In({
2651
+ rowCount: () => J.value.length,
2628
2652
  enabled: Ie,
2629
- autoMeasure: () => i.rowHeightMode === ke.AUTO,
2630
- estimateRowSize: () => i.estimateRowSize,
2653
+ autoMeasure: () => e.rowHeightMode === Ne.AUTO,
2654
+ estimateRowSize: () => e.estimateRowSize,
2631
2655
  estimateRowSizeByIndex: void 0,
2632
- overscan: () => i.overscan,
2633
- scrollElement: K,
2656
+ overscan: () => e.overscan,
2657
+ scrollElement: ee,
2634
2658
  getRowKey: (e) => ze[e]?.key ?? e,
2635
- rowsVersion: q,
2636
- viewportHeight: () => pe.value,
2637
- extraHeight: () => 40 + Re.value
2638
- }), { isRowHydrated: $e, hydratedKeys: et } = hn({
2639
- windowIndexes: Ve,
2640
- visibleRange: qe,
2659
+ rowsVersion: J,
2660
+ viewportHeight: () => de.value,
2661
+ extraHeight: () => 40 + Re.value,
2662
+ headerHeight: () => 40
2663
+ }), { isRowHydrated: $e, hydratedKeys: et } = Sn({
2664
+ windowIndexes: Be,
2665
+ visibleRange: Ge,
2641
2666
  getRowKey: (e) => ze[e]?.key,
2642
- pinnedRowKey: () => d.value,
2643
- enabled: () => Ie.value && i.scrollSeekPlaceholders
2667
+ pinnedRowKey: () => s.value,
2668
+ enabled: () => Ie.value && e.scrollSeekPlaceholders
2644
2669
  });
2645
- W(et, Qe, { flush: "post" });
2646
- let { resizingColumnKey: tt, handleResizeHandlePointerdown: nt, handleResizeHandleKeydown: rt, handleResizeHandleDblclick: at } = cn({
2647
- tableRootElement: de,
2648
- scrollElement: K,
2649
- columnDescriptors: he,
2650
- columnWidths: O,
2651
- enabled: () => i.columnsResizable,
2670
+ K(et, Qe, { flush: "post" });
2671
+ let { resizingColumnKey: tt, handleResizeHandlePointerdown: nt, handleResizeHandleKeydown: rt, handleResizeHandleDblclick: it } = hn({
2672
+ tableRootElement: oe,
2673
+ scrollElement: ee,
2674
+ columnDescriptors: me,
2675
+ columnWidths: h,
2676
+ enabled: () => e.columnsResizable,
2652
2677
  onResizeEnd: (e, t) => {
2653
- I("columnResizeEnd", {
2678
+ j("columnResizeEnd", {
2654
2679
  key: e,
2655
2680
  width: t
2656
2681
  });
@@ -2658,104 +2683,104 @@ var J = /* @__PURE__ */ function(e) {
2658
2683
  remeasureRows: () => {
2659
2684
  Ze();
2660
2685
  }
2661
- }), ot = _(() => i.rowsDragMode ? i.rowsDragMode : Ne.value ? Ae.TREE : Ae.FLAT), { registerColumnHeaderElement: st, draggingColumnKey: lt, dropLineStyle: ut } = an({
2662
- tableId: ae,
2663
- tableRootElement: de,
2664
- enabled: () => i.columnsDraggable,
2665
- columnDescriptors: he,
2666
- onReorder: (e, t, n) => {
2667
- let r = D.value?.length ? [...D.value] : i.columns.map((e) => e.key);
2668
- i.columns.forEach((e) => {
2669
- r.includes(e.key) || r.push(e.key);
2686
+ }), at = b(() => e.rowsDragMode ? e.rowsDragMode : Ae.value ? Pe.TREE : Pe.FLAT), { registerColumnHeaderElement: ot, draggingColumnKey: st, dropLineStyle: lt } = fn({
2687
+ tableId: z,
2688
+ tableRootElement: oe,
2689
+ enabled: () => e.columnsDraggable,
2690
+ columnDescriptors: me,
2691
+ onReorder: (t, n, r) => {
2692
+ let i = m.value?.length ? [...m.value] : e.columns.map((e) => e.key);
2693
+ e.columns.forEach((e) => {
2694
+ i.includes(e.key) || i.push(e.key);
2670
2695
  });
2671
- let a = r.filter((t) => t !== e), o = a.indexOf(t);
2696
+ let a = i.filter((e) => e !== t), o = a.indexOf(n);
2672
2697
  if (o === -1) return;
2673
- let s = n === "left" ? o : o + 1;
2674
- a.splice(s, 0, e), D.value = a, I("columnReorder", {
2675
- key: e,
2698
+ let s = r === "left" ? o : o + 1;
2699
+ a.splice(s, 0, t), m.value = a, j("columnReorder", {
2700
+ key: t,
2676
2701
  toIndex: s,
2677
2702
  order: a
2678
2703
  });
2679
2704
  },
2680
2705
  isResizing: () => !!tt.value
2681
- }), dt = (e, t) => {
2682
- (e instanceof Element || e === null) && st(t, e);
2683
- }, { registerRowElement: ft, draggingRowKey: pt, dropIndicator: mt } = un({
2684
- tableId: ae,
2685
- enabled: () => i.rowsDraggable,
2686
- dragMode: ot,
2687
- snapshot: be,
2688
- scrollElement: K,
2689
- isRowDraggable: () => i.isRowDraggable,
2690
- dragExpandDelayMs: () => i.dragExpandDelayMs,
2691
- isExpanded: (e) => T.value.includes(e),
2706
+ }), ut = (e, t) => {
2707
+ (e instanceof Element || e === null) && ot(t, e);
2708
+ }, { registerRowElement: dt, draggingRowKey: pt, dropIndicator: mt } = _n({
2709
+ tableId: z,
2710
+ enabled: () => e.rowsDraggable,
2711
+ dragMode: at,
2712
+ snapshot: ye,
2713
+ scrollElement: ee,
2714
+ isRowDraggable: () => e.isRowDraggable,
2715
+ dragExpandDelayMs: () => e.dragExpandDelayMs,
2716
+ isExpanded: (e) => p.value.includes(e),
2692
2717
  onHoverExpand: (e) => {
2693
- xe(e);
2718
+ be(e);
2694
2719
  },
2695
2720
  onReorder: (e) => {
2696
- I("rowsReorder", e);
2721
+ j("rowsReorder", e);
2697
2722
  },
2698
2723
  onTreeDrop: (e) => {
2699
- I("rowsDrop", e);
2724
+ j("rowsDrop", e);
2700
2725
  },
2701
2726
  resolveRowPreviewTitle: (e) => Dn(e) ?? e.key
2702
- }), gt = (e) => {
2703
- (e instanceof Element || e === null) && ft(e);
2704
- }, _t = (e) => {
2727
+ }), ht = (e) => {
2728
+ (e instanceof Element || e === null) && dt(e);
2729
+ }, gt = (e) => {
2705
2730
  let t = mt.value;
2706
- if (!(!t || t.targetKey !== e)) return t.action === je.CHILD ? "inside" : t.action === je.BEFORE ? "before" : "after";
2707
- }, { activeGroupRowIndex: vt, activeDepthFooterRowIndex: yt, activeDepthFooterRowIndexes: bt, leavingDepthFooterRowIndex: xt, slidingDepthFooterRowIndexes: St, farDepthFooterRowIndexes: wt } = _n({
2708
- snapshot: be,
2709
- visibleRange: qe,
2710
- depthFooterSticky: () => i.depthFooter?.sticky !== !1,
2711
- bottomVisibleRowIndex: _(() => {
2712
- if (!Ie.value || pe.value === 0) return;
2713
- let e = Ge.value + pe.value - 40 - Re.value;
2731
+ if (!(!t || t.targetKey !== e)) return t.action === Fe.CHILD ? "inside" : t.action === Fe.BEFORE ? "before" : "after";
2732
+ }, { activeGroupRowIndex: _t, activeDepthFooterRowIndex: vt, activeDepthFooterRowIndexes: bt, leavingDepthFooterRowIndex: xt, slidingDepthFooterRowIndexes: St, farDepthFooterRowIndexes: Ct } = wn({
2733
+ snapshot: ye,
2734
+ visibleRange: Ge,
2735
+ depthFooterSticky: () => e.depthFooter?.sticky !== !1,
2736
+ bottomVisibleRowIndex: b(() => {
2737
+ if (!Ie.value || de.value === 0) return;
2738
+ let e = He.value + de.value - 40 - Re.value;
2714
2739
  return Xe(Math.max(0, e));
2715
2740
  }),
2716
2741
  getRowOffset: Je
2717
- }), { renderEntries: Tt } = dn({
2718
- flatRows: q,
2742
+ }), { renderEntries: wt } = vn({
2743
+ flatRows: J,
2719
2744
  virtualEnabled: Ie,
2720
- windowIndexes: Ve,
2721
- uiTotalSize: We,
2745
+ windowIndexes: Be,
2746
+ uiTotalSize: Ve,
2722
2747
  getRowUiOffset: Ye,
2723
- activeGroupRowIndex: vt,
2748
+ activeGroupRowIndex: _t,
2724
2749
  activeDepthFooterRowIndexes: bt,
2725
2750
  leavingDepthFooterRowIndex: xt,
2726
2751
  slidingDepthFooterRowIndexes: St,
2727
- farDepthFooterRowIndexes: wt,
2728
- activeRowIndex: _(() => {
2729
- if (d.value) return be.value.getRowIndexByKey(d.value);
2752
+ farDepthFooterRowIndexes: Ct,
2753
+ activeRowIndex: b(() => {
2754
+ if (s.value) return ye.value.getRowIndexByKey(s.value);
2730
2755
  })
2731
- }), Et = _(() => !i.loading && q.value.length === 0), { rootStyle: Dt, scrollStyle: kt, tableStyle: At } = yn({
2756
+ }), Tt = b(() => !e.loading && J.value.length === 0), { rootStyle: Et, scrollStyle: Ot, tableStyle: kt } = En({
2732
2757
  tfootBarStackHeight: Re,
2733
- hasFooterValues: () => !!i.footerValues,
2734
- scrollClientWidth: () => fe.value,
2735
- columnCssVars: ge,
2736
- totalWidth: _e,
2737
- height: () => i.height,
2738
- maxHeight: () => i.maxHeight
2739
- }), { getColumnSortDirection: jt, getColumnSortIndex: Mt, applySortCycle: Nt, applySortExact: Pt, getHeaderAriaSort: It, getHeaderSlotScope: Lt } = mn({
2740
- sortState: P,
2758
+ hasFooterValues: () => !!e.footerValues,
2759
+ scrollClientWidth: () => le.value,
2760
+ columnCssVars: he,
2761
+ totalWidth: ge,
2762
+ height: () => e.height,
2763
+ maxHeight: () => e.maxHeight
2764
+ }), { getColumnSortDirection: At, getColumnSortIndex: jt, applySortCycle: Nt, applySortExact: Pt, getHeaderAriaSort: Ft, getHeaderSlotScope: It } = xn({
2765
+ sortState: A,
2741
2766
  onSortChange: (e) => {
2742
- I("sortChange", e);
2767
+ j("sortChange", e);
2743
2768
  }
2744
- }), Rt = z(), Bt = (e, t) => {
2745
- Rt.value = t ? e : void 0;
2746
- }, Vt = (e, t) => {
2747
- if (!i.columnsResizable || !e.resizable) return;
2748
- let n = Math.min(e.maxWidth ?? Infinity, Math.max(e.minWidth, e.width + t * 8));
2749
- n !== e.width && (O.value = {
2750
- ...O.value,
2751
- [e.key]: n
2752
- }, I("columnResizeEnd", {
2753
- key: e.key,
2754
- width: n
2769
+ }), Lt = H(), Rt = (e, t) => {
2770
+ Lt.value = t ? e : void 0;
2771
+ }, zt = (t, n) => {
2772
+ if (!e.columnsResizable || !t.resizable) return;
2773
+ let r = Math.min(t.maxWidth ?? Infinity, Math.max(t.minWidth, t.width + n * 8));
2774
+ r !== t.width && (h.value = {
2775
+ ...h.value,
2776
+ [t.key]: r
2777
+ }, j("columnResizeEnd", {
2778
+ key: t.key,
2779
+ width: r
2755
2780
  }));
2756
- }, Ht = z(!1), Ut = _(() => i.columns.filter((e) => e.key !== me.value && (e.hideable ?? !0))), Wt = (e) => (N.value ?? []).includes(e), Gt = _(() => {
2757
- let e = Ut.value.map((e) => {
2758
- let t = Wt(e.key);
2781
+ }, Bt = H(!1), Vt = b(() => e.columns.filter((e) => e.key !== pe.value && (e.hideable ?? !0))), Ut = (e) => (O.value ?? []).includes(e), Wt = b(() => {
2782
+ let e = Vt.value.map((e) => {
2783
+ let t = Ut(e.key);
2759
2784
  return {
2760
2785
  column: e,
2761
2786
  hidden: t,
@@ -2763,273 +2788,274 @@ var J = /* @__PURE__ */ function(e) {
2763
2788
  };
2764
2789
  });
2765
2790
  return [e.filter((e) => !e.hidden), e.filter((e) => e.hidden)].filter((e) => e.length > 0);
2766
- }), Kt = (e) => {
2767
- let t = new Set(N.value ?? []);
2768
- t.has(e) ? t.delete(e) : t.add(e), N.value = [...t];
2791
+ }), Gt = (e) => {
2792
+ let t = new Set(O.value ?? []);
2793
+ t.has(e) ? t.delete(e) : t.add(e), O.value = [...t];
2769
2794
  }, qt = (e) => {
2770
- let t = new Set(N.value ?? []);
2771
- t.add(e), N.value = [...t];
2772
- }, Jt = fn({
2773
- selected: f,
2774
- cascade: () => i.cascadeSelection,
2775
- treeIndex: ye,
2776
- groupRow: () => i.groupRow,
2777
- disabledKey: () => i.disabledKey,
2778
- isItemSelectable: () => i.isItemSelectable
2779
- }), Yt = Jt.headerCheckState, Zt = (e) => Jt.isSelected(e), Qt = (e) => i.cascadeSelection && Jt.getCheckState(e) === Z.INDETERMINATE, en = (e) => {
2795
+ let t = new Set(O.value ?? []);
2796
+ t.add(e), O.value = [...t];
2797
+ }, Jt = yn({
2798
+ selected: c,
2799
+ cascade: () => e.cascadeSelection,
2800
+ treeIndex: ve,
2801
+ groupRow: () => e.groupRow,
2802
+ disabledKey: () => e.disabledKey,
2803
+ isItemSelectable: () => e.isItemSelectable
2804
+ }), Yt = Jt.headerCheckState, Xt = (e) => Jt.isSelected(e), Zt = (t) => e.cascadeSelection && Jt.getCheckState(t) === Z.INDETERMINATE, Qt = (e) => {
2780
2805
  Jt.toggleRow(e);
2781
- }, tn = (e) => Ft(e.item, i.disabledKey), nn = ({ row: e, spacerHeight: t, rowHeight: n, stuckTop: r, stuckBottom: a, stuckBottomLeaving: o, stuckBottomSliding: s, stuckBottomCoverHeight: c, stuckBottomFar: l }, u) => [
2782
- e ?? t,
2783
- e?.index,
2784
- e?.expanded,
2785
- e?.item,
2786
- e?.kind,
2787
- e?.hasChildren,
2788
- e?.depth,
2789
- e?.parentKey,
2790
- e ? Zt(e.key) : !1,
2791
- e ? Qt(e.key) : !1,
2792
- e ? d.value === e.key : !1,
2793
- e ? _r(e.key) : void 0,
2794
- e ? pt.value === e.key : !1,
2795
- e ? _t(e.key) : void 0,
2796
- n,
2806
+ }, $t = (t) => Ht(t.item, e.disabledKey), en = ({ row: t, spacerHeight: n, rowHeight: r, stuckTop: i, stuckBottom: a, stuckBottomLeaving: o, stuckBottomSliding: c, stuckBottomCoverHeight: l, stuckBottomFar: u }, d) => [
2807
+ t ?? n,
2808
+ t?.index,
2809
+ t?.expanded,
2810
+ t?.item,
2811
+ t?.kind,
2812
+ t?.hasChildren,
2813
+ t?.depth,
2814
+ t?.parentKey,
2815
+ t ? Xt(t.key) : !1,
2816
+ t ? Zt(t.key) : !1,
2817
+ t ? s.value === t.key : !1,
2818
+ t ? _r(t.key) : void 0,
2819
+ t ? pt.value === t.key : !1,
2820
+ t ? gt(t.key) : void 0,
2797
2821
  r,
2822
+ i,
2798
2823
  a,
2799
2824
  o,
2800
- s,
2801
2825
  c,
2802
2826
  l,
2803
- he.value,
2804
- xn.value,
2805
- wn.value,
2806
2827
  u,
2807
- i.loadingMoreChildrenKeys,
2808
- i.treeIndent,
2809
- i.rowClass,
2810
- i.rowState,
2811
- i.selectable,
2812
- i.cascadeSelection,
2813
- i.rowsDraggable
2814
- ], rn = (e) => {
2828
+ me.value,
2829
+ ln.value,
2830
+ pn.value,
2831
+ d,
2832
+ e.loadingMoreChildrenKeys,
2833
+ e.treeIndent,
2834
+ e.rowClass,
2835
+ e.rowState,
2836
+ e.rowColor,
2837
+ e.selectable,
2838
+ e.cascadeSelection,
2839
+ e.rowsDraggable
2840
+ ], tn = (e) => {
2815
2841
  if (e !== void 0) return { "--s-ui-table-stuck-cover-height": `${e}px` };
2816
- }, on = _(() => Tt.value.map((e) => {
2842
+ }, nn = b(() => wt.value.map((e) => {
2817
2843
  let t = e.row?.kind === Q.ROW && !$e(e.row.key);
2818
2844
  return {
2819
2845
  ...e,
2820
2846
  placeholder: t,
2821
- memoKeys: nn(e, t)
2847
+ memoKeys: en(e, t)
2822
2848
  };
2823
- })), gn = _(() => Object.keys(V).filter((e) => e.startsWith("cell:"))), vn = (e) => `s-ui-table-${ae}-row-${e}`, bn = (e) => ({
2849
+ })), an = b(() => Object.keys(I).filter((e) => e.startsWith("cell:"))), on = (e) => `s-ui-table-${z}-row-${e}`, cn = (e) => ({
2824
2850
  ...e,
2825
- selected: Zt(e.key),
2851
+ selected: Xt(e.key),
2826
2852
  indeterminate: !1,
2827
- active: d.value === e.key,
2828
- disabled: tn(e),
2853
+ active: s.value === e.key,
2854
+ disabled: $t(e),
2829
2855
  group: e.kind === Q.GROUP,
2830
2856
  toggleExpanded: () => {
2831
- xe(e.key);
2857
+ be(e.key);
2832
2858
  },
2833
2859
  toggleSelected: () => {
2834
- en(e.key);
2860
+ Qt(e.key);
2835
2861
  }
2836
- }), { depthFooterColumnKey: xn, groupColumnKey: Sn, creationColumnKey: Cn, loadMoreColumnKey: wn, getGroupCount: Tn, getGroupTotal: En, getGroupTitle: Dn, getDepthIndentStyle: On, emitDepthFooterClick: Zn, getDepthFooterSlotScope: Qn, isLoadMoreRowLoading: $n, emitLoadMoreChildren: er, getLoadMoreSlotScope: tr, getFooterValueText: nr, getFooterToneClass: rr, getFooterSlotScope: ir } = pn({
2837
- columns: () => i.columns,
2838
- primaryColumnKey: me,
2839
- treeNodeByKey: _(() => ye.value.nodeByKey),
2840
- groupTotalKey: () => i.groupTotalKey,
2841
- depthFooter: () => i.depthFooter,
2842
- groupContentColumnKey: () => i.groupContentColumnKey,
2843
- creationContentColumnKey: () => i.creationContentColumnKey,
2844
- loadMoreContentColumnKey: () => i.loadMoreContentColumnKey,
2845
- treeIndent: () => i.treeIndent,
2846
- loadingMoreChildrenKeys: () => i.loadingMoreChildrenKeys,
2847
- footerValues: () => i.footerValues,
2848
- stuckDepthFooterRowIndex: yt,
2862
+ }), { depthFooterColumnKey: ln, groupColumnKey: un, creationColumnKey: dn, loadMoreColumnKey: pn, getGroupCount: Cn, getGroupTotal: Tn, getGroupTitle: Dn, getDepthIndentStyle: On, emitDepthFooterClick: kn, getDepthFooterSlotScope: An, isLoadMoreRowLoading: jn, emitLoadMoreChildren: Mn, getLoadMoreSlotScope: Nn, getFooterValueText: Pn, getFooterToneClass: Fn, getFooterSlotScope: ir } = bn({
2863
+ columns: () => e.columns,
2864
+ primaryColumnKey: pe,
2865
+ treeNodeByKey: b(() => ve.value.nodeByKey),
2866
+ groupTotalKey: () => e.groupTotalKey,
2867
+ depthFooter: () => e.depthFooter,
2868
+ groupContentColumnKey: () => e.groupContentColumnKey,
2869
+ creationContentColumnKey: () => e.creationContentColumnKey,
2870
+ loadMoreContentColumnKey: () => e.loadMoreContentColumnKey,
2871
+ treeIndent: () => e.treeIndent,
2872
+ loadingMoreChildrenKeys: () => e.loadingMoreChildrenKeys,
2873
+ footerValues: () => e.footerValues,
2874
+ stuckDepthFooterRowIndex: vt,
2849
2875
  onDepthFooterClick: (e) => {
2850
- I("depthFooterClick", e);
2876
+ j("depthFooterClick", e);
2851
2877
  },
2852
2878
  onLoadMoreChildren: (e) => {
2853
- I("loadMoreChildren", e);
2879
+ j("loadMoreChildren", e);
2854
2880
  }
2855
2881
  }), ar = (e) => ({
2856
- ...bn(e),
2857
- count: Tn(e),
2858
- total: En(e)
2859
- }), or = (e, t) => {
2860
- tn(e) || (d.value = e.key, i.expandOnClick && (e.hasChildren || e.kind === Q.GROUP) && xe(e.key), I("rowClick", {
2861
- key: e.key,
2862
- item: e.item,
2863
- event: t
2882
+ ...cn(e),
2883
+ count: Cn(e),
2884
+ total: Tn(e)
2885
+ }), or = (t, n) => {
2886
+ $t(t) || (s.value = t.key, e.expandOnClick && (t.hasChildren || t.kind === Q.GROUP) && be(t.key), j("rowClick", {
2887
+ key: t.key,
2888
+ item: t.item,
2889
+ event: n
2864
2890
  }));
2865
2891
  }, sr = (e, t) => {
2866
- I("rowContextMenu", {
2892
+ j("rowContextMenu", {
2867
2893
  key: e.key,
2868
2894
  item: e.item,
2869
2895
  event: t
2870
2896
  });
2871
- }, cr = _(() => {
2897
+ }, cr = b(() => {
2872
2898
  let e = /* @__PURE__ */ new Set();
2873
- return he.value.forEach((t) => {
2899
+ return me.value.forEach((t) => {
2874
2900
  t.column && e.add(t.key);
2875
2901
  }), e;
2876
2902
  }), lr = (e, t, n) => {
2877
- !cr.value.has(t) || tn(e) || I("cellClick", {
2903
+ !cr.value.has(t) || $t(e) || j("cellClick", {
2878
2904
  key: e.key,
2879
2905
  item: e.item,
2880
2906
  columnKey: t,
2881
2907
  event: n
2882
2908
  });
2883
- }, ur = (e) => e ? !tn(e) : !1, dr = _(() => {
2884
- let e = pe.value - 40 - Re.value;
2885
- return Math.max(1, Math.floor(e / i.estimateRowSize));
2909
+ }, ur = (e) => e ? !$t(e) : !1, dr = b(() => {
2910
+ let t = de.value - 40 - Re.value;
2911
+ return Math.max(1, Math.floor(t / e.estimateRowSize));
2886
2912
  });
2887
- l(() => K.value, {
2888
- distance: () => i.endReachedDistance,
2889
- canLoadMore: () => i.canLoadMore?.() ?? !0,
2913
+ f(() => ee.value, {
2914
+ distance: () => e.endReachedDistance,
2915
+ canLoadMore: () => e.canLoadMore?.() ?? !0,
2890
2916
  onEndReached: () => {
2891
- I("endReached", { direction: "bottom" });
2917
+ j("endReached", { direction: "bottom" });
2892
2918
  }
2893
2919
  });
2894
2920
  let fr = (e, t) => {
2895
- let n = be.value.getRowIndexByKey(e);
2921
+ let n = ye.value.getRowIndexByKey(e);
2896
2922
  if (n !== void 0) {
2897
2923
  if (Ie.value) {
2898
- Ke(n, t?.align ?? "auto");
2924
+ Ue(n, t?.align ?? "auto");
2899
2925
  return;
2900
2926
  }
2901
- document.getElementById(vn(e))?.scrollIntoView({ block: t?.align === "center" ? "center" : "nearest" });
2927
+ document.getElementById(on(e))?.scrollIntoView({ block: t?.align === "center" ? "center" : "nearest" });
2902
2928
  }
2903
- }, pr = (e) => `s-ui-table-${ae}-cell-${e.section}-${e.rowKey ?? ""}-${e.columnKey}`, mr = ct({
2904
- tableRootElement: de,
2905
- tableElement: le,
2906
- scrollElement: K,
2907
- columnDescriptors: he,
2908
- flatRows: q,
2909
- snapshot: be,
2910
- groupColumnKey: Sn,
2911
- depthFooterColumnKey: xn,
2912
- loadMoreColumnKey: wn,
2913
- creationColumnKey: Cn,
2914
- hasCreationRow: () => !!i.creationRow,
2915
- hasAggregateRow: () => !!i.footerValues,
2929
+ }, pr = (e) => `s-ui-table-${z}-cell-${e.section}-${e.rowKey ?? ""}-${e.columnKey}`, mr = ft({
2930
+ tableRootElement: oe,
2931
+ tableElement: W,
2932
+ scrollElement: ee,
2933
+ columnDescriptors: me,
2934
+ flatRows: J,
2935
+ snapshot: ye,
2936
+ groupColumnKey: un,
2937
+ depthFooterColumnKey: ln,
2938
+ loadMoreColumnKey: pn,
2939
+ creationColumnKey: dn,
2940
+ hasCreationRow: () => !!e.creationRow,
2941
+ hasAggregateRow: () => !!e.footerValues,
2916
2942
  isRowNavigable: ur,
2917
2943
  pageSize: dr,
2918
2944
  buildCellDomId: pr,
2919
2945
  onBodyRowFocused: (e) => {
2920
- d.value = e;
2946
+ s.value = e;
2921
2947
  },
2922
2948
  scrollToRowIndex: (e) => {
2923
- let t = q.value[e];
2949
+ let t = J.value[e];
2924
2950
  t && fr(t.key);
2925
2951
  }
2926
- }), hr = `s-ui-table-${ae}-cell-${$.BODY}-`, gr = `s-ui-table-${ae}-cell-${$.CREATION}-`, _r = (e) => mr.focusedBodyRowKey.value === e ? mr.focusAddress.value.columnKey : void 0, vr = (e) => {
2952
+ }), hr = `s-ui-table-${z}-cell-${$.BODY}-`, gr = `s-ui-table-${z}-cell-${$.CREATION}-`, _r = (e) => mr.focusedBodyRowKey.value === e ? mr.focusAddress.value.columnKey : void 0, vr = (e) => {
2927
2953
  let t = mr.focusAddress.value;
2928
2954
  return t.section === e ? t.columnKey : void 0;
2929
- }, yr = (e, t, n) => mr.getCellTabIndex(e, t, n), { handleGridFocusIn: br, handleGridKeydown: xr } = ln({
2955
+ }, yr = (e, t, n) => mr.getCellTabIndex(e, t, n), { handleGridFocusIn: br, handleGridKeydown: xr } = gn({
2930
2956
  gridFocus: mr,
2931
- columnDescriptors: he,
2932
- flatRows: q,
2933
- expandColumnKey: () => i.expandColumnKey,
2934
- primaryColumnKey: me,
2935
- groupColumnKey: Sn,
2936
- selectable: () => i.selectable,
2937
- openMenuColumnKey: Rt,
2938
- toggleExpanded: xe,
2957
+ columnDescriptors: me,
2958
+ flatRows: J,
2959
+ expandColumnKey: () => e.expandColumnKey,
2960
+ primaryColumnKey: pe,
2961
+ groupColumnKey: un,
2962
+ selectable: () => e.selectable,
2963
+ openMenuColumnKey: Lt,
2964
+ toggleExpanded: be,
2939
2965
  toggleRowSelected: (e) => {
2940
2966
  Jt.toggleRow(e);
2941
2967
  },
2942
2968
  applySortCycle: Nt,
2943
- setColumnMenuOpen: Bt,
2944
- resizeColumnByKeyboard: Vt,
2945
- onDepthFooterActivate: Zn,
2946
- onLoadMoreActivate: er,
2969
+ setColumnMenuOpen: Rt,
2970
+ resizeColumnByKeyboard: zt,
2971
+ onDepthFooterActivate: kn,
2972
+ onLoadMoreActivate: Mn,
2947
2973
  onRowActivate: (e, t) => {
2948
- I("rowClick", {
2974
+ j("rowClick", {
2949
2975
  key: e.key,
2950
2976
  item: e.item,
2951
2977
  event: t
2952
2978
  });
2953
2979
  }
2954
2980
  });
2955
- return a({
2981
+ return t({
2956
2982
  focusNavigation: async () => {
2957
- mr.focusAddressNow(mr.focusAddress.value), await A();
2983
+ mr.focusAddressNow(mr.focusAddress.value), await N();
2958
2984
  },
2959
2985
  scrollToRow: fr,
2960
- expandAll: Se,
2961
- collapseAll: Ce,
2986
+ expandAll: xe,
2987
+ collapseAll: Se,
2962
2988
  clearSelection: () => {
2963
2989
  Jt.clearSelection();
2964
2990
  },
2965
- getScrollElement: () => K.value ?? void 0
2966
- }), (a, l) => (F(), b("div", {
2991
+ getScrollElement: () => ee.value ?? void 0
2992
+ }), (t, n) => (R(), C("div", {
2967
2993
  ref_key: "tableRootRef",
2968
- ref: de,
2969
- class: j(["s-ui-table", Le.value]),
2970
- style: M(U(Dt))
2971
- }, [x("div", {
2994
+ ref: oe,
2995
+ class: P(["s-ui-table", Le.value]),
2996
+ style: F(G(Et))
2997
+ }, [w("div", {
2972
2998
  ref_key: "scrollElementRef",
2973
- ref: K,
2999
+ ref: ee,
2974
3000
  class: "s-ui-table__scroll",
2975
- style: M(U(kt))
2976
- }, [x("table", {
3001
+ style: F(G(Ot))
3002
+ }, [w("table", {
2977
3003
  class: "s-ui-table__table",
2978
- style: M(U(At)),
2979
- role: Pe.value,
2980
- "aria-rowcount": Fe.value,
2981
- "aria-colcount": U(ve),
2982
- "aria-busy": i.loading || i.loadingMore || void 0,
3004
+ style: F(G(kt)),
3005
+ role: je.value,
3006
+ "aria-rowcount": Me.value,
3007
+ "aria-colcount": G(_e),
3008
+ "aria-busy": e.loading || e.loadingMore || void 0,
2983
3009
  ref_key: "tableElementRef",
2984
- ref: le,
3010
+ ref: W,
2985
3011
  tabindex: "-1",
2986
- onKeydown: l[5] ||= (...e) => U(xr) && U(xr)(...e),
2987
- onFocusin: l[6] ||= (...e) => U(br) && U(br)(...e)
3012
+ onKeydown: n[5] ||= (...e) => G(xr) && G(xr)(...e),
3013
+ onFocusin: n[6] ||= (...e) => G(br) && G(br)(...e)
2988
3014
  }, [
2989
- x("colgroup", null, [
2990
- (F(!0), b(g, null, L(U(we), (e) => (F(), b("col", {
3015
+ w("colgroup", null, [
3016
+ (R(!0), C(y, null, B(G(Ce), (e) => (R(), C("col", {
2991
3017
  key: e.key,
2992
- style: M({ width: `var(${e.liveWidthVar}, var(${e.widthVar}))` })
3018
+ style: F({ width: `var(${e.liveWidthVar}, var(${e.widthVar}))` })
2993
3019
  }, null, 4))), 128)),
2994
- l[7] ||= x("col", { class: "s-ui-table__filler-col" }, null, -1),
2995
- (F(!0), b(g, null, L(U(Te), (e) => (F(), b("col", {
3020
+ n[7] ||= w("col", { class: "s-ui-table__filler-col" }, null, -1),
3021
+ (R(!0), C(y, null, B(G(we), (e) => (R(), C("col", {
2996
3022
  key: e.key,
2997
- style: M({ width: `var(${e.liveWidthVar}, var(${e.widthVar}))` })
3023
+ style: F({ width: `var(${e.liveWidthVar}, var(${e.widthVar}))` })
2998
3024
  }, null, 4))), 128))
2999
3025
  ]),
3000
- x("thead", jn, [x("tr", Mn, [(F(!0), b(g, null, L(U(Ee), ({ key: i, descriptor: u }) => (F(), b(g, { key: i }, [u ? (F(), b("th", {
3026
+ w("thead", Rn, [w("tr", zn, [(R(!0), C(y, null, B(G(Te), ({ key: e, descriptor: s }) => (R(), C(y, { key: e }, [s ? (R(), C("th", {
3001
3027
  key: 1,
3002
3028
  id: pr({
3003
- section: U($).HEADER,
3004
- columnKey: u.key
3029
+ section: G($).HEADER,
3030
+ columnKey: s.key
3005
3031
  }),
3006
3032
  ref_for: !0,
3007
- ref: (e) => dt(e, u.key),
3008
- class: j(["s-ui-table__header-cell", [U(De)(u), { "s-ui-table__header-cell--dragging": U(lt) === u.key }]]),
3009
- style: M(U(J)(u)),
3010
- "data-column-key": u.key,
3011
- "data-section": U($).HEADER,
3012
- "aria-colindex": u.colIndex,
3013
- "aria-sort": U(It)(u),
3014
- tabindex: yr(U($).HEADER, void 0, u.key),
3033
+ ref: (e) => ut(e, s.key),
3034
+ class: P(["s-ui-table__header-cell", [G(De)(s), { "s-ui-table__header-cell--dragging": G(st) === s.key }]]),
3035
+ style: F(G(Ee)(s)),
3036
+ "data-column-key": s.key,
3037
+ "data-section": G($).HEADER,
3038
+ "aria-colindex": s.colIndex,
3039
+ "aria-sort": G(Ft)(s),
3040
+ tabindex: yr(G($).HEADER, void 0, s.key),
3015
3041
  scope: "col"
3016
- }, [u.column ? (F(), v(Ct, {
3042
+ }, [s.column ? (R(), x(Dt, {
3017
3043
  key: 0,
3018
- descriptor: u,
3019
- "sort-direction": U(jt)(u.key),
3020
- "sort-index": U(Mt)(u.key),
3021
- "menu-open": Rt.value === u.key,
3022
- "onUpdate:menuOpen": (e) => Bt(u.key, e),
3023
- onSortToggle: (e) => U(Nt)(u.key, e),
3024
- onSortSet: (e) => U(Pt)(u.key, e),
3025
- onHide: (e) => qt(u.key)
3026
- }, S({ _: 2 }, [U(V)[`header:${u.key}`] ? {
3044
+ descriptor: s,
3045
+ "sort-direction": G(At)(s.key),
3046
+ "sort-index": G(jt)(s.key),
3047
+ "menu-open": Lt.value === s.key,
3048
+ "onUpdate:menuOpen": (e) => Rt(s.key, e),
3049
+ onSortToggle: (e) => G(Nt)(s.key, e),
3050
+ onSortSet: (e) => G(Pt)(s.key, e),
3051
+ onHide: (e) => qt(s.key)
3052
+ }, T({ _: 2 }, [G(I)[`header:${s.key}`] ? {
3027
3053
  name: "default",
3028
- fn: G(() => [R(a.$slots, `header:${u.key}`, k({ ref_for: !0 }, U(Lt)(u)))]),
3054
+ fn: q(() => [V(t.$slots, `header:${s.key}`, M({ ref_for: !0 }, G(It)(s)))]),
3029
3055
  key: "0"
3030
- } : void 0, U(V)[`header-menu:${u.key}`] ? {
3056
+ } : void 0, G(I)[`header-menu:${s.key}`] ? {
3031
3057
  name: "menu",
3032
- fn: G(() => [R(a.$slots, `header-menu:${u.key}`, k({ ref_for: !0 }, U(Lt)(u)))]),
3058
+ fn: q(() => [V(t.$slots, `header-menu:${s.key}`, M({ ref_for: !0 }, G(It)(s)))]),
3033
3059
  key: "1"
3034
3060
  } : void 0]), 1032, [
3035
3061
  "descriptor",
@@ -3040,34 +3066,34 @@ var J = /* @__PURE__ */ function(e) {
3040
3066
  "onSortToggle",
3041
3067
  "onSortSet",
3042
3068
  "onHide"
3043
- ])) : u.service === U(Ue).CHECKBOX ? (F(), v(Be, {
3069
+ ])) : s.service === G(qe).CHECKBOX ? (R(), x(We, {
3044
3070
  key: 1,
3045
- class: j(["s-ui-table__header-checkbox", { "s-ui-table__header-checkbox--active": U(Yt) !== U(Z).UNCHECKED }]),
3046
- "model-value": U(Yt) === U(Z).CHECKED,
3047
- indeterminate: U(Yt) === U(Z).INDETERMINATE,
3048
- "screen-reader-label": U(Yt) === U(Z).CHECKED ? U(H)("table.deselectAll") : U(H)("table.selectAll"),
3049
- "onUpdate:modelValue": l[0] ||= (e) => U(Jt).toggleSelectAll()
3071
+ class: P(["s-ui-table__header-checkbox", { "s-ui-table__header-checkbox--active": G(Yt) !== G(Z).UNCHECKED }]),
3072
+ "model-value": G(Yt) === G(Z).CHECKED,
3073
+ indeterminate: G(Yt) === G(Z).INDETERMINATE,
3074
+ "screen-reader-label": G(Yt) === G(Z).CHECKED ? G(L)("table.deselectAll") : G(L)("table.selectAll"),
3075
+ "onUpdate:modelValue": n[0] ||= (e) => G(Jt).toggleSelectAll()
3050
3076
  }, null, 8, [
3051
3077
  "class",
3052
3078
  "model-value",
3053
3079
  "indeterminate",
3054
3080
  "screen-reader-label"
3055
- ])) : u.service === U(Ue).COLUMNS_MANAGER ? (F(), b("div", Fn, [w(U(s), {
3056
- modelValue: Ht.value,
3057
- "onUpdate:modelValue": l[1] ||= (e) => Ht.value = e,
3058
- placement: U(o).BOTTOM_END,
3081
+ ])) : s.service === G(qe).COLUMNS_MANAGER ? (R(), C("div", Hn, [D(G(u), {
3082
+ modelValue: Bt.value,
3083
+ "onUpdate:modelValue": n[1] ||= (e) => Bt.value = e,
3084
+ placement: G(l).BOTTOM_END,
3059
3085
  shift: "",
3060
3086
  "fit-viewport": ""
3061
3087
  }, {
3062
- trigger: G(({ toggle: i }) => [w(U(r), {
3088
+ trigger: q(({ toggle: e }) => [D(G(o), {
3063
3089
  class: "s-ui-table__columns-manager-button",
3064
- appearance: U(t).BARE,
3065
- variant: U(e).NEUTRAL,
3066
- size: U(n).SMALL,
3090
+ appearance: G(i).BARE,
3091
+ variant: G(r).NEUTRAL,
3092
+ size: G(a).SMALL,
3067
3093
  icon: "tablePlus",
3068
- "aria-label": U(H)("table.manageColumns"),
3094
+ "aria-label": G(L)("table.manageColumns"),
3069
3095
  tabindex: "-1",
3070
- onClick: (e) => i()
3096
+ onClick: (t) => e()
3071
3097
  }, null, 8, [
3072
3098
  "appearance",
3073
3099
  "variant",
@@ -3075,30 +3101,30 @@ var J = /* @__PURE__ */ function(e) {
3075
3101
  "aria-label",
3076
3102
  "onClick"
3077
3103
  ])]),
3078
- content: G(() => [w(U(c), {
3104
+ content: q(() => [D(G(d), {
3079
3105
  class: "s-ui-table__columns-menu",
3080
3106
  width: 300
3081
3107
  }, {
3082
- default: G(() => [R(a.$slots, "columns-menu", {
3083
- columns: Ut.value,
3084
- isColumnHidden: Wt,
3085
- toggleColumn: Kt
3086
- }, () => [(F(!0), b(g, null, L(Gt.value, (e, t) => (F(), b(g, { key: t }, [t > 0 ? (F(), v(U(se), {
3108
+ default: q(() => [V(t.$slots, "columns-menu", {
3109
+ columns: Vt.value,
3110
+ isColumnHidden: Ut,
3111
+ toggleColumn: Gt
3112
+ }, () => [(R(!0), C(y, null, B(Wt.value, (e, t) => (R(), C(y, { key: t }, [t > 0 ? (R(), x(G(ce), {
3087
3113
  key: 0,
3088
3114
  class: "s-ui-table__columns-separator"
3089
- })) : y("", !0), (F(!0), b(g, null, L(e, (e) => (F(), v(U(h), {
3115
+ })) : S("", !0), (R(!0), C(y, null, B(e, (e) => (R(), x(G(v), {
3090
3116
  key: e.column.key,
3091
- class: j(["s-ui-table__columns-item", e.classes]),
3092
- size: U(m).SMALL,
3093
- "label-placement": U(p).LEFT,
3117
+ class: P(["s-ui-table__columns-item", e.classes]),
3118
+ size: G(_).SMALL,
3119
+ "label-placement": G(g).LEFT,
3094
3120
  "model-value": !e.hidden,
3095
- "onUpdate:modelValue": (t) => Kt(e.column.key)
3121
+ "onUpdate:modelValue": (t) => Gt(e.column.key)
3096
3122
  }, {
3097
- default: G(() => [x("span", In, [e.column.icon ? (F(), v(U(oe), {
3123
+ default: q(() => [w("span", Un, [e.column.icon ? (R(), x(G(se), {
3098
3124
  key: 0,
3099
3125
  name: e.column.icon,
3100
3126
  size: 16
3101
- }, null, 8, ["name"])) : y("", !0), x("span", Ln, B(e.column.title ?? e.column.key), 1)])]),
3127
+ }, null, 8, ["name"])) : S("", !0), w("span", Wn, U(e.column.title ?? e.column.key), 1)])]),
3102
3128
  _: 2
3103
3129
  }, 1032, [
3104
3130
  "class",
@@ -3110,83 +3136,83 @@ var J = /* @__PURE__ */ function(e) {
3110
3136
  _: 3
3111
3137
  })]),
3112
3138
  _: 3
3113
- }, 8, ["modelValue", "placement"])])) : y("", !0), u.resizable ? (F(), b("span", {
3139
+ }, 8, ["modelValue", "placement"])])) : S("", !0), s.resizable ? (R(), C("span", {
3114
3140
  key: 3,
3115
- class: j(["s-ui-table__resize-handle", { "s-ui-table__resize-handle--active": U(tt) === u.key }]),
3141
+ class: P(["s-ui-table__resize-handle", { "s-ui-table__resize-handle--active": G(tt) === s.key }]),
3116
3142
  role: "separator",
3117
3143
  "aria-orientation": "vertical",
3118
- "aria-label": U(H)("table.resizeColumn"),
3144
+ "aria-label": G(L)("table.resizeColumn"),
3119
3145
  tabindex: "-1",
3120
- onPointerdown: (e) => U(nt)(e, u.key),
3121
- onKeydown: (e) => U(rt)(e, u.key),
3122
- onDblclick: (e) => U(at)(u.key),
3123
- onClick: l[2] ||= ie(() => {}, ["stop"])
3124
- }, null, 42, Rn)) : y("", !0)], 14, Pn)) : (F(), b("th", Nn))], 64))), 128))])]),
3125
- x("tbody", zn, [
3126
- Et.value ? (F(), b("tr", Bn, [x("td", {
3146
+ onPointerdown: (e) => G(nt)(e, s.key),
3147
+ onKeydown: (e) => G(rt)(e, s.key),
3148
+ onDblclick: (e) => G(it)(s.key),
3149
+ onClick: n[2] ||= ae(() => {}, ["stop"])
3150
+ }, null, 42, Gn)) : S("", !0)], 14, Vn)) : (R(), C("th", Bn))], 64))), 128))])]),
3151
+ w("tbody", Kn, [
3152
+ Tt.value ? (R(), C("tr", qn, [w("td", {
3127
3153
  class: "s-ui-table__empty-cell",
3128
- colspan: Me.value
3129
- }, [x("div", Hn, [R(a.$slots, "empty", {}, () => [x("span", Un, B(U(H)("table.empty")), 1)])])], 8, Vn)])) : y("", !0),
3130
- i.loading ? (F(!0), b(g, { key: 1 }, L(i.skeletonRowCount, (e) => (F(), v($t, {
3154
+ colspan: X.value
3155
+ }, [w("div", Yn, [V(t.$slots, "empty", {}, () => [w("span", Xn, U(G(L)("table.empty")), 1)])])], 8, Jn)])) : S("", !0),
3156
+ e.loading ? (R(!0), C(y, { key: 1 }, B(e.skeletonRowCount, (e) => (R(), x(sn, {
3131
3157
  key: `skeleton-${e}`,
3132
- "leading-plans": U(Y),
3133
- "trailing-plans": U(Oe)
3134
- }, S({ _: 2 }, [U(V)["skeleton-row"] ? {
3158
+ "leading-plans": G(Oe),
3159
+ "trailing-plans": G(Y)
3160
+ }, T({ _: 2 }, [G(I)["skeleton-row"] ? {
3135
3161
  name: "default",
3136
- fn: G((e) => [R(a.$slots, "skeleton-row", { column: e.descriptor.column })]),
3162
+ fn: q((e) => [V(t.$slots, "skeleton-row", { column: e.descriptor.column })]),
3137
3163
  key: "0"
3138
- } : void 0]), 1032, ["leading-plans", "trailing-plans"]))), 128)) : (F(!0), b(g, { key: 2 }, L(on.value, ({ row: o, renderKey: s, spacer: c, spacerHeight: l, rowHeight: u, stuckTop: f, stuckBottom: p, stuckBottomLeaving: m, stuckBottomSliding: h, stuckBottomCoverHeight: _, stuckBottomFar: T, placeholder: D, memoKeys: O }, A, N, P) => {
3139
- let z = O;
3140
- if (P && P.el && P.key === s && E(P, z)) return P;
3141
- let ee = (F(), b(g, { key: s }, [c ? (F(), b("tr", Wn, [x("td", {
3164
+ } : void 0]), 1032, ["leading-plans", "trailing-plans"]))), 128)) : (R(!0), C(y, { key: 2 }, B(nn.value, ({ row: n, renderKey: c, spacer: l, spacerHeight: u, rowHeight: d, stuckTop: f, stuckBottom: p, stuckBottomLeaving: m, stuckBottomSliding: h, stuckBottomCoverHeight: g, stuckBottomFar: _, placeholder: v, memoKeys: b }, O, A, N) => {
3165
+ let z = b;
3166
+ if (N && N.el && N.key === c && k(N, z)) return N;
3167
+ let H = (R(), C(y, { key: c }, [l ? (R(), C("tr", Zn, [w("td", {
3142
3168
  class: "s-ui-table__spacer-cell",
3143
- colspan: Me.value,
3144
- style: M({ height: `${l}px` })
3145
- }, null, 12, Gn)])) : o && o.kind === U(Q).GROUP ? (F(), v(ht, {
3169
+ colspan: X.value,
3170
+ style: F({ height: `${u}px` })
3171
+ }, null, 12, Qn)])) : n && n.kind === G(Q).GROUP ? (R(), x(yt, {
3146
3172
  key: 1,
3147
- id: vn(o.key),
3173
+ id: on(n.key),
3148
3174
  stuck: f,
3149
- row: o,
3150
- "dnd-ref": i.rowsDraggable ? gt : void 0,
3151
- dragging: U(pt) === o.key,
3152
- "drop-position": _t(o.key),
3153
- "row-index": o.index,
3154
- "leading-plans": U(Y),
3155
- "trailing-plans": U(Oe),
3156
- "group-column-key": U(Sn),
3157
- "tree-indent": i.treeIndent,
3158
- count: U(Tn)(o),
3159
- total: U(En)(o),
3160
- title: U(Dn)(o),
3161
- expanded: o.expanded,
3162
- active: d.value === o.key,
3175
+ row: n,
3176
+ "dnd-ref": e.rowsDraggable ? ht : void 0,
3177
+ dragging: G(pt) === n.key,
3178
+ "drop-position": gt(n.key),
3179
+ "row-index": n.index,
3180
+ "leading-plans": G(Oe),
3181
+ "trailing-plans": G(Y),
3182
+ "group-column-key": G(un),
3183
+ "tree-indent": e.treeIndent,
3184
+ count: G(Cn)(n),
3185
+ total: G(Tn)(n),
3186
+ title: G(Dn)(n),
3187
+ expanded: n.expanded,
3188
+ active: s.value === n.key,
3163
3189
  "cell-id-prefix": hr,
3164
- "focus-column-key": _r(o.key),
3165
- onToggle: (e) => U(xe)(o.key),
3166
- onRowClick: (e) => or(o, e),
3167
- onMenuOpen: (e) => I("groupMenuOpen", {
3168
- key: o.key,
3169
- item: o.item
3190
+ "focus-column-key": _r(n.key),
3191
+ onToggle: (e) => G(be)(n.key),
3192
+ onRowClick: (e) => or(n, e),
3193
+ onMenuOpen: (e) => j("groupMenuOpen", {
3194
+ key: n.key,
3195
+ item: n.item
3170
3196
  })
3171
- }, S({ _: 2 }, [
3172
- U(V)["group-menu"] ? {
3197
+ }, T({ _: 2 }, [
3198
+ G(I)["group-menu"] ? {
3173
3199
  name: "menu",
3174
- fn: G(() => [R(a.$slots, "group-menu", k({ ref_for: !0 }, ar(o)))]),
3200
+ fn: q(() => [V(t.$slots, "group-menu", M({ ref_for: !0 }, ar(n)))]),
3175
3201
  key: "0"
3176
3202
  } : void 0,
3177
- U(V)["group-row"] ? {
3203
+ G(I)["group-row"] ? {
3178
3204
  name: "row",
3179
- fn: G(() => [R(a.$slots, "group-row", k({ ref_for: !0 }, ar(o)))]),
3205
+ fn: q(() => [V(t.$slots, "group-row", M({ ref_for: !0 }, ar(n)))]),
3180
3206
  key: "1"
3181
3207
  } : void 0,
3182
- U(V)["group-title"] ? {
3208
+ G(I)["group-title"] ? {
3183
3209
  name: "title",
3184
- fn: G(() => [R(a.$slots, "group-title", k({ ref_for: !0 }, ar(o)))]),
3210
+ fn: q(() => [V(t.$slots, "group-title", M({ ref_for: !0 }, ar(n)))]),
3185
3211
  key: "2"
3186
3212
  } : void 0,
3187
- U(V)["group-actions"] ? {
3213
+ G(I)["group-actions"] ? {
3188
3214
  name: "actions",
3189
- fn: G(() => [R(a.$slots, "group-actions", k({ ref_for: !0 }, ar(o)))]),
3215
+ fn: q(() => [V(t.$slots, "group-actions", M({ ref_for: !0 }, ar(n)))]),
3190
3216
  key: "3"
3191
3217
  } : void 0
3192
3218
  ]), 1032, [
@@ -3210,29 +3236,29 @@ var J = /* @__PURE__ */ function(e) {
3210
3236
  "onToggle",
3211
3237
  "onRowClick",
3212
3238
  "onMenuOpen"
3213
- ])) : o && o.kind === U(Q).DEPTH_FOOTER ? (F(), v(He, {
3239
+ ])) : n && n.kind === G(Q).DEPTH_FOOTER ? (R(), x(Ke, {
3214
3240
  key: 2,
3215
- class: j(["s-ui-table__depth-footer-row", {
3241
+ class: P(["s-ui-table__depth-footer-row", {
3216
3242
  "s-ui-table__depth-footer-row--stuck": p,
3217
3243
  "s-ui-table__depth-footer-row--stuck-leaving": m,
3218
3244
  "s-ui-table__depth-footer-row--stuck-sliding": h,
3219
- "s-ui-table__depth-footer-row--stuck-covered": _ !== void 0,
3220
- "s-ui-table__depth-footer-row--stuck-covered-far": T
3245
+ "s-ui-table__depth-footer-row--stuck-covered": g !== void 0,
3246
+ "s-ui-table__depth-footer-row--stuck-covered-far": _
3221
3247
  }]),
3222
- style: M(rn(_)),
3223
- "data-index": o.index,
3224
- "aria-rowindex": o.index + 2,
3225
- cells: U(X),
3226
- "content-column-key": U(xn),
3248
+ style: F(tn(g)),
3249
+ "data-index": n.index,
3250
+ "aria-rowindex": n.index + 2,
3251
+ cells: G(ke),
3252
+ "content-column-key": G(ln),
3227
3253
  "cell-class": "s-ui-table__depth-footer-cell",
3228
3254
  "content-class": "s-ui-table__depth-footer-content",
3229
- "content-style": U(On)(o.depth),
3230
- section: U($).BODY,
3231
- "row-key": o.key,
3255
+ "content-style": G(On)(n.depth),
3256
+ section: G($).BODY,
3257
+ "row-key": n.key,
3232
3258
  "cell-id-prefix": hr,
3233
- "focus-column-key": _r(o.key)
3259
+ "focus-column-key": _r(n.key)
3234
3260
  }, {
3235
- default: G(() => [R(a.$slots, "depth-footer", k({ ref_for: !0 }, U(Qn)(o)))]),
3261
+ default: q(() => [V(t.$slots, "depth-footer", M({ ref_for: !0 }, G(An)(n)))]),
3236
3262
  _: 2
3237
3263
  }, 1032, [
3238
3264
  "class",
@@ -3245,29 +3271,29 @@ var J = /* @__PURE__ */ function(e) {
3245
3271
  "section",
3246
3272
  "row-key",
3247
3273
  "focus-column-key"
3248
- ])) : o && o.kind === U(Q).LOAD_MORE ? (F(), v(He, {
3274
+ ])) : n && n.kind === G(Q).LOAD_MORE ? (R(), x(Ke, {
3249
3275
  key: 3,
3250
3276
  class: "s-ui-table__load-more-row",
3251
- "data-index": o.index,
3252
- "aria-rowindex": o.index + 2,
3253
- cells: U(X),
3254
- "content-column-key": U(wn),
3277
+ "data-index": n.index,
3278
+ "aria-rowindex": n.index + 2,
3279
+ cells: G(ke),
3280
+ "content-column-key": G(pn),
3255
3281
  "content-class": "s-ui-table__load-more-content",
3256
- "content-style": U(On)(o.depth),
3257
- section: U($).BODY,
3258
- "row-key": o.key,
3282
+ "content-style": G(On)(n.depth),
3283
+ section: G($).BODY,
3284
+ "row-key": n.key,
3259
3285
  "cell-id-prefix": hr,
3260
- "focus-column-key": _r(o.key)
3286
+ "focus-column-key": _r(n.key)
3261
3287
  }, {
3262
- default: G(() => [R(a.$slots, "load-more", k({ ref_for: !0 }, U(tr)(o)), () => [w(U(r), {
3263
- appearance: U(t).BARE,
3264
- variant: U(e).NEUTRAL,
3265
- size: U(n).SMALL,
3266
- loading: U($n)(o),
3288
+ default: q(() => [V(t.$slots, "load-more", M({ ref_for: !0 }, G(Nn)(n)), () => [D(G(o), {
3289
+ appearance: G(i).BARE,
3290
+ variant: G(r).NEUTRAL,
3291
+ size: G(a).SMALL,
3292
+ loading: G(jn)(n),
3267
3293
  tabindex: "-1",
3268
- onClick: (e) => U(er)(o)
3294
+ onClick: (e) => G(Mn)(n)
3269
3295
  }, {
3270
- default: G(() => [C(B(U(H)("table.loadMore")), 1)]),
3296
+ default: q(() => [E(U(G(L)("table.loadMore")), 1)]),
3271
3297
  _: 1
3272
3298
  }, 8, [
3273
3299
  "appearance",
@@ -3286,72 +3312,73 @@ var J = /* @__PURE__ */ function(e) {
3286
3312
  "section",
3287
3313
  "row-key",
3288
3314
  "focus-column-key"
3289
- ])) : o && D ? (F(), v(Ot, {
3315
+ ])) : n && v ? (R(), x(Mt, {
3290
3316
  key: 4,
3291
- "row-index": o.index,
3292
- "row-key": o.key,
3293
- cells: U(X),
3294
- "row-height": u
3317
+ "row-index": n.index,
3318
+ "row-key": n.key,
3319
+ cells: G(ke),
3320
+ "row-height": d
3295
3321
  }, null, 8, [
3296
3322
  "row-index",
3297
3323
  "row-key",
3298
3324
  "cells",
3299
3325
  "row-height"
3300
- ])) : o ? (F(), v(Xt, {
3326
+ ])) : n ? (R(), x(rn, {
3301
3327
  key: 5,
3302
- row: o,
3303
- "row-index": o.index,
3304
- "row-expanded": o.expanded,
3305
- "leading-plans": U(Y),
3306
- "trailing-plans": U(Oe),
3307
- "dnd-ref": i.rowsDraggable ? gt : void 0,
3308
- dragging: U(pt) === o.key,
3309
- "drop-position": _t(o.key),
3310
- "placeholder-height": u,
3311
- "dom-id": vn(o.key),
3312
- selected: Zt(o.key),
3313
- indeterminate: Qt(o.key),
3314
- "row-selectable": i.selectable && U(Jt).isNodeSelectable(o.key),
3315
- active: d.value === o.key,
3316
- disabled: tn(o),
3317
- "tree-indent": i.treeIndent,
3318
- "row-state": i.rowState?.(o.item),
3319
- "extra-row-class": i.rowClass?.(o.item, o),
3328
+ row: n,
3329
+ "row-index": n.index,
3330
+ "row-expanded": n.expanded,
3331
+ "leading-plans": G(Oe),
3332
+ "trailing-plans": G(Y),
3333
+ "dnd-ref": e.rowsDraggable ? ht : void 0,
3334
+ dragging: G(pt) === n.key,
3335
+ "drop-position": gt(n.key),
3336
+ "placeholder-height": d,
3337
+ "dom-id": on(n.key),
3338
+ selected: Xt(n.key),
3339
+ indeterminate: Zt(n.key),
3340
+ "row-selectable": e.selectable && G(Jt).isNodeSelectable(n.key),
3341
+ active: s.value === n.key,
3342
+ disabled: $t(n),
3343
+ "tree-indent": e.treeIndent,
3344
+ "row-state": e.rowState?.(n.item),
3345
+ "row-color": e.rowColor?.(n.item, n),
3346
+ "extra-row-class": e.rowClass?.(n.item, n),
3320
3347
  "cell-id-prefix": hr,
3321
- "focus-column-key": _r(o.key),
3322
- onRowClick: (e) => or(o, e),
3323
- onRowContextMenu: (e) => sr(o, e),
3324
- onCellClick: (e, t) => lr(o, e, t),
3325
- onToggleExpand: (e) => U(xe)(o.key),
3326
- onToggleSelected: (e) => en(o.key)
3327
- }, S({ _: 2 }, [
3328
- L(gn.value, (e) => ({
3348
+ "focus-column-key": _r(n.key),
3349
+ onRowClick: (e) => or(n, e),
3350
+ onRowContextMenu: (e) => sr(n, e),
3351
+ onCellClick: (e, t) => lr(n, e, t),
3352
+ onToggleExpand: (e) => G(be)(n.key),
3353
+ onToggleSelected: (e) => Qt(n.key)
3354
+ }, T({ _: 2 }, [
3355
+ B(an.value, (e) => ({
3329
3356
  name: e,
3330
- fn: G((t) => [R(a.$slots, e, k({ ref_for: !0 }, t))])
3357
+ fn: q((n) => [V(t.$slots, e, M({ ref_for: !0 }, n))])
3331
3358
  })),
3332
- U(V).chevron ? {
3359
+ G(I).chevron ? {
3333
3360
  name: "chevron",
3334
- fn: G((e) => [R(a.$slots, "chevron", k({ ref_for: !0 }, e))]),
3361
+ fn: q((e) => [V(t.$slots, "chevron", M({ ref_for: !0 }, e))]),
3335
3362
  key: "0"
3336
3363
  } : void 0,
3337
- U(V)["cell-actions"] ? {
3364
+ G(I)["cell-actions"] ? {
3338
3365
  name: "cell-actions",
3339
- fn: G((e) => [R(a.$slots, "cell-actions", k({ ref_for: !0 }, e))]),
3366
+ fn: q((e) => [V(t.$slots, "cell-actions", M({ ref_for: !0 }, e))]),
3340
3367
  key: "1"
3341
3368
  } : void 0,
3342
- U(V).indicator ? {
3369
+ G(I).indicator ? {
3343
3370
  name: "indicator",
3344
- fn: G((e) => [R(a.$slots, "indicator", k({ ref_for: !0 }, e))]),
3371
+ fn: q((e) => [V(t.$slots, "indicator", M({ ref_for: !0 }, e))]),
3345
3372
  key: "2"
3346
3373
  } : void 0,
3347
- U(V).checkbox ? {
3374
+ G(I).checkbox ? {
3348
3375
  name: "checkbox",
3349
- fn: G((e) => [R(a.$slots, "checkbox", k({ ref_for: !0 }, e))]),
3376
+ fn: q((e) => [V(t.$slots, "checkbox", M({ ref_for: !0 }, e))]),
3350
3377
  key: "3"
3351
3378
  } : void 0,
3352
- U(V)["right-edge"] ? {
3379
+ G(I)["right-edge"] ? {
3353
3380
  name: "right-edge",
3354
- fn: G((e) => [R(a.$slots, "right-edge", k({ ref_for: !0 }, e))]),
3381
+ fn: q((e) => [V(t.$slots, "right-edge", M({ ref_for: !0 }, e))]),
3355
3382
  key: "4"
3356
3383
  } : void 0
3357
3384
  ]), 1032, [
@@ -3372,6 +3399,7 @@ var J = /* @__PURE__ */ function(e) {
3372
3399
  "disabled",
3373
3400
  "tree-indent",
3374
3401
  "row-state",
3402
+ "row-color",
3375
3403
  "extra-row-class",
3376
3404
  "focus-column-key",
3377
3405
  "onRowClick",
@@ -3379,32 +3407,32 @@ var J = /* @__PURE__ */ function(e) {
3379
3407
  "onCellClick",
3380
3408
  "onToggleExpand",
3381
3409
  "onToggleSelected"
3382
- ])) : y("", !0)], 64));
3383
- return ee.memo = z, ee;
3384
- }, l, 3), 128)),
3385
- i.loadingMore && !i.loading ? (F(!0), b(g, { key: 3 }, L(Math.min(3, i.skeletonRowCount), (e) => (F(), v($t, {
3410
+ ])) : S("", !0)], 64));
3411
+ return H.memo = z, H;
3412
+ }, n, 3), 128)),
3413
+ e.loadingMore && !e.loading ? (R(!0), C(y, { key: 3 }, B(Math.min(3, e.skeletonRowCount), (e) => (R(), x(sn, {
3386
3414
  key: `skeleton-more-${e}`,
3387
- "leading-plans": U(Y),
3388
- "trailing-plans": U(Oe)
3389
- }, S({ _: 2 }, [U(V)["skeleton-row"] ? {
3415
+ "leading-plans": G(Oe),
3416
+ "trailing-plans": G(Y)
3417
+ }, T({ _: 2 }, [G(I)["skeleton-row"] ? {
3390
3418
  name: "default",
3391
- fn: G((e) => [R(a.$slots, "skeleton-row", { column: e.descriptor.column })]),
3419
+ fn: q((e) => [V(t.$slots, "skeleton-row", { column: e.descriptor.column })]),
3392
3420
  key: "0"
3393
- } : void 0]), 1032, ["leading-plans", "trailing-plans"]))), 128)) : y("", !0)
3421
+ } : void 0]), 1032, ["leading-plans", "trailing-plans"]))), 128)) : S("", !0)
3394
3422
  ]),
3395
- i.creationRow || i.footerValues ? (F(), b("tfoot", Kn, [i.creationRow ? (F(), v(He, {
3423
+ e.creationRow || e.footerValues ? (R(), C("tfoot", $n, [e.creationRow ? (R(), x(Ke, {
3396
3424
  key: 0,
3397
3425
  class: "s-ui-table__create-row",
3398
- "aria-rowindex": U(q).length + 2,
3399
- cells: U(X),
3400
- "content-column-key": U(Cn),
3426
+ "aria-rowindex": G(J).length + 2,
3427
+ cells: G(ke),
3428
+ "content-column-key": G(dn),
3401
3429
  "cell-class": "s-ui-table__create-cell",
3402
3430
  "content-class": "s-ui-table__create-content",
3403
- section: U($).CREATION,
3431
+ section: G($).CREATION,
3404
3432
  "cell-id-prefix": gr,
3405
- "focus-column-key": vr(U($).CREATION)
3433
+ "focus-column-key": vr(G($).CREATION)
3406
3434
  }, {
3407
- default: G(() => [R(a.$slots, "creation-row")]),
3435
+ default: q(() => [V(t.$slots, "creation-row")]),
3408
3436
  _: 3
3409
3437
  }, 8, [
3410
3438
  "aria-rowindex",
@@ -3412,33 +3440,33 @@ var J = /* @__PURE__ */ function(e) {
3412
3440
  "content-column-key",
3413
3441
  "section",
3414
3442
  "focus-column-key"
3415
- ])) : y("", !0), i.footerValues ? (F(), b("tr", {
3443
+ ])) : S("", !0), e.footerValues ? (R(), C("tr", {
3416
3444
  key: 1,
3417
3445
  class: "s-ui-table__aggregate-row",
3418
- "aria-rowindex": U(q).length + 2 + +!!i.creationRow
3419
- }, [(F(!0), b(g, null, L(U(X), ({ key: e, cellPlan: t }) => (F(), b(g, { key: e }, [t ? (F(), b("td", {
3446
+ "aria-rowindex": G(J).length + 2 + +!!e.creationRow
3447
+ }, [(R(!0), C(y, null, B(G(ke), ({ key: e, cellPlan: n }) => (R(), C(y, { key: e }, [n ? (R(), C("td", {
3420
3448
  key: 1,
3421
3449
  id: pr({
3422
- section: U($).AGGREGATE,
3423
- columnKey: t.descriptor.key
3450
+ section: G($).AGGREGATE,
3451
+ columnKey: n.descriptor.key
3424
3452
  }),
3425
- class: j(["s-ui-table__aggregate-cell", [t.cellClass, U(rr)(t.descriptor.key)]]),
3426
- style: M(t.style),
3427
- "aria-colindex": t.descriptor.colIndex,
3428
- "data-column-key": t.descriptor.key,
3429
- "data-section": U($).AGGREGATE,
3430
- tabindex: yr(U($).AGGREGATE, void 0, t.descriptor.key)
3431
- }, [t.descriptor.column ? (F(), b(g, { key: 0 }, [U(V)[`footer:${t.descriptor.key}`] ? R(a.$slots, `footer:${t.descriptor.key}`, k({
3453
+ class: P(["s-ui-table__aggregate-cell", [n.cellClass, G(Fn)(n.descriptor.key)]]),
3454
+ style: F(n.style),
3455
+ "aria-colindex": n.descriptor.colIndex,
3456
+ "data-column-key": n.descriptor.key,
3457
+ "data-section": G($).AGGREGATE,
3458
+ tabindex: yr(G($).AGGREGATE, void 0, n.descriptor.key)
3459
+ }, [n.descriptor.column ? (R(), C(y, { key: 0 }, [G(I)[`footer:${n.descriptor.key}`] ? V(t.$slots, `footer:${n.descriptor.key}`, M({
3432
3460
  key: 0,
3433
3461
  ref_for: !0
3434
- }, U(ir)(t.descriptor.key))) : (F(), b("span", Xn, B(U(nr)(t.descriptor.key)), 1))], 64)) : y("", !0)], 14, Yn)) : (F(), b("td", Jn))], 64))), 128))], 8, qn)) : y("", !0)])) : y("", !0)
3435
- ], 44, An)], 4), U(ut) ? (F(), b("div", {
3462
+ }, G(ir)(n.descriptor.key))) : (R(), C("span", rr, U(G(Pn)(n.descriptor.key)), 1))], 64)) : S("", !0)], 14, nr)) : (R(), C("td", tr))], 64))), 128))], 8, er)) : S("", !0)])) : S("", !0)
3463
+ ], 44, Ln)], 4), G(lt) ? (R(), C("div", {
3436
3464
  key: 0,
3437
3465
  class: "s-ui-table__column-drop-line",
3438
- style: M(U(ut)),
3466
+ style: F(G(lt)),
3439
3467
  "aria-hidden": "true"
3440
- }, null, 4)) : y("", !0)], 6));
3468
+ }, null, 4)) : S("", !0)], 6));
3441
3469
  }
3442
3470
  });
3443
3471
  //#endregion
3444
- export { J as a, ke as c, Ae as d, Y as f, De as i, Q as l, X as n, je as o, Z as r, Me as s, Zn as t, Oe as u };
3472
+ export { Y as a, je as c, Ae as d, Pe as f, ke as i, Ne as l, Me as n, Fe as o, X as p, Z as r, Ie as s, ir as t, Q as u };