@owp/core 2.5.62 → 2.5.63
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/index17.js +2 -5
- package/dist/_virtual/index17.js.map +1 -1
- package/dist/_virtual/index18.js +4 -4
- package/dist/_virtual/index19.js +4 -4
- package/dist/_virtual/index20.js +5 -2
- package/dist/_virtual/index20.js.map +1 -1
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/components/OwpErrorBoundary/OwpErrorBoundary.js +73 -33
- package/dist/components/OwpErrorBoundary/OwpErrorBoundary.js.map +1 -1
- package/dist/components/OwpPageCarded/OwpPageCarded.js +10 -10
- package/dist/components/OwpPageCarded/OwpPageCarded.js.map +1 -1
- package/dist/components/OwpPageCarded/internal/OwpPageCardedSidebar.js +5 -5
- package/dist/components/OwpPageCarded/internal/OwpPageCardedSidebar.js.map +1 -1
- package/dist/components/OwpPageCarded/internal/OwpPageCardedSidebarContent.js +1 -1
- package/dist/components/OwpPageCarded/internal/OwpPageCardedSidebarContent.js.map +1 -1
- package/dist/components/OwpPageContent/OwpPageContent.js +3 -3
- package/dist/components/OwpPageContent/OwpPageContent.js.map +1 -1
- package/dist/components/{OwpPageTitle/OwpPageTitle.js → OwpPageContent/internal/PageTitle.js} +7 -7
- package/dist/components/OwpPageContent/internal/PageTitle.js.map +1 -0
- package/dist/components/OwpTable/OwpDataTable.js +98 -98
- package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
- package/dist/components/OwpTable/OwpFieldTable.js +70 -68
- package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
- package/dist/components/OwpTable/internal/OwpTableBase.js +47 -38
- package/dist/components/OwpTable/internal/OwpTableBase.js.map +1 -1
- package/dist/components/OwpTable/internal/defaultTableStyle.js +11 -8
- package/dist/components/OwpTable/internal/defaultTableStyle.js.map +1 -1
- package/dist/components/OwpTextField/OwpBarcodeInputField.js +50 -0
- package/dist/components/OwpTextField/OwpBarcodeInputField.js.map +1 -0
- package/dist/components/{OwpHidden/OwpHidden.js → internal/Hidden.js} +9 -9
- package/dist/components/internal/Hidden.js.map +1 -0
- package/dist/components/{OwpScrollbars/OwpScrollbars.js → internal/Scrollbars.js} +6 -6
- package/dist/components/internal/Scrollbars.js.map +1 -0
- package/dist/configs/defaultConfig.js +248 -159
- package/dist/configs/defaultConfig.js.map +1 -1
- package/dist/constants/tableTheme.js.map +1 -1
- package/dist/contexts/OwpDialogsContext.js.map +1 -0
- package/dist/{components/OwpDialogsProvider → contexts}/OwpDialogsProvider.js +3 -3
- package/dist/contexts/OwpDialogsProvider.js.map +1 -0
- package/dist/{components/OwpStyleProvider → contexts}/OwpStyleProvider.js +2 -2
- package/dist/contexts/OwpStyleProvider.js.map +1 -0
- package/dist/contexts/OwpUiProvider.js +22 -22
- package/dist/contexts/OwpUiProvider.js.map +1 -1
- package/dist/{components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.js → contexts/internal/AutoLogoutDialog.js} +4 -4
- package/dist/contexts/internal/AutoLogoutDialog.js.map +1 -0
- package/dist/{components/OwpPageLockLoading/OwpPageLockLoading.js → contexts/internal/PageLockLoading.js} +11 -11
- package/dist/contexts/internal/PageLockLoading.js.map +1 -0
- package/dist/{components/OwpSnackbarContent/OwpSnackbarContent.js → contexts/internal/SnackbarContent.js} +26 -26
- package/dist/contexts/internal/SnackbarContent.js.map +1 -0
- package/dist/contexts.js +10 -6
- package/dist/contexts.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewCanvas.js +268 -255
- package/dist/features/themePreview/components/ThemePreviewCanvas.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewCanvasSections.js +109 -107
- package/dist/features/themePreview/components/ThemePreviewCanvasSections.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewColorField.js +185 -188
- package/dist/features/themePreview/components/ThemePreviewColorField.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewControls.js +213 -206
- package/dist/features/themePreview/components/ThemePreviewControls.js.map +1 -1
- package/dist/features/themePreview/components/themePreviewCanvas.shared.js +140 -128
- package/dist/features/themePreview/components/themePreviewCanvas.shared.js.map +1 -1
- package/dist/features/themePreview/configs/presets.js +90 -52
- package/dist/features/themePreview/configs/presets.js.map +1 -1
- package/dist/features/themePreview/configs/settings.js +51 -27
- package/dist/features/themePreview/configs/settings.js.map +1 -1
- package/dist/features/themePreview/configs/table.js +8 -5
- package/dist/features/themePreview/configs/table.js.map +1 -1
- package/dist/features/themePreview/dialogs/ThemePreviewDialog.js +250 -209
- package/dist/features/themePreview/dialogs/ThemePreviewDialog.js.map +1 -1
- package/dist/features/themePreview/hooks/useThemePreview.js +373 -274
- package/dist/features/themePreview/hooks/useThemePreview.js.map +1 -1
- package/dist/features/themePreview/utils/themePreviewDefinitions.js +57 -59
- package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
- package/dist/features/themePreview/utils/themePreviewExport.js +1 -1
- package/dist/features/themePreview/utils/themePreviewSettings.js +258 -170
- package/dist/features/themePreview/utils/themePreviewSettings.js.map +1 -1
- package/dist/hooks/useOwpDialogs.js +1 -1
- package/dist/index.js +89 -107
- package/dist/index.js.map +1 -1
- package/dist/layout/Layout.js +18 -18
- package/dist/layout/Layout.js.map +1 -1
- package/dist/layout/components/navbar/style/NavbarStyle.js +1 -1
- package/dist/layout/components/navbar/style/NavbarStyle.js.map +1 -1
- package/dist/layout/components/navbar/style/NavbarStyleContent.js +11 -11
- package/dist/layout/components/navbar/style/NavbarStyleContent.js.map +1 -1
- package/dist/{components/OwpNavLinkAdapter/OwpNavLinkAdapter.js → layout/components/navigation/internal/NavLinkAdapter.js} +25 -25
- package/dist/layout/components/navigation/internal/NavLinkAdapter.js.map +1 -0
- package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js +15 -15
- package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js +6 -6
- package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js +4 -4
- package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
- package/dist/layout/components/toolbar/ToolbarLayout.js +29 -29
- package/dist/layout/components/toolbar/ToolbarLayout.js.map +1 -1
- package/dist/{components/OwpPageBreadcrumb/OwpPageBreadcrumb.js → layout/components/toolbar/internal/PageBreadcrumb.js} +9 -9
- package/dist/layout/components/toolbar/internal/PageBreadcrumb.js.map +1 -0
- package/dist/{components/OwpPageSkeleton/OwpPageSkeleton.js → layout/internal/PageSkeleton.js} +9 -9
- package/dist/layout/internal/PageSkeleton.js.map +1 -0
- package/dist/{components/OwpSuspense/OwpSuspense.js → layout/internal/Suspense.js} +37 -37
- package/dist/layout/internal/Suspense.js.map +1 -0
- 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/CODE128/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/index.js +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
- package/dist/owp-app.css +1 -1
- package/dist/types/components/{OwpPageTitle/OwpPageTitle.d.ts → OwpPageContent/internal/PageTitle.d.ts} +3 -3
- package/dist/types/components/OwpTable/internal/defaultTableStyle.d.ts +5 -2
- package/dist/types/components/OwpTextField/OwpBarcodeInputField.d.ts +15 -0
- package/dist/types/components/OwpTextField/index.d.ts +1 -0
- package/dist/types/components/{OwpHidden/OwpHidden.d.ts → internal/Hidden.d.ts} +4 -4
- package/dist/types/components/{OwpScrollbars/OwpScrollbars.d.ts → internal/Scrollbars.d.ts} +7 -7
- package/dist/types/configs/defaultConfig.d.ts +4 -4
- package/dist/types/constants/tableTheme.d.ts +1 -0
- package/dist/types/contexts/index.d.ts +2 -0
- package/dist/types/{components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts → contexts/internal/AutoLogoutDialog.d.ts} +2 -2
- package/dist/types/contexts/internal/PageLockLoading.d.ts +7 -0
- package/dist/types/contexts/internal/SnackbarContent.d.ts +3 -0
- package/dist/types/features/themePreview/components/ThemePreviewColorField.d.ts +4 -5
- package/dist/types/features/themePreview/configs/presets.d.ts +4 -2
- package/dist/types/features/themePreview/configs/settings.d.ts +26 -0
- package/dist/types/features/themePreview/configs/table.d.ts +2 -0
- package/dist/types/features/themePreview/hooks/useThemePreview.d.ts +2 -0
- package/dist/types/hooks/usePageLockLoading.d.ts +3 -3
- package/dist/types/index.d.ts +1 -10
- package/dist/types/{components/OwpNavLinkAdapter/OwpNavLinkAdapter.d.ts → layout/components/navigation/internal/NavLinkAdapter.d.ts} +3 -3
- package/dist/types/layout/internal/PageSkeleton.d.ts +6 -0
- package/dist/types/layout/internal/Suspense.d.ts +13 -0
- package/dist/types/types/OwpMuiThemeTypes.d.ts +16 -0
- package/dist/types/types/OwpTableThemeTypes.d.ts +2 -0
- package/dist/types/types/PageLockLoadingTypes.d.ts +9 -0
- package/dist/types/types/index.d.ts +1 -0
- package/package.json +1 -1
- package/dist/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.js.map +0 -1
- package/dist/components/OwpBarcodeInput/OwpBarcodeInputField.js +0 -38
- package/dist/components/OwpBarcodeInput/OwpBarcodeInputField.js.map +0 -1
- package/dist/components/OwpDialogsProvider/OwpDialogsContext.js.map +0 -1
- package/dist/components/OwpDialogsProvider/OwpDialogsProvider.js.map +0 -1
- package/dist/components/OwpHidden/OwpHidden.js.map +0 -1
- package/dist/components/OwpNavLinkAdapter/OwpNavLinkAdapter.js.map +0 -1
- package/dist/components/OwpPageBreadcrumb/OwpPageBreadcrumb.js.map +0 -1
- package/dist/components/OwpPageLockLoading/OwpPageLockLoading.js.map +0 -1
- package/dist/components/OwpPageSkeleton/OwpPageSkeleton.js.map +0 -1
- package/dist/components/OwpPageTitle/OwpPageTitle.js.map +0 -1
- package/dist/components/OwpScrollbars/OwpScrollbars.js.map +0 -1
- package/dist/components/OwpSnackbarContent/OwpSnackbarContent.js.map +0 -1
- package/dist/components/OwpStyleProvider/OwpStyleProvider.js.map +0 -1
- package/dist/components/OwpSuspense/OwpSuspense.js.map +0 -1
- package/dist/components/OwpZoomImageSlider/OwpZoomImageSlider.js +0 -66
- package/dist/components/OwpZoomImageSlider/OwpZoomImageSlider.js.map +0 -1
- package/dist/components/OwpZoomImageSlider/internal/ZoomImage.js +0 -49
- package/dist/components/OwpZoomImageSlider/internal/ZoomImage.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowBackIosNew.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowBackIosNew.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowForwardIos.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowForwardIos.js.map +0 -1
- package/dist/types/components/OwpAutoLogoutDialog/index.d.ts +0 -1
- package/dist/types/components/OwpBarcodeInput/OwpBarcodeInput.d.ts +0 -1
- package/dist/types/components/OwpBarcodeInput/OwpBarcodeInputField.d.ts +0 -7
- package/dist/types/components/OwpBarcodeInput/index.d.ts +0 -1
- package/dist/types/components/OwpDialogsProvider/index.d.ts +0 -1
- package/dist/types/components/OwpHidden/index.d.ts +0 -2
- package/dist/types/components/OwpNavLinkAdapter/index.d.ts +0 -2
- package/dist/types/components/OwpPageBreadcrumb/index.d.ts +0 -2
- package/dist/types/components/OwpPageLockLoading/OwpPageLockLoading.d.ts +0 -15
- package/dist/types/components/OwpPageLockLoading/index.d.ts +0 -1
- package/dist/types/components/OwpPageSkeleton/OwpPageSkeleton.d.ts +0 -6
- package/dist/types/components/OwpPageSkeleton/index.d.ts +0 -1
- package/dist/types/components/OwpPageTitle/index.d.ts +0 -1
- package/dist/types/components/OwpScrollbars/index.d.ts +0 -1
- package/dist/types/components/OwpSnackbarContent/OwpSnackbarContent.d.ts +0 -3
- package/dist/types/components/OwpStyleProvider/index.d.ts +0 -2
- package/dist/types/components/OwpSuspense/OwpSuspense.d.ts +0 -16
- package/dist/types/components/OwpSuspense/index.d.ts +0 -1
- package/dist/types/components/OwpZoomImageSlider/OwpZoomImageSlider.d.ts +0 -20
- package/dist/types/components/OwpZoomImageSlider/index.d.ts +0 -1
- package/dist/types/components/OwpZoomImageSlider/internal/ZoomImage.d.ts +0 -7
- /package/dist/{components/OwpDialogsProvider → contexts}/OwpDialogsContext.js +0 -0
- /package/dist/types/{components/OwpDialogsProvider → contexts}/OwpDialogsContext.d.ts +0 -0
- /package/dist/types/{components/OwpDialogsProvider → contexts}/OwpDialogsProvider.d.ts +0 -0
- /package/dist/types/{components/OwpStyleProvider → contexts}/OwpStyleProvider.d.ts +0 -0
- /package/dist/types/{components/OwpPageBreadcrumb/OwpPageBreadcrumb.d.ts → layout/components/toolbar/internal/PageBreadcrumb.d.ts} +0 -0
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
import
|
|
4
|
-
import { OWP_INPUT_HORIZONTAL_PADDING_PX as
|
|
5
|
-
import
|
|
6
|
-
import { red as
|
|
7
|
-
import { createTheme as
|
|
8
|
-
import
|
|
9
|
-
import { createElement as
|
|
10
|
-
import { merge as
|
|
11
|
-
import { owpDark as
|
|
12
|
-
const
|
|
1
|
+
var R = Object.defineProperty;
|
|
2
|
+
var r = (t, e) => R(t, "name", { value: e, configurable: !0 });
|
|
3
|
+
import x from "../layout/themeLayoutConfigs.js";
|
|
4
|
+
import { OWP_INPUT_HORIZONTAL_PADDING_PX as u, OWP_INPUT_HORIZONTAL_PADDING as C } from "../constants/input.js";
|
|
5
|
+
import H from "@mui/material/CircularProgress";
|
|
6
|
+
import { red as O, lightBlue as s, grey as S } from "@mui/material/colors";
|
|
7
|
+
import { alpha as m, createTheme as D } from "@mui/material/styles";
|
|
8
|
+
import F from "../_virtual/index.js";
|
|
9
|
+
import { createElement as w } from "react";
|
|
10
|
+
import { merge as n } from "../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/merge.js";
|
|
11
|
+
import { owpDark as k } from "../colors/palettes/dark.js";
|
|
12
|
+
const I = "1.6rem", P = 0.8, h = 3, W = "layout", $ = "900ms", g = [
|
|
13
13
|
"primary",
|
|
14
14
|
"secondary",
|
|
15
15
|
"success",
|
|
16
16
|
"warning",
|
|
17
17
|
"error",
|
|
18
18
|
"info"
|
|
19
|
-
],
|
|
19
|
+
], c = {
|
|
20
20
|
palette: {
|
|
21
21
|
mode: "light",
|
|
22
22
|
text: {
|
|
@@ -39,7 +39,7 @@ const h = "1.6rem", M = 0.8, s = 3, H = "layout", B = "900ms", c = [
|
|
|
39
39
|
main: "#039BE5"
|
|
40
40
|
},
|
|
41
41
|
inputFocus: {
|
|
42
|
-
main:
|
|
42
|
+
main: S[900]
|
|
43
43
|
},
|
|
44
44
|
success: {
|
|
45
45
|
main: "#2f7d31"
|
|
@@ -56,20 +56,44 @@ const h = "1.6rem", M = 0.8, s = 3, H = "layout", B = "900ms", c = [
|
|
|
56
56
|
main: "#c00000"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
},
|
|
59
|
+
}, A = n({}, c, {
|
|
60
60
|
palette: {
|
|
61
61
|
background: {
|
|
62
62
|
default: "#fff"
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
}),
|
|
65
|
+
}), N = n({}, c, {
|
|
66
66
|
palette: {
|
|
67
67
|
mode: "dark",
|
|
68
68
|
background: {
|
|
69
|
-
default:
|
|
69
|
+
default: c.palette.secondary.main
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
})
|
|
72
|
+
});
|
|
73
|
+
function f(t) {
|
|
74
|
+
const e = t.palette ?? {}, o = e.button ?? {}, i = /* @__PURE__ */ r((d) => {
|
|
75
|
+
const p = e[d] ?? {}, y = o[d] ?? {};
|
|
76
|
+
return {
|
|
77
|
+
...y,
|
|
78
|
+
main: y.main ?? p.main,
|
|
79
|
+
contrastText: y.contrastText ?? p.contrastText
|
|
80
|
+
};
|
|
81
|
+
}, "getButtonPaletteDefaultColor");
|
|
82
|
+
return n({}, t, {
|
|
83
|
+
palette: {
|
|
84
|
+
button: {
|
|
85
|
+
primary: i("primary"),
|
|
86
|
+
secondary: i("secondary"),
|
|
87
|
+
success: i("success"),
|
|
88
|
+
warning: i("warning"),
|
|
89
|
+
error: i("error"),
|
|
90
|
+
info: i("info")
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
r(f, "getThemeWithButtonPaletteDefaults");
|
|
96
|
+
const E = {
|
|
73
97
|
default: {
|
|
74
98
|
backgroundColor: "#232a2d",
|
|
75
99
|
color: "#f8fafc"
|
|
@@ -91,87 +115,111 @@ const h = "1.6rem", M = 0.8, s = 3, H = "layout", B = "900ms", c = [
|
|
|
91
115
|
color: "#ffffff"
|
|
92
116
|
}
|
|
93
117
|
};
|
|
94
|
-
function
|
|
95
|
-
var
|
|
96
|
-
return ((
|
|
118
|
+
function l(t) {
|
|
119
|
+
var e;
|
|
120
|
+
return ((e = t.palette.inputFocus) == null ? void 0 : e.main) || S[900];
|
|
121
|
+
}
|
|
122
|
+
r(l, "getInputFocusColor");
|
|
123
|
+
function M(t) {
|
|
124
|
+
return typeof t == "string" && g.includes(t);
|
|
125
|
+
}
|
|
126
|
+
r(M, "isButtonPaletteColorName");
|
|
127
|
+
function v(t, e) {
|
|
128
|
+
var d;
|
|
129
|
+
const o = t.palette[e], i = (d = t.palette.button) == null ? void 0 : d[e];
|
|
130
|
+
return {
|
|
131
|
+
...i,
|
|
132
|
+
main: (i == null ? void 0 : i.main) ?? o.main,
|
|
133
|
+
contrastText: (i == null ? void 0 : i.contrastText) ?? o.contrastText
|
|
134
|
+
};
|
|
135
|
+
}
|
|
136
|
+
r(v, "getButtonPaletteColor");
|
|
137
|
+
function a(t, e) {
|
|
138
|
+
return v(t, e).main;
|
|
139
|
+
}
|
|
140
|
+
r(a, "getButtonPaletteMainColor");
|
|
141
|
+
function G(t, e) {
|
|
142
|
+
const o = v(t, e);
|
|
143
|
+
return o.dark ?? o.main;
|
|
97
144
|
}
|
|
98
|
-
|
|
99
|
-
function
|
|
100
|
-
|
|
145
|
+
r(G, "getButtonPaletteDarkColor");
|
|
146
|
+
function T(t, e) {
|
|
147
|
+
const o = v(t, e);
|
|
148
|
+
return o.contrastText ?? t.palette.getContrastText(o.main);
|
|
101
149
|
}
|
|
102
|
-
|
|
103
|
-
function
|
|
104
|
-
return
|
|
150
|
+
r(T, "getButtonPaletteContrastText");
|
|
151
|
+
function b(t) {
|
|
152
|
+
return t.palette.mode === "light" ? t.palette.grey[300] : t.palette.grey[800];
|
|
105
153
|
}
|
|
106
|
-
|
|
107
|
-
const
|
|
154
|
+
r(b, "getButtonContainedLoadingFallbackBackgroundColor");
|
|
155
|
+
const Q = w(H, {
|
|
108
156
|
"aria-label": "loading",
|
|
109
157
|
color: "inherit",
|
|
110
158
|
disableShrink: !0,
|
|
111
159
|
size: 18,
|
|
112
160
|
sx: {
|
|
113
|
-
animationDuration:
|
|
161
|
+
animationDuration: $
|
|
114
162
|
},
|
|
115
163
|
thickness: 4
|
|
116
164
|
});
|
|
117
|
-
function
|
|
165
|
+
function L() {
|
|
118
166
|
return typeof document < "u" && document.documentElement.dir === "rtl" ? "rtl" : "ltr";
|
|
119
167
|
}
|
|
120
|
-
|
|
121
|
-
function
|
|
122
|
-
const
|
|
168
|
+
r(L, "getDefaultDirection");
|
|
169
|
+
function B(t) {
|
|
170
|
+
const e = t && x[t] ? t : W;
|
|
123
171
|
return {
|
|
124
|
-
style:
|
|
125
|
-
config:
|
|
172
|
+
style: e,
|
|
173
|
+
config: x[e].defaults
|
|
126
174
|
};
|
|
127
175
|
}
|
|
128
|
-
|
|
129
|
-
function
|
|
176
|
+
r(B, "getDefaultLayout");
|
|
177
|
+
function z(t) {
|
|
130
178
|
return {
|
|
131
|
-
main:
|
|
132
|
-
navbar:
|
|
133
|
-
toolbar:
|
|
134
|
-
footer:
|
|
179
|
+
main: f(n({}, c, t == null ? void 0 : t.default)),
|
|
180
|
+
navbar: f(n({}, A, t == null ? void 0 : t.defaultNavbar)),
|
|
181
|
+
toolbar: f(n({}, N, t == null ? void 0 : t.layoutSurfaceDark)),
|
|
182
|
+
footer: f(n({}, c, t == null ? void 0 : t.defaultDark))
|
|
135
183
|
};
|
|
136
184
|
}
|
|
137
|
-
|
|
138
|
-
const
|
|
139
|
-
layout:
|
|
185
|
+
r(z, "getDefaultThemeSettings");
|
|
186
|
+
const U = {
|
|
187
|
+
layout: B(),
|
|
140
188
|
customScrollbars: !0,
|
|
141
|
-
direction:
|
|
142
|
-
theme:
|
|
143
|
-
snackbar:
|
|
189
|
+
direction: L(),
|
|
190
|
+
theme: z(),
|
|
191
|
+
snackbar: E,
|
|
144
192
|
defaultAuth: ["admin"],
|
|
145
193
|
loginRedirectUrl: "/"
|
|
146
194
|
};
|
|
147
|
-
function
|
|
148
|
-
const
|
|
149
|
-
return typeof
|
|
195
|
+
function Z() {
|
|
196
|
+
const t = F.parse(window.location.search, { ignoreQueryPrefix: !0 }), { defaultSettings: e = {} } = t;
|
|
197
|
+
return typeof e == "string" ? JSON.parse(e) : {};
|
|
150
198
|
}
|
|
151
|
-
|
|
152
|
-
function
|
|
153
|
-
var
|
|
154
|
-
const o = (
|
|
155
|
-
return
|
|
199
|
+
r(Z, "getParsedQuerySettings");
|
|
200
|
+
function j(t, e) {
|
|
201
|
+
var d, p;
|
|
202
|
+
const o = (d = e == null ? void 0 : e.layout) == null ? void 0 : d.style, i = !!o && o !== ((p = t == null ? void 0 : t.layout) == null ? void 0 : p.style);
|
|
203
|
+
return n(
|
|
156
204
|
{},
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
205
|
+
t,
|
|
206
|
+
i ? { layout: B(o) } : {},
|
|
207
|
+
e
|
|
160
208
|
);
|
|
161
209
|
}
|
|
162
|
-
|
|
163
|
-
function
|
|
164
|
-
const o =
|
|
165
|
-
direction: (
|
|
166
|
-
theme:
|
|
210
|
+
r(j, "generateSettings");
|
|
211
|
+
function ot(t, e) {
|
|
212
|
+
const o = n({}, U, {
|
|
213
|
+
direction: (t == null ? void 0 : t.direction) ?? L(),
|
|
214
|
+
theme: z(e)
|
|
167
215
|
});
|
|
168
|
-
return
|
|
216
|
+
return j(
|
|
169
217
|
o,
|
|
170
|
-
|
|
218
|
+
n({}, t, Z())
|
|
171
219
|
);
|
|
172
220
|
}
|
|
173
|
-
|
|
174
|
-
const
|
|
221
|
+
r(ot, "createInitialOwpSettings");
|
|
222
|
+
const it = {
|
|
175
223
|
typography: {
|
|
176
224
|
fontFamily: ["Pretendard", "Roboto", '"Helvetica"', "Arial", "sans-serif"].join(","),
|
|
177
225
|
fontWeightLight: 300,
|
|
@@ -270,21 +318,62 @@ const V = {
|
|
|
270
318
|
defaultProps: {
|
|
271
319
|
variant: "text",
|
|
272
320
|
color: "inherit",
|
|
273
|
-
loadingIndicator:
|
|
321
|
+
loadingIndicator: Q
|
|
274
322
|
},
|
|
275
323
|
styleOverrides: {
|
|
276
324
|
root: {
|
|
277
325
|
textTransform: "none",
|
|
278
326
|
variants: [
|
|
279
|
-
...
|
|
327
|
+
...g.flatMap((t) => [
|
|
328
|
+
{
|
|
329
|
+
props: {
|
|
330
|
+
variant: "contained",
|
|
331
|
+
color: t
|
|
332
|
+
},
|
|
333
|
+
style: /* @__PURE__ */ r(({ theme: e }) => ({
|
|
334
|
+
backgroundColor: a(e, t),
|
|
335
|
+
color: T(e, t),
|
|
336
|
+
"&:hover, &:focus": {
|
|
337
|
+
backgroundColor: G(e, t)
|
|
338
|
+
}
|
|
339
|
+
}), "style")
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
props: {
|
|
343
|
+
variant: "outlined",
|
|
344
|
+
color: t
|
|
345
|
+
},
|
|
346
|
+
style: /* @__PURE__ */ r(({ theme: e }) => ({
|
|
347
|
+
borderColor: m(a(e, t), 0.52),
|
|
348
|
+
color: a(e, t),
|
|
349
|
+
"&:hover, &:focus": {
|
|
350
|
+
backgroundColor: m(a(e, t), 0.08),
|
|
351
|
+
borderColor: a(e, t)
|
|
352
|
+
}
|
|
353
|
+
}), "style")
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
props: {
|
|
357
|
+
variant: "text",
|
|
358
|
+
color: t
|
|
359
|
+
},
|
|
360
|
+
style: /* @__PURE__ */ r(({ theme: e }) => ({
|
|
361
|
+
color: a(e, t),
|
|
362
|
+
"&:hover, &:focus": {
|
|
363
|
+
backgroundColor: m(a(e, t), 0.08)
|
|
364
|
+
}
|
|
365
|
+
}), "style")
|
|
366
|
+
}
|
|
367
|
+
]),
|
|
368
|
+
...g.map((t) => ({
|
|
280
369
|
props: {
|
|
281
370
|
loading: !0,
|
|
282
371
|
variant: "contained",
|
|
283
|
-
color:
|
|
372
|
+
color: t
|
|
284
373
|
},
|
|
285
|
-
style: /* @__PURE__ */
|
|
374
|
+
style: /* @__PURE__ */ r(({ theme: e }) => ({
|
|
286
375
|
"&.Mui-disabled": {
|
|
287
|
-
backgroundColor:
|
|
376
|
+
backgroundColor: a(e, t)
|
|
288
377
|
}
|
|
289
378
|
}), "style")
|
|
290
379
|
})),
|
|
@@ -294,17 +383,17 @@ const V = {
|
|
|
294
383
|
variant: "contained",
|
|
295
384
|
color: "inherit"
|
|
296
385
|
},
|
|
297
|
-
style: /* @__PURE__ */
|
|
386
|
+
style: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
298
387
|
"&.Mui-disabled": {
|
|
299
|
-
backgroundColor:
|
|
388
|
+
backgroundColor: b(t)
|
|
300
389
|
}
|
|
301
390
|
}), "style")
|
|
302
391
|
},
|
|
303
392
|
{
|
|
304
|
-
props: /* @__PURE__ */
|
|
305
|
-
style: /* @__PURE__ */
|
|
393
|
+
props: /* @__PURE__ */ r(({ color: t, loading: e, variant: o }) => e === !0 && o === "contained" && t !== "inherit" && !M(t), "props"),
|
|
394
|
+
style: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
306
395
|
"&.Mui-disabled": {
|
|
307
|
-
backgroundColor:
|
|
396
|
+
backgroundColor: b(t)
|
|
308
397
|
}
|
|
309
398
|
}), "style")
|
|
310
399
|
}
|
|
@@ -313,35 +402,35 @@ const V = {
|
|
|
313
402
|
},
|
|
314
403
|
loadingIndicator: {
|
|
315
404
|
variants: [
|
|
316
|
-
...
|
|
405
|
+
...g.flatMap((t) => [
|
|
317
406
|
{
|
|
318
407
|
props: {
|
|
319
408
|
loading: !0,
|
|
320
409
|
variant: "contained",
|
|
321
|
-
color:
|
|
410
|
+
color: t
|
|
322
411
|
},
|
|
323
|
-
style: /* @__PURE__ */
|
|
324
|
-
color:
|
|
412
|
+
style: /* @__PURE__ */ r(({ theme: e }) => ({
|
|
413
|
+
color: T(e, t)
|
|
325
414
|
}), "style")
|
|
326
415
|
},
|
|
327
416
|
{
|
|
328
417
|
props: {
|
|
329
418
|
loading: !0,
|
|
330
419
|
variant: "text",
|
|
331
|
-
color:
|
|
420
|
+
color: t
|
|
332
421
|
},
|
|
333
|
-
style: /* @__PURE__ */
|
|
334
|
-
color:
|
|
422
|
+
style: /* @__PURE__ */ r(({ theme: e }) => ({
|
|
423
|
+
color: a(e, t)
|
|
335
424
|
}), "style")
|
|
336
425
|
},
|
|
337
426
|
{
|
|
338
427
|
props: {
|
|
339
428
|
loading: !0,
|
|
340
429
|
variant: "outlined",
|
|
341
|
-
color:
|
|
430
|
+
color: t
|
|
342
431
|
},
|
|
343
|
-
style: /* @__PURE__ */
|
|
344
|
-
color:
|
|
432
|
+
style: /* @__PURE__ */ r(({ theme: e }) => ({
|
|
433
|
+
color: a(e, t)
|
|
345
434
|
}), "style")
|
|
346
435
|
}
|
|
347
436
|
]),
|
|
@@ -351,8 +440,8 @@ const V = {
|
|
|
351
440
|
variant: "contained",
|
|
352
441
|
color: "inherit"
|
|
353
442
|
},
|
|
354
|
-
style: /* @__PURE__ */
|
|
355
|
-
color:
|
|
443
|
+
style: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
444
|
+
color: t.palette.getContrastText(b(t))
|
|
356
445
|
}), "style")
|
|
357
446
|
},
|
|
358
447
|
{
|
|
@@ -361,8 +450,8 @@ const V = {
|
|
|
361
450
|
variant: "text",
|
|
362
451
|
color: "inherit"
|
|
363
452
|
},
|
|
364
|
-
style: /* @__PURE__ */
|
|
365
|
-
color:
|
|
453
|
+
style: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
454
|
+
color: t.palette.text.primary
|
|
366
455
|
}), "style")
|
|
367
456
|
},
|
|
368
457
|
{
|
|
@@ -371,20 +460,20 @@ const V = {
|
|
|
371
460
|
variant: "outlined",
|
|
372
461
|
color: "inherit"
|
|
373
462
|
},
|
|
374
|
-
style: /* @__PURE__ */
|
|
375
|
-
color:
|
|
463
|
+
style: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
464
|
+
color: t.palette.text.primary
|
|
376
465
|
}), "style")
|
|
377
466
|
},
|
|
378
467
|
{
|
|
379
|
-
props: /* @__PURE__ */
|
|
380
|
-
style: /* @__PURE__ */
|
|
381
|
-
color:
|
|
468
|
+
props: /* @__PURE__ */ r(({ color: t, loading: e, variant: o }) => e === !0 && o === "contained" && t !== "inherit" && !M(t), "props"),
|
|
469
|
+
style: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
470
|
+
color: t.palette.getContrastText(b(t))
|
|
382
471
|
}), "style")
|
|
383
472
|
},
|
|
384
473
|
{
|
|
385
|
-
props: /* @__PURE__ */
|
|
386
|
-
style: /* @__PURE__ */
|
|
387
|
-
color:
|
|
474
|
+
props: /* @__PURE__ */ r(({ color: t, loading: e, variant: o }) => e === !0 && (o === "text" || o === "outlined") && t !== "inherit" && !M(t), "props"),
|
|
475
|
+
style: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
476
|
+
color: t.palette.text.primary
|
|
388
477
|
}), "style")
|
|
389
478
|
}
|
|
390
479
|
]
|
|
@@ -471,7 +560,7 @@ const V = {
|
|
|
471
560
|
styleOverrides: {
|
|
472
561
|
root: {
|
|
473
562
|
"& > .MuiFormHelperText-root": {
|
|
474
|
-
marginLeft:
|
|
563
|
+
marginLeft: C
|
|
475
564
|
}
|
|
476
565
|
}
|
|
477
566
|
}
|
|
@@ -482,16 +571,16 @@ const V = {
|
|
|
482
571
|
},
|
|
483
572
|
styleOverrides: {
|
|
484
573
|
shrink: {
|
|
485
|
-
transform: `translate(${
|
|
574
|
+
transform: `translate(${u}, -7px) scale(${P})`
|
|
486
575
|
},
|
|
487
|
-
root: /* @__PURE__ */
|
|
488
|
-
fontSize:
|
|
489
|
-
transform: `translate(${
|
|
576
|
+
root: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
577
|
+
fontSize: I,
|
|
578
|
+
transform: `translate(${u}, 8px) scale(1)`,
|
|
490
579
|
"&.Mui-focused:not(.Mui-error)": {
|
|
491
|
-
color:
|
|
580
|
+
color: l(t)
|
|
492
581
|
},
|
|
493
582
|
"&.MuiInputLabel-shrink:not(.Mui-error)": {
|
|
494
|
-
color:
|
|
583
|
+
color: l(t)
|
|
495
584
|
},
|
|
496
585
|
"&.MuiInputLabel-outlined.MuiInputLabel-shrink": {
|
|
497
586
|
lineHeight: 1.2,
|
|
@@ -499,7 +588,7 @@ const V = {
|
|
|
499
588
|
"&::before": {
|
|
500
589
|
content: '""',
|
|
501
590
|
position: "absolute",
|
|
502
|
-
inset: `0 -${
|
|
591
|
+
inset: `0 -${h}px`,
|
|
503
592
|
backgroundColor: "var(--mui-palette-background-paper)",
|
|
504
593
|
borderRadius: 4,
|
|
505
594
|
zIndex: -1
|
|
@@ -535,15 +624,15 @@ const V = {
|
|
|
535
624
|
color: "secondary"
|
|
536
625
|
},
|
|
537
626
|
styleOverrides: {
|
|
538
|
-
root: /* @__PURE__ */
|
|
627
|
+
root: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
539
628
|
"&:not(.Mui-error):before": {
|
|
540
|
-
borderBottomColor:
|
|
629
|
+
borderBottomColor: l(t)
|
|
541
630
|
},
|
|
542
631
|
"&:hover:not(.Mui-disabled, .Mui-error):before": {
|
|
543
|
-
borderBottomColor:
|
|
632
|
+
borderBottomColor: l(t)
|
|
544
633
|
},
|
|
545
634
|
"&.Mui-focused:not(.Mui-error):after": {
|
|
546
|
-
borderBottomColor:
|
|
635
|
+
borderBottomColor: l(t)
|
|
547
636
|
}
|
|
548
637
|
}), "root")
|
|
549
638
|
}
|
|
@@ -560,10 +649,10 @@ const V = {
|
|
|
560
649
|
fontSize: "0.75em"
|
|
561
650
|
},
|
|
562
651
|
input: {
|
|
563
|
-
padding: `5px ${
|
|
652
|
+
padding: `5px ${u}`
|
|
564
653
|
},
|
|
565
654
|
adornedStart: {
|
|
566
|
-
paddingLeft: `${
|
|
655
|
+
paddingLeft: `${u}!important`
|
|
567
656
|
},
|
|
568
657
|
sizeSmall: {
|
|
569
658
|
height: 32,
|
|
@@ -587,20 +676,20 @@ const V = {
|
|
|
587
676
|
color: "secondary"
|
|
588
677
|
},
|
|
589
678
|
styleOverrides: {
|
|
590
|
-
root: /* @__PURE__ */
|
|
679
|
+
root: /* @__PURE__ */ r(({ theme: t }) => ({
|
|
591
680
|
// paddingLeft: 11
|
|
592
681
|
"&:not(.Mui-error) .MuiOutlinedInput-notchedOutline": {
|
|
593
|
-
borderColor:
|
|
682
|
+
borderColor: l(t)
|
|
594
683
|
},
|
|
595
684
|
"&:hover:not(.Mui-disabled, .Mui-error) .MuiOutlinedInput-notchedOutline": {
|
|
596
|
-
borderColor:
|
|
685
|
+
borderColor: l(t)
|
|
597
686
|
},
|
|
598
687
|
"&.Mui-focused:not(.Mui-error) .MuiOutlinedInput-notchedOutline": {
|
|
599
|
-
borderColor:
|
|
688
|
+
borderColor: l(t)
|
|
600
689
|
}
|
|
601
690
|
}), "root"),
|
|
602
691
|
input: {
|
|
603
|
-
padding: `5px ${
|
|
692
|
+
padding: `5px ${u}`
|
|
604
693
|
}
|
|
605
694
|
}
|
|
606
695
|
},
|
|
@@ -613,7 +702,7 @@ const V = {
|
|
|
613
702
|
}
|
|
614
703
|
},
|
|
615
704
|
input: {
|
|
616
|
-
padding: `5px ${
|
|
705
|
+
padding: `5px ${u}`
|
|
617
706
|
}
|
|
618
707
|
}
|
|
619
708
|
},
|
|
@@ -651,18 +740,18 @@ const V = {
|
|
|
651
740
|
styleOverrides: {
|
|
652
741
|
root: {
|
|
653
742
|
"& .MuiInputLabel-outlined.MuiInputLabel-shrink:not(:empty) + .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline legend": {
|
|
654
|
-
fontSize: `calc(${
|
|
743
|
+
fontSize: `calc(${I} * ${P})`,
|
|
655
744
|
maxWidth: "100%"
|
|
656
745
|
},
|
|
657
746
|
"& .MuiInputLabel-outlined.MuiInputLabel-shrink:not(:empty) + .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline legend > span:not(.notranslate)": {
|
|
658
|
-
paddingLeft: `${
|
|
659
|
-
paddingRight: `${
|
|
747
|
+
paddingLeft: `${h}px`,
|
|
748
|
+
paddingRight: `${h}px`
|
|
660
749
|
}
|
|
661
750
|
}
|
|
662
751
|
}
|
|
663
752
|
}
|
|
664
753
|
}
|
|
665
|
-
},
|
|
754
|
+
}, at = {
|
|
666
755
|
typography: {
|
|
667
756
|
htmlFontSize: 10,
|
|
668
757
|
fontSize: 13,
|
|
@@ -673,17 +762,17 @@ const V = {
|
|
|
673
762
|
fontSize: "1.3rem"
|
|
674
763
|
}
|
|
675
764
|
}
|
|
676
|
-
},
|
|
765
|
+
}, nt = {
|
|
677
766
|
default: {
|
|
678
767
|
palette: {
|
|
679
768
|
mode: "light",
|
|
680
|
-
primary:
|
|
769
|
+
primary: k,
|
|
681
770
|
secondary: {
|
|
682
|
-
light:
|
|
683
|
-
main:
|
|
684
|
-
dark:
|
|
771
|
+
light: s[400],
|
|
772
|
+
main: s[600],
|
|
773
|
+
dark: s[700]
|
|
685
774
|
},
|
|
686
|
-
error:
|
|
775
|
+
error: O
|
|
687
776
|
},
|
|
688
777
|
status: {
|
|
689
778
|
danger: "orange"
|
|
@@ -692,61 +781,61 @@ const V = {
|
|
|
692
781
|
defaultDark: {
|
|
693
782
|
palette: {
|
|
694
783
|
mode: "dark",
|
|
695
|
-
primary:
|
|
784
|
+
primary: k,
|
|
696
785
|
secondary: {
|
|
697
|
-
light:
|
|
698
|
-
main:
|
|
699
|
-
dark:
|
|
786
|
+
light: s[400],
|
|
787
|
+
main: s[600],
|
|
788
|
+
dark: s[700]
|
|
700
789
|
},
|
|
701
|
-
error:
|
|
790
|
+
error: O
|
|
702
791
|
},
|
|
703
792
|
status: {
|
|
704
793
|
danger: "orange"
|
|
705
794
|
}
|
|
706
795
|
}
|
|
707
796
|
};
|
|
708
|
-
function
|
|
709
|
-
const
|
|
797
|
+
function dt(t) {
|
|
798
|
+
const e = D(t);
|
|
710
799
|
return {
|
|
711
|
-
border: /* @__PURE__ */
|
|
800
|
+
border: /* @__PURE__ */ r((o = 1) => ({
|
|
712
801
|
borderWidth: o,
|
|
713
802
|
borderStyle: "solid",
|
|
714
|
-
borderColor:
|
|
803
|
+
borderColor: e.palette.divider
|
|
715
804
|
}), "border"),
|
|
716
|
-
borderLeft: /* @__PURE__ */
|
|
805
|
+
borderLeft: /* @__PURE__ */ r((o = 1) => ({
|
|
717
806
|
borderLeftWidth: o,
|
|
718
807
|
borderStyle: "solid",
|
|
719
|
-
borderColor:
|
|
808
|
+
borderColor: e.palette.divider
|
|
720
809
|
}), "borderLeft"),
|
|
721
|
-
borderRight: /* @__PURE__ */
|
|
810
|
+
borderRight: /* @__PURE__ */ r((o = 1) => ({
|
|
722
811
|
borderRightWidth: o,
|
|
723
812
|
borderStyle: "solid",
|
|
724
|
-
borderColor:
|
|
813
|
+
borderColor: e.palette.divider
|
|
725
814
|
}), "borderRight"),
|
|
726
|
-
borderTop: /* @__PURE__ */
|
|
815
|
+
borderTop: /* @__PURE__ */ r((o = 1) => ({
|
|
727
816
|
borderTopWidth: o,
|
|
728
817
|
borderStyle: "solid",
|
|
729
|
-
borderColor:
|
|
818
|
+
borderColor: e.palette.divider
|
|
730
819
|
}), "borderTop"),
|
|
731
|
-
borderBottom: /* @__PURE__ */
|
|
820
|
+
borderBottom: /* @__PURE__ */ r((o = 1) => ({
|
|
732
821
|
borderBottomWidth: o,
|
|
733
822
|
borderStyle: "solid",
|
|
734
|
-
borderColor:
|
|
823
|
+
borderColor: e.palette.divider
|
|
735
824
|
}), "borderBottom")
|
|
736
825
|
};
|
|
737
826
|
}
|
|
738
|
-
|
|
827
|
+
r(dt, "extendThemeWithMixins");
|
|
739
828
|
export {
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
829
|
+
ot as createInitialOwpSettings,
|
|
830
|
+
U as defaultSettings,
|
|
831
|
+
E as defaultSnackbarTheme,
|
|
832
|
+
it as defaultThemeOptions,
|
|
833
|
+
nt as defaultThemes,
|
|
834
|
+
dt as extendThemeWithMixins,
|
|
835
|
+
j as generateSettings,
|
|
836
|
+
B as getDefaultLayout,
|
|
837
|
+
z as getDefaultThemeSettings,
|
|
838
|
+
Z as getParsedQuerySettings,
|
|
839
|
+
at as mustHaveThemeOptions
|
|
751
840
|
};
|
|
752
841
|
//# sourceMappingURL=defaultConfig.js.map
|