@owp/core 2.5.30 → 2.5.32
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/index20.js +2 -2
- package/dist/_virtual/index21.js +2 -2
- package/dist/_virtual/index22.js +2 -2
- package/dist/components/OwpPageContent/OwpPageContent.js +1 -1
- package/dist/components/OwpPageContent/OwpPageContent.js.map +1 -1
- package/dist/components/OwpSection/OwpSection.js +1 -1
- package/dist/components/OwpSection/OwpSection.js.map +1 -1
- package/dist/components/OwpSelectorBase/OwpSelectorAutocomplete.js +813 -241
- package/dist/components/OwpSelectorBase/OwpSelectorAutocomplete.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js +266 -252
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridErrorTooltip.js +59 -0
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridErrorTooltip.js.map +1 -0
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridErrorTooltip.js +27 -0
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridErrorTooltip.js.map +1 -0
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +607 -510
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridSelection.js +61 -0
- package/dist/components/OwpTreeGrid/internal/treeGridSelection.js.map +1 -0
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +157 -154
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
- package/dist/hooks/useMinimumVisibleState.js.map +1 -0
- package/dist/hooks.js +47 -45
- package/dist/hooks.js.map +1 -1
- package/dist/node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/match/index.js +1 -1
- package/dist/node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/parse/index.js +1 -1
- 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/ITF/constants.js +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
- package/dist/types/components/OwpSelectorBase/types/types.d.ts +2 -0
- package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +5 -1
- package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridErrorTooltip.d.ts +12 -0
- package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridErrorTooltip.d.ts +17 -0
- package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +6 -1
- package/dist/types/components/OwpTreeGrid/internal/treeGridSelection.d.ts +12 -0
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/useMinimumVisibleState.d.ts +6 -0
- package/dist/types/utils/treeGridUtil.d.ts +6 -1
- package/dist/utils/treeGridUtil.js +299 -251
- package/dist/utils/treeGridUtil.js.map +1 -1
- package/package.json +1 -1
- package/dist/hooks/internal/useMinimumVisibleState.js.map +0 -1
- package/dist/types/hooks/internal/useMinimumVisibleState.d.ts +0 -7
- /package/dist/hooks/{internal/useMinimumVisibleState.js → useMinimumVisibleState.js} +0 -0
|
@@ -2,7 +2,7 @@ var O = Object.defineProperty;
|
|
|
2
2
|
var t = (e, o) => O(e, "name", { value: o, configurable: !0 });
|
|
3
3
|
import { TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as y, TREEGRID_FONT_FAMILY_STACK as _, TREEGRID_ERROR_CELL_BORDER_COLOR as z, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
|
|
4
4
|
import { DEFAULT_TABLE_RADIUS as N } from "../../../constants/table.js";
|
|
5
|
-
const r = "owp-tree-grid-theme",
|
|
5
|
+
const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree-grid-panel-checkbox-select", j = "owp-tree-grid-select-all-checked", U = "owp-tree-grid-select-all-indeterminate", X = "owp-tree-grid-select-all-unchecked", P = "owp-tree-grid-selected-changed-cell", Y = "owp-tree-grid-error-cell", d = [
|
|
6
6
|
"TS",
|
|
7
7
|
"TW",
|
|
8
8
|
"TB",
|
|
@@ -19,7 +19,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
19
19
|
"CR",
|
|
20
20
|
"CP",
|
|
21
21
|
"CC"
|
|
22
|
-
],
|
|
22
|
+
], E = "#CDD8E4", g = "1px", n = `var(--owp-tree-grid-table-border-radius, ${N})`, B = "#757575", K = "2px", Q = "2px", q = `var(--owp-tree-grid-error-cell-border-color, ${z})`, h = [
|
|
23
23
|
"DefaultsLeft",
|
|
24
24
|
"DefaultsRight",
|
|
25
25
|
"DefaultsTop",
|
|
@@ -217,7 +217,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
217
217
|
}
|
|
218
218
|
], p = /* @__PURE__ */ t((e, o) => ({
|
|
219
219
|
backgroundColor: `var(${e}, ${o}) !important`
|
|
220
|
-
}), "createTreeGridBackgroundColorStyle"),
|
|
220
|
+
}), "createTreeGridBackgroundColorStyle"), k = /* @__PURE__ */ t((e) => ({
|
|
221
221
|
backgroundColor: `var(${e}) !important`
|
|
222
222
|
}), "createTreeGridOptionalBackgroundColorStyle"), l = /* @__PURE__ */ t(({
|
|
223
223
|
wrapperSelector: e = `.${r}`,
|
|
@@ -226,36 +226,36 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
226
226
|
descendant: c = "",
|
|
227
227
|
withChildren: s = !1
|
|
228
228
|
}) => d.flatMap((u) => a.flatMap((C) => {
|
|
229
|
-
const
|
|
229
|
+
const v = o ? ` .${u}${o}` : "", w = `${e}${v} .${u}${C}${c}`;
|
|
230
230
|
return s ? [w, `${w} *`] : [w];
|
|
231
|
-
})).join(", "), "createTreeGridSelectors"),
|
|
231
|
+
})).join(", "), "createTreeGridSelectors"), R = /* @__PURE__ */ t(({
|
|
232
232
|
wrapperSelector: e = `.${r}`,
|
|
233
233
|
ancestorSuffixes: o,
|
|
234
234
|
suffixes: a,
|
|
235
235
|
descendant: c = ""
|
|
236
|
-
}) => d.flatMap((s) => o.flatMap((u) => a.map((C) => `${e} .${s}${u} .${s}${C}${c}`))).join(", "), "createTreeGridNestedSelectors"),
|
|
237
|
-
wrapperSelector:
|
|
236
|
+
}) => d.flatMap((s) => o.flatMap((u) => a.map((C) => `${e} .${s}${u} .${s}${C}${c}`))).join(", "), "createTreeGridNestedSelectors"), $ = `.${r}.${W}`, ae = `${$}.${j}`, ce = `${$}.${U}`, ne = `${$}.${X}`, de = l({
|
|
237
|
+
wrapperSelector: $,
|
|
238
238
|
suffixes: ["PanelSelect"]
|
|
239
239
|
}), se = l({
|
|
240
|
-
wrapperSelector:
|
|
240
|
+
wrapperSelector: $,
|
|
241
241
|
suffixes: ["PanelSelectOn"]
|
|
242
|
-
}), ie =
|
|
243
|
-
wrapperSelector:
|
|
242
|
+
}), ie = R({
|
|
243
|
+
wrapperSelector: $,
|
|
244
244
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
245
245
|
suffixes: ["PanelSelect"]
|
|
246
|
-
}), pe =
|
|
247
|
-
wrapperSelector:
|
|
246
|
+
}), pe = R({
|
|
247
|
+
wrapperSelector: $,
|
|
248
248
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
249
249
|
suffixes: ["PanelSelectOn"]
|
|
250
|
-
}), ue =
|
|
250
|
+
}), ue = R({
|
|
251
251
|
wrapperSelector: ae,
|
|
252
252
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
253
253
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
254
|
-
}), Ce =
|
|
254
|
+
}), Ce = R({
|
|
255
255
|
wrapperSelector: ce,
|
|
256
256
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
257
257
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
258
|
-
}), Se =
|
|
258
|
+
}), Se = R({
|
|
259
259
|
wrapperSelector: ne,
|
|
260
260
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
261
261
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
@@ -275,19 +275,19 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
275
275
|
suffixes: ["MainTable"]
|
|
276
276
|
}), me = l({
|
|
277
277
|
suffixes: ["NoDataRow"]
|
|
278
|
-
}), I = `.${r}.${
|
|
278
|
+
}), I = `.${r}.${m}`, Re = d.map((e) => `.${r}.${m} .${e}MainTable`).join(", "), ve = `${I}::before`, fe = `${I}::after`, Fe = `calc(${n} - ${g})`, he = `calc(var(--owp-tree-grid-header-height, 33px) - ${n} + ${g})`, Ge = d.map((e) => `.${r}:not(.${m}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), xe = d.map((e) => `.${r}.${m} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), De = d.map((e) => `.${r}.${m} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), Ie = d.map((e) => `.${r}.${m} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), _e = l({
|
|
279
279
|
suffixes: ["FillRow"]
|
|
280
|
-
}),
|
|
280
|
+
}), Be = l({
|
|
281
281
|
suffixes: ["SolidRow"]
|
|
282
|
-
}),
|
|
282
|
+
}), He = d.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), Me = l({
|
|
283
283
|
suffixes: ["ColorDefault"]
|
|
284
|
-
}), Me = l({
|
|
285
|
-
suffixes: ["ColorDefaultRow"]
|
|
286
284
|
}), Te = l({
|
|
285
|
+
suffixes: ["ColorDefaultRow"]
|
|
286
|
+
}), Le = l({
|
|
287
287
|
rowSuffix: "HeaderRow",
|
|
288
288
|
suffixes: ["CellHeader", "CellIndex", "GanttHeaderBase", "LevelButton"],
|
|
289
289
|
withChildren: !0
|
|
290
|
-
}),
|
|
290
|
+
}), Ve = l({
|
|
291
291
|
rowSuffix: "HeaderRow",
|
|
292
292
|
suffixes: [
|
|
293
293
|
"CellHeader",
|
|
@@ -300,38 +300,38 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
300
300
|
"HeaderFocus",
|
|
301
301
|
"HeaderDrag"
|
|
302
302
|
]
|
|
303
|
-
}), Ve = l({
|
|
304
|
-
suffixes: ["ColorHovered"]
|
|
305
303
|
}), Pe = l({
|
|
306
|
-
suffixes: ["
|
|
304
|
+
suffixes: ["ColorHovered"]
|
|
307
305
|
}), Ae = l({
|
|
308
|
-
suffixes: ["
|
|
306
|
+
suffixes: ["ColorHoveredRow"]
|
|
309
307
|
}), Oe = l({
|
|
310
|
-
suffixes: ["
|
|
308
|
+
suffixes: ["HoverRowBorder"]
|
|
311
309
|
}), ye = l({
|
|
310
|
+
suffixes: ["ColorSelected", "ColorSelectedCell"]
|
|
311
|
+
}), ze = l({
|
|
312
312
|
suffixes: ["ColorSelected", "ColorSelectedCell"],
|
|
313
313
|
descendant: " *"
|
|
314
|
-
}), ze = l({
|
|
315
|
-
suffixes: ["ColorSelectedRow"]
|
|
316
314
|
}), Ne = l({
|
|
317
|
-
suffixes: ["
|
|
315
|
+
suffixes: ["ColorSelectedRow"]
|
|
318
316
|
}), We = l({
|
|
319
|
-
suffixes: ["
|
|
317
|
+
suffixes: ["ColorFocused"]
|
|
320
318
|
}), je = l({
|
|
321
|
-
suffixes: ["
|
|
319
|
+
suffixes: ["ColorFocusedRow"]
|
|
322
320
|
}), Ue = l({
|
|
323
|
-
suffixes: ["
|
|
321
|
+
suffixes: ["FocusRowBorder"]
|
|
324
322
|
}), Xe = l({
|
|
325
|
-
suffixes: ["
|
|
323
|
+
suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
|
|
326
324
|
}), Ye = l({
|
|
327
|
-
suffixes: ["
|
|
325
|
+
suffixes: ["HoverCellBorder"]
|
|
328
326
|
}), Ke = l({
|
|
327
|
+
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
|
|
328
|
+
}), Qe = l({
|
|
329
329
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
|
|
330
330
|
descendant: " *"
|
|
331
|
-
}),
|
|
331
|
+
}), qe = R({
|
|
332
332
|
ancestorSuffixes: ["HoverCellBorder"],
|
|
333
333
|
suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
|
|
334
|
-
}),
|
|
334
|
+
}), Je = l({
|
|
335
335
|
suffixes: [
|
|
336
336
|
"ColorHoveredCellSpace",
|
|
337
337
|
"ColorHoveredCellSpaceEdit",
|
|
@@ -345,18 +345,18 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
345
345
|
"ColorHoveredCellTab",
|
|
346
346
|
"ColorHoveredCellTab1"
|
|
347
347
|
]
|
|
348
|
-
}), Je = l({
|
|
349
|
-
suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
|
|
350
348
|
}), Ze = l({
|
|
351
|
-
suffixes: ["
|
|
349
|
+
suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
|
|
352
350
|
}), eo = l({
|
|
353
|
-
suffixes: ["
|
|
351
|
+
suffixes: ["ColorFocusedCellRect"]
|
|
354
352
|
}), oo = l({
|
|
355
|
-
suffixes: ["
|
|
353
|
+
suffixes: ["FocusCellBorder"]
|
|
356
354
|
}), ro = l({
|
|
355
|
+
suffixes: ["FocusCellCorner"]
|
|
356
|
+
}), to = l({
|
|
357
357
|
suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
|
|
358
358
|
descendant: " > div"
|
|
359
|
-
}), A = `.${r} .${Y}`,
|
|
359
|
+
}), A = `.${r} .${Y}`, lo = `${A}::after`, ao = l({
|
|
360
360
|
suffixes: [
|
|
361
361
|
"ColorFocusedCellSafari",
|
|
362
362
|
"ColorFocusedCellSpace",
|
|
@@ -365,23 +365,23 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
365
365
|
"ColorFocusedCellSpaceBool",
|
|
366
366
|
"ColorFocusedCellButton"
|
|
367
367
|
]
|
|
368
|
-
}),
|
|
368
|
+
}), co = l({
|
|
369
369
|
suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
|
|
370
370
|
descendant: " > div"
|
|
371
|
-
}),
|
|
371
|
+
}), no = l({
|
|
372
372
|
suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
|
|
373
373
|
descendant: " u"
|
|
374
|
-
}), no = l({
|
|
375
|
-
suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
|
|
376
374
|
}), so = l({
|
|
375
|
+
suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
|
|
376
|
+
}), io = l({
|
|
377
377
|
suffixes: ["ColorChangedCell"]
|
|
378
|
-
}),
|
|
378
|
+
}), po = d.flatMap((e) => {
|
|
379
379
|
const o = `${e}ClassFocusedCell`, a = `.${r} .${i}:not(.${o})`;
|
|
380
380
|
return [
|
|
381
381
|
a,
|
|
382
382
|
`${a} *:not(.${o})`
|
|
383
383
|
];
|
|
384
|
-
}).join(", "),
|
|
384
|
+
}).join(", "), uo = d.flatMap((e) => {
|
|
385
385
|
const o = `.${r} .${i}`, a = `.${r} .${i}.${P}`;
|
|
386
386
|
return [
|
|
387
387
|
`${e}ColorSelected`,
|
|
@@ -398,7 +398,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
398
398
|
`.${r} .${s} ${o}`,
|
|
399
399
|
`.${r} .${s} ${o} *`
|
|
400
400
|
]);
|
|
401
|
-
}).join(", "),
|
|
401
|
+
}).join(", "), Co = d.flatMap((e) => {
|
|
402
402
|
const o = `.${r} .${i}`;
|
|
403
403
|
return [
|
|
404
404
|
`${e}ClassFocusedCell`,
|
|
@@ -410,7 +410,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
410
410
|
`.${r} .${c} ${o}`,
|
|
411
411
|
`.${r} .${c} ${o} *`
|
|
412
412
|
]);
|
|
413
|
-
}).join(", "),
|
|
413
|
+
}).join(", "), So = d.flatMap((e) => {
|
|
414
414
|
const o = `.${r} .${i}`, a = `${e}HiddenValue`;
|
|
415
415
|
return [
|
|
416
416
|
`${o}.${a}`,
|
|
@@ -418,11 +418,11 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
418
418
|
`.${r} .${a} ${o}`,
|
|
419
419
|
`.${r} .${a} ${o} *`
|
|
420
420
|
];
|
|
421
|
-
}).join(", "),
|
|
421
|
+
}).join(", "), bo = `var(--owp-tree-grid-changed-font-weight, ${y}) !important`, wo = l({
|
|
422
422
|
suffixes: ["EditCellBorder"]
|
|
423
|
-
}),
|
|
423
|
+
}), go = l({
|
|
424
424
|
suffixes: ["EditCellCorner"]
|
|
425
|
-
}),
|
|
425
|
+
}), $o = [
|
|
426
426
|
`.${r} .TSMain .TSDateLeft`,
|
|
427
427
|
`.${r} .TSMain .TSDatesLeft`,
|
|
428
428
|
`.${r} .TSMain .TSDateRight`,
|
|
@@ -431,7 +431,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
431
431
|
`.${r} .TSMain .TSDatesTop`,
|
|
432
432
|
`.${r} .TSMain .TSDateBottom`,
|
|
433
433
|
`.${r} .TSMain .TSDatesBottom`
|
|
434
|
-
].join(", "),
|
|
434
|
+
].join(", "), Eo = [
|
|
435
435
|
`.${r} .TSMain .${i}.TSDateLeft`,
|
|
436
436
|
`.${r} .TSMain .${i}.TSDatesLeft`,
|
|
437
437
|
`.${r} .TSMain .${i}.TSDateRight`,
|
|
@@ -440,7 +440,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
440
440
|
`.${r} .TSMain .${i}.TSDatesTop`,
|
|
441
441
|
`.${r} .TSMain .${i}.TSDateBottom`,
|
|
442
442
|
`.${r} .TSMain .${i}.TSDatesBottom`
|
|
443
|
-
].join(", "),
|
|
443
|
+
].join(", "), ko = [
|
|
444
444
|
"DateLeft",
|
|
445
445
|
"DatesLeft",
|
|
446
446
|
"DateRight",
|
|
@@ -459,12 +459,12 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
459
459
|
`${a}.${s}`,
|
|
460
460
|
`.${r} .${s} ${a}`
|
|
461
461
|
]);
|
|
462
|
-
})).join(", "), D = '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")',
|
|
462
|
+
})).join(", "), D = '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")', mo = D.replace(
|
|
463
463
|
"%23757575",
|
|
464
464
|
"white"
|
|
465
465
|
), V = S(
|
|
466
466
|
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#000" d="M4.5 6.25h7L8 9.75z"/></svg>'
|
|
467
|
-
), b = /* @__PURE__ */ t((e, o) => d.flatMap((a) => e.flatMap((c) => o(a, c))).join(", "), "createTreeGridEnumButtonIconSelector"), G = /* @__PURE__ */ t((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), f = /* @__PURE__ */ t((e, o) => `${G(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"),
|
|
467
|
+
), b = /* @__PURE__ */ t((e, o) => d.flatMap((a) => e.flatMap((c) => o(a, c))).join(", "), "createTreeGridEnumButtonIconSelector"), G = /* @__PURE__ */ t((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), f = /* @__PURE__ */ t((e, o) => `${G(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), Ro = /* @__PURE__ */ t((e, o) => {
|
|
468
468
|
const a = G(e, o), c = `.${r} .${i}.${P}.${e}${o}`, s = [
|
|
469
469
|
`${e}ColorSelected`,
|
|
470
470
|
`${e}ColorSelectedCell`,
|
|
@@ -480,7 +480,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
480
480
|
`.${r} .${u} ${a}`
|
|
481
481
|
])
|
|
482
482
|
];
|
|
483
|
-
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"),
|
|
483
|
+
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"), vo = /* @__PURE__ */ t((e, o) => {
|
|
484
484
|
const a = G(e, o);
|
|
485
485
|
return [
|
|
486
486
|
`${e}ClassFocusedCell`,
|
|
@@ -490,38 +490,38 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
490
490
|
`${a}.${s}`,
|
|
491
491
|
`.${r} .${s} ${a}`
|
|
492
492
|
]);
|
|
493
|
-
}, "createTreeGridFocusedChangedEnumButtonCellSelectors"),
|
|
493
|
+
}, "createTreeGridFocusedChangedEnumButtonCellSelectors"), fo = b(
|
|
494
494
|
h,
|
|
495
495
|
(e, o) => [G(e, o)]
|
|
496
|
-
), fo = b(
|
|
497
|
-
h,
|
|
498
|
-
(e, o) => [f(e, o)]
|
|
499
496
|
), Fo = b(
|
|
500
497
|
h,
|
|
501
|
-
(e, o) =>
|
|
502
|
-
(a) => `${a}::after`
|
|
503
|
-
)
|
|
498
|
+
(e, o) => [f(e, o)]
|
|
504
499
|
), ho = b(
|
|
505
500
|
h,
|
|
506
501
|
(e, o) => Ro(e, o).map(
|
|
507
502
|
(a) => `${a}::after`
|
|
508
503
|
)
|
|
509
504
|
), Go = b(
|
|
505
|
+
h,
|
|
506
|
+
(e, o) => vo(e, o).map(
|
|
507
|
+
(a) => `${a}::after`
|
|
508
|
+
)
|
|
509
|
+
), xo = b(
|
|
510
510
|
["DefaultsLeft", "EnumLeft"],
|
|
511
511
|
(e, o) => [f(e, o)]
|
|
512
|
-
),
|
|
512
|
+
), Do = b(
|
|
513
513
|
["DefaultsRight", "EnumRight"],
|
|
514
514
|
(e, o) => [f(e, o)]
|
|
515
|
-
),
|
|
515
|
+
), Io = b(
|
|
516
516
|
["DefaultsTop", "EnumTop"],
|
|
517
517
|
(e, o) => [f(e, o)]
|
|
518
|
-
),
|
|
518
|
+
), _o = b(
|
|
519
519
|
["DefaultsBottom", "EnumBottom"],
|
|
520
520
|
(e, o) => [f(e, o)]
|
|
521
|
-
), x = '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")',
|
|
521
|
+
), x = '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")', Bo = `.${r} .OwpTreeGridTimePickerEditorIcon`, Ho = [
|
|
522
522
|
`.${r} .${i} .OwpTreeGridTimePickerEditorIcon`,
|
|
523
523
|
`.${r} .${i}.OwpTreeGridTimePickerEditorIcon`
|
|
524
|
-
].join(", "),
|
|
524
|
+
].join(", "), Mo = d.flatMap((e) => {
|
|
525
525
|
const o = `.${r} .${i}`;
|
|
526
526
|
return [
|
|
527
527
|
`${e}ClassFocusedCell`,
|
|
@@ -533,19 +533,19 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
533
533
|
`.${r} .${c} ${o} .OwpTreeGridTimePickerEditorIcon`,
|
|
534
534
|
`.${r} .${c} ${o}.OwpTreeGridTimePickerEditorIcon`
|
|
535
535
|
]);
|
|
536
|
-
}).join(", "),
|
|
536
|
+
}).join(", "), To = d.map(
|
|
537
537
|
(e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
|
|
538
|
-
).join(", "), To = d.map(
|
|
539
|
-
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
|
|
540
538
|
).join(", "), Lo = d.map(
|
|
541
|
-
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar
|
|
539
|
+
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
|
|
542
540
|
).join(", "), Vo = d.map(
|
|
543
|
-
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb
|
|
541
|
+
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
|
|
544
542
|
).join(", "), Po = d.map(
|
|
545
|
-
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-
|
|
543
|
+
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
|
|
546
544
|
).join(", "), Ao = d.map(
|
|
545
|
+
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
|
|
546
|
+
).join(", "), Oo = d.map(
|
|
547
547
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
|
|
548
|
-
).join(", "),
|
|
548
|
+
).join(", "), jo = {
|
|
549
549
|
[ge]: {
|
|
550
550
|
fontFamily: `${_} !important`,
|
|
551
551
|
fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
|
|
@@ -563,7 +563,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
563
563
|
"#FFFFFF"
|
|
564
564
|
),
|
|
565
565
|
[me]: {
|
|
566
|
-
borderTopColor: `${
|
|
566
|
+
borderTopColor: `${E} !important`
|
|
567
567
|
},
|
|
568
568
|
[de]: {
|
|
569
569
|
backgroundImage: `${J} !important`,
|
|
@@ -628,20 +628,20 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
628
628
|
opacity: 1,
|
|
629
629
|
width: "17px !important"
|
|
630
630
|
},
|
|
631
|
-
[go]: {
|
|
632
|
-
backgroundImage: `${D} !important`
|
|
633
|
-
},
|
|
634
631
|
[$o]: {
|
|
635
|
-
backgroundImage: `${
|
|
632
|
+
backgroundImage: `${D} !important`
|
|
636
633
|
},
|
|
637
634
|
[Eo]: {
|
|
635
|
+
backgroundImage: `${mo} !important`
|
|
636
|
+
},
|
|
637
|
+
[ko]: {
|
|
638
638
|
backgroundImage: `${D} !important`
|
|
639
639
|
},
|
|
640
|
-
[
|
|
640
|
+
[fo]: {
|
|
641
641
|
backgroundImage: "none !important",
|
|
642
642
|
position: "relative"
|
|
643
643
|
},
|
|
644
|
-
[
|
|
644
|
+
[Fo]: {
|
|
645
645
|
WebkitMaskImage: `${V} !important`,
|
|
646
646
|
WebkitMaskPosition: "center center !important",
|
|
647
647
|
WebkitMaskRepeat: "no-repeat !important",
|
|
@@ -659,33 +659,33 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
659
659
|
position: "absolute",
|
|
660
660
|
width: "16px"
|
|
661
661
|
},
|
|
662
|
-
[
|
|
662
|
+
[ho]: {
|
|
663
663
|
backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
664
664
|
},
|
|
665
|
-
[
|
|
665
|
+
[Go]: {
|
|
666
666
|
backgroundColor: `${B} !important`
|
|
667
667
|
},
|
|
668
|
-
[
|
|
668
|
+
[xo]: {
|
|
669
669
|
left: "4px",
|
|
670
670
|
top: "50%",
|
|
671
671
|
transform: "translateY(-50%)"
|
|
672
672
|
},
|
|
673
|
-
[
|
|
673
|
+
[Do]: {
|
|
674
674
|
right: "4px",
|
|
675
675
|
top: "50%",
|
|
676
676
|
transform: "translateY(-50%)"
|
|
677
677
|
},
|
|
678
|
-
[
|
|
678
|
+
[Io]: {
|
|
679
679
|
left: "50%",
|
|
680
680
|
top: "0",
|
|
681
681
|
transform: "translateX(-50%)"
|
|
682
682
|
},
|
|
683
|
-
[
|
|
683
|
+
[_o]: {
|
|
684
684
|
bottom: "0",
|
|
685
685
|
left: "50%",
|
|
686
686
|
transform: "translateX(-50%)"
|
|
687
687
|
},
|
|
688
|
-
[
|
|
688
|
+
[Bo]: {
|
|
689
689
|
backgroundImage: x,
|
|
690
690
|
backgroundPosition: "center calc(50% - 1px)",
|
|
691
691
|
backgroundRepeat: "no-repeat",
|
|
@@ -697,7 +697,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
697
697
|
verticalAlign: "middle",
|
|
698
698
|
width: "16px"
|
|
699
699
|
},
|
|
700
|
-
[
|
|
700
|
+
[Ho]: {
|
|
701
701
|
WebkitMaskImage: x,
|
|
702
702
|
WebkitMaskPosition: "center calc(50% - 1px)",
|
|
703
703
|
WebkitMaskRepeat: "no-repeat",
|
|
@@ -709,30 +709,30 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
709
709
|
maskRepeat: "no-repeat",
|
|
710
710
|
maskSize: "16px 16px"
|
|
711
711
|
},
|
|
712
|
-
[
|
|
712
|
+
[Mo]: {
|
|
713
713
|
backgroundColor: `${B} !important`
|
|
714
714
|
},
|
|
715
|
-
[
|
|
715
|
+
[To]: {
|
|
716
716
|
scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
|
|
717
717
|
scrollbarWidth: "thin"
|
|
718
718
|
},
|
|
719
|
-
[
|
|
719
|
+
[Lo]: {
|
|
720
720
|
height: "8px",
|
|
721
721
|
width: "8px"
|
|
722
722
|
},
|
|
723
|
-
[
|
|
723
|
+
[Vo]: {
|
|
724
724
|
backgroundClip: "padding-box",
|
|
725
725
|
backgroundColor: "rgba(0, 0, 0, 0.32)",
|
|
726
726
|
border: "2px solid transparent",
|
|
727
727
|
borderRadius: "8px"
|
|
728
728
|
},
|
|
729
|
-
[
|
|
729
|
+
[Po]: {
|
|
730
730
|
backgroundColor: "rgba(0, 0, 0, 0.44)"
|
|
731
731
|
},
|
|
732
|
-
[
|
|
732
|
+
[Ao]: {
|
|
733
733
|
backgroundColor: "transparent"
|
|
734
734
|
},
|
|
735
|
-
[
|
|
735
|
+
[Oo]: {
|
|
736
736
|
backgroundColor: "transparent"
|
|
737
737
|
},
|
|
738
738
|
[I]: {
|
|
@@ -745,7 +745,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
745
745
|
overflow: "hidden"
|
|
746
746
|
},
|
|
747
747
|
[ve]: {
|
|
748
|
-
border: `${
|
|
748
|
+
border: `${g} solid ${E}`,
|
|
749
749
|
borderBottom: 0,
|
|
750
750
|
borderRadius: `${n} ${n} 0 0`,
|
|
751
751
|
boxSizing: "border-box",
|
|
@@ -760,8 +760,8 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
760
760
|
zIndex: 2
|
|
761
761
|
},
|
|
762
762
|
[fe]: {
|
|
763
|
-
borderLeft: `${
|
|
764
|
-
borderRight: `${
|
|
763
|
+
borderLeft: `${g} solid ${E}`,
|
|
764
|
+
borderRight: `${g} solid ${E}`,
|
|
765
765
|
boxSizing: "border-box",
|
|
766
766
|
content: '""',
|
|
767
767
|
display: "block",
|
|
@@ -774,12 +774,15 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
774
774
|
zIndex: 2
|
|
775
775
|
},
|
|
776
776
|
[Ge]: {
|
|
777
|
+
borderTop: `${g} solid ${E} !important`
|
|
778
|
+
},
|
|
779
|
+
[xe]: {
|
|
777
780
|
borderTopColor: "transparent !important",
|
|
778
781
|
overflow: "visible",
|
|
779
782
|
position: "relative"
|
|
780
783
|
},
|
|
781
|
-
[
|
|
782
|
-
border: `${
|
|
784
|
+
[De]: {
|
|
785
|
+
border: `${g} solid ${E}`,
|
|
783
786
|
borderBottomLeftRadius: n,
|
|
784
787
|
borderBottomRightRadius: n,
|
|
785
788
|
borderTop: 0,
|
|
@@ -795,7 +798,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
795
798
|
transform: "translateY(-100%)",
|
|
796
799
|
zIndex: 2
|
|
797
800
|
},
|
|
798
|
-
[
|
|
801
|
+
[Ie]: {
|
|
799
802
|
backgroundImage: `radial-gradient(circle at right top, transparent calc(${n} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${n}), radial-gradient(circle at left top, transparent calc(${n} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${n})`,
|
|
800
803
|
backgroundPosition: "left top, right top",
|
|
801
804
|
backgroundRepeat: "no-repeat",
|
|
@@ -811,20 +814,20 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
811
814
|
transform: "translateY(-100%)",
|
|
812
815
|
zIndex: 1
|
|
813
816
|
},
|
|
814
|
-
[
|
|
817
|
+
[_e]: k(
|
|
815
818
|
"--owp-tree-grid-body-fill-background-color"
|
|
816
819
|
),
|
|
817
|
-
[
|
|
820
|
+
[Be]: k(
|
|
818
821
|
"--owp-tree-grid-row-solid-background-color"
|
|
819
822
|
),
|
|
820
|
-
[
|
|
823
|
+
[He]: k(
|
|
821
824
|
"--owp-tree-grid-toolbar-row-background-color"
|
|
822
825
|
),
|
|
823
|
-
[
|
|
826
|
+
[Me]: p(
|
|
824
827
|
"--owp-tree-grid-row-background-color",
|
|
825
828
|
"#FFFFFF"
|
|
826
829
|
),
|
|
827
|
-
[
|
|
830
|
+
[Te]: p(
|
|
828
831
|
"--owp-tree-grid-row-background-color",
|
|
829
832
|
"#FFFFFE"
|
|
830
833
|
),
|
|
@@ -834,7 +837,7 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
834
837
|
position: "relative",
|
|
835
838
|
zIndex: 3
|
|
836
839
|
},
|
|
837
|
-
[
|
|
840
|
+
[lo]: {
|
|
838
841
|
border: `${K} solid ${q}`,
|
|
839
842
|
boxSizing: "border-box",
|
|
840
843
|
content: '""',
|
|
@@ -844,132 +847,132 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
844
847
|
position: "absolute",
|
|
845
848
|
zIndex: 4
|
|
846
849
|
},
|
|
847
|
-
[
|
|
850
|
+
[Le]: {
|
|
848
851
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important",
|
|
849
852
|
fontFamily: `${_} !important`,
|
|
850
853
|
fontSize: "var(--owp-tree-grid-header-font-size, 14px) !important",
|
|
851
854
|
fontWeight: "var(--owp-tree-grid-header-font-weight, normal) !important",
|
|
852
855
|
lineHeight: "16px"
|
|
853
856
|
},
|
|
854
|
-
[
|
|
857
|
+
[Ve]: {
|
|
855
858
|
backgroundColor: "var(--owp-tree-grid-header-background-color, #586980) !important",
|
|
856
859
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important"
|
|
857
860
|
},
|
|
858
|
-
[
|
|
861
|
+
[Pe]: p(
|
|
859
862
|
"--owp-tree-grid-hover-row-background-color",
|
|
860
863
|
"#F0F0FF"
|
|
861
864
|
),
|
|
862
|
-
[
|
|
865
|
+
[Ae]: p(
|
|
863
866
|
"--owp-tree-grid-hover-row-background-color",
|
|
864
867
|
"#EEE"
|
|
865
868
|
),
|
|
866
|
-
[
|
|
869
|
+
[Oe]: {
|
|
867
870
|
borderTopColor: "var(--owp-tree-grid-hover-row-border-color) !important",
|
|
868
871
|
borderBottomColor: "var(--owp-tree-grid-hover-row-border-color) !important"
|
|
869
872
|
},
|
|
870
|
-
[
|
|
873
|
+
[ye]: p(
|
|
871
874
|
"--owp-tree-grid-selected-cell-background-color",
|
|
872
875
|
"#FFFFA6"
|
|
873
876
|
),
|
|
874
|
-
[
|
|
877
|
+
[ze]: p(
|
|
875
878
|
"--owp-tree-grid-selected-cell-background-color",
|
|
876
879
|
"#FFFFA6"
|
|
877
880
|
),
|
|
878
|
-
[
|
|
881
|
+
[Ne]: p(
|
|
879
882
|
"--owp-tree-grid-selected-row-background-color",
|
|
880
883
|
"#EEE"
|
|
881
884
|
),
|
|
882
|
-
[
|
|
885
|
+
[We]: p(
|
|
883
886
|
"--owp-tree-grid-focused-row-background-color",
|
|
884
887
|
"#E6E6E6"
|
|
885
888
|
),
|
|
886
|
-
[
|
|
889
|
+
[je]: p(
|
|
887
890
|
"--owp-tree-grid-focused-row-background-color",
|
|
888
891
|
"#EEE"
|
|
889
892
|
),
|
|
890
|
-
[
|
|
893
|
+
[Ue]: {
|
|
891
894
|
borderColor: "var(--owp-tree-grid-focused-row-border-color) !important"
|
|
892
895
|
},
|
|
893
|
-
[
|
|
896
|
+
[Xe]: p(
|
|
894
897
|
"--owp-tree-grid-hover-cell-background-color",
|
|
895
898
|
"#BFDDF2"
|
|
896
899
|
),
|
|
897
|
-
[
|
|
900
|
+
[Ye]: {
|
|
898
901
|
backgroundColor: "var(--owp-tree-grid-hover-cell-background-color) !important",
|
|
899
902
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
900
903
|
},
|
|
901
|
-
[
|
|
904
|
+
[Ke]: p(
|
|
902
905
|
"--owp-tree-grid-hover-cell-background-color",
|
|
903
906
|
"#F0F0F0"
|
|
904
907
|
),
|
|
905
|
-
[
|
|
908
|
+
[Qe]: p(
|
|
906
909
|
"--owp-tree-grid-hover-cell-background-color",
|
|
907
910
|
"#F0F0F0"
|
|
908
911
|
),
|
|
909
|
-
[
|
|
912
|
+
[qe]: k(
|
|
910
913
|
"--owp-tree-grid-hover-cell-background-color"
|
|
911
914
|
),
|
|
912
|
-
[
|
|
915
|
+
[Je]: k(
|
|
913
916
|
"--owp-tree-grid-hover-cell-background-color"
|
|
914
917
|
),
|
|
915
|
-
[ao]: {
|
|
916
|
-
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
917
|
-
},
|
|
918
918
|
[co]: {
|
|
919
919
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
920
920
|
},
|
|
921
921
|
[no]: {
|
|
922
|
+
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
923
|
+
},
|
|
924
|
+
[so]: {
|
|
922
925
|
borderTopColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
|
|
923
926
|
borderBottomColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
|
|
924
927
|
outlineColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
925
928
|
},
|
|
926
|
-
[
|
|
929
|
+
[Ze]: p(
|
|
927
930
|
"--owp-tree-grid-focused-cell-background-color",
|
|
928
931
|
"#FFFFFE"
|
|
929
932
|
),
|
|
930
|
-
[
|
|
933
|
+
[eo]: {
|
|
931
934
|
backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
|
|
932
935
|
},
|
|
933
|
-
[
|
|
936
|
+
[oo]: {
|
|
934
937
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
935
938
|
},
|
|
936
|
-
[
|
|
939
|
+
[ro]: {
|
|
937
940
|
backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
938
941
|
},
|
|
939
|
-
[
|
|
942
|
+
[to]: {
|
|
940
943
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
941
944
|
},
|
|
942
|
-
[
|
|
945
|
+
[ao]: k(
|
|
943
946
|
"--owp-tree-grid-focused-cell-background-color"
|
|
944
947
|
),
|
|
945
|
-
[
|
|
948
|
+
[io]: p(
|
|
946
949
|
"--owp-tree-grid-changed-background-color",
|
|
947
950
|
"#EEE"
|
|
948
951
|
),
|
|
949
|
-
[
|
|
952
|
+
[po]: {
|
|
950
953
|
color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
|
|
951
|
-
fontWeight:
|
|
954
|
+
fontWeight: bo
|
|
952
955
|
},
|
|
953
|
-
[
|
|
956
|
+
[uo]: {
|
|
954
957
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
955
958
|
fontWeight: "normal !important"
|
|
956
959
|
},
|
|
957
|
-
[
|
|
960
|
+
[Co]: {
|
|
958
961
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
959
962
|
fontWeight: "normal !important"
|
|
960
963
|
},
|
|
961
|
-
[
|
|
964
|
+
[So]: {
|
|
962
965
|
color: "transparent !important"
|
|
963
966
|
},
|
|
964
|
-
[
|
|
967
|
+
[wo]: {
|
|
965
968
|
borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
966
969
|
},
|
|
967
|
-
[
|
|
970
|
+
[go]: {
|
|
968
971
|
backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
969
972
|
}
|
|
970
|
-
}, F = /* @__PURE__ */ t((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"),
|
|
973
|
+
}, F = /* @__PURE__ */ t((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), yo = /* @__PURE__ */ t((e, o, a) => {
|
|
971
974
|
a && (e[o] = a);
|
|
972
|
-
}, "setOptionalTreeGridCssVariable"),
|
|
975
|
+
}, "setOptionalTreeGridCssVariable"), Uo = /* @__PURE__ */ t(({
|
|
973
976
|
width: e,
|
|
974
977
|
height: o,
|
|
975
978
|
treeGridTheme: a,
|
|
@@ -981,10 +984,10 @@ const r = "owp-tree-grid-theme", v = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
981
984
|
height: o,
|
|
982
985
|
width: e
|
|
983
986
|
};
|
|
984
|
-
for (const { cssVariableName:
|
|
985
|
-
|
|
986
|
-
for (const { cssVariableName:
|
|
987
|
-
C[
|
|
987
|
+
for (const { cssVariableName: v, getValue: w } of te)
|
|
988
|
+
yo(C, v, w(c));
|
|
989
|
+
for (const { cssVariableName: v, getValue: w } of le)
|
|
990
|
+
C[v] = w(a);
|
|
988
991
|
return u !== void 0 && (C["--owp-tree-grid-table-border-radius"] = F(u)), {
|
|
989
992
|
...C,
|
|
990
993
|
...s
|
|
@@ -997,9 +1000,9 @@ export {
|
|
|
997
1000
|
j as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
|
|
998
1001
|
U as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
|
|
999
1002
|
X as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
|
|
1000
|
-
|
|
1003
|
+
m as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
|
|
1001
1004
|
r as TREE_GRID_THEME_WRAPPER_CLASS,
|
|
1002
|
-
|
|
1003
|
-
|
|
1005
|
+
Uo as createTreeGridThemeContainerStyle,
|
|
1006
|
+
jo as treeGridThemeStyles
|
|
1004
1007
|
};
|
|
1005
1008
|
//# sourceMappingURL=treeGridTheme.js.map
|