@owp/core 2.5.60 → 2.5.61

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/index11.js +2 -2
  2. package/dist/_virtual/index13.js +2 -2
  3. package/dist/_virtual/index14.js +2 -2
  4. package/dist/_virtual/index15.js +2 -2
  5. package/dist/components/OwpDialog/OwpAlertDialog.js +29 -23
  6. package/dist/components/OwpDialog/OwpAlertDialog.js.map +1 -1
  7. package/dist/components/OwpDialog/OwpDialog.js +91 -65
  8. package/dist/components/OwpDialog/OwpDialog.js.map +1 -1
  9. package/dist/components/OwpDialog/internal/OwpDialogLifecycleContext.js +9 -0
  10. package/dist/components/OwpDialog/internal/OwpDialogLifecycleContext.js.map +1 -0
  11. package/dist/components/OwpDialogsProvider/OwpDialogsProvider.js +136 -71
  12. package/dist/components/OwpDialogsProvider/OwpDialogsProvider.js.map +1 -1
  13. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +65 -65
  14. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  15. package/dist/components/OwpTreeGrid/internal/OwpTreeGridGlobalStyles.js +28 -0
  16. package/dist/components/OwpTreeGrid/internal/OwpTreeGridGlobalStyles.js.map +1 -0
  17. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +836 -547
  18. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
  19. package/dist/configs/defaultConfig.js +252 -112
  20. package/dist/configs/defaultConfig.js.map +1 -1
  21. package/dist/constants/gridTheme.js +72 -46
  22. package/dist/constants/gridTheme.js.map +1 -1
  23. package/dist/features/themePreview/configs/grid.js +40 -27
  24. package/dist/features/themePreview/configs/grid.js.map +1 -1
  25. package/dist/features/themePreview/utils/themePreviewDefinitions.js +64 -6
  26. package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
  27. package/dist/hooks/useOwpDialogs.js.map +1 -1
  28. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  29. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  30. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  31. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  32. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.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/pharmacode/index.js +1 -1
  37. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  38. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
  39. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
  40. package/dist/types/components/OwpDialog/OwpDialog.d.ts +1 -1
  41. package/dist/types/components/OwpDialog/internal/OwpDialogLifecycleContext.d.ts +15 -0
  42. package/dist/types/components/OwpPicker/internal/DatePickerInput.d.ts +1 -1
  43. package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridGlobalStyles.d.ts +2 -0
  44. package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +2 -2
  45. package/dist/types/configs/defaultConfig.d.ts +66 -0
  46. package/dist/types/constants/gridTheme.d.ts +35 -0
  47. package/dist/types/features/themePreview/configs/grid.d.ts +12 -0
  48. package/dist/types/features/themePreview/configs/settings.d.ts +12 -0
  49. package/dist/types/types/OwpDialogTypes.d.ts +14 -0
  50. package/dist/types/types/OwpGridThemeTypes.d.ts +27 -0
  51. package/dist/types/types/index.d.ts +1 -1
  52. package/package.json +1 -1
@@ -1,9 +1,10 @@
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 = [
1
+ var he = Object.defineProperty;
2
+ var t = (e, r) => he(e, "name", { value: r, configurable: !0 });
3
+ import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as Me, TREEGRID_DEFAULT_EDITING_CELL_BORDER_COLOR as Be, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as fe, TREEGRID_DEFAULT_HINT_BACKGROUND_COLOR as xe, TREEGRID_FONT_FAMILY_STACK as V, TREEGRID_ERROR_CELL_BORDER_COLOR as Fe, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
4
+ import { DEFAULT_TABLE_RADIUS as Ne } from "../../../constants/table.js";
5
+ import { OWP_GRID_SCROLLBAR_DEFAULT_ARROW_COLOR as Ve, OWP_GRID_SCROLLBAR_DEFAULT_THUMB_HOVER_COLOR as Pe, OWP_GRID_SCROLLBAR_DEFAULT_THUMB_COLOR as ye, OWP_GRID_SCROLLBAR_DEFAULT_HORIZONTAL_LARGE_THUMB_HEIGHT as We, OWP_GRID_SCROLLBAR_DEFAULT_HORIZONTAL_THUMB_HEIGHT as Ue, OWP_GRID_SCROLLBAR_DEFAULT_BACKGROUND_COLOR as ze, OWP_GRID_SCROLLBAR_DEFAULT_HOVER_BACKGROUND_COLOR as je, OWP_GRID_SCROLLBAR_DEFAULT_BORDER_COLOR as Xe, OWP_GRID_SCROLLBAR_DEFAULT_VERTICAL_LARGE_THUMB_WIDTH as Ke, OWP_GRID_SCROLLBAR_DEFAULT_VERTICAL_THUMB_WIDTH as Ye } from "../../../constants/gridTheme.js";
6
+ import { darken as Ze } from "@mui/material/styles";
7
+ const o = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", Qe = "owp-tree-grid-panel-checkbox-select", qe = "owp-tree-grid-select-all-checked", Je = "owp-tree-grid-select-all-indeterminate", er = "owp-tree-grid-select-all-unchecked", Re = "owp-tree-grid-selected-changed-cell", pe = "owp-tree-grid-error-cell", f = "owp-tree-grid-added-row-box-cell", rr = "owp-tree-grid-added-row-box-start", or = "owp-tree-grid-added-row-box-end", tr = "--owp-tree-grid-hover-cell-border-color", Ce = "--owp-tree-grid-editing-cell-border-color", _e = "--owp-tree-grid-hint-background-color", n = [
7
8
  "TS",
8
9
  "TW",
9
10
  "TB",
@@ -20,7 +21,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
20
21
  "CR",
21
22
  "CP",
22
23
  "CC"
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
+ ], E = "#CDD8E4", C = "1px", d = `var(--owp-tree-grid-table-border-radius, ${Ne})`, Y = "#757575", Ee = "2px", be = `var(--owp-tree-grid-error-cell-border-color, ${Fe})`, lr = `inset 0 0 0 ${Ee} ${be} !important`, L = "2px", ar = "3px 2px 3px 3px", k = "1px", $e = Ze(Me, 0.42), Z = "border-box !important", H = `var(--owp-tree-grid-added-row-box-color, ${$e})`, b = "#f5f5f5", we = "#e0e0e0", Q = `var(--owp-tree-grid-hover-row-border-color, ${we})`, nr = `var(--owp-tree-grid-hover-cell-background-color, ${b})`, I = `var(${tr}, ${we})`, P = `var(${Ce}, ${Be})`, q = `var(${_e}, ${xe})`, cr = 240, z = "TS", j = `var(--owp-tree-grid-scrollbar-background-color, ${ze})`, sr = `var(--owp-tree-grid-scrollbar-hover-background-color, ${je})`, dr = `var(--owp-tree-grid-scrollbar-border-color, ${Xe})`, y = `var(--owp-tree-grid-scrollbar-thumb-color, ${ye})`, W = `var(--owp-tree-grid-scrollbar-thumb-hover-color, ${Pe})`, ir = `var(--owp-tree-grid-scrollbar-arrow-color, ${Ve})`, Sr = `var(--owp-tree-grid-scrollbar-horizontal-thumb-height, ${Ue})`, ur = `var(--owp-tree-grid-scrollbar-horizontal-large-thumb-height, ${We})`, Rr = `var(--owp-tree-grid-scrollbar-vertical-thumb-width, ${Ye})`, pr = `var(--owp-tree-grid-scrollbar-vertical-large-thumb-width, ${Ke})`, Cr = "17px", _r = "31px", Er = "OwpSoftChange", br = "OwpSoftRevert", $r = "OwpSoftRowSelect", wr = "OwpSoftRowDeselect", gr = "OwpSoftRowAdd", Or = "OwpSoftRowRemove", Ir = "OwpPickerMenuShowDown", Dr = "OwpPickerMenuShowUp", mr = "OwpPickerMenuHideDown", Tr = "OwpPickerMenuHideUp", vr = "rgba(25, 118, 210, 0.36)", Gr = "rgba(25, 118, 210, 0.20)", Lr = "rgba(25, 118, 210, 0.26)", kr = "rgba(25, 118, 210, 0.13)", Hr = "rgba(96, 125, 139, 0.35)", Ar = "rgba(96, 125, 139, 0.20)", hr = "rgba(96, 125, 139, 0.32)", Mr = "rgba(96, 125, 139, 0.16)", Br = "rgba(25, 118, 210, 0.14)", fr = "rgba(25, 118, 210, 0.08)", xr = "rgba(25, 118, 210, 0.1)", Fr = "rgba(25, 118, 210, 0.05)", Nr = "rgba(46, 125, 50, 0.24)", Vr = "rgba(46, 125, 50, 0.12)", Pr = "rgba(46, 125, 50, 0.16)", yr = "rgba(46, 125, 50, 0.07)", Wr = "rgba(96, 125, 139, 0.16)", Ur = "rgba(96, 125, 139, 0.06)", zr = "rgba(96, 125, 139, 0.1)", jr = "rgba(96, 125, 139, 0.035)", J = "rgba(25, 118, 210, 0)", ee = "rgba(96, 125, 139, 0)", re = "rgba(25, 118, 210, 0)", oe = "rgba(46, 125, 50, 0)", te = "rgba(96, 125, 139, 0)", le = "background-color 140ms ease-out, box-shadow 140ms ease-out", x = [
24
25
  "DefaultsLeft",
25
26
  "DefaultsRight",
26
27
  "DefaultsTop",
@@ -29,12 +30,12 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
29
30
  "EnumRight",
30
31
  "EnumTop",
31
32
  "EnumBottom"
32
- ], A = [
33
+ ], B = [
33
34
  "CursorBorderLeft",
34
35
  "CursorBorderRight",
35
36
  "CursorBorderTop",
36
37
  "CursorBorderBottom"
37
- ], Eo = [
38
+ ], Xr = [
38
39
  "DialogButton",
39
40
  "DragObject",
40
41
  "Edit",
@@ -81,223 +82,271 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
81
82
  "TipBody",
82
83
  "TipMain",
83
84
  "TipOuter"
84
- ], C = /* @__PURE__ */ a((e) => `url("data:image/svg+xml,${encodeURIComponent(e)}")`, "createTreeGridSvgBackgroundImage"), Co = C(
85
+ ], p = /* @__PURE__ */ t((e) => `url("data:image/svg+xml,${encodeURIComponent(e)}")`, "createTreeGridSvgBackgroundImage"), Kr = p(
85
86
  '<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>'
86
- ), $o = C(
87
+ ), Yr = p(
87
88
  '<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>'
88
- ), Z = C(
89
+ ), ae = p(
89
90
  '<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>'
90
- ), q = C(
91
+ ), ne = p(
91
92
  '<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>'
92
- ), bo = C(
93
+ ), Zr = p(
93
94
  '<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>'
94
- ), J = C(
95
+ ), ce = p(
95
96
  '<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>'
96
- ), ee = C(
97
+ ), se = p(
97
98
  '<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>'
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 = [
99
+ ), Qr = p(
100
+ '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" d="M8 3.2 2.9 8.3l1.3 1.3L8 5.8l3.8 3.8 1.3-1.3L8 3.2z"/></svg>'
101
+ ), qr = p(
102
+ '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" d="m8 12.8 5.1-5.1-1.3-1.3L8 10.2 4.2 6.4 2.9 7.7 8 12.8z"/></svg>'
103
+ ), Jr = p(
104
+ '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" d="M3.2 8 8.3 2.9l1.3 1.3L5.8 8l3.8 3.8-1.3 1.3L3.2 8z"/></svg>'
105
+ ), eo = p(
106
+ '<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" d="m12.8 8-5.1 5.1-1.3-1.3L10.2 8 6.4 4.2l1.3-1.3L12.8 8z"/></svg>'
107
+ ), ro = "var(--owp-tree-grid-header-background-color, #586980)", oo = "var(--owp-tree-grid-focused-cell-border-color, var(--owp-tree-grid-hover-cell-border-color, var(--owp-tree-grid-header-background-color, #586980)))", to = [
99
108
  {
100
109
  cssVariableName: "--owp-tree-grid-body-background-color",
101
- getValue: /* @__PURE__ */ a((e) => {
102
- var o;
103
- return (o = e == null ? void 0 : e.body) == null ? void 0 : o.backgroundColor;
110
+ getValue: /* @__PURE__ */ t((e) => {
111
+ var r;
112
+ return (r = e == null ? void 0 : e.body) == null ? void 0 : r.backgroundColor;
104
113
  }, "getValue")
105
114
  },
106
115
  {
107
116
  cssVariableName: "--owp-tree-grid-body-color",
108
- getValue: /* @__PURE__ */ a((e) => {
109
- var o;
110
- return (o = e == null ? void 0 : e.body) == null ? void 0 : o.color;
117
+ getValue: /* @__PURE__ */ t((e) => {
118
+ var r;
119
+ return (r = e == null ? void 0 : e.body) == null ? void 0 : r.color;
111
120
  }, "getValue")
112
121
  },
113
122
  {
114
123
  cssVariableName: "--owp-tree-grid-body-fill-background-color",
115
- getValue: /* @__PURE__ */ a((e) => {
116
- var o;
117
- return (o = e == null ? void 0 : e.body) == null ? void 0 : o.fillBackgroundColor;
124
+ getValue: /* @__PURE__ */ t((e) => {
125
+ var r;
126
+ return (r = e == null ? void 0 : e.body) == null ? void 0 : r.fillBackgroundColor;
118
127
  }, "getValue")
119
128
  },
120
129
  {
121
130
  cssVariableName: "--owp-tree-grid-row-background-color",
122
- getValue: /* @__PURE__ */ a((e) => {
123
- var o;
124
- return (o = e == null ? void 0 : e.row) == null ? void 0 : o.backgroundColor;
131
+ getValue: /* @__PURE__ */ t((e) => {
132
+ var r;
133
+ return (r = e == null ? void 0 : e.row) == null ? void 0 : r.backgroundColor;
125
134
  }, "getValue")
126
135
  },
127
136
  {
128
137
  cssVariableName: "--owp-tree-grid-row-solid-background-color",
129
- getValue: /* @__PURE__ */ a((e) => {
130
- var o;
131
- return (o = e == null ? void 0 : e.row) == null ? void 0 : o.solidBackgroundColor;
138
+ getValue: /* @__PURE__ */ t((e) => {
139
+ var r;
140
+ return (r = e == null ? void 0 : e.row) == null ? void 0 : r.solidBackgroundColor;
132
141
  }, "getValue")
133
142
  },
134
143
  {
135
144
  cssVariableName: "--owp-tree-grid-hover-row-background-color",
136
- getValue: /* @__PURE__ */ a((e) => {
137
- var o, t;
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);
145
+ getValue: /* @__PURE__ */ t((e) => {
146
+ var r, l;
147
+ return ((r = e == null ? void 0 : e.state) == null ? void 0 : r.hoverBackgroundColor) ?? ((l = e == null ? void 0 : e.state) == null ? void 0 : l.hoverRowBackgroundColor);
139
148
  }, "getValue")
140
149
  },
141
150
  {
142
151
  cssVariableName: "--owp-tree-grid-hover-row-border-color",
143
- getValue: /* @__PURE__ */ a((e) => {
144
- var o, t;
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);
152
+ getValue: /* @__PURE__ */ t((e) => {
153
+ var r, l;
154
+ return ((r = e == null ? void 0 : e.state) == null ? void 0 : r.hoverBorderColor) ?? ((l = e == null ? void 0 : e.state) == null ? void 0 : l.hoverRowBorderColor);
146
155
  }, "getValue")
147
156
  },
148
157
  {
149
158
  cssVariableName: "--owp-tree-grid-selected-row-background-color",
150
- getValue: /* @__PURE__ */ a((e) => {
151
- var o;
152
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.selectedRowBackgroundColor;
159
+ getValue: /* @__PURE__ */ t((e) => {
160
+ var r;
161
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.selectedRowBackgroundColor;
153
162
  }, "getValue")
154
163
  },
155
164
  {
156
165
  cssVariableName: "--owp-tree-grid-selected-cell-background-color",
157
- getValue: /* @__PURE__ */ a((e) => {
158
- var o;
159
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.selectedCellBackgroundColor;
166
+ getValue: /* @__PURE__ */ t((e) => {
167
+ var r;
168
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.selectedCellBackgroundColor;
160
169
  }, "getValue")
161
170
  },
162
171
  {
163
172
  cssVariableName: "--owp-tree-grid-focused-row-background-color",
164
- getValue: /* @__PURE__ */ a((e) => {
165
- var o;
166
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedRowBackgroundColor;
173
+ getValue: /* @__PURE__ */ t((e) => {
174
+ var r;
175
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.focusedRowBackgroundColor;
167
176
  }, "getValue")
168
177
  },
169
178
  {
170
179
  cssVariableName: "--owp-tree-grid-focused-row-border-color",
171
- getValue: /* @__PURE__ */ a((e) => {
172
- var o;
173
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedRowBorderColor;
180
+ getValue: /* @__PURE__ */ t((e) => {
181
+ var r;
182
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.focusedRowBorderColor;
174
183
  }, "getValue")
175
184
  },
176
185
  {
177
186
  cssVariableName: "--owp-tree-grid-hover-cell-background-color",
178
- getValue: /* @__PURE__ */ a((e) => {
179
- var o, t;
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);
187
+ getValue: /* @__PURE__ */ t((e) => {
188
+ var r, l;
189
+ return ((r = e == null ? void 0 : e.state) == null ? void 0 : r.hoverBackgroundColor) ?? ((l = e == null ? void 0 : e.state) == null ? void 0 : l.hoverCellBackgroundColor);
181
190
  }, "getValue")
182
191
  },
183
192
  {
184
193
  cssVariableName: "--owp-tree-grid-hover-cell-border-color",
185
- getValue: /* @__PURE__ */ a((e) => {
186
- var o, t;
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);
194
+ getValue: /* @__PURE__ */ t((e) => {
195
+ var r, l;
196
+ return ((r = e == null ? void 0 : e.state) == null ? void 0 : r.hoverBorderColor) ?? ((l = e == null ? void 0 : e.state) == null ? void 0 : l.hoverCellBorderColor);
188
197
  }, "getValue")
189
198
  },
190
199
  {
191
200
  cssVariableName: "--owp-tree-grid-focused-cell-background-color",
192
- getValue: /* @__PURE__ */ a((e) => {
193
- var o;
194
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellBackgroundColor;
201
+ getValue: /* @__PURE__ */ t((e) => {
202
+ var r;
203
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.focusedCellBackgroundColor;
195
204
  }, "getValue")
196
205
  },
197
206
  {
198
207
  cssVariableName: "--owp-tree-grid-focused-cell-border-color",
199
- getValue: /* @__PURE__ */ a((e) => {
200
- var o;
201
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellBorderColor;
208
+ getValue: /* @__PURE__ */ t((e) => {
209
+ var r;
210
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.focusedCellBorderColor;
202
211
  }, "getValue")
203
212
  },
204
213
  {
205
- cssVariableName: le,
206
- getValue: /* @__PURE__ */ a((e) => {
207
- var o;
208
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.editingCellBorderColor;
214
+ cssVariableName: Ce,
215
+ getValue: /* @__PURE__ */ t((e) => {
216
+ var r;
217
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.editingCellBorderColor;
209
218
  }, "getValue")
210
219
  },
211
220
  {
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;
221
+ cssVariableName: _e,
222
+ getValue: /* @__PURE__ */ t((e) => {
223
+ var r;
224
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.hintBackgroundColor;
216
225
  }, "getValue")
217
226
  },
218
227
  {
219
228
  cssVariableName: "--owp-tree-grid-error-cell-border-color",
220
- getValue: /* @__PURE__ */ a((e) => {
221
- var o;
222
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.errorCellBorderColor;
229
+ getValue: /* @__PURE__ */ t((e) => {
230
+ var r;
231
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.errorCellBorderColor;
223
232
  }, "getValue")
224
233
  },
225
234
  {
226
235
  cssVariableName: "--owp-tree-grid-focused-cell-rect-background-color",
227
- getValue: /* @__PURE__ */ a((e) => {
228
- var o;
229
- return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellRectBackgroundColor;
236
+ getValue: /* @__PURE__ */ t((e) => {
237
+ var r;
238
+ return (r = e == null ? void 0 : e.state) == null ? void 0 : r.focusedCellRectBackgroundColor;
230
239
  }, "getValue")
231
240
  },
232
241
  {
233
242
  cssVariableName: "--owp-tree-grid-changed-row-background-color",
234
- getValue: /* @__PURE__ */ a((e) => {
235
- var o;
236
- return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.rowBackgroundColor;
243
+ getValue: /* @__PURE__ */ t((e) => {
244
+ var r;
245
+ return (r = e == null ? void 0 : e.changed) == null ? void 0 : r.rowBackgroundColor;
237
246
  }, "getValue")
238
247
  },
239
248
  {
240
249
  cssVariableName: "--owp-tree-grid-changed-background-color",
241
- getValue: /* @__PURE__ */ a((e) => {
242
- var o;
243
- return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.backgroundColor;
250
+ getValue: /* @__PURE__ */ t((e) => {
251
+ var r;
252
+ return (r = e == null ? void 0 : e.changed) == null ? void 0 : r.backgroundColor;
244
253
  }, "getValue")
245
254
  },
246
255
  {
247
256
  cssVariableName: "--owp-tree-grid-changed-text-color",
248
- getValue: /* @__PURE__ */ a((e) => {
249
- var o;
250
- return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.color;
257
+ getValue: /* @__PURE__ */ t((e) => {
258
+ var r;
259
+ return (r = e == null ? void 0 : e.changed) == null ? void 0 : r.color;
251
260
  }, "getValue")
252
261
  },
253
262
  {
254
263
  cssVariableName: "--owp-tree-grid-changed-font-weight",
255
- getValue: /* @__PURE__ */ a((e) => {
256
- var o;
257
- return ((o = e == null ? void 0 : e.changed) == null ? void 0 : o.fontWeight) === void 0 ? void 0 : String(e.changed.fontWeight);
264
+ getValue: /* @__PURE__ */ t((e) => {
265
+ var r;
266
+ return ((r = e == null ? void 0 : e.changed) == null ? void 0 : r.fontWeight) === void 0 ? void 0 : String(e.changed.fontWeight);
258
267
  }, "getValue")
259
268
  }
260
- ], Do = [
269
+ ], lo = [
261
270
  {
262
271
  cssVariableName: "--owp-tree-grid-header-background-color",
263
- getValue: /* @__PURE__ */ a((e) => e.header.backgroundColor, "getValue")
272
+ getValue: /* @__PURE__ */ t((e) => e.header.backgroundColor, "getValue")
264
273
  },
265
274
  {
266
275
  cssVariableName: "--owp-tree-grid-header-color",
267
- getValue: /* @__PURE__ */ a((e) => e.header.color, "getValue")
276
+ getValue: /* @__PURE__ */ t((e) => e.header.color, "getValue")
268
277
  },
269
278
  {
270
279
  cssVariableName: "--owp-tree-grid-header-font-size",
271
- getValue: /* @__PURE__ */ a((e) => F(e.header.fontSize), "getValue")
280
+ getValue: /* @__PURE__ */ t((e) => $(e.header.fontSize), "getValue")
272
281
  },
273
282
  {
274
283
  cssVariableName: "--owp-tree-grid-header-font-weight",
275
- getValue: /* @__PURE__ */ a((e) => String(e.header.fontWeight), "getValue")
284
+ getValue: /* @__PURE__ */ t((e) => String(e.header.fontWeight), "getValue")
276
285
  },
277
286
  {
278
287
  cssVariableName: "--owp-tree-grid-header-height",
279
- getValue: /* @__PURE__ */ a((e) => F(e.header.height), "getValue")
288
+ getValue: /* @__PURE__ */ t((e) => $(e.header.height), "getValue")
280
289
  },
281
290
  {
282
291
  cssVariableName: "--owp-tree-grid-cell-font-size",
283
- getValue: /* @__PURE__ */ a((e) => F(e.cell.fontSize), "getValue")
292
+ getValue: /* @__PURE__ */ t((e) => $(e.cell.fontSize), "getValue")
293
+ },
294
+ {
295
+ cssVariableName: "--owp-tree-grid-scrollbar-background-color",
296
+ getValue: /* @__PURE__ */ t((e) => e.scrollbar.backgroundColor, "getValue")
297
+ },
298
+ {
299
+ cssVariableName: "--owp-tree-grid-scrollbar-hover-background-color",
300
+ getValue: /* @__PURE__ */ t((e) => e.scrollbar.hoverBackgroundColor, "getValue")
301
+ },
302
+ {
303
+ cssVariableName: "--owp-tree-grid-scrollbar-border-color",
304
+ getValue: /* @__PURE__ */ t((e) => e.scrollbar.borderColor, "getValue")
305
+ },
306
+ {
307
+ cssVariableName: "--owp-tree-grid-scrollbar-thumb-color",
308
+ getValue: /* @__PURE__ */ t((e) => e.scrollbar.thumbColor, "getValue")
309
+ },
310
+ {
311
+ cssVariableName: "--owp-tree-grid-scrollbar-thumb-hover-color",
312
+ getValue: /* @__PURE__ */ t((e) => e.scrollbar.thumbHoverColor, "getValue")
313
+ },
314
+ {
315
+ cssVariableName: "--owp-tree-grid-scrollbar-arrow-color",
316
+ getValue: /* @__PURE__ */ t((e) => e.scrollbar.arrowColor, "getValue")
317
+ },
318
+ {
319
+ cssVariableName: "--owp-tree-grid-scrollbar-horizontal-thumb-height",
320
+ getValue: /* @__PURE__ */ t((e) => $(e.scrollbar.horizontalThumbHeight), "getValue")
321
+ },
322
+ {
323
+ cssVariableName: "--owp-tree-grid-scrollbar-horizontal-large-thumb-height",
324
+ getValue: /* @__PURE__ */ t((e) => $(e.scrollbar.horizontalLargeThumbHeight), "getValue")
325
+ },
326
+ {
327
+ cssVariableName: "--owp-tree-grid-scrollbar-vertical-thumb-width",
328
+ getValue: /* @__PURE__ */ t((e) => $(e.scrollbar.verticalThumbWidth), "getValue")
329
+ },
330
+ {
331
+ cssVariableName: "--owp-tree-grid-scrollbar-vertical-large-thumb-width",
332
+ getValue: /* @__PURE__ */ t((e) => $(e.scrollbar.verticalLargeThumbWidth), "getValue")
284
333
  }
285
- ], u = /* @__PURE__ */ a((e, o) => ({
286
- backgroundColor: `var(${e}, ${o}) !important`
287
- }), "createTreeGridBackgroundColorStyle"), v = /* @__PURE__ */ a((e) => ({
334
+ ], u = /* @__PURE__ */ t((e, r) => ({
335
+ backgroundColor: `var(${e}, ${r}) !important`
336
+ }), "createTreeGridBackgroundColorStyle"), A = /* @__PURE__ */ t((e) => ({
288
337
  backgroundColor: `var(${e}) !important`
289
- }), "createTreeGridOptionalBackgroundColorStyle"), m = /* @__PURE__ */ a((e) => ({
338
+ }), "createTreeGridOptionalBackgroundColorStyle"), v = /* @__PURE__ */ t((e) => ({
290
339
  borderColor: `${e} !important`,
291
340
  borderTopColor: `${e} !important`,
292
341
  borderRightColor: `${e} !important`,
293
342
  borderBottomColor: `${e} !important`,
294
343
  borderLeftColor: `${e} !important`,
295
344
  outlineColor: `${e} !important`
296
- }), "createTreeGridBorderColorStyle"), go = /* @__PURE__ */ a((e) => ({
297
- ...m(e),
345
+ }), "createTreeGridBorderColorStyle"), ao = /* @__PURE__ */ t((e) => ({
346
+ ...v(e),
298
347
  borderStyle: "solid !important",
299
348
  borderWidth: "1px !important"
300
- }), "createTreeGridSolidBorderColorStyle"), oe = /* @__PURE__ */ a((e) => ({
349
+ }), "createTreeGridSolidBorderColorStyle"), de = /* @__PURE__ */ t((e) => ({
301
350
  "0%": {
302
351
  animationTimingFunction: "cubic-bezier(0.4, 0, 0.2, 1)",
303
352
  opacity: 0,
@@ -315,7 +364,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
315
364
  transform: "scale(1, 1)",
316
365
  transformOrigin: e
317
366
  }
318
- }), "createTreeGridPickerMenuShowKeyframes"), re = /* @__PURE__ */ a((e) => ({
367
+ }), "createTreeGridPickerMenuShowKeyframes"), ie = /* @__PURE__ */ t((e) => ({
319
368
  "0%": {
320
369
  animationTimingFunction: "linear",
321
370
  opacity: 1,
@@ -333,81 +382,81 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
333
382
  transform: "scale(0.75, 0.5625)",
334
383
  transformOrigin: e
335
384
  }
336
- }), "createTreeGridPickerMenuHideKeyframes"), mo = /* @__PURE__ */ a(() => Object.fromEntries(
337
- l.flatMap((e) => [
385
+ }), "createTreeGridPickerMenuHideKeyframes"), no = /* @__PURE__ */ t(() => Object.fromEntries(
386
+ n.flatMap((e) => [
338
387
  [
339
- `@keyframes ${e}${Ne}`,
388
+ `@keyframes ${e}${Er}`,
340
389
  {
341
390
  "0%": {
342
- boxShadow: `inset 0 0 0 1px ${Ye}, inset 0 0 0 9999px ${Qe}`
391
+ boxShadow: `inset 0 0 0 1px ${vr}, inset 0 0 0 9999px ${Gr}`
343
392
  },
344
393
  "40%": {
345
- boxShadow: `inset 0 0 0 1px ${Ze}, inset 0 0 0 9999px ${qe}`
394
+ boxShadow: `inset 0 0 0 1px ${Lr}, inset 0 0 0 9999px ${kr}`
346
395
  },
347
396
  "100%": {
348
- boxShadow: `inset 0 0 0 1px ${U}, inset 0 0 0 9999px ${U}`
397
+ boxShadow: `inset 0 0 0 1px ${J}, inset 0 0 0 9999px ${J}`
349
398
  }
350
399
  }
351
400
  ],
352
401
  [
353
- `@keyframes ${e}${Ve}`,
402
+ `@keyframes ${e}${br}`,
354
403
  {
355
404
  "0%": {
356
- boxShadow: `inset 0 0 0 1px ${Je}, inset 0 0 0 9999px ${eo}`
405
+ boxShadow: `inset 0 0 0 1px ${Hr}, inset 0 0 0 9999px ${Ar}`
357
406
  },
358
407
  "35%": {
359
- boxShadow: `inset 0 0 0 1px ${oo}, inset 0 0 0 9999px ${ro}`
408
+ boxShadow: `inset 0 0 0 1px ${hr}, inset 0 0 0 9999px ${Mr}`
360
409
  },
361
410
  "100%": {
362
- boxShadow: `inset 0 0 0 1px ${j}, inset 0 0 0 9999px ${j}`
411
+ boxShadow: `inset 0 0 0 1px ${ee}, inset 0 0 0 9999px ${ee}`
363
412
  }
364
413
  }
365
414
  ],
366
415
  [
367
- `@keyframes ${e}${ye}`,
416
+ `@keyframes ${e}${$r}`,
368
417
  {
369
418
  "0%": {
370
- boxShadow: `inset 0 0 0 9999px ${X}`
419
+ boxShadow: `inset 0 0 0 9999px ${re}`
371
420
  },
372
421
  "45%": {
373
- boxShadow: `inset 0 0 0 9999px ${to}`
422
+ boxShadow: `inset 0 0 0 9999px ${Br}`
374
423
  },
375
424
  "100%": {
376
- boxShadow: `inset 0 0 0 9999px ${ao}`
425
+ boxShadow: `inset 0 0 0 9999px ${fr}`
377
426
  }
378
427
  }
379
428
  ],
380
429
  [
381
- `@keyframes ${e}${Pe}`,
430
+ `@keyframes ${e}${wr}`,
382
431
  {
383
432
  "0%": {
384
- boxShadow: `inset 0 0 0 9999px ${no}`
433
+ boxShadow: `inset 0 0 0 9999px ${xr}`
385
434
  },
386
435
  "55%": {
387
- boxShadow: `inset 0 0 0 9999px ${lo}`
436
+ boxShadow: `inset 0 0 0 9999px ${Fr}`
388
437
  },
389
438
  "100%": {
390
- boxShadow: `inset 0 0 0 9999px ${X}`
439
+ boxShadow: `inset 0 0 0 9999px ${re}`
391
440
  }
392
441
  }
393
442
  ],
394
443
  [
395
- `@keyframes ${e}${We}`,
444
+ `@keyframes ${e}${gr}`,
396
445
  {
397
446
  "0%": {
398
- boxShadow: `inset 0 0 0 1px ${co}, inset 0 0 0 9999px ${so}`,
447
+ boxShadow: `inset 0 0 0 1px ${Nr}, inset 0 0 0 9999px ${Vr}`,
399
448
  opacity: 0.72,
400
449
  transform: "scaleY(0.985)",
401
450
  transformOrigin: "center center"
402
451
  },
403
452
  "45%": {
404
- boxShadow: `inset 0 0 0 1px ${io}, inset 0 0 0 9999px ${uo}`,
453
+ boxShadow: `inset 0 0 0 1px ${Pr}, inset 0 0 0 9999px ${yr}`,
405
454
  opacity: 1,
406
455
  transform: "scaleY(1)",
407
456
  transformOrigin: "center center"
408
457
  },
409
458
  "100%": {
410
- boxShadow: `inset 0 0 0 1px ${K}, inset 0 0 0 9999px ${K}`,
459
+ boxShadow: `inset 0 0 0 1px ${oe}, inset 0 0 0 9999px ${oe}`,
411
460
  opacity: 1,
412
461
  transform: "scaleY(1)",
413
462
  transformOrigin: "center center"
@@ -415,108 +464,108 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
415
464
  }
416
465
  ],
417
466
  [
418
- `@keyframes ${e}${ze}`,
467
+ `@keyframes ${e}${Or}`,
419
468
  {
420
469
  "0%": {
421
- boxShadow: `inset 0 0 0 1px ${po}, inset 0 0 0 9999px ${So}`,
470
+ boxShadow: `inset 0 0 0 1px ${Wr}, inset 0 0 0 9999px ${Ur}`,
422
471
  opacity: 1
423
472
  },
424
473
  "45%": {
425
- boxShadow: `inset 0 0 0 1px ${Ro}, inset 0 0 0 9999px ${_o}`,
474
+ boxShadow: `inset 0 0 0 1px ${zr}, inset 0 0 0 9999px ${jr}`,
426
475
  opacity: 0.92
427
476
  },
428
477
  "100%": {
429
- boxShadow: `inset 0 0 0 1px ${Y}, inset 0 0 0 9999px ${Y}`,
478
+ boxShadow: `inset 0 0 0 1px ${te}, inset 0 0 0 9999px ${te}`,
430
479
  opacity: 0.78
431
480
  }
432
481
  }
433
482
  ],
434
483
  [
435
- `@keyframes ${e}${Ue}`,
436
- oe("top center")
484
+ `@keyframes ${e}${Ir}`,
485
+ de("top center")
437
486
  ],
438
487
  [
439
- `@keyframes ${e}${je}`,
440
- oe("bottom center")
488
+ `@keyframes ${e}${Dr}`,
489
+ de("bottom center")
441
490
  ],
442
491
  [
443
- `@keyframes ${e}${Xe}`,
444
- re("top center")
492
+ `@keyframes ${e}${mr}`,
493
+ ie("top center")
445
494
  ],
446
495
  [
447
- `@keyframes ${e}${Ke}`,
448
- re("bottom center")
496
+ `@keyframes ${e}${Tr}`,
497
+ ie("bottom center")
449
498
  ]
450
499
  ])
451
- ), "createTreeGridSoftAnimationKeyframeStyles"), n = /* @__PURE__ */ a(({
452
- wrapperSelector: e = `.${r}`,
453
- rowSuffix: o,
454
- suffixes: t,
500
+ ), "createTreeGridSoftAnimationKeyframeStyles"), a = /* @__PURE__ */ t(({
501
+ wrapperSelector: e = `.${o}`,
502
+ rowSuffix: r,
503
+ suffixes: l,
455
504
  descendant: c = "",
456
505
  withChildren: s = !1
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(({
461
- wrapperSelector: e = `.${r}`,
462
- ancestorSuffixes: o,
463
- suffixes: t,
506
+ }) => n.flatMap((R) => l.flatMap((_) => {
507
+ const T = r ? ` .${R}${r}` : "", O = `${e}${T} .${R}${_}${c}`;
508
+ return s ? [O, `${O} *`] : [O];
509
+ })).join(", "), "createTreeGridSelectors"), S = /* @__PURE__ */ t((e, r = "") => e.map((l) => `.${o} .${z}${l}${r}`).join(", "), "createTreeGridStandardSelectors"), F = /* @__PURE__ */ t((e, r) => e.split(", ").map((l) => `${l}${r}`).join(", "), "appendTreeGridSelectorListSuffix"), w = /* @__PURE__ */ t(({
510
+ wrapperSelector: e = `.${o}`,
511
+ ancestorSuffixes: r,
512
+ suffixes: l,
464
513
  descendant: c = ""
465
- }) => l.flatMap((s) => o.flatMap((p) => t.map((R) => `${e} .${s}${p} .${s}${R}${c}`))).join(", "), "createTreeGridNestedSelectors"), pe = /* @__PURE__ */ a(({
466
- wrapperSelector: e = `.${r}`,
467
- baseSuffixes: o,
468
- suffixes: t,
514
+ }) => n.flatMap((s) => r.flatMap((R) => l.map((_) => `${e} .${s}${R} .${s}${_}${c}`))).join(", "), "createTreeGridNestedSelectors"), ge = /* @__PURE__ */ t(({
515
+ wrapperSelector: e = `.${o}`,
516
+ baseSuffixes: r,
517
+ suffixes: l,
469
518
  descendant: c = ""
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,
519
+ }) => n.flatMap((s) => r.flatMap((R) => l.map((_) => `${e} .${s}${R}.${s}${_}${c}`))).join(", "), "createTreeGridCompoundSelectors"), D = `.${o}.${Qe}`, co = `${D}.${qe}`, so = `${D}.${Je}`, io = `${D}.${er}`, So = a({
520
+ wrapperSelector: D,
472
521
  suffixes: ["PanelSelect"]
473
- }), vo = n({
474
- wrapperSelector: O,
522
+ }), uo = a({
523
+ wrapperSelector: D,
475
524
  suffixes: ["PanelSelectOn"]
476
- }), Fo = $({
477
- wrapperSelector: O,
525
+ }), Ro = w({
526
+ wrapperSelector: D,
478
527
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
479
528
  suffixes: ["PanelSelect"]
480
- }), Ao = $({
481
- wrapperSelector: O,
529
+ }), po = w({
530
+ wrapperSelector: D,
482
531
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
483
532
  suffixes: ["PanelSelectOn"]
484
- }), xo = $({
485
- wrapperSelector: ko,
533
+ }), Co = w({
534
+ wrapperSelector: co,
486
535
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
487
536
  suffixes: ["PanelSelect", "PanelSelectOn"]
488
- }), Bo = $({
489
- wrapperSelector: To,
537
+ }), _o = w({
538
+ wrapperSelector: so,
490
539
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
491
540
  suffixes: ["PanelSelect", "PanelSelectOn"]
492
- }), fo = $({
493
- wrapperSelector: Mo,
541
+ }), Eo = w({
542
+ wrapperSelector: io,
494
543
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
495
544
  suffixes: ["PanelSelect", "PanelSelectOn"]
496
- }), ho = n({
545
+ }), bo = a({
497
546
  suffixes: ["Filter0"]
498
- }), Lo = n({
547
+ }), $o = a({
499
548
  suffixes: ["Filter1"]
500
- }), Ho = n({
549
+ }), wo = a({
501
550
  suffixes: ["Main"],
502
551
  withChildren: !0
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} *`];
552
+ }), go = n.flatMap((e) => [
553
+ `.${o} .${e}Main`,
554
+ `.${o} .${e}Main *`,
555
+ ...Xr.flatMap((r) => {
556
+ const l = `.${e}${r}`;
557
+ return [l, `${l} *`];
509
558
  })
510
- ]).join(", "), Vo = n({
559
+ ]).join(", "), Oo = a({
511
560
  suffixes: ["Main"]
512
- }), yo = n({
561
+ }), Io = a({
513
562
  suffixes: ["ClassReadOnly"],
514
563
  withChildren: !0
515
- }), Po = n({
564
+ }), Do = a({
516
565
  suffixes: ["MainTable"]
517
- }), Wo = n({
566
+ }), mo = a({
518
567
  suffixes: ["NoDataRow"]
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({
568
+ }), K = `.${o}.${m}`, To = n.map((e) => `.${o}.${m} .${e}MainTable`).join(", "), vo = `${K}::before`, Go = `${K}::after`, Lo = `calc(${d} - ${C})`, ko = `calc(var(--owp-tree-grid-header-height, 33px) - ${d} + ${C})`, Ho = n.map((e) => `.${o}:not(.${m}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Ao = a({
520
569
  suffixes: [
521
570
  "VScroll",
522
571
  "VScrollTop",
@@ -549,33 +598,155 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
549
598
  "CustScroll4Right",
550
599
  "CustScroll4RightHidden"
551
600
  ]
552
- }), Zo = l.flatMap(
601
+ }), ho = n.flatMap(
553
602
  (e) => [
554
- `.${r} .${e}CustScroll1Up > div`,
555
- `.${r} .${e}CustScroll1Up > div > div`,
556
- `.${r} .${e}CustScroll1UpHover > div`,
557
- `.${r} .${e}CustScroll1UpHover > div > div`,
558
- `.${r} .${e}CustScroll2Up > div`,
559
- `.${r} .${e}CustScroll2Up > div > div`,
560
- `.${r} .${e}CustScroll2UpHover > div`,
561
- `.${r} .${e}CustScroll2UpHover > div > div`
603
+ `.${o} .${e}CustScroll1Up > div`,
604
+ `.${o} .${e}CustScroll1Up > div > div`,
605
+ `.${o} .${e}CustScroll1UpHover > div`,
606
+ `.${o} .${e}CustScroll1UpHover > div > div`,
607
+ `.${o} .${e}CustScroll2Up > div`,
608
+ `.${o} .${e}CustScroll2Up > div > div`,
609
+ `.${o} .${e}CustScroll2UpHover > div`,
610
+ `.${o} .${e}CustScroll2UpHover > div > div`
562
611
  ]
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({
612
+ ).join(", "), Mo = S([
613
+ "VScroll",
614
+ "HScrollHidden",
615
+ "XScroll",
616
+ "CustScroll1RightHidden",
617
+ "CustScroll2RightHidden",
618
+ "CustScroll1Left",
619
+ "CustScroll1LeftHover",
620
+ "CustScroll2Left",
621
+ "CustScroll2LeftHover",
622
+ "CustScroll1Right",
623
+ "CustScroll1RightHover",
624
+ "CustScroll2Right",
625
+ "CustScroll2RightHover",
626
+ "CustScroll1DownHidden",
627
+ "CustScroll2DownHidden",
628
+ "CustScroll1Up",
629
+ "CustScroll1UpHover",
630
+ "CustScroll2Up",
631
+ "CustScroll2UpHover",
632
+ "CustScroll1Down",
633
+ "CustScroll1DownHover",
634
+ "CustScroll2Down",
635
+ "CustScroll2DownHover",
636
+ "CustScroll1X",
637
+ "CustScroll2X",
638
+ "CustScroll3Right",
639
+ "CustScroll3RightHidden",
640
+ "CustScroll3Down",
641
+ "CustScroll3DownHidden",
642
+ "CustScroll3X"
643
+ ]), Bo = S([
644
+ "VScroll",
645
+ "HScrollLeft",
646
+ "HScrollMid",
647
+ "HScrollRight",
648
+ "XScroll",
649
+ "CustScroll1X",
650
+ "CustScroll2X",
651
+ "CustScroll3X"
652
+ ]), Oe = S([
653
+ "CustScroll1Right",
654
+ "CustScroll1RightHover",
655
+ "CustScroll2Right",
656
+ "CustScroll2RightHover"
657
+ ]), Ie = S([
658
+ "CustScroll1Left",
659
+ "CustScroll1LeftHover",
660
+ "CustScroll2Left",
661
+ "CustScroll2LeftHover"
662
+ ]), De = S([
663
+ "CustScroll1Down",
664
+ "CustScroll1DownHover",
665
+ "CustScroll2Down",
666
+ "CustScroll2DownHover"
667
+ ]), me = S([
668
+ "CustScroll1Up",
669
+ "CustScroll1UpHover",
670
+ "CustScroll2Up",
671
+ "CustScroll2UpHover"
672
+ ]), fo = F(
673
+ Oe,
674
+ "::after"
675
+ ), xo = F(
676
+ Ie,
677
+ "::after"
678
+ ), Fo = F(
679
+ De,
680
+ "::after"
681
+ ), No = F(
682
+ me,
683
+ "::after"
684
+ ), Vo = S([
685
+ "CustScroll1RightHover",
686
+ "CustScroll2RightHover",
687
+ "CustScroll1LeftHover",
688
+ "CustScroll2LeftHover",
689
+ "CustScroll1DownHover",
690
+ "CustScroll2DownHover",
691
+ "CustScroll1UpHover",
692
+ "CustScroll2UpHover"
693
+ ]), Po = [
694
+ ...["CustScroll1Left", "CustScroll1LeftHover", "CustScroll2Left", "CustScroll2LeftHover"].map(
695
+ (e) => `.${o} .${z}${e} > div`
696
+ ),
697
+ ...["CustScroll1Up", "CustScroll1UpHover", "CustScroll2Up", "CustScroll2UpHover"].map(
698
+ (e) => `.${o} .${z}${e} > div`
699
+ )
700
+ ].join(", "), yo = S([
701
+ "CustScroll1SliderHIn",
702
+ "CustScroll2SliderHIn"
703
+ ]), Wo = S([
704
+ "CustScroll1SliderHInHover",
705
+ "CustScroll2SliderHInHover"
706
+ ]), Uo = S([
707
+ "CustScroll1SliderHIn",
708
+ "CustScroll1SliderHInHover"
709
+ ]), zo = S([
710
+ "CustScroll2SliderHIn",
711
+ "CustScroll2SliderHInHover"
712
+ ]), jo = S([
713
+ "CustScroll1SliderVIn",
714
+ "CustScroll2SliderVIn"
715
+ ]), Xo = S([
716
+ "CustScroll1SliderVInHover",
717
+ "CustScroll2SliderVInHover"
718
+ ]), Ko = S([
719
+ "CustScroll1SliderVIn",
720
+ "CustScroll1SliderVInHover"
721
+ ]), Yo = S([
722
+ "CustScroll2SliderVIn",
723
+ "CustScroll2SliderVInHover"
724
+ ]), Zo = S([
725
+ "CustScroll3SliderRight",
726
+ "CustScroll3SliderLeft",
727
+ "CustScroll3SliderDown",
728
+ "CustScroll3SliderUp"
729
+ ]), Qo = S([
730
+ "CustScroll3SliderRightHover",
731
+ "CustScroll3SliderLeftHover",
732
+ "CustScroll3SliderDownHover",
733
+ "CustScroll3SliderUpHover"
734
+ ]), qo = n.map((e) => `.${o}.${m} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Jo = n.map((e) => `.${o}.${m} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), et = n.map((e) => `.${o}.${m} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), rt = a({
564
735
  suffixes: ["FillRow"]
565
- }), rr = n({
736
+ }), ot = a({
566
737
  suffixes: ["SolidRow"]
567
- }), tr = l.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), Se = n({
738
+ }), tt = n.map((e) => `.${o} .${e}ToolbarRow.${e}SolidRow`).join(", "), Te = a({
568
739
  suffixes: ["ColorDefault"]
569
- }), Re = n({
740
+ }), ve = a({
570
741
  suffixes: ["ColorDefaultRow"]
571
- }), ar = [
572
- Se,
573
- Re
574
- ].join(", "), nr = n({
742
+ }), lt = [
743
+ Te,
744
+ ve
745
+ ].join(", "), at = a({
575
746
  rowSuffix: "HeaderRow",
576
747
  suffixes: ["CellHeader", "CellIndex", "GanttHeaderBase", "LevelButton"],
577
748
  withChildren: !0
578
- }), lr = n({
749
+ }), nt = a({
579
750
  rowSuffix: "HeaderRow",
580
751
  suffixes: [
581
752
  "CellHeader",
@@ -588,62 +759,62 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
588
759
  "HeaderFocus",
589
760
  "HeaderDrag"
590
761
  ]
591
- }), cr = n({
762
+ }), ct = a({
592
763
  suffixes: ["ColorHovered"]
593
- }), sr = n({
764
+ }), st = a({
594
765
  suffixes: ["ColorHoveredRow"]
595
- }), dr = n({
766
+ }), dt = a({
596
767
  suffixes: ["HoverRowBorder", "HoverRowBorderDynamic"]
597
- }), ir = [
598
- pe({
768
+ }), it = [
769
+ ge({
599
770
  baseSuffixes: ["HoverRowBorder", "HoverRowBorderDynamic"],
600
- suffixes: A
771
+ suffixes: B
601
772
  }),
602
- $({
773
+ w({
603
774
  ancestorSuffixes: ["HoverRowBorder", "HoverRowBorderDynamic"],
604
- suffixes: A
775
+ suffixes: B
605
776
  })
606
- ].join(", "), _e = n({
777
+ ].join(", "), Ge = a({
607
778
  suffixes: ["ColorSelected", "ColorSelectedCell"]
608
- }), Ee = n({
779
+ }), Le = a({
609
780
  suffixes: ["ColorSelected", "ColorSelectedCell"],
610
781
  descendant: " *"
611
- }), Ce = n({
782
+ }), ke = a({
612
783
  suffixes: ["ColorSelectedRow"]
613
- }), ur = [
614
- _e,
615
- Ee,
616
- Ce
617
- ].join(", "), pr = n({
784
+ }), St = [
785
+ Ge,
786
+ Le,
787
+ ke
788
+ ].join(", "), ut = a({
618
789
  suffixes: ["ColorFocused"]
619
- }), Sr = n({
790
+ }), Rt = a({
620
791
  suffixes: ["FocusPanelBackground", "FocusRowBackground"]
621
- }), Rr = n({
792
+ }), pt = a({
622
793
  suffixes: ["ColorFocusedRow"]
623
- }), _r = n({
794
+ }), Ct = a({
624
795
  suffixes: ["FocusRowBorder", "FocusRowBorderDynamic"]
625
- }), Er = n({
796
+ }), _t = a({
626
797
  suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
627
- }), Cr = n({
798
+ }), Et = a({
628
799
  suffixes: ["HoverCellBorder", "HoverCellBorderDynamic"]
629
- }), $r = [
630
- pe({
800
+ }), bt = [
801
+ ge({
631
802
  baseSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
632
- suffixes: A
803
+ suffixes: B
633
804
  }),
634
- $({
805
+ w({
635
806
  ancestorSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
636
- suffixes: A
807
+ suffixes: B
637
808
  })
638
- ].join(", "), br = n({
809
+ ].join(", "), $t = a({
639
810
  suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
640
- }), wr = n({
811
+ }), wt = a({
641
812
  suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
642
813
  descendant: " *"
643
- }), Ir = $({
814
+ }), gt = w({
644
815
  ancestorSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
645
816
  suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
646
- }), Or = n({
817
+ }), Ot = a({
647
818
  suffixes: [
648
819
  "ColorHoveredCellSpace",
649
820
  "ColorHoveredCellSpaceEdit",
@@ -657,18 +828,18 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
657
828
  "ColorHoveredCellTab",
658
829
  "ColorHoveredCellTab1"
659
830
  ]
660
- }), Dr = n({
831
+ }), It = a({
661
832
  suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
662
- }), gr = n({
833
+ }), Dt = a({
663
834
  suffixes: ["ColorFocusedCellRect"]
664
- }), mr = n({
835
+ }), mt = a({
665
836
  suffixes: ["FocusCellBorder"]
666
- }), kr = n({
837
+ }), Tt = a({
667
838
  suffixes: ["FocusCellCorner"]
668
- }), Tr = n({
839
+ }), vt = a({
669
840
  suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
670
841
  descendant: " > div"
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({
842
+ }), Gt = `.${o} .${pe}`, He = `.${o} .${f}`, Ae = `.${o} .${pe}.${f}`, Lt = `${Ae}::after`, kt = `${He}::before`, Ht = `.${o} .${f}.${rr}::before`, At = `.${o} .${f}.${or}::before`, ht = a({
672
843
  suffixes: [
673
844
  "ColorFocusedCellSafari",
674
845
  "ColorFocusedCellSpace",
@@ -677,33 +848,33 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
677
848
  "ColorFocusedCellSpaceBool",
678
849
  "ColorFocusedCellButton"
679
850
  ]
680
- }), Br = n({
851
+ }), Mt = a({
681
852
  suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
682
853
  descendant: " > div"
683
- }), fr = n({
854
+ }), Bt = a({
684
855
  suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
685
856
  descendant: " u"
686
- }), hr = n({
857
+ }), ft = a({
687
858
  suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
688
- }), Lr = l.flatMap((e) => [
859
+ }), xt = n.flatMap((e) => [
689
860
  `.${e}HintMain:not(.${e}HintHeaderMain):not(.${e}HintFilterMain)`,
690
861
  `.${e}HintDataMain`,
691
862
  `.${e}HintSpaceSelectOuter`
692
- ]).join(", "), Hr = l.flatMap((e) => {
693
- const o = `.${e}HintOuter`;
694
- return [o, `${o} *`];
695
- }).join(", "), Nr = n({
863
+ ]).join(", "), Ft = n.flatMap((e) => {
864
+ const r = `.${e}HintOuter`;
865
+ return [r, `${r} *`];
866
+ }).join(", "), Nt = a({
696
867
  suffixes: ["ColorChanged"]
697
- }), Vr = n({
868
+ }), Vt = a({
698
869
  suffixes: ["ColorChangedCell"]
699
- }), yr = l.flatMap((e) => {
700
- const o = `${e}ClassFocusedCell`, t = `.${r} .${i}:not(.${o})`;
870
+ }), Pt = n.flatMap((e) => {
871
+ const r = `${e}ClassFocusedCell`, l = `.${o} .${i}:not(.${r})`;
701
872
  return [
702
- t,
703
- `${t} *:not(.${o})`
873
+ l,
874
+ `${l} *:not(.${r})`
704
875
  ];
705
- }).join(", "), Pr = l.flatMap((e) => {
706
- const o = `.${r} .${i}`, t = `.${r} .${i}.${ae}`;
876
+ }).join(", "), yt = n.flatMap((e) => {
877
+ const r = `.${o} .${i}`, l = `.${o} .${i}.${Re}`;
707
878
  return [
708
879
  `${e}ColorSelected`,
709
880
  `${e}ColorSelectedCell`,
@@ -712,56 +883,56 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
712
883
  `${e}ClassSelectedCell`,
713
884
  `${e}ClassSelectedRow`
714
885
  ].flatMap((s) => [
715
- t,
716
- `${t} *`,
717
- `${o}.${s}`,
718
- `${o}.${s} *`,
719
- `.${r} .${s} ${o}`,
720
- `.${r} .${s} ${o} *`
886
+ l,
887
+ `${l} *`,
888
+ `${r}.${s}`,
889
+ `${r}.${s} *`,
890
+ `.${o} .${s} ${r}`,
891
+ `.${o} .${s} ${r} *`
721
892
  ]);
722
- }).join(", "), Wr = l.flatMap((e) => {
723
- const o = `.${r} .${i}`;
893
+ }).join(", "), Wt = n.flatMap((e) => {
894
+ const r = `.${o} .${i}`;
724
895
  return [
725
896
  `${e}ClassFocusedCell`,
726
897
  `${e}ColorFocusedCell`,
727
898
  `${e}ColorFocusedCellRelative`
728
899
  ].flatMap((c) => [
729
- `${o}.${c}`,
730
- `${o}.${c} *`,
731
- `.${r} .${c} ${o}`,
732
- `.${r} .${c} ${o} *`
900
+ `${r}.${c}`,
901
+ `${r}.${c} *`,
902
+ `.${o} .${c} ${r}`,
903
+ `.${o} .${c} ${r} *`
733
904
  ]);
734
- }).join(", "), zr = l.flatMap((e) => {
735
- const o = `.${r} .${i}`, t = `${e}HiddenValue`;
905
+ }).join(", "), Ut = n.flatMap((e) => {
906
+ const r = `.${o} .${i}`, l = `${e}HiddenValue`;
736
907
  return [
737
- `${o}.${t}`,
738
- `${o}.${t} *`,
739
- `.${r} .${t} ${o}`,
740
- `.${r} .${t} ${o} *`
908
+ `${r}.${l}`,
909
+ `${r}.${l} *`,
910
+ `.${o} .${l} ${r}`,
911
+ `.${o} .${l} ${r} *`
741
912
  ];
742
- }).join(", "), Ur = `var(--owp-tree-grid-changed-font-weight, ${De}) !important`, jr = n({
913
+ }).join(", "), zt = `var(--owp-tree-grid-changed-font-weight, ${fe}) !important`, jt = a({
743
914
  suffixes: ["EditCellBorder"]
744
- }), Xr = n({
915
+ }), Xt = a({
745
916
  suffixes: ["EditCellCorner"]
746
- }), Kr = [
747
- `.${r} .TSMain .TSDateLeft`,
748
- `.${r} .TSMain .TSDatesLeft`,
749
- `.${r} .TSMain .TSDateRight`,
750
- `.${r} .TSMain .TSDatesRight`,
751
- `.${r} .TSMain .TSDateTop`,
752
- `.${r} .TSMain .TSDatesTop`,
753
- `.${r} .TSMain .TSDateBottom`,
754
- `.${r} .TSMain .TSDatesBottom`
755
- ].join(", "), Yr = [
756
- `.${r} .TSMain .${i}.TSDateLeft`,
757
- `.${r} .TSMain .${i}.TSDatesLeft`,
758
- `.${r} .TSMain .${i}.TSDateRight`,
759
- `.${r} .TSMain .${i}.TSDatesRight`,
760
- `.${r} .TSMain .${i}.TSDateTop`,
761
- `.${r} .TSMain .${i}.TSDatesTop`,
762
- `.${r} .TSMain .${i}.TSDateBottom`,
763
- `.${r} .TSMain .${i}.TSDatesBottom`
764
- ].join(", "), Qr = [
917
+ }), Kt = [
918
+ `.${o} .TSMain .TSDateLeft`,
919
+ `.${o} .TSMain .TSDatesLeft`,
920
+ `.${o} .TSMain .TSDateRight`,
921
+ `.${o} .TSMain .TSDatesRight`,
922
+ `.${o} .TSMain .TSDateTop`,
923
+ `.${o} .TSMain .TSDatesTop`,
924
+ `.${o} .TSMain .TSDateBottom`,
925
+ `.${o} .TSMain .TSDatesBottom`
926
+ ].join(", "), Yt = [
927
+ `.${o} .TSMain .${i}.TSDateLeft`,
928
+ `.${o} .TSMain .${i}.TSDatesLeft`,
929
+ `.${o} .TSMain .${i}.TSDateRight`,
930
+ `.${o} .TSMain .${i}.TSDatesRight`,
931
+ `.${o} .TSMain .${i}.TSDateTop`,
932
+ `.${o} .TSMain .${i}.TSDatesTop`,
933
+ `.${o} .TSMain .${i}.TSDateBottom`,
934
+ `.${o} .TSMain .${i}.TSDatesBottom`
935
+ ].join(", "), Zt = [
765
936
  "DateLeft",
766
937
  "DatesLeft",
767
938
  "DateRight",
@@ -770,23 +941,23 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
770
941
  "DatesTop",
771
942
  "DateBottom",
772
943
  "DatesBottom"
773
- ].flatMap((e) => l.flatMap((o) => {
774
- const t = `.${r} .${i}.${o}${e}`;
944
+ ].flatMap((e) => n.flatMap((r) => {
945
+ const l = `.${o} .${i}.${r}${e}`;
775
946
  return [
776
- `${o}ClassFocusedCell`,
777
- `${o}ColorFocusedCell`,
778
- `${o}ColorFocusedCellRelative`
947
+ `${r}ClassFocusedCell`,
948
+ `${r}ColorFocusedCell`,
949
+ `${r}ColorFocusedCellRelative`
779
950
  ].flatMap((s) => [
780
- `${t}.${s}`,
781
- `.${r} .${s} ${t}`
951
+ `${l}.${s}`,
952
+ `.${o} .${s} ${l}`
782
953
  ]);
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(
954
+ })).join(", "), X = '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")', Qt = X.replace(
784
955
  "%23757575",
785
956
  "white"
786
- ), te = C(
957
+ ), Se = p(
787
958
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#000" d="M4.5 6.25h7L8 9.75z"/></svg>'
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 = [
959
+ ), g = /* @__PURE__ */ t((e, r) => n.flatMap((l) => e.flatMap((c) => r(l, c))).join(", "), "createTreeGridEnumButtonIconSelector"), N = /* @__PURE__ */ t((e, r) => `.${o} .${i}.${e}${r}`, "createTreeGridChangedEnumButtonCellSelector"), G = /* @__PURE__ */ t((e, r) => `${N(e, r)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), qt = /* @__PURE__ */ t((e, r) => {
960
+ const l = N(e, r), c = `.${o} .${i}.${Re}.${e}${r}`, s = [
790
961
  `${e}ColorSelected`,
791
962
  `${e}ColorSelectedCell`,
792
963
  `${e}ColorSelectedRow`,
@@ -796,200 +967,318 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
796
967
  ];
797
968
  return [
798
969
  c,
799
- ...s.flatMap((p) => [
800
- `${t}.${p}`,
801
- `.${r} .${p} ${t}`
970
+ ...s.flatMap((R) => [
971
+ `${l}.${R}`,
972
+ `.${o} .${R} ${l}`
802
973
  ])
803
974
  ];
804
- }, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Jr = /* @__PURE__ */ a((e, o) => {
805
- const t = f(e, o);
975
+ }, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Jt = /* @__PURE__ */ t((e, r) => {
976
+ const l = N(e, r);
806
977
  return [
807
978
  `${e}ClassFocusedCell`,
808
979
  `${e}ColorFocusedCell`,
809
980
  `${e}ColorFocusedCellRelative`
810
981
  ].flatMap((s) => [
811
- `${t}.${s}`,
812
- `.${r} .${s} ${t}`
982
+ `${l}.${s}`,
983
+ `.${o} .${s} ${l}`
813
984
  ]);
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(
823
- (t) => `${t}::after`
985
+ }, "createTreeGridFocusedChangedEnumButtonCellSelectors"), el = g(
986
+ x,
987
+ (e, r) => [N(e, r)]
988
+ ), rl = g(
989
+ x,
990
+ (e, r) => [G(e, r)]
991
+ ), ol = g(
992
+ x,
993
+ (e, r) => qt(e, r).map(
994
+ (l) => `${l}::after`
824
995
  )
825
- ), tt = b(
826
- B,
827
- (e, o) => Jr(e, o).map(
828
- (t) => `${t}::after`
996
+ ), tl = g(
997
+ x,
998
+ (e, r) => Jt(e, r).map(
999
+ (l) => `${l}::after`
829
1000
  )
830
- ), at = b(
1001
+ ), ll = g(
831
1002
  ["DefaultsLeft", "EnumLeft"],
832
- (e, o) => [k(e, o)]
833
- ), nt = b(
1003
+ (e, r) => [G(e, r)]
1004
+ ), al = g(
834
1005
  ["DefaultsRight", "EnumRight"],
835
- (e, o) => [k(e, o)]
836
- ), lt = b(
1006
+ (e, r) => [G(e, r)]
1007
+ ), nl = g(
837
1008
  ["DefaultsTop", "EnumTop"],
838
- (e, o) => [k(e, o)]
839
- ), ct = b(
1009
+ (e, r) => [G(e, r)]
1010
+ ), cl = g(
840
1011
  ["DefaultsBottom", "EnumBottom"],
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 = [
843
- `.${r} .${i} .OwpTreeGridTimePickerEditorIcon`,
844
- `.${r} .${i}.OwpTreeGridTimePickerEditorIcon`
845
- ].join(", "), it = l.flatMap((e) => {
846
- const o = `.${r} .${i}`;
1012
+ (e, r) => [G(e, r)]
1013
+ ), U = '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")', sl = `.${o} .OwpTreeGridTimePickerEditorIcon`, dl = [
1014
+ `.${o} .${i} .OwpTreeGridTimePickerEditorIcon`,
1015
+ `.${o} .${i}.OwpTreeGridTimePickerEditorIcon`
1016
+ ].join(", "), il = n.flatMap((e) => {
1017
+ const r = `.${o} .${i}`;
847
1018
  return [
848
1019
  `${e}ClassFocusedCell`,
849
1020
  `${e}ColorFocusedCell`,
850
1021
  `${e}ColorFocusedCellRelative`
851
1022
  ].flatMap((c) => [
852
- `${o}.${c} .OwpTreeGridTimePickerEditorIcon`,
853
- `${o}.${c}.OwpTreeGridTimePickerEditorIcon`,
854
- `.${r} .${c} ${o} .OwpTreeGridTimePickerEditorIcon`,
855
- `.${r} .${c} ${o}.OwpTreeGridTimePickerEditorIcon`
1023
+ `${r}.${c} .OwpTreeGridTimePickerEditorIcon`,
1024
+ `${r}.${c}.OwpTreeGridTimePickerEditorIcon`,
1025
+ `.${o} .${c} ${r} .OwpTreeGridTimePickerEditorIcon`,
1026
+ `.${o} .${c} ${r}.OwpTreeGridTimePickerEditorIcon`
856
1027
  ]);
857
- }).join(", "), ut = l.map(
1028
+ }).join(", "), Sl = n.map(
858
1029
  (e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
859
- ).join(", "), pt = l.map(
1030
+ ).join(", "), ul = n.map(
860
1031
  (e) => `.${e}EnumMenuMain .${e}MenuBody`
861
- ).join(", "), St = l.flatMap(
1032
+ ).join(", "), Rl = n.flatMap(
862
1033
  (e) => [
863
1034
  `.${e}EnumMenuMain::-webkit-scrollbar`,
864
1035
  `.${e}EnumMenuMain *::-webkit-scrollbar`
865
1036
  ]
866
- ).join(", "), Rt = l.flatMap(
1037
+ ).join(", "), pl = n.flatMap(
867
1038
  (e) => [
868
1039
  `.${e}EnumMenuMain::-webkit-scrollbar-thumb`,
869
1040
  `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
870
1041
  ]
871
- ).join(", "), _t = l.flatMap(
1042
+ ).join(", "), Cl = n.flatMap(
872
1043
  (e) => [
873
1044
  `.${e}EnumMenuMain::-webkit-scrollbar-thumb:hover`,
874
1045
  `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
875
1046
  ]
876
- ).join(", "), Et = l.flatMap(
1047
+ ).join(", "), _l = n.flatMap(
877
1048
  (e) => [
878
1049
  `.${e}EnumMenuMain::-webkit-scrollbar-track`,
879
1050
  `.${e}EnumMenuMain *::-webkit-scrollbar-track`
880
1051
  ]
881
- ).join(", "), Ct = l.flatMap(
1052
+ ).join(", "), El = n.flatMap(
882
1053
  (e) => [
883
1054
  `.${e}EnumMenuMain::-webkit-scrollbar-corner`,
884
1055
  `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
885
1056
  ]
886
- ).join(", "), $t = l.flatMap(
1057
+ ).join(", "), bl = n.flatMap(
887
1058
  (e) => [
888
1059
  `.${e}EnumMenuMain .${e}MenuFocus`,
889
1060
  `.${e}EnumMenuMain .${e}MenuFocus.${e}MenuHover`
890
1061
  ]
891
- ).join(", "), gt = {
892
- ...mo(),
893
- [No]: {
894
- fontFamily: `${h} !important`
1062
+ ).join(", "), h = /* @__PURE__ */ t(() => ({
1063
+ backgroundColor: j,
1064
+ backgroundImage: "none",
1065
+ position: "relative"
1066
+ }), "createTreeGridScrollbarArrowButtonStyle"), M = /* @__PURE__ */ t((e, r) => ({
1067
+ ...r,
1068
+ WebkitMaskImage: e,
1069
+ WebkitMaskPosition: "center",
1070
+ WebkitMaskRepeat: "no-repeat",
1071
+ WebkitMaskSize: "16px 16px",
1072
+ backgroundColor: ir,
1073
+ content: '""',
1074
+ height: 16,
1075
+ maskImage: e,
1076
+ maskPosition: "center",
1077
+ maskRepeat: "no-repeat",
1078
+ maskSize: "16px 16px",
1079
+ pointerEvents: "none",
1080
+ position: "absolute",
1081
+ width: 16
1082
+ }), "createTreeGridScrollbarArrowMaskStyle"), ue = /* @__PURE__ */ t((e, r) => {
1083
+ const l = `max(0px, calc((${r} - ${e}) / 2))`;
1084
+ return {
1085
+ marginBottom: "1px",
1086
+ marginLeft: l,
1087
+ marginRight: l,
1088
+ marginTop: "1px"
1089
+ };
1090
+ }, "createTreeGridVerticalScrollbarThumbStyle"), ml = {
1091
+ ...no(),
1092
+ [go]: {
1093
+ fontFamily: `${V} !important`
895
1094
  },
896
- [Ho]: {
897
- fontFamily: `${h} !important`,
1095
+ [wo]: {
1096
+ fontFamily: `${V} !important`,
898
1097
  fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
899
1098
  fontWeight: "normal",
900
1099
  lineHeight: "16px"
901
1100
  },
902
- [Vo]: {
1101
+ [Oo]: {
903
1102
  color: "var(--owp-tree-grid-body-color, #111112) !important"
904
1103
  },
1104
+ [Mo]: {
1105
+ backgroundColor: j
1106
+ },
1107
+ [Bo]: {
1108
+ borderColor: dr
1109
+ },
1110
+ [Oe]: h(),
1111
+ [Ie]: h(),
1112
+ [De]: h(),
1113
+ [me]: h(),
1114
+ [fo]: M(
1115
+ eo,
1116
+ {
1117
+ right: 1,
1118
+ top: "50%",
1119
+ transform: "translateY(-50%)"
1120
+ }
1121
+ ),
1122
+ [xo]: M(
1123
+ Jr,
1124
+ {
1125
+ left: 1,
1126
+ top: "50%",
1127
+ transform: "translateY(-50%)"
1128
+ }
1129
+ ),
1130
+ [Fo]: M(
1131
+ qr,
1132
+ {
1133
+ bottom: 1,
1134
+ left: "50%",
1135
+ transform: "translateX(-50%)"
1136
+ }
1137
+ ),
1138
+ [No]: M(
1139
+ Qr,
1140
+ {
1141
+ left: "50%",
1142
+ top: 1,
1143
+ transform: "translateX(-50%)"
1144
+ }
1145
+ ),
1146
+ [Vo]: {
1147
+ backgroundColor: sr
1148
+ },
1149
+ [Po]: {
1150
+ backgroundColor: j
1151
+ },
905
1152
  [yo]: {
1153
+ backgroundColor: y,
1154
+ borderRadius: "5px",
1155
+ overflow: "hidden"
1156
+ },
1157
+ [Wo]: {
1158
+ backgroundColor: W,
1159
+ borderRadius: "5px",
1160
+ overflow: "hidden"
1161
+ },
1162
+ [Uo]: {
1163
+ height: Sr,
1164
+ margin: "5px 1px 5px 1px"
1165
+ },
1166
+ [zo]: {
1167
+ height: ur,
1168
+ margin: "9px 1px 9px 1px"
1169
+ },
1170
+ [jo]: {
1171
+ backgroundColor: y,
1172
+ borderRadius: "5px"
1173
+ },
1174
+ [Xo]: {
1175
+ backgroundColor: W,
1176
+ borderRadius: "5px"
1177
+ },
1178
+ [Ko]: ue(
1179
+ Rr,
1180
+ Cr
1181
+ ),
1182
+ [Yo]: ue(
1183
+ pr,
1184
+ _r
1185
+ ),
1186
+ [Zo]: {
1187
+ backgroundColor: y,
1188
+ borderRadius: "5px"
1189
+ },
1190
+ [Qo]: {
1191
+ backgroundColor: W,
1192
+ borderRadius: "5px"
1193
+ },
1194
+ [Io]: {
906
1195
  color: "var(--owp-tree-grid-body-color, #111112) !important"
907
1196
  },
908
- [Po]: u(
1197
+ [Do]: u(
909
1198
  "--owp-tree-grid-body-background-color",
910
1199
  "#FFFFFF"
911
1200
  ),
912
- [Wo]: {
913
- borderTopColor: `${_} !important`
1201
+ [mo]: {
1202
+ borderTopColor: `${E} !important`
914
1203
  },
915
- [Go]: {
916
- backgroundImage: `${Co} !important`,
1204
+ [So]: {
1205
+ backgroundImage: `${Kr} !important`,
917
1206
  backgroundPosition: "center center !important",
918
1207
  backgroundRepeat: "no-repeat !important",
919
1208
  backgroundSize: "17px 17px !important"
920
1209
  },
921
- [vo]: {
922
- backgroundImage: `${$o} !important`,
1210
+ [uo]: {
1211
+ backgroundImage: `${Yr} !important`,
923
1212
  backgroundPosition: "center center !important",
924
1213
  backgroundRepeat: "no-repeat !important",
925
1214
  backgroundSize: "17px 17px !important"
926
1215
  },
927
- [Fo]: {
928
- backgroundImage: `${Z} !important`,
1216
+ [Ro]: {
1217
+ backgroundImage: `${ae} !important`,
929
1218
  backgroundPosition: "center center !important",
930
1219
  backgroundRepeat: "no-repeat !important",
931
1220
  backgroundSize: "17px 17px !important"
932
1221
  },
933
- [Ao]: {
934
- backgroundImage: `${q} !important`,
1222
+ [po]: {
1223
+ backgroundImage: `${ne} !important`,
935
1224
  backgroundPosition: "center center !important",
936
1225
  backgroundRepeat: "no-repeat !important",
937
1226
  backgroundSize: "17px 17px !important"
938
1227
  },
939
- [xo]: {
940
- backgroundImage: `${q} !important`
1228
+ [Co]: {
1229
+ backgroundImage: `${ne} !important`
941
1230
  },
942
- [Bo]: {
943
- backgroundImage: `${bo} !important`
1231
+ [_o]: {
1232
+ backgroundImage: `${Zr} !important`
944
1233
  },
945
- [fo]: {
946
- backgroundImage: `${Z} !important`
1234
+ [Eo]: {
1235
+ backgroundImage: `${ae} !important`
947
1236
  },
948
- [ho]: {
949
- WebkitMaskImage: `${J} !important`,
1237
+ [bo]: {
1238
+ WebkitMaskImage: `${ce} !important`,
950
1239
  WebkitMaskPosition: "center center !important",
951
1240
  WebkitMaskRepeat: "no-repeat !important",
952
1241
  WebkitMaskSize: "17px 17px !important",
953
- backgroundColor: `${wo} !important`,
1242
+ backgroundColor: `${ro} !important`,
954
1243
  backgroundImage: "none !important",
955
1244
  height: "17px !important",
956
- maskImage: `${J} !important`,
1245
+ maskImage: `${ce} !important`,
957
1246
  maskPosition: "center center !important",
958
1247
  maskRepeat: "no-repeat !important",
959
1248
  maskSize: "17px 17px !important",
960
1249
  opacity: 0.72,
961
1250
  width: "17px !important"
962
1251
  },
963
- [Lo]: {
964
- WebkitMaskImage: `${ee} !important`,
1252
+ [$o]: {
1253
+ WebkitMaskImage: `${se} !important`,
965
1254
  WebkitMaskPosition: "center center !important",
966
1255
  WebkitMaskRepeat: "no-repeat !important",
967
1256
  WebkitMaskSize: "17px 17px !important",
968
- backgroundColor: `${Io} !important`,
1257
+ backgroundColor: `${oo} !important`,
969
1258
  backgroundImage: "none !important",
970
1259
  height: "17px !important",
971
- maskImage: `${ee} !important`,
1260
+ maskImage: `${se} !important`,
972
1261
  maskPosition: "center center !important",
973
1262
  maskRepeat: "no-repeat !important",
974
1263
  maskSize: "17px 17px !important",
975
1264
  opacity: 1,
976
1265
  width: "17px !important"
977
1266
  },
978
- [Kr]: {
979
- backgroundImage: `${N} !important`
1267
+ [Kt]: {
1268
+ backgroundImage: `${X} !important`
980
1269
  },
981
- [Yr]: {
982
- backgroundImage: `${Zr} !important`
1270
+ [Yt]: {
1271
+ backgroundImage: `${Qt} !important`
983
1272
  },
984
- [Qr]: {
985
- backgroundImage: `${N} !important`
1273
+ [Zt]: {
1274
+ backgroundImage: `${X} !important`
986
1275
  },
987
- [et]: {
1276
+ [el]: {
988
1277
  backgroundImage: "none !important",
989
1278
  position: "relative"
990
1279
  },
991
- [ot]: {
992
- WebkitMaskImage: `${te} !important`,
1280
+ [rl]: {
1281
+ WebkitMaskImage: `${Se} !important`,
993
1282
  WebkitMaskPosition: "center center !important",
994
1283
  WebkitMaskRepeat: "no-repeat !important",
995
1284
  WebkitMaskSize: "16px 16px !important",
@@ -998,7 +1287,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
998
1287
  content: '""',
999
1288
  display: "block",
1000
1289
  height: "16px",
1001
- maskImage: `${te} !important`,
1290
+ maskImage: `${Se} !important`,
1002
1291
  maskPosition: "center center !important",
1003
1292
  maskRepeat: "no-repeat !important",
1004
1293
  maskSize: "16px 16px !important",
@@ -1006,34 +1295,34 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
1006
1295
  position: "absolute",
1007
1296
  width: "16px"
1008
1297
  },
1009
- [rt]: {
1298
+ [ol]: {
1010
1299
  backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
1011
1300
  },
1012
- [tt]: {
1013
- backgroundColor: `${y} !important`
1301
+ [tl]: {
1302
+ backgroundColor: `${Y} !important`
1014
1303
  },
1015
- [at]: {
1304
+ [ll]: {
1016
1305
  left: "4px",
1017
1306
  top: "50%",
1018
1307
  transform: "translateY(-50%)"
1019
1308
  },
1020
- [nt]: {
1309
+ [al]: {
1021
1310
  right: "4px",
1022
1311
  top: "50%",
1023
1312
  transform: "translateY(-50%)"
1024
1313
  },
1025
- [lt]: {
1314
+ [nl]: {
1026
1315
  left: "50%",
1027
1316
  top: "0",
1028
1317
  transform: "translateX(-50%)"
1029
1318
  },
1030
- [ct]: {
1319
+ [cl]: {
1031
1320
  bottom: "0",
1032
1321
  left: "50%",
1033
1322
  transform: "translateX(-50%)"
1034
1323
  },
1035
- [st]: {
1036
- backgroundImage: H,
1324
+ [sl]: {
1325
+ backgroundImage: U,
1037
1326
  backgroundPosition: "center calc(50% - 1px)",
1038
1327
  backgroundRepeat: "no-repeat",
1039
1328
  backgroundSize: "16px 16px",
@@ -1044,51 +1333,51 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
1044
1333
  verticalAlign: "middle",
1045
1334
  width: "16px"
1046
1335
  },
1047
- [dt]: {
1048
- WebkitMaskImage: H,
1336
+ [dl]: {
1337
+ WebkitMaskImage: U,
1049
1338
  WebkitMaskPosition: "center calc(50% - 1px)",
1050
1339
  WebkitMaskRepeat: "no-repeat",
1051
1340
  WebkitMaskSize: "16px 16px",
1052
1341
  backgroundColor: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
1053
1342
  backgroundImage: "none !important",
1054
- maskImage: H,
1343
+ maskImage: U,
1055
1344
  maskPosition: "center calc(50% - 1px)",
1056
1345
  maskRepeat: "no-repeat",
1057
1346
  maskSize: "16px 16px"
1058
1347
  },
1059
- [it]: {
1060
- backgroundColor: `${y} !important`
1348
+ [il]: {
1349
+ backgroundColor: `${Y} !important`
1061
1350
  },
1062
- [ut]: {
1351
+ [Sl]: {
1063
1352
  scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
1064
1353
  scrollbarWidth: "thin"
1065
1354
  },
1066
- [pt]: {
1355
+ [ul]: {
1067
1356
  boxSizing: "border-box",
1068
- maxHeight: `${He}px !important`,
1357
+ maxHeight: `${cr}px !important`,
1069
1358
  overflowX: "hidden",
1070
1359
  overflowY: "auto"
1071
1360
  },
1072
- [St]: {
1361
+ [Rl]: {
1073
1362
  height: "8px",
1074
1363
  width: "8px"
1075
1364
  },
1076
- [Rt]: {
1365
+ [pl]: {
1077
1366
  backgroundClip: "padding-box",
1078
1367
  backgroundColor: "rgba(0, 0, 0, 0.32)",
1079
1368
  border: "2px solid transparent",
1080
1369
  borderRadius: "8px"
1081
1370
  },
1082
- [_t]: {
1371
+ [Cl]: {
1083
1372
  backgroundColor: "rgba(0, 0, 0, 0.44)"
1084
1373
  },
1085
- [Et]: {
1374
+ [_l]: {
1086
1375
  backgroundColor: "transparent"
1087
1376
  },
1088
- [Ct]: {
1377
+ [El]: {
1089
1378
  backgroundColor: "transparent"
1090
1379
  },
1091
- [$t]: {
1380
+ [bl]: {
1092
1381
  backgroundColor: "var(--owp-tree-grid-selected-row-background-color, #EEE) !important",
1093
1382
  backgroundImage: "none !important",
1094
1383
  borderColor: "transparent !important",
@@ -1099,17 +1388,17 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
1099
1388
  marginRight: "0 !important",
1100
1389
  outlineColor: "transparent !important"
1101
1390
  },
1102
- [V]: {
1391
+ [K]: {
1103
1392
  position: "relative"
1104
1393
  },
1105
- [zo]: {
1394
+ [To]: {
1106
1395
  borderBottom: "0 !important",
1107
1396
  borderRadius: `${d} ${d} 0 0`,
1108
1397
  clipPath: `inset(0 round ${d} ${d} 0 0)`,
1109
1398
  overflow: "hidden"
1110
1399
  },
1111
- [Uo]: {
1112
- border: `${S} solid ${_}`,
1400
+ [vo]: {
1401
+ border: `${C} solid ${E}`,
1113
1402
  borderBottom: 0,
1114
1403
  borderRadius: `${d} ${d} 0 0`,
1115
1404
  boxSizing: "border-box",
@@ -1123,28 +1412,28 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
1123
1412
  top: 0,
1124
1413
  zIndex: 2
1125
1414
  },
1126
- [jo]: {
1127
- borderLeft: `${S} solid ${_}`,
1128
- borderRight: `${S} solid ${_}`,
1415
+ [Go]: {
1416
+ borderLeft: `${C} solid ${E}`,
1417
+ borderRight: `${C} solid ${E}`,
1129
1418
  boxSizing: "border-box",
1130
1419
  content: '""',
1131
1420
  display: "block",
1132
- height: Ko,
1421
+ height: ko,
1133
1422
  left: 0,
1134
1423
  pointerEvents: "none",
1135
1424
  position: "absolute",
1136
1425
  right: 0,
1137
- top: Xo,
1426
+ top: Lo,
1138
1427
  zIndex: 2
1139
1428
  },
1140
- [Yo]: {
1141
- borderTop: `${S} solid ${_} !important`
1429
+ [Ho]: {
1430
+ borderTop: `${C} solid ${E} !important`
1142
1431
  },
1143
- [Qo]: {
1144
- boxShadow: `inset -${S} 0 0 ${_}`
1432
+ [Ao]: {
1433
+ boxShadow: `inset -${C} 0 0 ${E}`
1145
1434
  },
1146
- [Zo]: {
1147
- boxShadow: `inset -${S} 0 0 ${_}`
1435
+ [ho]: {
1436
+ boxShadow: `inset -${C} 0 0 ${E}`
1148
1437
  },
1149
1438
  [qo]: {
1150
1439
  borderTopColor: "transparent !important",
@@ -1152,7 +1441,7 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
1152
1441
  position: "relative"
1153
1442
  },
1154
1443
  [Jo]: {
1155
- border: `${S} solid ${_}`,
1444
+ border: `${C} solid ${E}`,
1156
1445
  borderBottomLeftRadius: d,
1157
1446
  borderBottomRightRadius: d,
1158
1447
  borderTop: 0,
@@ -1165,10 +1454,10 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
1165
1454
  position: "absolute",
1166
1455
  right: 0,
1167
1456
  top: 0,
1168
- transform: `translateY(calc(-100% - ${S}))`,
1457
+ transform: `translateY(calc(-100% - ${C}))`,
1169
1458
  zIndex: 2
1170
1459
  },
1171
- [er]: {
1460
+ [et]: {
1172
1461
  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})`,
1173
1462
  backgroundPosition: "left top, right top",
1174
1463
  backgroundRepeat: "no-repeat",
@@ -1181,58 +1470,58 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
1181
1470
  position: "absolute",
1182
1471
  right: 0,
1183
1472
  top: 0,
1184
- transform: `translateY(calc(-100% - ${S}))`,
1473
+ transform: `translateY(calc(-100% - ${C}))`,
1185
1474
  zIndex: 1
1186
1475
  },
1187
- [or]: v(
1476
+ [rt]: A(
1188
1477
  "--owp-tree-grid-body-fill-background-color"
1189
1478
  ),
1190
- [rr]: v(
1479
+ [ot]: A(
1191
1480
  "--owp-tree-grid-row-solid-background-color"
1192
1481
  ),
1193
- [tr]: v(
1482
+ [tt]: A(
1194
1483
  "--owp-tree-grid-toolbar-row-background-color"
1195
1484
  ),
1196
- [Se]: u(
1485
+ [Te]: u(
1197
1486
  "--owp-tree-grid-row-background-color",
1198
1487
  "#FFFFFF"
1199
1488
  ),
1200
- [Re]: u(
1489
+ [ve]: u(
1201
1490
  "--owp-tree-grid-row-background-color",
1202
1491
  "#FFFFFE"
1203
1492
  ),
1204
- [ar]: {
1205
- transition: Q
1493
+ [lt]: {
1494
+ transition: le
1206
1495
  },
1207
- [Mr]: {
1208
- boxShadow: fe,
1496
+ [Gt]: {
1497
+ boxShadow: lr,
1209
1498
  outline: "none",
1210
1499
  position: "relative",
1211
1500
  zIndex: 3
1212
1501
  },
1213
- [be]: {
1502
+ [Ae]: {
1214
1503
  boxShadow: "none !important",
1215
1504
  outline: "none",
1216
1505
  position: "relative"
1217
1506
  },
1218
- [Gr]: {
1219
- border: `${se} solid ${de}`,
1507
+ [Lt]: {
1508
+ border: `${Ee} solid ${be}`,
1220
1509
  boxSizing: "border-box",
1221
1510
  content: '""',
1222
1511
  display: "block",
1223
- inset: he,
1512
+ inset: ar,
1224
1513
  pointerEvents: "none",
1225
1514
  position: "absolute",
1226
1515
  zIndex: 4
1227
1516
  },
1228
- [$e]: {
1517
+ [He]: {
1229
1518
  position: "relative"
1230
1519
  },
1231
- [vr]: {
1520
+ [kt]: {
1232
1521
  backgroundColor: "transparent",
1233
- borderBottom: `${T} solid ${G}`,
1234
- borderTop: `${T} solid ${G}`,
1235
- bottom: M,
1522
+ borderBottom: `${L} solid ${H}`,
1523
+ borderTop: `${L} solid ${H}`,
1524
+ bottom: k,
1236
1525
  boxSizing: "border-box",
1237
1526
  content: '""',
1238
1527
  display: "none",
@@ -1243,220 +1532,220 @@ const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", Me = "owp-tre
1243
1532
  pointerEvents: "none",
1244
1533
  position: "absolute",
1245
1534
  right: "-1px",
1246
- top: M,
1535
+ top: k,
1247
1536
  zIndex: 2
1248
1537
  },
1249
- [Fr]: {
1538
+ [Ht]: {
1250
1539
  borderBottomLeftRadius: "2px",
1251
- borderLeft: `${T} solid ${G}`,
1540
+ borderLeft: `${L} solid ${H}`,
1252
1541
  borderTopLeftRadius: "2px",
1253
- left: M
1542
+ left: k
1254
1543
  },
1255
- [Ar]: {
1544
+ [At]: {
1256
1545
  borderBottomRightRadius: "2px",
1257
- borderRight: `${T} solid ${G}`,
1546
+ borderRight: `${L} solid ${H}`,
1258
1547
  borderTopRightRadius: "2px",
1259
- right: M
1548
+ right: k
1260
1549
  },
1261
- [nr]: {
1550
+ [at]: {
1262
1551
  color: "var(--owp-tree-grid-header-color, #ffffff) !important",
1263
- fontFamily: `${h} !important`,
1552
+ fontFamily: `${V} !important`,
1264
1553
  fontSize: "var(--owp-tree-grid-header-font-size, 14px) !important",
1265
1554
  fontWeight: "var(--owp-tree-grid-header-font-weight, normal) !important",
1266
1555
  lineHeight: "16px"
1267
1556
  },
1268
- [lr]: {
1557
+ [nt]: {
1269
1558
  backgroundColor: "var(--owp-tree-grid-header-background-color, #586980) !important",
1270
1559
  color: "var(--owp-tree-grid-header-color, #ffffff) !important"
1271
1560
  },
1272
- [cr]: u(
1561
+ [ct]: u(
1273
1562
  "--owp-tree-grid-hover-row-background-color",
1274
- E
1563
+ b
1275
1564
  ),
1276
- [sr]: u(
1565
+ [st]: u(
1277
1566
  "--owp-tree-grid-hover-row-background-color",
1278
- E
1567
+ b
1279
1568
  ),
1280
- [dr]: m(
1281
- W
1569
+ [dt]: v(
1570
+ Q
1282
1571
  ),
1283
- [ir]: m(
1284
- W
1572
+ [it]: v(
1573
+ Q
1285
1574
  ),
1286
- [_e]: u(
1575
+ [Ge]: u(
1287
1576
  "--owp-tree-grid-selected-cell-background-color",
1288
1577
  "#FFFFA6"
1289
1578
  ),
1290
- [Ee]: u(
1579
+ [Le]: u(
1291
1580
  "--owp-tree-grid-selected-cell-background-color",
1292
1581
  "#FFFFA6"
1293
1582
  ),
1294
- [Ce]: u(
1583
+ [ke]: u(
1295
1584
  "--owp-tree-grid-selected-row-background-color",
1296
1585
  "#EEE"
1297
1586
  ),
1298
- [ur]: {
1299
- transition: Q
1587
+ [St]: {
1588
+ transition: le
1300
1589
  },
1301
- [pr]: {
1590
+ [ut]: {
1302
1591
  backgroundColor: "transparent",
1303
1592
  backgroundImage: "none"
1304
1593
  },
1305
- [Sr]: {
1594
+ [Rt]: {
1306
1595
  background: "transparent !important",
1307
1596
  backgroundColor: "transparent !important",
1308
1597
  backgroundImage: "none !important",
1309
1598
  opacity: "0 !important"
1310
1599
  },
1311
- [Rr]: {
1600
+ [pt]: {
1312
1601
  backgroundColor: "transparent",
1313
1602
  backgroundImage: "none"
1314
1603
  },
1315
- [_r]: {
1604
+ [Ct]: {
1316
1605
  border: "0 none transparent !important",
1317
1606
  borderColor: "transparent !important",
1318
1607
  boxShadow: "none !important",
1319
1608
  backgroundColor: "transparent !important",
1320
1609
  outlineColor: "transparent !important"
1321
1610
  },
1322
- [Er]: u(
1611
+ [_t]: u(
1323
1612
  "--owp-tree-grid-hover-cell-background-color",
1324
- E
1613
+ b
1325
1614
  ),
1326
- [Cr]: {
1327
- ...m(I),
1328
- backgroundColor: `${Le} !important`
1615
+ [Et]: {
1616
+ ...v(I),
1617
+ backgroundColor: `${nr} !important`
1329
1618
  },
1330
- [$r]: m(
1619
+ [bt]: v(
1331
1620
  I
1332
1621
  ),
1333
- [br]: u(
1622
+ [$t]: u(
1334
1623
  "--owp-tree-grid-hover-cell-background-color",
1335
- E
1624
+ b
1336
1625
  ),
1337
- [wr]: u(
1626
+ [wt]: u(
1338
1627
  "--owp-tree-grid-hover-cell-background-color",
1339
- E
1628
+ b
1340
1629
  ),
1341
- [Ir]: u(
1630
+ [gt]: u(
1342
1631
  "--owp-tree-grid-hover-cell-background-color",
1343
- E
1632
+ b
1344
1633
  ),
1345
- [Or]: u(
1634
+ [Ot]: u(
1346
1635
  "--owp-tree-grid-hover-cell-background-color",
1347
- E
1636
+ b
1348
1637
  ),
1349
- [Br]: {
1638
+ [Mt]: {
1350
1639
  borderColor: `${I} !important`
1351
1640
  },
1352
- [fr]: {
1641
+ [Bt]: {
1353
1642
  borderColor: `${I} !important`
1354
1643
  },
1355
- [hr]: {
1644
+ [ft]: {
1356
1645
  borderTopColor: `${I} !important`,
1357
1646
  borderBottomColor: `${I} !important`,
1358
1647
  outlineColor: `${I} !important`
1359
1648
  },
1360
- [Lr]: {
1361
- ...go(L),
1362
- backgroundColor: `${z} !important`
1649
+ [xt]: {
1650
+ ...ao(P),
1651
+ backgroundColor: `${q} !important`
1363
1652
  },
1364
- [Hr]: {
1365
- backgroundColor: `${z} !important`,
1653
+ [Ft]: {
1654
+ backgroundColor: `${q} !important`,
1366
1655
  fontSize: "14px !important",
1367
1656
  fontWeight: "600 !important"
1368
1657
  },
1369
- [Dr]: u(
1658
+ [It]: u(
1370
1659
  "--owp-tree-grid-focused-cell-background-color",
1371
1660
  "#FFFFFE"
1372
1661
  ),
1373
- [gr]: {
1662
+ [Dt]: {
1374
1663
  backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
1375
1664
  },
1376
- [mr]: {
1665
+ [mt]: {
1377
1666
  borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important",
1378
- boxSizing: P
1667
+ boxSizing: Z
1379
1668
  },
1380
- [kr]: {
1669
+ [Tt]: {
1381
1670
  backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1382
1671
  },
1383
- [Tr]: {
1672
+ [vt]: {
1384
1673
  borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1385
1674
  },
1386
- [xr]: v(
1675
+ [ht]: A(
1387
1676
  "--owp-tree-grid-focused-cell-background-color"
1388
1677
  ),
1389
- [Nr]: {
1678
+ [Nt]: {
1390
1679
  backgroundColor: "transparent",
1391
1680
  backgroundImage: "none"
1392
1681
  },
1393
- [Vr]: u(
1682
+ [Vt]: u(
1394
1683
  "--owp-tree-grid-changed-background-color",
1395
1684
  "#EEE"
1396
1685
  ),
1397
- [yr]: {
1686
+ [Pt]: {
1398
1687
  color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
1399
- fontWeight: Ur
1688
+ fontWeight: zt
1400
1689
  },
1401
- [Pr]: {
1690
+ [yt]: {
1402
1691
  color: "var(--owp-tree-grid-body-color, #111112) !important",
1403
1692
  fontWeight: "normal !important"
1404
1693
  },
1405
- [Wr]: {
1694
+ [Wt]: {
1406
1695
  color: "var(--owp-tree-grid-body-color, #111112) !important",
1407
1696
  fontWeight: "normal !important"
1408
1697
  },
1409
- [zr]: {
1698
+ [Ut]: {
1410
1699
  color: "transparent !important"
1411
1700
  },
1412
- [jr]: {
1413
- borderColor: `${L} !important`,
1414
- boxSizing: P
1701
+ [jt]: {
1702
+ borderColor: `${P} !important`,
1703
+ boxSizing: Z
1415
1704
  },
1416
- [Xr]: {
1417
- backgroundColor: `${L} !important`
1705
+ [Xt]: {
1706
+ backgroundColor: `${P} !important`
1418
1707
  }
1419
- }, F = /* @__PURE__ */ a((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), bt = /* @__PURE__ */ a((e, o, t) => {
1420
- t && (e[o] = t);
1421
- }, "setOptionalTreeGridCssVariable"), mt = /* @__PURE__ */ a(({
1708
+ }, $ = /* @__PURE__ */ t((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), $l = /* @__PURE__ */ t((e, r, l) => {
1709
+ l && (e[r] = l);
1710
+ }, "setOptionalTreeGridCssVariable"), Tl = /* @__PURE__ */ t(({
1422
1711
  width: e,
1423
- height: o,
1424
- treeGridTheme: t,
1712
+ height: r,
1713
+ treeGridTheme: l,
1425
1714
  gridThemeConfig: c,
1426
1715
  containerStyle: s,
1427
- tableBorderRadius: p
1716
+ tableBorderRadius: R
1428
1717
  }) => {
1429
- const R = {
1430
- height: o,
1431
- "--owp-tree-grid-added-row-box-color": ie,
1718
+ const _ = {
1719
+ height: r,
1720
+ "--owp-tree-grid-added-row-box-color": $e,
1432
1721
  width: e
1433
1722
  };
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)), {
1439
- ...R,
1723
+ for (const { cssVariableName: T, getValue: O } of to)
1724
+ $l(_, T, O(c));
1725
+ for (const { cssVariableName: T, getValue: O } of lo)
1726
+ _[T] = O(l);
1727
+ return R !== void 0 && (_["--owp-tree-grid-table-border-radius"] = $(R)), {
1728
+ ..._,
1440
1729
  ...s
1441
1730
  };
1442
1731
  }, "createTreeGridThemeContainerStyle");
1443
1732
  export {
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,
1457
- D as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
1458
- r as TREE_GRID_THEME_WRAPPER_CLASS,
1459
- mt as createTreeGridThemeContainerStyle,
1460
- gt as treeGridThemeStyles
1733
+ f as TREE_GRID_ADDED_ROW_BOX_CELL_CLASS,
1734
+ or as TREE_GRID_ADDED_ROW_BOX_END_CLASS,
1735
+ rr as TREE_GRID_ADDED_ROW_BOX_START_CLASS,
1736
+ Ce as TREE_GRID_EDITING_CELL_BORDER_COLOR_CSS_VARIABLE,
1737
+ pe as TREE_GRID_ERROR_CELL_CLASS,
1738
+ _e as TREE_GRID_HINT_BACKGROUND_COLOR_CSS_VARIABLE,
1739
+ tr as TREE_GRID_HOVER_CELL_BORDER_COLOR_CSS_VARIABLE,
1740
+ Qe as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
1741
+ Re as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
1742
+ qe as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
1743
+ Je as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
1744
+ er as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
1745
+ n as TREE_GRID_STYLE_PREFIXES,
1746
+ m as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
1747
+ o as TREE_GRID_THEME_WRAPPER_CLASS,
1748
+ Tl as createTreeGridThemeContainerStyle,
1749
+ ml as treeGridThemeStyles
1461
1750
  };
1462
1751
  //# sourceMappingURL=treeGridTheme.js.map