@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,9 @@
1
+ type NavbarStyle1ContentProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The navbar style 1 content.
6
+ */
7
+ declare function NavbarStyle1Content(props: NavbarStyle1ContentProps): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof NavbarStyle1Content>;
9
+ export default _default;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * The navbar style 2.
3
+ */
4
+ declare function NavbarStyle2(): import("react/jsx-runtime").JSX.Element;
5
+ export default NavbarStyle2;
@@ -0,0 +1,9 @@
1
+ type NavbarStyle2ContentProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The navbar style 2 content.
6
+ */
7
+ declare function NavbarStyle2Content(props: NavbarStyle2ContentProps): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof NavbarStyle2Content>;
9
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type NavbarStyle3Props = {
2
+ className?: string;
3
+ dense?: boolean;
4
+ };
5
+ /**
6
+ * The navbar style 3.
7
+ */
8
+ declare function NavbarStyle3(props: NavbarStyle3Props): import("react/jsx-runtime").JSX.Element;
9
+ export default NavbarStyle3;
@@ -0,0 +1,10 @@
1
+ type NavbarStyle3ContentProps = {
2
+ className?: string;
3
+ dense?: number;
4
+ };
5
+ /**
6
+ * The navbar style 3 content.
7
+ */
8
+ declare function NavbarStyle3Content(props: NavbarStyle3ContentProps): import("react/jsx-runtime").JSX.Element;
9
+ declare const _default: import("react").MemoExoticComponent<typeof NavbarStyle3Content>;
10
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from 'react';
2
+ type Layout2Props = {
3
+ children?: ReactNode;
4
+ };
5
+ /**
6
+ * The layout 2.
7
+ */
8
+ declare function Layout2(props: Layout2Props): import("react/jsx-runtime").JSX.Element;
9
+ declare const _default: import("react").MemoExoticComponent<typeof Layout2>;
10
+ export default _default;
@@ -0,0 +1,109 @@
1
+ /**
2
+ * The Layout2 Config object.
3
+ */
4
+ declare const Layout2Config: {
5
+ title: string;
6
+ defaults: {
7
+ mode: string;
8
+ containerWidth: number;
9
+ navbar: {
10
+ display: boolean;
11
+ style: string;
12
+ folded: boolean;
13
+ };
14
+ toolbar: {
15
+ display: boolean;
16
+ style: string;
17
+ position: string;
18
+ };
19
+ footer: {
20
+ display: boolean;
21
+ style: string;
22
+ };
23
+ leftSidePanel: {
24
+ display: boolean;
25
+ };
26
+ rightSidePanel: {
27
+ display: boolean;
28
+ };
29
+ };
30
+ form: {
31
+ mode: {
32
+ title: string;
33
+ type: string;
34
+ options: {
35
+ name: string;
36
+ value: string;
37
+ }[];
38
+ };
39
+ containerWidth: {
40
+ title: string;
41
+ type: string;
42
+ min: number;
43
+ };
44
+ navbar: {
45
+ type: string;
46
+ title: string;
47
+ children: {
48
+ display: {
49
+ title: string;
50
+ type: string;
51
+ };
52
+ style: {
53
+ title: string;
54
+ type: string;
55
+ options: {
56
+ name: string;
57
+ value: string;
58
+ }[];
59
+ };
60
+ };
61
+ };
62
+ toolbar: {
63
+ type: string;
64
+ title: string;
65
+ children: {
66
+ display: {
67
+ title: string;
68
+ type: string;
69
+ };
70
+ position: {
71
+ title: string;
72
+ type: string;
73
+ options: {
74
+ name: string;
75
+ value: string;
76
+ }[];
77
+ };
78
+ style: {
79
+ title: string;
80
+ type: string;
81
+ options: {
82
+ name: string;
83
+ value: string;
84
+ }[];
85
+ };
86
+ };
87
+ };
88
+ footer: {
89
+ type: string;
90
+ title: string;
91
+ children: {
92
+ display: {
93
+ title: string;
94
+ type: string;
95
+ };
96
+ style: {
97
+ title: string;
98
+ type: string;
99
+ options: {
100
+ name: string;
101
+ value: string;
102
+ }[];
103
+ };
104
+ };
105
+ };
106
+ };
107
+ };
108
+ export type Layout2ConfigDefaultsType = (typeof Layout2Config)['defaults'];
109
+ export default Layout2Config;
@@ -0,0 +1,9 @@
1
+ type FooterLayout2Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The footer layout 2.
6
+ */
7
+ declare function FooterLayout2(props: FooterLayout2Props): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof FooterLayout2>;
9
+ export default _default;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * The left side layout 2.
3
+ */
4
+ declare function LeftSideLayout2(): import("react/jsx-runtime").JSX.Element;
5
+ declare const _default: import("react").MemoExoticComponent<typeof LeftSideLayout2>;
6
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type NavbarLayout2Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The navbar layout 2.
6
+ */
7
+ declare function NavbarLayout2(props: NavbarLayout2Props): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof NavbarLayout2>;
9
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type NavbarMobileLayout2Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The navbar mobile layout 2.
6
+ */
7
+ declare function NavbarMobileLayout2(props: NavbarMobileLayout2Props): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof NavbarMobileLayout2>;
9
+ export default _default;
@@ -0,0 +1,8 @@
1
+ type NavbarToggleFabLayout2Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The navbar toggle fab layout 2.
6
+ */
7
+ declare function NavbarToggleFabLayout2(props: NavbarToggleFabLayout2Props): import("react/jsx-runtime").JSX.Element;
8
+ export default NavbarToggleFabLayout2;
@@ -0,0 +1,5 @@
1
+ type NavbarWrapperLayout2Props = {
2
+ className?: string;
3
+ };
4
+ declare const NavbarWithSlices: (props: NavbarWrapperLayout2Props) => import("react/jsx-runtime").JSX.Element;
5
+ export default NavbarWithSlices;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * The right side layout 2.
3
+ */
4
+ declare function RightSideLayout2(): import("react/jsx-runtime").JSX.Element;
5
+ declare const _default: import("react").MemoExoticComponent<typeof RightSideLayout2>;
6
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type ToolbarLayout2Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The toolbar layout 2.
6
+ */
7
+ declare function ToolbarLayout2(props: ToolbarLayout2Props): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof ToolbarLayout2>;
9
+ export default _default;
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from 'react';
2
+ type Layout3Props = {
3
+ children?: ReactNode;
4
+ };
5
+ /**
6
+ * The layout 3.
7
+ */
8
+ declare function Layout3(props: Layout3Props): import("react/jsx-runtime").JSX.Element;
9
+ declare const _default: import("react").MemoExoticComponent<typeof Layout3>;
10
+ export default _default;
@@ -0,0 +1,110 @@
1
+ /**
2
+ * The Layout3 Config object.
3
+ */
4
+ declare const Layout3Config: {
5
+ title: string;
6
+ defaults: {
7
+ mode: string;
8
+ containerWidth: number;
9
+ scroll: string;
10
+ navbar: {
11
+ display: boolean;
12
+ style: string;
13
+ folded: boolean;
14
+ };
15
+ toolbar: {
16
+ display: boolean;
17
+ style: string;
18
+ position: string;
19
+ };
20
+ footer: {
21
+ display: boolean;
22
+ style: string;
23
+ };
24
+ leftSidePanel: {
25
+ display: boolean;
26
+ };
27
+ rightSidePanel: {
28
+ display: boolean;
29
+ };
30
+ };
31
+ form: {
32
+ mode: {
33
+ title: string;
34
+ type: string;
35
+ options: {
36
+ name: string;
37
+ value: string;
38
+ }[];
39
+ };
40
+ containerWidth: {
41
+ title: string;
42
+ type: string;
43
+ min: number;
44
+ };
45
+ navbar: {
46
+ type: string;
47
+ title: string;
48
+ children: {
49
+ display: {
50
+ title: string;
51
+ type: string;
52
+ };
53
+ style: {
54
+ title: string;
55
+ type: string;
56
+ options: {
57
+ name: string;
58
+ value: string;
59
+ }[];
60
+ };
61
+ };
62
+ };
63
+ toolbar: {
64
+ type: string;
65
+ title: string;
66
+ children: {
67
+ display: {
68
+ title: string;
69
+ type: string;
70
+ };
71
+ position: {
72
+ title: string;
73
+ type: string;
74
+ options: {
75
+ name: string;
76
+ value: string;
77
+ }[];
78
+ };
79
+ style: {
80
+ title: string;
81
+ type: string;
82
+ options: {
83
+ name: string;
84
+ value: string;
85
+ }[];
86
+ };
87
+ };
88
+ };
89
+ footer: {
90
+ type: string;
91
+ title: string;
92
+ children: {
93
+ display: {
94
+ title: string;
95
+ type: string;
96
+ };
97
+ style: {
98
+ title: string;
99
+ type: string;
100
+ options: {
101
+ name: string;
102
+ value: string;
103
+ }[];
104
+ };
105
+ };
106
+ };
107
+ };
108
+ };
109
+ export type Layout3ConfigDefaultsType = (typeof Layout3Config)['defaults'];
110
+ export default Layout3Config;
@@ -0,0 +1,9 @@
1
+ type FooterLayout3Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The footer layout 3.
6
+ */
7
+ declare function FooterLayout3(props: FooterLayout3Props): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof FooterLayout3>;
9
+ export default _default;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * The left side layout 3.
3
+ */
4
+ declare function LeftSideLayout3(): import("react/jsx-runtime").JSX.Element;
5
+ declare const _default: import("react").MemoExoticComponent<typeof LeftSideLayout3>;
6
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type NavbarLayout3Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The navbar layout 3.
6
+ */
7
+ declare function NavbarLayout3(props: NavbarLayout3Props): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof NavbarLayout3>;
9
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type NavbarMobileLayout3Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The navbar mobile layout 3.
6
+ */
7
+ declare function NavbarMobileLayout3(props: NavbarMobileLayout3Props): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof NavbarMobileLayout3>;
9
+ export default _default;
@@ -0,0 +1,5 @@
1
+ type NavbarWrapperLayout3Props = {
2
+ className?: string;
3
+ };
4
+ declare const NavbarWithSlices: (props: NavbarWrapperLayout3Props) => import("react/jsx-runtime").JSX.Element;
5
+ export default NavbarWithSlices;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * The right side layout 3.
3
+ */
4
+ declare function RightSideLayout3(): import("react/jsx-runtime").JSX.Element;
5
+ declare const _default: import("react").MemoExoticComponent<typeof RightSideLayout3>;
6
+ export default _default;
@@ -0,0 +1,9 @@
1
+ type ToolbarLayout3Props = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The toolbar layout 3.
6
+ */
7
+ declare function ToolbarLayout3(props: ToolbarLayout3Props): import("react/jsx-runtime").JSX.Element;
8
+ declare const _default: import("react").MemoExoticComponent<typeof ToolbarLayout3>;
9
+ export default _default;
@@ -0,0 +1,8 @@
1
+ type AdjustFontSizeProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The adjust font size.
6
+ */
7
+ declare function AdjustFontSize(props: AdjustFontSizeProps): import("react/jsx-runtime").JSX.Element;
8
+ export default AdjustFontSize;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * The demo layout footer content.
3
+ */
4
+ declare function DemoLayoutFooterContent(): import("react/jsx-runtime").JSX.Element;
5
+ export default DemoLayoutFooterContent;
@@ -0,0 +1,8 @@
1
+ type DocumentationButtonProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The documentation button.
6
+ */
7
+ declare function DocumentationButton(props: DocumentationButtonProps): import("react/jsx-runtime").JSX.Element;
8
+ export default DocumentationButton;
@@ -0,0 +1,8 @@
1
+ type HeaderFullScreenToggleProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The header full screen toggle.
6
+ */
7
+ declare function HeaderFullScreenToggle(props: HeaderFullScreenToggleProps): import("react/jsx-runtime").JSX.Element;
8
+ export default HeaderFullScreenToggle;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * The language switcher.
3
+ */
4
+ declare function LanguageSwitcher({ canRefresh }: {
5
+ canRefresh?: boolean;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export default LanguageSwitcher;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * The logo component.
3
+ */
4
+ declare function Logo(): import("react/jsx-runtime").JSX.Element;
5
+ export default Logo;
@@ -0,0 +1,7 @@
1
+ import { SelectProps } from '@mui/material/Select';
2
+ /**
3
+ * The language switcher.
4
+ */
5
+ export declare function OwpLanguageSwitcherSelect({ label, fullWidth, canRefresh, ...restSelectProps }: Omit<SelectProps, 'value,onChange'> & {
6
+ canRefresh?: boolean;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ type OwpSettingsViewerDialogProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The settings viewer dialog.
6
+ */
7
+ declare function OwpSettingsViewerDialog(props: OwpSettingsViewerDialogProps): import("react/jsx-runtime").JSX.Element;
8
+ export { OwpSettingsViewerDialog };
@@ -0,0 +1,5 @@
1
+ /**
2
+ * The powered by links.
3
+ */
4
+ declare function PoweredByLinks(): import("react/jsx-runtime").JSX.Element;
5
+ export default PoweredByLinks;
@@ -0,0 +1,8 @@
1
+ type PurchaseButtonProps = {
2
+ className?: string;
3
+ };
4
+ /**
5
+ * The purchase button.
6
+ */
7
+ declare function PurchaseButton(props: PurchaseButtonProps): import("react/jsx-runtime").JSX.Element;
8
+ export default PurchaseButton;
@@ -0,0 +1,11 @@
1
+ import { PopoverProps } from '@mui/material/Popover/Popover';
2
+ type UserMenuProps = {
3
+ className?: string;
4
+ popoverProps?: Partial<PopoverProps>;
5
+ arrowIcon?: string;
6
+ };
7
+ /**
8
+ * The user menu.
9
+ */
10
+ declare function UserMenu(props: UserMenuProps): import("react/jsx-runtime").JSX.Element;
11
+ export default UserMenu;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * The user navbar header.
3
+ */
4
+ declare function UserNavbarHeader(): import("react/jsx-runtime").JSX.Element;
5
+ export default UserNavbarHeader;
@@ -0,0 +1,6 @@
1
+ /**
2
+ * The settings panel.
3
+ */
4
+ declare function Configurator(): import("react/jsx-runtime").JSX.Element;
5
+ declare const ConfiguratorMemo: import("react").MemoExoticComponent<typeof Configurator>;
6
+ export { ConfiguratorMemo as Configurator };
@@ -0,0 +1,8 @@
1
+ import { SwipeableHandlers } from 'react-swipeable';
2
+ type SettingsPanelProps = {
3
+ settingsHandlers: SwipeableHandlers;
4
+ onClose: () => void;
5
+ open: boolean;
6
+ };
7
+ declare function SettingsPanel(props: SettingsPanelProps): import("react/jsx-runtime").JSX.Element;
8
+ export { SettingsPanel };
@@ -0,0 +1,8 @@
1
+ import { SwipeableHandlers } from 'react-swipeable';
2
+ type ThemesPanelProps = {
3
+ schemesHandlers: SwipeableHandlers;
4
+ onClose: () => void;
5
+ open: boolean;
6
+ };
7
+ declare function ThemesPanel(props: ThemesPanelProps): import("react/jsx-runtime").JSX.Element;
8
+ export { ThemesPanel };
@@ -0,0 +1,10 @@
1
+ import { NavbarToggleButtonProps } from '@/components/layouts/shared-components/navbar/NavbarToggleButton';
2
+ type NavbarPinToggleButtonProps = NavbarToggleButtonProps & {
3
+ className?: string;
4
+ children?: React.ReactNode;
5
+ };
6
+ /**
7
+ * Navbar pin toggle button.
8
+ */
9
+ declare function NavbarPinToggleButton(props: NavbarPinToggleButtonProps): import("react/jsx-runtime").JSX.Element;
10
+ export default NavbarPinToggleButton;
@@ -0,0 +1,7 @@
1
+ import { IconButtonProps } from '@mui/material/IconButton/IconButton';
2
+ export type NavbarToggleButtonProps = IconButtonProps;
3
+ /**
4
+ * The navbar toggle button.
5
+ */
6
+ declare function NavbarToggleButton(props: NavbarToggleButtonProps): import("react/jsx-runtime").JSX.Element;
7
+ export default NavbarToggleButton;
@@ -0,0 +1,10 @@
1
+ type NavbarToggleFabProps = {
2
+ className?: string;
3
+ position?: string;
4
+ onClick?: () => void;
5
+ };
6
+ /**
7
+ * The NavbarToggleFab component.
8
+ */
9
+ declare function NavbarToggleFab(props: NavbarToggleFabProps): import("react/jsx-runtime").JSX.Element;
10
+ export default NavbarToggleFab;
@@ -0,0 +1,18 @@
1
+ import { RootState } from '@/store/store';
2
+ import { type WithSlice } from '@reduxjs/toolkit';
3
+ /**
4
+ * The navbar slice.
5
+ */
6
+ export declare const navbarSlice: any;
7
+ /**
8
+ * Lazy loading
9
+ */
10
+ declare module '@/store/lazyLoadedSlices' {
11
+ interface LazyLoadedSlices extends WithSlice<typeof navbarSlice> {
12
+ }
13
+ }
14
+ export declare const navbarToggleFolded: any, navbarOpenFolded: any, navbarCloseFolded: any, navbarOpen: any, navbarClose: any, navbarToggle: any, navbarOpenMobile: any, navbarCloseMobile: any, navbarToggleMobile: any, resetNavbar: any;
15
+ export declare const selectOwpNavbar: (state: RootState) => any;
16
+ export type navbarSliceType = typeof navbarSlice;
17
+ declare const _default: any;
18
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { OwpNavigationProps } from '@/components/OwpNavigation/OwpNavigation';
2
+ declare const NavigationWIthSlices: (props: Partial<OwpNavigationProps>) => import("react/jsx-runtime").JSX.Element;
3
+ export default NavigationWIthSlices;
@@ -0,0 +1,6 @@
1
+ type NavigationSearchProps = {
2
+ className?: string;
3
+ variant?: 'basic' | 'full';
4
+ };
5
+ declare const NavigationSearchWithSlices: (props: NavigationSearchProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default NavigationSearchWithSlices;
@@ -0,0 +1,6 @@
1
+ type NavigationShortcutsProps = {
2
+ className?: string;
3
+ variant?: 'horizontal' | 'vertical';
4
+ };
5
+ declare const NavigationShortcutsWithSlices: (props: NavigationShortcutsProps) => import("react/jsx-runtime").JSX.Element;
6
+ export default NavigationShortcutsWithSlices;