@owp/core 2.5.34 → 2.5.35
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/index3.js +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.js +68 -62
- package/dist/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.js.map +1 -1
- package/dist/components/OwpDialog/OwpAlertDialog.js +19 -18
- package/dist/components/OwpDialog/OwpAlertDialog.js.map +1 -1
- package/dist/components/OwpDialog/OwpDialog.js +34 -31
- package/dist/components/OwpDialog/OwpDialog.js.map +1 -1
- package/dist/components/OwpDialog/internal/useDialogOpenFocusCleanup.js +18 -0
- package/dist/components/OwpDialog/internal/useDialogOpenFocusCleanup.js.map +1 -0
- package/dist/components/OwpErrorBoundary/OwpErrorBoundary.js +25 -15
- package/dist/components/OwpErrorBoundary/OwpErrorBoundary.js.map +1 -1
- package/dist/components/OwpLayout/OwpLayout.js.map +1 -1
- package/dist/components/OwpNumberField/OwpNumberField.js +45 -24
- package/dist/components/OwpNumberField/OwpNumberField.js.map +1 -1
- package/dist/components/OwpScrollbars/OwpScrollbars.js +79 -52
- package/dist/components/OwpScrollbars/OwpScrollbars.js.map +1 -1
- package/dist/components/OwpSelectorBase/OwpSelectorAutocomplete.js +157 -157
- package/dist/components/OwpSelectorBase/OwpSelectorAutocomplete.js.map +1 -1
- package/dist/components/OwpTable/OwpDataTable.js +377 -342
- package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
- package/dist/components/OwpTable/OwpTable.js +20 -19
- package/dist/components/OwpTable/OwpTable.js.map +1 -1
- package/dist/components/OwpTable/internal/OwpTableBase.js +81 -78
- package/dist/components/OwpTable/internal/OwpTableBase.js.map +1 -1
- package/dist/components/OwpTable/internal/treeGridTableStyle.js +88 -31
- package/dist/components/OwpTable/internal/treeGridTableStyle.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js +304 -262
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +282 -277
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
- package/dist/configs/layoutConfig.js +0 -6
- package/dist/configs/layoutConfig.js.map +1 -1
- package/dist/constants/treeGrid.js +59 -46
- package/dist/constants/treeGrid.js.map +1 -1
- package/dist/constants.js +18 -18
- package/dist/constants.js.map +1 -1
- package/dist/features/themePreview/dialogs/ThemePreviewDialog.js +15 -15
- package/dist/features/themePreview/dialogs/ThemePreviewDialog.js.map +1 -1
- package/dist/hooks/internal/useNavbar.js +4 -4
- package/dist/hooks/useConfirm.js +1 -1
- package/dist/hooks/useConfirm.js.map +1 -1
- package/dist/hooks/useOwpDialogs.js +19 -0
- package/dist/hooks/useOwpDialogs.js.map +1 -0
- package/dist/hooks.js +34 -32
- package/dist/hooks.js.map +1 -1
- package/dist/index.js +69 -71
- package/dist/index.js.map +1 -1
- package/dist/layout/Layout.js +23 -27
- package/dist/layout/Layout.js.map +1 -1
- package/dist/layout/components/layouts/FooterLayout.js.map +1 -1
- package/dist/layout/components/menus/PasswordChangeMenu.js +25 -25
- package/dist/layout/components/menus/PasswordChangeMenu.js.map +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js.map +1 -1
- package/dist/layout/components/toggles/NavigationShortcutsToggle.js +1 -1
- package/dist/layout/components/toggles/NavigationShortcutsToggle.js.map +1 -1
- package/dist/layout/components/toggles/ThemePreviewToggle.js +14 -14
- package/dist/layout/components/toggles/ThemePreviewToggle.js.map +1 -1
- package/dist/node_modules/.pnpm/inko@1.1.1/node_modules/inko/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/index.js +1 -1
- package/dist/owp-app.css +1 -1
- package/dist/types/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts +5 -3
- package/dist/types/components/OwpDialog/OwpAlertDialog.d.ts +1 -1
- package/dist/types/components/OwpDialog/internal/useDialogOpenFocusCleanup.d.ts +5 -0
- package/dist/types/components/OwpErrorBoundary/OwpErrorBoundary.d.ts +8 -14
- package/dist/types/components/OwpNumberField/OwpNumberField.d.ts +18 -4
- package/dist/types/components/OwpScrollbars/OwpScrollbars.d.ts +28 -14
- package/dist/types/components/OwpTable/internal/OwpTableBase.d.ts +3 -1
- package/dist/types/components/OwpTable/internal/treeGridTableStyle.d.ts +61 -2
- package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +2 -1
- package/dist/types/configs/layoutConfig.d.ts +0 -6
- package/dist/types/constants/index.d.ts +0 -1
- package/dist/types/constants/treeGrid.d.ts +9 -0
- package/dist/types/features/themePreview/dialogs/ThemePreviewDialog.d.ts +1 -1
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/useOwpDialogs.d.ts +5 -0
- package/dist/types/hooks/useOwpSettings.d.ts +0 -6
- package/dist/types/index.d.ts +0 -1
- package/dist/types/store/atoms/owpSettingsAtoms.d.ts +0 -6
- package/dist/types/types/OwpDialogTypes.d.ts +1 -0
- package/dist/types/types/OwpRouteTypes.d.ts +25 -0
- package/dist/types/types/index.d.ts +2 -0
- package/dist/types/utils/index.d.ts +0 -1
- package/dist/types/utils/internal/blurActiveElement.d.ts +4 -0
- package/dist/utils/internal/blurActiveElement.js +12 -0
- package/dist/utils/internal/blurActiveElement.js.map +1 -0
- package/dist/utils/{navigationUtils.js → internal/navigationUtils.js} +3 -3
- package/dist/utils/internal/navigationUtils.js.map +1 -0
- package/dist/utils.js +23 -25
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/dist/components/OwpEventEmitter/OwpEventEmitter.js +0 -51
- package/dist/components/OwpEventEmitter/OwpEventEmitter.js.map +0 -1
- package/dist/layout/components/layouts/LeftSideLayout.js +0 -13
- package/dist/layout/components/layouts/LeftSideLayout.js.map +0 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/array/some.js +0 -66
- package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/array/some.js.map +0 -1
- package/dist/node_modules/.pnpm/perfect-scrollbar@1.5.6/node_modules/perfect-scrollbar/css/perfect-scrollbar.css +0 -1
- package/dist/types/components/OwpEventEmitter/OwpEventEmitter.d.ts +0 -27
- package/dist/types/components/OwpEventEmitter/index.d.ts +0 -1
- package/dist/types/layout/components/layouts/LeftSideLayout.d.ts +0 -6
- package/dist/types/utils/common/OwpUtils.d.ts +0 -119
- package/dist/types/utils/common/index.d.ts +0 -1
- package/dist/utils/common/OwpUtils.js +0 -196
- package/dist/utils/common/OwpUtils.js.map +0 -1
- package/dist/utils/navigationUtils.js.map +0 -1
- /package/dist/types/utils/{navigationUtils.d.ts → internal/navigationUtils.d.ts} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
var
|
|
2
|
-
var t = (e, o) =>
|
|
3
|
-
import { TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as
|
|
4
|
-
import { DEFAULT_TABLE_RADIUS as
|
|
5
|
-
const r = "owp-tree-grid-theme",
|
|
1
|
+
var y = Object.defineProperty;
|
|
2
|
+
var t = (e, o) => y(e, "name", { value: o, configurable: !0 });
|
|
3
|
+
import { getTreeGridHeaderEdgeBorderColor as z, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as N, TREEGRID_FONT_FAMILY_STACK as B, TREEGRID_ERROR_CELL_BORDER_COLOR as W, TREEGRID_TABLE_BODY_BORDER_COLOR as j, TREEGRID_CELL_CHANGED_CLASS as s } from "../../../constants/treeGrid.js";
|
|
4
|
+
import { DEFAULT_TABLE_RADIUS as U } from "../../../constants/table.js";
|
|
5
|
+
const r = "owp-tree-grid-theme", Y = "owp-tree-grid-ready", $ = "owp-tree-grid-table-radius", X = "owp-tree-grid-panel-checkbox-select", K = "owp-tree-grid-select-all-checked", Q = "owp-tree-grid-select-all-indeterminate", q = "owp-tree-grid-select-all-unchecked", P = "owp-tree-grid-selected-changed-cell", J = "owp-tree-grid-error-cell", n = [
|
|
6
6
|
"TS",
|
|
7
7
|
"TW",
|
|
8
8
|
"TB",
|
|
@@ -19,7 +19,7 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
19
19
|
"CR",
|
|
20
20
|
"CP",
|
|
21
21
|
"CC"
|
|
22
|
-
],
|
|
22
|
+
], x = j, S = "1px", i = `var(--owp-tree-grid-table-border-radius, ${U})`, k = "var(--owp-tree-grid-header-edge-border-color, var(--owp-tree-grid-header-background-color, #586980))", I = "#757575", Z = "2px", ee = "2px", oe = `var(--owp-tree-grid-error-cell-border-color, ${W})`, F = [
|
|
23
23
|
"DefaultsLeft",
|
|
24
24
|
"DefaultsRight",
|
|
25
25
|
"DefaultsTop",
|
|
@@ -28,21 +28,21 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
28
28
|
"EnumRight",
|
|
29
29
|
"EnumTop",
|
|
30
30
|
"EnumBottom"
|
|
31
|
-
],
|
|
31
|
+
], b = /* @__PURE__ */ t((e) => `url("data:image/svg+xml,${encodeURIComponent(e)}")`, "createTreeGridSvgBackgroundImage"), re = b(
|
|
32
32
|
'<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>'
|
|
33
|
-
),
|
|
33
|
+
), te = b(
|
|
34
34
|
'<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>'
|
|
35
|
-
), H =
|
|
35
|
+
), H = b(
|
|
36
36
|
'<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>'
|
|
37
|
-
), M =
|
|
37
|
+
), M = b(
|
|
38
38
|
'<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>'
|
|
39
|
-
),
|
|
39
|
+
), le = b(
|
|
40
40
|
'<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>'
|
|
41
|
-
), T =
|
|
41
|
+
), T = b(
|
|
42
42
|
'<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>'
|
|
43
|
-
), L =
|
|
43
|
+
), L = b(
|
|
44
44
|
'<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>'
|
|
45
|
-
),
|
|
45
|
+
), ae = "var(--owp-tree-grid-header-background-color, #586980)", ce = "var(--owp-tree-grid-focused-cell-border-color, var(--owp-tree-grid-hover-cell-border-color, var(--owp-tree-grid-header-background-color, #586980)))", ne = [
|
|
46
46
|
{
|
|
47
47
|
cssVariableName: "--owp-tree-grid-body-background-color",
|
|
48
48
|
getValue: /* @__PURE__ */ t((e) => {
|
|
@@ -190,7 +190,7 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
190
190
|
return ((o = e == null ? void 0 : e.changed) == null ? void 0 : o.fontWeight) === void 0 ? void 0 : String(e.changed.fontWeight);
|
|
191
191
|
}, "getValue")
|
|
192
192
|
}
|
|
193
|
-
],
|
|
193
|
+
], de = [
|
|
194
194
|
{
|
|
195
195
|
cssVariableName: "--owp-tree-grid-header-background-color",
|
|
196
196
|
getValue: /* @__PURE__ */ t((e) => e.header.backgroundColor, "getValue")
|
|
@@ -201,7 +201,7 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
cssVariableName: "--owp-tree-grid-header-font-size",
|
|
204
|
-
getValue: /* @__PURE__ */ t((e) =>
|
|
204
|
+
getValue: /* @__PURE__ */ t((e) => h(e.header.fontSize), "getValue")
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
207
|
cssVariableName: "--owp-tree-grid-header-font-weight",
|
|
@@ -209,85 +209,85 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
209
209
|
},
|
|
210
210
|
{
|
|
211
211
|
cssVariableName: "--owp-tree-grid-header-height",
|
|
212
|
-
getValue: /* @__PURE__ */ t((e) =>
|
|
212
|
+
getValue: /* @__PURE__ */ t((e) => h(e.header.height), "getValue")
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
cssVariableName: "--owp-tree-grid-cell-font-size",
|
|
216
|
-
getValue: /* @__PURE__ */ t((e) =>
|
|
216
|
+
getValue: /* @__PURE__ */ t((e) => h(e.cell.fontSize), "getValue")
|
|
217
217
|
}
|
|
218
218
|
], p = /* @__PURE__ */ t((e, o) => ({
|
|
219
219
|
backgroundColor: `var(${e}, ${o}) !important`
|
|
220
|
-
}), "createTreeGridBackgroundColorStyle"),
|
|
220
|
+
}), "createTreeGridBackgroundColorStyle"), m = /* @__PURE__ */ t((e) => ({
|
|
221
221
|
backgroundColor: `var(${e}) !important`
|
|
222
222
|
}), "createTreeGridOptionalBackgroundColorStyle"), l = /* @__PURE__ */ t(({
|
|
223
223
|
wrapperSelector: e = `.${r}`,
|
|
224
224
|
rowSuffix: o,
|
|
225
225
|
suffixes: a,
|
|
226
226
|
descendant: c = "",
|
|
227
|
-
withChildren:
|
|
228
|
-
}) =>
|
|
227
|
+
withChildren: d = !1
|
|
228
|
+
}) => n.flatMap((u) => a.flatMap((C) => {
|
|
229
229
|
const v = o ? ` .${u}${o}` : "", w = `${e}${v} .${u}${C}${c}`;
|
|
230
|
-
return
|
|
230
|
+
return d ? [w, `${w} *`] : [w];
|
|
231
231
|
})).join(", "), "createTreeGridSelectors"), R = /* @__PURE__ */ t(({
|
|
232
232
|
wrapperSelector: e = `.${r}`,
|
|
233
233
|
ancestorSuffixes: o,
|
|
234
234
|
suffixes: a,
|
|
235
235
|
descendant: c = ""
|
|
236
|
-
}) =>
|
|
237
|
-
wrapperSelector:
|
|
236
|
+
}) => n.flatMap((d) => o.flatMap((u) => a.map((C) => `${e} .${d}${u} .${d}${C}${c}`))).join(", "), "createTreeGridNestedSelectors"), E = `.${r}.${X}`, se = `${E}.${K}`, ie = `${E}.${Q}`, pe = `${E}.${q}`, ue = l({
|
|
237
|
+
wrapperSelector: E,
|
|
238
238
|
suffixes: ["PanelSelect"]
|
|
239
|
-
}),
|
|
240
|
-
wrapperSelector:
|
|
239
|
+
}), Ce = l({
|
|
240
|
+
wrapperSelector: E,
|
|
241
241
|
suffixes: ["PanelSelectOn"]
|
|
242
|
-
}),
|
|
243
|
-
wrapperSelector:
|
|
242
|
+
}), Se = R({
|
|
243
|
+
wrapperSelector: E,
|
|
244
244
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
245
245
|
suffixes: ["PanelSelect"]
|
|
246
|
-
}),
|
|
247
|
-
wrapperSelector:
|
|
246
|
+
}), be = R({
|
|
247
|
+
wrapperSelector: E,
|
|
248
248
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
249
249
|
suffixes: ["PanelSelectOn"]
|
|
250
|
-
}),
|
|
251
|
-
wrapperSelector:
|
|
250
|
+
}), ge = R({
|
|
251
|
+
wrapperSelector: se,
|
|
252
252
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
253
253
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
254
|
-
}),
|
|
255
|
-
wrapperSelector:
|
|
254
|
+
}), we = R({
|
|
255
|
+
wrapperSelector: ie,
|
|
256
256
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
257
257
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
258
|
-
}),
|
|
259
|
-
wrapperSelector:
|
|
258
|
+
}), $e = R({
|
|
259
|
+
wrapperSelector: pe,
|
|
260
260
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
261
261
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
262
|
-
}),
|
|
262
|
+
}), Ee = l({
|
|
263
263
|
suffixes: ["Filter0"]
|
|
264
|
-
}),
|
|
264
|
+
}), ke = l({
|
|
265
265
|
suffixes: ["Filter1"]
|
|
266
|
-
}),
|
|
266
|
+
}), me = l({
|
|
267
267
|
suffixes: ["Main"],
|
|
268
268
|
withChildren: !0
|
|
269
|
-
}),
|
|
269
|
+
}), Re = l({
|
|
270
270
|
suffixes: ["Main"]
|
|
271
|
-
}),
|
|
271
|
+
}), ve = l({
|
|
272
272
|
suffixes: ["ClassReadOnly"],
|
|
273
273
|
withChildren: !0
|
|
274
|
-
}),
|
|
274
|
+
}), fe = l({
|
|
275
275
|
suffixes: ["MainTable"]
|
|
276
|
-
}),
|
|
276
|
+
}), he = l({
|
|
277
277
|
suffixes: ["NoDataRow"]
|
|
278
|
-
}),
|
|
278
|
+
}), Fe = `.${r}`, O = `.${r}.${Y}`, Ge = `${O}:not(.${$})::before`, xe = n.map((e) => `.${r}.${$} .${e}MainTable`).join(", "), De = `${O}.${$}::before`, _e = n.map((e) => `.${r}:not(.${$}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Be = n.map((e) => `.${r}.${$} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Ie = n.map((e) => `.${r}.${$} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), He = n.map((e) => `.${r}.${$} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), Me = l({
|
|
279
279
|
suffixes: ["FillRow"]
|
|
280
|
-
}),
|
|
280
|
+
}), Te = l({
|
|
281
281
|
suffixes: ["SolidRow"]
|
|
282
|
-
}),
|
|
282
|
+
}), Le = n.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), Ve = l({
|
|
283
283
|
suffixes: ["ColorDefault"]
|
|
284
|
-
}),
|
|
284
|
+
}), Pe = l({
|
|
285
285
|
suffixes: ["ColorDefaultRow"]
|
|
286
|
-
}),
|
|
286
|
+
}), Oe = l({
|
|
287
287
|
rowSuffix: "HeaderRow",
|
|
288
288
|
suffixes: ["CellHeader", "CellIndex", "GanttHeaderBase", "LevelButton"],
|
|
289
289
|
withChildren: !0
|
|
290
|
-
}),
|
|
290
|
+
}), Ae = l({
|
|
291
291
|
rowSuffix: "HeaderRow",
|
|
292
292
|
suffixes: [
|
|
293
293
|
"CellHeader",
|
|
@@ -300,38 +300,38 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
300
300
|
"HeaderFocus",
|
|
301
301
|
"HeaderDrag"
|
|
302
302
|
]
|
|
303
|
-
}),
|
|
303
|
+
}), ye = l({
|
|
304
304
|
suffixes: ["ColorHovered"]
|
|
305
|
-
}),
|
|
305
|
+
}), ze = l({
|
|
306
306
|
suffixes: ["ColorHoveredRow"]
|
|
307
|
-
}),
|
|
307
|
+
}), Ne = l({
|
|
308
308
|
suffixes: ["HoverRowBorder"]
|
|
309
|
-
}),
|
|
309
|
+
}), We = l({
|
|
310
310
|
suffixes: ["ColorSelected", "ColorSelectedCell"]
|
|
311
|
-
}),
|
|
311
|
+
}), je = l({
|
|
312
312
|
suffixes: ["ColorSelected", "ColorSelectedCell"],
|
|
313
313
|
descendant: " *"
|
|
314
|
-
}),
|
|
314
|
+
}), Ue = l({
|
|
315
315
|
suffixes: ["ColorSelectedRow"]
|
|
316
|
-
}),
|
|
316
|
+
}), Ye = l({
|
|
317
317
|
suffixes: ["ColorFocused"]
|
|
318
|
-
}),
|
|
318
|
+
}), Xe = l({
|
|
319
319
|
suffixes: ["ColorFocusedRow"]
|
|
320
|
-
}),
|
|
320
|
+
}), Ke = l({
|
|
321
321
|
suffixes: ["FocusRowBorder"]
|
|
322
|
-
}),
|
|
322
|
+
}), Qe = l({
|
|
323
323
|
suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
|
|
324
|
-
}),
|
|
324
|
+
}), qe = l({
|
|
325
325
|
suffixes: ["HoverCellBorder"]
|
|
326
|
-
}),
|
|
326
|
+
}), Je = l({
|
|
327
327
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
|
|
328
|
-
}),
|
|
328
|
+
}), Ze = l({
|
|
329
329
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
|
|
330
330
|
descendant: " *"
|
|
331
|
-
}),
|
|
331
|
+
}), eo = R({
|
|
332
332
|
ancestorSuffixes: ["HoverCellBorder"],
|
|
333
333
|
suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
|
|
334
|
-
}),
|
|
334
|
+
}), oo = l({
|
|
335
335
|
suffixes: [
|
|
336
336
|
"ColorHoveredCellSpace",
|
|
337
337
|
"ColorHoveredCellSpaceEdit",
|
|
@@ -345,18 +345,18 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
345
345
|
"ColorHoveredCellTab",
|
|
346
346
|
"ColorHoveredCellTab1"
|
|
347
347
|
]
|
|
348
|
-
}),
|
|
348
|
+
}), ro = l({
|
|
349
349
|
suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
|
|
350
|
-
}),
|
|
350
|
+
}), to = l({
|
|
351
351
|
suffixes: ["ColorFocusedCellRect"]
|
|
352
|
-
}),
|
|
352
|
+
}), lo = l({
|
|
353
353
|
suffixes: ["FocusCellBorder"]
|
|
354
|
-
}),
|
|
354
|
+
}), ao = l({
|
|
355
355
|
suffixes: ["FocusCellCorner"]
|
|
356
|
-
}),
|
|
356
|
+
}), co = l({
|
|
357
357
|
suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
|
|
358
358
|
descendant: " > div"
|
|
359
|
-
}), A = `.${r} .${
|
|
359
|
+
}), A = `.${r} .${J}`, no = `${A}::after`, so = l({
|
|
360
360
|
suffixes: [
|
|
361
361
|
"ColorFocusedCellSafari",
|
|
362
362
|
"ColorFocusedCellSpace",
|
|
@@ -365,24 +365,24 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
365
365
|
"ColorFocusedCellSpaceBool",
|
|
366
366
|
"ColorFocusedCellButton"
|
|
367
367
|
]
|
|
368
|
-
}),
|
|
368
|
+
}), io = l({
|
|
369
369
|
suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
|
|
370
370
|
descendant: " > div"
|
|
371
|
-
}),
|
|
371
|
+
}), po = l({
|
|
372
372
|
suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
|
|
373
373
|
descendant: " u"
|
|
374
|
-
}),
|
|
374
|
+
}), uo = l({
|
|
375
375
|
suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
|
|
376
|
-
}),
|
|
376
|
+
}), Co = l({
|
|
377
377
|
suffixes: ["ColorChangedCell"]
|
|
378
|
-
}),
|
|
379
|
-
const o = `${e}ClassFocusedCell`, a = `.${r} .${
|
|
378
|
+
}), So = n.flatMap((e) => {
|
|
379
|
+
const o = `${e}ClassFocusedCell`, a = `.${r} .${s}:not(.${o})`;
|
|
380
380
|
return [
|
|
381
381
|
a,
|
|
382
382
|
`${a} *:not(.${o})`
|
|
383
383
|
];
|
|
384
|
-
}).join(", "),
|
|
385
|
-
const o = `.${r} .${
|
|
384
|
+
}).join(", "), bo = n.flatMap((e) => {
|
|
385
|
+
const o = `.${r} .${s}`, a = `.${r} .${s}.${P}`;
|
|
386
386
|
return [
|
|
387
387
|
`${e}ColorSelected`,
|
|
388
388
|
`${e}ColorSelectedCell`,
|
|
@@ -390,16 +390,16 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
390
390
|
`${e}ClassSelected`,
|
|
391
391
|
`${e}ClassSelectedCell`,
|
|
392
392
|
`${e}ClassSelectedRow`
|
|
393
|
-
].flatMap((
|
|
393
|
+
].flatMap((d) => [
|
|
394
394
|
a,
|
|
395
395
|
`${a} *`,
|
|
396
|
-
`${o}.${
|
|
397
|
-
`${o}.${
|
|
398
|
-
`.${r} .${
|
|
399
|
-
`.${r} .${
|
|
396
|
+
`${o}.${d}`,
|
|
397
|
+
`${o}.${d} *`,
|
|
398
|
+
`.${r} .${d} ${o}`,
|
|
399
|
+
`.${r} .${d} ${o} *`
|
|
400
400
|
]);
|
|
401
|
-
}).join(", "),
|
|
402
|
-
const o = `.${r} .${
|
|
401
|
+
}).join(", "), go = n.flatMap((e) => {
|
|
402
|
+
const o = `.${r} .${s}`;
|
|
403
403
|
return [
|
|
404
404
|
`${e}ClassFocusedCell`,
|
|
405
405
|
`${e}ColorFocusedCell`,
|
|
@@ -410,19 +410,19 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
410
410
|
`.${r} .${c} ${o}`,
|
|
411
411
|
`.${r} .${c} ${o} *`
|
|
412
412
|
]);
|
|
413
|
-
}).join(", "),
|
|
414
|
-
const o = `.${r} .${
|
|
413
|
+
}).join(", "), wo = n.flatMap((e) => {
|
|
414
|
+
const o = `.${r} .${s}`, a = `${e}HiddenValue`;
|
|
415
415
|
return [
|
|
416
416
|
`${o}.${a}`,
|
|
417
417
|
`${o}.${a} *`,
|
|
418
418
|
`.${r} .${a} ${o}`,
|
|
419
419
|
`.${r} .${a} ${o} *`
|
|
420
420
|
];
|
|
421
|
-
}).join(", "),
|
|
421
|
+
}).join(", "), $o = `var(--owp-tree-grid-changed-font-weight, ${N}) !important`, Eo = l({
|
|
422
422
|
suffixes: ["EditCellBorder"]
|
|
423
|
-
}),
|
|
423
|
+
}), ko = l({
|
|
424
424
|
suffixes: ["EditCellCorner"]
|
|
425
|
-
}),
|
|
425
|
+
}), mo = [
|
|
426
426
|
`.${r} .TSMain .TSDateLeft`,
|
|
427
427
|
`.${r} .TSMain .TSDatesLeft`,
|
|
428
428
|
`.${r} .TSMain .TSDateRight`,
|
|
@@ -431,16 +431,16 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
431
431
|
`.${r} .TSMain .TSDatesTop`,
|
|
432
432
|
`.${r} .TSMain .TSDateBottom`,
|
|
433
433
|
`.${r} .TSMain .TSDatesBottom`
|
|
434
|
-
].join(", "),
|
|
435
|
-
`.${r} .TSMain .${
|
|
436
|
-
`.${r} .TSMain .${
|
|
437
|
-
`.${r} .TSMain .${
|
|
438
|
-
`.${r} .TSMain .${
|
|
439
|
-
`.${r} .TSMain .${
|
|
440
|
-
`.${r} .TSMain .${
|
|
441
|
-
`.${r} .TSMain .${
|
|
442
|
-
`.${r} .TSMain .${
|
|
443
|
-
].join(", "),
|
|
434
|
+
].join(", "), Ro = [
|
|
435
|
+
`.${r} .TSMain .${s}.TSDateLeft`,
|
|
436
|
+
`.${r} .TSMain .${s}.TSDatesLeft`,
|
|
437
|
+
`.${r} .TSMain .${s}.TSDateRight`,
|
|
438
|
+
`.${r} .TSMain .${s}.TSDatesRight`,
|
|
439
|
+
`.${r} .TSMain .${s}.TSDateTop`,
|
|
440
|
+
`.${r} .TSMain .${s}.TSDatesTop`,
|
|
441
|
+
`.${r} .TSMain .${s}.TSDateBottom`,
|
|
442
|
+
`.${r} .TSMain .${s}.TSDatesBottom`
|
|
443
|
+
].join(", "), vo = [
|
|
444
444
|
"DateLeft",
|
|
445
445
|
"DatesLeft",
|
|
446
446
|
"DateRight",
|
|
@@ -449,23 +449,23 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
449
449
|
"DatesTop",
|
|
450
450
|
"DateBottom",
|
|
451
451
|
"DatesBottom"
|
|
452
|
-
].flatMap((e) =>
|
|
453
|
-
const a = `.${r} .${
|
|
452
|
+
].flatMap((e) => n.flatMap((o) => {
|
|
453
|
+
const a = `.${r} .${s}.${o}${e}`;
|
|
454
454
|
return [
|
|
455
455
|
`${o}ClassFocusedCell`,
|
|
456
456
|
`${o}ColorFocusedCell`,
|
|
457
457
|
`${o}ColorFocusedCellRelative`
|
|
458
|
-
].flatMap((
|
|
459
|
-
`${a}.${
|
|
460
|
-
`.${r} .${
|
|
458
|
+
].flatMap((d) => [
|
|
459
|
+
`${a}.${d}`,
|
|
460
|
+
`.${r} .${d} ${a}`
|
|
461
461
|
]);
|
|
462
|
-
})).join(", "),
|
|
462
|
+
})).join(", "), _ = '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")', fo = _.replace(
|
|
463
463
|
"%23757575",
|
|
464
464
|
"white"
|
|
465
|
-
), V =
|
|
465
|
+
), V = b(
|
|
466
466
|
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#000" d="M4.5 6.25h7L8 9.75z"/></svg>'
|
|
467
|
-
),
|
|
468
|
-
const a = G(e, o), c = `.${r} .${
|
|
467
|
+
), g = /* @__PURE__ */ t((e, o) => n.flatMap((a) => e.flatMap((c) => o(a, c))).join(", "), "createTreeGridEnumButtonIconSelector"), G = /* @__PURE__ */ t((e, o) => `.${r} .${s}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), f = /* @__PURE__ */ t((e, o) => `${G(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), ho = /* @__PURE__ */ t((e, o) => {
|
|
468
|
+
const a = G(e, o), c = `.${r} .${s}.${P}.${e}${o}`, d = [
|
|
469
469
|
`${e}ColorSelected`,
|
|
470
470
|
`${e}ColorSelectedCell`,
|
|
471
471
|
`${e}ColorSelectedRow`,
|
|
@@ -475,54 +475,54 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
475
475
|
];
|
|
476
476
|
return [
|
|
477
477
|
c,
|
|
478
|
-
...
|
|
478
|
+
...d.flatMap((u) => [
|
|
479
479
|
`${a}.${u}`,
|
|
480
480
|
`.${r} .${u} ${a}`
|
|
481
481
|
])
|
|
482
482
|
];
|
|
483
|
-
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"),
|
|
483
|
+
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Fo = /* @__PURE__ */ t((e, o) => {
|
|
484
484
|
const a = G(e, o);
|
|
485
485
|
return [
|
|
486
486
|
`${e}ClassFocusedCell`,
|
|
487
487
|
`${e}ColorFocusedCell`,
|
|
488
488
|
`${e}ColorFocusedCellRelative`
|
|
489
|
-
].flatMap((
|
|
490
|
-
`${a}.${
|
|
491
|
-
`.${r} .${
|
|
489
|
+
].flatMap((d) => [
|
|
490
|
+
`${a}.${d}`,
|
|
491
|
+
`.${r} .${d} ${a}`
|
|
492
492
|
]);
|
|
493
|
-
}, "createTreeGridFocusedChangedEnumButtonCellSelectors"),
|
|
494
|
-
|
|
493
|
+
}, "createTreeGridFocusedChangedEnumButtonCellSelectors"), Go = g(
|
|
494
|
+
F,
|
|
495
495
|
(e, o) => [G(e, o)]
|
|
496
|
-
),
|
|
497
|
-
|
|
496
|
+
), xo = g(
|
|
497
|
+
F,
|
|
498
498
|
(e, o) => [f(e, o)]
|
|
499
|
-
),
|
|
500
|
-
|
|
501
|
-
(e, o) =>
|
|
499
|
+
), Do = g(
|
|
500
|
+
F,
|
|
501
|
+
(e, o) => ho(e, o).map(
|
|
502
502
|
(a) => `${a}::after`
|
|
503
503
|
)
|
|
504
|
-
),
|
|
505
|
-
|
|
506
|
-
(e, o) =>
|
|
504
|
+
), _o = g(
|
|
505
|
+
F,
|
|
506
|
+
(e, o) => Fo(e, o).map(
|
|
507
507
|
(a) => `${a}::after`
|
|
508
508
|
)
|
|
509
|
-
),
|
|
509
|
+
), Bo = g(
|
|
510
510
|
["DefaultsLeft", "EnumLeft"],
|
|
511
511
|
(e, o) => [f(e, o)]
|
|
512
|
-
),
|
|
512
|
+
), Io = g(
|
|
513
513
|
["DefaultsRight", "EnumRight"],
|
|
514
514
|
(e, o) => [f(e, o)]
|
|
515
|
-
),
|
|
515
|
+
), Ho = g(
|
|
516
516
|
["DefaultsTop", "EnumTop"],
|
|
517
517
|
(e, o) => [f(e, o)]
|
|
518
|
-
),
|
|
518
|
+
), Mo = g(
|
|
519
519
|
["DefaultsBottom", "EnumBottom"],
|
|
520
520
|
(e, o) => [f(e, o)]
|
|
521
|
-
),
|
|
522
|
-
`.${r} .${
|
|
523
|
-
`.${r} .${
|
|
524
|
-
].join(", "),
|
|
525
|
-
const o = `.${r} .${
|
|
521
|
+
), D = '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")', To = `.${r} .OwpTreeGridTimePickerEditorIcon`, Lo = [
|
|
522
|
+
`.${r} .${s} .OwpTreeGridTimePickerEditorIcon`,
|
|
523
|
+
`.${r} .${s}.OwpTreeGridTimePickerEditorIcon`
|
|
524
|
+
].join(", "), Vo = n.flatMap((e) => {
|
|
525
|
+
const o = `.${r} .${s}`;
|
|
526
526
|
return [
|
|
527
527
|
`${e}ClassFocusedCell`,
|
|
528
528
|
`${e}ColorFocusedCell`,
|
|
@@ -533,77 +533,77 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
533
533
|
`.${r} .${c} ${o} .OwpTreeGridTimePickerEditorIcon`,
|
|
534
534
|
`.${r} .${c} ${o}.OwpTreeGridTimePickerEditorIcon`
|
|
535
535
|
]);
|
|
536
|
-
}).join(", "),
|
|
536
|
+
}).join(", "), Po = n.map(
|
|
537
537
|
(e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
|
|
538
|
-
).join(", "),
|
|
538
|
+
).join(", "), Oo = n.map(
|
|
539
539
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
|
|
540
|
-
).join(", "),
|
|
540
|
+
).join(", "), Ao = n.map(
|
|
541
541
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
|
|
542
|
-
).join(", "),
|
|
542
|
+
).join(", "), yo = n.map(
|
|
543
543
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
|
|
544
|
-
).join(", "),
|
|
544
|
+
).join(", "), zo = n.map(
|
|
545
545
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
|
|
546
|
-
).join(", "),
|
|
546
|
+
).join(", "), No = n.map(
|
|
547
547
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
|
|
548
|
-
).join(", "),
|
|
549
|
-
[
|
|
550
|
-
fontFamily: `${
|
|
548
|
+
).join(", "), Xo = {
|
|
549
|
+
[me]: {
|
|
550
|
+
fontFamily: `${B} !important`,
|
|
551
551
|
fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
|
|
552
552
|
fontWeight: "normal",
|
|
553
553
|
lineHeight: "16px"
|
|
554
554
|
},
|
|
555
|
-
[
|
|
555
|
+
[Re]: {
|
|
556
556
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
557
557
|
},
|
|
558
|
-
[
|
|
558
|
+
[ve]: {
|
|
559
559
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
560
560
|
},
|
|
561
|
-
[
|
|
561
|
+
[fe]: p(
|
|
562
562
|
"--owp-tree-grid-body-background-color",
|
|
563
563
|
"#FFFFFF"
|
|
564
564
|
),
|
|
565
|
-
[
|
|
566
|
-
borderTopColor: `${
|
|
565
|
+
[he]: {
|
|
566
|
+
borderTopColor: `${x} !important`
|
|
567
567
|
},
|
|
568
|
-
[
|
|
569
|
-
backgroundImage: `${
|
|
568
|
+
[ue]: {
|
|
569
|
+
backgroundImage: `${re} !important`,
|
|
570
570
|
backgroundPosition: "center center !important",
|
|
571
571
|
backgroundRepeat: "no-repeat !important",
|
|
572
572
|
backgroundSize: "17px 17px !important"
|
|
573
573
|
},
|
|
574
|
-
[
|
|
575
|
-
backgroundImage: `${
|
|
574
|
+
[Ce]: {
|
|
575
|
+
backgroundImage: `${te} !important`,
|
|
576
576
|
backgroundPosition: "center center !important",
|
|
577
577
|
backgroundRepeat: "no-repeat !important",
|
|
578
578
|
backgroundSize: "17px 17px !important"
|
|
579
579
|
},
|
|
580
|
-
[
|
|
580
|
+
[Se]: {
|
|
581
581
|
backgroundImage: `${H} !important`,
|
|
582
582
|
backgroundPosition: "center center !important",
|
|
583
583
|
backgroundRepeat: "no-repeat !important",
|
|
584
584
|
backgroundSize: "17px 17px !important"
|
|
585
585
|
},
|
|
586
|
-
[
|
|
586
|
+
[be]: {
|
|
587
587
|
backgroundImage: `${M} !important`,
|
|
588
588
|
backgroundPosition: "center center !important",
|
|
589
589
|
backgroundRepeat: "no-repeat !important",
|
|
590
590
|
backgroundSize: "17px 17px !important"
|
|
591
591
|
},
|
|
592
|
-
[
|
|
592
|
+
[ge]: {
|
|
593
593
|
backgroundImage: `${M} !important`
|
|
594
594
|
},
|
|
595
|
-
[
|
|
596
|
-
backgroundImage: `${
|
|
595
|
+
[we]: {
|
|
596
|
+
backgroundImage: `${le} !important`
|
|
597
597
|
},
|
|
598
|
-
[
|
|
598
|
+
[$e]: {
|
|
599
599
|
backgroundImage: `${H} !important`
|
|
600
600
|
},
|
|
601
|
-
[
|
|
601
|
+
[Ee]: {
|
|
602
602
|
WebkitMaskImage: `${T} !important`,
|
|
603
603
|
WebkitMaskPosition: "center center !important",
|
|
604
604
|
WebkitMaskRepeat: "no-repeat !important",
|
|
605
605
|
WebkitMaskSize: "17px 17px !important",
|
|
606
|
-
backgroundColor: `${
|
|
606
|
+
backgroundColor: `${ae} !important`,
|
|
607
607
|
backgroundImage: "none !important",
|
|
608
608
|
height: "17px !important",
|
|
609
609
|
maskImage: `${T} !important`,
|
|
@@ -613,12 +613,12 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
613
613
|
opacity: 0.72,
|
|
614
614
|
width: "17px !important"
|
|
615
615
|
},
|
|
616
|
-
[
|
|
616
|
+
[ke]: {
|
|
617
617
|
WebkitMaskImage: `${L} !important`,
|
|
618
618
|
WebkitMaskPosition: "center center !important",
|
|
619
619
|
WebkitMaskRepeat: "no-repeat !important",
|
|
620
620
|
WebkitMaskSize: "17px 17px !important",
|
|
621
|
-
backgroundColor: `${
|
|
621
|
+
backgroundColor: `${ce} !important`,
|
|
622
622
|
backgroundImage: "none !important",
|
|
623
623
|
height: "17px !important",
|
|
624
624
|
maskImage: `${L} !important`,
|
|
@@ -628,20 +628,20 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
628
628
|
opacity: 1,
|
|
629
629
|
width: "17px !important"
|
|
630
630
|
},
|
|
631
|
-
[
|
|
632
|
-
backgroundImage: `${
|
|
631
|
+
[mo]: {
|
|
632
|
+
backgroundImage: `${_} !important`
|
|
633
633
|
},
|
|
634
|
-
[
|
|
635
|
-
backgroundImage: `${
|
|
634
|
+
[Ro]: {
|
|
635
|
+
backgroundImage: `${fo} !important`
|
|
636
636
|
},
|
|
637
|
-
[
|
|
638
|
-
backgroundImage: `${
|
|
637
|
+
[vo]: {
|
|
638
|
+
backgroundImage: `${_} !important`
|
|
639
639
|
},
|
|
640
|
-
[
|
|
640
|
+
[Go]: {
|
|
641
641
|
backgroundImage: "none !important",
|
|
642
642
|
position: "relative"
|
|
643
643
|
},
|
|
644
|
-
[
|
|
644
|
+
[xo]: {
|
|
645
645
|
WebkitMaskImage: `${V} !important`,
|
|
646
646
|
WebkitMaskPosition: "center center !important",
|
|
647
647
|
WebkitMaskRepeat: "no-repeat !important",
|
|
@@ -659,34 +659,34 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
659
659
|
position: "absolute",
|
|
660
660
|
width: "16px"
|
|
661
661
|
},
|
|
662
|
-
[
|
|
662
|
+
[Do]: {
|
|
663
663
|
backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
664
664
|
},
|
|
665
|
-
[
|
|
666
|
-
backgroundColor: `${
|
|
665
|
+
[_o]: {
|
|
666
|
+
backgroundColor: `${I} !important`
|
|
667
667
|
},
|
|
668
|
-
[
|
|
668
|
+
[Bo]: {
|
|
669
669
|
left: "4px",
|
|
670
670
|
top: "50%",
|
|
671
671
|
transform: "translateY(-50%)"
|
|
672
672
|
},
|
|
673
|
-
[
|
|
673
|
+
[Io]: {
|
|
674
674
|
right: "4px",
|
|
675
675
|
top: "50%",
|
|
676
676
|
transform: "translateY(-50%)"
|
|
677
677
|
},
|
|
678
|
-
[
|
|
678
|
+
[Ho]: {
|
|
679
679
|
left: "50%",
|
|
680
680
|
top: "0",
|
|
681
681
|
transform: "translateX(-50%)"
|
|
682
682
|
},
|
|
683
|
-
[
|
|
683
|
+
[Mo]: {
|
|
684
684
|
bottom: "0",
|
|
685
685
|
left: "50%",
|
|
686
686
|
transform: "translateX(-50%)"
|
|
687
687
|
},
|
|
688
|
-
[
|
|
689
|
-
backgroundImage:
|
|
688
|
+
[To]: {
|
|
689
|
+
backgroundImage: D,
|
|
690
690
|
backgroundPosition: "center calc(50% - 1px)",
|
|
691
691
|
backgroundRepeat: "no-repeat",
|
|
692
692
|
backgroundSize: "16px 16px",
|
|
@@ -697,61 +697,56 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
697
697
|
verticalAlign: "middle",
|
|
698
698
|
width: "16px"
|
|
699
699
|
},
|
|
700
|
-
[
|
|
701
|
-
WebkitMaskImage:
|
|
700
|
+
[Lo]: {
|
|
701
|
+
WebkitMaskImage: D,
|
|
702
702
|
WebkitMaskPosition: "center calc(50% - 1px)",
|
|
703
703
|
WebkitMaskRepeat: "no-repeat",
|
|
704
704
|
WebkitMaskSize: "16px 16px",
|
|
705
705
|
backgroundColor: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
|
|
706
706
|
backgroundImage: "none !important",
|
|
707
|
-
maskImage:
|
|
707
|
+
maskImage: D,
|
|
708
708
|
maskPosition: "center calc(50% - 1px)",
|
|
709
709
|
maskRepeat: "no-repeat",
|
|
710
710
|
maskSize: "16px 16px"
|
|
711
711
|
},
|
|
712
|
-
[
|
|
713
|
-
backgroundColor: `${
|
|
712
|
+
[Vo]: {
|
|
713
|
+
backgroundColor: `${I} !important`
|
|
714
714
|
},
|
|
715
|
-
[
|
|
715
|
+
[Po]: {
|
|
716
716
|
scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
|
|
717
717
|
scrollbarWidth: "thin"
|
|
718
718
|
},
|
|
719
|
-
[
|
|
719
|
+
[Oo]: {
|
|
720
720
|
height: "8px",
|
|
721
721
|
width: "8px"
|
|
722
722
|
},
|
|
723
|
-
[
|
|
723
|
+
[Ao]: {
|
|
724
724
|
backgroundClip: "padding-box",
|
|
725
725
|
backgroundColor: "rgba(0, 0, 0, 0.32)",
|
|
726
726
|
border: "2px solid transparent",
|
|
727
727
|
borderRadius: "8px"
|
|
728
728
|
},
|
|
729
|
-
[
|
|
729
|
+
[yo]: {
|
|
730
730
|
backgroundColor: "rgba(0, 0, 0, 0.44)"
|
|
731
731
|
},
|
|
732
|
-
[
|
|
732
|
+
[zo]: {
|
|
733
733
|
backgroundColor: "transparent"
|
|
734
734
|
},
|
|
735
|
-
[
|
|
735
|
+
[No]: {
|
|
736
736
|
backgroundColor: "transparent"
|
|
737
737
|
},
|
|
738
|
-
[
|
|
738
|
+
[Fe]: {
|
|
739
739
|
position: "relative"
|
|
740
740
|
},
|
|
741
|
-
[
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
overflow: "hidden"
|
|
746
|
-
},
|
|
747
|
-
[ve]: {
|
|
748
|
-
border: `${g} solid ${E}`,
|
|
741
|
+
[Ge]: {
|
|
742
|
+
borderLeft: `${S} solid ${k}`,
|
|
743
|
+
borderRight: `${S} solid ${k}`,
|
|
744
|
+
borderTop: `${S} solid ${k}`,
|
|
749
745
|
borderBottom: 0,
|
|
750
|
-
borderRadius: `${n} ${n} 0 0`,
|
|
751
746
|
boxSizing: "border-box",
|
|
752
747
|
content: '""',
|
|
753
748
|
display: "block",
|
|
754
|
-
height:
|
|
749
|
+
height: "var(--owp-tree-grid-header-frame-height, var(--owp-tree-grid-header-height, 33px))",
|
|
755
750
|
left: 0,
|
|
756
751
|
pointerEvents: "none",
|
|
757
752
|
position: "absolute",
|
|
@@ -759,37 +754,46 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
759
754
|
top: 0,
|
|
760
755
|
zIndex: 2
|
|
761
756
|
},
|
|
762
|
-
[
|
|
763
|
-
|
|
764
|
-
|
|
757
|
+
[xe]: {
|
|
758
|
+
borderBottom: "0 !important",
|
|
759
|
+
borderRadius: `${i} ${i} 0 0`,
|
|
760
|
+
clipPath: `inset(0 round ${i} ${i} 0 0)`,
|
|
761
|
+
overflow: "hidden"
|
|
762
|
+
},
|
|
763
|
+
[De]: {
|
|
764
|
+
borderLeft: `${S} solid ${k}`,
|
|
765
|
+
borderRight: `${S} solid ${k}`,
|
|
766
|
+
borderTop: `${S} solid ${k}`,
|
|
767
|
+
borderBottom: 0,
|
|
768
|
+
borderRadius: `${i} ${i} 0 0`,
|
|
765
769
|
boxSizing: "border-box",
|
|
766
770
|
content: '""',
|
|
767
771
|
display: "block",
|
|
768
|
-
height:
|
|
772
|
+
height: "var(--owp-tree-grid-header-frame-height, var(--owp-tree-grid-header-height, 33px))",
|
|
769
773
|
left: 0,
|
|
770
774
|
pointerEvents: "none",
|
|
771
775
|
position: "absolute",
|
|
772
|
-
right:
|
|
773
|
-
top:
|
|
776
|
+
right: S,
|
|
777
|
+
top: 0,
|
|
774
778
|
zIndex: 2
|
|
775
779
|
},
|
|
776
|
-
[
|
|
777
|
-
borderTop: `${
|
|
780
|
+
[_e]: {
|
|
781
|
+
borderTop: `${S} solid ${x} !important`
|
|
778
782
|
},
|
|
779
|
-
[
|
|
783
|
+
[Be]: {
|
|
780
784
|
borderTopColor: "transparent !important",
|
|
781
785
|
overflow: "visible",
|
|
782
786
|
position: "relative"
|
|
783
787
|
},
|
|
784
|
-
[
|
|
785
|
-
border: `${
|
|
786
|
-
borderBottomLeftRadius:
|
|
787
|
-
borderBottomRightRadius:
|
|
788
|
+
[Ie]: {
|
|
789
|
+
border: `${S} solid ${x}`,
|
|
790
|
+
borderBottomLeftRadius: i,
|
|
791
|
+
borderBottomRightRadius: i,
|
|
788
792
|
borderTop: 0,
|
|
789
793
|
boxSizing: "border-box",
|
|
790
794
|
content: '""',
|
|
791
795
|
display: "block",
|
|
792
|
-
height:
|
|
796
|
+
height: i,
|
|
793
797
|
left: 0,
|
|
794
798
|
pointerEvents: "none",
|
|
795
799
|
position: "absolute",
|
|
@@ -798,14 +802,14 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
798
802
|
transform: "translateY(-100%)",
|
|
799
803
|
zIndex: 2
|
|
800
804
|
},
|
|
801
|
-
[
|
|
802
|
-
backgroundImage: `radial-gradient(circle at right top, transparent calc(${
|
|
805
|
+
[He]: {
|
|
806
|
+
backgroundImage: `radial-gradient(circle at right top, transparent calc(${i} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${i}), radial-gradient(circle at left top, transparent calc(${i} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${i})`,
|
|
803
807
|
backgroundPosition: "left top, right top",
|
|
804
808
|
backgroundRepeat: "no-repeat",
|
|
805
|
-
backgroundSize: `${
|
|
809
|
+
backgroundSize: `${i} ${i}, ${i} ${i}`,
|
|
806
810
|
content: '""',
|
|
807
811
|
display: "block",
|
|
808
|
-
height:
|
|
812
|
+
height: i,
|
|
809
813
|
left: 0,
|
|
810
814
|
pointerEvents: "none",
|
|
811
815
|
position: "absolute",
|
|
@@ -814,20 +818,20 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
814
818
|
transform: "translateY(-100%)",
|
|
815
819
|
zIndex: 1
|
|
816
820
|
},
|
|
817
|
-
[
|
|
821
|
+
[Me]: m(
|
|
818
822
|
"--owp-tree-grid-body-fill-background-color"
|
|
819
823
|
),
|
|
820
|
-
[
|
|
824
|
+
[Te]: m(
|
|
821
825
|
"--owp-tree-grid-row-solid-background-color"
|
|
822
826
|
),
|
|
823
|
-
[
|
|
827
|
+
[Le]: m(
|
|
824
828
|
"--owp-tree-grid-toolbar-row-background-color"
|
|
825
829
|
),
|
|
826
|
-
[
|
|
830
|
+
[Ve]: p(
|
|
827
831
|
"--owp-tree-grid-row-background-color",
|
|
828
832
|
"#FFFFFF"
|
|
829
833
|
),
|
|
830
|
-
[
|
|
834
|
+
[Pe]: p(
|
|
831
835
|
"--owp-tree-grid-row-background-color",
|
|
832
836
|
"#FFFFFE"
|
|
833
837
|
),
|
|
@@ -837,172 +841,173 @@ const r = "owp-tree-grid-theme", m = "owp-tree-grid-table-radius", W = "owp-tree
|
|
|
837
841
|
position: "relative",
|
|
838
842
|
zIndex: 3
|
|
839
843
|
},
|
|
840
|
-
[
|
|
841
|
-
border: `${
|
|
844
|
+
[no]: {
|
|
845
|
+
border: `${Z} solid ${oe}`,
|
|
842
846
|
boxSizing: "border-box",
|
|
843
847
|
content: '""',
|
|
844
848
|
display: "block",
|
|
845
|
-
inset:
|
|
849
|
+
inset: ee,
|
|
846
850
|
pointerEvents: "none",
|
|
847
851
|
position: "absolute",
|
|
848
852
|
zIndex: 4
|
|
849
853
|
},
|
|
850
|
-
[
|
|
854
|
+
[Oe]: {
|
|
851
855
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important",
|
|
852
|
-
fontFamily: `${
|
|
856
|
+
fontFamily: `${B} !important`,
|
|
853
857
|
fontSize: "var(--owp-tree-grid-header-font-size, 14px) !important",
|
|
854
858
|
fontWeight: "var(--owp-tree-grid-header-font-weight, normal) !important",
|
|
855
859
|
lineHeight: "16px"
|
|
856
860
|
},
|
|
857
|
-
[
|
|
861
|
+
[Ae]: {
|
|
858
862
|
backgroundColor: "var(--owp-tree-grid-header-background-color, #586980) !important",
|
|
859
863
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important"
|
|
860
864
|
},
|
|
861
|
-
[
|
|
865
|
+
[ye]: p(
|
|
862
866
|
"--owp-tree-grid-hover-row-background-color",
|
|
863
867
|
"#F0F0FF"
|
|
864
868
|
),
|
|
865
|
-
[
|
|
869
|
+
[ze]: p(
|
|
866
870
|
"--owp-tree-grid-hover-row-background-color",
|
|
867
871
|
"#EEE"
|
|
868
872
|
),
|
|
869
|
-
[
|
|
873
|
+
[Ne]: {
|
|
870
874
|
borderTopColor: "var(--owp-tree-grid-hover-row-border-color) !important",
|
|
871
875
|
borderBottomColor: "var(--owp-tree-grid-hover-row-border-color) !important"
|
|
872
876
|
},
|
|
873
|
-
[
|
|
877
|
+
[We]: p(
|
|
874
878
|
"--owp-tree-grid-selected-cell-background-color",
|
|
875
879
|
"#FFFFA6"
|
|
876
880
|
),
|
|
877
|
-
[
|
|
881
|
+
[je]: p(
|
|
878
882
|
"--owp-tree-grid-selected-cell-background-color",
|
|
879
883
|
"#FFFFA6"
|
|
880
884
|
),
|
|
881
|
-
[
|
|
885
|
+
[Ue]: p(
|
|
882
886
|
"--owp-tree-grid-selected-row-background-color",
|
|
883
887
|
"#EEE"
|
|
884
888
|
),
|
|
885
|
-
[
|
|
889
|
+
[Ye]: p(
|
|
886
890
|
"--owp-tree-grid-focused-row-background-color",
|
|
887
891
|
"#E6E6E6"
|
|
888
892
|
),
|
|
889
|
-
[
|
|
893
|
+
[Xe]: p(
|
|
890
894
|
"--owp-tree-grid-focused-row-background-color",
|
|
891
895
|
"#EEE"
|
|
892
896
|
),
|
|
893
|
-
[
|
|
897
|
+
[Ke]: {
|
|
894
898
|
borderColor: "var(--owp-tree-grid-focused-row-border-color) !important"
|
|
895
899
|
},
|
|
896
|
-
[
|
|
900
|
+
[Qe]: p(
|
|
897
901
|
"--owp-tree-grid-hover-cell-background-color",
|
|
898
902
|
"#BFDDF2"
|
|
899
903
|
),
|
|
900
|
-
[
|
|
904
|
+
[qe]: {
|
|
901
905
|
backgroundColor: "var(--owp-tree-grid-hover-cell-background-color) !important",
|
|
902
906
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
903
907
|
},
|
|
904
|
-
[
|
|
908
|
+
[Je]: p(
|
|
905
909
|
"--owp-tree-grid-hover-cell-background-color",
|
|
906
910
|
"#F0F0F0"
|
|
907
911
|
),
|
|
908
|
-
[
|
|
912
|
+
[Ze]: p(
|
|
909
913
|
"--owp-tree-grid-hover-cell-background-color",
|
|
910
914
|
"#F0F0F0"
|
|
911
915
|
),
|
|
912
|
-
[
|
|
916
|
+
[eo]: m(
|
|
913
917
|
"--owp-tree-grid-hover-cell-background-color"
|
|
914
918
|
),
|
|
915
|
-
[
|
|
919
|
+
[oo]: m(
|
|
916
920
|
"--owp-tree-grid-hover-cell-background-color"
|
|
917
921
|
),
|
|
918
|
-
[
|
|
922
|
+
[io]: {
|
|
919
923
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
920
924
|
},
|
|
921
|
-
[
|
|
925
|
+
[po]: {
|
|
922
926
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
923
927
|
},
|
|
924
|
-
[
|
|
928
|
+
[uo]: {
|
|
925
929
|
borderTopColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
|
|
926
930
|
borderBottomColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
|
|
927
931
|
outlineColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
928
932
|
},
|
|
929
|
-
[
|
|
933
|
+
[ro]: p(
|
|
930
934
|
"--owp-tree-grid-focused-cell-background-color",
|
|
931
935
|
"#FFFFFE"
|
|
932
936
|
),
|
|
933
|
-
[
|
|
937
|
+
[to]: {
|
|
934
938
|
backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
|
|
935
939
|
},
|
|
936
|
-
[
|
|
940
|
+
[lo]: {
|
|
937
941
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
938
942
|
},
|
|
939
|
-
[
|
|
943
|
+
[ao]: {
|
|
940
944
|
backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
941
945
|
},
|
|
942
|
-
[
|
|
946
|
+
[co]: {
|
|
943
947
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
944
948
|
},
|
|
945
|
-
[
|
|
949
|
+
[so]: m(
|
|
946
950
|
"--owp-tree-grid-focused-cell-background-color"
|
|
947
951
|
),
|
|
948
|
-
[
|
|
952
|
+
[Co]: p(
|
|
949
953
|
"--owp-tree-grid-changed-background-color",
|
|
950
954
|
"#EEE"
|
|
951
955
|
),
|
|
952
|
-
[
|
|
956
|
+
[So]: {
|
|
953
957
|
color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
|
|
954
|
-
fontWeight:
|
|
958
|
+
fontWeight: $o
|
|
955
959
|
},
|
|
956
|
-
[
|
|
960
|
+
[bo]: {
|
|
957
961
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
958
962
|
fontWeight: "normal !important"
|
|
959
963
|
},
|
|
960
|
-
[
|
|
964
|
+
[go]: {
|
|
961
965
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
962
966
|
fontWeight: "normal !important"
|
|
963
967
|
},
|
|
964
|
-
[
|
|
968
|
+
[wo]: {
|
|
965
969
|
color: "transparent !important"
|
|
966
970
|
},
|
|
967
|
-
[
|
|
971
|
+
[Eo]: {
|
|
968
972
|
borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
969
973
|
},
|
|
970
|
-
[
|
|
974
|
+
[ko]: {
|
|
971
975
|
backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
972
976
|
}
|
|
973
|
-
},
|
|
977
|
+
}, h = /* @__PURE__ */ t((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), Wo = /* @__PURE__ */ t((e, o, a) => {
|
|
974
978
|
a && (e[o] = a);
|
|
975
|
-
}, "setOptionalTreeGridCssVariable"),
|
|
979
|
+
}, "setOptionalTreeGridCssVariable"), Ko = /* @__PURE__ */ t(({
|
|
976
980
|
width: e,
|
|
977
981
|
height: o,
|
|
978
982
|
treeGridTheme: a,
|
|
979
983
|
gridThemeConfig: c,
|
|
980
|
-
containerStyle:
|
|
984
|
+
containerStyle: d,
|
|
981
985
|
tableBorderRadius: u
|
|
982
986
|
}) => {
|
|
983
987
|
const C = {
|
|
984
988
|
height: o,
|
|
985
989
|
width: e
|
|
986
990
|
};
|
|
987
|
-
for (const { cssVariableName: v, getValue: w } of
|
|
988
|
-
|
|
989
|
-
for (const { cssVariableName: v, getValue: w } of
|
|
991
|
+
for (const { cssVariableName: v, getValue: w } of ne)
|
|
992
|
+
Wo(C, v, w(c));
|
|
993
|
+
for (const { cssVariableName: v, getValue: w } of de)
|
|
990
994
|
C[v] = w(a);
|
|
991
|
-
return u !== void 0 && (C["--owp-tree-grid-table-border-radius"] =
|
|
995
|
+
return C["--owp-tree-grid-header-edge-border-color"] = z(a.header.backgroundColor), u !== void 0 && (C["--owp-tree-grid-table-border-radius"] = h(u)), {
|
|
992
996
|
...C,
|
|
993
|
-
...
|
|
997
|
+
...d
|
|
994
998
|
};
|
|
995
999
|
}, "createTreeGridThemeContainerStyle");
|
|
996
1000
|
export {
|
|
997
|
-
|
|
998
|
-
|
|
1001
|
+
J as TREE_GRID_ERROR_CELL_CLASS,
|
|
1002
|
+
X as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
|
|
999
1003
|
P as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
+
K as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
|
|
1005
|
+
Q as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
|
|
1006
|
+
q as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
|
|
1007
|
+
Y as TREE_GRID_THEME_READY_CLASS,
|
|
1008
|
+
$ as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
|
|
1004
1009
|
r as TREE_GRID_THEME_WRAPPER_CLASS,
|
|
1005
|
-
|
|
1006
|
-
|
|
1010
|
+
Ko as createTreeGridThemeContainerStyle,
|
|
1011
|
+
Xo as treeGridThemeStyles
|
|
1007
1012
|
};
|
|
1008
1013
|
//# sourceMappingURL=treeGridTheme.js.map
|