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