@owp/core 1.29.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 (250) 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-Cm04EulE.js → Close-C91nHTKM.js} +398 -329
  6. package/dist/Close-C91nHTKM.js.map +1 -0
  7. package/dist/{OwpStoreProvider-CFq963Pl.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 +6 -18
  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/constants.js +19 -21
  20. package/dist/constants.js.map +1 -1
  21. package/dist/contexts.js +104 -0
  22. package/dist/contexts.js.map +1 -0
  23. package/dist/dark-DAY0F6Ph.js +21 -0
  24. package/dist/dark-DAY0F6Ph.js.map +1 -0
  25. package/dist/emotion-react-jsx-runtime.browser.esm-BMvSswBW.js +1496 -0
  26. package/dist/emotion-react-jsx-runtime.browser.esm-BMvSswBW.js.map +1 -0
  27. package/dist/hooks.js +116 -100
  28. package/dist/hooks.js.map +1 -1
  29. package/dist/index.css +1 -1
  30. package/dist/index.js +44321 -86
  31. package/dist/index.js.map +1 -1
  32. package/dist/isString-Codtu20I.js +55 -0
  33. package/dist/isString-Codtu20I.js.map +1 -0
  34. package/dist/isTypedArray-CCnDZ5HJ.js +609 -0
  35. package/dist/isTypedArray-CCnDZ5HJ.js.map +1 -0
  36. package/dist/language-DaxFvPOq.js +35 -0
  37. package/dist/language-DaxFvPOq.js.map +1 -0
  38. package/dist/lazyLoadedSlices-C18y0AEB.js +2773 -0
  39. package/dist/lazyLoadedSlices-C18y0AEB.js.map +1 -0
  40. package/dist/localStorageKeys-Che0CNci.js +10 -0
  41. package/dist/localStorageKeys-Che0CNci.js.map +1 -0
  42. package/dist/owp-app.css +1 -1
  43. package/dist/storageKeys-C6xHFiTo.js +42 -0
  44. package/dist/storageKeys-C6xHFiTo.js.map +1 -0
  45. package/dist/store.js +32 -33
  46. package/dist/{toUpper-K8I4frC5.js → toUpper-Dmh8Htx_.js} +2 -2
  47. package/dist/{toUpper-K8I4frC5.js.map → toUpper-Dmh8Htx_.js.map} +1 -1
  48. package/dist/treeGrid-DtKg-9uf.js +8 -0
  49. package/dist/treeGrid-DtKg-9uf.js.map +1 -0
  50. package/dist/{treeGridUtil-C46Qi5LG.js → treeGridUtil-DAfaAk6C.js} +79 -78
  51. package/dist/{treeGridUtil-C46Qi5LG.js.map → treeGridUtil-DAfaAk6C.js.map} +1 -1
  52. package/dist/types/colors/chart/colorMap.d.ts +8 -0
  53. package/dist/types/colors/chart/index.d.ts +1 -0
  54. package/dist/types/colors/index.d.ts +2 -2
  55. package/dist/types/colors/palettes/index.d.ts +2 -0
  56. package/dist/types/components/OwpErrorBoundary/OwpErrorBoundary.d.ts +1 -1
  57. package/dist/types/components/OwpFileUploadButton/OwpFileUploadButton.d.ts +2 -2
  58. package/dist/types/components/OwpHidden/OwpHidden.d.ts +19 -0
  59. package/dist/types/components/OwpHidden/index.d.ts +2 -0
  60. package/dist/types/components/OwpLayout/OwpLayout.d.ts +2 -2
  61. package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +2 -2
  62. package/dist/types/components/OwpPageCarded/OwpPageCardedSidebar.d.ts +1 -1
  63. package/dist/types/components/OwpPicker/DatePickerInput.d.ts +1 -1
  64. package/dist/types/components/OwpStyleProvider/OwpStyleProvider.d.ts +5 -5
  65. package/dist/types/components/OwpTable/OwpTable.d.ts +1 -3
  66. package/dist/types/components/OwpTabs/OwpTab.d.ts +2 -4
  67. package/dist/types/components/OwpTabs/OwpTabs.d.ts +2 -4
  68. package/dist/types/{default-settings/OwpDefaultSettings.d.ts → configs/defaultConfig.d.ts} +26 -172
  69. package/dist/types/{components/layouts/layout2/Layout2Config.d.ts → configs/layoutConfig.d.ts} +12 -15
  70. package/dist/types/contexts/OwpAppProvider.d.ts +44 -0
  71. package/dist/types/hooks/index.d.ts +4 -2
  72. package/dist/types/{store/hooks.d.ts → hooks/useAppStore.d.ts} +1 -1
  73. package/dist/types/hooks/useCurrentLanguage.d.ts +1 -5
  74. package/dist/types/hooks/useInitApp.d.ts +8 -0
  75. package/dist/types/hooks/useInitCommonCodes.d.ts +4 -0
  76. package/dist/types/hooks/useLogoSrc.d.ts +8 -0
  77. package/dist/types/hooks/useNavigation.d.ts +3 -18
  78. package/dist/types/hooks/useOwpTranslation.d.ts +0 -2
  79. package/dist/types/hooks/useStorage.d.ts +0 -13
  80. package/dist/types/hooks/useThemeMediaQuery.d.ts +1 -1
  81. package/dist/types/index.d.ts +3 -28
  82. package/dist/types/{components/layouts/layout3/Layout3.d.ts → layout/Layout.d.ts} +4 -4
  83. package/dist/types/layout/components/layouts/FooterLayout.d.ts +9 -0
  84. package/dist/types/layout/components/layouts/LeftSideLayout.d.ts +6 -0
  85. package/dist/types/layout/components/layouts/NavbarToggleFabLayout.d.ts +8 -0
  86. package/dist/types/layout/components/layouts/NavbarWrapperLayout.d.ts +5 -0
  87. package/dist/types/layout/components/menus/LogoutMenu.d.ts +8 -0
  88. package/dist/types/layout/components/menus/PasswordChangeMenu.d.ts +8 -0
  89. package/dist/types/{components/layouts/shared-components → layout/components/menus}/UserMenu.d.ts +1 -1
  90. package/dist/types/{components/layouts/shared-components → layout/components}/navbar/NavbarPinToggleButton.d.ts +1 -1
  91. package/dist/types/layout/components/navbar/NavbarToggleButton.d.ts +11 -0
  92. package/dist/types/layout/components/navbar/style/NavbarStyle.d.ts +5 -0
  93. package/dist/types/layout/components/navbar/style/NavbarStyleContent.d.ts +9 -0
  94. package/dist/types/layout/components/navigation/NavBadge.d.ts +17 -0
  95. package/dist/types/layout/components/navigation/NavItem.d.ts +14 -0
  96. package/dist/types/layout/components/navigation/Navigation.d.ts +3 -0
  97. package/dist/types/layout/components/navigation/NavigationMenu.d.ts +23 -0
  98. package/dist/types/layout/components/navigation/vertical/NavVerticalLayout.d.ts +9 -0
  99. package/dist/types/layout/components/navigation/vertical/types/NavVerticalCollapse.d.ts +6 -0
  100. package/dist/types/layout/components/navigation/vertical/types/NavVerticalGroup.d.ts +6 -0
  101. package/dist/types/layout/components/navigation/vertical/types/NavVerticalItem.d.ts +6 -0
  102. package/dist/types/layout/components/navigation/vertical/types/NavVerticalLink.d.ts +7 -0
  103. package/dist/types/layout/components/toggles/FullScreenToggle.d.ts +8 -0
  104. package/dist/types/layout/components/toggles/LanguageSwitcherToggle.d.ts +9 -0
  105. package/dist/types/layout/components/toggles/NavigationSearchToggle.d.ts +16 -0
  106. package/dist/types/layout/components/toggles/NavigationShortcutsToggle.d.ts +9 -0
  107. package/dist/types/layout/components/toggles/toggleStyles.d.ts +10 -0
  108. package/dist/types/{components/layouts/layout3/components/FooterLayout3.d.ts → layout/components/toolbar/ToolbarLayout.d.ts} +4 -4
  109. package/dist/types/{components/layouts → layout}/themeLayoutConfigs.d.ts +2 -4
  110. package/dist/types/store/index.d.ts +1 -1
  111. package/dist/types/store/lazyLoadedSlices.d.ts +2 -2
  112. package/dist/types/{components/layouts/shared-components/navigation/store → store}/navigationSlice.d.ts +12 -12
  113. package/dist/types/store/owpSettingsSlice.d.ts +13 -1806
  114. package/dist/types/{components/OwpNavigation/types/OwpNavItemType.d.ts → types/OwpNavigationTypes.d.ts} +14 -4
  115. package/dist/types/types/OwpSettingsTypes.d.ts +2 -2
  116. package/dist/types/types/index.d.ts +3 -0
  117. package/dist/types/utils/getEstimatedTextCellWidth.d.ts +12 -0
  118. package/dist/types/utils/index.d.ts +2 -0
  119. package/dist/types/utils/language.d.ts +8 -0
  120. package/dist/types/{components/OwpNavigation/utils/OwpNavigationHelper.d.ts → utils/navigationUtils.d.ts} +17 -5
  121. package/dist/types.js +2 -0
  122. package/dist/types.js.map +1 -0
  123. package/dist/usePageLockLoading-BGODEt_k.js +39 -0
  124. package/dist/usePageLockLoading-BGODEt_k.js.map +1 -0
  125. package/dist/useShortcuts-BjtlXprQ.js +236 -0
  126. package/dist/useShortcuts-BjtlXprQ.js.map +1 -0
  127. package/dist/useTreeGridExcelExport-BE6h1hsO.js +120 -0
  128. package/dist/useTreeGridExcelExport-BE6h1hsO.js.map +1 -0
  129. package/dist/utils.js +6893 -6652
  130. package/dist/utils.js.map +1 -1
  131. package/owp-app.css +1 -0
  132. package/package.json +51 -47
  133. package/types.d.ts +3 -0
  134. package/types.js +1 -0
  135. package/context.d.ts +0 -3
  136. package/context.js +0 -1
  137. package/dist/Close-Cm04EulE.js.map +0 -1
  138. package/dist/OwpStoreProvider-CFq963Pl.js.map +0 -1
  139. package/dist/OwpUtils-9lHSCdan.js +0 -611
  140. package/dist/OwpUtils-9lHSCdan.js.map +0 -1
  141. package/dist/QuickPanel-DlrhsNXW.js +0 -104
  142. package/dist/QuickPanel-DlrhsNXW.js.map +0 -1
  143. package/dist/context.js +0 -74
  144. package/dist/context.js.map +0 -1
  145. package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js +0 -1751
  146. package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js.map +0 -1
  147. package/dist/index-Dn7pPU3W.js +0 -47049
  148. package/dist/index-Dn7pPU3W.js.map +0 -1
  149. package/dist/isTypedArray-xp-fB7W4.js +0 -411
  150. package/dist/isTypedArray-xp-fB7W4.js.map +0 -1
  151. package/dist/lazyLoadedSlices-BYAl2fil.js +0 -2786
  152. package/dist/lazyLoadedSlices-BYAl2fil.js.map +0 -1
  153. package/dist/storageKeys-DRzte9LZ.js +0 -15
  154. package/dist/storageKeys-DRzte9LZ.js.map +0 -1
  155. package/dist/treeGrid-DRAoPLXh.js +0 -35
  156. package/dist/treeGrid-DRAoPLXh.js.map +0 -1
  157. package/dist/types/components/OwpCommonDialog/OwpCommonDialog.d.ts +0 -1
  158. package/dist/types/components/OwpCommonDialog/index.d.ts +0 -1
  159. package/dist/types/components/OwpNavigation/OwpNavBadge.d.ts +0 -17
  160. package/dist/types/components/OwpNavigation/OwpNavItem.d.ts +0 -14
  161. package/dist/types/components/OwpNavigation/OwpNavigation.d.ts +0 -23
  162. package/dist/types/components/OwpNavigation/horizontal/OwpNavHorizontalLayout1.d.ts +0 -7
  163. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalCollapse.d.ts +0 -15
  164. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +0 -13
  165. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +0 -11
  166. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +0 -8
  167. package/dist/types/components/OwpNavigation/index.d.ts +0 -1
  168. package/dist/types/components/OwpNavigation/isUrlInChildren.d.ts +0 -7
  169. package/dist/types/components/OwpNavigation/models/OwpNavItemModel.d.ts +0 -8
  170. package/dist/types/components/OwpNavigation/types/OwpNavBadgeType.d.ts +0 -9
  171. package/dist/types/components/OwpNavigation/utils/components.d.ts +0 -4
  172. package/dist/types/components/OwpNavigation/utils/registerComponent.d.ts +0 -4
  173. package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout1.d.ts +0 -9
  174. package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout2.d.ts +0 -7
  175. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalCollapse.d.ts +0 -7
  176. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalGroup.d.ts +0 -7
  177. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalItem.d.ts +0 -7
  178. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalLink.d.ts +0 -8
  179. package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalTab.d.ts +0 -11
  180. package/dist/types/components/OwpSearch/OwpSearch.d.ts +0 -23
  181. package/dist/types/components/OwpSearch/index.d.ts +0 -1
  182. package/dist/types/components/OwpShortcuts/OwpShortcuts.d.ts +0 -19
  183. package/dist/types/components/OwpShortcuts/index.d.ts +0 -1
  184. package/dist/types/components/OwpSidePanel/OwpSidePanel.d.ts +0 -18
  185. package/dist/types/components/OwpSidePanel/index.d.ts +0 -1
  186. package/dist/types/components/OwpTheme/OwpTheme.d.ts +0 -18
  187. package/dist/types/components/OwpTheme/index.d.ts +0 -1
  188. package/dist/types/components/OwpThemeSelector/OwpThemeSelector.d.ts +0 -16
  189. package/dist/types/components/OwpThemeSelector/SchemePreview.d.ts +0 -14
  190. package/dist/types/components/OwpThemeSelector/ThemePreview.d.ts +0 -17
  191. package/dist/types/components/OwpThemeSelector/index.d.ts +0 -1
  192. package/dist/types/components/layouts/layout1/Layout1.d.ts +0 -10
  193. package/dist/types/components/layouts/layout1/Layout1Config.d.ts +0 -114
  194. package/dist/types/components/layouts/layout1/components/FooterLayout1.d.ts +0 -9
  195. package/dist/types/components/layouts/layout1/components/LeftSideLayout1.d.ts +0 -6
  196. package/dist/types/components/layouts/layout1/components/NavbarToggleFabLayout1.d.ts +0 -8
  197. package/dist/types/components/layouts/layout1/components/NavbarWrapperLayout1.d.ts +0 -5
  198. package/dist/types/components/layouts/layout1/components/ToolbarLayout1.d.ts +0 -9
  199. package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1.d.ts +0 -5
  200. package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1Content.d.ts +0 -9
  201. package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2.d.ts +0 -5
  202. package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2Content.d.ts +0 -9
  203. package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3.d.ts +0 -9
  204. package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3Content.d.ts +0 -10
  205. package/dist/types/components/layouts/layout2/Layout2.d.ts +0 -10
  206. package/dist/types/components/layouts/layout2/components/FooterLayout2.d.ts +0 -9
  207. package/dist/types/components/layouts/layout2/components/LeftSideLayout2.d.ts +0 -6
  208. package/dist/types/components/layouts/layout2/components/NavbarLayout2.d.ts +0 -9
  209. package/dist/types/components/layouts/layout2/components/NavbarMobileLayout2.d.ts +0 -9
  210. package/dist/types/components/layouts/layout2/components/NavbarToggleFabLayout2.d.ts +0 -8
  211. package/dist/types/components/layouts/layout2/components/NavbarWrapperLayout2.d.ts +0 -5
  212. package/dist/types/components/layouts/layout2/components/RightSideLayout2.d.ts +0 -6
  213. package/dist/types/components/layouts/layout2/components/ToolbarLayout2.d.ts +0 -9
  214. package/dist/types/components/layouts/layout3/Layout3Config.d.ts +0 -110
  215. package/dist/types/components/layouts/layout3/components/LeftSideLayout3.d.ts +0 -6
  216. package/dist/types/components/layouts/layout3/components/NavbarLayout3.d.ts +0 -9
  217. package/dist/types/components/layouts/layout3/components/NavbarMobileLayout3.d.ts +0 -9
  218. package/dist/types/components/layouts/layout3/components/NavbarWrapperLayout3.d.ts +0 -5
  219. package/dist/types/components/layouts/layout3/components/RightSideLayout3.d.ts +0 -6
  220. package/dist/types/components/layouts/layout3/components/ToolbarLayout3.d.ts +0 -9
  221. package/dist/types/components/layouts/shared-components/FullScreenToggle.d.ts +0 -8
  222. package/dist/types/components/layouts/shared-components/LanguageSwitcher.d.ts +0 -7
  223. package/dist/types/components/layouts/shared-components/PasswordChangeForm.d.ts +0 -2
  224. package/dist/types/components/layouts/shared-components/navbar/NavbarToggleButton.d.ts +0 -7
  225. package/dist/types/components/layouts/shared-components/navigation/Navigation.d.ts +0 -3
  226. package/dist/types/components/layouts/shared-components/navigation/NavigationSearch.d.ts +0 -6
  227. package/dist/types/components/layouts/shared-components/navigation/NavigationShortcuts.d.ts +0 -6
  228. package/dist/types/components/layouts/shared-components/quickPanel/QuickPanel.d.ts +0 -5
  229. package/dist/types/components/layouts/shared-components/quickPanel/QuickPanelToggleButton.d.ts +0 -9
  230. package/dist/types/components/layouts/shared-components/quickPanel/quickPanelSlice.d.ts +0 -14
  231. package/dist/types/context/OwpAppProvider.d.ts +0 -36
  232. package/dist/types/hooks/useCurrentLogoSrc.d.ts +0 -8
  233. package/dist/types/hooks/useTreeGridCommonCodeEnum.d.ts +0 -8
  234. package/dist/useOwpTranslation-CMrtqKkT.js +0 -190
  235. package/dist/useOwpTranslation-CMrtqKkT.js.map +0 -1
  236. package/dist/useStorage-BA0D8KA7.js +0 -67
  237. package/dist/useStorage-BA0D8KA7.js.map +0 -1
  238. package/dist/useTreeGridExcelExport-DLMecvHS.js +0 -186
  239. package/dist/useTreeGridExcelExport-DLMecvHS.js.map +0 -1
  240. /package/dist/types/colors/{owpDark.d.ts → palettes/dark.d.ts} +0 -0
  241. /package/dist/types/colors/{skyBlue.d.ts → palettes/skyBlue.d.ts} +0 -0
  242. /package/dist/types/{context → contexts}/OwpCoreProvider.d.ts +0 -0
  243. /package/dist/types/{context → contexts}/OwpStoreProvider.d.ts +0 -0
  244. /package/dist/types/{context → contexts}/OwpUiProvider.d.ts +0 -0
  245. /package/dist/types/{context → contexts}/index.d.ts +0 -0
  246. /package/dist/types/{components/layouts/shared-components → layout/components/logo}/Logo.d.ts +0 -0
  247. /package/dist/types/{components/layouts/shared-components → layout/components}/navbar/NavbarToggleFab.d.ts +0 -0
  248. /package/dist/types/{components/layouts/shared-components → layout/components/toggles}/LogoutToggle.d.ts +0 -0
  249. /package/dist/types/{components/layouts → layout}/themeLayouts.d.ts +0 -0
  250. /package/dist/types/{components/layouts/shared-components/navbar → store}/navbarSlice.d.ts +0 -0
@@ -1,18 +1,18 @@
1
1
  import { CacheProvider } from '@emotion/react';
2
- import { Theme } from '@mui/material/styles/createTheme';
2
+ import { type Theme } from '@mui/material/styles';
3
3
  import { ComponentProps, ReactNode } from 'react';
4
4
  type OwpCacheProviderProps = Omit<ComponentProps<typeof CacheProvider>, 'children'>;
5
5
  export interface OwpStyleProviderProps {
6
6
  children?: ReactNode;
7
- theme: Theme;
7
+ theme?: Theme;
8
8
  root?: boolean;
9
9
  cacheProviderProps?: OwpCacheProviderProps;
10
10
  }
11
11
  /**
12
- * CacheProvider, OwpTheme composition
13
- * @param theme MUI theme 객체
12
+ * CacheProvider, theme composition
13
+ * @param theme MUI theme 객체. 미지정 시 store main theme 사용
14
14
  * @param root 글로벌 스타일 적용 여부
15
15
  * @param cacheProviderProps CacheProvider 옵션
16
16
  */
17
- export declare function OwpStyleProvider({ children, theme, root, cacheProviderProps, }: OwpStyleProviderProps): import("react/jsx-runtime").JSX.Element;
17
+ export declare function OwpStyleProvider(props: OwpStyleProviderProps): import("react/jsx-runtime").JSX.Element;
18
18
  export {};
@@ -29,9 +29,7 @@ export declare function OwpTableTotalCount({ totalCount }: {
29
29
  * @param tableLayout tableLayout 값
30
30
  */
31
31
  export declare const StyledTable: ({ canBodyFullHeight, canUseTreeGridStyle, children, className, containerProps, footerSlot, tableLayout, ...tableProps }: StyledTableProps) => import("react/jsx-runtime").JSX.Element;
32
- export declare const StyledTableRow: import("@emotion/styled").StyledComponent<import("@mui/material").TableRowOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & {
33
- ref?: import("react").Ref<HTMLTableRowElement>;
34
- }, "className" | "style" | "classes" | "children" | "sx" | "selected" | "hover"> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
32
+ export declare const StyledTableRow: import("@emotion/styled").StyledComponent<import("@mui/material").TableRowOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "style" | "hover" | "selected" | "children" | "sx" | "classes" | "className"> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
35
33
  interface OwpTableProps<T> extends Omit<StyledTableProps, 'children'> {
36
34
  canTotalCountRow?: boolean;
37
35
  headers: OwpTableHeaderRow | OwpTableHeaderRow[];
@@ -1,9 +1,7 @@
1
1
  /**
2
2
  * OwpTab 컴포넌트
3
3
  */
4
- declare const OwpTab: import("@emotion/styled").StyledComponent<import("@mui/material").TabOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
- ref?: import("react").Ref<HTMLDivElement>;
6
- }, "action" | "icon" | "className" | "style" | "classes" | "children" | "sx" | "label" | "tabIndex" | "value" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "iconPosition" | "wrapped"> & {
7
- component?: React.ElementType;
4
+ declare const OwpTab: import("@emotion/styled").StyledComponent<import("@mui/material").TabOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "action" | "disabled" | "children" | "sx" | "icon" | "classes" | "className" | "label" | "tabIndex" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "value" | "wrapped" | "iconPosition"> & {
5
+ component?: React.ElementType | undefined;
8
6
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
9
7
  export { OwpTab };
@@ -1,9 +1,7 @@
1
1
  /**
2
2
  * OwpTabs 컴포넌트
3
3
  */
4
- declare const OwpTabs: import("@emotion/styled").StyledComponent<import("@mui/material").TabsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
5
- ref?: import("react").Ref<HTMLDivElement>;
6
- }, "action" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "aria-label" | "aria-labelledby" | "onChange" | "slots" | "slotProps" | "value" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & {
7
- component?: React.ElementType;
4
+ declare const OwpTabs: import("@emotion/styled").StyledComponent<import("@mui/material").TabsOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "action" | "children" | "sx" | "classes" | "className" | "variant" | "aria-label" | "aria-labelledby" | "onChange" | "slots" | "slotProps" | "value" | "orientation" | "allowScrollButtonsMobile" | "centered" | "indicatorColor" | "ScrollButtonComponent" | "scrollButtons" | "selectionFollowsFocus" | "TabIndicatorProps" | "TabScrollButtonProps" | "textColor" | "visibleScrollbar"> & {
5
+ component?: React.ElementType | undefined;
8
6
  } & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
9
7
  export { OwpTabs };
@@ -1,183 +1,37 @@
1
- import { ThemeOptions } from '@mui/material/styles/createTheme';
1
+ import type { OwpSettingsConfigType, OwpThemesType } from '@/types/OwpSettingsTypes';
2
+ import { type ThemeOptions } from '@mui/material/styles';
3
+ import { PartialDeep } from 'type-fest';
4
+ /**
5
+ * 기본 layout 설정
6
+ * @param style layout 스타일
7
+ */
8
+ export declare function getDefaultLayout(style?: string): OwpSettingsConfigType['layout'];
9
+ /**
10
+ * 기본 theme 설정
11
+ * @param themesConfig 앱 theme 설정
12
+ */
13
+ export declare function getDefaultThemeSettings(themesConfig?: PartialDeep<OwpThemesType>): OwpSettingsConfigType['theme'];
2
14
  /**
3
15
  * The defaultSettings object defines the default settings for the Owp application.
4
16
  */
5
- export declare const defaultSettings: {
6
- customScrollbars: boolean;
7
- direction: string;
8
- theme: {
9
- main: {
10
- palette: {
11
- mode: string;
12
- text: {
13
- primary: string;
14
- secondary: string;
15
- disabled: string;
16
- };
17
- common: {
18
- black: string;
19
- white: string;
20
- };
21
- background: {
22
- paper: string;
23
- default: string;
24
- };
25
- primary: {
26
- main: string;
27
- };
28
- secondary: {
29
- main: string;
30
- };
31
- success: {
32
- main: string;
33
- };
34
- info: {
35
- main: string;
36
- contrastText: string;
37
- };
38
- warning: {
39
- main: string;
40
- contrastText: string;
41
- };
42
- error: {
43
- main: string;
44
- };
45
- };
46
- };
47
- navbar: {
48
- palette: {
49
- mode: string;
50
- text: {
51
- primary: string;
52
- secondary: string;
53
- disabled: string;
54
- };
55
- common: {
56
- black: string;
57
- white: string;
58
- };
59
- background: {
60
- paper: string;
61
- default: string;
62
- };
63
- primary: {
64
- main: string;
65
- };
66
- secondary: {
67
- main: string;
68
- };
69
- success: {
70
- main: string;
71
- };
72
- info: {
73
- main: string;
74
- contrastText: string;
75
- };
76
- warning: {
77
- main: string;
78
- contrastText: string;
79
- };
80
- error: {
81
- main: string;
82
- };
83
- };
84
- } & {
85
- palette: {
86
- background: {
87
- default: string;
88
- };
89
- };
90
- };
91
- toolbar: {
92
- palette: {
93
- mode: string;
94
- text: {
95
- primary: string;
96
- secondary: string;
97
- disabled: string;
98
- };
99
- common: {
100
- black: string;
101
- white: string;
102
- };
103
- background: {
104
- paper: string;
105
- default: string;
106
- };
107
- primary: {
108
- main: string;
109
- };
110
- secondary: {
111
- main: string;
112
- };
113
- success: {
114
- main: string;
115
- };
116
- info: {
117
- main: string;
118
- contrastText: string;
119
- };
120
- warning: {
121
- main: string;
122
- contrastText: string;
123
- };
124
- error: {
125
- main: string;
126
- };
127
- };
128
- } & {
129
- palette: {
130
- mode: string;
131
- background: {
132
- default: string;
133
- };
134
- };
135
- };
136
- footer: {
137
- palette: {
138
- mode: string;
139
- text: {
140
- primary: string;
141
- secondary: string;
142
- disabled: string;
143
- };
144
- common: {
145
- black: string;
146
- white: string;
147
- };
148
- background: {
149
- paper: string;
150
- default: string;
151
- };
152
- primary: {
153
- main: string;
154
- };
155
- secondary: {
156
- main: string;
157
- };
158
- success: {
159
- main: string;
160
- };
161
- info: {
162
- main: string;
163
- contrastText: string;
164
- };
165
- warning: {
166
- main: string;
167
- contrastText: string;
168
- };
169
- error: {
170
- main: string;
171
- };
172
- };
173
- };
174
- };
175
- };
17
+ export declare const defaultSettings: OwpSettingsConfigType;
176
18
  /**
177
19
  * The getParsedQuerySettings function parses the query string to retrieve the default settings for the Owp application.
178
20
  * It returns a OwpSettingsConfigType object that can be used to configure the application.
179
21
  */
180
22
  export declare function getParsedQuerySettings(): {};
23
+ /**
24
+ * 기본 settings와 신규 settings 병합
25
+ * @param _defaultSettings 기준 settings
26
+ * @param _newSettings 신규 settings
27
+ */
28
+ export declare function generateSettings(_defaultSettings: OwpSettingsConfigType, _newSettings: PartialDeep<OwpSettingsConfigType>): OwpSettingsConfigType;
29
+ /**
30
+ * 앱 초기 settings 생성
31
+ * @param settingsConfig 앱 settings override
32
+ * @param themesConfig 앱 theme 설정
33
+ */
34
+ export declare function createInitialOwpSettings(settingsConfig?: PartialDeep<OwpSettingsConfigType>, themesConfig?: PartialDeep<OwpThemesType>): OwpSettingsConfigType;
181
35
  /**
182
36
  * The defaultThemeOptions object defines the default options for the MUI theme.
183
37
  */
@@ -1,20 +1,21 @@
1
1
  /**
2
- * The Layout2 Config object.
2
+ * The layout config object.
3
3
  */
4
- declare const Layout2Config: {
4
+ declare const LayoutConfig: {
5
5
  title: string;
6
6
  defaults: {
7
7
  mode: string;
8
- containerWidth: number;
8
+ containerWidth: string;
9
9
  navbar: {
10
10
  display: boolean;
11
11
  style: string;
12
12
  folded: boolean;
13
+ position: string;
14
+ open: boolean;
13
15
  };
14
16
  toolbar: {
15
17
  display: boolean;
16
18
  style: string;
17
- position: string;
18
19
  };
19
20
  footer: {
20
21
  display: boolean;
@@ -49,7 +50,7 @@ declare const Layout2Config: {
49
50
  title: string;
50
51
  type: string;
51
52
  };
52
- style: {
53
+ position: {
53
54
  title: string;
54
55
  type: string;
55
56
  options: {
@@ -57,6 +58,10 @@ declare const Layout2Config: {
57
58
  value: string;
58
59
  }[];
59
60
  };
61
+ folded: {
62
+ title: string;
63
+ type: string;
64
+ };
60
65
  };
61
66
  };
62
67
  toolbar: {
@@ -67,14 +72,6 @@ declare const Layout2Config: {
67
72
  title: string;
68
73
  type: string;
69
74
  };
70
- position: {
71
- title: string;
72
- type: string;
73
- options: {
74
- name: string;
75
- value: string;
76
- }[];
77
- };
78
75
  style: {
79
76
  title: string;
80
77
  type: string;
@@ -105,5 +102,5 @@ declare const Layout2Config: {
105
102
  };
106
103
  };
107
104
  };
108
- export type Layout2ConfigDefaultsType = (typeof Layout2Config)['defaults'];
109
- export default Layout2Config;
105
+ export type LayoutConfigDefaultsType = (typeof LayoutConfig)['defaults'];
106
+ export default LayoutConfig;
@@ -0,0 +1,44 @@
1
+ import type { OwpSettingsConfigType, OwpThemesType } from '@/types/OwpSettingsTypes';
2
+ import type { OwpNavItemType } from '@/types/OwpNavigationTypes';
3
+ import { CSSProperties, ComponentType, ReactNode } from 'react';
4
+ import { PartialDeep } from 'type-fest';
5
+ /**
6
+ * Logo slot props
7
+ */
8
+ export interface OwpLogoSlotProps {
9
+ className?: string;
10
+ style?: CSSProperties;
11
+ }
12
+ export interface OwpAppConfigs {
13
+ routesConfig: any;
14
+ settingsConfig?: PartialDeep<OwpSettingsConfigType>;
15
+ themesConfig?: PartialDeep<OwpThemesType>;
16
+ navigationConfig: OwpNavItemType[];
17
+ }
18
+ /**
19
+ * App slots
20
+ */
21
+ export interface OwpAppSlots {
22
+ logo?: ComponentType<OwpLogoSlotProps>;
23
+ }
24
+ export interface OwpAppSlotProps {
25
+ logo?: OwpLogoSlotProps;
26
+ }
27
+ export interface OwpAppEnv {
28
+ [key: string]: any;
29
+ }
30
+ export interface OwpAppContextValue extends OwpAppConfigs {
31
+ env?: OwpAppEnv;
32
+ slots?: OwpAppSlots;
33
+ slotProps?: OwpAppSlotProps;
34
+ }
35
+ export declare const OwpAppContext: import("react").Context<OwpAppContextValue>;
36
+ export interface OwpAppProviderProps {
37
+ configs: OwpAppConfigs;
38
+ slots?: OwpAppSlots;
39
+ slotProps?: OwpAppSlotProps;
40
+ children?: ReactNode;
41
+ env?: OwpAppEnv;
42
+ }
43
+ export declare const OwpAppProvider: ({ configs, slots, slotProps, children, env, }: OwpAppProviderProps) => import("react/jsx-runtime").JSX.Element;
44
+ export declare const useOwpAppContext: () => OwpAppContextValue;
@@ -1,12 +1,15 @@
1
1
  export * from './useCommonCodeList';
2
2
  export * from './useAccessTokenGuard';
3
+ export * from './useAppStore';
3
4
  export * from './useConfirm';
4
5
  export * from './useCurrentLanguage';
5
- export * from './useCurrentLogoSrc';
6
+ export * from './useLogoSrc';
6
7
  export * from './useCurrentUser';
7
8
  export * from './useCurrentUserId';
8
9
  export * from './useDebounce';
9
10
  export * from './useDeepCompareEffect';
11
+ export * from './useInitApp';
12
+ export * from './useInitCommonCodes';
10
13
  export * from './useNavigation';
11
14
  export * from './useOwpTranslation';
12
15
  export * from './usePageLockLoading';
@@ -15,6 +18,5 @@ export * from './useShortcuts';
15
18
  export * from './useStorage';
16
19
  export * from './useThemeMediaQuery';
17
20
  export * from './useTimeout';
18
- export * from './useTreeGridCommonCodeEnum';
19
21
  export * from './useTreeGridCommonCodeEnums';
20
22
  export * from './useTreeGridExcelExport';
@@ -1,4 +1,4 @@
1
- import type { AppDispatch, AppStore, RootState } from './store';
1
+ import type { AppDispatch, AppStore, RootState } from '@/store/store';
2
2
  /**
3
3
  * Internal typed Redux hooks
4
4
  */
@@ -7,11 +7,7 @@ export type CurrentLanguage = {
7
7
  /**
8
8
  * 언어 목록 조회 훅
9
9
  */
10
- export declare const useGetLanguageList: () => {
11
- id: string;
12
- title: string;
13
- flag: string;
14
- }[];
10
+ export declare const useGetLanguageList: () => CurrentLanguage[];
15
11
  /**
16
12
  * 현재 언어 조회 훅
17
13
  */
@@ -0,0 +1,8 @@
1
+ export interface UseInitAppOptions {
2
+ logoSrc: string;
3
+ }
4
+ /**
5
+ * 앱 기본 상태 초기화 훅
6
+ * @param logoSrc 초기 로고 경로
7
+ */
8
+ export declare const useInitApp: ({ logoSrc }: UseInitAppOptions) => void;
@@ -0,0 +1,4 @@
1
+ /**
2
+ * 공통코드 전역 캐시 초기화
3
+ */
4
+ export declare function useInitCommonCodes(): void;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 현재 로고 경로 조회 훅
3
+ */
4
+ export declare const useGetLogoSrc: () => string;
5
+ /**
6
+ * 현재 로고 경로 설정 훅
7
+ */
8
+ export declare const useSetLogoSrc: () => (args_0: string | typeof import("jotai/utils").RESET | ((prev: string) => string | typeof import("jotai/utils").RESET)) => void;
@@ -1,24 +1,9 @@
1
- type Navigation = {
2
- id: string;
3
- title: string;
4
- translate: string;
5
- type: string;
6
- icon: string;
7
- };
1
+ import type { OwpNavItemType } from '@/types/OwpNavigationTypes';
8
2
  /**
9
3
  * 내비게이션 목록 조회 훅
10
4
  */
11
- export declare const useGetNavigationList: () => (Navigation & {
12
- children?: Array<Navigation>;
13
- })[];
5
+ export declare const useGetNavigationList: () => OwpNavItemType[];
14
6
  /**
15
7
  * 내비게이션 목록 설정 훅
16
8
  */
17
- export declare const useSetNavigationList: () => (args_0: (Navigation & {
18
- children?: Array<Navigation>;
19
- })[] | typeof import("jotai/utils").RESET | ((prev: (Navigation & {
20
- children?: Array<Navigation>;
21
- })[]) => (Navigation & {
22
- children?: Array<Navigation>;
23
- })[] | typeof import("jotai/utils").RESET)) => void;
24
- export {};
9
+ export declare const useSetNavigationList: () => (args_0: OwpNavItemType[] | typeof import("jotai/utils").RESET | ((prev: OwpNavItemType[]) => OwpNavItemType[] | typeof import("jotai/utils").RESET)) => void;
@@ -84,9 +84,7 @@ export declare const useOwpTranslation: () => {
84
84
  flat?: boolean;
85
85
  [Symbol.iterator]?: boolean;
86
86
  readonly [Symbol.unscopables]?: boolean;
87
- at?: boolean;
88
87
  };
89
- at(index: number): boolean | import("i18next").i18n | import("i18next").TFunction<"owp", undefined>;
90
88
  i18n: import("i18next").i18n;
91
89
  ready: boolean;
92
90
  t: import("i18next").TFunction<"owp", undefined>;
@@ -1,17 +1,6 @@
1
1
  export type StorageEnv = {
2
2
  [key: string]: any;
3
3
  };
4
- type StoredCurrentUser = {
5
- role: string[];
6
- data: {
7
- displayName?: string;
8
- email?: string;
9
- MES_STARTPAGE?: string;
10
- STARTPAGE?: string;
11
- USERSEQ?: any;
12
- photoURL: string;
13
- };
14
- };
15
4
  /**
16
5
  * 앱 환경값 저장
17
6
  * @param env 저장할 환경값
@@ -26,8 +15,6 @@ export declare const getEnv: () => StorageEnv;
26
15
  */
27
16
  export declare const useStorage: () => {
28
17
  resetStorage: () => void;
29
- getCurrentUser: () => StoredCurrentUser | null;
30
18
  setEnv: (env: StorageEnv) => void;
31
19
  getEnv: () => StorageEnv;
32
20
  };
33
- export {};
@@ -1,4 +1,4 @@
1
- import { Theme } from '@mui/system/createTheme/createTheme';
1
+ import { type Theme } from '@mui/material/styles';
2
2
  /**
3
3
  * The useThemeMediaQuery function is a custom hook that returns a boolean indicating whether the current screen matches the specified media query.
4
4
  * It takes in a themeCallbackFunc as a parameter, which is a function that returns a string representing the media query to match.
@@ -1,5 +1,6 @@
1
1
  export { DialogsProvider } from '@toolpad/core/useDialogs';
2
- export * from './components/layouts/themeLayouts';
2
+ export * from './layout/themeLayouts';
3
+ export * from './configs/defaultConfig';
3
4
  export * from './components/OwpLanguageSwitcherSelect';
4
5
  export * from './components/OwpAutoLogoutDialog/OwpAutoLogoutDialog';
5
6
  export * from './components/OwpBarcodeInput/OwpBarcodeInputField';
@@ -13,26 +14,6 @@ export * from './components/OwpLayout';
13
14
  export * from './components/OwpLoading';
14
15
  export * from './components/OwpMrtTable';
15
16
  export * from './components/OwpMoreActionsButton/OwpMoreActionsButton';
16
- export * from './components/OwpNavigation';
17
- export * from './components/OwpNavigation/horizontal/OwpNavHorizontalLayout1';
18
- export * from './components/OwpNavigation/horizontal/types/OwpNavHorizontalCollapse';
19
- export * from './components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup';
20
- export * from './components/OwpNavigation/horizontal/types/OwpNavHorizontalItem';
21
- export * from './components/OwpNavigation/horizontal/types/OwpNavHorizontalLink';
22
- export * from './components/OwpNavigation/isUrlInChildren';
23
- export * from './components/OwpNavigation/models/OwpNavItemModel';
24
- export * from './components/OwpNavigation/OwpNavBadge';
25
- export * from './components/OwpNavigation/OwpNavItem';
26
- export * from './components/OwpNavigation/utils/OwpNavigationHelper';
27
- export * from './components/OwpNavigation/types/OwpNavBadgeType';
28
- export * from './components/OwpNavigation/types/OwpNavItemType';
29
- export * from './components/OwpNavigation/vertical/OwpNavVerticalLayout1';
30
- export * from './components/OwpNavigation/vertical/OwpNavVerticalLayout2';
31
- export * from './components/OwpNavigation/vertical/types/OwpNavVerticalCollapse';
32
- export * from './components/OwpNavigation/vertical/types/OwpNavVerticalGroup';
33
- export * from './components/OwpNavigation/vertical/types/OwpNavVerticalItem';
34
- export * from './components/OwpNavigation/vertical/types/OwpNavVerticalLink';
35
- export * from './components/OwpNavigation/vertical/types/OwpNavVerticalTab';
36
17
  export * from './components/OwpNumberField';
37
18
  export * from './components/OwpOptionSelector';
38
19
  export * from './components/OwpPageCarded';
@@ -49,11 +30,8 @@ export * from './components/OwpPicker/OwpTimePicker';
49
30
  export * from './components/OwpPicker/OwpWeekDatePicker';
50
31
  export * from './components/OwpPicker/OwpYearRangePicker';
51
32
  export * from './components/OwpScrollbars';
52
- export * from './components/OwpSearch';
53
33
  export * from './components/OwpSearchFilter';
54
34
  export * from './components/OwpSection';
55
- export * from './components/OwpShortcuts';
56
- export * from './components/OwpSidePanel';
57
35
  export * from './components/OwpSplashScreen';
58
36
  export * from './components/OwpStyleProvider';
59
37
  export * from './components/OwpSuspense';
@@ -62,13 +40,10 @@ export * from './components/OwpTable/OwpDataTable';
62
40
  export * from './components/OwpTable/OwpTable';
63
41
  export * from './components/OwpTable/OwpVerticalTable';
64
42
  export * from './components/OwpTextField/OwpTextMaskField';
65
- export * from './components/OwpTheme';
66
- export * from './components/OwpThemeSelector';
67
- export * from './components/OwpThemeSelector/SchemePreview';
68
- export * from './components/OwpThemeSelector/ThemePreview';
69
43
  export * from './components/OwpTabs';
70
44
  export * from './components/OwpTreeGridExcelButton';
71
45
  export * from './components/OwpTreeGrid';
72
46
  export * from './components/OwpTreeGrid/OwpTreeGridToolbar';
73
47
  export * from './components/OwpZoomImageSlider/OwpZoomImageSlider';
74
48
  export * from './components/OwpYesNoSelector';
49
+ export type { OwpFlatNavItemType, OwpNavBadgeType, OwpNavItemType } from './types/OwpNavigationTypes';
@@ -1,10 +1,10 @@
1
1
  import { ReactNode } from 'react';
2
- type Layout3Props = {
2
+ type LayoutProps = {
3
3
  children?: ReactNode;
4
4
  };
5
5
  /**
6
- * The layout 3.
6
+ * The layout.
7
7
  */
8
- declare function Layout3(props: Layout3Props): import("react/jsx-runtime").JSX.Element;
9
- declare const _default: import("react").MemoExoticComponent<typeof Layout3>;
8
+ declare function Layout(props: LayoutProps): import("react/jsx-runtime").JSX.Element;
9
+ declare const _default: import("react").MemoExoticComponent<typeof Layout>;
10
10
  export default _default;
@@ -0,0 +1,9 @@
1
+ type FooterLayoutProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The footer layout.
6
+ */
7
+ declare function FooterLayout(props: FooterLayoutProps): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof FooterLayout>;
9
+ export default _default;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * The left side layout.
3
+ */
4
+ declare function LeftSideLayout(): import("react/jsx-runtime").JSX.Element;
5
+ declare const _default: import("react").MemoExoticComponent<typeof LeftSideLayout>;
6
+ export default _default;
@@ -0,0 +1,8 @@
1
+ type NavbarToggleFabLayoutProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The navbar toggle fab layout.
6
+ */
7
+ declare function NavbarToggleFabLayout(props: NavbarToggleFabLayoutProps): import("react/jsx-runtime").JSX.Element;
8
+ export default NavbarToggleFabLayout;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * The navbar wrapper layout.
3
+ */
4
+ declare function NavbarWrapperLayout(): import("react/jsx-runtime").JSX.Element;
5
+ export default NavbarWrapperLayout;
@@ -0,0 +1,8 @@
1
+ type LogoutMenuProps = {
2
+ onAction?: () => void;
3
+ };
4
+ /**
5
+ * User logout menu item.
6
+ */
7
+ declare function LogoutMenu(props: LogoutMenuProps): import("react/jsx-runtime").JSX.Element;
8
+ export default LogoutMenu;