@owp/core 1.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 (225) hide show
  1. package/dist/QuickPanel-xYOXYOdd.js +103 -0
  2. package/dist/QuickPanel-xYOXYOdd.js.map +1 -0
  3. package/dist/index-DGvdCuqz.js +49361 -0
  4. package/dist/index-DGvdCuqz.js.map +1 -0
  5. package/dist/index.css +1 -0
  6. package/dist/index.js +172 -0
  7. package/dist/index.js.map +1 -0
  8. package/dist/owp-app.css +1 -0
  9. package/dist/types/auth/authRoles.d.ts +21 -0
  10. package/dist/types/colors/owpDark.d.ts +20 -0
  11. package/dist/types/colors/skyBlue.d.ts +20 -0
  12. package/dist/types/components/NavLinkAdapter/NavLinkAdapter.d.ts +18 -0
  13. package/dist/types/components/NavLinkAdapter/index.d.ts +1 -0
  14. package/dist/types/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts +3 -0
  15. package/dist/types/components/OwpBarcodeInput/OwpBarcodeInputField.d.ts +2 -0
  16. package/dist/types/components/OwpButtonDelete/index.d.ts +7 -0
  17. package/dist/types/components/OwpButtonSave/index.d.ts +7 -0
  18. package/dist/types/components/OwpCommonDialog/index.d.ts +17 -0
  19. package/dist/types/components/OwpDialog/OwpDialog.d.ts +7 -0
  20. package/dist/types/components/OwpDialog/index.d.ts +1 -0
  21. package/dist/types/components/OwpDialog/owpDialogSlice.d.ts +14 -0
  22. package/dist/types/components/OwpExportExcelButton/OwpExportExcelButton.d.ts +22 -0
  23. package/dist/types/components/OwpFileUploadButton/OwpFileUploadButton.d.ts +10 -0
  24. package/dist/types/components/OwpLayout/OwpLayout.d.ts +23 -0
  25. package/dist/types/components/OwpLayout/index.d.ts +1 -0
  26. package/dist/types/components/OwpLoading/OwpLoading.d.ts +9 -0
  27. package/dist/types/components/OwpLoading/index.d.ts +1 -0
  28. package/dist/types/components/OwpMessage/OwpMessage.d.ts +8 -0
  29. package/dist/types/components/OwpMessage/index.d.ts +1 -0
  30. package/dist/types/components/OwpMessage/owpMessageSlice.d.ts +14 -0
  31. package/dist/types/components/OwpNavigation/OwpNavBadge.d.ts +14 -0
  32. package/dist/types/components/OwpNavigation/OwpNavItem.d.ts +14 -0
  33. package/dist/types/components/OwpNavigation/OwpNavigation.d.ts +20 -0
  34. package/dist/types/components/OwpNavigation/horizontal/OwpNavHorizontalLayout1.d.ts +7 -0
  35. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalCollapse.d.ts +12 -0
  36. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +11 -0
  37. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +9 -0
  38. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +6 -0
  39. package/dist/types/components/OwpNavigation/index.d.ts +1 -0
  40. package/dist/types/components/OwpNavigation/isUrlInChildren.d.ts +7 -0
  41. package/dist/types/components/OwpNavigation/models/OwpNavItemModel.d.ts +8 -0
  42. package/dist/types/components/OwpNavigation/types/OwpNavBadgeType.d.ts +9 -0
  43. package/dist/types/components/OwpNavigation/types/OwpNavItemType.d.ts +30 -0
  44. package/dist/types/components/OwpNavigation/utils/components.d.ts +4 -0
  45. package/dist/types/components/OwpNavigation/utils/registerComponent.d.ts +4 -0
  46. package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout1.d.ts +9 -0
  47. package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout2.d.ts +7 -0
  48. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalCollapse.d.ts +7 -0
  49. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalGroup.d.ts +7 -0
  50. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalItem.d.ts +7 -0
  51. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalLink.d.ts +8 -0
  52. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalTab.d.ts +11 -0
  53. package/dist/types/components/OwpNumberField/index.d.ts +7 -0
  54. package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +52 -0
  55. package/dist/types/components/OwpPageCarded/OwpPageCardedHeader.d.ts +7 -0
  56. package/dist/types/components/OwpPageCarded/OwpPageCardedSidebar.d.ts +19 -0
  57. package/dist/types/components/OwpPageCarded/OwpPageCardedSidebarContent.d.ts +13 -0
  58. package/dist/types/components/OwpPageCarded/index.d.ts +1 -0
  59. package/dist/types/components/OwpPageContent/index.d.ts +9 -0
  60. package/dist/types/components/OwpPageLockLoading/index.d.ts +6 -0
  61. package/dist/types/components/OwpPageSimple/OwpPageSimple.d.ts +52 -0
  62. package/dist/types/components/OwpPageSimple/OwpPageSimpleHeader.d.ts +14 -0
  63. package/dist/types/components/OwpPageSimple/OwpPageSimpleSidebar.d.ts +19 -0
  64. package/dist/types/components/OwpPageSimple/OwpPageSimpleSidebarContent.d.ts +13 -0
  65. package/dist/types/components/OwpPageSimple/index.d.ts +1 -0
  66. package/dist/types/components/OwpPageTitle/index.d.ts +8 -0
  67. package/dist/types/components/OwpPicker/CalendarContainer.d.ts +4 -0
  68. package/dist/types/components/OwpPicker/DatePickerInput.d.ts +8 -0
  69. package/dist/types/components/OwpPicker/OwpDatePicker.d.ts +18 -0
  70. package/dist/types/components/OwpPicker/OwpDateRangePicker.d.ts +19 -0
  71. package/dist/types/components/OwpPicker/OwpWeekDatePicker.d.ts +19 -0
  72. package/dist/types/components/OwpPicker/OwpYearRangePicker.d.ts +18 -0
  73. package/dist/types/components/OwpPicker/constants.d.ts +4 -0
  74. package/dist/types/components/OwpScrollbars/OwpScrollbars.d.ts +16 -0
  75. package/dist/types/components/OwpScrollbars/index.d.ts +1 -0
  76. package/dist/types/components/OwpSearch/OwpSearch.d.ts +20 -0
  77. package/dist/types/components/OwpSearch/index.d.ts +1 -0
  78. package/dist/types/components/OwpSearchFilter/index.d.ts +9 -0
  79. package/dist/types/components/OwpSection/index.d.ts +13 -0
  80. package/dist/types/components/OwpSettings/OwpLayoutConfig.d.ts +12 -0
  81. package/dist/types/components/OwpSettings/OwpLayoutConfigs.d.ts +10 -0
  82. package/dist/types/components/OwpSettings/OwpSettings.d.ts +34 -0
  83. package/dist/types/components/OwpSettings/ThemeFormConfigTypes.d.ts +39 -0
  84. package/dist/types/components/OwpSettings/index.d.ts +1 -0
  85. package/dist/types/components/OwpSettings/owpSettingsSlice.d.ts +1866 -0
  86. package/dist/types/components/OwpSettings/palette-generator/PalettePreview.d.ts +14 -0
  87. package/dist/types/components/OwpSettings/palette-generator/PaletteSelector.d.ts +15 -0
  88. package/dist/types/components/OwpSettings/palette-generator/SectionPreview.d.ts +12 -0
  89. package/dist/types/components/OwpShortcuts/OwpShortcuts.d.ts +16 -0
  90. package/dist/types/components/OwpShortcuts/index.d.ts +1 -0
  91. package/dist/types/components/OwpSidePanel/OwpSidePanel.d.ts +15 -0
  92. package/dist/types/components/OwpSidePanel/index.d.ts +1 -0
  93. package/dist/types/components/OwpSplashScreen/OwpSplashScreen.d.ts +8 -0
  94. package/dist/types/components/OwpSplashScreen/index.d.ts +1 -0
  95. package/dist/types/components/OwpSuspense/OwpSuspense.d.ts +15 -0
  96. package/dist/types/components/OwpSuspense/index.d.ts +1 -0
  97. package/dist/types/components/OwpSvgIcon/OwpSvgIcon.d.ts +15 -0
  98. package/dist/types/components/OwpSvgIcon/index.d.ts +1 -0
  99. package/dist/types/components/OwpTable/OwpDataTable.d.ts +38 -0
  100. package/dist/types/components/OwpTable/OwpTable.d.ts +22 -0
  101. package/dist/types/components/OwpTable/OwpVerticalTable.d.ts +27 -0
  102. package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +15 -0
  103. package/dist/types/components/OwpTheme/OwpTheme.d.ts +15 -0
  104. package/dist/types/components/OwpTheme/index.d.ts +1 -0
  105. package/dist/types/components/OwpThemeSelector/OwpThemeSelector.d.ts +13 -0
  106. package/dist/types/components/OwpThemeSelector/SchemePreview.d.ts +14 -0
  107. package/dist/types/components/OwpThemeSelector/ThemePreview.d.ts +17 -0
  108. package/dist/types/components/OwpThemeSelector/index.d.ts +1 -0
  109. package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +43 -0
  110. package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +13 -0
  111. package/dist/types/components/OwpTreeGrid/TreeGrid.d.ts +18 -0
  112. package/dist/types/components/OwpTreeGrid/index.d.ts +2 -0
  113. package/dist/types/components/OwpTreeGrid/utils.d.ts +8 -0
  114. package/dist/types/components/OwpTreeView/OwpSlotTreeView.d.ts +11 -0
  115. package/dist/types/components/OwpZoomImageSlider/OwpZoomImageSlider.d.ts +11 -0
  116. package/dist/types/components/OwpZoomImageSlider/ZoomImage.d.ts +7 -0
  117. package/dist/types/components/layouts/index.d.ts +8 -0
  118. package/dist/types/components/layouts/layout1/Layout1.d.ts +10 -0
  119. package/dist/types/components/layouts/layout1/Layout1Config.d.ts +114 -0
  120. package/dist/types/components/layouts/layout1/components/FooterLayout1.d.ts +9 -0
  121. package/dist/types/components/layouts/layout1/components/LeftSideLayout1.d.ts +6 -0
  122. package/dist/types/components/layouts/layout1/components/NavbarToggleFabLayout1.d.ts +8 -0
  123. package/dist/types/components/layouts/layout1/components/NavbarWrapperLayout1.d.ts +5 -0
  124. package/dist/types/components/layouts/layout1/components/RightSideLayout1.d.ts +6 -0
  125. package/dist/types/components/layouts/layout1/components/ToolbarLayout1.d.ts +9 -0
  126. package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1.d.ts +5 -0
  127. package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1Content.d.ts +9 -0
  128. package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2.d.ts +5 -0
  129. package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2Content.d.ts +9 -0
  130. package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3.d.ts +9 -0
  131. package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3Content.d.ts +10 -0
  132. package/dist/types/components/layouts/layout2/Layout2.d.ts +10 -0
  133. package/dist/types/components/layouts/layout2/Layout2Config.d.ts +109 -0
  134. package/dist/types/components/layouts/layout2/components/FooterLayout2.d.ts +9 -0
  135. package/dist/types/components/layouts/layout2/components/LeftSideLayout2.d.ts +6 -0
  136. package/dist/types/components/layouts/layout2/components/NavbarLayout2.d.ts +9 -0
  137. package/dist/types/components/layouts/layout2/components/NavbarMobileLayout2.d.ts +9 -0
  138. package/dist/types/components/layouts/layout2/components/NavbarToggleFabLayout2.d.ts +8 -0
  139. package/dist/types/components/layouts/layout2/components/NavbarWrapperLayout2.d.ts +5 -0
  140. package/dist/types/components/layouts/layout2/components/RightSideLayout2.d.ts +6 -0
  141. package/dist/types/components/layouts/layout2/components/ToolbarLayout2.d.ts +9 -0
  142. package/dist/types/components/layouts/layout3/Layout3.d.ts +10 -0
  143. package/dist/types/components/layouts/layout3/Layout3Config.d.ts +110 -0
  144. package/dist/types/components/layouts/layout3/components/FooterLayout3.d.ts +9 -0
  145. package/dist/types/components/layouts/layout3/components/LeftSideLayout3.d.ts +6 -0
  146. package/dist/types/components/layouts/layout3/components/NavbarLayout3.d.ts +9 -0
  147. package/dist/types/components/layouts/layout3/components/NavbarMobileLayout3.d.ts +9 -0
  148. package/dist/types/components/layouts/layout3/components/NavbarWrapperLayout3.d.ts +5 -0
  149. package/dist/types/components/layouts/layout3/components/RightSideLayout3.d.ts +6 -0
  150. package/dist/types/components/layouts/layout3/components/ToolbarLayout3.d.ts +9 -0
  151. package/dist/types/components/layouts/shared-components/AdjustFontSize.d.ts +8 -0
  152. package/dist/types/components/layouts/shared-components/DemoLayoutFooterContent.d.ts +5 -0
  153. package/dist/types/components/layouts/shared-components/DocumentationButton.d.ts +8 -0
  154. package/dist/types/components/layouts/shared-components/FullScreenToggle.d.ts +8 -0
  155. package/dist/types/components/layouts/shared-components/LanguageSwitcher.d.ts +7 -0
  156. package/dist/types/components/layouts/shared-components/Logo.d.ts +5 -0
  157. package/dist/types/components/layouts/shared-components/OwpLanguageSwitcherSelect.d.ts +7 -0
  158. package/dist/types/components/layouts/shared-components/OwpSettingsViewerDialog.d.ts +8 -0
  159. package/dist/types/components/layouts/shared-components/PoweredByLinks.d.ts +5 -0
  160. package/dist/types/components/layouts/shared-components/PurchaseButton.d.ts +8 -0
  161. package/dist/types/components/layouts/shared-components/UserMenu.d.ts +11 -0
  162. package/dist/types/components/layouts/shared-components/UserNavbarHeader.d.ts +5 -0
  163. package/dist/types/components/layouts/shared-components/configurator/Configurator.d.ts +6 -0
  164. package/dist/types/components/layouts/shared-components/configurator/SettingsPanel.d.ts +8 -0
  165. package/dist/types/components/layouts/shared-components/configurator/ThemesPanel.d.ts +8 -0
  166. package/dist/types/components/layouts/shared-components/navbar/NavbarPinToggleButton.d.ts +10 -0
  167. package/dist/types/components/layouts/shared-components/navbar/NavbarToggleButton.d.ts +7 -0
  168. package/dist/types/components/layouts/shared-components/navbar/NavbarToggleFab.d.ts +10 -0
  169. package/dist/types/components/layouts/shared-components/navbar/navbarSlice.d.ts +18 -0
  170. package/dist/types/components/layouts/shared-components/navigation/Navigation.d.ts +3 -0
  171. package/dist/types/components/layouts/shared-components/navigation/NavigationSearch.d.ts +6 -0
  172. package/dist/types/components/layouts/shared-components/navigation/NavigationShortcuts.d.ts +6 -0
  173. package/dist/types/components/layouts/shared-components/navigation/store/navigationSlice.d.ts +86 -0
  174. package/dist/types/components/layouts/shared-components/quickPanel/QuickPanel.d.ts +5 -0
  175. package/dist/types/components/layouts/shared-components/quickPanel/QuickPanelToggleButton.d.ts +9 -0
  176. package/dist/types/components/layouts/shared-components/quickPanel/quickPanelSlice.d.ts +14 -0
  177. package/dist/types/components/layouts/themeLayoutConfigs.d.ts +27 -0
  178. package/dist/types/components/layouts/themeLayouts.d.ts +13 -0
  179. package/dist/types/components/shared-components/LightDarkModeToggle.d.ts +8 -0
  180. package/dist/types/components/shared-components/PageBreadcrumb.d.ts +6 -0
  181. package/dist/types/components/shared-components/PageTitle.d.ts +11 -0
  182. package/dist/types/components/shared-components/data-table/DataTable.d.ts +3 -0
  183. package/dist/types/components/shared-components/data-table/DataTableTopToolbar.d.ts +6 -0
  184. package/dist/types/components/shared-components/data-table/utils/parseFromValuesOrFunc.d.ts +7 -0
  185. package/dist/types/components/shared-components/index.d.ts +7 -0
  186. package/dist/types/components/shared-components/tabs/OwpTab.d.ts +6 -0
  187. package/dist/types/components/shared-components/tabs/OwpTabs.d.ts +6 -0
  188. package/dist/types/components/withRouter/index.d.ts +1 -0
  189. package/dist/types/components/withRouter/withRouter.d.ts +14 -0
  190. package/dist/types/components/withRouterAndRef/index.d.ts +1 -0
  191. package/dist/types/components/withRouterAndRef/withRouterAndRef.d.ts +14 -0
  192. package/dist/types/context/OwpAppProvider.d.ts +15 -0
  193. package/dist/types/default-settings/OwpDefaultSettings.d.ts +640 -0
  194. package/dist/types/hooks/useCommonCodeList.d.ts +11 -0
  195. package/dist/types/hooks/useConfirm.d.ts +23 -0
  196. package/dist/types/hooks/useCurrentLanguage.d.ts +13 -0
  197. package/dist/types/hooks/useCurrentLogoSrc.d.ts +2 -0
  198. package/dist/types/hooks/useCurrentUserId.d.ts +2 -0
  199. package/dist/types/hooks/useDebounce.d.ts +7 -0
  200. package/dist/types/hooks/useDeepCompareEffect.d.ts +17 -0
  201. package/dist/types/hooks/useNavigation.d.ts +18 -0
  202. package/dist/types/hooks/usePrevious.d.ts +5 -0
  203. package/dist/types/hooks/useShortcuts.d.ts +2 -0
  204. package/dist/types/hooks/useStorage.d.ts +11 -0
  205. package/dist/types/hooks/useThemeMediaQuery.d.ts +7 -0
  206. package/dist/types/hooks/useTimeout.d.ts +6 -0
  207. package/dist/types/index.d.ts +103 -0
  208. package/dist/types/store/apiService.d.ts +3 -0
  209. package/dist/types/store/generateReducersFromSlices.d.ts +3 -0
  210. package/dist/types/store/hooks.d.ts +4 -0
  211. package/dist/types/store/lazyLoadedSlices.d.ts +6 -0
  212. package/dist/types/store/middleware.d.ts +14 -0
  213. package/dist/types/store/store.d.ts +10 -0
  214. package/dist/types/store/withReducer.d.ts +5 -0
  215. package/dist/types/store/withSlices.d.ts +11 -0
  216. package/dist/types/utils/CommonCodeUtils.d.ts +17 -0
  217. package/dist/types/utils/ErrorBoundary.d.ts +16 -0
  218. package/dist/types/utils/EventEmitter.d.ts +34 -0
  219. package/dist/types/utils/OwpNavigationHelper.d.ts +23 -0
  220. package/dist/types/utils/OwpUtils.d.ts +120 -0
  221. package/dist/types/utils/excelUtil.d.ts +20 -0
  222. package/dist/types/utils/treeGridExportExcelUtil.d.ts +6 -0
  223. package/dist/types/utils/treeGridUtil.d.ts +24 -0
  224. package/dist/types/utils/zipUtil.d.ts +10 -0
  225. package/package.json +125 -0
@@ -0,0 +1,1866 @@
1
+ import { OwpSettingsConfigType, OwpThemesType } from '@/components/OwpSettings/OwpSettings';
2
+ import { createSelector, PayloadAction } from '@reduxjs/toolkit';
3
+ import { PartialDeep } from 'type-fest';
4
+ /**
5
+ * The lightPaletteText object defines the text color palette for the light theme.
6
+ */
7
+ export declare const lightPaletteText: {
8
+ primary: string;
9
+ secondary: string;
10
+ disabled: string;
11
+ };
12
+ /**
13
+ * The darkPaletteText object defines the text color palette for the dark theme.
14
+ */
15
+ export declare const darkPaletteText: {
16
+ primary: string;
17
+ secondary: string;
18
+ disabled: string;
19
+ };
20
+ export declare const changeOwpTheme: import("@reduxjs/toolkit").AsyncThunk<PayloadAction<any, string, {
21
+ arg: {
22
+ layout?: {
23
+ style?: string;
24
+ config?: {
25
+ mode?: string;
26
+ containerWidth?: string;
27
+ navbar?: {
28
+ display?: boolean;
29
+ style?: string;
30
+ folded?: boolean;
31
+ position?: string;
32
+ open?: boolean;
33
+ };
34
+ toolbar?: {
35
+ display?: boolean;
36
+ style?: string;
37
+ };
38
+ footer?: {
39
+ display?: boolean;
40
+ style?: string;
41
+ };
42
+ leftSidePanel?: {
43
+ display?: boolean;
44
+ };
45
+ rightSidePanel?: {
46
+ display?: boolean;
47
+ };
48
+ } | {
49
+ mode?: string;
50
+ containerWidth?: number;
51
+ navbar?: {
52
+ display?: boolean;
53
+ style?: string;
54
+ folded?: boolean;
55
+ };
56
+ toolbar?: {
57
+ display?: boolean;
58
+ style?: string;
59
+ position?: string;
60
+ };
61
+ footer?: {
62
+ display?: boolean;
63
+ style?: string;
64
+ };
65
+ leftSidePanel?: {
66
+ display?: boolean;
67
+ };
68
+ rightSidePanel?: {
69
+ display?: boolean;
70
+ };
71
+ } | {
72
+ mode?: string;
73
+ containerWidth?: number;
74
+ scroll?: string;
75
+ navbar?: {
76
+ display?: boolean;
77
+ style?: string;
78
+ folded?: boolean;
79
+ };
80
+ toolbar?: {
81
+ display?: boolean;
82
+ style?: string;
83
+ position?: string;
84
+ };
85
+ footer?: {
86
+ display?: boolean;
87
+ style?: string;
88
+ };
89
+ leftSidePanel?: {
90
+ display?: boolean;
91
+ };
92
+ rightSidePanel?: {
93
+ display?: boolean;
94
+ };
95
+ };
96
+ };
97
+ customScrollbars?: boolean;
98
+ direction?: "rtl" | "ltr";
99
+ theme?: {
100
+ main?: {
101
+ palette?: {
102
+ common?: {
103
+ black?: string;
104
+ white?: string;
105
+ };
106
+ mode?: import("@mui/material").PaletteMode;
107
+ contrastThreshold?: number;
108
+ tonalOffset?: number | {
109
+ light?: number;
110
+ dark?: number;
111
+ };
112
+ primary?: {
113
+ light?: string;
114
+ main?: string;
115
+ dark?: string;
116
+ contrastText?: string;
117
+ };
118
+ secondary?: {
119
+ light?: string;
120
+ main?: string;
121
+ dark?: string;
122
+ contrastText?: string;
123
+ };
124
+ error?: {
125
+ light?: string;
126
+ main?: string;
127
+ dark?: string;
128
+ contrastText?: string;
129
+ };
130
+ warning?: {
131
+ light?: string;
132
+ main?: string;
133
+ dark?: string;
134
+ contrastText?: string;
135
+ };
136
+ info?: {
137
+ light?: string;
138
+ main?: string;
139
+ dark?: string;
140
+ contrastText?: string;
141
+ };
142
+ success?: {
143
+ light?: string;
144
+ main?: string;
145
+ dark?: string;
146
+ contrastText?: string;
147
+ };
148
+ grey?: {
149
+ 50?: string;
150
+ 100?: string;
151
+ 200?: string;
152
+ 300?: string;
153
+ 400?: string;
154
+ 500?: string;
155
+ 600?: string;
156
+ 700?: string;
157
+ 800?: string;
158
+ 900?: string;
159
+ A100?: string;
160
+ A200?: string;
161
+ A400?: string;
162
+ A700?: string;
163
+ };
164
+ text?: {
165
+ primary?: string;
166
+ secondary?: string;
167
+ disabled?: string;
168
+ };
169
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
170
+ action?: {
171
+ active?: string;
172
+ hover?: string;
173
+ hoverOpacity?: number;
174
+ selected?: string;
175
+ selectedOpacity?: number;
176
+ disabled?: string;
177
+ disabledOpacity?: number;
178
+ disabledBackground?: string;
179
+ focus?: string;
180
+ focusOpacity?: number;
181
+ activatedOpacity?: number;
182
+ };
183
+ background?: {
184
+ default?: string;
185
+ paper?: string;
186
+ };
187
+ getContrastText?: (background: string) => string;
188
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
189
+ };
190
+ };
191
+ navbar?: {
192
+ palette?: {
193
+ common?: {
194
+ black?: string;
195
+ white?: string;
196
+ };
197
+ mode?: import("@mui/material").PaletteMode;
198
+ contrastThreshold?: number;
199
+ tonalOffset?: number | {
200
+ light?: number;
201
+ dark?: number;
202
+ };
203
+ primary?: {
204
+ light?: string;
205
+ main?: string;
206
+ dark?: string;
207
+ contrastText?: string;
208
+ };
209
+ secondary?: {
210
+ light?: string;
211
+ main?: string;
212
+ dark?: string;
213
+ contrastText?: string;
214
+ };
215
+ error?: {
216
+ light?: string;
217
+ main?: string;
218
+ dark?: string;
219
+ contrastText?: string;
220
+ };
221
+ warning?: {
222
+ light?: string;
223
+ main?: string;
224
+ dark?: string;
225
+ contrastText?: string;
226
+ };
227
+ info?: {
228
+ light?: string;
229
+ main?: string;
230
+ dark?: string;
231
+ contrastText?: string;
232
+ };
233
+ success?: {
234
+ light?: string;
235
+ main?: string;
236
+ dark?: string;
237
+ contrastText?: string;
238
+ };
239
+ grey?: {
240
+ 50?: string;
241
+ 100?: string;
242
+ 200?: string;
243
+ 300?: string;
244
+ 400?: string;
245
+ 500?: string;
246
+ 600?: string;
247
+ 700?: string;
248
+ 800?: string;
249
+ 900?: string;
250
+ A100?: string;
251
+ A200?: string;
252
+ A400?: string;
253
+ A700?: string;
254
+ };
255
+ text?: {
256
+ primary?: string;
257
+ secondary?: string;
258
+ disabled?: string;
259
+ };
260
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
261
+ action?: {
262
+ active?: string;
263
+ hover?: string;
264
+ hoverOpacity?: number;
265
+ selected?: string;
266
+ selectedOpacity?: number;
267
+ disabled?: string;
268
+ disabledOpacity?: number;
269
+ disabledBackground?: string;
270
+ focus?: string;
271
+ focusOpacity?: number;
272
+ activatedOpacity?: number;
273
+ };
274
+ background?: {
275
+ default?: string;
276
+ paper?: string;
277
+ };
278
+ getContrastText?: (background: string) => string;
279
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
280
+ };
281
+ };
282
+ toolbar?: {
283
+ palette?: {
284
+ common?: {
285
+ black?: string;
286
+ white?: string;
287
+ };
288
+ mode?: import("@mui/material").PaletteMode;
289
+ contrastThreshold?: number;
290
+ tonalOffset?: number | {
291
+ light?: number;
292
+ dark?: number;
293
+ };
294
+ primary?: {
295
+ light?: string;
296
+ main?: string;
297
+ dark?: string;
298
+ contrastText?: string;
299
+ };
300
+ secondary?: {
301
+ light?: string;
302
+ main?: string;
303
+ dark?: string;
304
+ contrastText?: string;
305
+ };
306
+ error?: {
307
+ light?: string;
308
+ main?: string;
309
+ dark?: string;
310
+ contrastText?: string;
311
+ };
312
+ warning?: {
313
+ light?: string;
314
+ main?: string;
315
+ dark?: string;
316
+ contrastText?: string;
317
+ };
318
+ info?: {
319
+ light?: string;
320
+ main?: string;
321
+ dark?: string;
322
+ contrastText?: string;
323
+ };
324
+ success?: {
325
+ light?: string;
326
+ main?: string;
327
+ dark?: string;
328
+ contrastText?: string;
329
+ };
330
+ grey?: {
331
+ 50?: string;
332
+ 100?: string;
333
+ 200?: string;
334
+ 300?: string;
335
+ 400?: string;
336
+ 500?: string;
337
+ 600?: string;
338
+ 700?: string;
339
+ 800?: string;
340
+ 900?: string;
341
+ A100?: string;
342
+ A200?: string;
343
+ A400?: string;
344
+ A700?: string;
345
+ };
346
+ text?: {
347
+ primary?: string;
348
+ secondary?: string;
349
+ disabled?: string;
350
+ };
351
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
352
+ action?: {
353
+ active?: string;
354
+ hover?: string;
355
+ hoverOpacity?: number;
356
+ selected?: string;
357
+ selectedOpacity?: number;
358
+ disabled?: string;
359
+ disabledOpacity?: number;
360
+ disabledBackground?: string;
361
+ focus?: string;
362
+ focusOpacity?: number;
363
+ activatedOpacity?: number;
364
+ };
365
+ background?: {
366
+ default?: string;
367
+ paper?: string;
368
+ };
369
+ getContrastText?: (background: string) => string;
370
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
371
+ };
372
+ };
373
+ footer?: {
374
+ palette?: {
375
+ common?: {
376
+ black?: string;
377
+ white?: string;
378
+ };
379
+ mode?: import("@mui/material").PaletteMode;
380
+ contrastThreshold?: number;
381
+ tonalOffset?: number | {
382
+ light?: number;
383
+ dark?: number;
384
+ };
385
+ primary?: {
386
+ light?: string;
387
+ main?: string;
388
+ dark?: string;
389
+ contrastText?: string;
390
+ };
391
+ secondary?: {
392
+ light?: string;
393
+ main?: string;
394
+ dark?: string;
395
+ contrastText?: string;
396
+ };
397
+ error?: {
398
+ light?: string;
399
+ main?: string;
400
+ dark?: string;
401
+ contrastText?: string;
402
+ };
403
+ warning?: {
404
+ light?: string;
405
+ main?: string;
406
+ dark?: string;
407
+ contrastText?: string;
408
+ };
409
+ info?: {
410
+ light?: string;
411
+ main?: string;
412
+ dark?: string;
413
+ contrastText?: string;
414
+ };
415
+ success?: {
416
+ light?: string;
417
+ main?: string;
418
+ dark?: string;
419
+ contrastText?: string;
420
+ };
421
+ grey?: {
422
+ 50?: string;
423
+ 100?: string;
424
+ 200?: string;
425
+ 300?: string;
426
+ 400?: string;
427
+ 500?: string;
428
+ 600?: string;
429
+ 700?: string;
430
+ 800?: string;
431
+ 900?: string;
432
+ A100?: string;
433
+ A200?: string;
434
+ A400?: string;
435
+ A700?: string;
436
+ };
437
+ text?: {
438
+ primary?: string;
439
+ secondary?: string;
440
+ disabled?: string;
441
+ };
442
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
443
+ action?: {
444
+ active?: string;
445
+ hover?: string;
446
+ hoverOpacity?: number;
447
+ selected?: string;
448
+ selectedOpacity?: number;
449
+ disabled?: string;
450
+ disabledOpacity?: number;
451
+ disabledBackground?: string;
452
+ focus?: string;
453
+ focusOpacity?: number;
454
+ activatedOpacity?: number;
455
+ };
456
+ background?: {
457
+ default?: string;
458
+ paper?: string;
459
+ };
460
+ getContrastText?: (background: string) => string;
461
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
462
+ };
463
+ };
464
+ };
465
+ defaultAuth?: string[];
466
+ loginRedirectUrl?: string;
467
+ };
468
+ requestId: string;
469
+ requestStatus: "fulfilled";
470
+ }, never> | PayloadAction<unknown, string, {
471
+ arg: {
472
+ layout?: {
473
+ style?: string;
474
+ config?: {
475
+ mode?: string;
476
+ containerWidth?: string;
477
+ navbar?: {
478
+ display?: boolean;
479
+ style?: string;
480
+ folded?: boolean;
481
+ position?: string;
482
+ open?: boolean;
483
+ };
484
+ toolbar?: {
485
+ display?: boolean;
486
+ style?: string;
487
+ };
488
+ footer?: {
489
+ display?: boolean;
490
+ style?: string;
491
+ };
492
+ leftSidePanel?: {
493
+ display?: boolean;
494
+ };
495
+ rightSidePanel?: {
496
+ display?: boolean;
497
+ };
498
+ } | {
499
+ mode?: string;
500
+ containerWidth?: number;
501
+ navbar?: {
502
+ display?: boolean;
503
+ style?: string;
504
+ folded?: boolean;
505
+ };
506
+ toolbar?: {
507
+ display?: boolean;
508
+ style?: string;
509
+ position?: string;
510
+ };
511
+ footer?: {
512
+ display?: boolean;
513
+ style?: string;
514
+ };
515
+ leftSidePanel?: {
516
+ display?: boolean;
517
+ };
518
+ rightSidePanel?: {
519
+ display?: boolean;
520
+ };
521
+ } | {
522
+ mode?: string;
523
+ containerWidth?: number;
524
+ scroll?: string;
525
+ navbar?: {
526
+ display?: boolean;
527
+ style?: string;
528
+ folded?: boolean;
529
+ };
530
+ toolbar?: {
531
+ display?: boolean;
532
+ style?: string;
533
+ position?: string;
534
+ };
535
+ footer?: {
536
+ display?: boolean;
537
+ style?: string;
538
+ };
539
+ leftSidePanel?: {
540
+ display?: boolean;
541
+ };
542
+ rightSidePanel?: {
543
+ display?: boolean;
544
+ };
545
+ };
546
+ };
547
+ customScrollbars?: boolean;
548
+ direction?: "rtl" | "ltr";
549
+ theme?: {
550
+ main?: {
551
+ palette?: {
552
+ common?: {
553
+ black?: string;
554
+ white?: string;
555
+ };
556
+ mode?: import("@mui/material").PaletteMode;
557
+ contrastThreshold?: number;
558
+ tonalOffset?: number | {
559
+ light?: number;
560
+ dark?: number;
561
+ };
562
+ primary?: {
563
+ light?: string;
564
+ main?: string;
565
+ dark?: string;
566
+ contrastText?: string;
567
+ };
568
+ secondary?: {
569
+ light?: string;
570
+ main?: string;
571
+ dark?: string;
572
+ contrastText?: string;
573
+ };
574
+ error?: {
575
+ light?: string;
576
+ main?: string;
577
+ dark?: string;
578
+ contrastText?: string;
579
+ };
580
+ warning?: {
581
+ light?: string;
582
+ main?: string;
583
+ dark?: string;
584
+ contrastText?: string;
585
+ };
586
+ info?: {
587
+ light?: string;
588
+ main?: string;
589
+ dark?: string;
590
+ contrastText?: string;
591
+ };
592
+ success?: {
593
+ light?: string;
594
+ main?: string;
595
+ dark?: string;
596
+ contrastText?: string;
597
+ };
598
+ grey?: {
599
+ 50?: string;
600
+ 100?: string;
601
+ 200?: string;
602
+ 300?: string;
603
+ 400?: string;
604
+ 500?: string;
605
+ 600?: string;
606
+ 700?: string;
607
+ 800?: string;
608
+ 900?: string;
609
+ A100?: string;
610
+ A200?: string;
611
+ A400?: string;
612
+ A700?: string;
613
+ };
614
+ text?: {
615
+ primary?: string;
616
+ secondary?: string;
617
+ disabled?: string;
618
+ };
619
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
620
+ action?: {
621
+ active?: string;
622
+ hover?: string;
623
+ hoverOpacity?: number;
624
+ selected?: string;
625
+ selectedOpacity?: number;
626
+ disabled?: string;
627
+ disabledOpacity?: number;
628
+ disabledBackground?: string;
629
+ focus?: string;
630
+ focusOpacity?: number;
631
+ activatedOpacity?: number;
632
+ };
633
+ background?: {
634
+ default?: string;
635
+ paper?: string;
636
+ };
637
+ getContrastText?: (background: string) => string;
638
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
639
+ };
640
+ };
641
+ navbar?: {
642
+ palette?: {
643
+ common?: {
644
+ black?: string;
645
+ white?: string;
646
+ };
647
+ mode?: import("@mui/material").PaletteMode;
648
+ contrastThreshold?: number;
649
+ tonalOffset?: number | {
650
+ light?: number;
651
+ dark?: number;
652
+ };
653
+ primary?: {
654
+ light?: string;
655
+ main?: string;
656
+ dark?: string;
657
+ contrastText?: string;
658
+ };
659
+ secondary?: {
660
+ light?: string;
661
+ main?: string;
662
+ dark?: string;
663
+ contrastText?: string;
664
+ };
665
+ error?: {
666
+ light?: string;
667
+ main?: string;
668
+ dark?: string;
669
+ contrastText?: string;
670
+ };
671
+ warning?: {
672
+ light?: string;
673
+ main?: string;
674
+ dark?: string;
675
+ contrastText?: string;
676
+ };
677
+ info?: {
678
+ light?: string;
679
+ main?: string;
680
+ dark?: string;
681
+ contrastText?: string;
682
+ };
683
+ success?: {
684
+ light?: string;
685
+ main?: string;
686
+ dark?: string;
687
+ contrastText?: string;
688
+ };
689
+ grey?: {
690
+ 50?: string;
691
+ 100?: string;
692
+ 200?: string;
693
+ 300?: string;
694
+ 400?: string;
695
+ 500?: string;
696
+ 600?: string;
697
+ 700?: string;
698
+ 800?: string;
699
+ 900?: string;
700
+ A100?: string;
701
+ A200?: string;
702
+ A400?: string;
703
+ A700?: string;
704
+ };
705
+ text?: {
706
+ primary?: string;
707
+ secondary?: string;
708
+ disabled?: string;
709
+ };
710
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
711
+ action?: {
712
+ active?: string;
713
+ hover?: string;
714
+ hoverOpacity?: number;
715
+ selected?: string;
716
+ selectedOpacity?: number;
717
+ disabled?: string;
718
+ disabledOpacity?: number;
719
+ disabledBackground?: string;
720
+ focus?: string;
721
+ focusOpacity?: number;
722
+ activatedOpacity?: number;
723
+ };
724
+ background?: {
725
+ default?: string;
726
+ paper?: string;
727
+ };
728
+ getContrastText?: (background: string) => string;
729
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
730
+ };
731
+ };
732
+ toolbar?: {
733
+ palette?: {
734
+ common?: {
735
+ black?: string;
736
+ white?: string;
737
+ };
738
+ mode?: import("@mui/material").PaletteMode;
739
+ contrastThreshold?: number;
740
+ tonalOffset?: number | {
741
+ light?: number;
742
+ dark?: number;
743
+ };
744
+ primary?: {
745
+ light?: string;
746
+ main?: string;
747
+ dark?: string;
748
+ contrastText?: string;
749
+ };
750
+ secondary?: {
751
+ light?: string;
752
+ main?: string;
753
+ dark?: string;
754
+ contrastText?: string;
755
+ };
756
+ error?: {
757
+ light?: string;
758
+ main?: string;
759
+ dark?: string;
760
+ contrastText?: string;
761
+ };
762
+ warning?: {
763
+ light?: string;
764
+ main?: string;
765
+ dark?: string;
766
+ contrastText?: string;
767
+ };
768
+ info?: {
769
+ light?: string;
770
+ main?: string;
771
+ dark?: string;
772
+ contrastText?: string;
773
+ };
774
+ success?: {
775
+ light?: string;
776
+ main?: string;
777
+ dark?: string;
778
+ contrastText?: string;
779
+ };
780
+ grey?: {
781
+ 50?: string;
782
+ 100?: string;
783
+ 200?: string;
784
+ 300?: string;
785
+ 400?: string;
786
+ 500?: string;
787
+ 600?: string;
788
+ 700?: string;
789
+ 800?: string;
790
+ 900?: string;
791
+ A100?: string;
792
+ A200?: string;
793
+ A400?: string;
794
+ A700?: string;
795
+ };
796
+ text?: {
797
+ primary?: string;
798
+ secondary?: string;
799
+ disabled?: string;
800
+ };
801
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
802
+ action?: {
803
+ active?: string;
804
+ hover?: string;
805
+ hoverOpacity?: number;
806
+ selected?: string;
807
+ selectedOpacity?: number;
808
+ disabled?: string;
809
+ disabledOpacity?: number;
810
+ disabledBackground?: string;
811
+ focus?: string;
812
+ focusOpacity?: number;
813
+ activatedOpacity?: number;
814
+ };
815
+ background?: {
816
+ default?: string;
817
+ paper?: string;
818
+ };
819
+ getContrastText?: (background: string) => string;
820
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
821
+ };
822
+ };
823
+ footer?: {
824
+ palette?: {
825
+ common?: {
826
+ black?: string;
827
+ white?: string;
828
+ };
829
+ mode?: import("@mui/material").PaletteMode;
830
+ contrastThreshold?: number;
831
+ tonalOffset?: number | {
832
+ light?: number;
833
+ dark?: number;
834
+ };
835
+ primary?: {
836
+ light?: string;
837
+ main?: string;
838
+ dark?: string;
839
+ contrastText?: string;
840
+ };
841
+ secondary?: {
842
+ light?: string;
843
+ main?: string;
844
+ dark?: string;
845
+ contrastText?: string;
846
+ };
847
+ error?: {
848
+ light?: string;
849
+ main?: string;
850
+ dark?: string;
851
+ contrastText?: string;
852
+ };
853
+ warning?: {
854
+ light?: string;
855
+ main?: string;
856
+ dark?: string;
857
+ contrastText?: string;
858
+ };
859
+ info?: {
860
+ light?: string;
861
+ main?: string;
862
+ dark?: string;
863
+ contrastText?: string;
864
+ };
865
+ success?: {
866
+ light?: string;
867
+ main?: string;
868
+ dark?: string;
869
+ contrastText?: string;
870
+ };
871
+ grey?: {
872
+ 50?: string;
873
+ 100?: string;
874
+ 200?: string;
875
+ 300?: string;
876
+ 400?: string;
877
+ 500?: string;
878
+ 600?: string;
879
+ 700?: string;
880
+ 800?: string;
881
+ 900?: string;
882
+ A100?: string;
883
+ A200?: string;
884
+ A400?: string;
885
+ A700?: string;
886
+ };
887
+ text?: {
888
+ primary?: string;
889
+ secondary?: string;
890
+ disabled?: string;
891
+ };
892
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
893
+ action?: {
894
+ active?: string;
895
+ hover?: string;
896
+ hoverOpacity?: number;
897
+ selected?: string;
898
+ selectedOpacity?: number;
899
+ disabled?: string;
900
+ disabledOpacity?: number;
901
+ disabledBackground?: string;
902
+ focus?: string;
903
+ focusOpacity?: number;
904
+ activatedOpacity?: number;
905
+ };
906
+ background?: {
907
+ default?: string;
908
+ paper?: string;
909
+ };
910
+ getContrastText?: (background: string) => string;
911
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
912
+ };
913
+ };
914
+ };
915
+ defaultAuth?: string[];
916
+ loginRedirectUrl?: string;
917
+ };
918
+ requestId: string;
919
+ requestStatus: "rejected";
920
+ aborted: boolean;
921
+ condition: boolean;
922
+ } & ({
923
+ rejectedWithValue: true;
924
+ } | ({
925
+ rejectedWithValue: false;
926
+ } & {})), import("@reduxjs/toolkit").SerializedError>, OwpThemesType, import("@reduxjs/toolkit").AsyncThunkConfig>;
927
+ /**
928
+ * Generates the settings object by merging the default settings with the new settings.
929
+ */
930
+ export declare function generateSettings(_defaultSettings: OwpSettingsConfigType, _newSettings: PartialDeep<OwpSettingsConfigType>): OwpSettingsConfigType & {
931
+ layout: {
932
+ config: import("@/components/layouts/themeLayoutConfigs").themeLayoutDefaultsProps;
933
+ };
934
+ } & {
935
+ layout?: {
936
+ style?: string;
937
+ config?: {
938
+ mode?: string;
939
+ containerWidth?: string;
940
+ navbar?: {
941
+ display?: boolean;
942
+ style?: string;
943
+ folded?: boolean;
944
+ position?: string;
945
+ open?: boolean;
946
+ };
947
+ toolbar?: {
948
+ display?: boolean;
949
+ style?: string;
950
+ };
951
+ footer?: {
952
+ display?: boolean;
953
+ style?: string;
954
+ };
955
+ leftSidePanel?: {
956
+ display?: boolean;
957
+ };
958
+ rightSidePanel?: {
959
+ display?: boolean;
960
+ };
961
+ } | {
962
+ mode?: string;
963
+ containerWidth?: number;
964
+ navbar?: {
965
+ display?: boolean;
966
+ style?: string;
967
+ folded?: boolean;
968
+ };
969
+ toolbar?: {
970
+ display?: boolean;
971
+ style?: string;
972
+ position?: string;
973
+ };
974
+ footer?: {
975
+ display?: boolean;
976
+ style?: string;
977
+ };
978
+ leftSidePanel?: {
979
+ display?: boolean;
980
+ };
981
+ rightSidePanel?: {
982
+ display?: boolean;
983
+ };
984
+ } | {
985
+ mode?: string;
986
+ containerWidth?: number;
987
+ scroll?: string;
988
+ navbar?: {
989
+ display?: boolean;
990
+ style?: string;
991
+ folded?: boolean;
992
+ };
993
+ toolbar?: {
994
+ display?: boolean;
995
+ style?: string;
996
+ position?: string;
997
+ };
998
+ footer?: {
999
+ display?: boolean;
1000
+ style?: string;
1001
+ };
1002
+ leftSidePanel?: {
1003
+ display?: boolean;
1004
+ };
1005
+ rightSidePanel?: {
1006
+ display?: boolean;
1007
+ };
1008
+ };
1009
+ };
1010
+ customScrollbars?: boolean;
1011
+ direction?: "rtl" | "ltr";
1012
+ theme?: {
1013
+ main?: {
1014
+ palette?: {
1015
+ common?: {
1016
+ black?: string;
1017
+ white?: string;
1018
+ };
1019
+ mode?: import("@mui/material").PaletteMode;
1020
+ contrastThreshold?: number;
1021
+ tonalOffset?: number | {
1022
+ light?: number;
1023
+ dark?: number;
1024
+ };
1025
+ primary?: {
1026
+ light?: string;
1027
+ main?: string;
1028
+ dark?: string;
1029
+ contrastText?: string;
1030
+ };
1031
+ secondary?: {
1032
+ light?: string;
1033
+ main?: string;
1034
+ dark?: string;
1035
+ contrastText?: string;
1036
+ };
1037
+ error?: {
1038
+ light?: string;
1039
+ main?: string;
1040
+ dark?: string;
1041
+ contrastText?: string;
1042
+ };
1043
+ warning?: {
1044
+ light?: string;
1045
+ main?: string;
1046
+ dark?: string;
1047
+ contrastText?: string;
1048
+ };
1049
+ info?: {
1050
+ light?: string;
1051
+ main?: string;
1052
+ dark?: string;
1053
+ contrastText?: string;
1054
+ };
1055
+ success?: {
1056
+ light?: string;
1057
+ main?: string;
1058
+ dark?: string;
1059
+ contrastText?: string;
1060
+ };
1061
+ grey?: {
1062
+ 50?: string;
1063
+ 100?: string;
1064
+ 200?: string;
1065
+ 300?: string;
1066
+ 400?: string;
1067
+ 500?: string;
1068
+ 600?: string;
1069
+ 700?: string;
1070
+ 800?: string;
1071
+ 900?: string;
1072
+ A100?: string;
1073
+ A200?: string;
1074
+ A400?: string;
1075
+ A700?: string;
1076
+ };
1077
+ text?: {
1078
+ primary?: string;
1079
+ secondary?: string;
1080
+ disabled?: string;
1081
+ };
1082
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
1083
+ action?: {
1084
+ active?: string;
1085
+ hover?: string;
1086
+ hoverOpacity?: number;
1087
+ selected?: string;
1088
+ selectedOpacity?: number;
1089
+ disabled?: string;
1090
+ disabledOpacity?: number;
1091
+ disabledBackground?: string;
1092
+ focus?: string;
1093
+ focusOpacity?: number;
1094
+ activatedOpacity?: number;
1095
+ };
1096
+ background?: {
1097
+ default?: string;
1098
+ paper?: string;
1099
+ };
1100
+ getContrastText?: (background: string) => string;
1101
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1102
+ };
1103
+ };
1104
+ navbar?: {
1105
+ palette?: {
1106
+ common?: {
1107
+ black?: string;
1108
+ white?: string;
1109
+ };
1110
+ mode?: import("@mui/material").PaletteMode;
1111
+ contrastThreshold?: number;
1112
+ tonalOffset?: number | {
1113
+ light?: number;
1114
+ dark?: number;
1115
+ };
1116
+ primary?: {
1117
+ light?: string;
1118
+ main?: string;
1119
+ dark?: string;
1120
+ contrastText?: string;
1121
+ };
1122
+ secondary?: {
1123
+ light?: string;
1124
+ main?: string;
1125
+ dark?: string;
1126
+ contrastText?: string;
1127
+ };
1128
+ error?: {
1129
+ light?: string;
1130
+ main?: string;
1131
+ dark?: string;
1132
+ contrastText?: string;
1133
+ };
1134
+ warning?: {
1135
+ light?: string;
1136
+ main?: string;
1137
+ dark?: string;
1138
+ contrastText?: string;
1139
+ };
1140
+ info?: {
1141
+ light?: string;
1142
+ main?: string;
1143
+ dark?: string;
1144
+ contrastText?: string;
1145
+ };
1146
+ success?: {
1147
+ light?: string;
1148
+ main?: string;
1149
+ dark?: string;
1150
+ contrastText?: string;
1151
+ };
1152
+ grey?: {
1153
+ 50?: string;
1154
+ 100?: string;
1155
+ 200?: string;
1156
+ 300?: string;
1157
+ 400?: string;
1158
+ 500?: string;
1159
+ 600?: string;
1160
+ 700?: string;
1161
+ 800?: string;
1162
+ 900?: string;
1163
+ A100?: string;
1164
+ A200?: string;
1165
+ A400?: string;
1166
+ A700?: string;
1167
+ };
1168
+ text?: {
1169
+ primary?: string;
1170
+ secondary?: string;
1171
+ disabled?: string;
1172
+ };
1173
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
1174
+ action?: {
1175
+ active?: string;
1176
+ hover?: string;
1177
+ hoverOpacity?: number;
1178
+ selected?: string;
1179
+ selectedOpacity?: number;
1180
+ disabled?: string;
1181
+ disabledOpacity?: number;
1182
+ disabledBackground?: string;
1183
+ focus?: string;
1184
+ focusOpacity?: number;
1185
+ activatedOpacity?: number;
1186
+ };
1187
+ background?: {
1188
+ default?: string;
1189
+ paper?: string;
1190
+ };
1191
+ getContrastText?: (background: string) => string;
1192
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1193
+ };
1194
+ };
1195
+ toolbar?: {
1196
+ palette?: {
1197
+ common?: {
1198
+ black?: string;
1199
+ white?: string;
1200
+ };
1201
+ mode?: import("@mui/material").PaletteMode;
1202
+ contrastThreshold?: number;
1203
+ tonalOffset?: number | {
1204
+ light?: number;
1205
+ dark?: number;
1206
+ };
1207
+ primary?: {
1208
+ light?: string;
1209
+ main?: string;
1210
+ dark?: string;
1211
+ contrastText?: string;
1212
+ };
1213
+ secondary?: {
1214
+ light?: string;
1215
+ main?: string;
1216
+ dark?: string;
1217
+ contrastText?: string;
1218
+ };
1219
+ error?: {
1220
+ light?: string;
1221
+ main?: string;
1222
+ dark?: string;
1223
+ contrastText?: string;
1224
+ };
1225
+ warning?: {
1226
+ light?: string;
1227
+ main?: string;
1228
+ dark?: string;
1229
+ contrastText?: string;
1230
+ };
1231
+ info?: {
1232
+ light?: string;
1233
+ main?: string;
1234
+ dark?: string;
1235
+ contrastText?: string;
1236
+ };
1237
+ success?: {
1238
+ light?: string;
1239
+ main?: string;
1240
+ dark?: string;
1241
+ contrastText?: string;
1242
+ };
1243
+ grey?: {
1244
+ 50?: string;
1245
+ 100?: string;
1246
+ 200?: string;
1247
+ 300?: string;
1248
+ 400?: string;
1249
+ 500?: string;
1250
+ 600?: string;
1251
+ 700?: string;
1252
+ 800?: string;
1253
+ 900?: string;
1254
+ A100?: string;
1255
+ A200?: string;
1256
+ A400?: string;
1257
+ A700?: string;
1258
+ };
1259
+ text?: {
1260
+ primary?: string;
1261
+ secondary?: string;
1262
+ disabled?: string;
1263
+ };
1264
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
1265
+ action?: {
1266
+ active?: string;
1267
+ hover?: string;
1268
+ hoverOpacity?: number;
1269
+ selected?: string;
1270
+ selectedOpacity?: number;
1271
+ disabled?: string;
1272
+ disabledOpacity?: number;
1273
+ disabledBackground?: string;
1274
+ focus?: string;
1275
+ focusOpacity?: number;
1276
+ activatedOpacity?: number;
1277
+ };
1278
+ background?: {
1279
+ default?: string;
1280
+ paper?: string;
1281
+ };
1282
+ getContrastText?: (background: string) => string;
1283
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1284
+ };
1285
+ };
1286
+ footer?: {
1287
+ palette?: {
1288
+ common?: {
1289
+ black?: string;
1290
+ white?: string;
1291
+ };
1292
+ mode?: import("@mui/material").PaletteMode;
1293
+ contrastThreshold?: number;
1294
+ tonalOffset?: number | {
1295
+ light?: number;
1296
+ dark?: number;
1297
+ };
1298
+ primary?: {
1299
+ light?: string;
1300
+ main?: string;
1301
+ dark?: string;
1302
+ contrastText?: string;
1303
+ };
1304
+ secondary?: {
1305
+ light?: string;
1306
+ main?: string;
1307
+ dark?: string;
1308
+ contrastText?: string;
1309
+ };
1310
+ error?: {
1311
+ light?: string;
1312
+ main?: string;
1313
+ dark?: string;
1314
+ contrastText?: string;
1315
+ };
1316
+ warning?: {
1317
+ light?: string;
1318
+ main?: string;
1319
+ dark?: string;
1320
+ contrastText?: string;
1321
+ };
1322
+ info?: {
1323
+ light?: string;
1324
+ main?: string;
1325
+ dark?: string;
1326
+ contrastText?: string;
1327
+ };
1328
+ success?: {
1329
+ light?: string;
1330
+ main?: string;
1331
+ dark?: string;
1332
+ contrastText?: string;
1333
+ };
1334
+ grey?: {
1335
+ 50?: string;
1336
+ 100?: string;
1337
+ 200?: string;
1338
+ 300?: string;
1339
+ 400?: string;
1340
+ 500?: string;
1341
+ 600?: string;
1342
+ 700?: string;
1343
+ 800?: string;
1344
+ 900?: string;
1345
+ A100?: string;
1346
+ A200?: string;
1347
+ A400?: string;
1348
+ A700?: string;
1349
+ };
1350
+ text?: {
1351
+ primary?: string;
1352
+ secondary?: string;
1353
+ disabled?: string;
1354
+ };
1355
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
1356
+ action?: {
1357
+ active?: string;
1358
+ hover?: string;
1359
+ hoverOpacity?: number;
1360
+ selected?: string;
1361
+ selectedOpacity?: number;
1362
+ disabled?: string;
1363
+ disabledOpacity?: number;
1364
+ disabledBackground?: string;
1365
+ focus?: string;
1366
+ focusOpacity?: number;
1367
+ activatedOpacity?: number;
1368
+ };
1369
+ background?: {
1370
+ default?: string;
1371
+ paper?: string;
1372
+ };
1373
+ getContrastText?: (background: string) => string;
1374
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1375
+ };
1376
+ };
1377
+ };
1378
+ defaultAuth?: string[];
1379
+ loginRedirectUrl?: string;
1380
+ };
1381
+ /**
1382
+ * Sets the default settings for the application.
1383
+ */
1384
+ export declare const setDefaultSettings: import("@reduxjs/toolkit").AsyncThunk<any, {
1385
+ layout?: {
1386
+ style?: string;
1387
+ config?: {
1388
+ mode?: string;
1389
+ containerWidth?: string;
1390
+ navbar?: {
1391
+ display?: boolean;
1392
+ style?: string;
1393
+ folded?: boolean;
1394
+ position?: string;
1395
+ open?: boolean;
1396
+ };
1397
+ toolbar?: {
1398
+ display?: boolean;
1399
+ style?: string;
1400
+ };
1401
+ footer?: {
1402
+ display?: boolean;
1403
+ style?: string;
1404
+ };
1405
+ leftSidePanel?: {
1406
+ display?: boolean;
1407
+ };
1408
+ rightSidePanel?: {
1409
+ display?: boolean;
1410
+ };
1411
+ } | {
1412
+ mode?: string;
1413
+ containerWidth?: number;
1414
+ navbar?: {
1415
+ display?: boolean;
1416
+ style?: string;
1417
+ folded?: boolean;
1418
+ };
1419
+ toolbar?: {
1420
+ display?: boolean;
1421
+ style?: string;
1422
+ position?: string;
1423
+ };
1424
+ footer?: {
1425
+ display?: boolean;
1426
+ style?: string;
1427
+ };
1428
+ leftSidePanel?: {
1429
+ display?: boolean;
1430
+ };
1431
+ rightSidePanel?: {
1432
+ display?: boolean;
1433
+ };
1434
+ } | {
1435
+ mode?: string;
1436
+ containerWidth?: number;
1437
+ scroll?: string;
1438
+ navbar?: {
1439
+ display?: boolean;
1440
+ style?: string;
1441
+ folded?: boolean;
1442
+ };
1443
+ toolbar?: {
1444
+ display?: boolean;
1445
+ style?: string;
1446
+ position?: string;
1447
+ };
1448
+ footer?: {
1449
+ display?: boolean;
1450
+ style?: string;
1451
+ };
1452
+ leftSidePanel?: {
1453
+ display?: boolean;
1454
+ };
1455
+ rightSidePanel?: {
1456
+ display?: boolean;
1457
+ };
1458
+ };
1459
+ };
1460
+ customScrollbars?: boolean;
1461
+ direction?: "rtl" | "ltr";
1462
+ theme?: {
1463
+ main?: {
1464
+ palette?: {
1465
+ common?: {
1466
+ black?: string;
1467
+ white?: string;
1468
+ };
1469
+ mode?: import("@mui/material").PaletteMode;
1470
+ contrastThreshold?: number;
1471
+ tonalOffset?: number | {
1472
+ light?: number;
1473
+ dark?: number;
1474
+ };
1475
+ primary?: {
1476
+ light?: string;
1477
+ main?: string;
1478
+ dark?: string;
1479
+ contrastText?: string;
1480
+ };
1481
+ secondary?: {
1482
+ light?: string;
1483
+ main?: string;
1484
+ dark?: string;
1485
+ contrastText?: string;
1486
+ };
1487
+ error?: {
1488
+ light?: string;
1489
+ main?: string;
1490
+ dark?: string;
1491
+ contrastText?: string;
1492
+ };
1493
+ warning?: {
1494
+ light?: string;
1495
+ main?: string;
1496
+ dark?: string;
1497
+ contrastText?: string;
1498
+ };
1499
+ info?: {
1500
+ light?: string;
1501
+ main?: string;
1502
+ dark?: string;
1503
+ contrastText?: string;
1504
+ };
1505
+ success?: {
1506
+ light?: string;
1507
+ main?: string;
1508
+ dark?: string;
1509
+ contrastText?: string;
1510
+ };
1511
+ grey?: {
1512
+ 50?: string;
1513
+ 100?: string;
1514
+ 200?: string;
1515
+ 300?: string;
1516
+ 400?: string;
1517
+ 500?: string;
1518
+ 600?: string;
1519
+ 700?: string;
1520
+ 800?: string;
1521
+ 900?: string;
1522
+ A100?: string;
1523
+ A200?: string;
1524
+ A400?: string;
1525
+ A700?: string;
1526
+ };
1527
+ text?: {
1528
+ primary?: string;
1529
+ secondary?: string;
1530
+ disabled?: string;
1531
+ };
1532
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
1533
+ action?: {
1534
+ active?: string;
1535
+ hover?: string;
1536
+ hoverOpacity?: number;
1537
+ selected?: string;
1538
+ selectedOpacity?: number;
1539
+ disabled?: string;
1540
+ disabledOpacity?: number;
1541
+ disabledBackground?: string;
1542
+ focus?: string;
1543
+ focusOpacity?: number;
1544
+ activatedOpacity?: number;
1545
+ };
1546
+ background?: {
1547
+ default?: string;
1548
+ paper?: string;
1549
+ };
1550
+ getContrastText?: (background: string) => string;
1551
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1552
+ };
1553
+ };
1554
+ navbar?: {
1555
+ palette?: {
1556
+ common?: {
1557
+ black?: string;
1558
+ white?: string;
1559
+ };
1560
+ mode?: import("@mui/material").PaletteMode;
1561
+ contrastThreshold?: number;
1562
+ tonalOffset?: number | {
1563
+ light?: number;
1564
+ dark?: number;
1565
+ };
1566
+ primary?: {
1567
+ light?: string;
1568
+ main?: string;
1569
+ dark?: string;
1570
+ contrastText?: string;
1571
+ };
1572
+ secondary?: {
1573
+ light?: string;
1574
+ main?: string;
1575
+ dark?: string;
1576
+ contrastText?: string;
1577
+ };
1578
+ error?: {
1579
+ light?: string;
1580
+ main?: string;
1581
+ dark?: string;
1582
+ contrastText?: string;
1583
+ };
1584
+ warning?: {
1585
+ light?: string;
1586
+ main?: string;
1587
+ dark?: string;
1588
+ contrastText?: string;
1589
+ };
1590
+ info?: {
1591
+ light?: string;
1592
+ main?: string;
1593
+ dark?: string;
1594
+ contrastText?: string;
1595
+ };
1596
+ success?: {
1597
+ light?: string;
1598
+ main?: string;
1599
+ dark?: string;
1600
+ contrastText?: string;
1601
+ };
1602
+ grey?: {
1603
+ 50?: string;
1604
+ 100?: string;
1605
+ 200?: string;
1606
+ 300?: string;
1607
+ 400?: string;
1608
+ 500?: string;
1609
+ 600?: string;
1610
+ 700?: string;
1611
+ 800?: string;
1612
+ 900?: string;
1613
+ A100?: string;
1614
+ A200?: string;
1615
+ A400?: string;
1616
+ A700?: string;
1617
+ };
1618
+ text?: {
1619
+ primary?: string;
1620
+ secondary?: string;
1621
+ disabled?: string;
1622
+ };
1623
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
1624
+ action?: {
1625
+ active?: string;
1626
+ hover?: string;
1627
+ hoverOpacity?: number;
1628
+ selected?: string;
1629
+ selectedOpacity?: number;
1630
+ disabled?: string;
1631
+ disabledOpacity?: number;
1632
+ disabledBackground?: string;
1633
+ focus?: string;
1634
+ focusOpacity?: number;
1635
+ activatedOpacity?: number;
1636
+ };
1637
+ background?: {
1638
+ default?: string;
1639
+ paper?: string;
1640
+ };
1641
+ getContrastText?: (background: string) => string;
1642
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1643
+ };
1644
+ };
1645
+ toolbar?: {
1646
+ palette?: {
1647
+ common?: {
1648
+ black?: string;
1649
+ white?: string;
1650
+ };
1651
+ mode?: import("@mui/material").PaletteMode;
1652
+ contrastThreshold?: number;
1653
+ tonalOffset?: number | {
1654
+ light?: number;
1655
+ dark?: number;
1656
+ };
1657
+ primary?: {
1658
+ light?: string;
1659
+ main?: string;
1660
+ dark?: string;
1661
+ contrastText?: string;
1662
+ };
1663
+ secondary?: {
1664
+ light?: string;
1665
+ main?: string;
1666
+ dark?: string;
1667
+ contrastText?: string;
1668
+ };
1669
+ error?: {
1670
+ light?: string;
1671
+ main?: string;
1672
+ dark?: string;
1673
+ contrastText?: string;
1674
+ };
1675
+ warning?: {
1676
+ light?: string;
1677
+ main?: string;
1678
+ dark?: string;
1679
+ contrastText?: string;
1680
+ };
1681
+ info?: {
1682
+ light?: string;
1683
+ main?: string;
1684
+ dark?: string;
1685
+ contrastText?: string;
1686
+ };
1687
+ success?: {
1688
+ light?: string;
1689
+ main?: string;
1690
+ dark?: string;
1691
+ contrastText?: string;
1692
+ };
1693
+ grey?: {
1694
+ 50?: string;
1695
+ 100?: string;
1696
+ 200?: string;
1697
+ 300?: string;
1698
+ 400?: string;
1699
+ 500?: string;
1700
+ 600?: string;
1701
+ 700?: string;
1702
+ 800?: string;
1703
+ 900?: string;
1704
+ A100?: string;
1705
+ A200?: string;
1706
+ A400?: string;
1707
+ A700?: string;
1708
+ };
1709
+ text?: {
1710
+ primary?: string;
1711
+ secondary?: string;
1712
+ disabled?: string;
1713
+ };
1714
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
1715
+ action?: {
1716
+ active?: string;
1717
+ hover?: string;
1718
+ hoverOpacity?: number;
1719
+ selected?: string;
1720
+ selectedOpacity?: number;
1721
+ disabled?: string;
1722
+ disabledOpacity?: number;
1723
+ disabledBackground?: string;
1724
+ focus?: string;
1725
+ focusOpacity?: number;
1726
+ activatedOpacity?: number;
1727
+ };
1728
+ background?: {
1729
+ default?: string;
1730
+ paper?: string;
1731
+ };
1732
+ getContrastText?: (background: string) => string;
1733
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1734
+ };
1735
+ };
1736
+ footer?: {
1737
+ palette?: {
1738
+ common?: {
1739
+ black?: string;
1740
+ white?: string;
1741
+ };
1742
+ mode?: import("@mui/material").PaletteMode;
1743
+ contrastThreshold?: number;
1744
+ tonalOffset?: number | {
1745
+ light?: number;
1746
+ dark?: number;
1747
+ };
1748
+ primary?: {
1749
+ light?: string;
1750
+ main?: string;
1751
+ dark?: string;
1752
+ contrastText?: string;
1753
+ };
1754
+ secondary?: {
1755
+ light?: string;
1756
+ main?: string;
1757
+ dark?: string;
1758
+ contrastText?: string;
1759
+ };
1760
+ error?: {
1761
+ light?: string;
1762
+ main?: string;
1763
+ dark?: string;
1764
+ contrastText?: string;
1765
+ };
1766
+ warning?: {
1767
+ light?: string;
1768
+ main?: string;
1769
+ dark?: string;
1770
+ contrastText?: string;
1771
+ };
1772
+ info?: {
1773
+ light?: string;
1774
+ main?: string;
1775
+ dark?: string;
1776
+ contrastText?: string;
1777
+ };
1778
+ success?: {
1779
+ light?: string;
1780
+ main?: string;
1781
+ dark?: string;
1782
+ contrastText?: string;
1783
+ };
1784
+ grey?: {
1785
+ 50?: string;
1786
+ 100?: string;
1787
+ 200?: string;
1788
+ 300?: string;
1789
+ 400?: string;
1790
+ 500?: string;
1791
+ 600?: string;
1792
+ 700?: string;
1793
+ 800?: string;
1794
+ 900?: string;
1795
+ A100?: string;
1796
+ A200?: string;
1797
+ A400?: string;
1798
+ A700?: string;
1799
+ };
1800
+ text?: {
1801
+ primary?: string;
1802
+ secondary?: string;
1803
+ disabled?: string;
1804
+ };
1805
+ divider?: import("@mui/material/styles/createPalette").TypeDivider;
1806
+ action?: {
1807
+ active?: string;
1808
+ hover?: string;
1809
+ hoverOpacity?: number;
1810
+ selected?: string;
1811
+ selectedOpacity?: number;
1812
+ disabled?: string;
1813
+ disabledOpacity?: number;
1814
+ disabledBackground?: string;
1815
+ focus?: string;
1816
+ focusOpacity?: number;
1817
+ activatedOpacity?: number;
1818
+ };
1819
+ background?: {
1820
+ default?: string;
1821
+ paper?: string;
1822
+ };
1823
+ getContrastText?: (background: string) => string;
1824
+ augmentColor?: (options: import("@mui/material/styles/createPalette").PaletteAugmentColorOptions) => import("@mui/material").PaletteColor;
1825
+ };
1826
+ };
1827
+ };
1828
+ defaultAuth?: string[];
1829
+ loginRedirectUrl?: string;
1830
+ }, import("@reduxjs/toolkit").AsyncThunkConfig>;
1831
+ /**
1832
+ * The settings slice.
1833
+ */
1834
+ export declare const owpSettingsSlice: any;
1835
+ export declare const selectOwpCurrentLayoutConfig: (state: any) => any;
1836
+ export declare const selectOwpCurrentSettings: (state: any) => any;
1837
+ export declare const selectOwpSettings: (state: any) => any;
1838
+ export declare const selectOwpSettingsDefaults: (state: any) => any;
1839
+ export declare const selectOwpSettingsCurrent: (state: any) => any;
1840
+ export declare const selectOwpDefaultSettings: (state: any) => any;
1841
+ export declare const selectCustomScrollbarsEnabled: (state: any) => any;
1842
+ export declare const getDirection: (state: any) => any;
1843
+ export declare const getMainTheme: (state: any) => any;
1844
+ export declare const getNavbarTheme: (state: any) => any;
1845
+ export declare const getToolbarTheme: (state: any) => any;
1846
+ export declare const getFooterTheme: (state: any) => any;
1847
+ /**
1848
+ * Selects the contrast theme based on the background color.
1849
+ */
1850
+ export declare const selectContrastMainTheme: (bgColor: string) => any;
1851
+ export declare const selectMainTheme: ReturnType<typeof createSelector>;
1852
+ export declare const selectMainThemeDark: ReturnType<typeof createSelector>;
1853
+ export declare const selectMainThemeLight: ReturnType<typeof createSelector>;
1854
+ export declare const selectNavbarTheme: ReturnType<typeof createSelector>;
1855
+ export declare const selectNavbarThemeDark: ReturnType<typeof createSelector>;
1856
+ export declare const selectNavbarThemeLight: ReturnType<typeof createSelector>;
1857
+ export declare const selectToolbarTheme: ReturnType<typeof createSelector>;
1858
+ export declare const selectToolbarThemeDark: ReturnType<typeof createSelector>;
1859
+ export declare const selectToolbarThemeLight: ReturnType<typeof createSelector>;
1860
+ export declare const selectFooterTheme: ReturnType<typeof createSelector>;
1861
+ export declare const selectFooterThemeDark: ReturnType<typeof createSelector>;
1862
+ export declare const selectFooterThemeLight: ReturnType<typeof createSelector>;
1863
+ export declare const resetSettings: any, setInitialSettings: any, setSettings: any;
1864
+ export type settingsSliceType = typeof owpSettingsSlice;
1865
+ declare const owpSettingsReducer: any;
1866
+ export default owpSettingsReducer;