@owp/core 2.5.61 → 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.
Files changed (226) hide show
  1. package/dist/_virtual/index10.js +2 -2
  2. package/dist/_virtual/index11.js +2 -2
  3. package/dist/_virtual/index12.js +2 -2
  4. package/dist/_virtual/index13.js +2 -2
  5. package/dist/_virtual/index15.js +2 -2
  6. package/dist/_virtual/index17.js +2 -5
  7. package/dist/_virtual/index17.js.map +1 -1
  8. package/dist/_virtual/index18.js +4 -4
  9. package/dist/_virtual/index19.js +4 -4
  10. package/dist/_virtual/index20.js +5 -2
  11. package/dist/_virtual/index20.js.map +1 -1
  12. package/dist/_virtual/index3.js +2 -2
  13. package/dist/_virtual/index4.js +2 -2
  14. package/dist/_virtual/index5.js +2 -2
  15. package/dist/components/OwpErrorBoundary/OwpErrorBoundary.js +73 -33
  16. package/dist/components/OwpErrorBoundary/OwpErrorBoundary.js.map +1 -1
  17. package/dist/components/OwpPageCarded/OwpPageCarded.js +10 -10
  18. package/dist/components/OwpPageCarded/OwpPageCarded.js.map +1 -1
  19. package/dist/components/OwpPageCarded/internal/OwpPageCardedSidebar.js +5 -5
  20. package/dist/components/OwpPageCarded/internal/OwpPageCardedSidebar.js.map +1 -1
  21. package/dist/components/OwpPageCarded/internal/OwpPageCardedSidebarContent.js +1 -1
  22. package/dist/components/OwpPageCarded/internal/OwpPageCardedSidebarContent.js.map +1 -1
  23. package/dist/components/OwpPageContent/OwpPageContent.js +3 -3
  24. package/dist/components/OwpPageContent/OwpPageContent.js.map +1 -1
  25. package/dist/components/{OwpPageTitle/OwpPageTitle.js → OwpPageContent/internal/PageTitle.js} +7 -7
  26. package/dist/components/OwpPageContent/internal/PageTitle.js.map +1 -0
  27. package/dist/components/OwpTable/OwpDataTable.js +98 -98
  28. package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
  29. package/dist/components/OwpTable/OwpFieldTable.js +70 -68
  30. package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
  31. package/dist/components/OwpTable/internal/OwpTableBase.js +47 -38
  32. package/dist/components/OwpTable/internal/OwpTableBase.js.map +1 -1
  33. package/dist/components/OwpTable/internal/defaultTableStyle.js +11 -8
  34. package/dist/components/OwpTable/internal/defaultTableStyle.js.map +1 -1
  35. package/dist/components/OwpTextField/OwpBarcodeInputField.js +50 -0
  36. package/dist/components/OwpTextField/OwpBarcodeInputField.js.map +1 -0
  37. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +301 -284
  38. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  39. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +811 -745
  40. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  41. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +631 -580
  42. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
  43. package/dist/components/{OwpHidden/OwpHidden.js → internal/Hidden.js} +9 -9
  44. package/dist/components/internal/Hidden.js.map +1 -0
  45. package/dist/components/{OwpScrollbars/OwpScrollbars.js → internal/Scrollbars.js} +6 -6
  46. package/dist/components/internal/Scrollbars.js.map +1 -0
  47. package/dist/configs/defaultConfig.js +248 -159
  48. package/dist/configs/defaultConfig.js.map +1 -1
  49. package/dist/constants/gridTheme.js +85 -61
  50. package/dist/constants/gridTheme.js.map +1 -1
  51. package/dist/constants/tableTheme.js.map +1 -1
  52. package/dist/constants/treeGrid.js +57 -54
  53. package/dist/constants/treeGrid.js.map +1 -1
  54. package/dist/constants.js +50 -47
  55. package/dist/contexts/OwpDialogsContext.js.map +1 -0
  56. package/dist/{components/OwpDialogsProvider → contexts}/OwpDialogsProvider.js +3 -3
  57. package/dist/contexts/OwpDialogsProvider.js.map +1 -0
  58. package/dist/{components/OwpStyleProvider → contexts}/OwpStyleProvider.js +2 -2
  59. package/dist/contexts/OwpStyleProvider.js.map +1 -0
  60. package/dist/contexts/OwpUiProvider.js +22 -22
  61. package/dist/contexts/OwpUiProvider.js.map +1 -1
  62. package/dist/{components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.js → contexts/internal/AutoLogoutDialog.js} +4 -4
  63. package/dist/contexts/internal/AutoLogoutDialog.js.map +1 -0
  64. package/dist/{components/OwpPageLockLoading/OwpPageLockLoading.js → contexts/internal/PageLockLoading.js} +11 -11
  65. package/dist/contexts/internal/PageLockLoading.js.map +1 -0
  66. package/dist/{components/OwpSnackbarContent/OwpSnackbarContent.js → contexts/internal/SnackbarContent.js} +26 -26
  67. package/dist/contexts/internal/SnackbarContent.js.map +1 -0
  68. package/dist/contexts.js +10 -6
  69. package/dist/contexts.js.map +1 -1
  70. package/dist/features/themePreview/components/ThemePreviewCanvas.js +270 -256
  71. package/dist/features/themePreview/components/ThemePreviewCanvas.js.map +1 -1
  72. package/dist/features/themePreview/components/ThemePreviewCanvasSections.js +195 -191
  73. package/dist/features/themePreview/components/ThemePreviewCanvasSections.js.map +1 -1
  74. package/dist/features/themePreview/components/ThemePreviewColorField.js +185 -188
  75. package/dist/features/themePreview/components/ThemePreviewColorField.js.map +1 -1
  76. package/dist/features/themePreview/components/ThemePreviewControls.js +213 -206
  77. package/dist/features/themePreview/components/ThemePreviewControls.js.map +1 -1
  78. package/dist/features/themePreview/components/themePreviewCanvas.shared.js +238 -148
  79. package/dist/features/themePreview/components/themePreviewCanvas.shared.js.map +1 -1
  80. package/dist/features/themePreview/configs/grid.js +3 -59
  81. package/dist/features/themePreview/configs/grid.js.map +1 -1
  82. package/dist/features/themePreview/configs/presets.js +90 -52
  83. package/dist/features/themePreview/configs/presets.js.map +1 -1
  84. package/dist/features/themePreview/configs/settings.js +51 -27
  85. package/dist/features/themePreview/configs/settings.js.map +1 -1
  86. package/dist/features/themePreview/configs/table.js +8 -5
  87. package/dist/features/themePreview/configs/table.js.map +1 -1
  88. package/dist/features/themePreview/defs/ThemePreviewGridDef.xml.js +26 -11
  89. package/dist/features/themePreview/defs/ThemePreviewGridDef.xml.js.map +1 -1
  90. package/dist/features/themePreview/defs/ThemePreviewReadonlyGridDef.xml.js +25 -11
  91. package/dist/features/themePreview/defs/ThemePreviewReadonlyGridDef.xml.js.map +1 -1
  92. package/dist/features/themePreview/dialogs/ThemePreviewDialog.js +250 -209
  93. package/dist/features/themePreview/dialogs/ThemePreviewDialog.js.map +1 -1
  94. package/dist/features/themePreview/hooks/useThemePreview.js +373 -274
  95. package/dist/features/themePreview/hooks/useThemePreview.js.map +1 -1
  96. package/dist/features/themePreview/utils/themePreviewDefinitions.js +79 -63
  97. package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
  98. package/dist/features/themePreview/utils/themePreviewExport.js +1 -1
  99. package/dist/features/themePreview/utils/themePreviewSettings.js +258 -170
  100. package/dist/features/themePreview/utils/themePreviewSettings.js.map +1 -1
  101. package/dist/hooks/useOwpDialogs.js +1 -1
  102. package/dist/index.js +89 -107
  103. package/dist/index.js.map +1 -1
  104. package/dist/layout/Layout.js +18 -18
  105. package/dist/layout/Layout.js.map +1 -1
  106. package/dist/layout/components/navbar/style/NavbarStyle.js +1 -1
  107. package/dist/layout/components/navbar/style/NavbarStyle.js.map +1 -1
  108. package/dist/layout/components/navbar/style/NavbarStyleContent.js +11 -11
  109. package/dist/layout/components/navbar/style/NavbarStyleContent.js.map +1 -1
  110. package/dist/{components/OwpNavLinkAdapter/OwpNavLinkAdapter.js → layout/components/navigation/internal/NavLinkAdapter.js} +25 -25
  111. package/dist/layout/components/navigation/internal/NavLinkAdapter.js.map +1 -0
  112. package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js +15 -15
  113. package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js +6 -6
  114. package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js +4 -4
  115. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  116. package/dist/layout/components/toolbar/ToolbarLayout.js +29 -29
  117. package/dist/layout/components/toolbar/ToolbarLayout.js.map +1 -1
  118. package/dist/{components/OwpPageBreadcrumb/OwpPageBreadcrumb.js → layout/components/toolbar/internal/PageBreadcrumb.js} +9 -9
  119. package/dist/layout/components/toolbar/internal/PageBreadcrumb.js.map +1 -0
  120. package/dist/{components/OwpPageSkeleton/OwpPageSkeleton.js → layout/internal/PageSkeleton.js} +9 -9
  121. package/dist/layout/internal/PageSkeleton.js.map +1 -0
  122. package/dist/{components/OwpSuspense/OwpSuspense.js → layout/internal/Suspense.js} +37 -37
  123. package/dist/layout/internal/Suspense.js.map +1 -0
  124. package/dist/node_modules/.pnpm/inko@1.1.1/node_modules/inko/index.js +1 -1
  125. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  126. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  127. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/constants.js +1 -1
  128. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  129. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
  130. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  131. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  132. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  133. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  134. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  135. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  136. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/index.js +1 -1
  137. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  138. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  139. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
  140. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
  141. package/dist/owp-app.css +1 -1
  142. package/dist/types/components/{OwpPageTitle/OwpPageTitle.d.ts → OwpPageContent/internal/PageTitle.d.ts} +3 -3
  143. package/dist/types/components/OwpTable/internal/defaultTableStyle.d.ts +5 -2
  144. package/dist/types/components/OwpTextField/OwpBarcodeInputField.d.ts +15 -0
  145. package/dist/types/components/OwpTextField/index.d.ts +1 -0
  146. package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +9 -1
  147. package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +8 -1
  148. package/dist/types/components/{OwpHidden/OwpHidden.d.ts → internal/Hidden.d.ts} +4 -4
  149. package/dist/types/components/{OwpScrollbars/OwpScrollbars.d.ts → internal/Scrollbars.d.ts} +7 -7
  150. package/dist/types/configs/defaultConfig.d.ts +4 -4
  151. package/dist/types/constants/gridTheme.d.ts +24 -0
  152. package/dist/types/constants/tableTheme.d.ts +1 -0
  153. package/dist/types/constants/treeGrid.d.ts +8 -2
  154. package/dist/types/contexts/index.d.ts +2 -0
  155. package/dist/types/{components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts → contexts/internal/AutoLogoutDialog.d.ts} +2 -2
  156. package/dist/types/contexts/internal/PageLockLoading.d.ts +7 -0
  157. package/dist/types/contexts/internal/SnackbarContent.d.ts +3 -0
  158. package/dist/types/features/themePreview/components/ThemePreviewColorField.d.ts +4 -5
  159. package/dist/types/features/themePreview/components/themePreviewCanvas.shared.d.ts +38 -2
  160. package/dist/types/features/themePreview/configs/grid.d.ts +14 -0
  161. package/dist/types/features/themePreview/configs/presets.d.ts +4 -2
  162. package/dist/types/features/themePreview/configs/settings.d.ts +40 -0
  163. package/dist/types/features/themePreview/configs/table.d.ts +2 -0
  164. package/dist/types/features/themePreview/hooks/useThemePreview.d.ts +2 -0
  165. package/dist/types/hooks/usePageLockLoading.d.ts +3 -3
  166. package/dist/types/index.d.ts +1 -10
  167. package/dist/types/{components/OwpNavLinkAdapter/OwpNavLinkAdapter.d.ts → layout/components/navigation/internal/NavLinkAdapter.d.ts} +3 -3
  168. package/dist/types/layout/internal/PageSkeleton.d.ts +6 -0
  169. package/dist/types/layout/internal/Suspense.d.ts +13 -0
  170. package/dist/types/types/OwpGridThemeTypes.d.ts +30 -1
  171. package/dist/types/types/OwpMuiThemeTypes.d.ts +16 -0
  172. package/dist/types/types/OwpTableThemeTypes.d.ts +2 -0
  173. package/dist/types/types/PageLockLoadingTypes.d.ts +9 -0
  174. package/dist/types/types/index.d.ts +1 -0
  175. package/dist/utils/treeGridUtil.js +44 -38
  176. package/dist/utils/treeGridUtil.js.map +1 -1
  177. package/package.json +1 -1
  178. package/dist/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.js.map +0 -1
  179. package/dist/components/OwpBarcodeInput/OwpBarcodeInputField.js +0 -38
  180. package/dist/components/OwpBarcodeInput/OwpBarcodeInputField.js.map +0 -1
  181. package/dist/components/OwpDialogsProvider/OwpDialogsContext.js.map +0 -1
  182. package/dist/components/OwpDialogsProvider/OwpDialogsProvider.js.map +0 -1
  183. package/dist/components/OwpHidden/OwpHidden.js.map +0 -1
  184. package/dist/components/OwpNavLinkAdapter/OwpNavLinkAdapter.js.map +0 -1
  185. package/dist/components/OwpPageBreadcrumb/OwpPageBreadcrumb.js.map +0 -1
  186. package/dist/components/OwpPageLockLoading/OwpPageLockLoading.js.map +0 -1
  187. package/dist/components/OwpPageSkeleton/OwpPageSkeleton.js.map +0 -1
  188. package/dist/components/OwpPageTitle/OwpPageTitle.js.map +0 -1
  189. package/dist/components/OwpScrollbars/OwpScrollbars.js.map +0 -1
  190. package/dist/components/OwpSnackbarContent/OwpSnackbarContent.js.map +0 -1
  191. package/dist/components/OwpStyleProvider/OwpStyleProvider.js.map +0 -1
  192. package/dist/components/OwpSuspense/OwpSuspense.js.map +0 -1
  193. package/dist/components/OwpZoomImageSlider/OwpZoomImageSlider.js +0 -66
  194. package/dist/components/OwpZoomImageSlider/OwpZoomImageSlider.js.map +0 -1
  195. package/dist/components/OwpZoomImageSlider/internal/ZoomImage.js +0 -49
  196. package/dist/components/OwpZoomImageSlider/internal/ZoomImage.js.map +0 -1
  197. 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
  198. 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
  199. 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
  200. 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
  201. package/dist/types/components/OwpAutoLogoutDialog/index.d.ts +0 -1
  202. package/dist/types/components/OwpBarcodeInput/OwpBarcodeInput.d.ts +0 -1
  203. package/dist/types/components/OwpBarcodeInput/OwpBarcodeInputField.d.ts +0 -7
  204. package/dist/types/components/OwpBarcodeInput/index.d.ts +0 -1
  205. package/dist/types/components/OwpDialogsProvider/index.d.ts +0 -1
  206. package/dist/types/components/OwpHidden/index.d.ts +0 -2
  207. package/dist/types/components/OwpNavLinkAdapter/index.d.ts +0 -2
  208. package/dist/types/components/OwpPageBreadcrumb/index.d.ts +0 -2
  209. package/dist/types/components/OwpPageLockLoading/OwpPageLockLoading.d.ts +0 -15
  210. package/dist/types/components/OwpPageLockLoading/index.d.ts +0 -1
  211. package/dist/types/components/OwpPageSkeleton/OwpPageSkeleton.d.ts +0 -6
  212. package/dist/types/components/OwpPageSkeleton/index.d.ts +0 -1
  213. package/dist/types/components/OwpPageTitle/index.d.ts +0 -1
  214. package/dist/types/components/OwpScrollbars/index.d.ts +0 -1
  215. package/dist/types/components/OwpSnackbarContent/OwpSnackbarContent.d.ts +0 -3
  216. package/dist/types/components/OwpStyleProvider/index.d.ts +0 -2
  217. package/dist/types/components/OwpSuspense/OwpSuspense.d.ts +0 -16
  218. package/dist/types/components/OwpSuspense/index.d.ts +0 -1
  219. package/dist/types/components/OwpZoomImageSlider/OwpZoomImageSlider.d.ts +0 -20
  220. package/dist/types/components/OwpZoomImageSlider/index.d.ts +0 -1
  221. package/dist/types/components/OwpZoomImageSlider/internal/ZoomImage.d.ts +0 -7
  222. /package/dist/{components/OwpDialogsProvider → contexts}/OwpDialogsContext.js +0 -0
  223. /package/dist/types/{components/OwpDialogsProvider → contexts}/OwpDialogsContext.d.ts +0 -0
  224. /package/dist/types/{components/OwpDialogsProvider → contexts}/OwpDialogsProvider.d.ts +0 -0
  225. /package/dist/types/{components/OwpStyleProvider → contexts}/OwpStyleProvider.d.ts +0 -0
  226. /package/dist/types/{components/OwpPageBreadcrumb/OwpPageBreadcrumb.d.ts → layout/components/toolbar/internal/PageBreadcrumb.d.ts} +0 -0
@@ -1,22 +1,22 @@
1
- var P = Object.defineProperty;
2
- var t = (e, r) => P(e, "name", { value: r, configurable: !0 });
3
- import y from "../layout/themeLayoutConfigs.js";
4
- import { OWP_INPUT_HORIZONTAL_PADDING_PX as n, OWP_INPUT_HORIZONTAL_PADDING as S } from "../constants/input.js";
5
- import L from "@mui/material/CircularProgress";
6
- import { red as g, lightBlue as d, grey as v } from "@mui/material/colors";
7
- import { createTheme as T } from "@mui/material/styles";
8
- import z from "../_virtual/index.js";
9
- import { createElement as R } from "react";
10
- import { merge as i } from "../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/merge.js";
11
- import { owpDark as m } from "../colors/palettes/dark.js";
12
- const h = "1.6rem", M = 0.8, s = 3, H = "layout", B = "900ms", c = [
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
- ], l = {
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: v[900]
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
- }, F = i({}, l, {
59
+ }, A = n({}, c, {
60
60
  palette: {
61
61
  background: {
62
62
  default: "#fff"
63
63
  }
64
64
  }
65
- }), D = i({}, l, {
65
+ }), N = n({}, c, {
66
66
  palette: {
67
67
  mode: "dark",
68
68
  background: {
69
- default: l.palette.secondary.main
69
+ default: c.palette.secondary.main
70
70
  }
71
71
  }
72
- }), w = {
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 a(e) {
95
- var r;
96
- return ((r = e.palette.inputFocus) == null ? void 0 : r.main) || v[900];
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
- t(a, "getInputFocusColor");
99
- function p(e) {
100
- return typeof e == "string" && c.includes(e);
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
- t(p, "isButtonPaletteColorName");
103
- function u(e) {
104
- return e.palette.mode === "light" ? e.palette.grey[300] : e.palette.grey[800];
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
- t(u, "getButtonContainedLoadingFallbackBackgroundColor");
107
- const W = R(L, {
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: B
161
+ animationDuration: $
114
162
  },
115
163
  thickness: 4
116
164
  });
117
- function O() {
165
+ function L() {
118
166
  return typeof document < "u" && document.documentElement.dir === "rtl" ? "rtl" : "ltr";
119
167
  }
120
- t(O, "getDefaultDirection");
121
- function x(e) {
122
- const r = e && y[e] ? e : H;
168
+ r(L, "getDefaultDirection");
169
+ function B(t) {
170
+ const e = t && x[t] ? t : W;
123
171
  return {
124
- style: r,
125
- config: y[r].defaults
172
+ style: e,
173
+ config: x[e].defaults
126
174
  };
127
175
  }
128
- t(x, "getDefaultLayout");
129
- function I(e) {
176
+ r(B, "getDefaultLayout");
177
+ function z(t) {
130
178
  return {
131
- main: i({}, l, e == null ? void 0 : e.default),
132
- navbar: i({}, F, e == null ? void 0 : e.defaultNavbar),
133
- toolbar: i({}, D, e == null ? void 0 : e.layoutSurfaceDark),
134
- footer: i({}, l, e == null ? void 0 : e.defaultDark)
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
- t(I, "getDefaultThemeSettings");
138
- const $ = {
139
- layout: x(),
185
+ r(z, "getDefaultThemeSettings");
186
+ const U = {
187
+ layout: B(),
140
188
  customScrollbars: !0,
141
- direction: O(),
142
- theme: I(),
143
- snackbar: w,
189
+ direction: L(),
190
+ theme: z(),
191
+ snackbar: E,
144
192
  defaultAuth: ["admin"],
145
193
  loginRedirectUrl: "/"
146
194
  };
147
- function A() {
148
- const e = z.parse(window.location.search, { ignoreQueryPrefix: !0 }), { defaultSettings: r = {} } = e;
149
- return typeof r == "string" ? JSON.parse(r) : {};
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
- t(A, "getParsedQuerySettings");
152
- function C(e, r) {
153
- var f, b;
154
- const o = (f = r == null ? void 0 : r.layout) == null ? void 0 : f.style, k = !!o && o !== ((b = e == null ? void 0 : e.layout) == null ? void 0 : b.style);
155
- return i(
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
- e,
158
- k ? { layout: x(o) } : {},
159
- r
205
+ t,
206
+ i ? { layout: B(o) } : {},
207
+ e
160
208
  );
161
209
  }
162
- t(C, "generateSettings");
163
- function K(e, r) {
164
- const o = i({}, $, {
165
- direction: (e == null ? void 0 : e.direction) ?? O(),
166
- theme: I(r)
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 C(
216
+ return j(
169
217
  o,
170
- i({}, e, A())
218
+ n({}, t, Z())
171
219
  );
172
220
  }
173
- t(K, "createInitialOwpSettings");
174
- const V = {
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: W
321
+ loadingIndicator: Q
274
322
  },
275
323
  styleOverrides: {
276
324
  root: {
277
325
  textTransform: "none",
278
326
  variants: [
279
- ...c.map((e) => ({
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: e
372
+ color: t
284
373
  },
285
- style: /* @__PURE__ */ t(({ theme: r }) => ({
374
+ style: /* @__PURE__ */ r(({ theme: e }) => ({
286
375
  "&.Mui-disabled": {
287
- backgroundColor: r.palette[e].main
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__ */ t(({ theme: e }) => ({
386
+ style: /* @__PURE__ */ r(({ theme: t }) => ({
298
387
  "&.Mui-disabled": {
299
- backgroundColor: u(e)
388
+ backgroundColor: b(t)
300
389
  }
301
390
  }), "style")
302
391
  },
303
392
  {
304
- props: /* @__PURE__ */ t(({ color: e, loading: r, variant: o }) => r === !0 && o === "contained" && e !== "inherit" && !p(e), "props"),
305
- style: /* @__PURE__ */ t(({ theme: e }) => ({
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: u(e)
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
- ...c.flatMap((e) => [
405
+ ...g.flatMap((t) => [
317
406
  {
318
407
  props: {
319
408
  loading: !0,
320
409
  variant: "contained",
321
- color: e
410
+ color: t
322
411
  },
323
- style: /* @__PURE__ */ t(({ theme: r }) => ({
324
- color: r.palette.getContrastText(r.palette[e].main)
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: e
420
+ color: t
332
421
  },
333
- style: /* @__PURE__ */ t(({ theme: r }) => ({
334
- color: r.palette[e].main
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: e
430
+ color: t
342
431
  },
343
- style: /* @__PURE__ */ t(({ theme: r }) => ({
344
- color: r.palette[e].main
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__ */ t(({ theme: e }) => ({
355
- color: e.palette.getContrastText(u(e))
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__ */ t(({ theme: e }) => ({
365
- color: e.palette.text.primary
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__ */ t(({ theme: e }) => ({
375
- color: e.palette.text.primary
463
+ style: /* @__PURE__ */ r(({ theme: t }) => ({
464
+ color: t.palette.text.primary
376
465
  }), "style")
377
466
  },
378
467
  {
379
- props: /* @__PURE__ */ t(({ color: e, loading: r, variant: o }) => r === !0 && o === "contained" && e !== "inherit" && !p(e), "props"),
380
- style: /* @__PURE__ */ t(({ theme: e }) => ({
381
- color: e.palette.getContrastText(u(e))
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__ */ t(({ color: e, loading: r, variant: o }) => r === !0 && (o === "text" || o === "outlined") && e !== "inherit" && !p(e), "props"),
386
- style: /* @__PURE__ */ t(({ theme: e }) => ({
387
- color: e.palette.text.primary
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: S
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(${n}, -7px) scale(${M})`
574
+ transform: `translate(${u}, -7px) scale(${P})`
486
575
  },
487
- root: /* @__PURE__ */ t(({ theme: e }) => ({
488
- fontSize: h,
489
- transform: `translate(${n}, 8px) scale(1)`,
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: a(e)
580
+ color: l(t)
492
581
  },
493
582
  "&.MuiInputLabel-shrink:not(.Mui-error)": {
494
- color: a(e)
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 -${s}px`,
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__ */ t(({ theme: e }) => ({
627
+ root: /* @__PURE__ */ r(({ theme: t }) => ({
539
628
  "&:not(.Mui-error):before": {
540
- borderBottomColor: a(e)
629
+ borderBottomColor: l(t)
541
630
  },
542
631
  "&:hover:not(.Mui-disabled, .Mui-error):before": {
543
- borderBottomColor: a(e)
632
+ borderBottomColor: l(t)
544
633
  },
545
634
  "&.Mui-focused:not(.Mui-error):after": {
546
- borderBottomColor: a(e)
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 ${n}`
652
+ padding: `5px ${u}`
564
653
  },
565
654
  adornedStart: {
566
- paddingLeft: `${n}!important`
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__ */ t(({ theme: e }) => ({
679
+ root: /* @__PURE__ */ r(({ theme: t }) => ({
591
680
  // paddingLeft: 11
592
681
  "&:not(.Mui-error) .MuiOutlinedInput-notchedOutline": {
593
- borderColor: a(e)
682
+ borderColor: l(t)
594
683
  },
595
684
  "&:hover:not(.Mui-disabled, .Mui-error) .MuiOutlinedInput-notchedOutline": {
596
- borderColor: a(e)
685
+ borderColor: l(t)
597
686
  },
598
687
  "&.Mui-focused:not(.Mui-error) .MuiOutlinedInput-notchedOutline": {
599
- borderColor: a(e)
688
+ borderColor: l(t)
600
689
  }
601
690
  }), "root"),
602
691
  input: {
603
- padding: `5px ${n}`
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 ${n}`
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(${h} * ${M})`,
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: `${s}px`,
659
- paddingRight: `${s}px`
747
+ paddingLeft: `${h}px`,
748
+ paddingRight: `${h}px`
660
749
  }
661
750
  }
662
751
  }
663
752
  }
664
753
  }
665
- }, Y = {
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: m,
769
+ primary: k,
681
770
  secondary: {
682
- light: d[400],
683
- main: d[600],
684
- dark: d[700]
771
+ light: s[400],
772
+ main: s[600],
773
+ dark: s[700]
685
774
  },
686
- error: g
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: m,
784
+ primary: k,
696
785
  secondary: {
697
- light: d[400],
698
- main: d[600],
699
- dark: d[700]
786
+ light: s[400],
787
+ main: s[600],
788
+ dark: s[700]
700
789
  },
701
- error: g
790
+ error: O
702
791
  },
703
792
  status: {
704
793
  danger: "orange"
705
794
  }
706
795
  }
707
796
  };
708
- function ee(e) {
709
- const r = T(e);
797
+ function dt(t) {
798
+ const e = D(t);
710
799
  return {
711
- border: /* @__PURE__ */ t((o = 1) => ({
800
+ border: /* @__PURE__ */ r((o = 1) => ({
712
801
  borderWidth: o,
713
802
  borderStyle: "solid",
714
- borderColor: r.palette.divider
803
+ borderColor: e.palette.divider
715
804
  }), "border"),
716
- borderLeft: /* @__PURE__ */ t((o = 1) => ({
805
+ borderLeft: /* @__PURE__ */ r((o = 1) => ({
717
806
  borderLeftWidth: o,
718
807
  borderStyle: "solid",
719
- borderColor: r.palette.divider
808
+ borderColor: e.palette.divider
720
809
  }), "borderLeft"),
721
- borderRight: /* @__PURE__ */ t((o = 1) => ({
810
+ borderRight: /* @__PURE__ */ r((o = 1) => ({
722
811
  borderRightWidth: o,
723
812
  borderStyle: "solid",
724
- borderColor: r.palette.divider
813
+ borderColor: e.palette.divider
725
814
  }), "borderRight"),
726
- borderTop: /* @__PURE__ */ t((o = 1) => ({
815
+ borderTop: /* @__PURE__ */ r((o = 1) => ({
727
816
  borderTopWidth: o,
728
817
  borderStyle: "solid",
729
- borderColor: r.palette.divider
818
+ borderColor: e.palette.divider
730
819
  }), "borderTop"),
731
- borderBottom: /* @__PURE__ */ t((o = 1) => ({
820
+ borderBottom: /* @__PURE__ */ r((o = 1) => ({
732
821
  borderBottomWidth: o,
733
822
  borderStyle: "solid",
734
- borderColor: r.palette.divider
823
+ borderColor: e.palette.divider
735
824
  }), "borderBottom")
736
825
  };
737
826
  }
738
- t(ee, "extendThemeWithMixins");
827
+ r(dt, "extendThemeWithMixins");
739
828
  export {
740
- K as createInitialOwpSettings,
741
- $ as defaultSettings,
742
- w as defaultSnackbarTheme,
743
- V as defaultThemeOptions,
744
- _ as defaultThemes,
745
- ee as extendThemeWithMixins,
746
- C as generateSettings,
747
- x as getDefaultLayout,
748
- I as getDefaultThemeSettings,
749
- A as getParsedQuerySettings,
750
- Y as mustHaveThemeOptions
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