@owp/core 2.5.22 → 2.5.23
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.
- package/dist/_virtual/index16.js +4 -4
- package/dist/_virtual/index17.js +4 -4
- package/dist/_virtual/index18.js +4 -4
- package/dist/_virtual/index19.js +4 -4
- package/dist/components/OwpMrtTable/OwpMrtTable.js +21 -21
- package/dist/components/OwpMrtTable/OwpMrtTable.js.map +1 -1
- package/dist/components/OwpTable/OwpDataTable.js +13 -12
- package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
- package/dist/components/OwpTable/OwpFieldTable.js +64 -78
- package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
- package/dist/components/OwpTable/OwpTable.js +56 -55
- package/dist/components/OwpTable/OwpTable.js.map +1 -1
- package/dist/components/OwpTable/internal/OwpTableBase.js +20 -19
- package/dist/components/OwpTable/internal/OwpTableBase.js.map +1 -1
- package/dist/components/OwpTable/internal/defaultTableStyle.js +6 -7
- package/dist/components/OwpTable/internal/defaultTableStyle.js.map +1 -1
- package/dist/components/OwpTable/utils/tableSx.js +16 -6
- package/dist/components/OwpTable/utils/tableSx.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js +104 -103
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +253 -252
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
- package/dist/constants/table.js +5 -0
- package/dist/constants/table.js.map +1 -0
- package/dist/constants.js +25 -23
- package/dist/constants.js.map +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
- package/dist/node_modules/.pnpm/react-overlays@5.2.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-overlays/esm/Portal.js +1 -1
- package/dist/types/components/OwpTable/internal/defaultTableStyle.d.ts +0 -1
- package/dist/types/components/OwpTable/utils/tableSx.d.ts +15 -0
- package/dist/types/constants/index.d.ts +1 -0
- package/dist/types/constants/table.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
var
|
|
2
|
-
var l = (e,
|
|
3
|
-
import { TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as
|
|
4
|
-
|
|
1
|
+
var G = Object.defineProperty;
|
|
2
|
+
var l = (e, o) => G(e, "name", { value: o, configurable: !0 });
|
|
3
|
+
import { TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as D, TREEGRID_FONT_FAMILY_STACK as E, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
|
|
4
|
+
import { DEFAULT_TABLE_RADIUS as H } from "../../../constants/table.js";
|
|
5
|
+
const r = "owp-tree-grid-theme", $ = "owp-tree-grid-table-radius", d = [
|
|
5
6
|
"TS",
|
|
6
7
|
"TW",
|
|
7
8
|
"TB",
|
|
@@ -18,148 +19,148 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
18
19
|
"CR",
|
|
19
20
|
"CP",
|
|
20
21
|
"CC"
|
|
21
|
-
], f = "#CDD8E4",
|
|
22
|
+
], f = "#CDD8E4", R = "1px", c = `var(--owp-tree-grid-table-border-radius, ${H})`, B = "#757575", M = [
|
|
22
23
|
{
|
|
23
24
|
cssVariableName: "--owp-tree-grid-body-background-color",
|
|
24
25
|
getValue: /* @__PURE__ */ l((e) => {
|
|
25
|
-
var
|
|
26
|
-
return (
|
|
26
|
+
var o;
|
|
27
|
+
return (o = e == null ? void 0 : e.body) == null ? void 0 : o.backgroundColor;
|
|
27
28
|
}, "getValue")
|
|
28
29
|
},
|
|
29
30
|
{
|
|
30
31
|
cssVariableName: "--owp-tree-grid-body-color",
|
|
31
32
|
getValue: /* @__PURE__ */ l((e) => {
|
|
32
|
-
var
|
|
33
|
-
return (
|
|
33
|
+
var o;
|
|
34
|
+
return (o = e == null ? void 0 : e.body) == null ? void 0 : o.color;
|
|
34
35
|
}, "getValue")
|
|
35
36
|
},
|
|
36
37
|
{
|
|
37
38
|
cssVariableName: "--owp-tree-grid-body-fill-background-color",
|
|
38
39
|
getValue: /* @__PURE__ */ l((e) => {
|
|
39
|
-
var
|
|
40
|
-
return (
|
|
40
|
+
var o;
|
|
41
|
+
return (o = e == null ? void 0 : e.body) == null ? void 0 : o.fillBackgroundColor;
|
|
41
42
|
}, "getValue")
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
45
|
cssVariableName: "--owp-tree-grid-row-background-color",
|
|
45
46
|
getValue: /* @__PURE__ */ l((e) => {
|
|
46
|
-
var
|
|
47
|
-
return (
|
|
47
|
+
var o;
|
|
48
|
+
return (o = e == null ? void 0 : e.row) == null ? void 0 : o.backgroundColor;
|
|
48
49
|
}, "getValue")
|
|
49
50
|
},
|
|
50
51
|
{
|
|
51
52
|
cssVariableName: "--owp-tree-grid-row-solid-background-color",
|
|
52
53
|
getValue: /* @__PURE__ */ l((e) => {
|
|
53
|
-
var
|
|
54
|
-
return (
|
|
54
|
+
var o;
|
|
55
|
+
return (o = e == null ? void 0 : e.row) == null ? void 0 : o.solidBackgroundColor;
|
|
55
56
|
}, "getValue")
|
|
56
57
|
},
|
|
57
58
|
{
|
|
58
59
|
cssVariableName: "--owp-tree-grid-hover-row-background-color",
|
|
59
60
|
getValue: /* @__PURE__ */ l((e) => {
|
|
60
|
-
var
|
|
61
|
-
return (
|
|
61
|
+
var o;
|
|
62
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverRowBackgroundColor;
|
|
62
63
|
}, "getValue")
|
|
63
64
|
},
|
|
64
65
|
{
|
|
65
66
|
cssVariableName: "--owp-tree-grid-hover-row-border-color",
|
|
66
67
|
getValue: /* @__PURE__ */ l((e) => {
|
|
67
|
-
var
|
|
68
|
-
return (
|
|
68
|
+
var o;
|
|
69
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverRowBorderColor;
|
|
69
70
|
}, "getValue")
|
|
70
71
|
},
|
|
71
72
|
{
|
|
72
73
|
cssVariableName: "--owp-tree-grid-selected-row-background-color",
|
|
73
74
|
getValue: /* @__PURE__ */ l((e) => {
|
|
74
|
-
var
|
|
75
|
-
return (
|
|
75
|
+
var o;
|
|
76
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.selectedRowBackgroundColor;
|
|
76
77
|
}, "getValue")
|
|
77
78
|
},
|
|
78
79
|
{
|
|
79
80
|
cssVariableName: "--owp-tree-grid-selected-cell-background-color",
|
|
80
81
|
getValue: /* @__PURE__ */ l((e) => {
|
|
81
|
-
var
|
|
82
|
-
return (
|
|
82
|
+
var o;
|
|
83
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.selectedCellBackgroundColor;
|
|
83
84
|
}, "getValue")
|
|
84
85
|
},
|
|
85
86
|
{
|
|
86
87
|
cssVariableName: "--owp-tree-grid-focused-row-background-color",
|
|
87
88
|
getValue: /* @__PURE__ */ l((e) => {
|
|
88
|
-
var
|
|
89
|
-
return (
|
|
89
|
+
var o;
|
|
90
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedRowBackgroundColor;
|
|
90
91
|
}, "getValue")
|
|
91
92
|
},
|
|
92
93
|
{
|
|
93
94
|
cssVariableName: "--owp-tree-grid-focused-row-border-color",
|
|
94
95
|
getValue: /* @__PURE__ */ l((e) => {
|
|
95
|
-
var
|
|
96
|
-
return (
|
|
96
|
+
var o;
|
|
97
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedRowBorderColor;
|
|
97
98
|
}, "getValue")
|
|
98
99
|
},
|
|
99
100
|
{
|
|
100
101
|
cssVariableName: "--owp-tree-grid-hover-cell-background-color",
|
|
101
102
|
getValue: /* @__PURE__ */ l((e) => {
|
|
102
|
-
var
|
|
103
|
-
return (
|
|
103
|
+
var o;
|
|
104
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverCellBackgroundColor;
|
|
104
105
|
}, "getValue")
|
|
105
106
|
},
|
|
106
107
|
{
|
|
107
108
|
cssVariableName: "--owp-tree-grid-hover-cell-border-color",
|
|
108
109
|
getValue: /* @__PURE__ */ l((e) => {
|
|
109
|
-
var
|
|
110
|
-
return (
|
|
110
|
+
var o;
|
|
111
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverCellBorderColor;
|
|
111
112
|
}, "getValue")
|
|
112
113
|
},
|
|
113
114
|
{
|
|
114
115
|
cssVariableName: "--owp-tree-grid-focused-cell-background-color",
|
|
115
116
|
getValue: /* @__PURE__ */ l((e) => {
|
|
116
|
-
var
|
|
117
|
-
return (
|
|
117
|
+
var o;
|
|
118
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellBackgroundColor;
|
|
118
119
|
}, "getValue")
|
|
119
120
|
},
|
|
120
121
|
{
|
|
121
122
|
cssVariableName: "--owp-tree-grid-focused-cell-border-color",
|
|
122
123
|
getValue: /* @__PURE__ */ l((e) => {
|
|
123
|
-
var
|
|
124
|
-
return (
|
|
124
|
+
var o;
|
|
125
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellBorderColor;
|
|
125
126
|
}, "getValue")
|
|
126
127
|
},
|
|
127
128
|
{
|
|
128
129
|
cssVariableName: "--owp-tree-grid-editing-cell-border-color",
|
|
129
130
|
getValue: /* @__PURE__ */ l((e) => {
|
|
130
|
-
var
|
|
131
|
-
return (
|
|
131
|
+
var o;
|
|
132
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.editingCellBorderColor;
|
|
132
133
|
}, "getValue")
|
|
133
134
|
},
|
|
134
135
|
{
|
|
135
136
|
cssVariableName: "--owp-tree-grid-focused-cell-rect-background-color",
|
|
136
137
|
getValue: /* @__PURE__ */ l((e) => {
|
|
137
|
-
var
|
|
138
|
-
return (
|
|
138
|
+
var o;
|
|
139
|
+
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellRectBackgroundColor;
|
|
139
140
|
}, "getValue")
|
|
140
141
|
},
|
|
141
142
|
{
|
|
142
143
|
cssVariableName: "--owp-tree-grid-changed-background-color",
|
|
143
144
|
getValue: /* @__PURE__ */ l((e) => {
|
|
144
|
-
var
|
|
145
|
-
return (
|
|
145
|
+
var o;
|
|
146
|
+
return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.backgroundColor;
|
|
146
147
|
}, "getValue")
|
|
147
148
|
},
|
|
148
149
|
{
|
|
149
150
|
cssVariableName: "--owp-tree-grid-changed-text-color",
|
|
150
151
|
getValue: /* @__PURE__ */ l((e) => {
|
|
151
|
-
var
|
|
152
|
-
return (
|
|
152
|
+
var o;
|
|
153
|
+
return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.color;
|
|
153
154
|
}, "getValue")
|
|
154
155
|
},
|
|
155
156
|
{
|
|
156
157
|
cssVariableName: "--owp-tree-grid-changed-font-weight",
|
|
157
158
|
getValue: /* @__PURE__ */ l((e) => {
|
|
158
|
-
var
|
|
159
|
-
return ((
|
|
159
|
+
var o;
|
|
160
|
+
return ((o = e == null ? void 0 : e.changed) == null ? void 0 : o.fontWeight) === void 0 ? void 0 : String(e.changed.fontWeight);
|
|
160
161
|
}, "getValue")
|
|
161
162
|
}
|
|
162
|
-
],
|
|
163
|
+
], V = [
|
|
163
164
|
{
|
|
164
165
|
cssVariableName: "--owp-tree-grid-header-background-color",
|
|
165
166
|
getValue: /* @__PURE__ */ l((e) => e.header.backgroundColor, "getValue")
|
|
@@ -170,7 +171,7 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
170
171
|
},
|
|
171
172
|
{
|
|
172
173
|
cssVariableName: "--owp-tree-grid-header-font-size",
|
|
173
|
-
getValue: /* @__PURE__ */ l((e) =>
|
|
174
|
+
getValue: /* @__PURE__ */ l((e) => F(e.header.fontSize), "getValue")
|
|
174
175
|
},
|
|
175
176
|
{
|
|
176
177
|
cssVariableName: "--owp-tree-grid-header-font-weight",
|
|
@@ -178,47 +179,47 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
178
179
|
},
|
|
179
180
|
{
|
|
180
181
|
cssVariableName: "--owp-tree-grid-cell-font-size",
|
|
181
|
-
getValue: /* @__PURE__ */ l((e) =>
|
|
182
|
+
getValue: /* @__PURE__ */ l((e) => F(e.cell.fontSize), "getValue")
|
|
182
183
|
}
|
|
183
|
-
],
|
|
184
|
-
backgroundColor: `var(${e}, ${
|
|
185
|
-
}), "createTreeGridBackgroundColorStyle"),
|
|
184
|
+
], n = /* @__PURE__ */ l((e, o) => ({
|
|
185
|
+
backgroundColor: `var(${e}, ${o}) !important`
|
|
186
|
+
}), "createTreeGridBackgroundColorStyle"), S = /* @__PURE__ */ l((e) => ({
|
|
186
187
|
backgroundColor: `var(${e}) !important`
|
|
187
188
|
}), "createTreeGridOptionalBackgroundColorStyle"), t = /* @__PURE__ */ l(({
|
|
188
189
|
rowSuffix: e,
|
|
189
|
-
suffixes:
|
|
190
|
+
suffixes: o,
|
|
190
191
|
descendant: a = "",
|
|
191
|
-
withChildren:
|
|
192
|
-
}) =>
|
|
193
|
-
const
|
|
194
|
-
return
|
|
195
|
-
})).join(", "), "createTreeGridSelectors"),
|
|
192
|
+
withChildren: s = !1
|
|
193
|
+
}) => d.flatMap((u) => o.flatMap((p) => {
|
|
194
|
+
const b = `.${r}`, w = e ? ` .${u}${e}` : "", C = `${b}${w} .${u}${p}${a}`;
|
|
195
|
+
return s ? [C, `${C} *`] : [C];
|
|
196
|
+
})).join(", "), "createTreeGridSelectors"), m = /* @__PURE__ */ l(({
|
|
196
197
|
ancestorSuffixes: e,
|
|
197
|
-
suffixes:
|
|
198
|
+
suffixes: o,
|
|
198
199
|
descendant: a = ""
|
|
199
|
-
}) =>
|
|
200
|
+
}) => d.flatMap((s) => e.flatMap((u) => o.map((p) => `.${r} .${s}${u} .${s}${p}${a}`))).join(", "), "createTreeGridNestedSelectors"), x = t({
|
|
200
201
|
suffixes: ["Main"],
|
|
201
202
|
withChildren: !0
|
|
202
|
-
}),
|
|
203
|
+
}), h = t({
|
|
203
204
|
suffixes: ["Main"]
|
|
204
|
-
}),
|
|
205
|
+
}), I = t({
|
|
205
206
|
suffixes: ["ClassReadOnly"],
|
|
206
207
|
withChildren: !0
|
|
207
|
-
}),
|
|
208
|
+
}), T = t({
|
|
208
209
|
suffixes: ["MainTable"]
|
|
209
|
-
}), k = `.${
|
|
210
|
+
}), k = `.${r}.${$}`, _ = d.map((e) => `.${r}.${$} .${e}MainTable`).join(", "), y = `${k}::before`, A = d.map((e) => `.${r}.${$} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), L = d.map((e) => `.${r}.${$} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), N = d.map((e) => `.${r}.${$} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), z = t({
|
|
210
211
|
suffixes: ["FillRow"]
|
|
211
|
-
}),
|
|
212
|
+
}), O = t({
|
|
212
213
|
suffixes: ["SolidRow"]
|
|
213
|
-
}),
|
|
214
|
+
}), P = d.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), j = t({
|
|
214
215
|
suffixes: ["ColorDefault"]
|
|
215
|
-
}),
|
|
216
|
+
}), W = t({
|
|
216
217
|
suffixes: ["ColorDefaultRow"]
|
|
217
|
-
}),
|
|
218
|
+
}), U = t({
|
|
218
219
|
rowSuffix: "HeaderRow",
|
|
219
220
|
suffixes: ["CellHeader", "CellIndex", "GanttHeaderBase", "LevelButton"],
|
|
220
221
|
withChildren: !0
|
|
221
|
-
}),
|
|
222
|
+
}), Y = t({
|
|
222
223
|
rowSuffix: "HeaderRow",
|
|
223
224
|
suffixes: [
|
|
224
225
|
"CellHeader",
|
|
@@ -231,38 +232,38 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
231
232
|
"HeaderFocus",
|
|
232
233
|
"HeaderDrag"
|
|
233
234
|
]
|
|
234
|
-
}),
|
|
235
|
+
}), X = t({
|
|
235
236
|
suffixes: ["ColorHovered"]
|
|
236
|
-
}),
|
|
237
|
+
}), K = t({
|
|
237
238
|
suffixes: ["ColorHoveredRow"]
|
|
238
|
-
}),
|
|
239
|
+
}), Q = t({
|
|
239
240
|
suffixes: ["HoverRowBorder"]
|
|
240
|
-
}),
|
|
241
|
+
}), q = t({
|
|
241
242
|
suffixes: ["ColorSelected", "ColorSelectedCell"]
|
|
242
|
-
}),
|
|
243
|
+
}), J = t({
|
|
243
244
|
suffixes: ["ColorSelected", "ColorSelectedCell"],
|
|
244
245
|
descendant: " *"
|
|
245
|
-
}),
|
|
246
|
+
}), Z = t({
|
|
246
247
|
suffixes: ["ColorSelectedRow"]
|
|
247
|
-
}),
|
|
248
|
+
}), ee = t({
|
|
248
249
|
suffixes: ["ColorFocused"]
|
|
249
|
-
}),
|
|
250
|
+
}), oe = t({
|
|
250
251
|
suffixes: ["ColorFocusedRow"]
|
|
251
|
-
}), ee = t({
|
|
252
|
-
suffixes: ["FocusRowBorder"]
|
|
253
252
|
}), re = t({
|
|
253
|
+
suffixes: ["FocusRowBorder"]
|
|
254
|
+
}), te = t({
|
|
254
255
|
suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
|
|
255
|
-
}),
|
|
256
|
+
}), le = t({
|
|
256
257
|
suffixes: ["HoverCellBorder"]
|
|
257
|
-
}),
|
|
258
|
+
}), ae = t({
|
|
258
259
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
|
|
259
|
-
}),
|
|
260
|
+
}), ce = t({
|
|
260
261
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
|
|
261
262
|
descendant: " *"
|
|
262
|
-
}),
|
|
263
|
+
}), de = m({
|
|
263
264
|
ancestorSuffixes: ["HoverCellBorder"],
|
|
264
265
|
suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
|
|
265
|
-
}),
|
|
266
|
+
}), se = t({
|
|
266
267
|
suffixes: [
|
|
267
268
|
"ColorHoveredCellSpace",
|
|
268
269
|
"ColorHoveredCellSpaceEdit",
|
|
@@ -276,18 +277,18 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
276
277
|
"ColorHoveredCellTab",
|
|
277
278
|
"ColorHoveredCellTab1"
|
|
278
279
|
]
|
|
279
|
-
}),
|
|
280
|
+
}), ne = t({
|
|
280
281
|
suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
|
|
281
|
-
}),
|
|
282
|
+
}), ie = t({
|
|
282
283
|
suffixes: ["ColorFocusedCellRect"]
|
|
283
|
-
}),
|
|
284
|
+
}), ue = t({
|
|
284
285
|
suffixes: ["FocusCellBorder"]
|
|
285
|
-
}),
|
|
286
|
+
}), Ce = t({
|
|
286
287
|
suffixes: ["FocusCellCorner"]
|
|
287
|
-
}),
|
|
288
|
+
}), pe = t({
|
|
288
289
|
suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
|
|
289
290
|
descendant: " > div"
|
|
290
|
-
}),
|
|
291
|
+
}), be = t({
|
|
291
292
|
suffixes: [
|
|
292
293
|
"ColorFocusedCellSafari",
|
|
293
294
|
"ColorFocusedCellSpace",
|
|
@@ -296,65 +297,65 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
296
297
|
"ColorFocusedCellSpaceBool",
|
|
297
298
|
"ColorFocusedCellButton"
|
|
298
299
|
]
|
|
299
|
-
}),
|
|
300
|
+
}), Se = t({
|
|
300
301
|
suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
|
|
301
302
|
descendant: " > div"
|
|
302
|
-
}),
|
|
303
|
+
}), we = t({
|
|
303
304
|
suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
|
|
304
305
|
descendant: " u"
|
|
305
|
-
}),
|
|
306
|
+
}), $e = t({
|
|
306
307
|
suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
|
|
307
|
-
}),
|
|
308
|
+
}), ve = t({
|
|
308
309
|
suffixes: ["ColorChangedCell"]
|
|
309
|
-
}),
|
|
310
|
-
const
|
|
310
|
+
}), ge = d.flatMap((e) => {
|
|
311
|
+
const o = `${e}ClassFocusedCell`, a = `.${r} .${i}:not(.${o})`;
|
|
311
312
|
return [
|
|
312
313
|
a,
|
|
313
|
-
`${a} *:not(.${
|
|
314
|
+
`${a} *:not(.${o})`
|
|
314
315
|
];
|
|
315
|
-
}).join(", "),
|
|
316
|
-
const
|
|
316
|
+
}).join(", "), Fe = d.flatMap((e) => {
|
|
317
|
+
const o = `.${r} .${i}`;
|
|
317
318
|
return [
|
|
318
319
|
`${e}ClassFocusedCell`,
|
|
319
320
|
`${e}ColorFocusedCell`,
|
|
320
321
|
`${e}ColorFocusedCellRelative`
|
|
321
|
-
].flatMap((
|
|
322
|
-
`${
|
|
323
|
-
`${
|
|
324
|
-
`.${
|
|
325
|
-
`.${
|
|
322
|
+
].flatMap((s) => [
|
|
323
|
+
`${o}.${s}`,
|
|
324
|
+
`${o}.${s} *`,
|
|
325
|
+
`.${r} .${s} ${o}`,
|
|
326
|
+
`.${r} .${s} ${o} *`
|
|
326
327
|
]);
|
|
327
|
-
}).join(", "),
|
|
328
|
-
const
|
|
328
|
+
}).join(", "), Ee = d.flatMap((e) => {
|
|
329
|
+
const o = `.${r} .${i}`, a = `${e}HiddenValue`;
|
|
329
330
|
return [
|
|
330
|
-
`${
|
|
331
|
-
`${
|
|
332
|
-
`.${
|
|
333
|
-
`.${
|
|
331
|
+
`${o}.${a}`,
|
|
332
|
+
`${o}.${a} *`,
|
|
333
|
+
`.${r} .${a} ${o}`,
|
|
334
|
+
`.${r} .${a} ${o} *`
|
|
334
335
|
];
|
|
335
|
-
}).join(", "),
|
|
336
|
+
}).join(", "), fe = `var(--owp-tree-grid-changed-font-weight, ${D}) !important`, Re = t({
|
|
336
337
|
suffixes: ["EditCellBorder"]
|
|
337
|
-
}),
|
|
338
|
+
}), ke = t({
|
|
338
339
|
suffixes: ["EditCellCorner"]
|
|
339
|
-
}),
|
|
340
|
-
`.${
|
|
341
|
-
`.${
|
|
342
|
-
`.${
|
|
343
|
-
`.${
|
|
344
|
-
`.${
|
|
345
|
-
`.${
|
|
346
|
-
`.${
|
|
347
|
-
`.${
|
|
348
|
-
].join(", "),
|
|
349
|
-
`.${
|
|
350
|
-
`.${
|
|
351
|
-
`.${
|
|
352
|
-
`.${
|
|
353
|
-
`.${
|
|
354
|
-
`.${
|
|
355
|
-
`.${
|
|
356
|
-
`.${
|
|
357
|
-
].join(", "),
|
|
340
|
+
}), Ge = [
|
|
341
|
+
`.${r} .TSMain .TSDateLeft`,
|
|
342
|
+
`.${r} .TSMain .TSDatesLeft`,
|
|
343
|
+
`.${r} .TSMain .TSDateRight`,
|
|
344
|
+
`.${r} .TSMain .TSDatesRight`,
|
|
345
|
+
`.${r} .TSMain .TSDateTop`,
|
|
346
|
+
`.${r} .TSMain .TSDatesTop`,
|
|
347
|
+
`.${r} .TSMain .TSDateBottom`,
|
|
348
|
+
`.${r} .TSMain .TSDatesBottom`
|
|
349
|
+
].join(", "), De = [
|
|
350
|
+
`.${r} .TSMain .${i}.TSDateLeft`,
|
|
351
|
+
`.${r} .TSMain .${i}.TSDatesLeft`,
|
|
352
|
+
`.${r} .TSMain .${i}.TSDateRight`,
|
|
353
|
+
`.${r} .TSMain .${i}.TSDatesRight`,
|
|
354
|
+
`.${r} .TSMain .${i}.TSDateTop`,
|
|
355
|
+
`.${r} .TSMain .${i}.TSDatesTop`,
|
|
356
|
+
`.${r} .TSMain .${i}.TSDateBottom`,
|
|
357
|
+
`.${r} .TSMain .${i}.TSDatesBottom`
|
|
358
|
+
].join(", "), He = [
|
|
358
359
|
"DateLeft",
|
|
359
360
|
"DatesLeft",
|
|
360
361
|
"DateRight",
|
|
@@ -363,73 +364,73 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
363
364
|
"DatesTop",
|
|
364
365
|
"DateBottom",
|
|
365
366
|
"DatesBottom"
|
|
366
|
-
].flatMap((e) =>
|
|
367
|
-
const a = `.${
|
|
367
|
+
].flatMap((e) => d.flatMap((o) => {
|
|
368
|
+
const a = `.${r} .${i}.${o}${e}`;
|
|
368
369
|
return [
|
|
369
|
-
`${
|
|
370
|
-
`${
|
|
371
|
-
`${
|
|
372
|
-
].flatMap((
|
|
373
|
-
`${a}.${
|
|
374
|
-
`.${
|
|
370
|
+
`${o}ClassFocusedCell`,
|
|
371
|
+
`${o}ColorFocusedCell`,
|
|
372
|
+
`${o}ColorFocusedCellRelative`
|
|
373
|
+
].flatMap((u) => [
|
|
374
|
+
`${a}.${u}`,
|
|
375
|
+
`.${r} .${u} ${a}`
|
|
375
376
|
]);
|
|
376
|
-
})).join(", "),
|
|
377
|
+
})).join(", "), g = '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")', Be = g.replace(
|
|
377
378
|
"%23757575",
|
|
378
379
|
"white"
|
|
379
|
-
), v = '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")',
|
|
380
|
-
`.${
|
|
381
|
-
`.${
|
|
382
|
-
].join(", "),
|
|
383
|
-
const
|
|
380
|
+
), v = '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")', Me = `.${r} .OwpTreeGridTimePickerEditorIcon`, Ve = [
|
|
381
|
+
`.${r} .${i} .OwpTreeGridTimePickerEditorIcon`,
|
|
382
|
+
`.${r} .${i}.OwpTreeGridTimePickerEditorIcon`
|
|
383
|
+
].join(", "), me = d.flatMap((e) => {
|
|
384
|
+
const o = `.${r} .${i}`;
|
|
384
385
|
return [
|
|
385
386
|
`${e}ClassFocusedCell`,
|
|
386
387
|
`${e}ColorFocusedCell`,
|
|
387
388
|
`${e}ColorFocusedCellRelative`
|
|
388
|
-
].flatMap((
|
|
389
|
-
`${
|
|
390
|
-
`${
|
|
391
|
-
`.${
|
|
392
|
-
`.${
|
|
389
|
+
].flatMap((s) => [
|
|
390
|
+
`${o}.${s} .OwpTreeGridTimePickerEditorIcon`,
|
|
391
|
+
`${o}.${s}.OwpTreeGridTimePickerEditorIcon`,
|
|
392
|
+
`.${r} .${s} ${o} .OwpTreeGridTimePickerEditorIcon`,
|
|
393
|
+
`.${r} .${s} ${o}.OwpTreeGridTimePickerEditorIcon`
|
|
393
394
|
]);
|
|
394
|
-
}).join(", "),
|
|
395
|
+
}).join(", "), xe = d.map(
|
|
395
396
|
(e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
|
|
396
|
-
).join(", "),
|
|
397
|
+
).join(", "), he = d.map(
|
|
397
398
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
|
|
398
|
-
).join(", "),
|
|
399
|
+
).join(", "), Ie = d.map(
|
|
399
400
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
|
|
400
|
-
).join(", "),
|
|
401
|
+
).join(", "), Te = d.map(
|
|
401
402
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
|
|
402
|
-
).join(", "),
|
|
403
|
+
).join(", "), _e = d.map(
|
|
403
404
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
|
|
404
|
-
).join(", "),
|
|
405
|
+
).join(", "), ye = d.map(
|
|
405
406
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
|
|
406
|
-
).join(", "),
|
|
407
|
-
[
|
|
408
|
-
fontFamily: `${
|
|
407
|
+
).join(", "), Oe = {
|
|
408
|
+
[x]: {
|
|
409
|
+
fontFamily: `${E} !important`,
|
|
409
410
|
fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
|
|
410
411
|
fontWeight: "normal",
|
|
411
412
|
lineHeight: "16px"
|
|
412
413
|
},
|
|
413
|
-
[
|
|
414
|
+
[h]: {
|
|
414
415
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
415
416
|
},
|
|
416
|
-
[
|
|
417
|
+
[I]: {
|
|
417
418
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
418
419
|
},
|
|
419
|
-
[
|
|
420
|
+
[T]: n(
|
|
420
421
|
"--owp-tree-grid-body-background-color",
|
|
421
422
|
"#FFFFFF"
|
|
422
423
|
),
|
|
423
|
-
[ke]: {
|
|
424
|
-
backgroundImage: `${$} !important`
|
|
425
|
-
},
|
|
426
|
-
[Re]: {
|
|
427
|
-
backgroundImage: `${He} !important`
|
|
428
|
-
},
|
|
429
424
|
[Ge]: {
|
|
430
|
-
backgroundImage: `${
|
|
425
|
+
backgroundImage: `${g} !important`
|
|
431
426
|
},
|
|
432
427
|
[De]: {
|
|
428
|
+
backgroundImage: `${Be} !important`
|
|
429
|
+
},
|
|
430
|
+
[He]: {
|
|
431
|
+
backgroundImage: `${g} !important`
|
|
432
|
+
},
|
|
433
|
+
[Me]: {
|
|
433
434
|
backgroundImage: v,
|
|
434
435
|
backgroundPosition: "center calc(50% - 1px)",
|
|
435
436
|
backgroundRepeat: "no-repeat",
|
|
@@ -441,7 +442,7 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
441
442
|
verticalAlign: "middle",
|
|
442
443
|
width: "16px"
|
|
443
444
|
},
|
|
444
|
-
[
|
|
445
|
+
[Ve]: {
|
|
445
446
|
WebkitMaskImage: v,
|
|
446
447
|
WebkitMaskPosition: "center calc(50% - 1px)",
|
|
447
448
|
WebkitMaskRepeat: "no-repeat",
|
|
@@ -453,49 +454,49 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
453
454
|
maskRepeat: "no-repeat",
|
|
454
455
|
maskSize: "16px 16px"
|
|
455
456
|
},
|
|
456
|
-
[
|
|
457
|
-
backgroundColor: `${
|
|
457
|
+
[me]: {
|
|
458
|
+
backgroundColor: `${B} !important`
|
|
458
459
|
},
|
|
459
|
-
[
|
|
460
|
+
[xe]: {
|
|
460
461
|
scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
|
|
461
462
|
scrollbarWidth: "thin"
|
|
462
463
|
},
|
|
463
|
-
[
|
|
464
|
+
[he]: {
|
|
464
465
|
height: "8px",
|
|
465
466
|
width: "8px"
|
|
466
467
|
},
|
|
467
|
-
[
|
|
468
|
+
[Ie]: {
|
|
468
469
|
backgroundClip: "padding-box",
|
|
469
470
|
backgroundColor: "rgba(0, 0, 0, 0.32)",
|
|
470
471
|
border: "2px solid transparent",
|
|
471
472
|
borderRadius: "8px"
|
|
472
473
|
},
|
|
473
|
-
[
|
|
474
|
+
[Te]: {
|
|
474
475
|
backgroundColor: "rgba(0, 0, 0, 0.44)"
|
|
475
476
|
},
|
|
476
|
-
[
|
|
477
|
+
[_e]: {
|
|
477
478
|
backgroundColor: "transparent"
|
|
478
479
|
},
|
|
479
|
-
[
|
|
480
|
+
[ye]: {
|
|
480
481
|
backgroundColor: "transparent"
|
|
481
482
|
},
|
|
482
483
|
[k]: {
|
|
483
484
|
position: "relative"
|
|
484
485
|
},
|
|
485
|
-
[
|
|
486
|
+
[_]: {
|
|
486
487
|
borderBottom: "0 !important",
|
|
487
|
-
borderRadius:
|
|
488
|
-
clipPath:
|
|
488
|
+
borderRadius: `${c} ${c} 0 0`,
|
|
489
|
+
clipPath: `inset(0 round ${c} ${c} 0 0)`,
|
|
489
490
|
overflow: "hidden"
|
|
490
491
|
},
|
|
491
|
-
[
|
|
492
|
-
border: `${
|
|
492
|
+
[y]: {
|
|
493
|
+
border: `${R} solid ${f}`,
|
|
493
494
|
borderBottom: 0,
|
|
494
|
-
borderRadius:
|
|
495
|
+
borderRadius: `${c} ${c} 0 0`,
|
|
495
496
|
boxSizing: "border-box",
|
|
496
497
|
content: '""',
|
|
497
498
|
display: "block",
|
|
498
|
-
height:
|
|
499
|
+
height: c,
|
|
499
500
|
left: 0,
|
|
500
501
|
pointerEvents: "none",
|
|
501
502
|
position: "absolute",
|
|
@@ -503,20 +504,20 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
503
504
|
top: 0,
|
|
504
505
|
zIndex: 2
|
|
505
506
|
},
|
|
506
|
-
[
|
|
507
|
+
[A]: {
|
|
507
508
|
borderTopColor: "transparent !important",
|
|
508
509
|
overflow: "visible",
|
|
509
510
|
position: "relative"
|
|
510
511
|
},
|
|
511
|
-
[
|
|
512
|
-
border: `${
|
|
513
|
-
borderBottomLeftRadius:
|
|
514
|
-
borderBottomRightRadius:
|
|
512
|
+
[L]: {
|
|
513
|
+
border: `${R} solid ${f}`,
|
|
514
|
+
borderBottomLeftRadius: c,
|
|
515
|
+
borderBottomRightRadius: c,
|
|
515
516
|
borderTop: 0,
|
|
516
517
|
boxSizing: "border-box",
|
|
517
518
|
content: '""',
|
|
518
519
|
display: "block",
|
|
519
|
-
height:
|
|
520
|
+
height: c,
|
|
520
521
|
left: 0,
|
|
521
522
|
pointerEvents: "none",
|
|
522
523
|
position: "absolute",
|
|
@@ -525,14 +526,14 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
525
526
|
transform: "translateY(-100%)",
|
|
526
527
|
zIndex: 2
|
|
527
528
|
},
|
|
528
|
-
[
|
|
529
|
-
backgroundImage:
|
|
529
|
+
[N]: {
|
|
530
|
+
backgroundImage: `radial-gradient(circle at right top, transparent calc(${c} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${c}), radial-gradient(circle at left top, transparent calc(${c} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${c})`,
|
|
530
531
|
backgroundPosition: "left top, right top",
|
|
531
532
|
backgroundRepeat: "no-repeat",
|
|
532
|
-
backgroundSize:
|
|
533
|
+
backgroundSize: `${c} ${c}, ${c} ${c}`,
|
|
533
534
|
content: '""',
|
|
534
535
|
display: "block",
|
|
535
|
-
height:
|
|
536
|
+
height: c,
|
|
536
537
|
left: 0,
|
|
537
538
|
pointerEvents: "none",
|
|
538
539
|
position: "absolute",
|
|
@@ -541,168 +542,168 @@ const o = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", c = [
|
|
|
541
542
|
transform: "translateY(-100%)",
|
|
542
543
|
zIndex: 1
|
|
543
544
|
},
|
|
544
|
-
[
|
|
545
|
+
[z]: S(
|
|
545
546
|
"--owp-tree-grid-body-fill-background-color"
|
|
546
547
|
),
|
|
547
|
-
[
|
|
548
|
+
[O]: S(
|
|
548
549
|
"--owp-tree-grid-row-solid-background-color"
|
|
549
550
|
),
|
|
550
|
-
[
|
|
551
|
+
[P]: S(
|
|
551
552
|
"--owp-tree-grid-toolbar-row-background-color"
|
|
552
553
|
),
|
|
553
|
-
[
|
|
554
|
+
[j]: n(
|
|
554
555
|
"--owp-tree-grid-row-background-color",
|
|
555
556
|
"#FFFFFF"
|
|
556
557
|
),
|
|
557
|
-
[
|
|
558
|
+
[W]: n(
|
|
558
559
|
"--owp-tree-grid-row-background-color",
|
|
559
560
|
"#FFFFFE"
|
|
560
561
|
),
|
|
561
|
-
[
|
|
562
|
+
[U]: {
|
|
562
563
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important",
|
|
563
|
-
fontFamily: `${
|
|
564
|
+
fontFamily: `${E} !important`,
|
|
564
565
|
fontSize: "var(--owp-tree-grid-header-font-size, 14px) !important",
|
|
565
566
|
fontWeight: "var(--owp-tree-grid-header-font-weight, normal) !important",
|
|
566
567
|
lineHeight: "16px"
|
|
567
568
|
},
|
|
568
|
-
[
|
|
569
|
+
[Y]: {
|
|
569
570
|
backgroundColor: "var(--owp-tree-grid-header-background-color, #586980) !important",
|
|
570
571
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important"
|
|
571
572
|
},
|
|
572
|
-
[
|
|
573
|
+
[X]: n(
|
|
573
574
|
"--owp-tree-grid-hover-row-background-color",
|
|
574
575
|
"#F0F0FF"
|
|
575
576
|
),
|
|
576
|
-
[
|
|
577
|
+
[K]: n(
|
|
577
578
|
"--owp-tree-grid-hover-row-background-color",
|
|
578
579
|
"#EEE"
|
|
579
580
|
),
|
|
580
|
-
[
|
|
581
|
+
[Q]: {
|
|
581
582
|
borderTopColor: "var(--owp-tree-grid-hover-row-border-color) !important",
|
|
582
583
|
borderBottomColor: "var(--owp-tree-grid-hover-row-border-color) !important"
|
|
583
584
|
},
|
|
584
|
-
[
|
|
585
|
+
[q]: n(
|
|
585
586
|
"--owp-tree-grid-selected-cell-background-color",
|
|
586
587
|
"#FFFFA6"
|
|
587
588
|
),
|
|
588
|
-
[
|
|
589
|
+
[J]: n(
|
|
589
590
|
"--owp-tree-grid-selected-cell-background-color",
|
|
590
591
|
"#FFFFA6"
|
|
591
592
|
),
|
|
592
|
-
[
|
|
593
|
+
[Z]: n(
|
|
593
594
|
"--owp-tree-grid-selected-row-background-color",
|
|
594
595
|
"#EEE"
|
|
595
596
|
),
|
|
596
|
-
[
|
|
597
|
+
[ee]: n(
|
|
597
598
|
"--owp-tree-grid-focused-row-background-color",
|
|
598
599
|
"#E6E6E6"
|
|
599
600
|
),
|
|
600
|
-
[
|
|
601
|
+
[oe]: n(
|
|
601
602
|
"--owp-tree-grid-focused-row-background-color",
|
|
602
603
|
"#EEE"
|
|
603
604
|
),
|
|
604
|
-
[
|
|
605
|
+
[re]: {
|
|
605
606
|
borderColor: "var(--owp-tree-grid-focused-row-border-color) !important"
|
|
606
607
|
},
|
|
607
|
-
[
|
|
608
|
+
[te]: n(
|
|
608
609
|
"--owp-tree-grid-hover-cell-background-color",
|
|
609
610
|
"#BFDDF2"
|
|
610
611
|
),
|
|
611
|
-
[
|
|
612
|
+
[le]: {
|
|
612
613
|
backgroundColor: "var(--owp-tree-grid-hover-cell-background-color) !important",
|
|
613
614
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
614
615
|
},
|
|
615
|
-
[
|
|
616
|
+
[ae]: n(
|
|
616
617
|
"--owp-tree-grid-hover-cell-background-color",
|
|
617
618
|
"#F0F0F0"
|
|
618
619
|
),
|
|
619
|
-
[
|
|
620
|
+
[ce]: n(
|
|
620
621
|
"--owp-tree-grid-hover-cell-background-color",
|
|
621
622
|
"#F0F0F0"
|
|
622
623
|
),
|
|
623
|
-
[
|
|
624
|
+
[de]: S(
|
|
624
625
|
"--owp-tree-grid-hover-cell-background-color"
|
|
625
626
|
),
|
|
626
|
-
[
|
|
627
|
+
[se]: S(
|
|
627
628
|
"--owp-tree-grid-hover-cell-background-color"
|
|
628
629
|
),
|
|
629
|
-
[
|
|
630
|
+
[Se]: {
|
|
630
631
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
631
632
|
},
|
|
632
|
-
[
|
|
633
|
+
[we]: {
|
|
633
634
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
634
635
|
},
|
|
635
|
-
[
|
|
636
|
+
[$e]: {
|
|
636
637
|
borderTopColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
|
|
637
638
|
borderBottomColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
|
|
638
639
|
outlineColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
639
640
|
},
|
|
640
|
-
[
|
|
641
|
+
[ne]: n(
|
|
641
642
|
"--owp-tree-grid-focused-cell-background-color",
|
|
642
643
|
"#FFFFFE"
|
|
643
644
|
),
|
|
644
|
-
[
|
|
645
|
+
[ie]: {
|
|
645
646
|
backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
|
|
646
647
|
},
|
|
647
|
-
[
|
|
648
|
+
[ue]: {
|
|
648
649
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
649
650
|
},
|
|
650
|
-
[
|
|
651
|
+
[Ce]: {
|
|
651
652
|
backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
652
653
|
},
|
|
653
|
-
[
|
|
654
|
+
[pe]: {
|
|
654
655
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
655
656
|
},
|
|
656
|
-
[
|
|
657
|
+
[be]: S(
|
|
657
658
|
"--owp-tree-grid-focused-cell-background-color"
|
|
658
659
|
),
|
|
659
|
-
[
|
|
660
|
+
[ve]: n(
|
|
660
661
|
"--owp-tree-grid-changed-background-color",
|
|
661
662
|
"#EEE"
|
|
662
663
|
),
|
|
663
|
-
[
|
|
664
|
+
[ge]: {
|
|
664
665
|
color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
|
|
665
|
-
fontWeight:
|
|
666
|
+
fontWeight: fe
|
|
666
667
|
},
|
|
667
|
-
[
|
|
668
|
+
[Fe]: {
|
|
668
669
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
669
670
|
},
|
|
670
|
-
[
|
|
671
|
+
[Ee]: {
|
|
671
672
|
color: "transparent !important"
|
|
672
673
|
},
|
|
673
|
-
[
|
|
674
|
+
[Re]: {
|
|
674
675
|
borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
675
676
|
},
|
|
676
|
-
[
|
|
677
|
+
[ke]: {
|
|
677
678
|
backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
678
679
|
}
|
|
679
|
-
},
|
|
680
|
-
a && (e[
|
|
681
|
-
}, "setOptionalTreeGridCssVariable"),
|
|
680
|
+
}, F = /* @__PURE__ */ l((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), Ae = /* @__PURE__ */ l((e, o, a) => {
|
|
681
|
+
a && (e[o] = a);
|
|
682
|
+
}, "setOptionalTreeGridCssVariable"), Pe = /* @__PURE__ */ l(({
|
|
682
683
|
width: e,
|
|
683
|
-
height:
|
|
684
|
+
height: o,
|
|
684
685
|
treeGridTheme: a,
|
|
685
|
-
gridThemeConfig:
|
|
686
|
-
containerStyle:
|
|
686
|
+
gridThemeConfig: s,
|
|
687
|
+
containerStyle: u,
|
|
687
688
|
tableBorderRadius: p
|
|
688
689
|
}) => {
|
|
689
|
-
const
|
|
690
|
-
height:
|
|
690
|
+
const b = {
|
|
691
|
+
height: o,
|
|
691
692
|
width: e
|
|
692
693
|
};
|
|
693
|
-
for (const { cssVariableName:
|
|
694
|
-
|
|
695
|
-
for (const { cssVariableName:
|
|
696
|
-
|
|
697
|
-
return p !== void 0 && (
|
|
698
|
-
...
|
|
699
|
-
...
|
|
694
|
+
for (const { cssVariableName: w, getValue: C } of M)
|
|
695
|
+
Ae(b, w, C(s));
|
|
696
|
+
for (const { cssVariableName: w, getValue: C } of V)
|
|
697
|
+
b[w] = C(a);
|
|
698
|
+
return p !== void 0 && (b["--owp-tree-grid-table-border-radius"] = F(p)), {
|
|
699
|
+
...b,
|
|
700
|
+
...u
|
|
700
701
|
};
|
|
701
702
|
}, "createTreeGridThemeContainerStyle");
|
|
702
703
|
export {
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
704
|
+
$ as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
|
|
705
|
+
r as TREE_GRID_THEME_WRAPPER_CLASS,
|
|
706
|
+
Pe as createTreeGridThemeContainerStyle,
|
|
707
|
+
Oe as treeGridThemeStyles
|
|
707
708
|
};
|
|
708
709
|
//# sourceMappingURL=treeGridTheme.js.map
|