@owp/core 2.5.58 → 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 (52) 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/index3.js +2 -2
  7. package/dist/_virtual/index4.js +2 -2
  8. package/dist/_virtual/index5.js +2 -2
  9. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +205 -203
  10. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  11. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +667 -642
  12. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  13. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +559 -391
  14. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
  15. package/dist/constants/gridTheme.js +13 -12
  16. package/dist/constants/gridTheme.js.map +1 -1
  17. package/dist/constants/treeGrid.js +46 -45
  18. package/dist/constants/treeGrid.js.map +1 -1
  19. package/dist/constants.js +26 -25
  20. package/dist/features/themePreview/configs/grid.js +18 -17
  21. package/dist/features/themePreview/configs/grid.js.map +1 -1
  22. package/dist/features/themePreview/utils/themePreviewDefinitions.js +4 -0
  23. package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
  24. package/dist/node_modules/.pnpm/inko@1.1.1/node_modules/inko/index.js +1 -1
  25. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  26. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  27. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/constants.js +1 -1
  28. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  29. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
  30. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  31. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  32. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  33. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  34. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  35. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  36. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/index.js +1 -1
  37. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  38. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  39. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
  40. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
  41. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
  42. package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +5 -1
  43. package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +5 -1
  44. package/dist/types/constants/gridTheme.d.ts +2 -0
  45. package/dist/types/constants/treeGrid.d.ts +2 -0
  46. package/dist/types/features/themePreview/configs/grid.d.ts +1 -0
  47. package/dist/types/features/themePreview/configs/settings.d.ts +1 -0
  48. package/dist/types/types/OwpGridThemeTypes.d.ts +2 -0
  49. package/dist/types/utils/treeGridUtil.d.ts +17 -11
  50. package/dist/utils/treeGridUtil.js +137 -133
  51. package/dist/utils/treeGridUtil.js.map +1 -1
  52. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
- var Se = Object.defineProperty;
2
- var l = (e, o) => Se(e, "name", { value: o, configurable: !0 });
3
- import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as Re, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as Ce, TREEGRID_FONT_FAMILY_STACK as N, TREEGRID_ERROR_CELL_BORDER_COLOR as _e, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
4
- import { DEFAULT_TABLE_RADIUS as Ee } from "../../../constants/table.js";
5
- import { darken as $e } from "@mui/material/styles";
6
- const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tree-grid-panel-checkbox-select", we = "owp-tree-grid-select-all-checked", ge = "owp-tree-grid-select-all-indeterminate", Ie = "owp-tree-grid-select-all-unchecked", oe = "owp-tree-grid-selected-changed-cell", re = "owp-tree-grid-error-cell", B = "owp-tree-grid-added-row-box-cell", De = "owp-tree-grid-added-row-box-start", Oe = "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", be = "owp-tre
20
20
  "CR",
21
21
  "CP",
22
22
  "CC"
23
- ], C = "#CDD8E4", S = "1px", d = `var(--owp-tree-grid-table-border-radius, ${Ee})`, V = "#757575", me = "2px", y = "2px", ve = `var(--owp-tree-grid-error-cell-border-color, ${_e})`, k = "2px", G = "1px", te = $e(Re, 0.42), P = "border-box !important", T = `var(--owp-tree-grid-added-row-box-color, ${te})`, E = "#f5f5f5", le = "#e0e0e0", W = `var(--owp-tree-grid-hover-row-border-color, ${le})`, Ge = `var(--owp-tree-grid-hover-cell-background-color, ${E})`, _ = `var(${ke}, ${le})`, Te = "OwpSoftChange", xe = "OwpSoftRevert", Fe = "OwpSoftRowSelect", fe = "OwpSoftRowDeselect", Be = "OwpSoftRowAdd", Ae = "OwpSoftRowRemove", he = "rgba(25, 118, 210, 0.36)", Le = "rgba(25, 118, 210, 0.20)", Me = "rgba(25, 118, 210, 0.26)", He = "rgba(25, 118, 210, 0.13)", Ne = "rgba(96, 125, 139, 0.35)", Ve = "rgba(96, 125, 139, 0.20)", ye = "rgba(96, 125, 139, 0.32)", Pe = "rgba(96, 125, 139, 0.16)", We = "rgba(25, 118, 210, 0.14)", ze = "rgba(25, 118, 210, 0.08)", je = "rgba(25, 118, 210, 0.1)", Ue = "rgba(25, 118, 210, 0.05)", Xe = "rgba(46, 125, 50, 0.24)", Ke = "rgba(46, 125, 50, 0.12)", Ye = "rgba(46, 125, 50, 0.16)", Qe = "rgba(46, 125, 50, 0.07)", Ze = "rgba(96, 125, 139, 0.16)", qe = "rgba(96, 125, 139, 0.06)", Je = "rgba(96, 125, 139, 0.1)", eo = "rgba(96, 125, 139, 0.035)", z = "rgba(25, 118, 210, 0)", j = "rgba(96, 125, 139, 0)", U = "rgba(25, 118, 210, 0)", X = "rgba(46, 125, 50, 0)", K = "rgba(96, 125, 139, 0)", Y = "background-color 140ms ease-out, box-shadow 140ms ease-out", A = [
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,244 +29,334 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "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"), oo = $(
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
- ), ro = $(
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
- ), Q = $(
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
- ), Z = $(
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
- ), to = $(
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
- ), q = $(
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
- ), J = $(
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
- ), lo = "var(--owp-tree-grid-header-background-color, #586980)", ao = "var(--owp-tree-grid-focused-cell-border-color, var(--owp-tree-grid-hover-cell-border-color, var(--owp-tree-grid-header-background-color, #586980)))", no = [
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
- ], co = [
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"), so = /* @__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"), io = /* @__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}${Te}`,
339
+ `@keyframes ${e}${Ne}`,
250
340
  {
251
341
  "0%": {
252
- boxShadow: `inset 0 0 0 1px ${he}, inset 0 0 0 9999px ${Le}`
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 ${Me}, inset 0 0 0 9999px ${He}`
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 ${z}, inset 0 0 0 9999px ${z}`
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}${xe}`,
353
+ `@keyframes ${e}${Ve}`,
264
354
  {
265
355
  "0%": {
266
- boxShadow: `inset 0 0 0 1px ${Ne}, inset 0 0 0 9999px ${Ve}`
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 ${ye}, inset 0 0 0 9999px ${Pe}`
359
+ boxShadow: `inset 0 0 0 1px ${oo}, inset 0 0 0 9999px ${ro}`
270
360
  },
271
361
  "100%": {
272
362
  boxShadow: `inset 0 0 0 1px ${j}, inset 0 0 0 9999px ${j}`
@@ -274,50 +364,50 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
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 ${U}`
370
+ boxShadow: `inset 0 0 0 9999px ${X}`
281
371
  },
282
372
  "45%": {
283
- boxShadow: `inset 0 0 0 9999px ${We}`
373
+ boxShadow: `inset 0 0 0 9999px ${to}`
284
374
  },
285
375
  "100%": {
286
- boxShadow: `inset 0 0 0 9999px ${ze}`
376
+ boxShadow: `inset 0 0 0 9999px ${ao}`
287
377
  }
288
378
  }
289
379
  ],
290
380
  [
291
- `@keyframes ${e}${fe}`,
381
+ `@keyframes ${e}${Pe}`,
292
382
  {
293
383
  "0%": {
294
- boxShadow: `inset 0 0 0 9999px ${je}`
384
+ boxShadow: `inset 0 0 0 9999px ${no}`
295
385
  },
296
386
  "55%": {
297
- boxShadow: `inset 0 0 0 9999px ${Ue}`
387
+ boxShadow: `inset 0 0 0 9999px ${lo}`
298
388
  },
299
389
  "100%": {
300
- boxShadow: `inset 0 0 0 9999px ${U}`
390
+ boxShadow: `inset 0 0 0 9999px ${X}`
301
391
  }
302
392
  }
303
393
  ],
304
394
  [
305
- `@keyframes ${e}${Be}`,
395
+ `@keyframes ${e}${We}`,
306
396
  {
307
397
  "0%": {
308
- boxShadow: `inset 0 0 0 1px ${Xe}, inset 0 0 0 9999px ${Ke}`,
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 ${Ye}, inset 0 0 0 9999px ${Qe}`,
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 ${X}, inset 0 0 0 9999px ${X}`,
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", be = "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 ${Ze}, inset 0 0 0 9999px ${qe}`,
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 ${Je}, inset 0 0 0 9999px ${eo}`,
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 ${K}, inset 0 0 0 9999px ${K}`,
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 O = o ? ` .${u}${o}` : "", g = `${e}${O} .${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"), ae = /* @__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"), I = `.${r}.${be}`, po = `${I}.${we}`, uo = `${I}.${ge}`, So = `${I}.${Ie}`, Ro = a({
365
- wrapperSelector: I,
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({
471
+ wrapperSelector: O,
366
472
  suffixes: ["PanelSelect"]
367
- }), Co = a({
368
- wrapperSelector: I,
473
+ }), vo = n({
474
+ wrapperSelector: O,
369
475
  suffixes: ["PanelSelectOn"]
370
- }), _o = b({
371
- wrapperSelector: I,
476
+ }), Fo = $({
477
+ wrapperSelector: O,
372
478
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
373
479
  suffixes: ["PanelSelect"]
374
- }), Eo = b({
375
- wrapperSelector: I,
480
+ }), Ao = $({
481
+ wrapperSelector: O,
376
482
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
377
483
  suffixes: ["PanelSelectOn"]
378
- }), $o = b({
379
- wrapperSelector: po,
484
+ }), xo = $({
485
+ wrapperSelector: ko,
380
486
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
381
487
  suffixes: ["PanelSelect", "PanelSelectOn"]
382
- }), bo = b({
383
- wrapperSelector: uo,
488
+ }), Bo = $({
489
+ wrapperSelector: To,
384
490
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
385
491
  suffixes: ["PanelSelect", "PanelSelectOn"]
386
- }), wo = b({
387
- wrapperSelector: So,
492
+ }), fo = $({
493
+ wrapperSelector: Mo,
388
494
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
389
495
  suffixes: ["PanelSelect", "PanelSelectOn"]
390
- }), go = a({
496
+ }), ho = n({
391
497
  suffixes: ["Filter0"]
392
- }), Io = a({
498
+ }), Lo = n({
393
499
  suffixes: ["Filter1"]
394
- }), Do = a({
500
+ }), Ho = n({
395
501
  suffixes: ["Main"],
396
502
  withChildren: !0
397
- }), Oo = 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
- }), mo = a({
515
+ }), Po = n({
403
516
  suffixes: ["MainTable"]
404
- }), vo = a({
517
+ }), Wo = n({
405
518
  suffixes: ["NoDataRow"]
406
- }), H = `.${r}.${D}`, Go = n.map((e) => `.${r}.${D} .${e}MainTable`).join(", "), To = `${H}::before`, xo = `${H}::after`, Fo = `calc(${d} - ${S})`, fo = `calc(var(--owp-tree-grid-header-height, 33px) - ${d} + ${S})`, Bo = 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", be = "owp-tre
436
549
  "CustScroll4Right",
437
550
  "CustScroll4RightHidden"
438
551
  ]
439
- }), ho = 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", be = "owp-tre
447
560
  `.${r} .${e}CustScroll2UpHover > div`,
448
561
  `.${r} .${e}CustScroll2UpHover > div > div`
449
562
  ]
450
- ).join(", "), Lo = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Mo = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), Ho = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), No = 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
- }), Vo = a({
565
+ }), rr = n({
453
566
  suffixes: ["SolidRow"]
454
- }), yo = n.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), ne = a({
567
+ }), tr = l.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), Se = n({
455
568
  suffixes: ["ColorDefault"]
456
- }), ce = a({
569
+ }), Re = n({
457
570
  suffixes: ["ColorDefaultRow"]
458
- }), Po = [
459
- ne,
460
- ce
461
- ].join(", "), Wo = 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
- }), zo = 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", be = "owp-tre
475
588
  "HeaderFocus",
476
589
  "HeaderDrag"
477
590
  ]
478
- }), jo = a({
591
+ }), cr = n({
479
592
  suffixes: ["ColorHovered"]
480
- }), Uo = a({
593
+ }), sr = n({
481
594
  suffixes: ["ColorHoveredRow"]
482
- }), Xo = a({
595
+ }), dr = n({
483
596
  suffixes: ["HoverRowBorder", "HoverRowBorderDynamic"]
484
- }), Ko = [
485
- ae({
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(", "), se = a({
606
+ ].join(", "), _e = n({
494
607
  suffixes: ["ColorSelected", "ColorSelectedCell"]
495
- }), de = a({
608
+ }), Ee = n({
496
609
  suffixes: ["ColorSelected", "ColorSelectedCell"],
497
610
  descendant: " *"
498
- }), ie = a({
611
+ }), Ce = n({
499
612
  suffixes: ["ColorSelectedRow"]
500
- }), Yo = [
501
- se,
502
- de,
503
- ie
504
- ].join(", "), Qo = a({
613
+ }), ur = [
614
+ _e,
615
+ Ee,
616
+ Ce
617
+ ].join(", "), pr = n({
505
618
  suffixes: ["ColorFocused"]
506
- }), Zo = a({
619
+ }), Sr = n({
507
620
  suffixes: ["FocusPanelBackground", "FocusRowBackground"]
508
- }), qo = a({
621
+ }), Rr = n({
509
622
  suffixes: ["ColorFocusedRow"]
510
- }), Jo = a({
623
+ }), _r = n({
511
624
  suffixes: ["FocusRowBorder", "FocusRowBorderDynamic"]
512
- }), er = a({
625
+ }), Er = n({
513
626
  suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
514
- }), or = a({
627
+ }), Cr = n({
515
628
  suffixes: ["HoverCellBorder", "HoverCellBorderDynamic"]
516
- }), rr = [
517
- ae({
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(", "), tr = a({
638
+ ].join(", "), br = n({
526
639
  suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
527
- }), lr = a({
640
+ }), wr = n({
528
641
  suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
529
642
  descendant: " *"
530
- }), ar = b({
643
+ }), Ir = $({
531
644
  ancestorSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
532
645
  suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
533
- }), nr = 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", be = "owp-tre
544
657
  "ColorHoveredCellTab",
545
658
  "ColorHoveredCellTab1"
546
659
  ]
547
- }), cr = a({
660
+ }), Dr = n({
548
661
  suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
549
- }), sr = a({
662
+ }), gr = n({
550
663
  suffixes: ["ColorFocusedCellRect"]
551
- }), dr = a({
664
+ }), mr = n({
552
665
  suffixes: ["FocusCellBorder"]
553
- }), ir = a({
666
+ }), kr = n({
554
667
  suffixes: ["FocusCellCorner"]
555
- }), pr = a({
668
+ }), Tr = n({
556
669
  suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
557
670
  descendant: " > div"
558
- }), pe = `.${r} .${re}`, ur = `${pe}::after`, ue = `.${r} .${B}`, Sr = `.${r} .${re}.${B}::after`, Rr = `${ue}::before`, Cr = `.${r} .${B}.${De}::before`, _r = `.${r} .${B}.${Oe}::before`, Er = 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,30 +677,33 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
564
677
  "ColorFocusedCellSpaceBool",
565
678
  "ColorFocusedCellButton"
566
679
  ]
567
- }), $r = a({
680
+ }), Br = n({
568
681
  suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
569
682
  descendant: " > div"
570
- }), br = a({
683
+ }), fr = n({
571
684
  suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
572
685
  descendant: " u"
573
- }), wr = a({
686
+ }), hr = n({
574
687
  suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
575
- }), gr = 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(", "), Ir = a({
692
+ ]).join(", "), Hr = l.flatMap((e) => {
693
+ const o = `.${e}HintOuter`;
694
+ return [o, `${o} *`];
695
+ }).join(", "), Nr = n({
580
696
  suffixes: ["ColorChanged"]
581
- }), Dr = a({
697
+ }), Vr = n({
582
698
  suffixes: ["ColorChangedCell"]
583
- }), Or = n.flatMap((e) => {
699
+ }), yr = l.flatMap((e) => {
584
700
  const o = `${e}ClassFocusedCell`, t = `.${r} .${i}:not(.${o})`;
585
701
  return [
586
702
  t,
587
703
  `${t} *:not(.${o})`
588
704
  ];
589
- }).join(", "), kr = n.flatMap((e) => {
590
- const o = `.${r} .${i}`, t = `.${r} .${i}.${oe}`;
705
+ }).join(", "), Pr = l.flatMap((e) => {
706
+ const o = `.${r} .${i}`, t = `.${r} .${i}.${ae}`;
591
707
  return [
592
708
  `${e}ColorSelected`,
593
709
  `${e}ColorSelectedCell`,
@@ -603,7 +719,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
603
719
  `.${r} .${s} ${o}`,
604
720
  `.${r} .${s} ${o} *`
605
721
  ]);
606
- }).join(", "), mr = n.flatMap((e) => {
722
+ }).join(", "), Wr = l.flatMap((e) => {
607
723
  const o = `.${r} .${i}`;
608
724
  return [
609
725
  `${e}ClassFocusedCell`,
@@ -615,7 +731,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
615
731
  `.${r} .${c} ${o}`,
616
732
  `.${r} .${c} ${o} *`
617
733
  ]);
618
- }).join(", "), vr = n.flatMap((e) => {
734
+ }).join(", "), zr = l.flatMap((e) => {
619
735
  const o = `.${r} .${i}`, t = `${e}HiddenValue`;
620
736
  return [
621
737
  `${o}.${t}`,
@@ -623,11 +739,11 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
623
739
  `.${r} .${t} ${o}`,
624
740
  `.${r} .${t} ${o} *`
625
741
  ];
626
- }).join(", "), Gr = `var(--owp-tree-grid-changed-font-weight, ${Ce}) !important`, Tr = a({
742
+ }).join(", "), Ur = `var(--owp-tree-grid-changed-font-weight, ${De}) !important`, jr = n({
627
743
  suffixes: ["EditCellBorder"]
628
- }), xr = a({
744
+ }), Xr = n({
629
745
  suffixes: ["EditCellCorner"]
630
- }), Fr = [
746
+ }), Kr = [
631
747
  `.${r} .TSMain .TSDateLeft`,
632
748
  `.${r} .TSMain .TSDatesLeft`,
633
749
  `.${r} .TSMain .TSDateRight`,
@@ -636,7 +752,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
636
752
  `.${r} .TSMain .TSDatesTop`,
637
753
  `.${r} .TSMain .TSDateBottom`,
638
754
  `.${r} .TSMain .TSDatesBottom`
639
- ].join(", "), fr = [
755
+ ].join(", "), Yr = [
640
756
  `.${r} .TSMain .${i}.TSDateLeft`,
641
757
  `.${r} .TSMain .${i}.TSDatesLeft`,
642
758
  `.${r} .TSMain .${i}.TSDateRight`,
@@ -645,7 +761,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
645
761
  `.${r} .TSMain .${i}.TSDatesTop`,
646
762
  `.${r} .TSMain .${i}.TSDateBottom`,
647
763
  `.${r} .TSMain .${i}.TSDatesBottom`
648
- ].join(", "), Br = [
764
+ ].join(", "), Qr = [
649
765
  "DateLeft",
650
766
  "DatesLeft",
651
767
  "DateRight",
@@ -654,7 +770,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
654
770
  "DatesTop",
655
771
  "DateBottom",
656
772
  "DatesBottom"
657
- ].flatMap((e) => n.flatMap((o) => {
773
+ ].flatMap((e) => l.flatMap((o) => {
658
774
  const t = `.${r} .${i}.${o}${e}`;
659
775
  return [
660
776
  `${o}ClassFocusedCell`,
@@ -664,13 +780,13 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
664
780
  `${t}.${s}`,
665
781
  `.${r} .${s} ${t}`
666
782
  ]);
667
- })).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")', Ar = 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(
668
784
  "%23757575",
669
785
  "white"
670
- ), ee = $(
786
+ ), te = C(
671
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>'
672
- ), w = /* @__PURE__ */ l((e, o) => n.flatMap((t) => e.flatMap((c) => o(t, c))).join(", "), "createTreeGridEnumButtonIconSelector"), h = /* @__PURE__ */ l((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), v = /* @__PURE__ */ l((e, o) => `${h(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), hr = /* @__PURE__ */ l((e, o) => {
673
- const t = h(e, o), c = `.${r} .${i}.${oe}.${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 = [
674
790
  `${e}ColorSelected`,
675
791
  `${e}ColorSelectedCell`,
676
792
  `${e}ColorSelectedRow`,
@@ -680,13 +796,13 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
680
796
  ];
681
797
  return [
682
798
  c,
683
- ...s.flatMap((u) => [
684
- `${t}.${u}`,
685
- `.${r} .${u} ${t}`
799
+ ...s.flatMap((p) => [
800
+ `${t}.${p}`,
801
+ `.${r} .${p} ${t}`
686
802
  ])
687
803
  ];
688
- }, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Lr = /* @__PURE__ */ l((e, o) => {
689
- const t = h(e, o);
804
+ }, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Jr = /* @__PURE__ */ a((e, o) => {
805
+ const t = f(e, o);
690
806
  return [
691
807
  `${e}ClassFocusedCell`,
692
808
  `${e}ColorFocusedCell`,
@@ -695,38 +811,38 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
695
811
  `${t}.${s}`,
696
812
  `.${r} .${s} ${t}`
697
813
  ]);
698
- }, "createTreeGridFocusedChangedEnumButtonCellSelectors"), Mr = w(
699
- A,
700
- (e, o) => [h(e, o)]
701
- ), Hr = w(
702
- A,
703
- (e, o) => [v(e, o)]
704
- ), Nr = w(
705
- A,
706
- (e, o) => hr(e, o).map(
814
+ }, "createTreeGridFocusedChangedEnumButtonCellSelectors"), et = b(
815
+ B,
816
+ (e, o) => [f(e, o)]
817
+ ), ot = b(
818
+ B,
819
+ (e, o) => [k(e, o)]
820
+ ), rt = b(
821
+ B,
822
+ (e, o) => qr(e, o).map(
707
823
  (t) => `${t}::after`
708
824
  )
709
- ), Vr = w(
710
- A,
711
- (e, o) => Lr(e, o).map(
825
+ ), tt = b(
826
+ B,
827
+ (e, o) => Jr(e, o).map(
712
828
  (t) => `${t}::after`
713
829
  )
714
- ), yr = w(
830
+ ), at = b(
715
831
  ["DefaultsLeft", "EnumLeft"],
716
- (e, o) => [v(e, o)]
717
- ), Pr = w(
832
+ (e, o) => [k(e, o)]
833
+ ), nt = b(
718
834
  ["DefaultsRight", "EnumRight"],
719
- (e, o) => [v(e, o)]
720
- ), Wr = w(
835
+ (e, o) => [k(e, o)]
836
+ ), lt = b(
721
837
  ["DefaultsTop", "EnumTop"],
722
- (e, o) => [v(e, o)]
723
- ), zr = w(
838
+ (e, o) => [k(e, o)]
839
+ ), ct = b(
724
840
  ["DefaultsBottom", "EnumBottom"],
725
- (e, o) => [v(e, o)]
726
- ), 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")', jr = `.${r} .OwpTreeGridTimePickerEditorIcon`, Ur = [
841
+ (e, o) => [k(e, o)]
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 = [
727
843
  `.${r} .${i} .OwpTreeGridTimePickerEditorIcon`,
728
844
  `.${r} .${i}.OwpTreeGridTimePickerEditorIcon`
729
- ].join(", "), Xr = n.flatMap((e) => {
845
+ ].join(", "), it = l.flatMap((e) => {
730
846
  const o = `.${r} .${i}`;
731
847
  return [
732
848
  `${e}ClassFocusedCell`,
@@ -738,117 +854,142 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
738
854
  `.${r} .${c} ${o} .OwpTreeGridTimePickerEditorIcon`,
739
855
  `.${r} .${c} ${o}.OwpTreeGridTimePickerEditorIcon`
740
856
  ]);
741
- }).join(", "), Kr = n.map(
857
+ }).join(", "), ut = l.map(
742
858
  (e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
743
- ).join(", "), Yr = n.map(
744
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
745
- ).join(", "), Qr = n.map(
746
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
747
- ).join(", "), Zr = n.map(
748
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
749
- ).join(", "), qr = n.map(
750
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
751
- ).join(", "), Jr = n.map(
752
- (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
753
- ).join(", "), at = {
754
- ...io(),
755
- [Do]: {
756
- 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`,
757
898
  fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
758
899
  fontWeight: "normal",
759
900
  lineHeight: "16px"
760
901
  },
761
- [Oo]: {
902
+ [Vo]: {
762
903
  color: "var(--owp-tree-grid-body-color, #111112) !important"
763
904
  },
764
- [ko]: {
905
+ [yo]: {
765
906
  color: "var(--owp-tree-grid-body-color, #111112) !important"
766
907
  },
767
- [mo]: p(
908
+ [Po]: u(
768
909
  "--owp-tree-grid-body-background-color",
769
910
  "#FFFFFF"
770
911
  ),
771
- [vo]: {
772
- borderTopColor: `${C} !important`
912
+ [Wo]: {
913
+ borderTopColor: `${_} !important`
773
914
  },
774
- [Ro]: {
775
- backgroundImage: `${oo} !important`,
915
+ [Go]: {
916
+ backgroundImage: `${Co} !important`,
776
917
  backgroundPosition: "center center !important",
777
918
  backgroundRepeat: "no-repeat !important",
778
919
  backgroundSize: "17px 17px !important"
779
920
  },
780
- [Co]: {
781
- backgroundImage: `${ro} !important`,
921
+ [vo]: {
922
+ backgroundImage: `${$o} !important`,
782
923
  backgroundPosition: "center center !important",
783
924
  backgroundRepeat: "no-repeat !important",
784
925
  backgroundSize: "17px 17px !important"
785
926
  },
786
- [_o]: {
787
- backgroundImage: `${Q} !important`,
927
+ [Fo]: {
928
+ backgroundImage: `${Z} !important`,
788
929
  backgroundPosition: "center center !important",
789
930
  backgroundRepeat: "no-repeat !important",
790
931
  backgroundSize: "17px 17px !important"
791
932
  },
792
- [Eo]: {
793
- backgroundImage: `${Z} !important`,
933
+ [Ao]: {
934
+ backgroundImage: `${q} !important`,
794
935
  backgroundPosition: "center center !important",
795
936
  backgroundRepeat: "no-repeat !important",
796
937
  backgroundSize: "17px 17px !important"
797
938
  },
798
- [$o]: {
799
- backgroundImage: `${Z} !important`
939
+ [xo]: {
940
+ backgroundImage: `${q} !important`
800
941
  },
801
- [bo]: {
802
- backgroundImage: `${to} !important`
942
+ [Bo]: {
943
+ backgroundImage: `${bo} !important`
803
944
  },
804
- [wo]: {
805
- backgroundImage: `${Q} !important`
945
+ [fo]: {
946
+ backgroundImage: `${Z} !important`
806
947
  },
807
- [go]: {
808
- WebkitMaskImage: `${q} !important`,
948
+ [ho]: {
949
+ WebkitMaskImage: `${J} !important`,
809
950
  WebkitMaskPosition: "center center !important",
810
951
  WebkitMaskRepeat: "no-repeat !important",
811
952
  WebkitMaskSize: "17px 17px !important",
812
- backgroundColor: `${lo} !important`,
953
+ backgroundColor: `${wo} !important`,
813
954
  backgroundImage: "none !important",
814
955
  height: "17px !important",
815
- maskImage: `${q} !important`,
956
+ maskImage: `${J} !important`,
816
957
  maskPosition: "center center !important",
817
958
  maskRepeat: "no-repeat !important",
818
959
  maskSize: "17px 17px !important",
819
960
  opacity: 0.72,
820
961
  width: "17px !important"
821
962
  },
822
- [Io]: {
823
- WebkitMaskImage: `${J} !important`,
963
+ [Lo]: {
964
+ WebkitMaskImage: `${ee} !important`,
824
965
  WebkitMaskPosition: "center center !important",
825
966
  WebkitMaskRepeat: "no-repeat !important",
826
967
  WebkitMaskSize: "17px 17px !important",
827
- backgroundColor: `${ao} !important`,
968
+ backgroundColor: `${Io} !important`,
828
969
  backgroundImage: "none !important",
829
970
  height: "17px !important",
830
- maskImage: `${J} !important`,
971
+ maskImage: `${ee} !important`,
831
972
  maskPosition: "center center !important",
832
973
  maskRepeat: "no-repeat !important",
833
974
  maskSize: "17px 17px !important",
834
975
  opacity: 1,
835
976
  width: "17px !important"
836
977
  },
837
- [Fr]: {
838
- backgroundImage: `${M} !important`
978
+ [Kr]: {
979
+ backgroundImage: `${N} !important`
839
980
  },
840
- [fr]: {
841
- backgroundImage: `${Ar} !important`
981
+ [Yr]: {
982
+ backgroundImage: `${Zr} !important`
842
983
  },
843
- [Br]: {
844
- backgroundImage: `${M} !important`
984
+ [Qr]: {
985
+ backgroundImage: `${N} !important`
845
986
  },
846
- [Mr]: {
987
+ [et]: {
847
988
  backgroundImage: "none !important",
848
989
  position: "relative"
849
990
  },
850
- [Hr]: {
851
- WebkitMaskImage: `${ee} !important`,
991
+ [ot]: {
992
+ WebkitMaskImage: `${te} !important`,
852
993
  WebkitMaskPosition: "center center !important",
853
994
  WebkitMaskRepeat: "no-repeat !important",
854
995
  WebkitMaskSize: "16px 16px !important",
@@ -857,7 +998,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
857
998
  content: '""',
858
999
  display: "block",
859
1000
  height: "16px",
860
- maskImage: `${ee} !important`,
1001
+ maskImage: `${te} !important`,
861
1002
  maskPosition: "center center !important",
862
1003
  maskRepeat: "no-repeat !important",
863
1004
  maskSize: "16px 16px !important",
@@ -865,34 +1006,34 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
865
1006
  position: "absolute",
866
1007
  width: "16px"
867
1008
  },
868
- [Nr]: {
1009
+ [rt]: {
869
1010
  backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
870
1011
  },
871
- [Vr]: {
872
- backgroundColor: `${V} !important`
1012
+ [tt]: {
1013
+ backgroundColor: `${y} !important`
873
1014
  },
874
- [yr]: {
1015
+ [at]: {
875
1016
  left: "4px",
876
1017
  top: "50%",
877
1018
  transform: "translateY(-50%)"
878
1019
  },
879
- [Pr]: {
1020
+ [nt]: {
880
1021
  right: "4px",
881
1022
  top: "50%",
882
1023
  transform: "translateY(-50%)"
883
1024
  },
884
- [Wr]: {
1025
+ [lt]: {
885
1026
  left: "50%",
886
1027
  top: "0",
887
1028
  transform: "translateX(-50%)"
888
1029
  },
889
- [zr]: {
1030
+ [ct]: {
890
1031
  bottom: "0",
891
1032
  left: "50%",
892
1033
  transform: "translateX(-50%)"
893
1034
  },
894
- [jr]: {
895
- backgroundImage: L,
1035
+ [st]: {
1036
+ backgroundImage: H,
896
1037
  backgroundPosition: "center calc(50% - 1px)",
897
1038
  backgroundRepeat: "no-repeat",
898
1039
  backgroundSize: "16px 16px",
@@ -903,55 +1044,72 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
903
1044
  verticalAlign: "middle",
904
1045
  width: "16px"
905
1046
  },
906
- [Ur]: {
907
- WebkitMaskImage: L,
1047
+ [dt]: {
1048
+ WebkitMaskImage: H,
908
1049
  WebkitMaskPosition: "center calc(50% - 1px)",
909
1050
  WebkitMaskRepeat: "no-repeat",
910
1051
  WebkitMaskSize: "16px 16px",
911
1052
  backgroundColor: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
912
1053
  backgroundImage: "none !important",
913
- maskImage: L,
1054
+ maskImage: H,
914
1055
  maskPosition: "center calc(50% - 1px)",
915
1056
  maskRepeat: "no-repeat",
916
1057
  maskSize: "16px 16px"
917
1058
  },
918
- [Xr]: {
919
- backgroundColor: `${V} !important`
1059
+ [it]: {
1060
+ backgroundColor: `${y} !important`
920
1061
  },
921
- [Kr]: {
1062
+ [ut]: {
922
1063
  scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
923
1064
  scrollbarWidth: "thin"
924
1065
  },
925
- [Yr]: {
1066
+ [pt]: {
1067
+ boxSizing: "border-box",
1068
+ maxHeight: `${He}px !important`,
1069
+ overflowX: "hidden",
1070
+ overflowY: "auto"
1071
+ },
1072
+ [St]: {
926
1073
  height: "8px",
927
1074
  width: "8px"
928
1075
  },
929
- [Qr]: {
1076
+ [Rt]: {
930
1077
  backgroundClip: "padding-box",
931
1078
  backgroundColor: "rgba(0, 0, 0, 0.32)",
932
1079
  border: "2px solid transparent",
933
1080
  borderRadius: "8px"
934
1081
  },
935
- [Zr]: {
1082
+ [_t]: {
936
1083
  backgroundColor: "rgba(0, 0, 0, 0.44)"
937
1084
  },
938
- [qr]: {
1085
+ [Et]: {
939
1086
  backgroundColor: "transparent"
940
1087
  },
941
- [Jr]: {
1088
+ [Ct]: {
942
1089
  backgroundColor: "transparent"
943
1090
  },
944
- [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]: {
945
1103
  position: "relative"
946
1104
  },
947
- [Go]: {
1105
+ [zo]: {
948
1106
  borderBottom: "0 !important",
949
1107
  borderRadius: `${d} ${d} 0 0`,
950
1108
  clipPath: `inset(0 round ${d} ${d} 0 0)`,
951
1109
  overflow: "hidden"
952
1110
  },
953
- [To]: {
954
- border: `${S} solid ${C}`,
1111
+ [Uo]: {
1112
+ border: `${S} solid ${_}`,
955
1113
  borderBottom: 0,
956
1114
  borderRadius: `${d} ${d} 0 0`,
957
1115
  boxSizing: "border-box",
@@ -965,36 +1123,36 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
965
1123
  top: 0,
966
1124
  zIndex: 2
967
1125
  },
968
- [xo]: {
969
- borderLeft: `${S} solid ${C}`,
970
- borderRight: `${S} solid ${C}`,
1126
+ [jo]: {
1127
+ borderLeft: `${S} solid ${_}`,
1128
+ borderRight: `${S} solid ${_}`,
971
1129
  boxSizing: "border-box",
972
1130
  content: '""',
973
1131
  display: "block",
974
- height: fo,
1132
+ height: Ko,
975
1133
  left: 0,
976
1134
  pointerEvents: "none",
977
1135
  position: "absolute",
978
1136
  right: 0,
979
- top: Fo,
1137
+ top: Xo,
980
1138
  zIndex: 2
981
1139
  },
982
- [Bo]: {
983
- borderTop: `${S} solid ${C} !important`
1140
+ [Yo]: {
1141
+ borderTop: `${S} solid ${_} !important`
984
1142
  },
985
- [Ao]: {
986
- boxShadow: `inset -${S} 0 0 ${C}`
1143
+ [Qo]: {
1144
+ boxShadow: `inset -${S} 0 0 ${_}`
987
1145
  },
988
- [ho]: {
989
- boxShadow: `inset -${S} 0 0 ${C}`
1146
+ [Zo]: {
1147
+ boxShadow: `inset -${S} 0 0 ${_}`
990
1148
  },
991
- [Lo]: {
1149
+ [qo]: {
992
1150
  borderTopColor: "transparent !important",
993
1151
  overflow: "visible",
994
1152
  position: "relative"
995
1153
  },
996
- [Mo]: {
997
- border: `${S} solid ${C}`,
1154
+ [Jo]: {
1155
+ border: `${S} solid ${_}`,
998
1156
  borderBottomLeftRadius: d,
999
1157
  borderBottomRightRadius: d,
1000
1158
  borderTop: 0,
@@ -1010,7 +1168,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
1010
1168
  transform: `translateY(calc(-100% - ${S}))`,
1011
1169
  zIndex: 2
1012
1170
  },
1013
- [Ho]: {
1171
+ [er]: {
1014
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})`,
1015
1173
  backgroundPosition: "left top, right top",
1016
1174
  backgroundRepeat: "no-repeat",
@@ -1026,53 +1184,55 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
1026
1184
  transform: `translateY(calc(-100% - ${S}))`,
1027
1185
  zIndex: 1
1028
1186
  },
1029
- [No]: x(
1187
+ [or]: v(
1030
1188
  "--owp-tree-grid-body-fill-background-color"
1031
1189
  ),
1032
- [Vo]: x(
1190
+ [rr]: v(
1033
1191
  "--owp-tree-grid-row-solid-background-color"
1034
1192
  ),
1035
- [yo]: x(
1193
+ [tr]: v(
1036
1194
  "--owp-tree-grid-toolbar-row-background-color"
1037
1195
  ),
1038
- [ne]: p(
1196
+ [Se]: u(
1039
1197
  "--owp-tree-grid-row-background-color",
1040
1198
  "#FFFFFF"
1041
1199
  ),
1042
- [ce]: p(
1200
+ [Re]: u(
1043
1201
  "--owp-tree-grid-row-background-color",
1044
1202
  "#FFFFFE"
1045
1203
  ),
1046
- [Po]: {
1047
- transition: Y
1204
+ [ar]: {
1205
+ transition: Q
1048
1206
  },
1049
- [pe]: {
1050
- boxShadow: "none !important",
1207
+ [Mr]: {
1208
+ boxShadow: fe,
1051
1209
  outline: "none",
1052
1210
  position: "relative",
1053
1211
  zIndex: 3
1054
1212
  },
1055
- [ur]: {
1056
- border: `${me} solid ${ve}`,
1213
+ [be]: {
1214
+ boxShadow: "none !important",
1215
+ outline: "none",
1216
+ position: "relative"
1217
+ },
1218
+ [Gr]: {
1219
+ border: `${se} solid ${de}`,
1057
1220
  boxSizing: "border-box",
1058
1221
  content: '""',
1059
1222
  display: "block",
1060
- inset: y,
1223
+ inset: he,
1061
1224
  pointerEvents: "none",
1062
1225
  position: "absolute",
1063
1226
  zIndex: 4
1064
1227
  },
1065
- [Sr]: {
1066
- inset: `calc(${y} + ${k})`
1067
- },
1068
- [ue]: {
1228
+ [$e]: {
1069
1229
  position: "relative"
1070
1230
  },
1071
- [Rr]: {
1231
+ [vr]: {
1072
1232
  backgroundColor: "transparent",
1073
- borderBottom: `${k} solid ${T}`,
1074
- borderTop: `${k} solid ${T}`,
1075
- bottom: G,
1233
+ borderBottom: `${T} solid ${G}`,
1234
+ borderTop: `${T} solid ${G}`,
1235
+ bottom: M,
1076
1236
  boxSizing: "border-box",
1077
1237
  content: '""',
1078
1238
  display: "none",
@@ -1083,212 +1243,220 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tre
1083
1243
  pointerEvents: "none",
1084
1244
  position: "absolute",
1085
1245
  right: "-1px",
1086
- top: G,
1246
+ top: M,
1087
1247
  zIndex: 2
1088
1248
  },
1089
- [Cr]: {
1249
+ [Fr]: {
1090
1250
  borderBottomLeftRadius: "2px",
1091
- borderLeft: `${k} solid ${T}`,
1251
+ borderLeft: `${T} solid ${G}`,
1092
1252
  borderTopLeftRadius: "2px",
1093
- left: G
1253
+ left: M
1094
1254
  },
1095
- [_r]: {
1255
+ [Ar]: {
1096
1256
  borderBottomRightRadius: "2px",
1097
- borderRight: `${k} solid ${T}`,
1257
+ borderRight: `${T} solid ${G}`,
1098
1258
  borderTopRightRadius: "2px",
1099
- right: G
1259
+ right: M
1100
1260
  },
1101
- [Wo]: {
1261
+ [nr]: {
1102
1262
  color: "var(--owp-tree-grid-header-color, #ffffff) !important",
1103
- fontFamily: `${N} !important`,
1263
+ fontFamily: `${h} !important`,
1104
1264
  fontSize: "var(--owp-tree-grid-header-font-size, 14px) !important",
1105
1265
  fontWeight: "var(--owp-tree-grid-header-font-weight, normal) !important",
1106
1266
  lineHeight: "16px"
1107
1267
  },
1108
- [zo]: {
1268
+ [lr]: {
1109
1269
  backgroundColor: "var(--owp-tree-grid-header-background-color, #586980) !important",
1110
1270
  color: "var(--owp-tree-grid-header-color, #ffffff) !important"
1111
1271
  },
1112
- [jo]: p(
1272
+ [cr]: u(
1113
1273
  "--owp-tree-grid-hover-row-background-color",
1114
1274
  E
1115
1275
  ),
1116
- [Uo]: p(
1276
+ [sr]: u(
1117
1277
  "--owp-tree-grid-hover-row-background-color",
1118
1278
  E
1119
1279
  ),
1120
- [Xo]: m(
1280
+ [dr]: m(
1121
1281
  W
1122
1282
  ),
1123
- [Ko]: m(
1283
+ [ir]: m(
1124
1284
  W
1125
1285
  ),
1126
- [se]: p(
1286
+ [_e]: u(
1127
1287
  "--owp-tree-grid-selected-cell-background-color",
1128
1288
  "#FFFFA6"
1129
1289
  ),
1130
- [de]: p(
1290
+ [Ee]: u(
1131
1291
  "--owp-tree-grid-selected-cell-background-color",
1132
1292
  "#FFFFA6"
1133
1293
  ),
1134
- [ie]: p(
1294
+ [Ce]: u(
1135
1295
  "--owp-tree-grid-selected-row-background-color",
1136
1296
  "#EEE"
1137
1297
  ),
1138
- [Yo]: {
1139
- transition: Y
1298
+ [ur]: {
1299
+ transition: Q
1140
1300
  },
1141
- [Qo]: {
1301
+ [pr]: {
1142
1302
  backgroundColor: "transparent",
1143
1303
  backgroundImage: "none"
1144
1304
  },
1145
- [Zo]: {
1305
+ [Sr]: {
1146
1306
  background: "transparent !important",
1147
1307
  backgroundColor: "transparent !important",
1148
1308
  backgroundImage: "none !important",
1149
1309
  opacity: "0 !important"
1150
1310
  },
1151
- [qo]: {
1311
+ [Rr]: {
1152
1312
  backgroundColor: "transparent",
1153
1313
  backgroundImage: "none"
1154
1314
  },
1155
- [Jo]: {
1315
+ [_r]: {
1156
1316
  border: "0 none transparent !important",
1157
1317
  borderColor: "transparent !important",
1158
1318
  boxShadow: "none !important",
1159
1319
  backgroundColor: "transparent !important",
1160
1320
  outlineColor: "transparent !important"
1161
1321
  },
1162
- [er]: p(
1322
+ [Er]: u(
1163
1323
  "--owp-tree-grid-hover-cell-background-color",
1164
1324
  E
1165
1325
  ),
1166
- [or]: {
1167
- ...m(_),
1168
- backgroundColor: `${Ge} !important`
1326
+ [Cr]: {
1327
+ ...m(I),
1328
+ backgroundColor: `${Le} !important`
1169
1329
  },
1170
- [rr]: m(
1171
- _
1330
+ [$r]: m(
1331
+ I
1172
1332
  ),
1173
- [tr]: p(
1333
+ [br]: u(
1174
1334
  "--owp-tree-grid-hover-cell-background-color",
1175
1335
  E
1176
1336
  ),
1177
- [lr]: p(
1337
+ [wr]: u(
1178
1338
  "--owp-tree-grid-hover-cell-background-color",
1179
1339
  E
1180
1340
  ),
1181
- [ar]: p(
1341
+ [Ir]: u(
1182
1342
  "--owp-tree-grid-hover-cell-background-color",
1183
1343
  E
1184
1344
  ),
1185
- [nr]: p(
1345
+ [Or]: u(
1186
1346
  "--owp-tree-grid-hover-cell-background-color",
1187
1347
  E
1188
1348
  ),
1189
- [$r]: {
1190
- borderColor: `${_} !important`
1349
+ [Br]: {
1350
+ borderColor: `${I} !important`
1351
+ },
1352
+ [fr]: {
1353
+ borderColor: `${I} !important`
1191
1354
  },
1192
- [br]: {
1193
- borderColor: `${_} !important`
1355
+ [hr]: {
1356
+ borderTopColor: `${I} !important`,
1357
+ borderBottomColor: `${I} !important`,
1358
+ outlineColor: `${I} !important`
1194
1359
  },
1195
- [wr]: {
1196
- borderTopColor: `${_} !important`,
1197
- borderBottomColor: `${_} !important`,
1198
- outlineColor: `${_} !important`
1360
+ [Lr]: {
1361
+ ...go(L),
1362
+ backgroundColor: `${z} !important`
1199
1363
  },
1200
- [gr]: so(
1201
- _
1202
- ),
1203
- [cr]: p(
1364
+ [Hr]: {
1365
+ backgroundColor: `${z} !important`,
1366
+ fontSize: "14px !important",
1367
+ fontWeight: "600 !important"
1368
+ },
1369
+ [Dr]: u(
1204
1370
  "--owp-tree-grid-focused-cell-background-color",
1205
1371
  "#FFFFFE"
1206
1372
  ),
1207
- [sr]: {
1373
+ [gr]: {
1208
1374
  backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
1209
1375
  },
1210
- [dr]: {
1376
+ [mr]: {
1211
1377
  borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important",
1212
1378
  boxSizing: P
1213
1379
  },
1214
- [ir]: {
1380
+ [kr]: {
1215
1381
  backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1216
1382
  },
1217
- [pr]: {
1383
+ [Tr]: {
1218
1384
  borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1219
1385
  },
1220
- [Er]: x(
1386
+ [xr]: v(
1221
1387
  "--owp-tree-grid-focused-cell-background-color"
1222
1388
  ),
1223
- [Ir]: {
1389
+ [Nr]: {
1224
1390
  backgroundColor: "transparent",
1225
1391
  backgroundImage: "none"
1226
1392
  },
1227
- [Dr]: p(
1393
+ [Vr]: u(
1228
1394
  "--owp-tree-grid-changed-background-color",
1229
1395
  "#EEE"
1230
1396
  ),
1231
- [Or]: {
1397
+ [yr]: {
1232
1398
  color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
1233
- fontWeight: Gr
1399
+ fontWeight: Ur
1234
1400
  },
1235
- [kr]: {
1401
+ [Pr]: {
1236
1402
  color: "var(--owp-tree-grid-body-color, #111112) !important",
1237
1403
  fontWeight: "normal !important"
1238
1404
  },
1239
- [mr]: {
1405
+ [Wr]: {
1240
1406
  color: "var(--owp-tree-grid-body-color, #111112) !important",
1241
1407
  fontWeight: "normal !important"
1242
1408
  },
1243
- [vr]: {
1409
+ [zr]: {
1244
1410
  color: "transparent !important"
1245
1411
  },
1246
- [Tr]: {
1247
- borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important",
1412
+ [jr]: {
1413
+ borderColor: `${L} !important`,
1248
1414
  boxSizing: P
1249
1415
  },
1250
- [xr]: {
1251
- backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
1416
+ [Xr]: {
1417
+ backgroundColor: `${L} !important`
1252
1418
  }
1253
- }, F = /* @__PURE__ */ l((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), et = /* @__PURE__ */ l((e, o, t) => {
1419
+ }, F = /* @__PURE__ */ a((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), bt = /* @__PURE__ */ a((e, o, t) => {
1254
1420
  t && (e[o] = t);
1255
- }, "setOptionalTreeGridCssVariable"), nt = /* @__PURE__ */ l(({
1421
+ }, "setOptionalTreeGridCssVariable"), mt = /* @__PURE__ */ a(({
1256
1422
  width: e,
1257
1423
  height: o,
1258
1424
  treeGridTheme: t,
1259
1425
  gridThemeConfig: c,
1260
1426
  containerStyle: s,
1261
- tableBorderRadius: u
1427
+ tableBorderRadius: p
1262
1428
  }) => {
1263
1429
  const R = {
1264
1430
  height: o,
1265
- "--owp-tree-grid-added-row-box-color": te,
1431
+ "--owp-tree-grid-added-row-box-color": ie,
1266
1432
  width: e
1267
1433
  };
1268
- for (const { cssVariableName: O, getValue: g } of no)
1269
- et(R, O, g(c));
1270
- for (const { cssVariableName: O, getValue: g } of co)
1271
- R[O] = g(t);
1272
- 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)), {
1273
1439
  ...R,
1274
1440
  ...s
1275
1441
  };
1276
1442
  }, "createTreeGridThemeContainerStyle");
1277
1443
  export {
1278
- B as TREE_GRID_ADDED_ROW_BOX_CELL_CLASS,
1279
- Oe as TREE_GRID_ADDED_ROW_BOX_END_CLASS,
1280
- De as TREE_GRID_ADDED_ROW_BOX_START_CLASS,
1281
- re as TREE_GRID_ERROR_CELL_CLASS,
1282
- ke as TREE_GRID_HOVER_CELL_BORDER_COLOR_CSS_VARIABLE,
1283
- be as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
1284
- oe as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
1285
- we as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
1286
- ge as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
1287
- Ie as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
1288
- 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,
1289
1457
  D as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
1290
1458
  r as TREE_GRID_THEME_WRAPPER_CLASS,
1291
- nt as createTreeGridThemeContainerStyle,
1292
- at as treeGridThemeStyles
1459
+ mt as createTreeGridThemeContainerStyle,
1460
+ gt as treeGridThemeStyles
1293
1461
  };
1294
1462
  //# sourceMappingURL=treeGridTheme.js.map