@owp/core 1.30.0 → 2.0.0

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 (238) hide show
  1. package/colors/chart.d.ts +3 -0
  2. package/colors/chart.js +1 -0
  3. package/contexts.d.ts +3 -0
  4. package/contexts.js +1 -0
  5. package/dist/{Close-DnXyQZKh.js → Close-C91nHTKM.js} +280 -282
  6. package/dist/Close-C91nHTKM.js.map +1 -0
  7. package/dist/{OwpStoreProvider-Bx5p7ooQ.js → OwpStoreProvider-BPa_lWCz.js} +3 -3
  8. package/dist/OwpStoreProvider-BPa_lWCz.js.map +1 -0
  9. package/dist/OwpUtils-DV2LSByd.js +411 -0
  10. package/dist/OwpUtils-DV2LSByd.js.map +1 -0
  11. package/dist/colorMap-DP-DCZbV.js +82 -0
  12. package/dist/colorMap-DP-DCZbV.js.map +1 -0
  13. package/dist/colors/chart.js +6 -0
  14. package/dist/colors/chart.js.map +1 -0
  15. package/dist/colors.js +4 -1
  16. package/dist/colors.js.map +1 -1
  17. package/dist/commonCodeUtils-DNfSjP6S.js +42 -0
  18. package/dist/commonCodeUtils-DNfSjP6S.js.map +1 -0
  19. package/dist/contexts.js +104 -0
  20. package/dist/contexts.js.map +1 -0
  21. package/dist/{owpDark-DAY0F6Ph.js → dark-DAY0F6Ph.js} +1 -1
  22. package/dist/dark-DAY0F6Ph.js.map +1 -0
  23. package/dist/emotion-react-jsx-runtime.browser.esm-BMvSswBW.js +1496 -0
  24. package/dist/emotion-react-jsx-runtime.browser.esm-BMvSswBW.js.map +1 -0
  25. package/dist/hooks.js +119 -73
  26. package/dist/hooks.js.map +1 -1
  27. package/dist/index.css +1 -1
  28. package/dist/index.js +44321 -96
  29. package/dist/index.js.map +1 -1
  30. package/dist/isString-Codtu20I.js +55 -0
  31. package/dist/isString-Codtu20I.js.map +1 -0
  32. package/dist/isTypedArray-CCnDZ5HJ.js +609 -0
  33. package/dist/isTypedArray-CCnDZ5HJ.js.map +1 -0
  34. package/dist/language-DaxFvPOq.js +35 -0
  35. package/dist/language-DaxFvPOq.js.map +1 -0
  36. package/dist/lazyLoadedSlices-C18y0AEB.js +2773 -0
  37. package/dist/lazyLoadedSlices-C18y0AEB.js.map +1 -0
  38. package/dist/owp-app.css +1 -1
  39. package/dist/store.js +2 -2
  40. package/dist/{toUpper-i_I6Tyuv.js → toUpper-Dmh8Htx_.js} +2 -2
  41. package/dist/{toUpper-i_I6Tyuv.js.map → toUpper-Dmh8Htx_.js.map} +1 -1
  42. package/dist/{treeGridUtil-WTM_djsN.js → treeGridUtil-DAfaAk6C.js} +19 -19
  43. package/dist/{treeGridUtil-WTM_djsN.js.map → treeGridUtil-DAfaAk6C.js.map} +1 -1
  44. package/dist/types/colors/chart/colorMap.d.ts +8 -0
  45. package/dist/types/colors/chart/index.d.ts +1 -0
  46. package/dist/types/colors/index.d.ts +2 -2
  47. package/dist/types/colors/palettes/index.d.ts +2 -0
  48. package/dist/types/components/OwpErrorBoundary/OwpErrorBoundary.d.ts +1 -1
  49. package/dist/types/components/OwpFileUploadButton/OwpFileUploadButton.d.ts +2 -2
  50. package/dist/types/components/OwpHidden/OwpHidden.d.ts +19 -0
  51. package/dist/types/components/OwpHidden/index.d.ts +2 -0
  52. package/dist/types/components/OwpLayout/OwpLayout.d.ts +2 -2
  53. package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +2 -2
  54. package/dist/types/components/OwpPageCarded/OwpPageCardedSidebar.d.ts +1 -1
  55. package/dist/types/components/OwpPicker/DatePickerInput.d.ts +1 -1
  56. package/dist/types/components/OwpStyleProvider/OwpStyleProvider.d.ts +5 -5
  57. package/dist/types/components/OwpTable/OwpTable.d.ts +1 -3
  58. package/dist/types/components/OwpTabs/OwpTab.d.ts +2 -4
  59. package/dist/types/components/OwpTabs/OwpTabs.d.ts +2 -4
  60. package/dist/types/{default-settings/OwpDefaultSettings.d.ts → configs/defaultConfig.d.ts} +1 -1
  61. package/dist/types/{components/layouts/layout2/Layout2Config.d.ts → configs/layoutConfig.d.ts} +12 -15
  62. package/dist/types/{context → contexts}/OwpAppProvider.d.ts +10 -3
  63. package/dist/types/hooks/index.d.ts +4 -2
  64. package/dist/types/{store/hooks.d.ts → hooks/useAppStore.d.ts} +1 -1
  65. package/dist/types/hooks/useCurrentLanguage.d.ts +1 -5
  66. package/dist/types/hooks/useInitApp.d.ts +8 -0
  67. package/dist/types/hooks/useInitCommonCodes.d.ts +4 -0
  68. package/dist/types/hooks/useLogoSrc.d.ts +8 -0
  69. package/dist/types/hooks/useNavigation.d.ts +3 -18
  70. package/dist/types/hooks/useOwpTranslation.d.ts +0 -2
  71. package/dist/types/hooks/useThemeMediaQuery.d.ts +1 -1
  72. package/dist/types/index.d.ts +3 -29
  73. package/dist/types/{components/layouts/layout3/Layout3.d.ts → layout/Layout.d.ts} +4 -4
  74. package/dist/types/layout/components/layouts/FooterLayout.d.ts +9 -0
  75. package/dist/types/layout/components/layouts/LeftSideLayout.d.ts +6 -0
  76. package/dist/types/layout/components/layouts/NavbarToggleFabLayout.d.ts +8 -0
  77. package/dist/types/layout/components/layouts/NavbarWrapperLayout.d.ts +5 -0
  78. package/dist/types/layout/components/menus/LogoutMenu.d.ts +8 -0
  79. package/dist/types/layout/components/menus/PasswordChangeMenu.d.ts +8 -0
  80. package/dist/types/{components/layouts/shared-components → layout/components/menus}/UserMenu.d.ts +1 -1
  81. package/dist/types/{components/layouts/shared-components → layout/components}/navbar/NavbarPinToggleButton.d.ts +1 -1
  82. package/dist/types/layout/components/navbar/NavbarToggleButton.d.ts +11 -0
  83. package/dist/types/layout/components/navbar/style/NavbarStyle.d.ts +5 -0
  84. package/dist/types/layout/components/navbar/style/NavbarStyleContent.d.ts +9 -0
  85. package/dist/types/layout/components/navigation/NavBadge.d.ts +17 -0
  86. package/dist/types/layout/components/navigation/NavItem.d.ts +14 -0
  87. package/dist/types/layout/components/navigation/Navigation.d.ts +3 -0
  88. package/dist/types/layout/components/navigation/NavigationMenu.d.ts +23 -0
  89. package/dist/types/layout/components/navigation/vertical/NavVerticalLayout.d.ts +9 -0
  90. package/dist/types/layout/components/navigation/vertical/types/NavVerticalCollapse.d.ts +6 -0
  91. package/dist/types/layout/components/navigation/vertical/types/NavVerticalGroup.d.ts +6 -0
  92. package/dist/types/layout/components/navigation/vertical/types/NavVerticalItem.d.ts +6 -0
  93. package/dist/types/layout/components/navigation/vertical/types/NavVerticalLink.d.ts +7 -0
  94. package/dist/types/layout/components/toggles/FullScreenToggle.d.ts +8 -0
  95. package/dist/types/layout/components/toggles/LanguageSwitcherToggle.d.ts +9 -0
  96. package/dist/types/layout/components/toggles/NavigationSearchToggle.d.ts +16 -0
  97. package/dist/types/layout/components/toggles/NavigationShortcutsToggle.d.ts +9 -0
  98. package/dist/types/layout/components/toggles/toggleStyles.d.ts +10 -0
  99. package/dist/types/{components/layouts/layout3/components/FooterLayout3.d.ts → layout/components/toolbar/ToolbarLayout.d.ts} +4 -4
  100. package/dist/types/{components/layouts → layout}/themeLayoutConfigs.d.ts +2 -4
  101. package/dist/types/store/index.d.ts +1 -1
  102. package/dist/types/store/lazyLoadedSlices.d.ts +2 -2
  103. package/dist/types/{components/layouts/shared-components/navigation/store → store}/navigationSlice.d.ts +10 -10
  104. package/dist/types/store/owpSettingsSlice.d.ts +18 -1356
  105. package/dist/types/{components/OwpNavigation/types/OwpNavItemType.d.ts → types/OwpNavigationTypes.d.ts} +14 -4
  106. package/dist/types/types/OwpSettingsTypes.d.ts +2 -2
  107. package/dist/types/types/index.d.ts +3 -0
  108. package/dist/types/utils/getEstimatedTextCellWidth.d.ts +12 -0
  109. package/dist/types/utils/index.d.ts +2 -0
  110. package/dist/types/utils/language.d.ts +8 -0
  111. package/dist/types/{components/OwpNavigation/utils/OwpNavigationHelper.d.ts → utils/navigationUtils.d.ts} +17 -5
  112. package/dist/types.js +2 -0
  113. package/dist/types.js.map +1 -0
  114. package/dist/{usePageLockLoading-BUI_3PlR.js → usePageLockLoading-BGODEt_k.js} +5 -5
  115. package/dist/usePageLockLoading-BGODEt_k.js.map +1 -0
  116. package/dist/useShortcuts-BjtlXprQ.js +236 -0
  117. package/dist/useShortcuts-BjtlXprQ.js.map +1 -0
  118. package/dist/useTreeGridExcelExport-BE6h1hsO.js +120 -0
  119. package/dist/useTreeGridExcelExport-BE6h1hsO.js.map +1 -0
  120. package/dist/utils.js +6911 -6671
  121. package/dist/utils.js.map +1 -1
  122. package/owp-app.css +1 -0
  123. package/package.json +51 -47
  124. package/types.d.ts +3 -0
  125. package/types.js +1 -0
  126. package/context.d.ts +0 -3
  127. package/context.js +0 -1
  128. package/dist/Close-DnXyQZKh.js.map +0 -1
  129. package/dist/OwpStoreProvider-Bx5p7ooQ.js.map +0 -1
  130. package/dist/OwpUtils-C81bM1Gz.js +0 -611
  131. package/dist/OwpUtils-C81bM1Gz.js.map +0 -1
  132. package/dist/QuickPanel-CO7Tyc8C.js +0 -104
  133. package/dist/QuickPanel-CO7Tyc8C.js.map +0 -1
  134. package/dist/context.js +0 -101
  135. package/dist/context.js.map +0 -1
  136. package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js +0 -1751
  137. package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js.map +0 -1
  138. package/dist/index-KlA5Es4t.js +0 -46971
  139. package/dist/index-KlA5Es4t.js.map +0 -1
  140. package/dist/isTypedArray-DPyC49cI.js +0 -411
  141. package/dist/isTypedArray-DPyC49cI.js.map +0 -1
  142. package/dist/lazyLoadedSlices-DC7yg4GT.js +0 -2832
  143. package/dist/lazyLoadedSlices-DC7yg4GT.js.map +0 -1
  144. package/dist/owpDark-DAY0F6Ph.js.map +0 -1
  145. package/dist/types/components/OwpCommonDialog/OwpCommonDialog.d.ts +0 -1
  146. package/dist/types/components/OwpCommonDialog/index.d.ts +0 -1
  147. package/dist/types/components/OwpNavigation/OwpNavBadge.d.ts +0 -17
  148. package/dist/types/components/OwpNavigation/OwpNavItem.d.ts +0 -14
  149. package/dist/types/components/OwpNavigation/OwpNavigation.d.ts +0 -23
  150. package/dist/types/components/OwpNavigation/horizontal/OwpNavHorizontalLayout1.d.ts +0 -7
  151. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalCollapse.d.ts +0 -15
  152. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +0 -13
  153. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +0 -11
  154. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +0 -8
  155. package/dist/types/components/OwpNavigation/index.d.ts +0 -1
  156. package/dist/types/components/OwpNavigation/isUrlInChildren.d.ts +0 -7
  157. package/dist/types/components/OwpNavigation/models/OwpNavItemModel.d.ts +0 -8
  158. package/dist/types/components/OwpNavigation/types/OwpNavBadgeType.d.ts +0 -9
  159. package/dist/types/components/OwpNavigation/utils/components.d.ts +0 -4
  160. package/dist/types/components/OwpNavigation/utils/registerComponent.d.ts +0 -4
  161. package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout1.d.ts +0 -9
  162. package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout2.d.ts +0 -7
  163. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalCollapse.d.ts +0 -7
  164. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalGroup.d.ts +0 -7
  165. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalItem.d.ts +0 -7
  166. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalLink.d.ts +0 -8
  167. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalTab.d.ts +0 -11
  168. package/dist/types/components/OwpSearch/OwpSearch.d.ts +0 -23
  169. package/dist/types/components/OwpSearch/index.d.ts +0 -1
  170. package/dist/types/components/OwpShortcuts/OwpShortcuts.d.ts +0 -19
  171. package/dist/types/components/OwpShortcuts/index.d.ts +0 -1
  172. package/dist/types/components/OwpSidePanel/OwpSidePanel.d.ts +0 -18
  173. package/dist/types/components/OwpSidePanel/index.d.ts +0 -1
  174. package/dist/types/components/OwpTheme/OwpTheme.d.ts +0 -18
  175. package/dist/types/components/OwpTheme/index.d.ts +0 -1
  176. package/dist/types/components/OwpThemeSelector/OwpThemeSelector.d.ts +0 -16
  177. package/dist/types/components/OwpThemeSelector/SchemePreview.d.ts +0 -14
  178. package/dist/types/components/OwpThemeSelector/ThemePreview.d.ts +0 -17
  179. package/dist/types/components/OwpThemeSelector/index.d.ts +0 -1
  180. package/dist/types/components/layouts/layout1/Layout1.d.ts +0 -10
  181. package/dist/types/components/layouts/layout1/Layout1Config.d.ts +0 -114
  182. package/dist/types/components/layouts/layout1/components/FooterLayout1.d.ts +0 -9
  183. package/dist/types/components/layouts/layout1/components/LeftSideLayout1.d.ts +0 -6
  184. package/dist/types/components/layouts/layout1/components/NavbarToggleFabLayout1.d.ts +0 -8
  185. package/dist/types/components/layouts/layout1/components/NavbarWrapperLayout1.d.ts +0 -5
  186. package/dist/types/components/layouts/layout1/components/ToolbarLayout1.d.ts +0 -9
  187. package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1.d.ts +0 -5
  188. package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1Content.d.ts +0 -9
  189. package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2.d.ts +0 -5
  190. package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2Content.d.ts +0 -9
  191. package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3.d.ts +0 -9
  192. package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3Content.d.ts +0 -10
  193. package/dist/types/components/layouts/layout2/Layout2.d.ts +0 -10
  194. package/dist/types/components/layouts/layout2/components/FooterLayout2.d.ts +0 -9
  195. package/dist/types/components/layouts/layout2/components/LeftSideLayout2.d.ts +0 -6
  196. package/dist/types/components/layouts/layout2/components/NavbarLayout2.d.ts +0 -9
  197. package/dist/types/components/layouts/layout2/components/NavbarMobileLayout2.d.ts +0 -9
  198. package/dist/types/components/layouts/layout2/components/NavbarToggleFabLayout2.d.ts +0 -8
  199. package/dist/types/components/layouts/layout2/components/NavbarWrapperLayout2.d.ts +0 -5
  200. package/dist/types/components/layouts/layout2/components/RightSideLayout2.d.ts +0 -6
  201. package/dist/types/components/layouts/layout2/components/ToolbarLayout2.d.ts +0 -9
  202. package/dist/types/components/layouts/layout3/Layout3Config.d.ts +0 -110
  203. package/dist/types/components/layouts/layout3/components/LeftSideLayout3.d.ts +0 -6
  204. package/dist/types/components/layouts/layout3/components/NavbarLayout3.d.ts +0 -9
  205. package/dist/types/components/layouts/layout3/components/NavbarMobileLayout3.d.ts +0 -9
  206. package/dist/types/components/layouts/layout3/components/NavbarWrapperLayout3.d.ts +0 -5
  207. package/dist/types/components/layouts/layout3/components/RightSideLayout3.d.ts +0 -6
  208. package/dist/types/components/layouts/layout3/components/ToolbarLayout3.d.ts +0 -9
  209. package/dist/types/components/layouts/shared-components/FullScreenToggle.d.ts +0 -8
  210. package/dist/types/components/layouts/shared-components/LanguageSwitcher.d.ts +0 -7
  211. package/dist/types/components/layouts/shared-components/PasswordChangeForm.d.ts +0 -2
  212. package/dist/types/components/layouts/shared-components/navbar/NavbarToggleButton.d.ts +0 -7
  213. package/dist/types/components/layouts/shared-components/navigation/Navigation.d.ts +0 -3
  214. package/dist/types/components/layouts/shared-components/navigation/NavigationSearch.d.ts +0 -6
  215. package/dist/types/components/layouts/shared-components/navigation/NavigationShortcuts.d.ts +0 -6
  216. package/dist/types/components/layouts/shared-components/quickPanel/QuickPanel.d.ts +0 -5
  217. package/dist/types/components/layouts/shared-components/quickPanel/QuickPanelToggleButton.d.ts +0 -9
  218. package/dist/types/components/layouts/shared-components/quickPanel/quickPanelSlice.d.ts +0 -14
  219. package/dist/types/hooks/useCurrentLogoSrc.d.ts +0 -8
  220. package/dist/types/hooks/useTreeGridCommonCodeEnum.d.ts +0 -8
  221. package/dist/usePageLockLoading-BUI_3PlR.js.map +0 -1
  222. package/dist/useShortcuts-CCf98L8m.js +0 -241
  223. package/dist/useShortcuts-CCf98L8m.js.map +0 -1
  224. package/dist/useStorage-CuUmH4fD.js +0 -50
  225. package/dist/useStorage-CuUmH4fD.js.map +0 -1
  226. package/dist/useTreeGridExcelExport-N2nOKmkz.js +0 -138
  227. package/dist/useTreeGridExcelExport-N2nOKmkz.js.map +0 -1
  228. /package/dist/types/colors/{owpDark.d.ts → palettes/dark.d.ts} +0 -0
  229. /package/dist/types/colors/{skyBlue.d.ts → palettes/skyBlue.d.ts} +0 -0
  230. /package/dist/types/{context → contexts}/OwpCoreProvider.d.ts +0 -0
  231. /package/dist/types/{context → contexts}/OwpStoreProvider.d.ts +0 -0
  232. /package/dist/types/{context → contexts}/OwpUiProvider.d.ts +0 -0
  233. /package/dist/types/{context → contexts}/index.d.ts +0 -0
  234. /package/dist/types/{components/layouts/shared-components → layout/components/logo}/Logo.d.ts +0 -0
  235. /package/dist/types/{components/layouts/shared-components → layout/components}/navbar/NavbarToggleFab.d.ts +0 -0
  236. /package/dist/types/{components/layouts/shared-components → layout/components/toggles}/LogoutToggle.d.ts +0 -0
  237. /package/dist/types/{components/layouts → layout}/themeLayouts.d.ts +0 -0
  238. /package/dist/types/{components/layouts/shared-components/navbar → store}/navbarSlice.d.ts +0 -0
@@ -1,5 +1,7 @@
1
- import type { OwpThemesType } from '@/types/OwpSettingsTypes';
2
- import { createSelector, PayloadAction } from '@reduxjs/toolkit';
1
+ import type { OwpSettingsConfigType, OwpThemesType } from '@/types/OwpSettingsTypes';
2
+ import { RootState } from '@/store/store';
3
+ import { createSelector, type AsyncThunk } from '@reduxjs/toolkit';
4
+ import { PartialDeep } from 'type-fest';
3
5
  /**
4
6
  * The lightPaletteText object defines the text color palette for the light theme.
5
7
  */
@@ -19,1363 +21,23 @@ export declare const darkPaletteText: {
19
21
  /**
20
22
  * changeOwpTheme 비동기 액션
21
23
  */
22
- export declare const changeOwpTheme: import("@reduxjs/toolkit").AsyncThunk<PayloadAction<any, string, {
23
- arg: {
24
- layout?: {
25
- style?: string;
26
- config?: {
27
- mode?: string;
28
- containerWidth?: string;
29
- navbar?: {
30
- display?: boolean;
31
- style?: string;
32
- folded?: boolean;
33
- position?: string;
34
- open?: boolean;
35
- };
36
- toolbar?: {
37
- display?: boolean;
38
- style?: string;
39
- };
40
- footer?: {
41
- display?: boolean;
42
- style?: string;
43
- };
44
- leftSidePanel?: {
45
- display?: boolean;
46
- };
47
- rightSidePanel?: {
48
- display?: boolean;
49
- };
50
- } | {
51
- mode?: string;
52
- containerWidth?: number;
53
- navbar?: {
54
- display?: boolean;
55
- style?: string;
56
- folded?: boolean;
57
- };
58
- toolbar?: {
59
- display?: boolean;
60
- style?: string;
61
- position?: string;
62
- };
63
- footer?: {
64
- display?: boolean;
65
- style?: string;
66
- };
67
- leftSidePanel?: {
68
- display?: boolean;
69
- };
70
- rightSidePanel?: {
71
- display?: boolean;
72
- };
73
- } | {
74
- mode?: string;
75
- containerWidth?: number;
76
- scroll?: string;
77
- navbar?: {
78
- display?: boolean;
79
- style?: string;
80
- folded?: boolean;
81
- };
82
- toolbar?: {
83
- display?: boolean;
84
- style?: string;
85
- position?: string;
86
- };
87
- footer?: {
88
- display?: boolean;
89
- style?: string;
90
- };
91
- leftSidePanel?: {
92
- display?: boolean;
93
- };
94
- rightSidePanel?: {
95
- display?: boolean;
96
- };
97
- };
98
- };
99
- customScrollbars?: boolean;
100
- direction?: "rtl" | "ltr";
101
- theme?: {
102
- main?: {
103
- palette?: {
104
- common?: {
105
- black?: string;
106
- white?: string;
107
- };
108
- mode?: import("@mui/material").PaletteMode;
109
- contrastThreshold?: number;
110
- tonalOffset?: number | {
111
- light?: number;
112
- dark?: number;
113
- };
114
- primary?: {
115
- light?: string;
116
- main?: string;
117
- dark?: string;
118
- contrastText?: string;
119
- };
120
- secondary?: {
121
- light?: string;
122
- main?: string;
123
- dark?: string;
124
- contrastText?: string;
125
- };
126
- error?: {
127
- light?: string;
128
- main?: string;
129
- dark?: string;
130
- contrastText?: string;
131
- };
132
- warning?: {
133
- light?: string;
134
- main?: string;
135
- dark?: string;
136
- contrastText?: string;
137
- };
138
- info?: {
139
- light?: string;
140
- main?: string;
141
- dark?: string;
142
- contrastText?: string;
143
- };
144
- success?: {
145
- light?: string;
146
- main?: string;
147
- dark?: string;
148
- contrastText?: string;
149
- };
150
- grey?: {
151
- 50?: string;
152
- 100?: string;
153
- 200?: string;
154
- 300?: string;
155
- 400?: string;
156
- 500?: string;
157
- 600?: string;
158
- 700?: string;
159
- 800?: string;
160
- 900?: string;
161
- A100?: string;
162
- A200?: string;
163
- A400?: string;
164
- A700?: string;
165
- };
166
- text?: {
167
- primary?: string;
168
- secondary?: string;
169
- disabled?: string;
170
- };
171
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
172
- action?: {
173
- active?: string;
174
- hover?: string;
175
- hoverOpacity?: number;
176
- selected?: string;
177
- selectedOpacity?: number;
178
- disabled?: string;
179
- disabledOpacity?: number;
180
- disabledBackground?: string;
181
- focus?: string;
182
- focusOpacity?: number;
183
- activatedOpacity?: number;
184
- };
185
- background?: {
186
- default?: string;
187
- paper?: string;
188
- };
189
- getContrastText?: (background: string) => string;
190
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
191
- };
192
- };
193
- navbar?: {
194
- palette?: {
195
- common?: {
196
- black?: string;
197
- white?: string;
198
- };
199
- mode?: import("@mui/material").PaletteMode;
200
- contrastThreshold?: number;
201
- tonalOffset?: number | {
202
- light?: number;
203
- dark?: number;
204
- };
205
- primary?: {
206
- light?: string;
207
- main?: string;
208
- dark?: string;
209
- contrastText?: string;
210
- };
211
- secondary?: {
212
- light?: string;
213
- main?: string;
214
- dark?: string;
215
- contrastText?: string;
216
- };
217
- error?: {
218
- light?: string;
219
- main?: string;
220
- dark?: string;
221
- contrastText?: string;
222
- };
223
- warning?: {
224
- light?: string;
225
- main?: string;
226
- dark?: string;
227
- contrastText?: string;
228
- };
229
- info?: {
230
- light?: string;
231
- main?: string;
232
- dark?: string;
233
- contrastText?: string;
234
- };
235
- success?: {
236
- light?: string;
237
- main?: string;
238
- dark?: string;
239
- contrastText?: string;
240
- };
241
- grey?: {
242
- 50?: string;
243
- 100?: string;
244
- 200?: string;
245
- 300?: string;
246
- 400?: string;
247
- 500?: string;
248
- 600?: string;
249
- 700?: string;
250
- 800?: string;
251
- 900?: string;
252
- A100?: string;
253
- A200?: string;
254
- A400?: string;
255
- A700?: string;
256
- };
257
- text?: {
258
- primary?: string;
259
- secondary?: string;
260
- disabled?: string;
261
- };
262
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
263
- action?: {
264
- active?: string;
265
- hover?: string;
266
- hoverOpacity?: number;
267
- selected?: string;
268
- selectedOpacity?: number;
269
- disabled?: string;
270
- disabledOpacity?: number;
271
- disabledBackground?: string;
272
- focus?: string;
273
- focusOpacity?: number;
274
- activatedOpacity?: number;
275
- };
276
- background?: {
277
- default?: string;
278
- paper?: string;
279
- };
280
- getContrastText?: (background: string) => string;
281
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
282
- };
283
- };
284
- toolbar?: {
285
- palette?: {
286
- common?: {
287
- black?: string;
288
- white?: string;
289
- };
290
- mode?: import("@mui/material").PaletteMode;
291
- contrastThreshold?: number;
292
- tonalOffset?: number | {
293
- light?: number;
294
- dark?: number;
295
- };
296
- primary?: {
297
- light?: string;
298
- main?: string;
299
- dark?: string;
300
- contrastText?: string;
301
- };
302
- secondary?: {
303
- light?: string;
304
- main?: string;
305
- dark?: string;
306
- contrastText?: string;
307
- };
308
- error?: {
309
- light?: string;
310
- main?: string;
311
- dark?: string;
312
- contrastText?: string;
313
- };
314
- warning?: {
315
- light?: string;
316
- main?: string;
317
- dark?: string;
318
- contrastText?: string;
319
- };
320
- info?: {
321
- light?: string;
322
- main?: string;
323
- dark?: string;
324
- contrastText?: string;
325
- };
326
- success?: {
327
- light?: string;
328
- main?: string;
329
- dark?: string;
330
- contrastText?: string;
331
- };
332
- grey?: {
333
- 50?: string;
334
- 100?: string;
335
- 200?: string;
336
- 300?: string;
337
- 400?: string;
338
- 500?: string;
339
- 600?: string;
340
- 700?: string;
341
- 800?: string;
342
- 900?: string;
343
- A100?: string;
344
- A200?: string;
345
- A400?: string;
346
- A700?: string;
347
- };
348
- text?: {
349
- primary?: string;
350
- secondary?: string;
351
- disabled?: string;
352
- };
353
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
354
- action?: {
355
- active?: string;
356
- hover?: string;
357
- hoverOpacity?: number;
358
- selected?: string;
359
- selectedOpacity?: number;
360
- disabled?: string;
361
- disabledOpacity?: number;
362
- disabledBackground?: string;
363
- focus?: string;
364
- focusOpacity?: number;
365
- activatedOpacity?: number;
366
- };
367
- background?: {
368
- default?: string;
369
- paper?: string;
370
- };
371
- getContrastText?: (background: string) => string;
372
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
373
- };
374
- };
375
- footer?: {
376
- palette?: {
377
- common?: {
378
- black?: string;
379
- white?: string;
380
- };
381
- mode?: import("@mui/material").PaletteMode;
382
- contrastThreshold?: number;
383
- tonalOffset?: number | {
384
- light?: number;
385
- dark?: number;
386
- };
387
- primary?: {
388
- light?: string;
389
- main?: string;
390
- dark?: string;
391
- contrastText?: string;
392
- };
393
- secondary?: {
394
- light?: string;
395
- main?: string;
396
- dark?: string;
397
- contrastText?: string;
398
- };
399
- error?: {
400
- light?: string;
401
- main?: string;
402
- dark?: string;
403
- contrastText?: string;
404
- };
405
- warning?: {
406
- light?: string;
407
- main?: string;
408
- dark?: string;
409
- contrastText?: string;
410
- };
411
- info?: {
412
- light?: string;
413
- main?: string;
414
- dark?: string;
415
- contrastText?: string;
416
- };
417
- success?: {
418
- light?: string;
419
- main?: string;
420
- dark?: string;
421
- contrastText?: string;
422
- };
423
- grey?: {
424
- 50?: string;
425
- 100?: string;
426
- 200?: string;
427
- 300?: string;
428
- 400?: string;
429
- 500?: string;
430
- 600?: string;
431
- 700?: string;
432
- 800?: string;
433
- 900?: string;
434
- A100?: string;
435
- A200?: string;
436
- A400?: string;
437
- A700?: string;
438
- };
439
- text?: {
440
- primary?: string;
441
- secondary?: string;
442
- disabled?: string;
443
- };
444
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
445
- action?: {
446
- active?: string;
447
- hover?: string;
448
- hoverOpacity?: number;
449
- selected?: string;
450
- selectedOpacity?: number;
451
- disabled?: string;
452
- disabledOpacity?: number;
453
- disabledBackground?: string;
454
- focus?: string;
455
- focusOpacity?: number;
456
- activatedOpacity?: number;
457
- };
458
- background?: {
459
- default?: string;
460
- paper?: string;
461
- };
462
- getContrastText?: (background: string) => string;
463
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
464
- };
465
- };
466
- };
467
- defaultAuth?: string[];
468
- loginRedirectUrl?: string;
469
- };
470
- requestId: string;
471
- requestStatus: "fulfilled";
472
- }, never> | PayloadAction<unknown, string, {
473
- arg: {
474
- layout?: {
475
- style?: string;
476
- config?: {
477
- mode?: string;
478
- containerWidth?: string;
479
- navbar?: {
480
- display?: boolean;
481
- style?: string;
482
- folded?: boolean;
483
- position?: string;
484
- open?: boolean;
485
- };
486
- toolbar?: {
487
- display?: boolean;
488
- style?: string;
489
- };
490
- footer?: {
491
- display?: boolean;
492
- style?: string;
493
- };
494
- leftSidePanel?: {
495
- display?: boolean;
496
- };
497
- rightSidePanel?: {
498
- display?: boolean;
499
- };
500
- } | {
501
- mode?: string;
502
- containerWidth?: number;
503
- navbar?: {
504
- display?: boolean;
505
- style?: string;
506
- folded?: boolean;
507
- };
508
- toolbar?: {
509
- display?: boolean;
510
- style?: string;
511
- position?: string;
512
- };
513
- footer?: {
514
- display?: boolean;
515
- style?: string;
516
- };
517
- leftSidePanel?: {
518
- display?: boolean;
519
- };
520
- rightSidePanel?: {
521
- display?: boolean;
522
- };
523
- } | {
524
- mode?: string;
525
- containerWidth?: number;
526
- scroll?: string;
527
- navbar?: {
528
- display?: boolean;
529
- style?: string;
530
- folded?: boolean;
531
- };
532
- toolbar?: {
533
- display?: boolean;
534
- style?: string;
535
- position?: string;
536
- };
537
- footer?: {
538
- display?: boolean;
539
- style?: string;
540
- };
541
- leftSidePanel?: {
542
- display?: boolean;
543
- };
544
- rightSidePanel?: {
545
- display?: boolean;
546
- };
547
- };
548
- };
549
- customScrollbars?: boolean;
550
- direction?: "rtl" | "ltr";
551
- theme?: {
552
- main?: {
553
- palette?: {
554
- common?: {
555
- black?: string;
556
- white?: string;
557
- };
558
- mode?: import("@mui/material").PaletteMode;
559
- contrastThreshold?: number;
560
- tonalOffset?: number | {
561
- light?: number;
562
- dark?: number;
563
- };
564
- primary?: {
565
- light?: string;
566
- main?: string;
567
- dark?: string;
568
- contrastText?: string;
569
- };
570
- secondary?: {
571
- light?: string;
572
- main?: string;
573
- dark?: string;
574
- contrastText?: string;
575
- };
576
- error?: {
577
- light?: string;
578
- main?: string;
579
- dark?: string;
580
- contrastText?: string;
581
- };
582
- warning?: {
583
- light?: string;
584
- main?: string;
585
- dark?: string;
586
- contrastText?: string;
587
- };
588
- info?: {
589
- light?: string;
590
- main?: string;
591
- dark?: string;
592
- contrastText?: string;
593
- };
594
- success?: {
595
- light?: string;
596
- main?: string;
597
- dark?: string;
598
- contrastText?: string;
599
- };
600
- grey?: {
601
- 50?: string;
602
- 100?: string;
603
- 200?: string;
604
- 300?: string;
605
- 400?: string;
606
- 500?: string;
607
- 600?: string;
608
- 700?: string;
609
- 800?: string;
610
- 900?: string;
611
- A100?: string;
612
- A200?: string;
613
- A400?: string;
614
- A700?: string;
615
- };
616
- text?: {
617
- primary?: string;
618
- secondary?: string;
619
- disabled?: string;
620
- };
621
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
622
- action?: {
623
- active?: string;
624
- hover?: string;
625
- hoverOpacity?: number;
626
- selected?: string;
627
- selectedOpacity?: number;
628
- disabled?: string;
629
- disabledOpacity?: number;
630
- disabledBackground?: string;
631
- focus?: string;
632
- focusOpacity?: number;
633
- activatedOpacity?: number;
634
- };
635
- background?: {
636
- default?: string;
637
- paper?: string;
638
- };
639
- getContrastText?: (background: string) => string;
640
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
641
- };
642
- };
643
- navbar?: {
644
- palette?: {
645
- common?: {
646
- black?: string;
647
- white?: string;
648
- };
649
- mode?: import("@mui/material").PaletteMode;
650
- contrastThreshold?: number;
651
- tonalOffset?: number | {
652
- light?: number;
653
- dark?: number;
654
- };
655
- primary?: {
656
- light?: string;
657
- main?: string;
658
- dark?: string;
659
- contrastText?: string;
660
- };
661
- secondary?: {
662
- light?: string;
663
- main?: string;
664
- dark?: string;
665
- contrastText?: string;
666
- };
667
- error?: {
668
- light?: string;
669
- main?: string;
670
- dark?: string;
671
- contrastText?: string;
672
- };
673
- warning?: {
674
- light?: string;
675
- main?: string;
676
- dark?: string;
677
- contrastText?: string;
678
- };
679
- info?: {
680
- light?: string;
681
- main?: string;
682
- dark?: string;
683
- contrastText?: string;
684
- };
685
- success?: {
686
- light?: string;
687
- main?: string;
688
- dark?: string;
689
- contrastText?: string;
690
- };
691
- grey?: {
692
- 50?: string;
693
- 100?: string;
694
- 200?: string;
695
- 300?: string;
696
- 400?: string;
697
- 500?: string;
698
- 600?: string;
699
- 700?: string;
700
- 800?: string;
701
- 900?: string;
702
- A100?: string;
703
- A200?: string;
704
- A400?: string;
705
- A700?: string;
706
- };
707
- text?: {
708
- primary?: string;
709
- secondary?: string;
710
- disabled?: string;
711
- };
712
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
713
- action?: {
714
- active?: string;
715
- hover?: string;
716
- hoverOpacity?: number;
717
- selected?: string;
718
- selectedOpacity?: number;
719
- disabled?: string;
720
- disabledOpacity?: number;
721
- disabledBackground?: string;
722
- focus?: string;
723
- focusOpacity?: number;
724
- activatedOpacity?: number;
725
- };
726
- background?: {
727
- default?: string;
728
- paper?: string;
729
- };
730
- getContrastText?: (background: string) => string;
731
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
732
- };
733
- };
734
- toolbar?: {
735
- palette?: {
736
- common?: {
737
- black?: string;
738
- white?: string;
739
- };
740
- mode?: import("@mui/material").PaletteMode;
741
- contrastThreshold?: number;
742
- tonalOffset?: number | {
743
- light?: number;
744
- dark?: number;
745
- };
746
- primary?: {
747
- light?: string;
748
- main?: string;
749
- dark?: string;
750
- contrastText?: string;
751
- };
752
- secondary?: {
753
- light?: string;
754
- main?: string;
755
- dark?: string;
756
- contrastText?: string;
757
- };
758
- error?: {
759
- light?: string;
760
- main?: string;
761
- dark?: string;
762
- contrastText?: string;
763
- };
764
- warning?: {
765
- light?: string;
766
- main?: string;
767
- dark?: string;
768
- contrastText?: string;
769
- };
770
- info?: {
771
- light?: string;
772
- main?: string;
773
- dark?: string;
774
- contrastText?: string;
775
- };
776
- success?: {
777
- light?: string;
778
- main?: string;
779
- dark?: string;
780
- contrastText?: string;
781
- };
782
- grey?: {
783
- 50?: string;
784
- 100?: string;
785
- 200?: string;
786
- 300?: string;
787
- 400?: string;
788
- 500?: string;
789
- 600?: string;
790
- 700?: string;
791
- 800?: string;
792
- 900?: string;
793
- A100?: string;
794
- A200?: string;
795
- A400?: string;
796
- A700?: string;
797
- };
798
- text?: {
799
- primary?: string;
800
- secondary?: string;
801
- disabled?: string;
802
- };
803
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
804
- action?: {
805
- active?: string;
806
- hover?: string;
807
- hoverOpacity?: number;
808
- selected?: string;
809
- selectedOpacity?: number;
810
- disabled?: string;
811
- disabledOpacity?: number;
812
- disabledBackground?: string;
813
- focus?: string;
814
- focusOpacity?: number;
815
- activatedOpacity?: number;
816
- };
817
- background?: {
818
- default?: string;
819
- paper?: string;
820
- };
821
- getContrastText?: (background: string) => string;
822
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
823
- };
824
- };
825
- footer?: {
826
- palette?: {
827
- common?: {
828
- black?: string;
829
- white?: string;
830
- };
831
- mode?: import("@mui/material").PaletteMode;
832
- contrastThreshold?: number;
833
- tonalOffset?: number | {
834
- light?: number;
835
- dark?: number;
836
- };
837
- primary?: {
838
- light?: string;
839
- main?: string;
840
- dark?: string;
841
- contrastText?: string;
842
- };
843
- secondary?: {
844
- light?: string;
845
- main?: string;
846
- dark?: string;
847
- contrastText?: string;
848
- };
849
- error?: {
850
- light?: string;
851
- main?: string;
852
- dark?: string;
853
- contrastText?: string;
854
- };
855
- warning?: {
856
- light?: string;
857
- main?: string;
858
- dark?: string;
859
- contrastText?: string;
860
- };
861
- info?: {
862
- light?: string;
863
- main?: string;
864
- dark?: string;
865
- contrastText?: string;
866
- };
867
- success?: {
868
- light?: string;
869
- main?: string;
870
- dark?: string;
871
- contrastText?: string;
872
- };
873
- grey?: {
874
- 50?: string;
875
- 100?: string;
876
- 200?: string;
877
- 300?: string;
878
- 400?: string;
879
- 500?: string;
880
- 600?: string;
881
- 700?: string;
882
- 800?: string;
883
- 900?: string;
884
- A100?: string;
885
- A200?: string;
886
- A400?: string;
887
- A700?: string;
888
- };
889
- text?: {
890
- primary?: string;
891
- secondary?: string;
892
- disabled?: string;
893
- };
894
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
895
- action?: {
896
- active?: string;
897
- hover?: string;
898
- hoverOpacity?: number;
899
- selected?: string;
900
- selectedOpacity?: number;
901
- disabled?: string;
902
- disabledOpacity?: number;
903
- disabledBackground?: string;
904
- focus?: string;
905
- focusOpacity?: number;
906
- activatedOpacity?: number;
907
- };
908
- background?: {
909
- default?: string;
910
- paper?: string;
911
- };
912
- getContrastText?: (background: string) => string;
913
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
914
- };
915
- };
916
- };
917
- defaultAuth?: string[];
918
- loginRedirectUrl?: string;
919
- };
920
- requestId: string;
921
- requestStatus: "rejected";
922
- aborted: boolean;
923
- condition: boolean;
924
- } & ({
925
- rejectedWithValue: true;
926
- } | ({
927
- rejectedWithValue: false;
928
- } & {})), import("@reduxjs/toolkit").SerializedError>, OwpThemesType, import("@reduxjs/toolkit").AsyncThunkConfig>;
24
+ export declare const changeOwpTheme: AsyncThunk<OwpSettingsState, OwpThemesType, {
25
+ state: RootState;
26
+ }>;
27
+ /**
28
+ * The type definition for the initial state.
29
+ */
30
+ export type OwpSettingsState = {
31
+ initial: OwpSettingsConfigType;
32
+ defaults: OwpSettingsConfigType;
33
+ current: OwpSettingsConfigType;
34
+ };
929
35
  /**
930
36
  * Sets the default settings for the application.
931
37
  */
932
- export declare const setDefaultSettings: import("@reduxjs/toolkit").AsyncThunk<any, {
933
- layout?: {
934
- style?: string;
935
- config?: {
936
- mode?: string;
937
- containerWidth?: string;
938
- navbar?: {
939
- display?: boolean;
940
- style?: string;
941
- folded?: boolean;
942
- position?: string;
943
- open?: boolean;
944
- };
945
- toolbar?: {
946
- display?: boolean;
947
- style?: string;
948
- };
949
- footer?: {
950
- display?: boolean;
951
- style?: string;
952
- };
953
- leftSidePanel?: {
954
- display?: boolean;
955
- };
956
- rightSidePanel?: {
957
- display?: boolean;
958
- };
959
- } | {
960
- mode?: string;
961
- containerWidth?: number;
962
- navbar?: {
963
- display?: boolean;
964
- style?: string;
965
- folded?: boolean;
966
- };
967
- toolbar?: {
968
- display?: boolean;
969
- style?: string;
970
- position?: string;
971
- };
972
- footer?: {
973
- display?: boolean;
974
- style?: string;
975
- };
976
- leftSidePanel?: {
977
- display?: boolean;
978
- };
979
- rightSidePanel?: {
980
- display?: boolean;
981
- };
982
- } | {
983
- mode?: string;
984
- containerWidth?: number;
985
- scroll?: string;
986
- navbar?: {
987
- display?: boolean;
988
- style?: string;
989
- folded?: boolean;
990
- };
991
- toolbar?: {
992
- display?: boolean;
993
- style?: string;
994
- position?: string;
995
- };
996
- footer?: {
997
- display?: boolean;
998
- style?: string;
999
- };
1000
- leftSidePanel?: {
1001
- display?: boolean;
1002
- };
1003
- rightSidePanel?: {
1004
- display?: boolean;
1005
- };
1006
- };
1007
- };
1008
- customScrollbars?: boolean;
1009
- direction?: "rtl" | "ltr";
1010
- theme?: {
1011
- main?: {
1012
- palette?: {
1013
- common?: {
1014
- black?: string;
1015
- white?: string;
1016
- };
1017
- mode?: import("@mui/material").PaletteMode;
1018
- contrastThreshold?: number;
1019
- tonalOffset?: number | {
1020
- light?: number;
1021
- dark?: number;
1022
- };
1023
- primary?: {
1024
- light?: string;
1025
- main?: string;
1026
- dark?: string;
1027
- contrastText?: string;
1028
- };
1029
- secondary?: {
1030
- light?: string;
1031
- main?: string;
1032
- dark?: string;
1033
- contrastText?: string;
1034
- };
1035
- error?: {
1036
- light?: string;
1037
- main?: string;
1038
- dark?: string;
1039
- contrastText?: string;
1040
- };
1041
- warning?: {
1042
- light?: string;
1043
- main?: string;
1044
- dark?: string;
1045
- contrastText?: string;
1046
- };
1047
- info?: {
1048
- light?: string;
1049
- main?: string;
1050
- dark?: string;
1051
- contrastText?: string;
1052
- };
1053
- success?: {
1054
- light?: string;
1055
- main?: string;
1056
- dark?: string;
1057
- contrastText?: string;
1058
- };
1059
- grey?: {
1060
- 50?: string;
1061
- 100?: string;
1062
- 200?: string;
1063
- 300?: string;
1064
- 400?: string;
1065
- 500?: string;
1066
- 600?: string;
1067
- 700?: string;
1068
- 800?: string;
1069
- 900?: string;
1070
- A100?: string;
1071
- A200?: string;
1072
- A400?: string;
1073
- A700?: string;
1074
- };
1075
- text?: {
1076
- primary?: string;
1077
- secondary?: string;
1078
- disabled?: string;
1079
- };
1080
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
1081
- action?: {
1082
- active?: string;
1083
- hover?: string;
1084
- hoverOpacity?: number;
1085
- selected?: string;
1086
- selectedOpacity?: number;
1087
- disabled?: string;
1088
- disabledOpacity?: number;
1089
- disabledBackground?: string;
1090
- focus?: string;
1091
- focusOpacity?: number;
1092
- activatedOpacity?: number;
1093
- };
1094
- background?: {
1095
- default?: string;
1096
- paper?: string;
1097
- };
1098
- getContrastText?: (background: string) => string;
1099
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1100
- };
1101
- };
1102
- navbar?: {
1103
- palette?: {
1104
- common?: {
1105
- black?: string;
1106
- white?: string;
1107
- };
1108
- mode?: import("@mui/material").PaletteMode;
1109
- contrastThreshold?: number;
1110
- tonalOffset?: number | {
1111
- light?: number;
1112
- dark?: number;
1113
- };
1114
- primary?: {
1115
- light?: string;
1116
- main?: string;
1117
- dark?: string;
1118
- contrastText?: string;
1119
- };
1120
- secondary?: {
1121
- light?: string;
1122
- main?: string;
1123
- dark?: string;
1124
- contrastText?: string;
1125
- };
1126
- error?: {
1127
- light?: string;
1128
- main?: string;
1129
- dark?: string;
1130
- contrastText?: string;
1131
- };
1132
- warning?: {
1133
- light?: string;
1134
- main?: string;
1135
- dark?: string;
1136
- contrastText?: string;
1137
- };
1138
- info?: {
1139
- light?: string;
1140
- main?: string;
1141
- dark?: string;
1142
- contrastText?: string;
1143
- };
1144
- success?: {
1145
- light?: string;
1146
- main?: string;
1147
- dark?: string;
1148
- contrastText?: string;
1149
- };
1150
- grey?: {
1151
- 50?: string;
1152
- 100?: string;
1153
- 200?: string;
1154
- 300?: string;
1155
- 400?: string;
1156
- 500?: string;
1157
- 600?: string;
1158
- 700?: string;
1159
- 800?: string;
1160
- 900?: string;
1161
- A100?: string;
1162
- A200?: string;
1163
- A400?: string;
1164
- A700?: string;
1165
- };
1166
- text?: {
1167
- primary?: string;
1168
- secondary?: string;
1169
- disabled?: string;
1170
- };
1171
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
1172
- action?: {
1173
- active?: string;
1174
- hover?: string;
1175
- hoverOpacity?: number;
1176
- selected?: string;
1177
- selectedOpacity?: number;
1178
- disabled?: string;
1179
- disabledOpacity?: number;
1180
- disabledBackground?: string;
1181
- focus?: string;
1182
- focusOpacity?: number;
1183
- activatedOpacity?: number;
1184
- };
1185
- background?: {
1186
- default?: string;
1187
- paper?: string;
1188
- };
1189
- getContrastText?: (background: string) => string;
1190
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1191
- };
1192
- };
1193
- toolbar?: {
1194
- palette?: {
1195
- common?: {
1196
- black?: string;
1197
- white?: string;
1198
- };
1199
- mode?: import("@mui/material").PaletteMode;
1200
- contrastThreshold?: number;
1201
- tonalOffset?: number | {
1202
- light?: number;
1203
- dark?: number;
1204
- };
1205
- primary?: {
1206
- light?: string;
1207
- main?: string;
1208
- dark?: string;
1209
- contrastText?: string;
1210
- };
1211
- secondary?: {
1212
- light?: string;
1213
- main?: string;
1214
- dark?: string;
1215
- contrastText?: string;
1216
- };
1217
- error?: {
1218
- light?: string;
1219
- main?: string;
1220
- dark?: string;
1221
- contrastText?: string;
1222
- };
1223
- warning?: {
1224
- light?: string;
1225
- main?: string;
1226
- dark?: string;
1227
- contrastText?: string;
1228
- };
1229
- info?: {
1230
- light?: string;
1231
- main?: string;
1232
- dark?: string;
1233
- contrastText?: string;
1234
- };
1235
- success?: {
1236
- light?: string;
1237
- main?: string;
1238
- dark?: string;
1239
- contrastText?: string;
1240
- };
1241
- grey?: {
1242
- 50?: string;
1243
- 100?: string;
1244
- 200?: string;
1245
- 300?: string;
1246
- 400?: string;
1247
- 500?: string;
1248
- 600?: string;
1249
- 700?: string;
1250
- 800?: string;
1251
- 900?: string;
1252
- A100?: string;
1253
- A200?: string;
1254
- A400?: string;
1255
- A700?: string;
1256
- };
1257
- text?: {
1258
- primary?: string;
1259
- secondary?: string;
1260
- disabled?: string;
1261
- };
1262
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
1263
- action?: {
1264
- active?: string;
1265
- hover?: string;
1266
- hoverOpacity?: number;
1267
- selected?: string;
1268
- selectedOpacity?: number;
1269
- disabled?: string;
1270
- disabledOpacity?: number;
1271
- disabledBackground?: string;
1272
- focus?: string;
1273
- focusOpacity?: number;
1274
- activatedOpacity?: number;
1275
- };
1276
- background?: {
1277
- default?: string;
1278
- paper?: string;
1279
- };
1280
- getContrastText?: (background: string) => string;
1281
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1282
- };
1283
- };
1284
- footer?: {
1285
- palette?: {
1286
- common?: {
1287
- black?: string;
1288
- white?: string;
1289
- };
1290
- mode?: import("@mui/material").PaletteMode;
1291
- contrastThreshold?: number;
1292
- tonalOffset?: number | {
1293
- light?: number;
1294
- dark?: number;
1295
- };
1296
- primary?: {
1297
- light?: string;
1298
- main?: string;
1299
- dark?: string;
1300
- contrastText?: string;
1301
- };
1302
- secondary?: {
1303
- light?: string;
1304
- main?: string;
1305
- dark?: string;
1306
- contrastText?: string;
1307
- };
1308
- error?: {
1309
- light?: string;
1310
- main?: string;
1311
- dark?: string;
1312
- contrastText?: string;
1313
- };
1314
- warning?: {
1315
- light?: string;
1316
- main?: string;
1317
- dark?: string;
1318
- contrastText?: string;
1319
- };
1320
- info?: {
1321
- light?: string;
1322
- main?: string;
1323
- dark?: string;
1324
- contrastText?: string;
1325
- };
1326
- success?: {
1327
- light?: string;
1328
- main?: string;
1329
- dark?: string;
1330
- contrastText?: string;
1331
- };
1332
- grey?: {
1333
- 50?: string;
1334
- 100?: string;
1335
- 200?: string;
1336
- 300?: string;
1337
- 400?: string;
1338
- 500?: string;
1339
- 600?: string;
1340
- 700?: string;
1341
- 800?: string;
1342
- 900?: string;
1343
- A100?: string;
1344
- A200?: string;
1345
- A400?: string;
1346
- A700?: string;
1347
- };
1348
- text?: {
1349
- primary?: string;
1350
- secondary?: string;
1351
- disabled?: string;
1352
- };
1353
- divider?: import("@mui/material/styles/createPalette").TypeDivider;
1354
- action?: {
1355
- active?: string;
1356
- hover?: string;
1357
- hoverOpacity?: number;
1358
- selected?: string;
1359
- selectedOpacity?: number;
1360
- disabled?: string;
1361
- disabledOpacity?: number;
1362
- disabledBackground?: string;
1363
- focus?: string;
1364
- focusOpacity?: number;
1365
- activatedOpacity?: number;
1366
- };
1367
- background?: {
1368
- default?: string;
1369
- paper?: string;
1370
- };
1371
- getContrastText?: (background: string) => string;
1372
- augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1373
- };
1374
- };
1375
- };
1376
- defaultAuth?: string[];
1377
- loginRedirectUrl?: string;
1378
- }, import("@reduxjs/toolkit").AsyncThunkConfig>;
38
+ export declare const setDefaultSettings: AsyncThunk<OwpSettingsState, PartialDeep<OwpSettingsConfigType>, {
39
+ state: RootState;
40
+ }>;
1379
41
  /**
1380
42
  * The settings slice.
1381
43
  */