@owp/core 2.5.59 → 2.5.60

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 (42) hide show
  1. package/dist/_virtual/index10.js +2 -2
  2. package/dist/_virtual/index12.js +2 -2
  3. package/dist/_virtual/index13.js +2 -2
  4. package/dist/_virtual/index14.js +2 -2
  5. package/dist/_virtual/index15.js +2 -2
  6. package/dist/_virtual/index5.js +2 -2
  7. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +205 -203
  8. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  9. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +667 -642
  10. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  11. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +547 -387
  12. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
  13. package/dist/constants/gridTheme.js +13 -12
  14. package/dist/constants/gridTheme.js.map +1 -1
  15. package/dist/constants/treeGrid.js +46 -45
  16. package/dist/constants/treeGrid.js.map +1 -1
  17. package/dist/constants.js +26 -25
  18. package/dist/features/themePreview/configs/grid.js +18 -17
  19. package/dist/features/themePreview/configs/grid.js.map +1 -1
  20. package/dist/features/themePreview/utils/themePreviewDefinitions.js +4 -0
  21. package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
  22. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  23. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  24. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  25. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  26. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  27. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  28. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  29. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  30. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  31. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  32. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
  33. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
  34. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
  35. package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +5 -1
  36. package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +5 -1
  37. package/dist/types/constants/gridTheme.d.ts +2 -0
  38. package/dist/types/constants/treeGrid.d.ts +2 -0
  39. package/dist/types/features/themePreview/configs/grid.d.ts +1 -0
  40. package/dist/types/features/themePreview/configs/settings.d.ts +1 -0
  41. package/dist/types/types/OwpGridThemeTypes.d.ts +2 -0
  42. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
- var Re = Object.defineProperty;
2
- var l = (e, o) => Re(e, "name", { value: o, configurable: !0 });
3
- import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as Ce, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as _e, TREEGRID_FONT_FAMILY_STACK as N, TREEGRID_ERROR_CELL_BORDER_COLOR as Ee, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
4
- import { DEFAULT_TABLE_RADIUS as $e } from "../../../constants/table.js";
5
- import { darken as be } from "@mui/material/styles";
6
- const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tree-grid-panel-checkbox-select", ge = "owp-tree-grid-select-all-checked", Oe = "owp-tree-grid-select-all-indeterminate", De = "owp-tree-grid-select-all-unchecked", ee = "owp-tree-grid-selected-changed-cell", oe = "owp-tree-grid-error-cell", B = "owp-tree-grid-added-row-box-cell", Ie = "owp-tree-grid-added-row-box-start", me = "owp-tree-grid-added-row-box-end", ke = "--owp-tree-grid-hover-cell-border-color", n = [
1
+ var we = Object.defineProperty;
2
+ var a = (e, o) => we(e, "name", { value: o, configurable: !0 });
3
+ import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as Ie, TREEGRID_DEFAULT_EDITING_CELL_BORDER_COLOR as Oe, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as De, TREEGRID_DEFAULT_HINT_BACKGROUND_COLOR as ge, TREEGRID_FONT_FAMILY_STACK as h, TREEGRID_ERROR_CELL_BORDER_COLOR as me, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
4
+ import { DEFAULT_TABLE_RADIUS as ke } from "../../../constants/table.js";
5
+ import { darken as Te } from "@mui/material/styles";
6
+ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tree-grid-panel-checkbox-select", Ge = "owp-tree-grid-select-all-checked", ve = "owp-tree-grid-select-all-indeterminate", Fe = "owp-tree-grid-select-all-unchecked", ae = "owp-tree-grid-selected-changed-cell", ne = "owp-tree-grid-error-cell", x = "owp-tree-grid-added-row-box-cell", Ae = "owp-tree-grid-added-row-box-start", xe = "owp-tree-grid-added-row-box-end", Be = "--owp-tree-grid-hover-cell-border-color", le = "--owp-tree-grid-editing-cell-border-color", ce = "--owp-tree-grid-hint-background-color", l = [
7
7
  "TS",
8
8
  "TW",
9
9
  "TB",
@@ -20,7 +20,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
20
20
  "CR",
21
21
  "CP",
22
22
  "CC"
23
- ], C = "#CDD8E4", S = "1px", d = `var(--owp-tree-grid-table-border-radius, ${$e})`, V = "#757575", re = "2px", te = `var(--owp-tree-grid-error-cell-border-color, ${Ee})`, ve = `inset 0 0 0 ${re} ${te} !important`, v = "2px", Ge = "3px 2px 3px 3px", G = "1px", le = be(Ce, 0.42), y = "border-box !important", T = `var(--owp-tree-grid-added-row-box-color, ${le})`, E = "#f5f5f5", ae = "#e0e0e0", P = `var(--owp-tree-grid-hover-row-border-color, ${ae})`, Te = `var(--owp-tree-grid-hover-cell-background-color, ${E})`, _ = `var(${ke}, ${ae})`, xe = "OwpSoftChange", Fe = "OwpSoftRevert", fe = "OwpSoftRowSelect", Be = "OwpSoftRowDeselect", he = "OwpSoftRowAdd", Ae = "OwpSoftRowRemove", Le = "rgba(25, 118, 210, 0.36)", Me = "rgba(25, 118, 210, 0.20)", He = "rgba(25, 118, 210, 0.26)", Ne = "rgba(25, 118, 210, 0.13)", Ve = "rgba(96, 125, 139, 0.35)", ye = "rgba(96, 125, 139, 0.20)", Pe = "rgba(96, 125, 139, 0.32)", We = "rgba(96, 125, 139, 0.16)", ze = "rgba(25, 118, 210, 0.14)", je = "rgba(25, 118, 210, 0.08)", Ue = "rgba(25, 118, 210, 0.1)", Xe = "rgba(25, 118, 210, 0.05)", Ke = "rgba(46, 125, 50, 0.24)", Ye = "rgba(46, 125, 50, 0.12)", Qe = "rgba(46, 125, 50, 0.16)", Ze = "rgba(46, 125, 50, 0.07)", qe = "rgba(96, 125, 139, 0.16)", Je = "rgba(96, 125, 139, 0.06)", eo = "rgba(96, 125, 139, 0.1)", oo = "rgba(96, 125, 139, 0.035)", W = "rgba(25, 118, 210, 0)", z = "rgba(96, 125, 139, 0)", j = "rgba(25, 118, 210, 0)", U = "rgba(46, 125, 50, 0)", X = "rgba(96, 125, 139, 0)", K = "background-color 140ms ease-out, box-shadow 140ms ease-out", h = [
23
+ ], _ = "#CDD8E4", S = "1px", d = `var(--owp-tree-grid-table-border-radius, ${ke})`, y = "#757575", se = "2px", de = `var(--owp-tree-grid-error-cell-border-color, ${me})`, fe = `inset 0 0 0 ${se} ${de} !important`, T = "2px", he = "3px 2px 3px 3px", M = "1px", ie = Te(Ie, 0.42), P = "border-box !important", G = `var(--owp-tree-grid-added-row-box-color, ${ie})`, E = "#f5f5f5", ue = "#e0e0e0", W = `var(--owp-tree-grid-hover-row-border-color, ${ue})`, Le = `var(--owp-tree-grid-hover-cell-background-color, ${E})`, I = `var(${Be}, ${ue})`, L = `var(${le}, ${Oe})`, z = `var(${ce}, ${ge})`, He = 240, Ne = "OwpSoftChange", Ve = "OwpSoftRevert", ye = "OwpSoftRowSelect", Pe = "OwpSoftRowDeselect", We = "OwpSoftRowAdd", ze = "OwpSoftRowRemove", Ue = "OwpPickerMenuShowDown", je = "OwpPickerMenuShowUp", Xe = "OwpPickerMenuHideDown", Ke = "OwpPickerMenuHideUp", Ye = "rgba(25, 118, 210, 0.36)", Qe = "rgba(25, 118, 210, 0.20)", Ze = "rgba(25, 118, 210, 0.26)", qe = "rgba(25, 118, 210, 0.13)", Je = "rgba(96, 125, 139, 0.35)", eo = "rgba(96, 125, 139, 0.20)", oo = "rgba(96, 125, 139, 0.32)", ro = "rgba(96, 125, 139, 0.16)", to = "rgba(25, 118, 210, 0.14)", ao = "rgba(25, 118, 210, 0.08)", no = "rgba(25, 118, 210, 0.1)", lo = "rgba(25, 118, 210, 0.05)", co = "rgba(46, 125, 50, 0.24)", so = "rgba(46, 125, 50, 0.12)", io = "rgba(46, 125, 50, 0.16)", uo = "rgba(46, 125, 50, 0.07)", po = "rgba(96, 125, 139, 0.16)", So = "rgba(96, 125, 139, 0.06)", Ro = "rgba(96, 125, 139, 0.1)", _o = "rgba(96, 125, 139, 0.035)", U = "rgba(25, 118, 210, 0)", j = "rgba(96, 125, 139, 0)", X = "rgba(25, 118, 210, 0)", K = "rgba(46, 125, 50, 0)", Y = "rgba(96, 125, 139, 0)", Q = "background-color 140ms ease-out, box-shadow 140ms ease-out", B = [
24
24
  "DefaultsLeft",
25
25
  "DefaultsRight",
26
26
  "DefaultsTop",
@@ -29,295 +29,385 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
29
29
  "EnumRight",
30
30
  "EnumTop",
31
31
  "EnumBottom"
32
- ], f = [
32
+ ], A = [
33
33
  "CursorBorderLeft",
34
34
  "CursorBorderRight",
35
35
  "CursorBorderTop",
36
36
  "CursorBorderBottom"
37
- ], $ = /* @__PURE__ */ l((e) => `url("data:image/svg+xml,${encodeURIComponent(e)}")`, "createTreeGridSvgBackgroundImage"), ro = $(
37
+ ], Eo = [
38
+ "DialogButton",
39
+ "DragObject",
40
+ "Edit",
41
+ "EditInput",
42
+ "EditInline",
43
+ "EditMulti",
44
+ "EditNormalInput",
45
+ "EditParent",
46
+ "EditTextarea",
47
+ "EnumMenuHeader",
48
+ "EnumMenuMain",
49
+ "EnumMenuOuter",
50
+ "HintDataMain",
51
+ "HintFilterMain",
52
+ "HintHeaderMain",
53
+ "HintHeaderOuter",
54
+ "HintMain",
55
+ "HintOuter",
56
+ "HintSpaceEditMain",
57
+ "HintSpaceMain",
58
+ "HintSpaceOuter",
59
+ "HintSpaceSelectMain",
60
+ "HintSpaceSelectOuter",
61
+ "MenuEdit",
62
+ "MenuEditInput",
63
+ "MenuEditParent",
64
+ "MenuEditTextarea",
65
+ "MenuEnum",
66
+ "MenuEnumMain",
67
+ "MenuEnumParent",
68
+ "MenuHeader",
69
+ "MenuMain",
70
+ "MenuOuter",
71
+ "Message",
72
+ "MessageButton",
73
+ "PageMessage",
74
+ "PickHeader",
75
+ "PickMain",
76
+ "PickOuter",
77
+ "ProgressButton",
78
+ "ProgressCaption",
79
+ "ProgressMain",
80
+ "ProgressText",
81
+ "TipBody",
82
+ "TipMain",
83
+ "TipOuter"
84
+ ], C = /* @__PURE__ */ a((e) => `url("data:image/svg+xml,${encodeURIComponent(e)}")`, "createTreeGridSvgBackgroundImage"), Co = C(
38
85
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#CDD8E4" stroke-width="1.6"/></svg>'
39
- ), to = $(
86
+ ), $o = C(
40
87
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#CDD8E4" stroke-width="1.6"/><path d="M4.7 9 7.4 11.7 13.3 5.8" fill="none" stroke="#7A8899" stroke-width="2.3" stroke-linecap="round" stroke-linejoin="round"/></svg>'
41
- ), Y = $(
88
+ ), Z = C(
42
89
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#FFFFFF" stroke-width="1.6"/></svg>'
43
- ), Q = $(
90
+ ), q = C(
44
91
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#FFFFFF" stroke-width="1.6"/><path d="M4.7 9 7.4 11.7 13.3 5.8" fill="none" stroke="#FFFFFF" stroke-width="2.3" stroke-linecap="round" stroke-linejoin="round"/></svg>'
45
- ), lo = $(
92
+ ), bo = C(
46
93
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#FFFFFF" stroke-width="1.6"/><path d="M5.2 9h7.6" fill="none" stroke="#FFFFFF" stroke-width="2.3" stroke-linecap="round"/></svg>'
47
- ), Z = $(
94
+ ), J = C(
48
95
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M3 4h12l-4.8 5.4v4.1l-2.4 1.2V9.4z" fill="none" stroke="#000" stroke-width="1.7" stroke-linejoin="round"/></svg>'
49
- ), q = $(
96
+ ), ee = C(
50
97
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M3 4h12l-4.8 5.4v4.1l-2.4 1.2V9.4z" fill="#000" stroke="#000" stroke-width="1.7" stroke-linejoin="round"/></svg>'
51
- ), ao = "var(--owp-tree-grid-header-background-color, #586980)", no = "var(--owp-tree-grid-focused-cell-border-color, var(--owp-tree-grid-hover-cell-border-color, var(--owp-tree-grid-header-background-color, #586980)))", co = [
98
+ ), wo = "var(--owp-tree-grid-header-background-color, #586980)", Io = "var(--owp-tree-grid-focused-cell-border-color, var(--owp-tree-grid-hover-cell-border-color, var(--owp-tree-grid-header-background-color, #586980)))", Oo = [
52
99
  {
53
100
  cssVariableName: "--owp-tree-grid-body-background-color",
54
- getValue: /* @__PURE__ */ l((e) => {
101
+ getValue: /* @__PURE__ */ a((e) => {
55
102
  var o;
56
103
  return (o = e == null ? void 0 : e.body) == null ? void 0 : o.backgroundColor;
57
104
  }, "getValue")
58
105
  },
59
106
  {
60
107
  cssVariableName: "--owp-tree-grid-body-color",
61
- getValue: /* @__PURE__ */ l((e) => {
108
+ getValue: /* @__PURE__ */ a((e) => {
62
109
  var o;
63
110
  return (o = e == null ? void 0 : e.body) == null ? void 0 : o.color;
64
111
  }, "getValue")
65
112
  },
66
113
  {
67
114
  cssVariableName: "--owp-tree-grid-body-fill-background-color",
68
- getValue: /* @__PURE__ */ l((e) => {
115
+ getValue: /* @__PURE__ */ a((e) => {
69
116
  var o;
70
117
  return (o = e == null ? void 0 : e.body) == null ? void 0 : o.fillBackgroundColor;
71
118
  }, "getValue")
72
119
  },
73
120
  {
74
121
  cssVariableName: "--owp-tree-grid-row-background-color",
75
- getValue: /* @__PURE__ */ l((e) => {
122
+ getValue: /* @__PURE__ */ a((e) => {
76
123
  var o;
77
124
  return (o = e == null ? void 0 : e.row) == null ? void 0 : o.backgroundColor;
78
125
  }, "getValue")
79
126
  },
80
127
  {
81
128
  cssVariableName: "--owp-tree-grid-row-solid-background-color",
82
- getValue: /* @__PURE__ */ l((e) => {
129
+ getValue: /* @__PURE__ */ a((e) => {
83
130
  var o;
84
131
  return (o = e == null ? void 0 : e.row) == null ? void 0 : o.solidBackgroundColor;
85
132
  }, "getValue")
86
133
  },
87
134
  {
88
135
  cssVariableName: "--owp-tree-grid-hover-row-background-color",
89
- getValue: /* @__PURE__ */ l((e) => {
136
+ getValue: /* @__PURE__ */ a((e) => {
90
137
  var o, t;
91
138
  return ((o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverBackgroundColor) ?? ((t = e == null ? void 0 : e.state) == null ? void 0 : t.hoverRowBackgroundColor);
92
139
  }, "getValue")
93
140
  },
94
141
  {
95
142
  cssVariableName: "--owp-tree-grid-hover-row-border-color",
96
- getValue: /* @__PURE__ */ l((e) => {
143
+ getValue: /* @__PURE__ */ a((e) => {
97
144
  var o, t;
98
145
  return ((o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverBorderColor) ?? ((t = e == null ? void 0 : e.state) == null ? void 0 : t.hoverRowBorderColor);
99
146
  }, "getValue")
100
147
  },
101
148
  {
102
149
  cssVariableName: "--owp-tree-grid-selected-row-background-color",
103
- getValue: /* @__PURE__ */ l((e) => {
150
+ getValue: /* @__PURE__ */ a((e) => {
104
151
  var o;
105
152
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.selectedRowBackgroundColor;
106
153
  }, "getValue")
107
154
  },
108
155
  {
109
156
  cssVariableName: "--owp-tree-grid-selected-cell-background-color",
110
- getValue: /* @__PURE__ */ l((e) => {
157
+ getValue: /* @__PURE__ */ a((e) => {
111
158
  var o;
112
159
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.selectedCellBackgroundColor;
113
160
  }, "getValue")
114
161
  },
115
162
  {
116
163
  cssVariableName: "--owp-tree-grid-focused-row-background-color",
117
- getValue: /* @__PURE__ */ l((e) => {
164
+ getValue: /* @__PURE__ */ a((e) => {
118
165
  var o;
119
166
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedRowBackgroundColor;
120
167
  }, "getValue")
121
168
  },
122
169
  {
123
170
  cssVariableName: "--owp-tree-grid-focused-row-border-color",
124
- getValue: /* @__PURE__ */ l((e) => {
171
+ getValue: /* @__PURE__ */ a((e) => {
125
172
  var o;
126
173
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedRowBorderColor;
127
174
  }, "getValue")
128
175
  },
129
176
  {
130
177
  cssVariableName: "--owp-tree-grid-hover-cell-background-color",
131
- getValue: /* @__PURE__ */ l((e) => {
178
+ getValue: /* @__PURE__ */ a((e) => {
132
179
  var o, t;
133
180
  return ((o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverBackgroundColor) ?? ((t = e == null ? void 0 : e.state) == null ? void 0 : t.hoverCellBackgroundColor);
134
181
  }, "getValue")
135
182
  },
136
183
  {
137
184
  cssVariableName: "--owp-tree-grid-hover-cell-border-color",
138
- getValue: /* @__PURE__ */ l((e) => {
185
+ getValue: /* @__PURE__ */ a((e) => {
139
186
  var o, t;
140
187
  return ((o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverBorderColor) ?? ((t = e == null ? void 0 : e.state) == null ? void 0 : t.hoverCellBorderColor);
141
188
  }, "getValue")
142
189
  },
143
190
  {
144
191
  cssVariableName: "--owp-tree-grid-focused-cell-background-color",
145
- getValue: /* @__PURE__ */ l((e) => {
192
+ getValue: /* @__PURE__ */ a((e) => {
146
193
  var o;
147
194
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellBackgroundColor;
148
195
  }, "getValue")
149
196
  },
150
197
  {
151
198
  cssVariableName: "--owp-tree-grid-focused-cell-border-color",
152
- getValue: /* @__PURE__ */ l((e) => {
199
+ getValue: /* @__PURE__ */ a((e) => {
153
200
  var o;
154
201
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellBorderColor;
155
202
  }, "getValue")
156
203
  },
157
204
  {
158
- cssVariableName: "--owp-tree-grid-editing-cell-border-color",
159
- getValue: /* @__PURE__ */ l((e) => {
205
+ cssVariableName: le,
206
+ getValue: /* @__PURE__ */ a((e) => {
160
207
  var o;
161
208
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.editingCellBorderColor;
162
209
  }, "getValue")
163
210
  },
211
+ {
212
+ cssVariableName: ce,
213
+ getValue: /* @__PURE__ */ a((e) => {
214
+ var o;
215
+ return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hintBackgroundColor;
216
+ }, "getValue")
217
+ },
164
218
  {
165
219
  cssVariableName: "--owp-tree-grid-error-cell-border-color",
166
- getValue: /* @__PURE__ */ l((e) => {
220
+ getValue: /* @__PURE__ */ a((e) => {
167
221
  var o;
168
222
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.errorCellBorderColor;
169
223
  }, "getValue")
170
224
  },
171
225
  {
172
226
  cssVariableName: "--owp-tree-grid-focused-cell-rect-background-color",
173
- getValue: /* @__PURE__ */ l((e) => {
227
+ getValue: /* @__PURE__ */ a((e) => {
174
228
  var o;
175
229
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellRectBackgroundColor;
176
230
  }, "getValue")
177
231
  },
178
232
  {
179
233
  cssVariableName: "--owp-tree-grid-changed-row-background-color",
180
- getValue: /* @__PURE__ */ l((e) => {
234
+ getValue: /* @__PURE__ */ a((e) => {
181
235
  var o;
182
236
  return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.rowBackgroundColor;
183
237
  }, "getValue")
184
238
  },
185
239
  {
186
240
  cssVariableName: "--owp-tree-grid-changed-background-color",
187
- getValue: /* @__PURE__ */ l((e) => {
241
+ getValue: /* @__PURE__ */ a((e) => {
188
242
  var o;
189
243
  return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.backgroundColor;
190
244
  }, "getValue")
191
245
  },
192
246
  {
193
247
  cssVariableName: "--owp-tree-grid-changed-text-color",
194
- getValue: /* @__PURE__ */ l((e) => {
248
+ getValue: /* @__PURE__ */ a((e) => {
195
249
  var o;
196
250
  return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.color;
197
251
  }, "getValue")
198
252
  },
199
253
  {
200
254
  cssVariableName: "--owp-tree-grid-changed-font-weight",
201
- getValue: /* @__PURE__ */ l((e) => {
255
+ getValue: /* @__PURE__ */ a((e) => {
202
256
  var o;
203
257
  return ((o = e == null ? void 0 : e.changed) == null ? void 0 : o.fontWeight) === void 0 ? void 0 : String(e.changed.fontWeight);
204
258
  }, "getValue")
205
259
  }
206
- ], so = [
260
+ ], Do = [
207
261
  {
208
262
  cssVariableName: "--owp-tree-grid-header-background-color",
209
- getValue: /* @__PURE__ */ l((e) => e.header.backgroundColor, "getValue")
263
+ getValue: /* @__PURE__ */ a((e) => e.header.backgroundColor, "getValue")
210
264
  },
211
265
  {
212
266
  cssVariableName: "--owp-tree-grid-header-color",
213
- getValue: /* @__PURE__ */ l((e) => e.header.color, "getValue")
267
+ getValue: /* @__PURE__ */ a((e) => e.header.color, "getValue")
214
268
  },
215
269
  {
216
270
  cssVariableName: "--owp-tree-grid-header-font-size",
217
- getValue: /* @__PURE__ */ l((e) => F(e.header.fontSize), "getValue")
271
+ getValue: /* @__PURE__ */ a((e) => F(e.header.fontSize), "getValue")
218
272
  },
219
273
  {
220
274
  cssVariableName: "--owp-tree-grid-header-font-weight",
221
- getValue: /* @__PURE__ */ l((e) => String(e.header.fontWeight), "getValue")
275
+ getValue: /* @__PURE__ */ a((e) => String(e.header.fontWeight), "getValue")
222
276
  },
223
277
  {
224
278
  cssVariableName: "--owp-tree-grid-header-height",
225
- getValue: /* @__PURE__ */ l((e) => F(e.header.height), "getValue")
279
+ getValue: /* @__PURE__ */ a((e) => F(e.header.height), "getValue")
226
280
  },
227
281
  {
228
282
  cssVariableName: "--owp-tree-grid-cell-font-size",
229
- getValue: /* @__PURE__ */ l((e) => F(e.cell.fontSize), "getValue")
283
+ getValue: /* @__PURE__ */ a((e) => F(e.cell.fontSize), "getValue")
230
284
  }
231
- ], p = /* @__PURE__ */ l((e, o) => ({
285
+ ], u = /* @__PURE__ */ a((e, o) => ({
232
286
  backgroundColor: `var(${e}, ${o}) !important`
233
- }), "createTreeGridBackgroundColorStyle"), x = /* @__PURE__ */ l((e) => ({
287
+ }), "createTreeGridBackgroundColorStyle"), v = /* @__PURE__ */ a((e) => ({
234
288
  backgroundColor: `var(${e}) !important`
235
- }), "createTreeGridOptionalBackgroundColorStyle"), m = /* @__PURE__ */ l((e) => ({
289
+ }), "createTreeGridOptionalBackgroundColorStyle"), m = /* @__PURE__ */ a((e) => ({
236
290
  borderColor: `${e} !important`,
237
291
  borderTopColor: `${e} !important`,
238
292
  borderRightColor: `${e} !important`,
239
293
  borderBottomColor: `${e} !important`,
240
294
  borderLeftColor: `${e} !important`,
241
295
  outlineColor: `${e} !important`
242
- }), "createTreeGridBorderColorStyle"), io = /* @__PURE__ */ l((e) => ({
296
+ }), "createTreeGridBorderColorStyle"), go = /* @__PURE__ */ a((e) => ({
243
297
  ...m(e),
244
298
  borderStyle: "solid !important",
245
299
  borderWidth: "1px !important"
246
- }), "createTreeGridSolidBorderColorStyle"), po = /* @__PURE__ */ l(() => Object.fromEntries(
247
- n.flatMap((e) => [
300
+ }), "createTreeGridSolidBorderColorStyle"), oe = /* @__PURE__ */ a((e) => ({
301
+ "0%": {
302
+ animationTimingFunction: "cubic-bezier(0.4, 0, 0.2, 1)",
303
+ opacity: 0,
304
+ transform: "scale(0.75, 0.5625)",
305
+ transformOrigin: e
306
+ },
307
+ "67%": {
308
+ animationTimingFunction: "linear",
309
+ opacity: 0.9,
310
+ transform: "scale(1, 1)",
311
+ transformOrigin: e
312
+ },
313
+ "100%": {
314
+ opacity: 1,
315
+ transform: "scale(1, 1)",
316
+ transformOrigin: e
317
+ }
318
+ }), "createTreeGridPickerMenuShowKeyframes"), re = /* @__PURE__ */ a((e) => ({
319
+ "0%": {
320
+ animationTimingFunction: "linear",
321
+ opacity: 1,
322
+ transform: "scale(1, 1)",
323
+ transformOrigin: e
324
+ },
325
+ "33%": {
326
+ animationTimingFunction: "cubic-bezier(0.4, 0, 0.2, 1)",
327
+ opacity: 0.75,
328
+ transform: "scale(1, 1)",
329
+ transformOrigin: e
330
+ },
331
+ "100%": {
332
+ opacity: 0,
333
+ transform: "scale(0.75, 0.5625)",
334
+ transformOrigin: e
335
+ }
336
+ }), "createTreeGridPickerMenuHideKeyframes"), mo = /* @__PURE__ */ a(() => Object.fromEntries(
337
+ l.flatMap((e) => [
248
338
  [
249
- `@keyframes ${e}${xe}`,
339
+ `@keyframes ${e}${Ne}`,
250
340
  {
251
341
  "0%": {
252
- boxShadow: `inset 0 0 0 1px ${Le}, inset 0 0 0 9999px ${Me}`
342
+ boxShadow: `inset 0 0 0 1px ${Ye}, inset 0 0 0 9999px ${Qe}`
253
343
  },
254
344
  "40%": {
255
- boxShadow: `inset 0 0 0 1px ${He}, inset 0 0 0 9999px ${Ne}`
345
+ boxShadow: `inset 0 0 0 1px ${Ze}, inset 0 0 0 9999px ${qe}`
256
346
  },
257
347
  "100%": {
258
- boxShadow: `inset 0 0 0 1px ${W}, inset 0 0 0 9999px ${W}`
348
+ boxShadow: `inset 0 0 0 1px ${U}, inset 0 0 0 9999px ${U}`
259
349
  }
260
350
  }
261
351
  ],
262
352
  [
263
- `@keyframes ${e}${Fe}`,
353
+ `@keyframes ${e}${Ve}`,
264
354
  {
265
355
  "0%": {
266
- boxShadow: `inset 0 0 0 1px ${Ve}, inset 0 0 0 9999px ${ye}`
356
+ boxShadow: `inset 0 0 0 1px ${Je}, inset 0 0 0 9999px ${eo}`
267
357
  },
268
358
  "35%": {
269
- boxShadow: `inset 0 0 0 1px ${Pe}, inset 0 0 0 9999px ${We}`
359
+ boxShadow: `inset 0 0 0 1px ${oo}, inset 0 0 0 9999px ${ro}`
270
360
  },
271
361
  "100%": {
272
- boxShadow: `inset 0 0 0 1px ${z}, inset 0 0 0 9999px ${z}`
362
+ boxShadow: `inset 0 0 0 1px ${j}, inset 0 0 0 9999px ${j}`
273
363
  }
274
364
  }
275
365
  ],
276
366
  [
277
- `@keyframes ${e}${fe}`,
367
+ `@keyframes ${e}${ye}`,
278
368
  {
279
369
  "0%": {
280
- boxShadow: `inset 0 0 0 9999px ${j}`
370
+ boxShadow: `inset 0 0 0 9999px ${X}`
281
371
  },
282
372
  "45%": {
283
- boxShadow: `inset 0 0 0 9999px ${ze}`
373
+ boxShadow: `inset 0 0 0 9999px ${to}`
284
374
  },
285
375
  "100%": {
286
- boxShadow: `inset 0 0 0 9999px ${je}`
376
+ boxShadow: `inset 0 0 0 9999px ${ao}`
287
377
  }
288
378
  }
289
379
  ],
290
380
  [
291
- `@keyframes ${e}${Be}`,
381
+ `@keyframes ${e}${Pe}`,
292
382
  {
293
383
  "0%": {
294
- boxShadow: `inset 0 0 0 9999px ${Ue}`
384
+ boxShadow: `inset 0 0 0 9999px ${no}`
295
385
  },
296
386
  "55%": {
297
- boxShadow: `inset 0 0 0 9999px ${Xe}`
387
+ boxShadow: `inset 0 0 0 9999px ${lo}`
298
388
  },
299
389
  "100%": {
300
- boxShadow: `inset 0 0 0 9999px ${j}`
390
+ boxShadow: `inset 0 0 0 9999px ${X}`
301
391
  }
302
392
  }
303
393
  ],
304
394
  [
305
- `@keyframes ${e}${he}`,
395
+ `@keyframes ${e}${We}`,
306
396
  {
307
397
  "0%": {
308
- boxShadow: `inset 0 0 0 1px ${Ke}, inset 0 0 0 9999px ${Ye}`,
398
+ boxShadow: `inset 0 0 0 1px ${co}, inset 0 0 0 9999px ${so}`,
309
399
  opacity: 0.72,
310
400
  transform: "scaleY(0.985)",
311
401
  transformOrigin: "center center"
312
402
  },
313
403
  "45%": {
314
- boxShadow: `inset 0 0 0 1px ${Qe}, inset 0 0 0 9999px ${Ze}`,
404
+ boxShadow: `inset 0 0 0 1px ${io}, inset 0 0 0 9999px ${uo}`,
315
405
  opacity: 1,
316
406
  transform: "scaleY(1)",
317
407
  transformOrigin: "center center"
318
408
  },
319
409
  "100%": {
320
- boxShadow: `inset 0 0 0 1px ${U}, inset 0 0 0 9999px ${U}`,
410
+ boxShadow: `inset 0 0 0 1px ${K}, inset 0 0 0 9999px ${K}`,
321
411
  opacity: 1,
322
412
  transform: "scaleY(1)",
323
413
  transformOrigin: "center center"
@@ -325,85 +415,108 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
325
415
  }
326
416
  ],
327
417
  [
328
- `@keyframes ${e}${Ae}`,
418
+ `@keyframes ${e}${ze}`,
329
419
  {
330
420
  "0%": {
331
- boxShadow: `inset 0 0 0 1px ${qe}, inset 0 0 0 9999px ${Je}`,
421
+ boxShadow: `inset 0 0 0 1px ${po}, inset 0 0 0 9999px ${So}`,
332
422
  opacity: 1
333
423
  },
334
424
  "45%": {
335
- boxShadow: `inset 0 0 0 1px ${eo}, inset 0 0 0 9999px ${oo}`,
425
+ boxShadow: `inset 0 0 0 1px ${Ro}, inset 0 0 0 9999px ${_o}`,
336
426
  opacity: 0.92
337
427
  },
338
428
  "100%": {
339
- boxShadow: `inset 0 0 0 1px ${X}, inset 0 0 0 9999px ${X}`,
429
+ boxShadow: `inset 0 0 0 1px ${Y}, inset 0 0 0 9999px ${Y}`,
340
430
  opacity: 0.78
341
431
  }
342
432
  }
433
+ ],
434
+ [
435
+ `@keyframes ${e}${Ue}`,
436
+ oe("top center")
437
+ ],
438
+ [
439
+ `@keyframes ${e}${je}`,
440
+ oe("bottom center")
441
+ ],
442
+ [
443
+ `@keyframes ${e}${Xe}`,
444
+ re("top center")
445
+ ],
446
+ [
447
+ `@keyframes ${e}${Ke}`,
448
+ re("bottom center")
343
449
  ]
344
450
  ])
345
- ), "createTreeGridSoftAnimationKeyframeStyles"), a = /* @__PURE__ */ l(({
451
+ ), "createTreeGridSoftAnimationKeyframeStyles"), n = /* @__PURE__ */ a(({
346
452
  wrapperSelector: e = `.${r}`,
347
453
  rowSuffix: o,
348
454
  suffixes: t,
349
455
  descendant: c = "",
350
456
  withChildren: s = !1
351
- }) => n.flatMap((u) => t.flatMap((R) => {
352
- const I = o ? ` .${u}${o}` : "", g = `${e}${I} .${u}${R}${c}`;
353
- return s ? [g, `${g} *`] : [g];
354
- })).join(", "), "createTreeGridSelectors"), b = /* @__PURE__ */ l(({
457
+ }) => l.flatMap((p) => t.flatMap((R) => {
458
+ const g = o ? ` .${p}${o}` : "", w = `${e}${g} .${p}${R}${c}`;
459
+ return s ? [w, `${w} *`] : [w];
460
+ })).join(", "), "createTreeGridSelectors"), $ = /* @__PURE__ */ a(({
355
461
  wrapperSelector: e = `.${r}`,
356
462
  ancestorSuffixes: o,
357
463
  suffixes: t,
358
464
  descendant: c = ""
359
- }) => n.flatMap((s) => o.flatMap((u) => t.map((R) => `${e} .${s}${u} .${s}${R}${c}`))).join(", "), "createTreeGridNestedSelectors"), ne = /* @__PURE__ */ l(({
465
+ }) => l.flatMap((s) => o.flatMap((p) => t.map((R) => `${e} .${s}${p} .${s}${R}${c}`))).join(", "), "createTreeGridNestedSelectors"), pe = /* @__PURE__ */ a(({
360
466
  wrapperSelector: e = `.${r}`,
361
467
  baseSuffixes: o,
362
468
  suffixes: t,
363
469
  descendant: c = ""
364
- }) => n.flatMap((s) => o.flatMap((u) => t.map((R) => `${e} .${s}${u}.${s}${R}${c}`))).join(", "), "createTreeGridCompoundSelectors"), O = `.${r}.${we}`, uo = `${O}.${ge}`, So = `${O}.${Oe}`, Ro = `${O}.${De}`, Co = a({
470
+ }) => l.flatMap((s) => o.flatMap((p) => t.map((R) => `${e} .${s}${p}.${s}${R}${c}`))).join(", "), "createTreeGridCompoundSelectors"), O = `.${r}.${Me}`, ko = `${O}.${Ge}`, To = `${O}.${ve}`, Mo = `${O}.${Fe}`, Go = n({
365
471
  wrapperSelector: O,
366
472
  suffixes: ["PanelSelect"]
367
- }), _o = a({
473
+ }), vo = n({
368
474
  wrapperSelector: O,
369
475
  suffixes: ["PanelSelectOn"]
370
- }), Eo = b({
476
+ }), Fo = $({
371
477
  wrapperSelector: O,
372
478
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
373
479
  suffixes: ["PanelSelect"]
374
- }), $o = b({
480
+ }), Ao = $({
375
481
  wrapperSelector: O,
376
482
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
377
483
  suffixes: ["PanelSelectOn"]
378
- }), bo = b({
379
- wrapperSelector: uo,
484
+ }), xo = $({
485
+ wrapperSelector: ko,
380
486
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
381
487
  suffixes: ["PanelSelect", "PanelSelectOn"]
382
- }), wo = b({
383
- wrapperSelector: So,
488
+ }), Bo = $({
489
+ wrapperSelector: To,
384
490
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
385
491
  suffixes: ["PanelSelect", "PanelSelectOn"]
386
- }), go = b({
387
- wrapperSelector: Ro,
492
+ }), fo = $({
493
+ wrapperSelector: Mo,
388
494
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
389
495
  suffixes: ["PanelSelect", "PanelSelectOn"]
390
- }), Oo = a({
496
+ }), ho = n({
391
497
  suffixes: ["Filter0"]
392
- }), Do = a({
498
+ }), Lo = n({
393
499
  suffixes: ["Filter1"]
394
- }), Io = a({
500
+ }), Ho = n({
395
501
  suffixes: ["Main"],
396
502
  withChildren: !0
397
- }), mo = a({
503
+ }), No = l.flatMap((e) => [
504
+ `.${r} .${e}Main`,
505
+ `.${r} .${e}Main *`,
506
+ ...Eo.flatMap((o) => {
507
+ const t = `.${e}${o}`;
508
+ return [t, `${t} *`];
509
+ })
510
+ ]).join(", "), Vo = n({
398
511
  suffixes: ["Main"]
399
- }), ko = a({
512
+ }), yo = n({
400
513
  suffixes: ["ClassReadOnly"],
401
514
  withChildren: !0
402
- }), vo = a({
515
+ }), Po = n({
403
516
  suffixes: ["MainTable"]
404
- }), Go = a({
517
+ }), Wo = n({
405
518
  suffixes: ["NoDataRow"]
406
- }), H = `.${r}.${D}`, To = n.map((e) => `.${r}.${D} .${e}MainTable`).join(", "), xo = `${H}::before`, Fo = `${H}::after`, fo = `calc(${d} - ${S})`, Bo = `calc(var(--owp-tree-grid-header-height, 33px) - ${d} + ${S})`, ho = n.map((e) => `.${r}:not(.${D}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Ao = a({
519
+ }), V = `.${r}.${D}`, zo = l.map((e) => `.${r}.${D} .${e}MainTable`).join(", "), Uo = `${V}::before`, jo = `${V}::after`, Xo = `calc(${d} - ${S})`, Ko = `calc(var(--owp-tree-grid-header-height, 33px) - ${d} + ${S})`, Yo = l.map((e) => `.${r}:not(.${D}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Qo = n({
407
520
  suffixes: [
408
521
  "VScroll",
409
522
  "VScrollTop",
@@ -436,7 +549,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
436
549
  "CustScroll4Right",
437
550
  "CustScroll4RightHidden"
438
551
  ]
439
- }), Lo = n.flatMap(
552
+ }), Zo = l.flatMap(
440
553
  (e) => [
441
554
  `.${r} .${e}CustScroll1Up > div`,
442
555
  `.${r} .${e}CustScroll1Up > div > div`,
@@ -447,22 +560,22 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
447
560
  `.${r} .${e}CustScroll2UpHover > div`,
448
561
  `.${r} .${e}CustScroll2UpHover > div > div`
449
562
  ]
450
- ).join(", "), Mo = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Ho = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), No = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), Vo = a({
563
+ ).join(", "), qo = l.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Jo = l.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), er = l.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), or = n({
451
564
  suffixes: ["FillRow"]
452
- }), yo = a({
565
+ }), rr = n({
453
566
  suffixes: ["SolidRow"]
454
- }), Po = n.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), ce = a({
567
+ }), tr = l.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), Se = n({
455
568
  suffixes: ["ColorDefault"]
456
- }), se = a({
569
+ }), Re = n({
457
570
  suffixes: ["ColorDefaultRow"]
458
- }), Wo = [
459
- ce,
460
- se
461
- ].join(", "), zo = a({
571
+ }), ar = [
572
+ Se,
573
+ Re
574
+ ].join(", "), nr = n({
462
575
  rowSuffix: "HeaderRow",
463
576
  suffixes: ["CellHeader", "CellIndex", "GanttHeaderBase", "LevelButton"],
464
577
  withChildren: !0
465
- }), jo = a({
578
+ }), lr = n({
466
579
  rowSuffix: "HeaderRow",
467
580
  suffixes: [
468
581
  "CellHeader",
@@ -475,62 +588,62 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
475
588
  "HeaderFocus",
476
589
  "HeaderDrag"
477
590
  ]
478
- }), Uo = a({
591
+ }), cr = n({
479
592
  suffixes: ["ColorHovered"]
480
- }), Xo = a({
593
+ }), sr = n({
481
594
  suffixes: ["ColorHoveredRow"]
482
- }), Ko = a({
595
+ }), dr = n({
483
596
  suffixes: ["HoverRowBorder", "HoverRowBorderDynamic"]
484
- }), Yo = [
485
- ne({
597
+ }), ir = [
598
+ pe({
486
599
  baseSuffixes: ["HoverRowBorder", "HoverRowBorderDynamic"],
487
- suffixes: f
600
+ suffixes: A
488
601
  }),
489
- b({
602
+ $({
490
603
  ancestorSuffixes: ["HoverRowBorder", "HoverRowBorderDynamic"],
491
- suffixes: f
604
+ suffixes: A
492
605
  })
493
- ].join(", "), de = a({
606
+ ].join(", "), _e = n({
494
607
  suffixes: ["ColorSelected", "ColorSelectedCell"]
495
- }), ie = a({
608
+ }), Ee = n({
496
609
  suffixes: ["ColorSelected", "ColorSelectedCell"],
497
610
  descendant: " *"
498
- }), pe = a({
611
+ }), Ce = n({
499
612
  suffixes: ["ColorSelectedRow"]
500
- }), Qo = [
501
- de,
502
- ie,
503
- pe
504
- ].join(", "), Zo = a({
613
+ }), ur = [
614
+ _e,
615
+ Ee,
616
+ Ce
617
+ ].join(", "), pr = n({
505
618
  suffixes: ["ColorFocused"]
506
- }), qo = a({
619
+ }), Sr = n({
507
620
  suffixes: ["FocusPanelBackground", "FocusRowBackground"]
508
- }), Jo = a({
621
+ }), Rr = n({
509
622
  suffixes: ["ColorFocusedRow"]
510
- }), er = a({
623
+ }), _r = n({
511
624
  suffixes: ["FocusRowBorder", "FocusRowBorderDynamic"]
512
- }), or = a({
625
+ }), Er = n({
513
626
  suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
514
- }), rr = a({
627
+ }), Cr = n({
515
628
  suffixes: ["HoverCellBorder", "HoverCellBorderDynamic"]
516
- }), tr = [
517
- ne({
629
+ }), $r = [
630
+ pe({
518
631
  baseSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
519
- suffixes: f
632
+ suffixes: A
520
633
  }),
521
- b({
634
+ $({
522
635
  ancestorSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
523
- suffixes: f
636
+ suffixes: A
524
637
  })
525
- ].join(", "), lr = a({
638
+ ].join(", "), br = n({
526
639
  suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
527
- }), ar = a({
640
+ }), wr = n({
528
641
  suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
529
642
  descendant: " *"
530
- }), nr = b({
643
+ }), Ir = $({
531
644
  ancestorSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
532
645
  suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
533
- }), cr = a({
646
+ }), Or = n({
534
647
  suffixes: [
535
648
  "ColorHoveredCellSpace",
536
649
  "ColorHoveredCellSpaceEdit",
@@ -544,18 +657,18 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
544
657
  "ColorHoveredCellTab",
545
658
  "ColorHoveredCellTab1"
546
659
  ]
547
- }), sr = a({
660
+ }), Dr = n({
548
661
  suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
549
- }), dr = a({
662
+ }), gr = n({
550
663
  suffixes: ["ColorFocusedCellRect"]
551
- }), ir = a({
664
+ }), mr = n({
552
665
  suffixes: ["FocusCellBorder"]
553
- }), pr = a({
666
+ }), kr = n({
554
667
  suffixes: ["FocusCellCorner"]
555
- }), ur = a({
668
+ }), Tr = n({
556
669
  suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
557
670
  descendant: " > div"
558
- }), Sr = `.${r} .${oe}`, ue = `.${r} .${B}`, Se = `.${r} .${oe}.${B}`, Rr = `${Se}::after`, Cr = `${ue}::before`, _r = `.${r} .${B}.${Ie}::before`, Er = `.${r} .${B}.${me}::before`, $r = a({
671
+ }), Mr = `.${r} .${ne}`, $e = `.${r} .${x}`, be = `.${r} .${ne}.${x}`, Gr = `${be}::after`, vr = `${$e}::before`, Fr = `.${r} .${x}.${Ae}::before`, Ar = `.${r} .${x}.${xe}::before`, xr = n({
559
672
  suffixes: [
560
673
  "ColorFocusedCellSafari",
561
674
  "ColorFocusedCellSpace",
@@ -564,33 +677,33 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
564
677
  "ColorFocusedCellSpaceBool",
565
678
  "ColorFocusedCellButton"
566
679
  ]
567
- }), br = a({
680
+ }), Br = n({
568
681
  suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
569
682
  descendant: " > div"
570
- }), wr = a({
683
+ }), fr = n({
571
684
  suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
572
685
  descendant: " u"
573
- }), gr = a({
686
+ }), hr = n({
574
687
  suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
575
- }), Or = n.flatMap((e) => [
688
+ }), Lr = l.flatMap((e) => [
576
689
  `.${e}HintMain:not(.${e}HintHeaderMain):not(.${e}HintFilterMain)`,
577
690
  `.${e}HintDataMain`,
578
691
  `.${e}HintSpaceSelectOuter`
579
- ]).join(", "), Dr = n.flatMap((e) => {
692
+ ]).join(", "), Hr = l.flatMap((e) => {
580
693
  const o = `.${e}HintOuter`;
581
694
  return [o, `${o} *`];
582
- }).join(", "), Ir = a({
695
+ }).join(", "), Nr = n({
583
696
  suffixes: ["ColorChanged"]
584
- }), mr = a({
697
+ }), Vr = n({
585
698
  suffixes: ["ColorChangedCell"]
586
- }), kr = n.flatMap((e) => {
699
+ }), yr = l.flatMap((e) => {
587
700
  const o = `${e}ClassFocusedCell`, t = `.${r} .${i}:not(.${o})`;
588
701
  return [
589
702
  t,
590
703
  `${t} *:not(.${o})`
591
704
  ];
592
- }).join(", "), vr = n.flatMap((e) => {
593
- const o = `.${r} .${i}`, t = `.${r} .${i}.${ee}`;
705
+ }).join(", "), Pr = l.flatMap((e) => {
706
+ const o = `.${r} .${i}`, t = `.${r} .${i}.${ae}`;
594
707
  return [
595
708
  `${e}ColorSelected`,
596
709
  `${e}ColorSelectedCell`,
@@ -606,7 +719,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
606
719
  `.${r} .${s} ${o}`,
607
720
  `.${r} .${s} ${o} *`
608
721
  ]);
609
- }).join(", "), Gr = n.flatMap((e) => {
722
+ }).join(", "), Wr = l.flatMap((e) => {
610
723
  const o = `.${r} .${i}`;
611
724
  return [
612
725
  `${e}ClassFocusedCell`,
@@ -618,7 +731,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
618
731
  `.${r} .${c} ${o}`,
619
732
  `.${r} .${c} ${o} *`
620
733
  ]);
621
- }).join(", "), Tr = n.flatMap((e) => {
734
+ }).join(", "), zr = l.flatMap((e) => {
622
735
  const o = `.${r} .${i}`, t = `${e}HiddenValue`;
623
736
  return [
624
737
  `${o}.${t}`,
@@ -626,11 +739,11 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
626
739
  `.${r} .${t} ${o}`,
627
740
  `.${r} .${t} ${o} *`
628
741
  ];
629
- }).join(", "), xr = `var(--owp-tree-grid-changed-font-weight, ${_e}) !important`, Fr = a({
742
+ }).join(", "), Ur = `var(--owp-tree-grid-changed-font-weight, ${De}) !important`, jr = n({
630
743
  suffixes: ["EditCellBorder"]
631
- }), fr = a({
744
+ }), Xr = n({
632
745
  suffixes: ["EditCellCorner"]
633
- }), Br = [
746
+ }), Kr = [
634
747
  `.${r} .TSMain .TSDateLeft`,
635
748
  `.${r} .TSMain .TSDatesLeft`,
636
749
  `.${r} .TSMain .TSDateRight`,
@@ -639,7 +752,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
639
752
  `.${r} .TSMain .TSDatesTop`,
640
753
  `.${r} .TSMain .TSDateBottom`,
641
754
  `.${r} .TSMain .TSDatesBottom`
642
- ].join(", "), hr = [
755
+ ].join(", "), Yr = [
643
756
  `.${r} .TSMain .${i}.TSDateLeft`,
644
757
  `.${r} .TSMain .${i}.TSDatesLeft`,
645
758
  `.${r} .TSMain .${i}.TSDateRight`,
@@ -648,7 +761,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
648
761
  `.${r} .TSMain .${i}.TSDatesTop`,
649
762
  `.${r} .TSMain .${i}.TSDateBottom`,
650
763
  `.${r} .TSMain .${i}.TSDatesBottom`
651
- ].join(", "), Ar = [
764
+ ].join(", "), Qr = [
652
765
  "DateLeft",
653
766
  "DatesLeft",
654
767
  "DateRight",
@@ -657,7 +770,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
657
770
  "DatesTop",
658
771
  "DateBottom",
659
772
  "DatesBottom"
660
- ].flatMap((e) => n.flatMap((o) => {
773
+ ].flatMap((e) => l.flatMap((o) => {
661
774
  const t = `.${r} .${i}.${o}${e}`;
662
775
  return [
663
776
  `${o}ClassFocusedCell`,
@@ -667,13 +780,13 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
667
780
  `${t}.${s}`,
668
781
  `.${r} .${s} ${t}`
669
782
  ]);
670
- })).join(", "), M = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%22-1%200%2018%2018%22%3E%0D%0A%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M15.427%2C14.857c0%2C0.625-0.517%2C1.143-1.142%2C1.143H1.715c-0.625%2C0-1.142-0.518-1.142-1.143V3.429%0D%0A%09c0-0.625%2C0.517-1.142%2C1.142-1.142H2.86V1.429C2.86%2C0.642%2C3.502%2C0%2C4.289%2C0H4.86c0.783%2C0%2C1.429%2C0.642%2C1.429%2C1.429v0.858h3.43V1.429%0D%0A%09C9.719%2C0.642%2C10.359%2C0%2C11.145%2C0h0.574c0.783%2C0%2C1.426%2C0.642%2C1.426%2C1.429v0.858h1.142c0.625%2C0%2C1.142%2C0.517%2C1.142%2C1.142L15.427%2C14.857%0D%0A%09L15.427%2C14.857z%20M4.289%2C8.287V5.713H1.715v2.574H4.289z%20M4.289%2C11.717V8.857H1.715v2.858L4.289%2C11.717L4.289%2C11.717z%20M4.289%2C14.857%0D%0A%09v-2.574H1.715v2.574H4.289z%20M5.144%2C1.429c0-0.154-0.134-0.288-0.283-0.288H4.289c-0.154%2C0-0.287%2C0.133-0.287%2C0.288V4%0D%0A%09c0%2C0.15%2C0.133%2C0.288%2C0.287%2C0.288H4.86C5.01%2C4.288%2C5.144%2C4.15%2C5.144%2C4V1.429z%20M7.715%2C8.287V5.713H4.86v2.574H7.715z%20M7.715%2C11.717%0D%0A%09V8.857H4.86v2.858L7.715%2C11.717L7.715%2C11.717z%20M7.715%2C14.857v-2.574H4.86v2.574H7.715z%20M11.145%2C8.287V5.713H8.289v2.574H11.145z%0D%0A%09M11.145%2C11.717V8.857H8.289v2.858L11.145%2C11.717L11.145%2C11.717z%20M11.145%2C14.857v-2.574H8.289v2.574H11.145z%20M12.002%2C1.429%0D%0A%09c0-0.154-0.139-0.288-0.283-0.288h-0.574c-0.154%2C0-0.283%2C0.133-0.283%2C0.288V4c0%2C0.15%2C0.129%2C0.288%2C0.283%2C0.288h0.574%0D%0A%09c0.146%2C0%2C0.283-0.138%2C0.283-0.288V1.429z%20M14.285%2C8.287V5.713h-2.566v2.574H14.285z%20M14.285%2C11.717V8.857h-2.566v2.858%0D%0A%09L14.285%2C11.717L14.285%2C11.717z%20M14.285%2C14.857v-2.574h-2.566v2.574H14.285z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")', Lr = M.replace(
783
+ })).join(", "), N = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%22-1%200%2018%2018%22%3E%0D%0A%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M15.427%2C14.857c0%2C0.625-0.517%2C1.143-1.142%2C1.143H1.715c-0.625%2C0-1.142-0.518-1.142-1.143V3.429%0D%0A%09c0-0.625%2C0.517-1.142%2C1.142-1.142H2.86V1.429C2.86%2C0.642%2C3.502%2C0%2C4.289%2C0H4.86c0.783%2C0%2C1.429%2C0.642%2C1.429%2C1.429v0.858h3.43V1.429%0D%0A%09C9.719%2C0.642%2C10.359%2C0%2C11.145%2C0h0.574c0.783%2C0%2C1.426%2C0.642%2C1.426%2C1.429v0.858h1.142c0.625%2C0%2C1.142%2C0.517%2C1.142%2C1.142L15.427%2C14.857%0D%0A%09L15.427%2C14.857z%20M4.289%2C8.287V5.713H1.715v2.574H4.289z%20M4.289%2C11.717V8.857H1.715v2.858L4.289%2C11.717L4.289%2C11.717z%20M4.289%2C14.857%0D%0A%09v-2.574H1.715v2.574H4.289z%20M5.144%2C1.429c0-0.154-0.134-0.288-0.283-0.288H4.289c-0.154%2C0-0.287%2C0.133-0.287%2C0.288V4%0D%0A%09c0%2C0.15%2C0.133%2C0.288%2C0.287%2C0.288H4.86C5.01%2C4.288%2C5.144%2C4.15%2C5.144%2C4V1.429z%20M7.715%2C8.287V5.713H4.86v2.574H7.715z%20M7.715%2C11.717%0D%0A%09V8.857H4.86v2.858L7.715%2C11.717L7.715%2C11.717z%20M7.715%2C14.857v-2.574H4.86v2.574H7.715z%20M11.145%2C8.287V5.713H8.289v2.574H11.145z%0D%0A%09M11.145%2C11.717V8.857H8.289v2.858L11.145%2C11.717L11.145%2C11.717z%20M11.145%2C14.857v-2.574H8.289v2.574H11.145z%20M12.002%2C1.429%0D%0A%09c0-0.154-0.139-0.288-0.283-0.288h-0.574c-0.154%2C0-0.283%2C0.133-0.283%2C0.288V4c0%2C0.15%2C0.129%2C0.288%2C0.283%2C0.288h0.574%0D%0A%09c0.146%2C0%2C0.283-0.138%2C0.283-0.288V1.429z%20M14.285%2C8.287V5.713h-2.566v2.574H14.285z%20M14.285%2C11.717V8.857h-2.566v2.858%0D%0A%09L14.285%2C11.717L14.285%2C11.717z%20M14.285%2C14.857v-2.574h-2.566v2.574H14.285z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")', Zr = N.replace(
671
784
  "%23757575",
672
785
  "white"
673
- ), J = $(
786
+ ), te = C(
674
787
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#000" d="M4.5 6.25h7L8 9.75z"/></svg>'
675
- ), w = /* @__PURE__ */ l((e, o) => n.flatMap((t) => e.flatMap((c) => o(t, c))).join(", "), "createTreeGridEnumButtonIconSelector"), A = /* @__PURE__ */ l((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), k = /* @__PURE__ */ l((e, o) => `${A(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), Mr = /* @__PURE__ */ l((e, o) => {
676
- const t = A(e, o), c = `.${r} .${i}.${ee}.${e}${o}`, s = [
788
+ ), b = /* @__PURE__ */ a((e, o) => l.flatMap((t) => e.flatMap((c) => o(t, c))).join(", "), "createTreeGridEnumButtonIconSelector"), f = /* @__PURE__ */ a((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), k = /* @__PURE__ */ a((e, o) => `${f(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), qr = /* @__PURE__ */ a((e, o) => {
789
+ const t = f(e, o), c = `.${r} .${i}.${ae}.${e}${o}`, s = [
677
790
  `${e}ColorSelected`,
678
791
  `${e}ColorSelectedCell`,
679
792
  `${e}ColorSelectedRow`,
@@ -683,13 +796,13 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
683
796
  ];
684
797
  return [
685
798
  c,
686
- ...s.flatMap((u) => [
687
- `${t}.${u}`,
688
- `.${r} .${u} ${t}`
799
+ ...s.flatMap((p) => [
800
+ `${t}.${p}`,
801
+ `.${r} .${p} ${t}`
689
802
  ])
690
803
  ];
691
- }, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Hr = /* @__PURE__ */ l((e, o) => {
692
- const t = A(e, o);
804
+ }, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Jr = /* @__PURE__ */ a((e, o) => {
805
+ const t = f(e, o);
693
806
  return [
694
807
  `${e}ClassFocusedCell`,
695
808
  `${e}ColorFocusedCell`,
@@ -698,38 +811,38 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
698
811
  `${t}.${s}`,
699
812
  `.${r} .${s} ${t}`
700
813
  ]);
701
- }, "createTreeGridFocusedChangedEnumButtonCellSelectors"), Nr = w(
702
- h,
703
- (e, o) => [A(e, o)]
704
- ), Vr = w(
705
- h,
814
+ }, "createTreeGridFocusedChangedEnumButtonCellSelectors"), et = b(
815
+ B,
816
+ (e, o) => [f(e, o)]
817
+ ), ot = b(
818
+ B,
706
819
  (e, o) => [k(e, o)]
707
- ), yr = w(
708
- h,
709
- (e, o) => Mr(e, o).map(
820
+ ), rt = b(
821
+ B,
822
+ (e, o) => qr(e, o).map(
710
823
  (t) => `${t}::after`
711
824
  )
712
- ), Pr = w(
713
- h,
714
- (e, o) => Hr(e, o).map(
825
+ ), tt = b(
826
+ B,
827
+ (e, o) => Jr(e, o).map(
715
828
  (t) => `${t}::after`
716
829
  )
717
- ), Wr = w(
830
+ ), at = b(
718
831
  ["DefaultsLeft", "EnumLeft"],
719
832
  (e, o) => [k(e, o)]
720
- ), zr = w(
833
+ ), nt = b(
721
834
  ["DefaultsRight", "EnumRight"],
722
835
  (e, o) => [k(e, o)]
723
- ), jr = w(
836
+ ), lt = b(
724
837
  ["DefaultsTop", "EnumTop"],
725
838
  (e, o) => [k(e, o)]
726
- ), Ur = w(
839
+ ), ct = b(
727
840
  ["DefaultsBottom", "EnumBottom"],
728
841
  (e, o) => [k(e, o)]
729
- ), L = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202M12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.5%207H11v6l5.25%203.15.75-1.23-4.5-2.67z%22%2F%3E%3C%2Fsvg%3E")', Xr = `.${r} .OwpTreeGridTimePickerEditorIcon`, Kr = [
842
+ ), H = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202M12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.5%207H11v6l5.25%203.15.75-1.23-4.5-2.67z%22%2F%3E%3C%2Fsvg%3E")', st = `.${r} .OwpTreeGridTimePickerEditorIcon`, dt = [
730
843
  `.${r} .${i} .OwpTreeGridTimePickerEditorIcon`,
731
844
  `.${r} .${i}.OwpTreeGridTimePickerEditorIcon`
732
- ].join(", "), Yr = n.flatMap((e) => {
845
+ ].join(", "), it = l.flatMap((e) => {
733
846
  const o = `.${r} .${i}`;
734
847
  return [
735
848
  `${e}ClassFocusedCell`,
@@ -741,117 +854,142 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
741
854
  `.${r} .${c} ${o} .OwpTreeGridTimePickerEditorIcon`,
742
855
  `.${r} .${c} ${o}.OwpTreeGridTimePickerEditorIcon`
743
856
  ]);
744
- }).join(", "), Qr = n.map(
857
+ }).join(", "), ut = l.map(
745
858
  (e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
746
- ).join(", "), Zr = n.map(
747
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
748
- ).join(", "), qr = n.map(
749
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
750
- ).join(", "), Jr = n.map(
751
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
752
- ).join(", "), et = n.map(
753
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
754
- ).join(", "), ot = n.map(
755
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
756
- ).join(", "), ct = {
757
- ...po(),
758
- [Io]: {
759
- fontFamily: `${N} !important`,
859
+ ).join(", "), pt = l.map(
860
+ (e) => `.${e}EnumMenuMain .${e}MenuBody`
861
+ ).join(", "), St = l.flatMap(
862
+ (e) => [
863
+ `.${e}EnumMenuMain::-webkit-scrollbar`,
864
+ `.${e}EnumMenuMain *::-webkit-scrollbar`
865
+ ]
866
+ ).join(", "), Rt = l.flatMap(
867
+ (e) => [
868
+ `.${e}EnumMenuMain::-webkit-scrollbar-thumb`,
869
+ `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
870
+ ]
871
+ ).join(", "), _t = l.flatMap(
872
+ (e) => [
873
+ `.${e}EnumMenuMain::-webkit-scrollbar-thumb:hover`,
874
+ `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
875
+ ]
876
+ ).join(", "), Et = l.flatMap(
877
+ (e) => [
878
+ `.${e}EnumMenuMain::-webkit-scrollbar-track`,
879
+ `.${e}EnumMenuMain *::-webkit-scrollbar-track`
880
+ ]
881
+ ).join(", "), Ct = l.flatMap(
882
+ (e) => [
883
+ `.${e}EnumMenuMain::-webkit-scrollbar-corner`,
884
+ `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
885
+ ]
886
+ ).join(", "), $t = l.flatMap(
887
+ (e) => [
888
+ `.${e}EnumMenuMain .${e}MenuFocus`,
889
+ `.${e}EnumMenuMain .${e}MenuFocus.${e}MenuHover`
890
+ ]
891
+ ).join(", "), gt = {
892
+ ...mo(),
893
+ [No]: {
894
+ fontFamily: `${h} !important`
895
+ },
896
+ [Ho]: {
897
+ fontFamily: `${h} !important`,
760
898
  fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
761
899
  fontWeight: "normal",
762
900
  lineHeight: "16px"
763
901
  },
764
- [mo]: {
902
+ [Vo]: {
765
903
  color: "var(--owp-tree-grid-body-color, #111112) !important"
766
904
  },
767
- [ko]: {
905
+ [yo]: {
768
906
  color: "var(--owp-tree-grid-body-color, #111112) !important"
769
907
  },
770
- [vo]: p(
908
+ [Po]: u(
771
909
  "--owp-tree-grid-body-background-color",
772
910
  "#FFFFFF"
773
911
  ),
774
- [Go]: {
775
- borderTopColor: `${C} !important`
912
+ [Wo]: {
913
+ borderTopColor: `${_} !important`
776
914
  },
777
- [Co]: {
778
- backgroundImage: `${ro} !important`,
915
+ [Go]: {
916
+ backgroundImage: `${Co} !important`,
779
917
  backgroundPosition: "center center !important",
780
918
  backgroundRepeat: "no-repeat !important",
781
919
  backgroundSize: "17px 17px !important"
782
920
  },
783
- [_o]: {
784
- backgroundImage: `${to} !important`,
921
+ [vo]: {
922
+ backgroundImage: `${$o} !important`,
785
923
  backgroundPosition: "center center !important",
786
924
  backgroundRepeat: "no-repeat !important",
787
925
  backgroundSize: "17px 17px !important"
788
926
  },
789
- [Eo]: {
790
- backgroundImage: `${Y} !important`,
927
+ [Fo]: {
928
+ backgroundImage: `${Z} !important`,
791
929
  backgroundPosition: "center center !important",
792
930
  backgroundRepeat: "no-repeat !important",
793
931
  backgroundSize: "17px 17px !important"
794
932
  },
795
- [$o]: {
796
- backgroundImage: `${Q} !important`,
933
+ [Ao]: {
934
+ backgroundImage: `${q} !important`,
797
935
  backgroundPosition: "center center !important",
798
936
  backgroundRepeat: "no-repeat !important",
799
937
  backgroundSize: "17px 17px !important"
800
938
  },
801
- [bo]: {
802
- backgroundImage: `${Q} !important`
939
+ [xo]: {
940
+ backgroundImage: `${q} !important`
803
941
  },
804
- [wo]: {
805
- backgroundImage: `${lo} !important`
942
+ [Bo]: {
943
+ backgroundImage: `${bo} !important`
806
944
  },
807
- [go]: {
808
- backgroundImage: `${Y} !important`
945
+ [fo]: {
946
+ backgroundImage: `${Z} !important`
809
947
  },
810
- [Oo]: {
811
- WebkitMaskImage: `${Z} !important`,
948
+ [ho]: {
949
+ WebkitMaskImage: `${J} !important`,
812
950
  WebkitMaskPosition: "center center !important",
813
951
  WebkitMaskRepeat: "no-repeat !important",
814
952
  WebkitMaskSize: "17px 17px !important",
815
- backgroundColor: `${ao} !important`,
953
+ backgroundColor: `${wo} !important`,
816
954
  backgroundImage: "none !important",
817
955
  height: "17px !important",
818
- maskImage: `${Z} !important`,
956
+ maskImage: `${J} !important`,
819
957
  maskPosition: "center center !important",
820
958
  maskRepeat: "no-repeat !important",
821
959
  maskSize: "17px 17px !important",
822
960
  opacity: 0.72,
823
961
  width: "17px !important"
824
962
  },
825
- [Do]: {
826
- WebkitMaskImage: `${q} !important`,
963
+ [Lo]: {
964
+ WebkitMaskImage: `${ee} !important`,
827
965
  WebkitMaskPosition: "center center !important",
828
966
  WebkitMaskRepeat: "no-repeat !important",
829
967
  WebkitMaskSize: "17px 17px !important",
830
- backgroundColor: `${no} !important`,
968
+ backgroundColor: `${Io} !important`,
831
969
  backgroundImage: "none !important",
832
970
  height: "17px !important",
833
- maskImage: `${q} !important`,
971
+ maskImage: `${ee} !important`,
834
972
  maskPosition: "center center !important",
835
973
  maskRepeat: "no-repeat !important",
836
974
  maskSize: "17px 17px !important",
837
975
  opacity: 1,
838
976
  width: "17px !important"
839
977
  },
840
- [Br]: {
841
- backgroundImage: `${M} !important`
978
+ [Kr]: {
979
+ backgroundImage: `${N} !important`
842
980
  },
843
- [hr]: {
844
- backgroundImage: `${Lr} !important`
981
+ [Yr]: {
982
+ backgroundImage: `${Zr} !important`
845
983
  },
846
- [Ar]: {
847
- backgroundImage: `${M} !important`
984
+ [Qr]: {
985
+ backgroundImage: `${N} !important`
848
986
  },
849
- [Nr]: {
987
+ [et]: {
850
988
  backgroundImage: "none !important",
851
989
  position: "relative"
852
990
  },
853
- [Vr]: {
854
- WebkitMaskImage: `${J} !important`,
991
+ [ot]: {
992
+ WebkitMaskImage: `${te} !important`,
855
993
  WebkitMaskPosition: "center center !important",
856
994
  WebkitMaskRepeat: "no-repeat !important",
857
995
  WebkitMaskSize: "16px 16px !important",
@@ -860,7 +998,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
860
998
  content: '""',
861
999
  display: "block",
862
1000
  height: "16px",
863
- maskImage: `${J} !important`,
1001
+ maskImage: `${te} !important`,
864
1002
  maskPosition: "center center !important",
865
1003
  maskRepeat: "no-repeat !important",
866
1004
  maskSize: "16px 16px !important",
@@ -868,34 +1006,34 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
868
1006
  position: "absolute",
869
1007
  width: "16px"
870
1008
  },
871
- [yr]: {
1009
+ [rt]: {
872
1010
  backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
873
1011
  },
874
- [Pr]: {
875
- backgroundColor: `${V} !important`
1012
+ [tt]: {
1013
+ backgroundColor: `${y} !important`
876
1014
  },
877
- [Wr]: {
1015
+ [at]: {
878
1016
  left: "4px",
879
1017
  top: "50%",
880
1018
  transform: "translateY(-50%)"
881
1019
  },
882
- [zr]: {
1020
+ [nt]: {
883
1021
  right: "4px",
884
1022
  top: "50%",
885
1023
  transform: "translateY(-50%)"
886
1024
  },
887
- [jr]: {
1025
+ [lt]: {
888
1026
  left: "50%",
889
1027
  top: "0",
890
1028
  transform: "translateX(-50%)"
891
1029
  },
892
- [Ur]: {
1030
+ [ct]: {
893
1031
  bottom: "0",
894
1032
  left: "50%",
895
1033
  transform: "translateX(-50%)"
896
1034
  },
897
- [Xr]: {
898
- backgroundImage: L,
1035
+ [st]: {
1036
+ backgroundImage: H,
899
1037
  backgroundPosition: "center calc(50% - 1px)",
900
1038
  backgroundRepeat: "no-repeat",
901
1039
  backgroundSize: "16px 16px",
@@ -906,55 +1044,72 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
906
1044
  verticalAlign: "middle",
907
1045
  width: "16px"
908
1046
  },
909
- [Kr]: {
910
- WebkitMaskImage: L,
1047
+ [dt]: {
1048
+ WebkitMaskImage: H,
911
1049
  WebkitMaskPosition: "center calc(50% - 1px)",
912
1050
  WebkitMaskRepeat: "no-repeat",
913
1051
  WebkitMaskSize: "16px 16px",
914
1052
  backgroundColor: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
915
1053
  backgroundImage: "none !important",
916
- maskImage: L,
1054
+ maskImage: H,
917
1055
  maskPosition: "center calc(50% - 1px)",
918
1056
  maskRepeat: "no-repeat",
919
1057
  maskSize: "16px 16px"
920
1058
  },
921
- [Yr]: {
922
- backgroundColor: `${V} !important`
1059
+ [it]: {
1060
+ backgroundColor: `${y} !important`
923
1061
  },
924
- [Qr]: {
1062
+ [ut]: {
925
1063
  scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
926
1064
  scrollbarWidth: "thin"
927
1065
  },
928
- [Zr]: {
1066
+ [pt]: {
1067
+ boxSizing: "border-box",
1068
+ maxHeight: `${He}px !important`,
1069
+ overflowX: "hidden",
1070
+ overflowY: "auto"
1071
+ },
1072
+ [St]: {
929
1073
  height: "8px",
930
1074
  width: "8px"
931
1075
  },
932
- [qr]: {
1076
+ [Rt]: {
933
1077
  backgroundClip: "padding-box",
934
1078
  backgroundColor: "rgba(0, 0, 0, 0.32)",
935
1079
  border: "2px solid transparent",
936
1080
  borderRadius: "8px"
937
1081
  },
938
- [Jr]: {
1082
+ [_t]: {
939
1083
  backgroundColor: "rgba(0, 0, 0, 0.44)"
940
1084
  },
941
- [et]: {
1085
+ [Et]: {
942
1086
  backgroundColor: "transparent"
943
1087
  },
944
- [ot]: {
1088
+ [Ct]: {
945
1089
  backgroundColor: "transparent"
946
1090
  },
947
- [H]: {
1091
+ [$t]: {
1092
+ backgroundColor: "var(--owp-tree-grid-selected-row-background-color, #EEE) !important",
1093
+ backgroundImage: "none !important",
1094
+ borderColor: "transparent !important",
1095
+ borderRadius: "0 !important",
1096
+ boxShadow: "none !important",
1097
+ color: "var(--owp-tree-grid-body-color, #111112) !important",
1098
+ marginLeft: "0 !important",
1099
+ marginRight: "0 !important",
1100
+ outlineColor: "transparent !important"
1101
+ },
1102
+ [V]: {
948
1103
  position: "relative"
949
1104
  },
950
- [To]: {
1105
+ [zo]: {
951
1106
  borderBottom: "0 !important",
952
1107
  borderRadius: `${d} ${d} 0 0`,
953
1108
  clipPath: `inset(0 round ${d} ${d} 0 0)`,
954
1109
  overflow: "hidden"
955
1110
  },
956
- [xo]: {
957
- border: `${S} solid ${C}`,
1111
+ [Uo]: {
1112
+ border: `${S} solid ${_}`,
958
1113
  borderBottom: 0,
959
1114
  borderRadius: `${d} ${d} 0 0`,
960
1115
  boxSizing: "border-box",
@@ -968,36 +1123,36 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
968
1123
  top: 0,
969
1124
  zIndex: 2
970
1125
  },
971
- [Fo]: {
972
- borderLeft: `${S} solid ${C}`,
973
- borderRight: `${S} solid ${C}`,
1126
+ [jo]: {
1127
+ borderLeft: `${S} solid ${_}`,
1128
+ borderRight: `${S} solid ${_}`,
974
1129
  boxSizing: "border-box",
975
1130
  content: '""',
976
1131
  display: "block",
977
- height: Bo,
1132
+ height: Ko,
978
1133
  left: 0,
979
1134
  pointerEvents: "none",
980
1135
  position: "absolute",
981
1136
  right: 0,
982
- top: fo,
1137
+ top: Xo,
983
1138
  zIndex: 2
984
1139
  },
985
- [ho]: {
986
- borderTop: `${S} solid ${C} !important`
1140
+ [Yo]: {
1141
+ borderTop: `${S} solid ${_} !important`
987
1142
  },
988
- [Ao]: {
989
- boxShadow: `inset -${S} 0 0 ${C}`
1143
+ [Qo]: {
1144
+ boxShadow: `inset -${S} 0 0 ${_}`
990
1145
  },
991
- [Lo]: {
992
- boxShadow: `inset -${S} 0 0 ${C}`
1146
+ [Zo]: {
1147
+ boxShadow: `inset -${S} 0 0 ${_}`
993
1148
  },
994
- [Mo]: {
1149
+ [qo]: {
995
1150
  borderTopColor: "transparent !important",
996
1151
  overflow: "visible",
997
1152
  position: "relative"
998
1153
  },
999
- [Ho]: {
1000
- border: `${S} solid ${C}`,
1154
+ [Jo]: {
1155
+ border: `${S} solid ${_}`,
1001
1156
  borderBottomLeftRadius: d,
1002
1157
  borderBottomRightRadius: d,
1003
1158
  borderTop: 0,
@@ -1013,7 +1168,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
1013
1168
  transform: `translateY(calc(-100% - ${S}))`,
1014
1169
  zIndex: 2
1015
1170
  },
1016
- [No]: {
1171
+ [er]: {
1017
1172
  backgroundImage: `radial-gradient(circle at right top, transparent calc(${d} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${d}), radial-gradient(circle at left top, transparent calc(${d} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${d})`,
1018
1173
  backgroundPosition: "left top, right top",
1019
1174
  backgroundRepeat: "no-repeat",
@@ -1029,55 +1184,55 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
1029
1184
  transform: `translateY(calc(-100% - ${S}))`,
1030
1185
  zIndex: 1
1031
1186
  },
1032
- [Vo]: x(
1187
+ [or]: v(
1033
1188
  "--owp-tree-grid-body-fill-background-color"
1034
1189
  ),
1035
- [yo]: x(
1190
+ [rr]: v(
1036
1191
  "--owp-tree-grid-row-solid-background-color"
1037
1192
  ),
1038
- [Po]: x(
1193
+ [tr]: v(
1039
1194
  "--owp-tree-grid-toolbar-row-background-color"
1040
1195
  ),
1041
- [ce]: p(
1196
+ [Se]: u(
1042
1197
  "--owp-tree-grid-row-background-color",
1043
1198
  "#FFFFFF"
1044
1199
  ),
1045
- [se]: p(
1200
+ [Re]: u(
1046
1201
  "--owp-tree-grid-row-background-color",
1047
1202
  "#FFFFFE"
1048
1203
  ),
1049
- [Wo]: {
1050
- transition: K
1204
+ [ar]: {
1205
+ transition: Q
1051
1206
  },
1052
- [Sr]: {
1053
- boxShadow: ve,
1207
+ [Mr]: {
1208
+ boxShadow: fe,
1054
1209
  outline: "none",
1055
1210
  position: "relative",
1056
1211
  zIndex: 3
1057
1212
  },
1058
- [Se]: {
1213
+ [be]: {
1059
1214
  boxShadow: "none !important",
1060
1215
  outline: "none",
1061
1216
  position: "relative"
1062
1217
  },
1063
- [Rr]: {
1064
- border: `${re} solid ${te}`,
1218
+ [Gr]: {
1219
+ border: `${se} solid ${de}`,
1065
1220
  boxSizing: "border-box",
1066
1221
  content: '""',
1067
1222
  display: "block",
1068
- inset: Ge,
1223
+ inset: he,
1069
1224
  pointerEvents: "none",
1070
1225
  position: "absolute",
1071
1226
  zIndex: 4
1072
1227
  },
1073
- [ue]: {
1228
+ [$e]: {
1074
1229
  position: "relative"
1075
1230
  },
1076
- [Cr]: {
1231
+ [vr]: {
1077
1232
  backgroundColor: "transparent",
1078
- borderBottom: `${v} solid ${T}`,
1079
- borderTop: `${v} solid ${T}`,
1080
- bottom: G,
1233
+ borderBottom: `${T} solid ${G}`,
1234
+ borderTop: `${T} solid ${G}`,
1235
+ bottom: M,
1081
1236
  boxSizing: "border-box",
1082
1237
  content: '""',
1083
1238
  display: "none",
@@ -1088,215 +1243,220 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", we = "owp-tre
1088
1243
  pointerEvents: "none",
1089
1244
  position: "absolute",
1090
1245
  right: "-1px",
1091
- top: G,
1246
+ top: M,
1092
1247
  zIndex: 2
1093
1248
  },
1094
- [_r]: {
1249
+ [Fr]: {
1095
1250
  borderBottomLeftRadius: "2px",
1096
- borderLeft: `${v} solid ${T}`,
1251
+ borderLeft: `${T} solid ${G}`,
1097
1252
  borderTopLeftRadius: "2px",
1098
- left: G
1253
+ left: M
1099
1254
  },
1100
- [Er]: {
1255
+ [Ar]: {
1101
1256
  borderBottomRightRadius: "2px",
1102
- borderRight: `${v} solid ${T}`,
1257
+ borderRight: `${T} solid ${G}`,
1103
1258
  borderTopRightRadius: "2px",
1104
- right: G
1259
+ right: M
1105
1260
  },
1106
- [zo]: {
1261
+ [nr]: {
1107
1262
  color: "var(--owp-tree-grid-header-color, #ffffff) !important",
1108
- fontFamily: `${N} !important`,
1263
+ fontFamily: `${h} !important`,
1109
1264
  fontSize: "var(--owp-tree-grid-header-font-size, 14px) !important",
1110
1265
  fontWeight: "var(--owp-tree-grid-header-font-weight, normal) !important",
1111
1266
  lineHeight: "16px"
1112
1267
  },
1113
- [jo]: {
1268
+ [lr]: {
1114
1269
  backgroundColor: "var(--owp-tree-grid-header-background-color, #586980) !important",
1115
1270
  color: "var(--owp-tree-grid-header-color, #ffffff) !important"
1116
1271
  },
1117
- [Uo]: p(
1272
+ [cr]: u(
1118
1273
  "--owp-tree-grid-hover-row-background-color",
1119
1274
  E
1120
1275
  ),
1121
- [Xo]: p(
1276
+ [sr]: u(
1122
1277
  "--owp-tree-grid-hover-row-background-color",
1123
1278
  E
1124
1279
  ),
1125
- [Ko]: m(
1126
- P
1280
+ [dr]: m(
1281
+ W
1127
1282
  ),
1128
- [Yo]: m(
1129
- P
1283
+ [ir]: m(
1284
+ W
1130
1285
  ),
1131
- [de]: p(
1286
+ [_e]: u(
1132
1287
  "--owp-tree-grid-selected-cell-background-color",
1133
1288
  "#FFFFA6"
1134
1289
  ),
1135
- [ie]: p(
1290
+ [Ee]: u(
1136
1291
  "--owp-tree-grid-selected-cell-background-color",
1137
1292
  "#FFFFA6"
1138
1293
  ),
1139
- [pe]: p(
1294
+ [Ce]: u(
1140
1295
  "--owp-tree-grid-selected-row-background-color",
1141
1296
  "#EEE"
1142
1297
  ),
1143
- [Qo]: {
1144
- transition: K
1298
+ [ur]: {
1299
+ transition: Q
1145
1300
  },
1146
- [Zo]: {
1301
+ [pr]: {
1147
1302
  backgroundColor: "transparent",
1148
1303
  backgroundImage: "none"
1149
1304
  },
1150
- [qo]: {
1305
+ [Sr]: {
1151
1306
  background: "transparent !important",
1152
1307
  backgroundColor: "transparent !important",
1153
1308
  backgroundImage: "none !important",
1154
1309
  opacity: "0 !important"
1155
1310
  },
1156
- [Jo]: {
1311
+ [Rr]: {
1157
1312
  backgroundColor: "transparent",
1158
1313
  backgroundImage: "none"
1159
1314
  },
1160
- [er]: {
1315
+ [_r]: {
1161
1316
  border: "0 none transparent !important",
1162
1317
  borderColor: "transparent !important",
1163
1318
  boxShadow: "none !important",
1164
1319
  backgroundColor: "transparent !important",
1165
1320
  outlineColor: "transparent !important"
1166
1321
  },
1167
- [or]: p(
1322
+ [Er]: u(
1168
1323
  "--owp-tree-grid-hover-cell-background-color",
1169
1324
  E
1170
1325
  ),
1171
- [rr]: {
1172
- ...m(_),
1173
- backgroundColor: `${Te} !important`
1326
+ [Cr]: {
1327
+ ...m(I),
1328
+ backgroundColor: `${Le} !important`
1174
1329
  },
1175
- [tr]: m(
1176
- _
1330
+ [$r]: m(
1331
+ I
1177
1332
  ),
1178
- [lr]: p(
1333
+ [br]: u(
1179
1334
  "--owp-tree-grid-hover-cell-background-color",
1180
1335
  E
1181
1336
  ),
1182
- [ar]: p(
1337
+ [wr]: u(
1183
1338
  "--owp-tree-grid-hover-cell-background-color",
1184
1339
  E
1185
1340
  ),
1186
- [nr]: p(
1341
+ [Ir]: u(
1187
1342
  "--owp-tree-grid-hover-cell-background-color",
1188
1343
  E
1189
1344
  ),
1190
- [cr]: p(
1345
+ [Or]: u(
1191
1346
  "--owp-tree-grid-hover-cell-background-color",
1192
1347
  E
1193
1348
  ),
1194
- [br]: {
1195
- borderColor: `${_} !important`
1349
+ [Br]: {
1350
+ borderColor: `${I} !important`
1196
1351
  },
1197
- [wr]: {
1198
- borderColor: `${_} !important`
1352
+ [fr]: {
1353
+ borderColor: `${I} !important`
1199
1354
  },
1200
- [gr]: {
1201
- borderTopColor: `${_} !important`,
1202
- borderBottomColor: `${_} !important`,
1203
- outlineColor: `${_} !important`
1355
+ [hr]: {
1356
+ borderTopColor: `${I} !important`,
1357
+ borderBottomColor: `${I} !important`,
1358
+ outlineColor: `${I} !important`
1204
1359
  },
1205
- [Or]: io(
1206
- _
1207
- ),
1208
- [Dr]: {
1360
+ [Lr]: {
1361
+ ...go(L),
1362
+ backgroundColor: `${z} !important`
1363
+ },
1364
+ [Hr]: {
1365
+ backgroundColor: `${z} !important`,
1366
+ fontSize: "14px !important",
1209
1367
  fontWeight: "600 !important"
1210
1368
  },
1211
- [sr]: p(
1369
+ [Dr]: u(
1212
1370
  "--owp-tree-grid-focused-cell-background-color",
1213
1371
  "#FFFFFE"
1214
1372
  ),
1215
- [dr]: {
1373
+ [gr]: {
1216
1374
  backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
1217
1375
  },
1218
- [ir]: {
1376
+ [mr]: {
1219
1377
  borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important",
1220
- boxSizing: y
1378
+ boxSizing: P
1221
1379
  },
1222
- [pr]: {
1380
+ [kr]: {
1223
1381
  backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1224
1382
  },
1225
- [ur]: {
1383
+ [Tr]: {
1226
1384
  borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1227
1385
  },
1228
- [$r]: x(
1386
+ [xr]: v(
1229
1387
  "--owp-tree-grid-focused-cell-background-color"
1230
1388
  ),
1231
- [Ir]: {
1389
+ [Nr]: {
1232
1390
  backgroundColor: "transparent",
1233
1391
  backgroundImage: "none"
1234
1392
  },
1235
- [mr]: p(
1393
+ [Vr]: u(
1236
1394
  "--owp-tree-grid-changed-background-color",
1237
1395
  "#EEE"
1238
1396
  ),
1239
- [kr]: {
1397
+ [yr]: {
1240
1398
  color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
1241
- fontWeight: xr
1399
+ fontWeight: Ur
1242
1400
  },
1243
- [vr]: {
1401
+ [Pr]: {
1244
1402
  color: "var(--owp-tree-grid-body-color, #111112) !important",
1245
1403
  fontWeight: "normal !important"
1246
1404
  },
1247
- [Gr]: {
1405
+ [Wr]: {
1248
1406
  color: "var(--owp-tree-grid-body-color, #111112) !important",
1249
1407
  fontWeight: "normal !important"
1250
1408
  },
1251
- [Tr]: {
1409
+ [zr]: {
1252
1410
  color: "transparent !important"
1253
1411
  },
1254
- [Fr]: {
1255
- borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important",
1256
- boxSizing: y
1412
+ [jr]: {
1413
+ borderColor: `${L} !important`,
1414
+ boxSizing: P
1257
1415
  },
1258
- [fr]: {
1259
- backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
1416
+ [Xr]: {
1417
+ backgroundColor: `${L} !important`
1260
1418
  }
1261
- }, F = /* @__PURE__ */ l((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), rt = /* @__PURE__ */ l((e, o, t) => {
1419
+ }, F = /* @__PURE__ */ a((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), bt = /* @__PURE__ */ a((e, o, t) => {
1262
1420
  t && (e[o] = t);
1263
- }, "setOptionalTreeGridCssVariable"), st = /* @__PURE__ */ l(({
1421
+ }, "setOptionalTreeGridCssVariable"), mt = /* @__PURE__ */ a(({
1264
1422
  width: e,
1265
1423
  height: o,
1266
1424
  treeGridTheme: t,
1267
1425
  gridThemeConfig: c,
1268
1426
  containerStyle: s,
1269
- tableBorderRadius: u
1427
+ tableBorderRadius: p
1270
1428
  }) => {
1271
1429
  const R = {
1272
1430
  height: o,
1273
- "--owp-tree-grid-added-row-box-color": le,
1431
+ "--owp-tree-grid-added-row-box-color": ie,
1274
1432
  width: e
1275
1433
  };
1276
- for (const { cssVariableName: I, getValue: g } of co)
1277
- rt(R, I, g(c));
1278
- for (const { cssVariableName: I, getValue: g } of so)
1279
- R[I] = g(t);
1280
- return u !== void 0 && (R["--owp-tree-grid-table-border-radius"] = F(u)), {
1434
+ for (const { cssVariableName: g, getValue: w } of Oo)
1435
+ bt(R, g, w(c));
1436
+ for (const { cssVariableName: g, getValue: w } of Do)
1437
+ R[g] = w(t);
1438
+ return p !== void 0 && (R["--owp-tree-grid-table-border-radius"] = F(p)), {
1281
1439
  ...R,
1282
1440
  ...s
1283
1441
  };
1284
1442
  }, "createTreeGridThemeContainerStyle");
1285
1443
  export {
1286
- B as TREE_GRID_ADDED_ROW_BOX_CELL_CLASS,
1287
- me as TREE_GRID_ADDED_ROW_BOX_END_CLASS,
1288
- Ie as TREE_GRID_ADDED_ROW_BOX_START_CLASS,
1289
- oe as TREE_GRID_ERROR_CELL_CLASS,
1290
- ke as TREE_GRID_HOVER_CELL_BORDER_COLOR_CSS_VARIABLE,
1291
- we as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
1292
- ee as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
1293
- ge as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
1294
- Oe as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
1295
- De as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
1296
- n as TREE_GRID_STYLE_PREFIXES,
1444
+ x as TREE_GRID_ADDED_ROW_BOX_CELL_CLASS,
1445
+ xe as TREE_GRID_ADDED_ROW_BOX_END_CLASS,
1446
+ Ae as TREE_GRID_ADDED_ROW_BOX_START_CLASS,
1447
+ le as TREE_GRID_EDITING_CELL_BORDER_COLOR_CSS_VARIABLE,
1448
+ ne as TREE_GRID_ERROR_CELL_CLASS,
1449
+ ce as TREE_GRID_HINT_BACKGROUND_COLOR_CSS_VARIABLE,
1450
+ Be as TREE_GRID_HOVER_CELL_BORDER_COLOR_CSS_VARIABLE,
1451
+ Me as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
1452
+ ae as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
1453
+ Ge as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
1454
+ ve as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
1455
+ Fe as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
1456
+ l as TREE_GRID_STYLE_PREFIXES,
1297
1457
  D as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
1298
1458
  r as TREE_GRID_THEME_WRAPPER_CLASS,
1299
- st as createTreeGridThemeContainerStyle,
1300
- ct as treeGridThemeStyles
1459
+ mt as createTreeGridThemeContainerStyle,
1460
+ gt as treeGridThemeStyles
1301
1461
  };
1302
1462
  //# sourceMappingURL=treeGridTheme.js.map