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