@owp/core 2.5.49 → 2.5.50
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/index10.js +2 -2
- package/dist/_virtual/index12.js +2 -2
- package/dist/_virtual/index13.js +2 -2
- package/dist/_virtual/index14.js +2 -2
- 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/OwpTreeGrid/internal/treeGridRuntime.js +362 -348
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +362 -316
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
- package/dist/exceljs.js +5 -0
- package/dist/exceljs.js.map +1 -0
- 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/CODE128/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.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/EAN_UPC/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.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/OwpNumberField/OwpNumberField.d.ts +1 -1
- package/dist/types/components/OwpTabs/OwpTab.d.ts +1 -1
- package/dist/types/exceljs.d.ts +3 -0
- package/dist/types/types/OwpExcelTypes.d.ts +5 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/utils/fetchFile.d.ts +1 -1
- package/dist/types/utils/internal/exceljsBrowser.d.ts +1 -2
- package/dist/utils/internal/exceljsBrowser.js.map +1 -1
- package/exceljs.d.ts +3 -0
- package/exceljs.js +1 -0
- package/package.json +3 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
var
|
|
2
|
-
var t = (e, o) =>
|
|
3
|
-
import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as
|
|
4
|
-
import { DEFAULT_TABLE_RADIUS as
|
|
5
|
-
import { darken as
|
|
6
|
-
const r = "owp-tree-grid-theme",
|
|
1
|
+
var J = Object.defineProperty;
|
|
2
|
+
var t = (e, o) => J(e, "name", { value: o, configurable: !0 });
|
|
3
|
+
import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as Z, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as ee, TREEGRID_FONT_FAMILY_STACK as B, TREEGRID_ERROR_CELL_BORDER_COLOR as oe, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
|
|
4
|
+
import { DEFAULT_TABLE_RADIUS as re } from "../../../constants/table.js";
|
|
5
|
+
import { darken as te } from "@mui/material/styles";
|
|
6
|
+
const r = "owp-tree-grid-theme", w = "owp-tree-grid-table-radius", le = "owp-tree-grid-panel-checkbox-select", ae = "owp-tree-grid-select-all-checked", ce = "owp-tree-grid-select-all-indeterminate", ne = "owp-tree-grid-select-all-unchecked", X = "owp-tree-grid-selected-changed-cell", Y = "owp-tree-grid-error-cell", F = "owp-tree-grid-added-row-box-cell", se = "owp-tree-grid-added-row-box-start", de = "owp-tree-grid-added-row-box-end", c = [
|
|
7
7
|
"TS",
|
|
8
8
|
"TW",
|
|
9
9
|
"TB",
|
|
@@ -20,7 +20,7 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
20
20
|
"CR",
|
|
21
21
|
"CP",
|
|
22
22
|
"CC"
|
|
23
|
-
],
|
|
23
|
+
], R = "#CDD8E4", u = "1px", s = `var(--owp-tree-grid-table-border-radius, ${re})`, M = "#757575", ie = "2px", H = "2px", pe = `var(--owp-tree-grid-error-cell-border-color, ${oe})`, k = "2px", v = "1px", K = te(Z, 0.42), O = `var(--owp-tree-grid-added-row-box-color, ${K})`, ue = "OwpSoftChange", Se = "OwpSoftRevert", Ce = "OwpSoftRowAdd", Re = "OwpSoftRowRemove", be = "rgba(25, 118, 210, 0.36)", Ee = "rgba(25, 118, 210, 0.20)", $e = "rgba(25, 118, 210, 0.26)", _e = "rgba(25, 118, 210, 0.13)", ge = "rgba(96, 125, 139, 0.35)", we = "rgba(96, 125, 139, 0.20)", me = "rgba(96, 125, 139, 0.32)", De = "rgba(96, 125, 139, 0.16)", ke = "rgba(46, 125, 50, 0.24)", Ie = "rgba(46, 125, 50, 0.12)", ve = "rgba(46, 125, 50, 0.16)", Oe = "rgba(46, 125, 50, 0.07)", fe = "rgba(96, 125, 139, 0.24)", Fe = "rgba(96, 125, 139, 0.12)", Ge = "rgba(96, 125, 139, 0.16)", Te = "rgba(96, 125, 139, 0.07)", L = "rgba(25, 118, 210, 0)", N = "rgba(96, 125, 139, 0)", V = "rgba(46, 125, 50, 0)", P = "rgba(96, 125, 139, 0)", G = [
|
|
24
24
|
"DefaultsLeft",
|
|
25
25
|
"DefaultsRight",
|
|
26
26
|
"DefaultsTop",
|
|
@@ -29,21 +29,21 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
29
29
|
"EnumRight",
|
|
30
30
|
"EnumTop",
|
|
31
31
|
"EnumBottom"
|
|
32
|
-
],
|
|
32
|
+
], b = /* @__PURE__ */ t((e) => `url("data:image/svg+xml,${encodeURIComponent(e)}")`, "createTreeGridSvgBackgroundImage"), he = b(
|
|
33
33
|
'<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>'
|
|
34
|
-
),
|
|
34
|
+
), xe = b(
|
|
35
35
|
'<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>'
|
|
36
|
-
),
|
|
36
|
+
), y = b(
|
|
37
37
|
'<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>'
|
|
38
|
-
),
|
|
38
|
+
), W = b(
|
|
39
39
|
'<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>'
|
|
40
|
-
),
|
|
40
|
+
), Ae = b(
|
|
41
41
|
'<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>'
|
|
42
|
-
),
|
|
42
|
+
), z = b(
|
|
43
43
|
'<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>'
|
|
44
|
-
),
|
|
44
|
+
), j = b(
|
|
45
45
|
'<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>'
|
|
46
|
-
),
|
|
46
|
+
), Be = "var(--owp-tree-grid-header-background-color, #586980)", Me = "var(--owp-tree-grid-focused-cell-border-color, var(--owp-tree-grid-hover-cell-border-color, var(--owp-tree-grid-header-background-color, #586980)))", He = [
|
|
47
47
|
{
|
|
48
48
|
cssVariableName: "--owp-tree-grid-body-background-color",
|
|
49
49
|
getValue: /* @__PURE__ */ t((e) => {
|
|
@@ -191,7 +191,7 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
191
191
|
return ((o = e == null ? void 0 : e.changed) == null ? void 0 : o.fontWeight) === void 0 ? void 0 : String(e.changed.fontWeight);
|
|
192
192
|
}, "getValue")
|
|
193
193
|
}
|
|
194
|
-
],
|
|
194
|
+
], Le = [
|
|
195
195
|
{
|
|
196
196
|
cssVariableName: "--owp-tree-grid-header-background-color",
|
|
197
197
|
getValue: /* @__PURE__ */ t((e) => e.header.backgroundColor, "getValue")
|
|
@@ -202,7 +202,7 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
cssVariableName: "--owp-tree-grid-header-font-size",
|
|
205
|
-
getValue: /* @__PURE__ */ t((e) =>
|
|
205
|
+
getValue: /* @__PURE__ */ t((e) => f(e.header.fontSize), "getValue")
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
cssVariableName: "--owp-tree-grid-header-font-weight",
|
|
@@ -210,26 +210,26 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
cssVariableName: "--owp-tree-grid-header-height",
|
|
213
|
-
getValue: /* @__PURE__ */ t((e) =>
|
|
213
|
+
getValue: /* @__PURE__ */ t((e) => f(e.header.height), "getValue")
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
cssVariableName: "--owp-tree-grid-cell-font-size",
|
|
217
|
-
getValue: /* @__PURE__ */ t((e) =>
|
|
217
|
+
getValue: /* @__PURE__ */ t((e) => f(e.cell.fontSize), "getValue")
|
|
218
218
|
}
|
|
219
219
|
], p = /* @__PURE__ */ t((e, o) => ({
|
|
220
220
|
backgroundColor: `var(${e}, ${o}) !important`
|
|
221
221
|
}), "createTreeGridBackgroundColorStyle"), g = /* @__PURE__ */ t((e) => ({
|
|
222
222
|
backgroundColor: `var(${e}) !important`
|
|
223
|
-
}), "createTreeGridOptionalBackgroundColorStyle"),
|
|
223
|
+
}), "createTreeGridOptionalBackgroundColorStyle"), Ne = /* @__PURE__ */ t(() => Object.fromEntries(
|
|
224
224
|
c.flatMap((e) => [
|
|
225
225
|
[
|
|
226
|
-
`@keyframes ${e}${
|
|
226
|
+
`@keyframes ${e}${ue}`,
|
|
227
227
|
{
|
|
228
228
|
"0%": {
|
|
229
|
-
boxShadow: `inset 0 0 0 1px ${
|
|
229
|
+
boxShadow: `inset 0 0 0 1px ${be}, inset 0 0 0 9999px ${Ee}`
|
|
230
230
|
},
|
|
231
231
|
"40%": {
|
|
232
|
-
boxShadow: `inset 0 0 0 1px ${
|
|
232
|
+
boxShadow: `inset 0 0 0 1px ${$e}, inset 0 0 0 9999px ${_e}`
|
|
233
233
|
},
|
|
234
234
|
"100%": {
|
|
235
235
|
boxShadow: `inset 0 0 0 1px ${L}, inset 0 0 0 9999px ${L}`
|
|
@@ -237,77 +237,123 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
237
237
|
}
|
|
238
238
|
],
|
|
239
239
|
[
|
|
240
|
-
`@keyframes ${e}${
|
|
240
|
+
`@keyframes ${e}${Se}`,
|
|
241
241
|
{
|
|
242
242
|
"0%": {
|
|
243
|
-
boxShadow: `inset 0 0 0 1px ${
|
|
243
|
+
boxShadow: `inset 0 0 0 1px ${ge}, inset 0 0 0 9999px ${we}`
|
|
244
244
|
},
|
|
245
245
|
"35%": {
|
|
246
|
-
boxShadow: `inset 0 0 0 1px ${
|
|
246
|
+
boxShadow: `inset 0 0 0 1px ${me}, inset 0 0 0 9999px ${De}`
|
|
247
247
|
},
|
|
248
248
|
"100%": {
|
|
249
|
-
boxShadow: `inset 0 0 0 1px ${
|
|
249
|
+
boxShadow: `inset 0 0 0 1px ${N}, inset 0 0 0 9999px ${N}`
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
[
|
|
254
|
+
`@keyframes ${e}${Ce}`,
|
|
255
|
+
{
|
|
256
|
+
"0%": {
|
|
257
|
+
boxShadow: `inset 0 0 0 1px ${ke}, inset 0 0 0 9999px ${Ie}`,
|
|
258
|
+
opacity: 0.72,
|
|
259
|
+
transform: "scaleY(0.985)",
|
|
260
|
+
transformOrigin: "center center"
|
|
261
|
+
},
|
|
262
|
+
"45%": {
|
|
263
|
+
boxShadow: `inset 0 0 0 1px ${ve}, inset 0 0 0 9999px ${Oe}`,
|
|
264
|
+
opacity: 1,
|
|
265
|
+
transform: "scaleY(1)",
|
|
266
|
+
transformOrigin: "center center"
|
|
267
|
+
},
|
|
268
|
+
"100%": {
|
|
269
|
+
boxShadow: `inset 0 0 0 1px ${V}, inset 0 0 0 9999px ${V}`,
|
|
270
|
+
opacity: 1,
|
|
271
|
+
transform: "scaleY(1)",
|
|
272
|
+
transformOrigin: "center center"
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
[
|
|
277
|
+
`@keyframes ${e}${Re}`,
|
|
278
|
+
{
|
|
279
|
+
"0%": {
|
|
280
|
+
boxShadow: `inset 0 0 0 1px ${fe}, inset 0 0 0 9999px ${Fe}`,
|
|
281
|
+
opacity: 1,
|
|
282
|
+
transform: "scaleY(1)",
|
|
283
|
+
transformOrigin: "center center"
|
|
284
|
+
},
|
|
285
|
+
"45%": {
|
|
286
|
+
boxShadow: `inset 0 0 0 1px ${Ge}, inset 0 0 0 9999px ${Te}`,
|
|
287
|
+
opacity: 0.82,
|
|
288
|
+
transform: "scaleY(0.995)",
|
|
289
|
+
transformOrigin: "center center"
|
|
290
|
+
},
|
|
291
|
+
"100%": {
|
|
292
|
+
boxShadow: `inset 0 0 0 1px ${P}, inset 0 0 0 9999px ${P}`,
|
|
293
|
+
opacity: 0.34,
|
|
294
|
+
transform: "scaleY(0.985)",
|
|
295
|
+
transformOrigin: "center center"
|
|
250
296
|
}
|
|
251
297
|
}
|
|
252
298
|
]
|
|
253
299
|
])
|
|
254
|
-
), "
|
|
300
|
+
), "createTreeGridSoftAnimationKeyframeStyles"), l = /* @__PURE__ */ t(({
|
|
255
301
|
wrapperSelector: e = `.${r}`,
|
|
256
302
|
rowSuffix: o,
|
|
257
303
|
suffixes: a,
|
|
258
304
|
descendant: n = "",
|
|
259
|
-
withChildren:
|
|
260
|
-
}) => c.flatMap((
|
|
261
|
-
const
|
|
262
|
-
return
|
|
263
|
-
})).join(", "), "createTreeGridSelectors"),
|
|
305
|
+
withChildren: d = !1
|
|
306
|
+
}) => c.flatMap((S) => a.flatMap((C) => {
|
|
307
|
+
const D = o ? ` .${S}${o}` : "", $ = `${e}${D} .${S}${C}${n}`;
|
|
308
|
+
return d ? [$, `${$} *`] : [$];
|
|
309
|
+
})).join(", "), "createTreeGridSelectors"), m = /* @__PURE__ */ t(({
|
|
264
310
|
wrapperSelector: e = `.${r}`,
|
|
265
311
|
ancestorSuffixes: o,
|
|
266
312
|
suffixes: a,
|
|
267
313
|
descendant: n = ""
|
|
268
|
-
}) => c.flatMap((
|
|
269
|
-
wrapperSelector:
|
|
314
|
+
}) => c.flatMap((d) => o.flatMap((S) => a.map((C) => `${e} .${d}${S} .${d}${C}${n}`))).join(", "), "createTreeGridNestedSelectors"), _ = `.${r}.${le}`, Ve = `${_}.${ae}`, Pe = `${_}.${ce}`, ye = `${_}.${ne}`, We = l({
|
|
315
|
+
wrapperSelector: _,
|
|
270
316
|
suffixes: ["PanelSelect"]
|
|
271
|
-
}),
|
|
272
|
-
wrapperSelector:
|
|
317
|
+
}), ze = l({
|
|
318
|
+
wrapperSelector: _,
|
|
273
319
|
suffixes: ["PanelSelectOn"]
|
|
274
|
-
}),
|
|
275
|
-
wrapperSelector:
|
|
320
|
+
}), je = m({
|
|
321
|
+
wrapperSelector: _,
|
|
276
322
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
277
323
|
suffixes: ["PanelSelect"]
|
|
278
|
-
}),
|
|
279
|
-
wrapperSelector:
|
|
324
|
+
}), Ue = m({
|
|
325
|
+
wrapperSelector: _,
|
|
280
326
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
281
327
|
suffixes: ["PanelSelectOn"]
|
|
282
|
-
}),
|
|
283
|
-
wrapperSelector:
|
|
328
|
+
}), Xe = m({
|
|
329
|
+
wrapperSelector: Ve,
|
|
284
330
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
285
331
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
286
|
-
}),
|
|
287
|
-
wrapperSelector:
|
|
332
|
+
}), Ye = m({
|
|
333
|
+
wrapperSelector: Pe,
|
|
288
334
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
289
335
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
290
|
-
}),
|
|
291
|
-
wrapperSelector:
|
|
336
|
+
}), Ke = m({
|
|
337
|
+
wrapperSelector: ye,
|
|
292
338
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
293
339
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
294
|
-
}),
|
|
340
|
+
}), Qe = l({
|
|
295
341
|
suffixes: ["Filter0"]
|
|
296
|
-
}),
|
|
342
|
+
}), qe = l({
|
|
297
343
|
suffixes: ["Filter1"]
|
|
298
|
-
}),
|
|
344
|
+
}), Je = l({
|
|
299
345
|
suffixes: ["Main"],
|
|
300
346
|
withChildren: !0
|
|
301
|
-
}),
|
|
347
|
+
}), Ze = l({
|
|
302
348
|
suffixes: ["Main"]
|
|
303
|
-
}),
|
|
349
|
+
}), eo = l({
|
|
304
350
|
suffixes: ["ClassReadOnly"],
|
|
305
351
|
withChildren: !0
|
|
306
|
-
}),
|
|
352
|
+
}), oo = l({
|
|
307
353
|
suffixes: ["MainTable"]
|
|
308
|
-
}),
|
|
354
|
+
}), ro = l({
|
|
309
355
|
suffixes: ["NoDataRow"]
|
|
310
|
-
}),
|
|
356
|
+
}), A = `.${r}.${w}`, to = c.map((e) => `.${r}.${w} .${e}MainTable`).join(", "), lo = `${A}::before`, ao = `${A}::after`, co = `calc(${s} - ${u})`, no = `calc(var(--owp-tree-grid-header-height, 33px) - ${s} + ${u})`, so = c.map((e) => `.${r}:not(.${w}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), io = l({
|
|
311
357
|
suffixes: [
|
|
312
358
|
"VScroll",
|
|
313
359
|
"VScrollTop",
|
|
@@ -340,7 +386,7 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
340
386
|
"CustScroll4Right",
|
|
341
387
|
"CustScroll4RightHidden"
|
|
342
388
|
]
|
|
343
|
-
}),
|
|
389
|
+
}), po = c.flatMap(
|
|
344
390
|
(e) => [
|
|
345
391
|
`.${r} .${e}CustScroll1Up > div`,
|
|
346
392
|
`.${r} .${e}CustScroll1Up > div > div`,
|
|
@@ -351,19 +397,19 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
351
397
|
`.${r} .${e}CustScroll2UpHover > div`,
|
|
352
398
|
`.${r} .${e}CustScroll2UpHover > div > div`
|
|
353
399
|
]
|
|
354
|
-
).join(", "),
|
|
400
|
+
).join(", "), uo = c.map((e) => `.${r}.${w} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), So = c.map((e) => `.${r}.${w} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), Co = c.map((e) => `.${r}.${w} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), Ro = l({
|
|
355
401
|
suffixes: ["FillRow"]
|
|
356
|
-
}),
|
|
402
|
+
}), bo = l({
|
|
357
403
|
suffixes: ["SolidRow"]
|
|
358
|
-
}),
|
|
404
|
+
}), Eo = c.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), $o = l({
|
|
359
405
|
suffixes: ["ColorDefault"]
|
|
360
|
-
}),
|
|
406
|
+
}), _o = l({
|
|
361
407
|
suffixes: ["ColorDefaultRow"]
|
|
362
|
-
}),
|
|
408
|
+
}), go = l({
|
|
363
409
|
rowSuffix: "HeaderRow",
|
|
364
410
|
suffixes: ["CellHeader", "CellIndex", "GanttHeaderBase", "LevelButton"],
|
|
365
411
|
withChildren: !0
|
|
366
|
-
}),
|
|
412
|
+
}), wo = l({
|
|
367
413
|
rowSuffix: "HeaderRow",
|
|
368
414
|
suffixes: [
|
|
369
415
|
"CellHeader",
|
|
@@ -376,38 +422,38 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
376
422
|
"HeaderFocus",
|
|
377
423
|
"HeaderDrag"
|
|
378
424
|
]
|
|
379
|
-
}),
|
|
425
|
+
}), mo = l({
|
|
380
426
|
suffixes: ["ColorHovered"]
|
|
381
|
-
}),
|
|
427
|
+
}), Do = l({
|
|
382
428
|
suffixes: ["ColorHoveredRow"]
|
|
383
|
-
}),
|
|
429
|
+
}), ko = l({
|
|
384
430
|
suffixes: ["HoverRowBorder"]
|
|
385
|
-
}),
|
|
431
|
+
}), Io = l({
|
|
386
432
|
suffixes: ["ColorSelected", "ColorSelectedCell"]
|
|
387
|
-
}),
|
|
433
|
+
}), vo = l({
|
|
388
434
|
suffixes: ["ColorSelected", "ColorSelectedCell"],
|
|
389
435
|
descendant: " *"
|
|
390
|
-
}),
|
|
436
|
+
}), Oo = l({
|
|
391
437
|
suffixes: ["ColorSelectedRow"]
|
|
392
|
-
}),
|
|
438
|
+
}), fo = l({
|
|
393
439
|
suffixes: ["ColorFocused"]
|
|
394
|
-
}),
|
|
440
|
+
}), Fo = l({
|
|
395
441
|
suffixes: ["ColorFocusedRow"]
|
|
396
|
-
}),
|
|
442
|
+
}), Go = l({
|
|
397
443
|
suffixes: ["FocusRowBorder"]
|
|
398
|
-
}),
|
|
444
|
+
}), To = l({
|
|
399
445
|
suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
|
|
400
|
-
}),
|
|
446
|
+
}), ho = l({
|
|
401
447
|
suffixes: ["HoverCellBorder"]
|
|
402
|
-
}),
|
|
448
|
+
}), xo = l({
|
|
403
449
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
|
|
404
|
-
}),
|
|
450
|
+
}), Ao = l({
|
|
405
451
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
|
|
406
452
|
descendant: " *"
|
|
407
|
-
}),
|
|
453
|
+
}), Bo = m({
|
|
408
454
|
ancestorSuffixes: ["HoverCellBorder"],
|
|
409
455
|
suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
|
|
410
|
-
}),
|
|
456
|
+
}), Mo = l({
|
|
411
457
|
suffixes: [
|
|
412
458
|
"ColorHoveredCellSpace",
|
|
413
459
|
"ColorHoveredCellSpaceEdit",
|
|
@@ -421,18 +467,18 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
421
467
|
"ColorHoveredCellTab",
|
|
422
468
|
"ColorHoveredCellTab1"
|
|
423
469
|
]
|
|
424
|
-
}),
|
|
470
|
+
}), Ho = l({
|
|
425
471
|
suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
|
|
426
|
-
}),
|
|
472
|
+
}), Lo = l({
|
|
427
473
|
suffixes: ["ColorFocusedCellRect"]
|
|
428
|
-
}),
|
|
474
|
+
}), No = l({
|
|
429
475
|
suffixes: ["FocusCellBorder"]
|
|
430
|
-
}),
|
|
476
|
+
}), Vo = l({
|
|
431
477
|
suffixes: ["FocusCellCorner"]
|
|
432
|
-
}),
|
|
478
|
+
}), Po = l({
|
|
433
479
|
suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
|
|
434
480
|
descendant: " > div"
|
|
435
|
-
}),
|
|
481
|
+
}), Q = `.${r} .${Y}`, yo = `${Q}::after`, q = `.${r} .${F}`, Wo = `.${r} .${Y}.${F}::after`, zo = `${q}::before`, jo = `.${r} .${F}.${se}::before`, Uo = `.${r} .${F}.${de}::before`, Xo = l({
|
|
436
482
|
suffixes: [
|
|
437
483
|
"ColorFocusedCellSafari",
|
|
438
484
|
"ColorFocusedCellSpace",
|
|
@@ -441,24 +487,24 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
441
487
|
"ColorFocusedCellSpaceBool",
|
|
442
488
|
"ColorFocusedCellButton"
|
|
443
489
|
]
|
|
444
|
-
}),
|
|
490
|
+
}), Yo = l({
|
|
445
491
|
suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
|
|
446
492
|
descendant: " > div"
|
|
447
|
-
}),
|
|
493
|
+
}), Ko = l({
|
|
448
494
|
suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
|
|
449
495
|
descendant: " u"
|
|
450
|
-
}),
|
|
496
|
+
}), Qo = l({
|
|
451
497
|
suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
|
|
452
|
-
}),
|
|
498
|
+
}), qo = l({
|
|
453
499
|
suffixes: ["ColorChangedCell"]
|
|
454
|
-
}),
|
|
500
|
+
}), Jo = c.flatMap((e) => {
|
|
455
501
|
const o = `${e}ClassFocusedCell`, a = `.${r} .${i}:not(.${o})`;
|
|
456
502
|
return [
|
|
457
503
|
a,
|
|
458
504
|
`${a} *:not(.${o})`
|
|
459
505
|
];
|
|
460
|
-
}).join(", "),
|
|
461
|
-
const o = `.${r} .${i}`, a = `.${r} .${i}.${
|
|
506
|
+
}).join(", "), Zo = c.flatMap((e) => {
|
|
507
|
+
const o = `.${r} .${i}`, a = `.${r} .${i}.${X}`;
|
|
462
508
|
return [
|
|
463
509
|
`${e}ColorSelected`,
|
|
464
510
|
`${e}ColorSelectedCell`,
|
|
@@ -466,15 +512,15 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
466
512
|
`${e}ClassSelected`,
|
|
467
513
|
`${e}ClassSelectedCell`,
|
|
468
514
|
`${e}ClassSelectedRow`
|
|
469
|
-
].flatMap((
|
|
515
|
+
].flatMap((d) => [
|
|
470
516
|
a,
|
|
471
517
|
`${a} *`,
|
|
472
|
-
`${o}.${
|
|
473
|
-
`${o}.${
|
|
474
|
-
`.${r} .${
|
|
475
|
-
`.${r} .${
|
|
518
|
+
`${o}.${d}`,
|
|
519
|
+
`${o}.${d} *`,
|
|
520
|
+
`.${r} .${d} ${o}`,
|
|
521
|
+
`.${r} .${d} ${o} *`
|
|
476
522
|
]);
|
|
477
|
-
}).join(", "),
|
|
523
|
+
}).join(", "), er = c.flatMap((e) => {
|
|
478
524
|
const o = `.${r} .${i}`;
|
|
479
525
|
return [
|
|
480
526
|
`${e}ClassFocusedCell`,
|
|
@@ -486,7 +532,7 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
486
532
|
`.${r} .${n} ${o}`,
|
|
487
533
|
`.${r} .${n} ${o} *`
|
|
488
534
|
]);
|
|
489
|
-
}).join(", "),
|
|
535
|
+
}).join(", "), or = c.flatMap((e) => {
|
|
490
536
|
const o = `.${r} .${i}`, a = `${e}HiddenValue`;
|
|
491
537
|
return [
|
|
492
538
|
`${o}.${a}`,
|
|
@@ -494,11 +540,11 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
494
540
|
`.${r} .${a} ${o}`,
|
|
495
541
|
`.${r} .${a} ${o} *`
|
|
496
542
|
];
|
|
497
|
-
}).join(", "),
|
|
543
|
+
}).join(", "), rr = `var(--owp-tree-grid-changed-font-weight, ${ee}) !important`, tr = l({
|
|
498
544
|
suffixes: ["EditCellBorder"]
|
|
499
|
-
}),
|
|
545
|
+
}), lr = l({
|
|
500
546
|
suffixes: ["EditCellCorner"]
|
|
501
|
-
}),
|
|
547
|
+
}), ar = [
|
|
502
548
|
`.${r} .TSMain .TSDateLeft`,
|
|
503
549
|
`.${r} .TSMain .TSDatesLeft`,
|
|
504
550
|
`.${r} .TSMain .TSDateRight`,
|
|
@@ -507,7 +553,7 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
507
553
|
`.${r} .TSMain .TSDatesTop`,
|
|
508
554
|
`.${r} .TSMain .TSDateBottom`,
|
|
509
555
|
`.${r} .TSMain .TSDatesBottom`
|
|
510
|
-
].join(", "),
|
|
556
|
+
].join(", "), cr = [
|
|
511
557
|
`.${r} .TSMain .${i}.TSDateLeft`,
|
|
512
558
|
`.${r} .TSMain .${i}.TSDatesLeft`,
|
|
513
559
|
`.${r} .TSMain .${i}.TSDateRight`,
|
|
@@ -516,7 +562,7 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
516
562
|
`.${r} .TSMain .${i}.TSDatesTop`,
|
|
517
563
|
`.${r} .TSMain .${i}.TSDateBottom`,
|
|
518
564
|
`.${r} .TSMain .${i}.TSDatesBottom`
|
|
519
|
-
].join(", "),
|
|
565
|
+
].join(", "), nr = [
|
|
520
566
|
"DateLeft",
|
|
521
567
|
"DatesLeft",
|
|
522
568
|
"DateRight",
|
|
@@ -531,17 +577,17 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
531
577
|
`${o}ClassFocusedCell`,
|
|
532
578
|
`${o}ColorFocusedCell`,
|
|
533
579
|
`${o}ColorFocusedCellRelative`
|
|
534
|
-
].flatMap((
|
|
535
|
-
`${a}.${
|
|
536
|
-
`.${r} .${
|
|
580
|
+
].flatMap((d) => [
|
|
581
|
+
`${a}.${d}`,
|
|
582
|
+
`.${r} .${d} ${a}`
|
|
537
583
|
]);
|
|
538
|
-
})).join(", "),
|
|
584
|
+
})).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")', sr = x.replace(
|
|
539
585
|
"%23757575",
|
|
540
586
|
"white"
|
|
541
|
-
),
|
|
587
|
+
), U = b(
|
|
542
588
|
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#000" d="M4.5 6.25h7L8 9.75z"/></svg>'
|
|
543
|
-
),
|
|
544
|
-
const a =
|
|
589
|
+
), E = /* @__PURE__ */ t((e, o) => c.flatMap((a) => e.flatMap((n) => o(a, n))).join(", "), "createTreeGridEnumButtonIconSelector"), T = /* @__PURE__ */ t((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), I = /* @__PURE__ */ t((e, o) => `${T(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), dr = /* @__PURE__ */ t((e, o) => {
|
|
590
|
+
const a = T(e, o), n = `.${r} .${i}.${X}.${e}${o}`, d = [
|
|
545
591
|
`${e}ColorSelected`,
|
|
546
592
|
`${e}ColorSelectedCell`,
|
|
547
593
|
`${e}ColorSelectedRow`,
|
|
@@ -551,53 +597,53 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
551
597
|
];
|
|
552
598
|
return [
|
|
553
599
|
n,
|
|
554
|
-
...
|
|
555
|
-
`${a}.${
|
|
556
|
-
`.${r} .${
|
|
600
|
+
...d.flatMap((S) => [
|
|
601
|
+
`${a}.${S}`,
|
|
602
|
+
`.${r} .${S} ${a}`
|
|
557
603
|
])
|
|
558
604
|
];
|
|
559
|
-
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"),
|
|
560
|
-
const a =
|
|
605
|
+
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"), ir = /* @__PURE__ */ t((e, o) => {
|
|
606
|
+
const a = T(e, o);
|
|
561
607
|
return [
|
|
562
608
|
`${e}ClassFocusedCell`,
|
|
563
609
|
`${e}ColorFocusedCell`,
|
|
564
610
|
`${e}ColorFocusedCellRelative`
|
|
565
|
-
].flatMap((
|
|
566
|
-
`${a}.${
|
|
567
|
-
`.${r} .${
|
|
611
|
+
].flatMap((d) => [
|
|
612
|
+
`${a}.${d}`,
|
|
613
|
+
`.${r} .${d} ${a}`
|
|
568
614
|
]);
|
|
569
|
-
}, "createTreeGridFocusedChangedEnumButtonCellSelectors"),
|
|
570
|
-
|
|
571
|
-
(e, o) => [
|
|
572
|
-
),
|
|
573
|
-
|
|
574
|
-
(e, o) => [
|
|
575
|
-
),
|
|
576
|
-
|
|
577
|
-
(e, o) =>
|
|
615
|
+
}, "createTreeGridFocusedChangedEnumButtonCellSelectors"), pr = E(
|
|
616
|
+
G,
|
|
617
|
+
(e, o) => [T(e, o)]
|
|
618
|
+
), ur = E(
|
|
619
|
+
G,
|
|
620
|
+
(e, o) => [I(e, o)]
|
|
621
|
+
), Sr = E(
|
|
622
|
+
G,
|
|
623
|
+
(e, o) => dr(e, o).map(
|
|
578
624
|
(a) => `${a}::after`
|
|
579
625
|
)
|
|
580
|
-
),
|
|
581
|
-
|
|
582
|
-
(e, o) =>
|
|
626
|
+
), Cr = E(
|
|
627
|
+
G,
|
|
628
|
+
(e, o) => ir(e, o).map(
|
|
583
629
|
(a) => `${a}::after`
|
|
584
630
|
)
|
|
585
|
-
),
|
|
631
|
+
), Rr = E(
|
|
586
632
|
["DefaultsLeft", "EnumLeft"],
|
|
587
|
-
(e, o) => [
|
|
588
|
-
),
|
|
633
|
+
(e, o) => [I(e, o)]
|
|
634
|
+
), br = E(
|
|
589
635
|
["DefaultsRight", "EnumRight"],
|
|
590
|
-
(e, o) => [
|
|
591
|
-
),
|
|
636
|
+
(e, o) => [I(e, o)]
|
|
637
|
+
), Er = E(
|
|
592
638
|
["DefaultsTop", "EnumTop"],
|
|
593
|
-
(e, o) => [
|
|
594
|
-
),
|
|
639
|
+
(e, o) => [I(e, o)]
|
|
640
|
+
), $r = E(
|
|
595
641
|
["DefaultsBottom", "EnumBottom"],
|
|
596
|
-
(e, o) => [
|
|
597
|
-
),
|
|
642
|
+
(e, o) => [I(e, o)]
|
|
643
|
+
), 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")', _r = `.${r} .OwpTreeGridTimePickerEditorIcon`, gr = [
|
|
598
644
|
`.${r} .${i} .OwpTreeGridTimePickerEditorIcon`,
|
|
599
645
|
`.${r} .${i}.OwpTreeGridTimePickerEditorIcon`
|
|
600
|
-
].join(", "),
|
|
646
|
+
].join(", "), wr = c.flatMap((e) => {
|
|
601
647
|
const o = `.${r} .${i}`;
|
|
602
648
|
return [
|
|
603
649
|
`${e}ClassFocusedCell`,
|
|
@@ -609,117 +655,117 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
609
655
|
`.${r} .${n} ${o} .OwpTreeGridTimePickerEditorIcon`,
|
|
610
656
|
`.${r} .${n} ${o}.OwpTreeGridTimePickerEditorIcon`
|
|
611
657
|
]);
|
|
612
|
-
}).join(", "),
|
|
658
|
+
}).join(", "), mr = c.map(
|
|
613
659
|
(e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
|
|
614
|
-
).join(", "),
|
|
660
|
+
).join(", "), Dr = c.map(
|
|
615
661
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
|
|
616
|
-
).join(", "),
|
|
662
|
+
).join(", "), kr = c.map(
|
|
617
663
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
|
|
618
|
-
).join(", "),
|
|
664
|
+
).join(", "), Ir = c.map(
|
|
619
665
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
|
|
620
|
-
).join(", "),
|
|
666
|
+
).join(", "), vr = c.map(
|
|
621
667
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
|
|
622
|
-
).join(", "),
|
|
668
|
+
).join(", "), Or = c.map(
|
|
623
669
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
|
|
624
|
-
).join(", "),
|
|
625
|
-
...
|
|
626
|
-
[
|
|
627
|
-
fontFamily: `${
|
|
670
|
+
).join(", "), xr = {
|
|
671
|
+
...Ne(),
|
|
672
|
+
[Je]: {
|
|
673
|
+
fontFamily: `${B} !important`,
|
|
628
674
|
fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
|
|
629
675
|
fontWeight: "normal",
|
|
630
676
|
lineHeight: "16px"
|
|
631
677
|
},
|
|
632
|
-
[
|
|
678
|
+
[Ze]: {
|
|
633
679
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
634
680
|
},
|
|
635
|
-
[
|
|
681
|
+
[eo]: {
|
|
636
682
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
637
683
|
},
|
|
638
|
-
[
|
|
684
|
+
[oo]: p(
|
|
639
685
|
"--owp-tree-grid-body-background-color",
|
|
640
686
|
"#FFFFFF"
|
|
641
687
|
),
|
|
642
|
-
[
|
|
643
|
-
borderTopColor: `${
|
|
688
|
+
[ro]: {
|
|
689
|
+
borderTopColor: `${R} !important`
|
|
644
690
|
},
|
|
645
|
-
[
|
|
646
|
-
backgroundImage: `${
|
|
691
|
+
[We]: {
|
|
692
|
+
backgroundImage: `${he} !important`,
|
|
647
693
|
backgroundPosition: "center center !important",
|
|
648
694
|
backgroundRepeat: "no-repeat !important",
|
|
649
695
|
backgroundSize: "17px 17px !important"
|
|
650
696
|
},
|
|
651
|
-
[
|
|
652
|
-
backgroundImage: `${
|
|
697
|
+
[ze]: {
|
|
698
|
+
backgroundImage: `${xe} !important`,
|
|
653
699
|
backgroundPosition: "center center !important",
|
|
654
700
|
backgroundRepeat: "no-repeat !important",
|
|
655
701
|
backgroundSize: "17px 17px !important"
|
|
656
702
|
},
|
|
657
|
-
[
|
|
658
|
-
backgroundImage: `${
|
|
703
|
+
[je]: {
|
|
704
|
+
backgroundImage: `${y} !important`,
|
|
659
705
|
backgroundPosition: "center center !important",
|
|
660
706
|
backgroundRepeat: "no-repeat !important",
|
|
661
707
|
backgroundSize: "17px 17px !important"
|
|
662
708
|
},
|
|
663
|
-
[
|
|
664
|
-
backgroundImage: `${
|
|
709
|
+
[Ue]: {
|
|
710
|
+
backgroundImage: `${W} !important`,
|
|
665
711
|
backgroundPosition: "center center !important",
|
|
666
712
|
backgroundRepeat: "no-repeat !important",
|
|
667
713
|
backgroundSize: "17px 17px !important"
|
|
668
714
|
},
|
|
669
|
-
[
|
|
670
|
-
backgroundImage: `${
|
|
715
|
+
[Xe]: {
|
|
716
|
+
backgroundImage: `${W} !important`
|
|
671
717
|
},
|
|
672
|
-
[
|
|
673
|
-
backgroundImage: `${
|
|
718
|
+
[Ye]: {
|
|
719
|
+
backgroundImage: `${Ae} !important`
|
|
674
720
|
},
|
|
675
|
-
[
|
|
676
|
-
backgroundImage: `${
|
|
721
|
+
[Ke]: {
|
|
722
|
+
backgroundImage: `${y} !important`
|
|
677
723
|
},
|
|
678
|
-
[
|
|
679
|
-
WebkitMaskImage: `${
|
|
724
|
+
[Qe]: {
|
|
725
|
+
WebkitMaskImage: `${z} !important`,
|
|
680
726
|
WebkitMaskPosition: "center center !important",
|
|
681
727
|
WebkitMaskRepeat: "no-repeat !important",
|
|
682
728
|
WebkitMaskSize: "17px 17px !important",
|
|
683
|
-
backgroundColor: `${
|
|
729
|
+
backgroundColor: `${Be} !important`,
|
|
684
730
|
backgroundImage: "none !important",
|
|
685
731
|
height: "17px !important",
|
|
686
|
-
maskImage: `${
|
|
732
|
+
maskImage: `${z} !important`,
|
|
687
733
|
maskPosition: "center center !important",
|
|
688
734
|
maskRepeat: "no-repeat !important",
|
|
689
735
|
maskSize: "17px 17px !important",
|
|
690
736
|
opacity: 0.72,
|
|
691
737
|
width: "17px !important"
|
|
692
738
|
},
|
|
693
|
-
[
|
|
694
|
-
WebkitMaskImage: `${
|
|
739
|
+
[qe]: {
|
|
740
|
+
WebkitMaskImage: `${j} !important`,
|
|
695
741
|
WebkitMaskPosition: "center center !important",
|
|
696
742
|
WebkitMaskRepeat: "no-repeat !important",
|
|
697
743
|
WebkitMaskSize: "17px 17px !important",
|
|
698
|
-
backgroundColor: `${
|
|
744
|
+
backgroundColor: `${Me} !important`,
|
|
699
745
|
backgroundImage: "none !important",
|
|
700
746
|
height: "17px !important",
|
|
701
|
-
maskImage: `${
|
|
747
|
+
maskImage: `${j} !important`,
|
|
702
748
|
maskPosition: "center center !important",
|
|
703
749
|
maskRepeat: "no-repeat !important",
|
|
704
750
|
maskSize: "17px 17px !important",
|
|
705
751
|
opacity: 1,
|
|
706
752
|
width: "17px !important"
|
|
707
753
|
},
|
|
708
|
-
[
|
|
709
|
-
backgroundImage: `${
|
|
754
|
+
[ar]: {
|
|
755
|
+
backgroundImage: `${x} !important`
|
|
710
756
|
},
|
|
711
|
-
[
|
|
712
|
-
backgroundImage: `${
|
|
757
|
+
[cr]: {
|
|
758
|
+
backgroundImage: `${sr} !important`
|
|
713
759
|
},
|
|
714
|
-
[
|
|
715
|
-
backgroundImage: `${
|
|
760
|
+
[nr]: {
|
|
761
|
+
backgroundImage: `${x} !important`
|
|
716
762
|
},
|
|
717
|
-
[
|
|
763
|
+
[pr]: {
|
|
718
764
|
backgroundImage: "none !important",
|
|
719
765
|
position: "relative"
|
|
720
766
|
},
|
|
721
|
-
[
|
|
722
|
-
WebkitMaskImage: `${
|
|
767
|
+
[ur]: {
|
|
768
|
+
WebkitMaskImage: `${U} !important`,
|
|
723
769
|
WebkitMaskPosition: "center center !important",
|
|
724
770
|
WebkitMaskRepeat: "no-repeat !important",
|
|
725
771
|
WebkitMaskSize: "16px 16px !important",
|
|
@@ -728,7 +774,7 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
728
774
|
content: '""',
|
|
729
775
|
display: "block",
|
|
730
776
|
height: "16px",
|
|
731
|
-
maskImage: `${
|
|
777
|
+
maskImage: `${U} !important`,
|
|
732
778
|
maskPosition: "center center !important",
|
|
733
779
|
maskRepeat: "no-repeat !important",
|
|
734
780
|
maskSize: "16px 16px !important",
|
|
@@ -736,34 +782,34 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
736
782
|
position: "absolute",
|
|
737
783
|
width: "16px"
|
|
738
784
|
},
|
|
739
|
-
[
|
|
785
|
+
[Sr]: {
|
|
740
786
|
backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
741
787
|
},
|
|
742
|
-
[
|
|
788
|
+
[Cr]: {
|
|
743
789
|
backgroundColor: `${M} !important`
|
|
744
790
|
},
|
|
745
|
-
[
|
|
791
|
+
[Rr]: {
|
|
746
792
|
left: "4px",
|
|
747
793
|
top: "50%",
|
|
748
794
|
transform: "translateY(-50%)"
|
|
749
795
|
},
|
|
750
|
-
[
|
|
796
|
+
[br]: {
|
|
751
797
|
right: "4px",
|
|
752
798
|
top: "50%",
|
|
753
799
|
transform: "translateY(-50%)"
|
|
754
800
|
},
|
|
755
|
-
[
|
|
801
|
+
[Er]: {
|
|
756
802
|
left: "50%",
|
|
757
803
|
top: "0",
|
|
758
804
|
transform: "translateX(-50%)"
|
|
759
805
|
},
|
|
760
|
-
[
|
|
806
|
+
[$r]: {
|
|
761
807
|
bottom: "0",
|
|
762
808
|
left: "50%",
|
|
763
809
|
transform: "translateX(-50%)"
|
|
764
810
|
},
|
|
765
|
-
[
|
|
766
|
-
backgroundImage:
|
|
811
|
+
[_r]: {
|
|
812
|
+
backgroundImage: h,
|
|
767
813
|
backgroundPosition: "center calc(50% - 1px)",
|
|
768
814
|
backgroundRepeat: "no-repeat",
|
|
769
815
|
backgroundSize: "16px 16px",
|
|
@@ -774,61 +820,61 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
774
820
|
verticalAlign: "middle",
|
|
775
821
|
width: "16px"
|
|
776
822
|
},
|
|
777
|
-
[
|
|
778
|
-
WebkitMaskImage:
|
|
823
|
+
[gr]: {
|
|
824
|
+
WebkitMaskImage: h,
|
|
779
825
|
WebkitMaskPosition: "center calc(50% - 1px)",
|
|
780
826
|
WebkitMaskRepeat: "no-repeat",
|
|
781
827
|
WebkitMaskSize: "16px 16px",
|
|
782
828
|
backgroundColor: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
|
|
783
829
|
backgroundImage: "none !important",
|
|
784
|
-
maskImage:
|
|
830
|
+
maskImage: h,
|
|
785
831
|
maskPosition: "center calc(50% - 1px)",
|
|
786
832
|
maskRepeat: "no-repeat",
|
|
787
833
|
maskSize: "16px 16px"
|
|
788
834
|
},
|
|
789
|
-
[
|
|
835
|
+
[wr]: {
|
|
790
836
|
backgroundColor: `${M} !important`
|
|
791
837
|
},
|
|
792
|
-
[
|
|
838
|
+
[mr]: {
|
|
793
839
|
scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
|
|
794
840
|
scrollbarWidth: "thin"
|
|
795
841
|
},
|
|
796
|
-
[
|
|
842
|
+
[Dr]: {
|
|
797
843
|
height: "8px",
|
|
798
844
|
width: "8px"
|
|
799
845
|
},
|
|
800
|
-
[
|
|
846
|
+
[kr]: {
|
|
801
847
|
backgroundClip: "padding-box",
|
|
802
848
|
backgroundColor: "rgba(0, 0, 0, 0.32)",
|
|
803
849
|
border: "2px solid transparent",
|
|
804
850
|
borderRadius: "8px"
|
|
805
851
|
},
|
|
806
|
-
[
|
|
852
|
+
[Ir]: {
|
|
807
853
|
backgroundColor: "rgba(0, 0, 0, 0.44)"
|
|
808
854
|
},
|
|
809
|
-
[
|
|
855
|
+
[vr]: {
|
|
810
856
|
backgroundColor: "transparent"
|
|
811
857
|
},
|
|
812
|
-
[
|
|
858
|
+
[Or]: {
|
|
813
859
|
backgroundColor: "transparent"
|
|
814
860
|
},
|
|
815
|
-
[
|
|
861
|
+
[A]: {
|
|
816
862
|
position: "relative"
|
|
817
863
|
},
|
|
818
|
-
[
|
|
864
|
+
[to]: {
|
|
819
865
|
borderBottom: "0 !important",
|
|
820
|
-
borderRadius: `${
|
|
821
|
-
clipPath: `inset(0 round ${
|
|
866
|
+
borderRadius: `${s} ${s} 0 0`,
|
|
867
|
+
clipPath: `inset(0 round ${s} ${s} 0 0)`,
|
|
822
868
|
overflow: "hidden"
|
|
823
869
|
},
|
|
824
|
-
[
|
|
825
|
-
border: `${u} solid ${
|
|
870
|
+
[lo]: {
|
|
871
|
+
border: `${u} solid ${R}`,
|
|
826
872
|
borderBottom: 0,
|
|
827
|
-
borderRadius: `${
|
|
873
|
+
borderRadius: `${s} ${s} 0 0`,
|
|
828
874
|
boxSizing: "border-box",
|
|
829
875
|
content: '""',
|
|
830
876
|
display: "block",
|
|
831
|
-
height:
|
|
877
|
+
height: s,
|
|
832
878
|
left: 0,
|
|
833
879
|
pointerEvents: "none",
|
|
834
880
|
position: "absolute",
|
|
@@ -836,43 +882,43 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
836
882
|
top: 0,
|
|
837
883
|
zIndex: 2
|
|
838
884
|
},
|
|
839
|
-
[
|
|
840
|
-
borderLeft: `${u} solid ${
|
|
841
|
-
borderRight: `${u} solid ${
|
|
885
|
+
[ao]: {
|
|
886
|
+
borderLeft: `${u} solid ${R}`,
|
|
887
|
+
borderRight: `${u} solid ${R}`,
|
|
842
888
|
boxSizing: "border-box",
|
|
843
889
|
content: '""',
|
|
844
890
|
display: "block",
|
|
845
|
-
height:
|
|
891
|
+
height: no,
|
|
846
892
|
left: 0,
|
|
847
893
|
pointerEvents: "none",
|
|
848
894
|
position: "absolute",
|
|
849
895
|
right: 0,
|
|
850
|
-
top:
|
|
896
|
+
top: co,
|
|
851
897
|
zIndex: 2
|
|
852
898
|
},
|
|
853
|
-
[
|
|
854
|
-
borderTop: `${u} solid ${
|
|
899
|
+
[so]: {
|
|
900
|
+
borderTop: `${u} solid ${R} !important`
|
|
855
901
|
},
|
|
856
|
-
[
|
|
857
|
-
boxShadow: `inset -${u} 0 0 ${
|
|
902
|
+
[io]: {
|
|
903
|
+
boxShadow: `inset -${u} 0 0 ${R}`
|
|
858
904
|
},
|
|
859
|
-
[
|
|
860
|
-
boxShadow: `inset -${u} 0 0 ${
|
|
905
|
+
[po]: {
|
|
906
|
+
boxShadow: `inset -${u} 0 0 ${R}`
|
|
861
907
|
},
|
|
862
|
-
[
|
|
908
|
+
[uo]: {
|
|
863
909
|
borderTopColor: "transparent !important",
|
|
864
910
|
overflow: "visible",
|
|
865
911
|
position: "relative"
|
|
866
912
|
},
|
|
867
|
-
[
|
|
868
|
-
border: `${u} solid ${
|
|
869
|
-
borderBottomLeftRadius:
|
|
870
|
-
borderBottomRightRadius:
|
|
913
|
+
[So]: {
|
|
914
|
+
border: `${u} solid ${R}`,
|
|
915
|
+
borderBottomLeftRadius: s,
|
|
916
|
+
borderBottomRightRadius: s,
|
|
871
917
|
borderTop: 0,
|
|
872
918
|
boxSizing: "border-box",
|
|
873
919
|
content: '""',
|
|
874
920
|
display: "block",
|
|
875
|
-
height:
|
|
921
|
+
height: s,
|
|
876
922
|
left: 0,
|
|
877
923
|
pointerEvents: "none",
|
|
878
924
|
position: "absolute",
|
|
@@ -881,14 +927,14 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
881
927
|
transform: `translateY(calc(-100% - ${u}))`,
|
|
882
928
|
zIndex: 2
|
|
883
929
|
},
|
|
884
|
-
[
|
|
885
|
-
backgroundImage: `radial-gradient(circle at right top, transparent calc(${
|
|
930
|
+
[Co]: {
|
|
931
|
+
backgroundImage: `radial-gradient(circle at right top, transparent calc(${s} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${s}), radial-gradient(circle at left top, transparent calc(${s} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${s})`,
|
|
886
932
|
backgroundPosition: "left top, right top",
|
|
887
933
|
backgroundRepeat: "no-repeat",
|
|
888
|
-
backgroundSize: `${
|
|
934
|
+
backgroundSize: `${s} ${s}, ${s} ${s}`,
|
|
889
935
|
content: '""',
|
|
890
936
|
display: "block",
|
|
891
|
-
height:
|
|
937
|
+
height: s,
|
|
892
938
|
left: 0,
|
|
893
939
|
pointerEvents: "none",
|
|
894
940
|
position: "absolute",
|
|
@@ -897,50 +943,50 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
897
943
|
transform: `translateY(calc(-100% - ${u}))`,
|
|
898
944
|
zIndex: 1
|
|
899
945
|
},
|
|
900
|
-
[
|
|
946
|
+
[Ro]: g(
|
|
901
947
|
"--owp-tree-grid-body-fill-background-color"
|
|
902
948
|
),
|
|
903
|
-
[
|
|
949
|
+
[bo]: g(
|
|
904
950
|
"--owp-tree-grid-row-solid-background-color"
|
|
905
951
|
),
|
|
906
|
-
[
|
|
952
|
+
[Eo]: g(
|
|
907
953
|
"--owp-tree-grid-toolbar-row-background-color"
|
|
908
954
|
),
|
|
909
|
-
[
|
|
955
|
+
[$o]: p(
|
|
910
956
|
"--owp-tree-grid-row-background-color",
|
|
911
957
|
"#FFFFFF"
|
|
912
958
|
),
|
|
913
|
-
[
|
|
959
|
+
[_o]: p(
|
|
914
960
|
"--owp-tree-grid-row-background-color",
|
|
915
961
|
"#FFFFFE"
|
|
916
962
|
),
|
|
917
|
-
[
|
|
963
|
+
[Q]: {
|
|
918
964
|
boxShadow: "none !important",
|
|
919
965
|
outline: "none",
|
|
920
966
|
position: "relative",
|
|
921
967
|
zIndex: 3
|
|
922
968
|
},
|
|
923
|
-
[
|
|
924
|
-
border: `${
|
|
969
|
+
[yo]: {
|
|
970
|
+
border: `${ie} solid ${pe}`,
|
|
925
971
|
boxSizing: "border-box",
|
|
926
972
|
content: '""',
|
|
927
973
|
display: "block",
|
|
928
|
-
inset:
|
|
974
|
+
inset: H,
|
|
929
975
|
pointerEvents: "none",
|
|
930
976
|
position: "absolute",
|
|
931
977
|
zIndex: 4
|
|
932
978
|
},
|
|
933
|
-
[
|
|
934
|
-
inset: `calc(${
|
|
979
|
+
[Wo]: {
|
|
980
|
+
inset: `calc(${H} + ${k})`
|
|
935
981
|
},
|
|
936
|
-
[
|
|
982
|
+
[q]: {
|
|
937
983
|
position: "relative"
|
|
938
984
|
},
|
|
939
|
-
[
|
|
985
|
+
[zo]: {
|
|
940
986
|
backgroundColor: "transparent",
|
|
941
|
-
borderBottom: `${
|
|
942
|
-
borderTop: `${
|
|
943
|
-
bottom:
|
|
987
|
+
borderBottom: `${k} solid ${O}`,
|
|
988
|
+
borderTop: `${k} solid ${O}`,
|
|
989
|
+
bottom: v,
|
|
944
990
|
boxSizing: "border-box",
|
|
945
991
|
content: '""',
|
|
946
992
|
display: "none",
|
|
@@ -951,182 +997,182 @@ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tre
|
|
|
951
997
|
pointerEvents: "none",
|
|
952
998
|
position: "absolute",
|
|
953
999
|
right: "-1px",
|
|
954
|
-
top:
|
|
1000
|
+
top: v,
|
|
955
1001
|
zIndex: 2
|
|
956
1002
|
},
|
|
957
|
-
[
|
|
1003
|
+
[jo]: {
|
|
958
1004
|
borderBottomLeftRadius: "2px",
|
|
959
|
-
borderLeft: `${
|
|
1005
|
+
borderLeft: `${k} solid ${O}`,
|
|
960
1006
|
borderTopLeftRadius: "2px",
|
|
961
|
-
left:
|
|
1007
|
+
left: v
|
|
962
1008
|
},
|
|
963
|
-
[
|
|
1009
|
+
[Uo]: {
|
|
964
1010
|
borderBottomRightRadius: "2px",
|
|
965
|
-
borderRight: `${
|
|
1011
|
+
borderRight: `${k} solid ${O}`,
|
|
966
1012
|
borderTopRightRadius: "2px",
|
|
967
|
-
right:
|
|
1013
|
+
right: v
|
|
968
1014
|
},
|
|
969
|
-
[
|
|
1015
|
+
[go]: {
|
|
970
1016
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important",
|
|
971
|
-
fontFamily: `${
|
|
1017
|
+
fontFamily: `${B} !important`,
|
|
972
1018
|
fontSize: "var(--owp-tree-grid-header-font-size, 14px) !important",
|
|
973
1019
|
fontWeight: "var(--owp-tree-grid-header-font-weight, normal) !important",
|
|
974
1020
|
lineHeight: "16px"
|
|
975
1021
|
},
|
|
976
|
-
[
|
|
1022
|
+
[wo]: {
|
|
977
1023
|
backgroundColor: "var(--owp-tree-grid-header-background-color, #586980) !important",
|
|
978
1024
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important"
|
|
979
1025
|
},
|
|
980
|
-
[
|
|
1026
|
+
[mo]: p(
|
|
981
1027
|
"--owp-tree-grid-hover-row-background-color",
|
|
982
1028
|
"#F0F0FF"
|
|
983
1029
|
),
|
|
984
|
-
[
|
|
1030
|
+
[Do]: p(
|
|
985
1031
|
"--owp-tree-grid-hover-row-background-color",
|
|
986
1032
|
"#EEE"
|
|
987
1033
|
),
|
|
988
|
-
[
|
|
1034
|
+
[ko]: {
|
|
989
1035
|
borderTopColor: "var(--owp-tree-grid-hover-row-border-color) !important",
|
|
990
1036
|
borderBottomColor: "var(--owp-tree-grid-hover-row-border-color) !important"
|
|
991
1037
|
},
|
|
992
|
-
[
|
|
1038
|
+
[Io]: p(
|
|
993
1039
|
"--owp-tree-grid-selected-cell-background-color",
|
|
994
1040
|
"#FFFFA6"
|
|
995
1041
|
),
|
|
996
|
-
[
|
|
1042
|
+
[vo]: p(
|
|
997
1043
|
"--owp-tree-grid-selected-cell-background-color",
|
|
998
1044
|
"#FFFFA6"
|
|
999
1045
|
),
|
|
1000
|
-
[
|
|
1046
|
+
[Oo]: p(
|
|
1001
1047
|
"--owp-tree-grid-selected-row-background-color",
|
|
1002
1048
|
"#EEE"
|
|
1003
1049
|
),
|
|
1004
|
-
[
|
|
1050
|
+
[fo]: p(
|
|
1005
1051
|
"--owp-tree-grid-focused-row-background-color",
|
|
1006
1052
|
"#E6E6E6"
|
|
1007
1053
|
),
|
|
1008
|
-
[
|
|
1054
|
+
[Fo]: p(
|
|
1009
1055
|
"--owp-tree-grid-focused-row-background-color",
|
|
1010
1056
|
"#EEE"
|
|
1011
1057
|
),
|
|
1012
|
-
[
|
|
1058
|
+
[Go]: {
|
|
1013
1059
|
borderColor: "var(--owp-tree-grid-focused-row-border-color) !important"
|
|
1014
1060
|
},
|
|
1015
|
-
[
|
|
1061
|
+
[To]: p(
|
|
1016
1062
|
"--owp-tree-grid-hover-cell-background-color",
|
|
1017
1063
|
"#BFDDF2"
|
|
1018
1064
|
),
|
|
1019
|
-
[
|
|
1065
|
+
[ho]: {
|
|
1020
1066
|
backgroundColor: "var(--owp-tree-grid-hover-cell-background-color) !important",
|
|
1021
1067
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
1022
1068
|
},
|
|
1023
|
-
[
|
|
1069
|
+
[xo]: p(
|
|
1024
1070
|
"--owp-tree-grid-hover-cell-background-color",
|
|
1025
1071
|
"#F0F0F0"
|
|
1026
1072
|
),
|
|
1027
|
-
[
|
|
1073
|
+
[Ao]: p(
|
|
1028
1074
|
"--owp-tree-grid-hover-cell-background-color",
|
|
1029
1075
|
"#F0F0F0"
|
|
1030
1076
|
),
|
|
1031
|
-
[
|
|
1077
|
+
[Bo]: g(
|
|
1032
1078
|
"--owp-tree-grid-hover-cell-background-color"
|
|
1033
1079
|
),
|
|
1034
|
-
[
|
|
1080
|
+
[Mo]: g(
|
|
1035
1081
|
"--owp-tree-grid-hover-cell-background-color"
|
|
1036
1082
|
),
|
|
1037
|
-
[
|
|
1083
|
+
[Yo]: {
|
|
1038
1084
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
1039
1085
|
},
|
|
1040
|
-
[
|
|
1086
|
+
[Ko]: {
|
|
1041
1087
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
1042
1088
|
},
|
|
1043
|
-
[
|
|
1089
|
+
[Qo]: {
|
|
1044
1090
|
borderTopColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
|
|
1045
1091
|
borderBottomColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
|
|
1046
1092
|
outlineColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
1047
1093
|
},
|
|
1048
|
-
[
|
|
1094
|
+
[Ho]: p(
|
|
1049
1095
|
"--owp-tree-grid-focused-cell-background-color",
|
|
1050
1096
|
"#FFFFFE"
|
|
1051
1097
|
),
|
|
1052
|
-
[
|
|
1098
|
+
[Lo]: {
|
|
1053
1099
|
backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
|
|
1054
1100
|
},
|
|
1055
|
-
[
|
|
1101
|
+
[No]: {
|
|
1056
1102
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
1057
1103
|
},
|
|
1058
|
-
[
|
|
1104
|
+
[Vo]: {
|
|
1059
1105
|
backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
1060
1106
|
},
|
|
1061
|
-
[
|
|
1107
|
+
[Po]: {
|
|
1062
1108
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
1063
1109
|
},
|
|
1064
|
-
[
|
|
1110
|
+
[Xo]: g(
|
|
1065
1111
|
"--owp-tree-grid-focused-cell-background-color"
|
|
1066
1112
|
),
|
|
1067
|
-
[
|
|
1113
|
+
[qo]: p(
|
|
1068
1114
|
"--owp-tree-grid-changed-background-color",
|
|
1069
1115
|
"#EEE"
|
|
1070
1116
|
),
|
|
1071
|
-
[
|
|
1117
|
+
[Jo]: {
|
|
1072
1118
|
color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
|
|
1073
|
-
fontWeight:
|
|
1119
|
+
fontWeight: rr
|
|
1074
1120
|
},
|
|
1075
|
-
[
|
|
1121
|
+
[Zo]: {
|
|
1076
1122
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
1077
1123
|
fontWeight: "normal !important"
|
|
1078
1124
|
},
|
|
1079
|
-
[
|
|
1125
|
+
[er]: {
|
|
1080
1126
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
1081
1127
|
fontWeight: "normal !important"
|
|
1082
1128
|
},
|
|
1083
|
-
[
|
|
1129
|
+
[or]: {
|
|
1084
1130
|
color: "transparent !important"
|
|
1085
1131
|
},
|
|
1086
|
-
[
|
|
1132
|
+
[tr]: {
|
|
1087
1133
|
borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
1088
1134
|
},
|
|
1089
|
-
[
|
|
1135
|
+
[lr]: {
|
|
1090
1136
|
backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
1091
1137
|
}
|
|
1092
|
-
},
|
|
1138
|
+
}, f = /* @__PURE__ */ t((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), fr = /* @__PURE__ */ t((e, o, a) => {
|
|
1093
1139
|
a && (e[o] = a);
|
|
1094
|
-
}, "setOptionalTreeGridCssVariable"),
|
|
1140
|
+
}, "setOptionalTreeGridCssVariable"), Ar = /* @__PURE__ */ t(({
|
|
1095
1141
|
width: e,
|
|
1096
1142
|
height: o,
|
|
1097
1143
|
treeGridTheme: a,
|
|
1098
1144
|
gridThemeConfig: n,
|
|
1099
|
-
containerStyle:
|
|
1100
|
-
tableBorderRadius:
|
|
1145
|
+
containerStyle: d,
|
|
1146
|
+
tableBorderRadius: S
|
|
1101
1147
|
}) => {
|
|
1102
|
-
const
|
|
1148
|
+
const C = {
|
|
1103
1149
|
height: o,
|
|
1104
|
-
"--owp-tree-grid-added-row-box-color":
|
|
1150
|
+
"--owp-tree-grid-added-row-box-color": K,
|
|
1105
1151
|
width: e
|
|
1106
1152
|
};
|
|
1107
|
-
for (const { cssVariableName:
|
|
1108
|
-
|
|
1109
|
-
for (const { cssVariableName:
|
|
1110
|
-
|
|
1111
|
-
return
|
|
1112
|
-
...
|
|
1113
|
-
...
|
|
1153
|
+
for (const { cssVariableName: D, getValue: $ } of He)
|
|
1154
|
+
fr(C, D, $(n));
|
|
1155
|
+
for (const { cssVariableName: D, getValue: $ } of Le)
|
|
1156
|
+
C[D] = $(a);
|
|
1157
|
+
return S !== void 0 && (C["--owp-tree-grid-table-border-radius"] = f(S)), {
|
|
1158
|
+
...C,
|
|
1159
|
+
...d
|
|
1114
1160
|
};
|
|
1115
1161
|
}, "createTreeGridThemeContainerStyle");
|
|
1116
1162
|
export {
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1163
|
+
F as TREE_GRID_ADDED_ROW_BOX_CELL_CLASS,
|
|
1164
|
+
de as TREE_GRID_ADDED_ROW_BOX_END_CLASS,
|
|
1165
|
+
se as TREE_GRID_ADDED_ROW_BOX_START_CLASS,
|
|
1166
|
+
Y as TREE_GRID_ERROR_CELL_CLASS,
|
|
1167
|
+
le as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
|
|
1168
|
+
X as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
|
|
1169
|
+
ae as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
|
|
1170
|
+
ce as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
|
|
1171
|
+
ne as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
|
|
1126
1172
|
c as TREE_GRID_STYLE_PREFIXES,
|
|
1127
|
-
|
|
1173
|
+
w as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
|
|
1128
1174
|
r as TREE_GRID_THEME_WRAPPER_CLASS,
|
|
1129
|
-
|
|
1130
|
-
|
|
1175
|
+
Ar as createTreeGridThemeContainerStyle,
|
|
1176
|
+
xr as treeGridThemeStyles
|
|
1131
1177
|
};
|
|
1132
1178
|
//# sourceMappingURL=treeGridTheme.js.map
|