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