@owp/core 2.5.53 → 2.5.55
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/components/OwpPicker/OwpTimePicker.js +223 -208
- package/dist/components/OwpPicker/OwpTimePicker.js.map +1 -1
- package/dist/components/OwpPicker/internal/DatePickerInput.js +56 -55
- package/dist/components/OwpPicker/internal/DatePickerInput.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js +283 -273
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.js +68 -38
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js +189 -187
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +1195 -1061
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +207 -182
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
- package/dist/configs/defaultConfig.js +82 -81
- package/dist/configs/defaultConfig.js.map +1 -1
- package/dist/constants/gridTheme.js +37 -36
- package/dist/constants/gridTheme.js.map +1 -1
- package/dist/constants/input.js +6 -0
- package/dist/constants/input.js.map +1 -0
- package/dist/constants/treeGrid.js +69 -49
- package/dist/constants/treeGrid.js.map +1 -1
- package/dist/constants.js +57 -34
- package/dist/constants.js.map +1 -1
- package/dist/dayjs.js +17 -15
- package/dist/dayjs.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewCanvas.js +247 -251
- package/dist/features/themePreview/components/ThemePreviewCanvas.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewCanvasSections.js +385 -356
- package/dist/features/themePreview/components/ThemePreviewCanvasSections.js.map +1 -1
- package/dist/features/themePreview/configs/grid.js +26 -24
- package/dist/features/themePreview/configs/grid.js.map +1 -1
- package/dist/features/themePreview/utils/themePreviewDefinitions.js +4 -0
- package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +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/EAN_UPC/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
- package/dist/owp-app.css +1 -1
- package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.d.ts +2 -1
- package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +5 -1
- package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +1 -1
- package/dist/types/constants/gridTheme.d.ts +2 -0
- package/dist/types/constants/index.d.ts +1 -0
- package/dist/types/constants/input.d.ts +4 -0
- package/dist/types/constants/treeGrid.d.ts +40 -0
- package/dist/types/dayjs.d.ts +0 -2
- package/dist/types/features/themePreview/components/ThemePreviewCanvasSections.d.ts +0 -2
- package/dist/types/features/themePreview/configs/grid.d.ts +1 -0
- package/dist/types/features/themePreview/configs/settings.d.ts +1 -0
- package/dist/types/types/OwpGridThemeTypes.d.ts +2 -0
- package/package.json +1 -1
- package/dist/_virtual/en.js +0 -3
- package/dist/_virtual/en.js.map +0 -1
- package/dist/_virtual/en2.js +0 -5
- package/dist/_virtual/en2.js.map +0 -1
- package/dist/_virtual/ko.js +0 -3
- package/dist/_virtual/ko.js.map +0 -1
- package/dist/_virtual/ko2.js +0 -5
- package/dist/_virtual/ko2.js.map +0 -1
- package/dist/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/locale/en.js +0 -21
- package/dist/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/locale/en.js.map +0 -1
- package/dist/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/locale/ko.js +0 -28
- package/dist/node_modules/.pnpm/dayjs@1.11.18/node_modules/dayjs/locale/ko.js.map +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
var
|
|
2
|
-
var l = (e, o) =>
|
|
1
|
+
var Se = Object.defineProperty;
|
|
2
|
+
var l = (e, o) => Se(e, "name", { value: o, configurable: !0 });
|
|
3
3
|
import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as Re, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as Ce, TREEGRID_FONT_FAMILY_STACK as N, TREEGRID_ERROR_CELL_BORDER_COLOR as _e, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
|
|
4
4
|
import { DEFAULT_TABLE_RADIUS as Ee } from "../../../constants/table.js";
|
|
5
5
|
import { darken as $e } from "@mui/material/styles";
|
|
6
|
-
const r = "owp-tree-grid-theme",
|
|
6
|
+
const r = "owp-tree-grid-theme", D = "owp-tree-grid-table-radius", be = "owp-tree-grid-panel-checkbox-select", we = "owp-tree-grid-select-all-checked", ge = "owp-tree-grid-select-all-indeterminate", Ie = "owp-tree-grid-select-all-unchecked", oe = "owp-tree-grid-selected-changed-cell", re = "owp-tree-grid-error-cell", B = "owp-tree-grid-added-row-box-cell", De = "owp-tree-grid-added-row-box-start", Oe = "owp-tree-grid-added-row-box-end", ke = "--owp-tree-grid-hover-cell-border-color", n = [
|
|
7
7
|
"TS",
|
|
8
8
|
"TW",
|
|
9
9
|
"TB",
|
|
@@ -20,7 +20,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
20
20
|
"CR",
|
|
21
21
|
"CP",
|
|
22
22
|
"CC"
|
|
23
|
-
], C = "#CDD8E4",
|
|
23
|
+
], C = "#CDD8E4", S = "1px", d = `var(--owp-tree-grid-table-border-radius, ${Ee})`, V = "#757575", me = "2px", y = "2px", ve = `var(--owp-tree-grid-error-cell-border-color, ${_e})`, k = "2px", G = "1px", te = $e(Re, 0.42), P = "border-box !important", T = `var(--owp-tree-grid-added-row-box-color, ${te})`, E = "#f5f5f5", le = "#e0e0e0", W = `var(--owp-tree-grid-hover-row-border-color, ${le})`, Ge = `var(--owp-tree-grid-hover-cell-background-color, ${E})`, _ = `var(${ke}, ${le})`, Te = "OwpSoftChange", xe = "OwpSoftRevert", Fe = "OwpSoftRowSelect", fe = "OwpSoftRowDeselect", Be = "OwpSoftRowAdd", Ae = "OwpSoftRowRemove", he = "rgba(25, 118, 210, 0.36)", Le = "rgba(25, 118, 210, 0.20)", Me = "rgba(25, 118, 210, 0.26)", He = "rgba(25, 118, 210, 0.13)", Ne = "rgba(96, 125, 139, 0.35)", Ve = "rgba(96, 125, 139, 0.20)", ye = "rgba(96, 125, 139, 0.32)", Pe = "rgba(96, 125, 139, 0.16)", We = "rgba(25, 118, 210, 0.14)", ze = "rgba(25, 118, 210, 0.08)", je = "rgba(25, 118, 210, 0.1)", Ue = "rgba(25, 118, 210, 0.05)", Xe = "rgba(46, 125, 50, 0.24)", Ke = "rgba(46, 125, 50, 0.12)", Ye = "rgba(46, 125, 50, 0.16)", Qe = "rgba(46, 125, 50, 0.07)", Ze = "rgba(96, 125, 139, 0.16)", qe = "rgba(96, 125, 139, 0.06)", Je = "rgba(96, 125, 139, 0.1)", eo = "rgba(96, 125, 139, 0.035)", z = "rgba(25, 118, 210, 0)", j = "rgba(96, 125, 139, 0)", U = "rgba(25, 118, 210, 0)", X = "rgba(46, 125, 50, 0)", K = "rgba(96, 125, 139, 0)", Y = "background-color 140ms ease-out, box-shadow 140ms ease-out", A = [
|
|
24
24
|
"DefaultsLeft",
|
|
25
25
|
"DefaultsRight",
|
|
26
26
|
"DefaultsTop",
|
|
@@ -175,6 +175,13 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
175
175
|
return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellRectBackgroundColor;
|
|
176
176
|
}, "getValue")
|
|
177
177
|
},
|
|
178
|
+
{
|
|
179
|
+
cssVariableName: "--owp-tree-grid-changed-row-background-color",
|
|
180
|
+
getValue: /* @__PURE__ */ l((e) => {
|
|
181
|
+
var o;
|
|
182
|
+
return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.rowBackgroundColor;
|
|
183
|
+
}, "getValue")
|
|
184
|
+
},
|
|
178
185
|
{
|
|
179
186
|
cssVariableName: "--owp-tree-grid-changed-background-color",
|
|
180
187
|
getValue: /* @__PURE__ */ l((e) => {
|
|
@@ -225,7 +232,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
225
232
|
backgroundColor: `var(${e}, ${o}) !important`
|
|
226
233
|
}), "createTreeGridBackgroundColorStyle"), x = /* @__PURE__ */ l((e) => ({
|
|
227
234
|
backgroundColor: `var(${e}) !important`
|
|
228
|
-
}), "createTreeGridOptionalBackgroundColorStyle"),
|
|
235
|
+
}), "createTreeGridOptionalBackgroundColorStyle"), m = /* @__PURE__ */ l((e) => ({
|
|
229
236
|
borderColor: `${e} !important`,
|
|
230
237
|
borderTopColor: `${e} !important`,
|
|
231
238
|
borderRightColor: `${e} !important`,
|
|
@@ -233,13 +240,13 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
233
240
|
borderLeftColor: `${e} !important`,
|
|
234
241
|
outlineColor: `${e} !important`
|
|
235
242
|
}), "createTreeGridBorderColorStyle"), so = /* @__PURE__ */ l((e) => ({
|
|
236
|
-
...
|
|
243
|
+
...m(e),
|
|
237
244
|
borderStyle: "solid !important",
|
|
238
245
|
borderWidth: "1px !important"
|
|
239
246
|
}), "createTreeGridSolidBorderColorStyle"), io = /* @__PURE__ */ l(() => Object.fromEntries(
|
|
240
247
|
n.flatMap((e) => [
|
|
241
248
|
[
|
|
242
|
-
`@keyframes ${e}${
|
|
249
|
+
`@keyframes ${e}${Te}`,
|
|
243
250
|
{
|
|
244
251
|
"0%": {
|
|
245
252
|
boxShadow: `inset 0 0 0 1px ${he}, inset 0 0 0 9999px ${Le}`
|
|
@@ -341,31 +348,31 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
341
348
|
suffixes: t,
|
|
342
349
|
descendant: c = "",
|
|
343
350
|
withChildren: s = !1
|
|
344
|
-
}) => n.flatMap((
|
|
345
|
-
const
|
|
351
|
+
}) => n.flatMap((u) => t.flatMap((R) => {
|
|
352
|
+
const O = o ? ` .${u}${o}` : "", g = `${e}${O} .${u}${R}${c}`;
|
|
346
353
|
return s ? [g, `${g} *`] : [g];
|
|
347
354
|
})).join(", "), "createTreeGridSelectors"), b = /* @__PURE__ */ l(({
|
|
348
355
|
wrapperSelector: e = `.${r}`,
|
|
349
356
|
ancestorSuffixes: o,
|
|
350
357
|
suffixes: t,
|
|
351
358
|
descendant: c = ""
|
|
352
|
-
}) => n.flatMap((s) => o.flatMap((
|
|
359
|
+
}) => n.flatMap((s) => o.flatMap((u) => t.map((R) => `${e} .${s}${u} .${s}${R}${c}`))).join(", "), "createTreeGridNestedSelectors"), ae = /* @__PURE__ */ l(({
|
|
353
360
|
wrapperSelector: e = `.${r}`,
|
|
354
361
|
baseSuffixes: o,
|
|
355
362
|
suffixes: t,
|
|
356
363
|
descendant: c = ""
|
|
357
|
-
}) => n.flatMap((s) => o.flatMap((
|
|
358
|
-
wrapperSelector:
|
|
364
|
+
}) => n.flatMap((s) => o.flatMap((u) => t.map((R) => `${e} .${s}${u}.${s}${R}${c}`))).join(", "), "createTreeGridCompoundSelectors"), I = `.${r}.${be}`, po = `${I}.${we}`, uo = `${I}.${ge}`, So = `${I}.${Ie}`, Ro = a({
|
|
365
|
+
wrapperSelector: I,
|
|
359
366
|
suffixes: ["PanelSelect"]
|
|
360
367
|
}), Co = a({
|
|
361
|
-
wrapperSelector:
|
|
368
|
+
wrapperSelector: I,
|
|
362
369
|
suffixes: ["PanelSelectOn"]
|
|
363
370
|
}), _o = b({
|
|
364
|
-
wrapperSelector:
|
|
371
|
+
wrapperSelector: I,
|
|
365
372
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
366
373
|
suffixes: ["PanelSelect"]
|
|
367
374
|
}), Eo = b({
|
|
368
|
-
wrapperSelector:
|
|
375
|
+
wrapperSelector: I,
|
|
369
376
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
370
377
|
suffixes: ["PanelSelectOn"]
|
|
371
378
|
}), $o = b({
|
|
@@ -373,30 +380,30 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
373
380
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
374
381
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
375
382
|
}), bo = b({
|
|
376
|
-
wrapperSelector:
|
|
383
|
+
wrapperSelector: uo,
|
|
377
384
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
378
385
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
379
386
|
}), wo = b({
|
|
380
|
-
wrapperSelector:
|
|
387
|
+
wrapperSelector: So,
|
|
381
388
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
382
389
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
383
390
|
}), go = a({
|
|
384
391
|
suffixes: ["Filter0"]
|
|
385
|
-
}),
|
|
392
|
+
}), Io = a({
|
|
386
393
|
suffixes: ["Filter1"]
|
|
387
|
-
}),
|
|
394
|
+
}), Do = a({
|
|
388
395
|
suffixes: ["Main"],
|
|
389
396
|
withChildren: !0
|
|
390
|
-
}),
|
|
397
|
+
}), Oo = a({
|
|
391
398
|
suffixes: ["Main"]
|
|
392
|
-
}),
|
|
399
|
+
}), ko = a({
|
|
393
400
|
suffixes: ["ClassReadOnly"],
|
|
394
401
|
withChildren: !0
|
|
395
|
-
}),
|
|
402
|
+
}), mo = a({
|
|
396
403
|
suffixes: ["MainTable"]
|
|
397
404
|
}), vo = a({
|
|
398
405
|
suffixes: ["NoDataRow"]
|
|
399
|
-
}), H = `.${r}.${
|
|
406
|
+
}), H = `.${r}.${D}`, Go = n.map((e) => `.${r}.${D} .${e}MainTable`).join(", "), To = `${H}::before`, xo = `${H}::after`, Fo = `calc(${d} - ${S})`, fo = `calc(var(--owp-tree-grid-header-height, 33px) - ${d} + ${S})`, Bo = n.map((e) => `.${r}:not(.${D}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Ao = a({
|
|
400
407
|
suffixes: [
|
|
401
408
|
"VScroll",
|
|
402
409
|
"VScrollTop",
|
|
@@ -440,7 +447,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
440
447
|
`.${r} .${e}CustScroll2UpHover > div`,
|
|
441
448
|
`.${r} .${e}CustScroll2UpHover > div > div`
|
|
442
449
|
]
|
|
443
|
-
).join(", "), Lo = n.map((e) => `.${r}.${
|
|
450
|
+
).join(", "), Lo = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Mo = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), Ho = n.map((e) => `.${r}.${D} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), No = a({
|
|
444
451
|
suffixes: ["FillRow"]
|
|
445
452
|
}), Vo = a({
|
|
446
453
|
suffixes: ["SolidRow"]
|
|
@@ -497,14 +504,16 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
497
504
|
].join(", "), Qo = a({
|
|
498
505
|
suffixes: ["ColorFocused"]
|
|
499
506
|
}), Zo = a({
|
|
500
|
-
suffixes: ["
|
|
507
|
+
suffixes: ["FocusPanelBackground", "FocusRowBackground"]
|
|
501
508
|
}), qo = a({
|
|
502
|
-
suffixes: ["
|
|
509
|
+
suffixes: ["ColorFocusedRow"]
|
|
503
510
|
}), Jo = a({
|
|
504
|
-
suffixes: ["
|
|
511
|
+
suffixes: ["FocusRowBorder", "FocusRowBorderDynamic"]
|
|
505
512
|
}), er = a({
|
|
513
|
+
suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
|
|
514
|
+
}), or = a({
|
|
506
515
|
suffixes: ["HoverCellBorder", "HoverCellBorderDynamic"]
|
|
507
|
-
}),
|
|
516
|
+
}), rr = [
|
|
508
517
|
ae({
|
|
509
518
|
baseSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
|
|
510
519
|
suffixes: f
|
|
@@ -513,15 +522,15 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
513
522
|
ancestorSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
|
|
514
523
|
suffixes: f
|
|
515
524
|
})
|
|
516
|
-
].join(", "),
|
|
525
|
+
].join(", "), tr = a({
|
|
517
526
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
|
|
518
|
-
}),
|
|
527
|
+
}), lr = a({
|
|
519
528
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
|
|
520
529
|
descendant: " *"
|
|
521
|
-
}),
|
|
530
|
+
}), ar = b({
|
|
522
531
|
ancestorSuffixes: ["HoverCellBorder", "HoverCellBorderDynamic"],
|
|
523
532
|
suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
|
|
524
|
-
}),
|
|
533
|
+
}), nr = a({
|
|
525
534
|
suffixes: [
|
|
526
535
|
"ColorHoveredCellSpace",
|
|
527
536
|
"ColorHoveredCellSpaceEdit",
|
|
@@ -535,18 +544,18 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
535
544
|
"ColorHoveredCellTab",
|
|
536
545
|
"ColorHoveredCellTab1"
|
|
537
546
|
]
|
|
538
|
-
}), nr = a({
|
|
539
|
-
suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
|
|
540
547
|
}), cr = a({
|
|
541
|
-
suffixes: ["
|
|
548
|
+
suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
|
|
542
549
|
}), sr = a({
|
|
543
|
-
suffixes: ["
|
|
550
|
+
suffixes: ["ColorFocusedCellRect"]
|
|
544
551
|
}), dr = a({
|
|
545
|
-
suffixes: ["
|
|
552
|
+
suffixes: ["FocusCellBorder"]
|
|
546
553
|
}), ir = a({
|
|
554
|
+
suffixes: ["FocusCellCorner"]
|
|
555
|
+
}), pr = a({
|
|
547
556
|
suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
|
|
548
557
|
descendant: " > div"
|
|
549
|
-
}), pe = `.${r} .${re}`,
|
|
558
|
+
}), pe = `.${r} .${re}`, ur = `${pe}::after`, ue = `.${r} .${B}`, Sr = `.${r} .${re}.${B}::after`, Rr = `${ue}::before`, Cr = `.${r} .${B}.${De}::before`, _r = `.${r} .${B}.${Oe}::before`, Er = a({
|
|
550
559
|
suffixes: [
|
|
551
560
|
"ColorFocusedCellSafari",
|
|
552
561
|
"ColorFocusedCellSpace",
|
|
@@ -555,27 +564,29 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
555
564
|
"ColorFocusedCellSpaceBool",
|
|
556
565
|
"ColorFocusedCellButton"
|
|
557
566
|
]
|
|
558
|
-
}),
|
|
567
|
+
}), $r = a({
|
|
559
568
|
suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
|
|
560
569
|
descendant: " > div"
|
|
561
|
-
}),
|
|
570
|
+
}), br = a({
|
|
562
571
|
suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
|
|
563
572
|
descendant: " u"
|
|
564
|
-
}),
|
|
573
|
+
}), wr = a({
|
|
565
574
|
suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
|
|
566
|
-
}),
|
|
575
|
+
}), gr = n.flatMap((e) => [
|
|
567
576
|
`.${e}HintMain:not(.${e}HintHeaderMain):not(.${e}HintFilterMain)`,
|
|
568
577
|
`.${e}HintDataMain`,
|
|
569
578
|
`.${e}HintSpaceSelectOuter`
|
|
570
|
-
]).join(", "),
|
|
579
|
+
]).join(", "), Ir = a({
|
|
580
|
+
suffixes: ["ColorChanged"]
|
|
581
|
+
}), Dr = a({
|
|
571
582
|
suffixes: ["ColorChangedCell"]
|
|
572
|
-
}),
|
|
583
|
+
}), Or = n.flatMap((e) => {
|
|
573
584
|
const o = `${e}ClassFocusedCell`, t = `.${r} .${i}:not(.${o})`;
|
|
574
585
|
return [
|
|
575
586
|
t,
|
|
576
587
|
`${t} *:not(.${o})`
|
|
577
588
|
];
|
|
578
|
-
}).join(", "),
|
|
589
|
+
}).join(", "), kr = n.flatMap((e) => {
|
|
579
590
|
const o = `.${r} .${i}`, t = `.${r} .${i}.${oe}`;
|
|
580
591
|
return [
|
|
581
592
|
`${e}ColorSelected`,
|
|
@@ -592,7 +603,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
592
603
|
`.${r} .${s} ${o}`,
|
|
593
604
|
`.${r} .${s} ${o} *`
|
|
594
605
|
]);
|
|
595
|
-
}).join(", "),
|
|
606
|
+
}).join(", "), mr = n.flatMap((e) => {
|
|
596
607
|
const o = `.${r} .${i}`;
|
|
597
608
|
return [
|
|
598
609
|
`${e}ClassFocusedCell`,
|
|
@@ -604,7 +615,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
604
615
|
`.${r} .${c} ${o}`,
|
|
605
616
|
`.${r} .${c} ${o} *`
|
|
606
617
|
]);
|
|
607
|
-
}).join(", "),
|
|
618
|
+
}).join(", "), vr = n.flatMap((e) => {
|
|
608
619
|
const o = `.${r} .${i}`, t = `${e}HiddenValue`;
|
|
609
620
|
return [
|
|
610
621
|
`${o}.${t}`,
|
|
@@ -612,11 +623,11 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
612
623
|
`.${r} .${t} ${o}`,
|
|
613
624
|
`.${r} .${t} ${o} *`
|
|
614
625
|
];
|
|
615
|
-
}).join(", "),
|
|
626
|
+
}).join(", "), Gr = `var(--owp-tree-grid-changed-font-weight, ${Ce}) !important`, Tr = a({
|
|
616
627
|
suffixes: ["EditCellBorder"]
|
|
617
|
-
}),
|
|
628
|
+
}), xr = a({
|
|
618
629
|
suffixes: ["EditCellCorner"]
|
|
619
|
-
}),
|
|
630
|
+
}), Fr = [
|
|
620
631
|
`.${r} .TSMain .TSDateLeft`,
|
|
621
632
|
`.${r} .TSMain .TSDatesLeft`,
|
|
622
633
|
`.${r} .TSMain .TSDateRight`,
|
|
@@ -625,7 +636,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
625
636
|
`.${r} .TSMain .TSDatesTop`,
|
|
626
637
|
`.${r} .TSMain .TSDateBottom`,
|
|
627
638
|
`.${r} .TSMain .TSDatesBottom`
|
|
628
|
-
].join(", "),
|
|
639
|
+
].join(", "), fr = [
|
|
629
640
|
`.${r} .TSMain .${i}.TSDateLeft`,
|
|
630
641
|
`.${r} .TSMain .${i}.TSDatesLeft`,
|
|
631
642
|
`.${r} .TSMain .${i}.TSDateRight`,
|
|
@@ -634,7 +645,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
634
645
|
`.${r} .TSMain .${i}.TSDatesTop`,
|
|
635
646
|
`.${r} .TSMain .${i}.TSDateBottom`,
|
|
636
647
|
`.${r} .TSMain .${i}.TSDatesBottom`
|
|
637
|
-
].join(", "),
|
|
648
|
+
].join(", "), Br = [
|
|
638
649
|
"DateLeft",
|
|
639
650
|
"DatesLeft",
|
|
640
651
|
"DateRight",
|
|
@@ -653,12 +664,12 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
653
664
|
`${t}.${s}`,
|
|
654
665
|
`.${r} .${s} ${t}`
|
|
655
666
|
]);
|
|
656
|
-
})).join(", "), M = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%22-1%200%2018%2018%22%3E%0D%0A%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M15.427%2C14.857c0%2C0.625-0.517%2C1.143-1.142%2C1.143H1.715c-0.625%2C0-1.142-0.518-1.142-1.143V3.429%0D%0A%09c0-0.625%2C0.517-1.142%2C1.142-1.142H2.86V1.429C2.86%2C0.642%2C3.502%2C0%2C4.289%2C0H4.86c0.783%2C0%2C1.429%2C0.642%2C1.429%2C1.429v0.858h3.43V1.429%0D%0A%09C9.719%2C0.642%2C10.359%2C0%2C11.145%2C0h0.574c0.783%2C0%2C1.426%2C0.642%2C1.426%2C1.429v0.858h1.142c0.625%2C0%2C1.142%2C0.517%2C1.142%2C1.142L15.427%2C14.857%0D%0A%09L15.427%2C14.857z%20M4.289%2C8.287V5.713H1.715v2.574H4.289z%20M4.289%2C11.717V8.857H1.715v2.858L4.289%2C11.717L4.289%2C11.717z%20M4.289%2C14.857%0D%0A%09v-2.574H1.715v2.574H4.289z%20M5.144%2C1.429c0-0.154-0.134-0.288-0.283-0.288H4.289c-0.154%2C0-0.287%2C0.133-0.287%2C0.288V4%0D%0A%09c0%2C0.15%2C0.133%2C0.288%2C0.287%2C0.288H4.86C5.01%2C4.288%2C5.144%2C4.15%2C5.144%2C4V1.429z%20M7.715%2C8.287V5.713H4.86v2.574H7.715z%20M7.715%2C11.717%0D%0A%09V8.857H4.86v2.858L7.715%2C11.717L7.715%2C11.717z%20M7.715%2C14.857v-2.574H4.86v2.574H7.715z%20M11.145%2C8.287V5.713H8.289v2.574H11.145z%0D%0A%09M11.145%2C11.717V8.857H8.289v2.858L11.145%2C11.717L11.145%2C11.717z%20M11.145%2C14.857v-2.574H8.289v2.574H11.145z%20M12.002%2C1.429%0D%0A%09c0-0.154-0.139-0.288-0.283-0.288h-0.574c-0.154%2C0-0.283%2C0.133-0.283%2C0.288V4c0%2C0.15%2C0.129%2C0.288%2C0.283%2C0.288h0.574%0D%0A%09c0.146%2C0%2C0.283-0.138%2C0.283-0.288V1.429z%20M14.285%2C8.287V5.713h-2.566v2.574H14.285z%20M14.285%2C11.717V8.857h-2.566v2.858%0D%0A%09L14.285%2C11.717L14.285%2C11.717z%20M14.285%2C14.857v-2.574h-2.566v2.574H14.285z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")',
|
|
667
|
+
})).join(", "), M = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%22-1%200%2018%2018%22%3E%0D%0A%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M15.427%2C14.857c0%2C0.625-0.517%2C1.143-1.142%2C1.143H1.715c-0.625%2C0-1.142-0.518-1.142-1.143V3.429%0D%0A%09c0-0.625%2C0.517-1.142%2C1.142-1.142H2.86V1.429C2.86%2C0.642%2C3.502%2C0%2C4.289%2C0H4.86c0.783%2C0%2C1.429%2C0.642%2C1.429%2C1.429v0.858h3.43V1.429%0D%0A%09C9.719%2C0.642%2C10.359%2C0%2C11.145%2C0h0.574c0.783%2C0%2C1.426%2C0.642%2C1.426%2C1.429v0.858h1.142c0.625%2C0%2C1.142%2C0.517%2C1.142%2C1.142L15.427%2C14.857%0D%0A%09L15.427%2C14.857z%20M4.289%2C8.287V5.713H1.715v2.574H4.289z%20M4.289%2C11.717V8.857H1.715v2.858L4.289%2C11.717L4.289%2C11.717z%20M4.289%2C14.857%0D%0A%09v-2.574H1.715v2.574H4.289z%20M5.144%2C1.429c0-0.154-0.134-0.288-0.283-0.288H4.289c-0.154%2C0-0.287%2C0.133-0.287%2C0.288V4%0D%0A%09c0%2C0.15%2C0.133%2C0.288%2C0.287%2C0.288H4.86C5.01%2C4.288%2C5.144%2C4.15%2C5.144%2C4V1.429z%20M7.715%2C8.287V5.713H4.86v2.574H7.715z%20M7.715%2C11.717%0D%0A%09V8.857H4.86v2.858L7.715%2C11.717L7.715%2C11.717z%20M7.715%2C14.857v-2.574H4.86v2.574H7.715z%20M11.145%2C8.287V5.713H8.289v2.574H11.145z%0D%0A%09M11.145%2C11.717V8.857H8.289v2.858L11.145%2C11.717L11.145%2C11.717z%20M11.145%2C14.857v-2.574H8.289v2.574H11.145z%20M12.002%2C1.429%0D%0A%09c0-0.154-0.139-0.288-0.283-0.288h-0.574c-0.154%2C0-0.283%2C0.133-0.283%2C0.288V4c0%2C0.15%2C0.129%2C0.288%2C0.283%2C0.288h0.574%0D%0A%09c0.146%2C0%2C0.283-0.138%2C0.283-0.288V1.429z%20M14.285%2C8.287V5.713h-2.566v2.574H14.285z%20M14.285%2C11.717V8.857h-2.566v2.858%0D%0A%09L14.285%2C11.717L14.285%2C11.717z%20M14.285%2C14.857v-2.574h-2.566v2.574H14.285z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")', Ar = M.replace(
|
|
657
668
|
"%23757575",
|
|
658
669
|
"white"
|
|
659
670
|
), ee = $(
|
|
660
671
|
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#000" d="M4.5 6.25h7L8 9.75z"/></svg>'
|
|
661
|
-
), w = /* @__PURE__ */ l((e, o) => n.flatMap((t) => e.flatMap((c) => o(t, c))).join(", "), "createTreeGridEnumButtonIconSelector"), h = /* @__PURE__ */ l((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), v = /* @__PURE__ */ l((e, o) => `${h(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"),
|
|
672
|
+
), w = /* @__PURE__ */ l((e, o) => n.flatMap((t) => e.flatMap((c) => o(t, c))).join(", "), "createTreeGridEnumButtonIconSelector"), h = /* @__PURE__ */ l((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), v = /* @__PURE__ */ l((e, o) => `${h(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), hr = /* @__PURE__ */ l((e, o) => {
|
|
662
673
|
const t = h(e, o), c = `.${r} .${i}.${oe}.${e}${o}`, s = [
|
|
663
674
|
`${e}ColorSelected`,
|
|
664
675
|
`${e}ColorSelectedCell`,
|
|
@@ -669,12 +680,12 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
669
680
|
];
|
|
670
681
|
return [
|
|
671
682
|
c,
|
|
672
|
-
...s.flatMap((
|
|
673
|
-
`${t}.${
|
|
674
|
-
`.${r} .${
|
|
683
|
+
...s.flatMap((u) => [
|
|
684
|
+
`${t}.${u}`,
|
|
685
|
+
`.${r} .${u} ${t}`
|
|
675
686
|
])
|
|
676
687
|
];
|
|
677
|
-
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"),
|
|
688
|
+
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Lr = /* @__PURE__ */ l((e, o) => {
|
|
678
689
|
const t = h(e, o);
|
|
679
690
|
return [
|
|
680
691
|
`${e}ClassFocusedCell`,
|
|
@@ -684,38 +695,38 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
684
695
|
`${t}.${s}`,
|
|
685
696
|
`.${r} .${s} ${t}`
|
|
686
697
|
]);
|
|
687
|
-
}, "createTreeGridFocusedChangedEnumButtonCellSelectors"),
|
|
698
|
+
}, "createTreeGridFocusedChangedEnumButtonCellSelectors"), Mr = w(
|
|
688
699
|
A,
|
|
689
700
|
(e, o) => [h(e, o)]
|
|
690
|
-
),
|
|
701
|
+
), Hr = w(
|
|
691
702
|
A,
|
|
692
703
|
(e, o) => [v(e, o)]
|
|
693
|
-
),
|
|
704
|
+
), Nr = w(
|
|
694
705
|
A,
|
|
695
|
-
(e, o) =>
|
|
706
|
+
(e, o) => hr(e, o).map(
|
|
696
707
|
(t) => `${t}::after`
|
|
697
708
|
)
|
|
698
|
-
),
|
|
709
|
+
), Vr = w(
|
|
699
710
|
A,
|
|
700
|
-
(e, o) =>
|
|
711
|
+
(e, o) => Lr(e, o).map(
|
|
701
712
|
(t) => `${t}::after`
|
|
702
713
|
)
|
|
703
|
-
),
|
|
714
|
+
), yr = w(
|
|
704
715
|
["DefaultsLeft", "EnumLeft"],
|
|
705
716
|
(e, o) => [v(e, o)]
|
|
706
|
-
),
|
|
717
|
+
), Pr = w(
|
|
707
718
|
["DefaultsRight", "EnumRight"],
|
|
708
719
|
(e, o) => [v(e, o)]
|
|
709
|
-
),
|
|
720
|
+
), Wr = w(
|
|
710
721
|
["DefaultsTop", "EnumTop"],
|
|
711
722
|
(e, o) => [v(e, o)]
|
|
712
|
-
),
|
|
723
|
+
), zr = w(
|
|
713
724
|
["DefaultsBottom", "EnumBottom"],
|
|
714
725
|
(e, o) => [v(e, o)]
|
|
715
|
-
), L = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202M12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.5%207H11v6l5.25%203.15.75-1.23-4.5-2.67z%22%2F%3E%3C%2Fsvg%3E")',
|
|
726
|
+
), L = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202M12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.5%207H11v6l5.25%203.15.75-1.23-4.5-2.67z%22%2F%3E%3C%2Fsvg%3E")', jr = `.${r} .OwpTreeGridTimePickerEditorIcon`, Ur = [
|
|
716
727
|
`.${r} .${i} .OwpTreeGridTimePickerEditorIcon`,
|
|
717
728
|
`.${r} .${i}.OwpTreeGridTimePickerEditorIcon`
|
|
718
|
-
].join(", "),
|
|
729
|
+
].join(", "), Xr = n.flatMap((e) => {
|
|
719
730
|
const o = `.${r} .${i}`;
|
|
720
731
|
return [
|
|
721
732
|
`${e}ClassFocusedCell`,
|
|
@@ -727,33 +738,33 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
727
738
|
`.${r} .${c} ${o} .OwpTreeGridTimePickerEditorIcon`,
|
|
728
739
|
`.${r} .${c} ${o}.OwpTreeGridTimePickerEditorIcon`
|
|
729
740
|
]);
|
|
730
|
-
}).join(", "),
|
|
741
|
+
}).join(", "), Kr = n.map(
|
|
731
742
|
(e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
|
|
732
|
-
).join(", "),
|
|
743
|
+
).join(", "), Yr = n.map(
|
|
733
744
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
|
|
734
|
-
).join(", "),
|
|
745
|
+
).join(", "), Qr = n.map(
|
|
735
746
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
|
|
736
|
-
).join(", "),
|
|
747
|
+
).join(", "), Zr = n.map(
|
|
737
748
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
|
|
738
|
-
).join(", "),
|
|
749
|
+
).join(", "), qr = n.map(
|
|
739
750
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
|
|
740
|
-
).join(", "),
|
|
751
|
+
).join(", "), Jr = n.map(
|
|
741
752
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
|
|
742
|
-
).join(", "),
|
|
753
|
+
).join(", "), at = {
|
|
743
754
|
...io(),
|
|
744
|
-
[
|
|
755
|
+
[Do]: {
|
|
745
756
|
fontFamily: `${N} !important`,
|
|
746
757
|
fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
|
|
747
758
|
fontWeight: "normal",
|
|
748
759
|
lineHeight: "16px"
|
|
749
760
|
},
|
|
750
|
-
[
|
|
761
|
+
[Oo]: {
|
|
751
762
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
752
763
|
},
|
|
753
|
-
[
|
|
764
|
+
[ko]: {
|
|
754
765
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
755
766
|
},
|
|
756
|
-
[
|
|
767
|
+
[mo]: p(
|
|
757
768
|
"--owp-tree-grid-body-background-color",
|
|
758
769
|
"#FFFFFF"
|
|
759
770
|
),
|
|
@@ -808,7 +819,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
808
819
|
opacity: 0.72,
|
|
809
820
|
width: "17px !important"
|
|
810
821
|
},
|
|
811
|
-
[
|
|
822
|
+
[Io]: {
|
|
812
823
|
WebkitMaskImage: `${J} !important`,
|
|
813
824
|
WebkitMaskPosition: "center center !important",
|
|
814
825
|
WebkitMaskRepeat: "no-repeat !important",
|
|
@@ -823,20 +834,20 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
823
834
|
opacity: 1,
|
|
824
835
|
width: "17px !important"
|
|
825
836
|
},
|
|
826
|
-
[
|
|
837
|
+
[Fr]: {
|
|
827
838
|
backgroundImage: `${M} !important`
|
|
828
839
|
},
|
|
829
|
-
[
|
|
830
|
-
backgroundImage: `${
|
|
840
|
+
[fr]: {
|
|
841
|
+
backgroundImage: `${Ar} !important`
|
|
831
842
|
},
|
|
832
|
-
[
|
|
843
|
+
[Br]: {
|
|
833
844
|
backgroundImage: `${M} !important`
|
|
834
845
|
},
|
|
835
|
-
[
|
|
846
|
+
[Mr]: {
|
|
836
847
|
backgroundImage: "none !important",
|
|
837
848
|
position: "relative"
|
|
838
849
|
},
|
|
839
|
-
[
|
|
850
|
+
[Hr]: {
|
|
840
851
|
WebkitMaskImage: `${ee} !important`,
|
|
841
852
|
WebkitMaskPosition: "center center !important",
|
|
842
853
|
WebkitMaskRepeat: "no-repeat !important",
|
|
@@ -854,33 +865,33 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
854
865
|
position: "absolute",
|
|
855
866
|
width: "16px"
|
|
856
867
|
},
|
|
857
|
-
[
|
|
868
|
+
[Nr]: {
|
|
858
869
|
backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
859
870
|
},
|
|
860
|
-
[
|
|
871
|
+
[Vr]: {
|
|
861
872
|
backgroundColor: `${V} !important`
|
|
862
873
|
},
|
|
863
|
-
[
|
|
874
|
+
[yr]: {
|
|
864
875
|
left: "4px",
|
|
865
876
|
top: "50%",
|
|
866
877
|
transform: "translateY(-50%)"
|
|
867
878
|
},
|
|
868
|
-
[
|
|
879
|
+
[Pr]: {
|
|
869
880
|
right: "4px",
|
|
870
881
|
top: "50%",
|
|
871
882
|
transform: "translateY(-50%)"
|
|
872
883
|
},
|
|
873
|
-
[
|
|
884
|
+
[Wr]: {
|
|
874
885
|
left: "50%",
|
|
875
886
|
top: "0",
|
|
876
887
|
transform: "translateX(-50%)"
|
|
877
888
|
},
|
|
878
|
-
[
|
|
889
|
+
[zr]: {
|
|
879
890
|
bottom: "0",
|
|
880
891
|
left: "50%",
|
|
881
892
|
transform: "translateX(-50%)"
|
|
882
893
|
},
|
|
883
|
-
[
|
|
894
|
+
[jr]: {
|
|
884
895
|
backgroundImage: L,
|
|
885
896
|
backgroundPosition: "center calc(50% - 1px)",
|
|
886
897
|
backgroundRepeat: "no-repeat",
|
|
@@ -892,7 +903,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
892
903
|
verticalAlign: "middle",
|
|
893
904
|
width: "16px"
|
|
894
905
|
},
|
|
895
|
-
[
|
|
906
|
+
[Ur]: {
|
|
896
907
|
WebkitMaskImage: L,
|
|
897
908
|
WebkitMaskPosition: "center calc(50% - 1px)",
|
|
898
909
|
WebkitMaskRepeat: "no-repeat",
|
|
@@ -904,43 +915,43 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
904
915
|
maskRepeat: "no-repeat",
|
|
905
916
|
maskSize: "16px 16px"
|
|
906
917
|
},
|
|
907
|
-
[
|
|
918
|
+
[Xr]: {
|
|
908
919
|
backgroundColor: `${V} !important`
|
|
909
920
|
},
|
|
910
|
-
[
|
|
921
|
+
[Kr]: {
|
|
911
922
|
scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
|
|
912
923
|
scrollbarWidth: "thin"
|
|
913
924
|
},
|
|
914
|
-
[
|
|
925
|
+
[Yr]: {
|
|
915
926
|
height: "8px",
|
|
916
927
|
width: "8px"
|
|
917
928
|
},
|
|
918
|
-
[
|
|
929
|
+
[Qr]: {
|
|
919
930
|
backgroundClip: "padding-box",
|
|
920
931
|
backgroundColor: "rgba(0, 0, 0, 0.32)",
|
|
921
932
|
border: "2px solid transparent",
|
|
922
933
|
borderRadius: "8px"
|
|
923
934
|
},
|
|
924
|
-
[
|
|
935
|
+
[Zr]: {
|
|
925
936
|
backgroundColor: "rgba(0, 0, 0, 0.44)"
|
|
926
937
|
},
|
|
927
|
-
[
|
|
938
|
+
[qr]: {
|
|
928
939
|
backgroundColor: "transparent"
|
|
929
940
|
},
|
|
930
|
-
[
|
|
941
|
+
[Jr]: {
|
|
931
942
|
backgroundColor: "transparent"
|
|
932
943
|
},
|
|
933
944
|
[H]: {
|
|
934
945
|
position: "relative"
|
|
935
946
|
},
|
|
936
|
-
[
|
|
947
|
+
[Go]: {
|
|
937
948
|
borderBottom: "0 !important",
|
|
938
949
|
borderRadius: `${d} ${d} 0 0`,
|
|
939
950
|
clipPath: `inset(0 round ${d} ${d} 0 0)`,
|
|
940
951
|
overflow: "hidden"
|
|
941
952
|
},
|
|
942
|
-
[
|
|
943
|
-
border: `${
|
|
953
|
+
[To]: {
|
|
954
|
+
border: `${S} solid ${C}`,
|
|
944
955
|
borderBottom: 0,
|
|
945
956
|
borderRadius: `${d} ${d} 0 0`,
|
|
946
957
|
boxSizing: "border-box",
|
|
@@ -955,8 +966,8 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
955
966
|
zIndex: 2
|
|
956
967
|
},
|
|
957
968
|
[xo]: {
|
|
958
|
-
borderLeft: `${
|
|
959
|
-
borderRight: `${
|
|
969
|
+
borderLeft: `${S} solid ${C}`,
|
|
970
|
+
borderRight: `${S} solid ${C}`,
|
|
960
971
|
boxSizing: "border-box",
|
|
961
972
|
content: '""',
|
|
962
973
|
display: "block",
|
|
@@ -969,13 +980,13 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
969
980
|
zIndex: 2
|
|
970
981
|
},
|
|
971
982
|
[Bo]: {
|
|
972
|
-
borderTop: `${
|
|
983
|
+
borderTop: `${S} solid ${C} !important`
|
|
973
984
|
},
|
|
974
985
|
[Ao]: {
|
|
975
|
-
boxShadow: `inset -${
|
|
986
|
+
boxShadow: `inset -${S} 0 0 ${C}`
|
|
976
987
|
},
|
|
977
988
|
[ho]: {
|
|
978
|
-
boxShadow: `inset -${
|
|
989
|
+
boxShadow: `inset -${S} 0 0 ${C}`
|
|
979
990
|
},
|
|
980
991
|
[Lo]: {
|
|
981
992
|
borderTopColor: "transparent !important",
|
|
@@ -983,7 +994,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
983
994
|
position: "relative"
|
|
984
995
|
},
|
|
985
996
|
[Mo]: {
|
|
986
|
-
border: `${
|
|
997
|
+
border: `${S} solid ${C}`,
|
|
987
998
|
borderBottomLeftRadius: d,
|
|
988
999
|
borderBottomRightRadius: d,
|
|
989
1000
|
borderTop: 0,
|
|
@@ -996,7 +1007,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
996
1007
|
position: "absolute",
|
|
997
1008
|
right: 0,
|
|
998
1009
|
top: 0,
|
|
999
|
-
transform: `translateY(calc(-100% - ${
|
|
1010
|
+
transform: `translateY(calc(-100% - ${S}))`,
|
|
1000
1011
|
zIndex: 2
|
|
1001
1012
|
},
|
|
1002
1013
|
[Ho]: {
|
|
@@ -1012,7 +1023,7 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
1012
1023
|
position: "absolute",
|
|
1013
1024
|
right: 0,
|
|
1014
1025
|
top: 0,
|
|
1015
|
-
transform: `translateY(calc(-100% - ${
|
|
1026
|
+
transform: `translateY(calc(-100% - ${S}))`,
|
|
1016
1027
|
zIndex: 1
|
|
1017
1028
|
},
|
|
1018
1029
|
[No]: x(
|
|
@@ -1041,8 +1052,8 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
1041
1052
|
position: "relative",
|
|
1042
1053
|
zIndex: 3
|
|
1043
1054
|
},
|
|
1044
|
-
[
|
|
1045
|
-
border: `${
|
|
1055
|
+
[ur]: {
|
|
1056
|
+
border: `${me} solid ${ve}`,
|
|
1046
1057
|
boxSizing: "border-box",
|
|
1047
1058
|
content: '""',
|
|
1048
1059
|
display: "block",
|
|
@@ -1052,16 +1063,16 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
1052
1063
|
zIndex: 4
|
|
1053
1064
|
},
|
|
1054
1065
|
[Sr]: {
|
|
1055
|
-
inset: `calc(${y} + ${
|
|
1066
|
+
inset: `calc(${y} + ${k})`
|
|
1056
1067
|
},
|
|
1057
|
-
[
|
|
1068
|
+
[ue]: {
|
|
1058
1069
|
position: "relative"
|
|
1059
1070
|
},
|
|
1060
|
-
[
|
|
1071
|
+
[Rr]: {
|
|
1061
1072
|
backgroundColor: "transparent",
|
|
1062
|
-
borderBottom: `${
|
|
1063
|
-
borderTop: `${
|
|
1064
|
-
bottom:
|
|
1073
|
+
borderBottom: `${k} solid ${T}`,
|
|
1074
|
+
borderTop: `${k} solid ${T}`,
|
|
1075
|
+
bottom: G,
|
|
1065
1076
|
boxSizing: "border-box",
|
|
1066
1077
|
content: '""',
|
|
1067
1078
|
display: "none",
|
|
@@ -1072,20 +1083,20 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
1072
1083
|
pointerEvents: "none",
|
|
1073
1084
|
position: "absolute",
|
|
1074
1085
|
right: "-1px",
|
|
1075
|
-
top:
|
|
1086
|
+
top: G,
|
|
1076
1087
|
zIndex: 2
|
|
1077
1088
|
},
|
|
1078
|
-
[
|
|
1089
|
+
[Cr]: {
|
|
1079
1090
|
borderBottomLeftRadius: "2px",
|
|
1080
|
-
borderLeft: `${
|
|
1091
|
+
borderLeft: `${k} solid ${T}`,
|
|
1081
1092
|
borderTopLeftRadius: "2px",
|
|
1082
|
-
left:
|
|
1093
|
+
left: G
|
|
1083
1094
|
},
|
|
1084
|
-
[
|
|
1095
|
+
[_r]: {
|
|
1085
1096
|
borderBottomRightRadius: "2px",
|
|
1086
|
-
borderRight: `${
|
|
1097
|
+
borderRight: `${k} solid ${T}`,
|
|
1087
1098
|
borderTopRightRadius: "2px",
|
|
1088
|
-
right:
|
|
1099
|
+
right: G
|
|
1089
1100
|
},
|
|
1090
1101
|
[Wo]: {
|
|
1091
1102
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important",
|
|
@@ -1106,10 +1117,10 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
1106
1117
|
"--owp-tree-grid-hover-row-background-color",
|
|
1107
1118
|
E
|
|
1108
1119
|
),
|
|
1109
|
-
[Xo]:
|
|
1120
|
+
[Xo]: m(
|
|
1110
1121
|
W
|
|
1111
1122
|
),
|
|
1112
|
-
[Ko]:
|
|
1123
|
+
[Ko]: m(
|
|
1113
1124
|
W
|
|
1114
1125
|
),
|
|
1115
1126
|
[se]: p(
|
|
@@ -1127,32 +1138,38 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
1127
1138
|
[Yo]: {
|
|
1128
1139
|
transition: Y
|
|
1129
1140
|
},
|
|
1130
|
-
[Qo]:
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1133
|
-
|
|
1134
|
-
[Zo]:
|
|
1135
|
-
|
|
1136
|
-
"
|
|
1137
|
-
|
|
1141
|
+
[Qo]: {
|
|
1142
|
+
backgroundColor: "transparent",
|
|
1143
|
+
backgroundImage: "none"
|
|
1144
|
+
},
|
|
1145
|
+
[Zo]: {
|
|
1146
|
+
background: "transparent !important",
|
|
1147
|
+
backgroundColor: "transparent !important",
|
|
1148
|
+
backgroundImage: "none !important",
|
|
1149
|
+
opacity: "0 !important"
|
|
1150
|
+
},
|
|
1138
1151
|
[qo]: {
|
|
1139
|
-
|
|
1152
|
+
backgroundColor: "transparent",
|
|
1153
|
+
backgroundImage: "none"
|
|
1140
1154
|
},
|
|
1141
|
-
[Jo]:
|
|
1155
|
+
[Jo]: {
|
|
1156
|
+
border: "0 none transparent !important",
|
|
1157
|
+
borderColor: "transparent !important",
|
|
1158
|
+
boxShadow: "none !important",
|
|
1159
|
+
backgroundColor: "transparent !important",
|
|
1160
|
+
outlineColor: "transparent !important"
|
|
1161
|
+
},
|
|
1162
|
+
[er]: p(
|
|
1142
1163
|
"--owp-tree-grid-hover-cell-background-color",
|
|
1143
1164
|
E
|
|
1144
1165
|
),
|
|
1145
|
-
[
|
|
1146
|
-
...
|
|
1147
|
-
backgroundColor: `${
|
|
1166
|
+
[or]: {
|
|
1167
|
+
...m(_),
|
|
1168
|
+
backgroundColor: `${Ge} !important`
|
|
1148
1169
|
},
|
|
1149
|
-
[
|
|
1170
|
+
[rr]: m(
|
|
1150
1171
|
_
|
|
1151
1172
|
),
|
|
1152
|
-
[rr]: p(
|
|
1153
|
-
"--owp-tree-grid-hover-cell-background-color",
|
|
1154
|
-
E
|
|
1155
|
-
),
|
|
1156
1173
|
[tr]: p(
|
|
1157
1174
|
"--owp-tree-grid-hover-cell-background-color",
|
|
1158
1175
|
E
|
|
@@ -1165,105 +1182,113 @@ const r = "owp-tree-grid-theme", O = "owp-tree-grid-table-radius", be = "owp-tre
|
|
|
1165
1182
|
"--owp-tree-grid-hover-cell-background-color",
|
|
1166
1183
|
E
|
|
1167
1184
|
),
|
|
1168
|
-
[
|
|
1169
|
-
|
|
1170
|
-
|
|
1185
|
+
[nr]: p(
|
|
1186
|
+
"--owp-tree-grid-hover-cell-background-color",
|
|
1187
|
+
E
|
|
1188
|
+
),
|
|
1171
1189
|
[$r]: {
|
|
1172
1190
|
borderColor: `${_} !important`
|
|
1173
1191
|
},
|
|
1174
1192
|
[br]: {
|
|
1193
|
+
borderColor: `${_} !important`
|
|
1194
|
+
},
|
|
1195
|
+
[wr]: {
|
|
1175
1196
|
borderTopColor: `${_} !important`,
|
|
1176
1197
|
borderBottomColor: `${_} !important`,
|
|
1177
1198
|
outlineColor: `${_} !important`
|
|
1178
1199
|
},
|
|
1179
|
-
[
|
|
1200
|
+
[gr]: so(
|
|
1180
1201
|
_
|
|
1181
1202
|
),
|
|
1182
|
-
[
|
|
1203
|
+
[cr]: p(
|
|
1183
1204
|
"--owp-tree-grid-focused-cell-background-color",
|
|
1184
1205
|
"#FFFFFE"
|
|
1185
1206
|
),
|
|
1186
|
-
[
|
|
1207
|
+
[sr]: {
|
|
1187
1208
|
backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
|
|
1188
1209
|
},
|
|
1189
|
-
[
|
|
1210
|
+
[dr]: {
|
|
1190
1211
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important",
|
|
1191
1212
|
boxSizing: P
|
|
1192
1213
|
},
|
|
1193
|
-
[
|
|
1214
|
+
[ir]: {
|
|
1194
1215
|
backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
1195
1216
|
},
|
|
1196
|
-
[
|
|
1217
|
+
[pr]: {
|
|
1197
1218
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
1198
1219
|
},
|
|
1199
|
-
[
|
|
1220
|
+
[Er]: x(
|
|
1200
1221
|
"--owp-tree-grid-focused-cell-background-color"
|
|
1201
1222
|
),
|
|
1202
|
-
[
|
|
1223
|
+
[Ir]: {
|
|
1224
|
+
backgroundColor: "transparent",
|
|
1225
|
+
backgroundImage: "none"
|
|
1226
|
+
},
|
|
1227
|
+
[Dr]: p(
|
|
1203
1228
|
"--owp-tree-grid-changed-background-color",
|
|
1204
1229
|
"#EEE"
|
|
1205
1230
|
),
|
|
1206
|
-
[
|
|
1231
|
+
[Or]: {
|
|
1207
1232
|
color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
|
|
1208
|
-
fontWeight:
|
|
1233
|
+
fontWeight: Gr
|
|
1209
1234
|
},
|
|
1210
|
-
[
|
|
1235
|
+
[kr]: {
|
|
1211
1236
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
1212
1237
|
fontWeight: "normal !important"
|
|
1213
1238
|
},
|
|
1214
|
-
[
|
|
1239
|
+
[mr]: {
|
|
1215
1240
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
1216
1241
|
fontWeight: "normal !important"
|
|
1217
1242
|
},
|
|
1218
|
-
[
|
|
1243
|
+
[vr]: {
|
|
1219
1244
|
color: "transparent !important"
|
|
1220
1245
|
},
|
|
1221
|
-
[
|
|
1246
|
+
[Tr]: {
|
|
1222
1247
|
borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important",
|
|
1223
1248
|
boxSizing: P
|
|
1224
1249
|
},
|
|
1225
|
-
[
|
|
1250
|
+
[xr]: {
|
|
1226
1251
|
backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
1227
1252
|
}
|
|
1228
|
-
}, F = /* @__PURE__ */ l((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"),
|
|
1253
|
+
}, F = /* @__PURE__ */ l((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), et = /* @__PURE__ */ l((e, o, t) => {
|
|
1229
1254
|
t && (e[o] = t);
|
|
1230
|
-
}, "setOptionalTreeGridCssVariable"),
|
|
1255
|
+
}, "setOptionalTreeGridCssVariable"), nt = /* @__PURE__ */ l(({
|
|
1231
1256
|
width: e,
|
|
1232
1257
|
height: o,
|
|
1233
1258
|
treeGridTheme: t,
|
|
1234
1259
|
gridThemeConfig: c,
|
|
1235
1260
|
containerStyle: s,
|
|
1236
|
-
tableBorderRadius:
|
|
1261
|
+
tableBorderRadius: u
|
|
1237
1262
|
}) => {
|
|
1238
1263
|
const R = {
|
|
1239
1264
|
height: o,
|
|
1240
1265
|
"--owp-tree-grid-added-row-box-color": te,
|
|
1241
1266
|
width: e
|
|
1242
1267
|
};
|
|
1243
|
-
for (const { cssVariableName:
|
|
1244
|
-
|
|
1245
|
-
for (const { cssVariableName:
|
|
1246
|
-
R[
|
|
1247
|
-
return
|
|
1268
|
+
for (const { cssVariableName: O, getValue: g } of no)
|
|
1269
|
+
et(R, O, g(c));
|
|
1270
|
+
for (const { cssVariableName: O, getValue: g } of co)
|
|
1271
|
+
R[O] = g(t);
|
|
1272
|
+
return u !== void 0 && (R["--owp-tree-grid-table-border-radius"] = F(u)), {
|
|
1248
1273
|
...R,
|
|
1249
1274
|
...s
|
|
1250
1275
|
};
|
|
1251
1276
|
}, "createTreeGridThemeContainerStyle");
|
|
1252
1277
|
export {
|
|
1253
1278
|
B as TREE_GRID_ADDED_ROW_BOX_CELL_CLASS,
|
|
1254
|
-
|
|
1255
|
-
|
|
1279
|
+
Oe as TREE_GRID_ADDED_ROW_BOX_END_CLASS,
|
|
1280
|
+
De as TREE_GRID_ADDED_ROW_BOX_START_CLASS,
|
|
1256
1281
|
re as TREE_GRID_ERROR_CELL_CLASS,
|
|
1257
|
-
|
|
1282
|
+
ke as TREE_GRID_HOVER_CELL_BORDER_COLOR_CSS_VARIABLE,
|
|
1258
1283
|
be as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
|
|
1259
1284
|
oe as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
|
|
1260
1285
|
we as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
|
|
1261
1286
|
ge as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
|
|
1262
|
-
|
|
1287
|
+
Ie as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
|
|
1263
1288
|
n as TREE_GRID_STYLE_PREFIXES,
|
|
1264
|
-
|
|
1289
|
+
D as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
|
|
1265
1290
|
r as TREE_GRID_THEME_WRAPPER_CLASS,
|
|
1266
|
-
|
|
1267
|
-
|
|
1291
|
+
nt as createTreeGridThemeContainerStyle,
|
|
1292
|
+
at as treeGridThemeStyles
|
|
1268
1293
|
};
|
|
1269
1294
|
//# sourceMappingURL=treeGridTheme.js.map
|