@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.
- package/dist/QuickPanel-xYOXYOdd.js +103 -0
- package/dist/QuickPanel-xYOXYOdd.js.map +1 -0
- package/dist/index-DGvdCuqz.js +49361 -0
- package/dist/index-DGvdCuqz.js.map +1 -0
- package/dist/index.css +1 -0
- package/dist/index.js +172 -0
- package/dist/index.js.map +1 -0
- package/dist/owp-app.css +1 -0
- package/dist/types/auth/authRoles.d.ts +21 -0
- package/dist/types/colors/owpDark.d.ts +20 -0
- package/dist/types/colors/skyBlue.d.ts +20 -0
- package/dist/types/components/NavLinkAdapter/NavLinkAdapter.d.ts +18 -0
- package/dist/types/components/NavLinkAdapter/index.d.ts +1 -0
- package/dist/types/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts +3 -0
- package/dist/types/components/OwpBarcodeInput/OwpBarcodeInputField.d.ts +2 -0
- package/dist/types/components/OwpButtonDelete/index.d.ts +7 -0
- package/dist/types/components/OwpButtonSave/index.d.ts +7 -0
- package/dist/types/components/OwpCommonDialog/index.d.ts +17 -0
- package/dist/types/components/OwpDialog/OwpDialog.d.ts +7 -0
- package/dist/types/components/OwpDialog/index.d.ts +1 -0
- package/dist/types/components/OwpDialog/owpDialogSlice.d.ts +14 -0
- package/dist/types/components/OwpExportExcelButton/OwpExportExcelButton.d.ts +22 -0
- package/dist/types/components/OwpFileUploadButton/OwpFileUploadButton.d.ts +10 -0
- package/dist/types/components/OwpLayout/OwpLayout.d.ts +23 -0
- package/dist/types/components/OwpLayout/index.d.ts +1 -0
- package/dist/types/components/OwpLoading/OwpLoading.d.ts +9 -0
- package/dist/types/components/OwpLoading/index.d.ts +1 -0
- package/dist/types/components/OwpMessage/OwpMessage.d.ts +8 -0
- package/dist/types/components/OwpMessage/index.d.ts +1 -0
- package/dist/types/components/OwpMessage/owpMessageSlice.d.ts +14 -0
- package/dist/types/components/OwpNavigation/OwpNavBadge.d.ts +14 -0
- package/dist/types/components/OwpNavigation/OwpNavItem.d.ts +14 -0
- package/dist/types/components/OwpNavigation/OwpNavigation.d.ts +20 -0
- package/dist/types/components/OwpNavigation/horizontal/OwpNavHorizontalLayout1.d.ts +7 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalCollapse.d.ts +12 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +11 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +9 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +6 -0
- package/dist/types/components/OwpNavigation/index.d.ts +1 -0
- package/dist/types/components/OwpNavigation/isUrlInChildren.d.ts +7 -0
- package/dist/types/components/OwpNavigation/models/OwpNavItemModel.d.ts +8 -0
- package/dist/types/components/OwpNavigation/types/OwpNavBadgeType.d.ts +9 -0
- package/dist/types/components/OwpNavigation/types/OwpNavItemType.d.ts +30 -0
- package/dist/types/components/OwpNavigation/utils/components.d.ts +4 -0
- package/dist/types/components/OwpNavigation/utils/registerComponent.d.ts +4 -0
- package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout1.d.ts +9 -0
- package/dist/types/components/OwpNavigation/vertical/OwpNavVerticalLayout2.d.ts +7 -0
- package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalCollapse.d.ts +7 -0
- package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalGroup.d.ts +7 -0
- package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalItem.d.ts +7 -0
- package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalLink.d.ts +8 -0
- package/dist/types/components/OwpNavigation/vertical/types/OwpNavVerticalTab.d.ts +11 -0
- package/dist/types/components/OwpNumberField/index.d.ts +7 -0
- package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +52 -0
- package/dist/types/components/OwpPageCarded/OwpPageCardedHeader.d.ts +7 -0
- package/dist/types/components/OwpPageCarded/OwpPageCardedSidebar.d.ts +19 -0
- package/dist/types/components/OwpPageCarded/OwpPageCardedSidebarContent.d.ts +13 -0
- package/dist/types/components/OwpPageCarded/index.d.ts +1 -0
- package/dist/types/components/OwpPageContent/index.d.ts +9 -0
- package/dist/types/components/OwpPageLockLoading/index.d.ts +6 -0
- package/dist/types/components/OwpPageSimple/OwpPageSimple.d.ts +52 -0
- package/dist/types/components/OwpPageSimple/OwpPageSimpleHeader.d.ts +14 -0
- package/dist/types/components/OwpPageSimple/OwpPageSimpleSidebar.d.ts +19 -0
- package/dist/types/components/OwpPageSimple/OwpPageSimpleSidebarContent.d.ts +13 -0
- package/dist/types/components/OwpPageSimple/index.d.ts +1 -0
- package/dist/types/components/OwpPageTitle/index.d.ts +8 -0
- package/dist/types/components/OwpPicker/CalendarContainer.d.ts +4 -0
- package/dist/types/components/OwpPicker/DatePickerInput.d.ts +8 -0
- package/dist/types/components/OwpPicker/OwpDatePicker.d.ts +18 -0
- package/dist/types/components/OwpPicker/OwpDateRangePicker.d.ts +19 -0
- package/dist/types/components/OwpPicker/OwpWeekDatePicker.d.ts +19 -0
- package/dist/types/components/OwpPicker/OwpYearRangePicker.d.ts +18 -0
- package/dist/types/components/OwpPicker/constants.d.ts +4 -0
- package/dist/types/components/OwpScrollbars/OwpScrollbars.d.ts +16 -0
- package/dist/types/components/OwpScrollbars/index.d.ts +1 -0
- package/dist/types/components/OwpSearch/OwpSearch.d.ts +20 -0
- package/dist/types/components/OwpSearch/index.d.ts +1 -0
- package/dist/types/components/OwpSearchFilter/index.d.ts +9 -0
- package/dist/types/components/OwpSection/index.d.ts +13 -0
- package/dist/types/components/OwpSettings/OwpLayoutConfig.d.ts +12 -0
- package/dist/types/components/OwpSettings/OwpLayoutConfigs.d.ts +10 -0
- package/dist/types/components/OwpSettings/OwpSettings.d.ts +34 -0
- package/dist/types/components/OwpSettings/ThemeFormConfigTypes.d.ts +39 -0
- package/dist/types/components/OwpSettings/index.d.ts +1 -0
- package/dist/types/components/OwpSettings/owpSettingsSlice.d.ts +1866 -0
- package/dist/types/components/OwpSettings/palette-generator/PalettePreview.d.ts +14 -0
- package/dist/types/components/OwpSettings/palette-generator/PaletteSelector.d.ts +15 -0
- package/dist/types/components/OwpSettings/palette-generator/SectionPreview.d.ts +12 -0
- package/dist/types/components/OwpShortcuts/OwpShortcuts.d.ts +16 -0
- package/dist/types/components/OwpShortcuts/index.d.ts +1 -0
- package/dist/types/components/OwpSidePanel/OwpSidePanel.d.ts +15 -0
- package/dist/types/components/OwpSidePanel/index.d.ts +1 -0
- package/dist/types/components/OwpSplashScreen/OwpSplashScreen.d.ts +8 -0
- package/dist/types/components/OwpSplashScreen/index.d.ts +1 -0
- package/dist/types/components/OwpSuspense/OwpSuspense.d.ts +15 -0
- package/dist/types/components/OwpSuspense/index.d.ts +1 -0
- package/dist/types/components/OwpSvgIcon/OwpSvgIcon.d.ts +15 -0
- package/dist/types/components/OwpSvgIcon/index.d.ts +1 -0
- package/dist/types/components/OwpTable/OwpDataTable.d.ts +38 -0
- package/dist/types/components/OwpTable/OwpTable.d.ts +22 -0
- package/dist/types/components/OwpTable/OwpVerticalTable.d.ts +27 -0
- package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +15 -0
- package/dist/types/components/OwpTheme/OwpTheme.d.ts +15 -0
- package/dist/types/components/OwpTheme/index.d.ts +1 -0
- package/dist/types/components/OwpThemeSelector/OwpThemeSelector.d.ts +13 -0
- package/dist/types/components/OwpThemeSelector/SchemePreview.d.ts +14 -0
- package/dist/types/components/OwpThemeSelector/ThemePreview.d.ts +17 -0
- package/dist/types/components/OwpThemeSelector/index.d.ts +1 -0
- package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +43 -0
- package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +13 -0
- package/dist/types/components/OwpTreeGrid/TreeGrid.d.ts +18 -0
- package/dist/types/components/OwpTreeGrid/index.d.ts +2 -0
- package/dist/types/components/OwpTreeGrid/utils.d.ts +8 -0
- package/dist/types/components/OwpTreeView/OwpSlotTreeView.d.ts +11 -0
- package/dist/types/components/OwpZoomImageSlider/OwpZoomImageSlider.d.ts +11 -0
- package/dist/types/components/OwpZoomImageSlider/ZoomImage.d.ts +7 -0
- package/dist/types/components/layouts/index.d.ts +8 -0
- package/dist/types/components/layouts/layout1/Layout1.d.ts +10 -0
- package/dist/types/components/layouts/layout1/Layout1Config.d.ts +114 -0
- package/dist/types/components/layouts/layout1/components/FooterLayout1.d.ts +9 -0
- package/dist/types/components/layouts/layout1/components/LeftSideLayout1.d.ts +6 -0
- package/dist/types/components/layouts/layout1/components/NavbarToggleFabLayout1.d.ts +8 -0
- package/dist/types/components/layouts/layout1/components/NavbarWrapperLayout1.d.ts +5 -0
- package/dist/types/components/layouts/layout1/components/RightSideLayout1.d.ts +6 -0
- package/dist/types/components/layouts/layout1/components/ToolbarLayout1.d.ts +9 -0
- package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1.d.ts +5 -0
- package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1Content.d.ts +9 -0
- package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2.d.ts +5 -0
- package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2Content.d.ts +9 -0
- package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3.d.ts +9 -0
- package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3Content.d.ts +10 -0
- package/dist/types/components/layouts/layout2/Layout2.d.ts +10 -0
- package/dist/types/components/layouts/layout2/Layout2Config.d.ts +109 -0
- package/dist/types/components/layouts/layout2/components/FooterLayout2.d.ts +9 -0
- package/dist/types/components/layouts/layout2/components/LeftSideLayout2.d.ts +6 -0
- package/dist/types/components/layouts/layout2/components/NavbarLayout2.d.ts +9 -0
- package/dist/types/components/layouts/layout2/components/NavbarMobileLayout2.d.ts +9 -0
- package/dist/types/components/layouts/layout2/components/NavbarToggleFabLayout2.d.ts +8 -0
- package/dist/types/components/layouts/layout2/components/NavbarWrapperLayout2.d.ts +5 -0
- package/dist/types/components/layouts/layout2/components/RightSideLayout2.d.ts +6 -0
- package/dist/types/components/layouts/layout2/components/ToolbarLayout2.d.ts +9 -0
- package/dist/types/components/layouts/layout3/Layout3.d.ts +10 -0
- package/dist/types/components/layouts/layout3/Layout3Config.d.ts +110 -0
- package/dist/types/components/layouts/layout3/components/FooterLayout3.d.ts +9 -0
- package/dist/types/components/layouts/layout3/components/LeftSideLayout3.d.ts +6 -0
- package/dist/types/components/layouts/layout3/components/NavbarLayout3.d.ts +9 -0
- package/dist/types/components/layouts/layout3/components/NavbarMobileLayout3.d.ts +9 -0
- package/dist/types/components/layouts/layout3/components/NavbarWrapperLayout3.d.ts +5 -0
- package/dist/types/components/layouts/layout3/components/RightSideLayout3.d.ts +6 -0
- package/dist/types/components/layouts/layout3/components/ToolbarLayout3.d.ts +9 -0
- package/dist/types/components/layouts/shared-components/AdjustFontSize.d.ts +8 -0
- package/dist/types/components/layouts/shared-components/DemoLayoutFooterContent.d.ts +5 -0
- package/dist/types/components/layouts/shared-components/DocumentationButton.d.ts +8 -0
- package/dist/types/components/layouts/shared-components/FullScreenToggle.d.ts +8 -0
- package/dist/types/components/layouts/shared-components/LanguageSwitcher.d.ts +7 -0
- package/dist/types/components/layouts/shared-components/Logo.d.ts +5 -0
- package/dist/types/components/layouts/shared-components/OwpLanguageSwitcherSelect.d.ts +7 -0
- package/dist/types/components/layouts/shared-components/OwpSettingsViewerDialog.d.ts +8 -0
- package/dist/types/components/layouts/shared-components/PoweredByLinks.d.ts +5 -0
- package/dist/types/components/layouts/shared-components/PurchaseButton.d.ts +8 -0
- package/dist/types/components/layouts/shared-components/UserMenu.d.ts +11 -0
- package/dist/types/components/layouts/shared-components/UserNavbarHeader.d.ts +5 -0
- package/dist/types/components/layouts/shared-components/configurator/Configurator.d.ts +6 -0
- package/dist/types/components/layouts/shared-components/configurator/SettingsPanel.d.ts +8 -0
- package/dist/types/components/layouts/shared-components/configurator/ThemesPanel.d.ts +8 -0
- package/dist/types/components/layouts/shared-components/navbar/NavbarPinToggleButton.d.ts +10 -0
- package/dist/types/components/layouts/shared-components/navbar/NavbarToggleButton.d.ts +7 -0
- package/dist/types/components/layouts/shared-components/navbar/NavbarToggleFab.d.ts +10 -0
- package/dist/types/components/layouts/shared-components/navbar/navbarSlice.d.ts +18 -0
- package/dist/types/components/layouts/shared-components/navigation/Navigation.d.ts +3 -0
- package/dist/types/components/layouts/shared-components/navigation/NavigationSearch.d.ts +6 -0
- package/dist/types/components/layouts/shared-components/navigation/NavigationShortcuts.d.ts +6 -0
- package/dist/types/components/layouts/shared-components/navigation/store/navigationSlice.d.ts +86 -0
- package/dist/types/components/layouts/shared-components/quickPanel/QuickPanel.d.ts +5 -0
- package/dist/types/components/layouts/shared-components/quickPanel/QuickPanelToggleButton.d.ts +9 -0
- package/dist/types/components/layouts/shared-components/quickPanel/quickPanelSlice.d.ts +14 -0
- package/dist/types/components/layouts/themeLayoutConfigs.d.ts +27 -0
- package/dist/types/components/layouts/themeLayouts.d.ts +13 -0
- package/dist/types/components/shared-components/LightDarkModeToggle.d.ts +8 -0
- package/dist/types/components/shared-components/PageBreadcrumb.d.ts +6 -0
- package/dist/types/components/shared-components/PageTitle.d.ts +11 -0
- package/dist/types/components/shared-components/data-table/DataTable.d.ts +3 -0
- package/dist/types/components/shared-components/data-table/DataTableTopToolbar.d.ts +6 -0
- package/dist/types/components/shared-components/data-table/utils/parseFromValuesOrFunc.d.ts +7 -0
- package/dist/types/components/shared-components/index.d.ts +7 -0
- package/dist/types/components/shared-components/tabs/OwpTab.d.ts +6 -0
- package/dist/types/components/shared-components/tabs/OwpTabs.d.ts +6 -0
- package/dist/types/components/withRouter/index.d.ts +1 -0
- package/dist/types/components/withRouter/withRouter.d.ts +14 -0
- package/dist/types/components/withRouterAndRef/index.d.ts +1 -0
- package/dist/types/components/withRouterAndRef/withRouterAndRef.d.ts +14 -0
- package/dist/types/context/OwpAppProvider.d.ts +15 -0
- package/dist/types/default-settings/OwpDefaultSettings.d.ts +640 -0
- package/dist/types/hooks/useCommonCodeList.d.ts +11 -0
- package/dist/types/hooks/useConfirm.d.ts +23 -0
- package/dist/types/hooks/useCurrentLanguage.d.ts +13 -0
- package/dist/types/hooks/useCurrentLogoSrc.d.ts +2 -0
- package/dist/types/hooks/useCurrentUserId.d.ts +2 -0
- package/dist/types/hooks/useDebounce.d.ts +7 -0
- package/dist/types/hooks/useDeepCompareEffect.d.ts +17 -0
- package/dist/types/hooks/useNavigation.d.ts +18 -0
- package/dist/types/hooks/usePrevious.d.ts +5 -0
- package/dist/types/hooks/useShortcuts.d.ts +2 -0
- package/dist/types/hooks/useStorage.d.ts +11 -0
- package/dist/types/hooks/useThemeMediaQuery.d.ts +7 -0
- package/dist/types/hooks/useTimeout.d.ts +6 -0
- package/dist/types/index.d.ts +103 -0
- package/dist/types/store/apiService.d.ts +3 -0
- package/dist/types/store/generateReducersFromSlices.d.ts +3 -0
- package/dist/types/store/hooks.d.ts +4 -0
- package/dist/types/store/lazyLoadedSlices.d.ts +6 -0
- package/dist/types/store/middleware.d.ts +14 -0
- package/dist/types/store/store.d.ts +10 -0
- package/dist/types/store/withReducer.d.ts +5 -0
- package/dist/types/store/withSlices.d.ts +11 -0
- package/dist/types/utils/CommonCodeUtils.d.ts +17 -0
- package/dist/types/utils/ErrorBoundary.d.ts +16 -0
- package/dist/types/utils/EventEmitter.d.ts +34 -0
- package/dist/types/utils/OwpNavigationHelper.d.ts +23 -0
- package/dist/types/utils/OwpUtils.d.ts +120 -0
- package/dist/types/utils/excelUtil.d.ts +20 -0
- package/dist/types/utils/treeGridExportExcelUtil.d.ts +6 -0
- package/dist/types/utils/treeGridUtil.d.ts +24 -0
- package/dist/types/utils/zipUtil.d.ts +10 -0
- package/package.json +125 -0
package/dist/types/components/layouts/layout1/components/navbar/style-1/NavbarStyle1Content.d.ts
ADDED
|
@@ -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;
|
package/dist/types/components/layouts/layout1/components/navbar/style-2/NavbarStyle2Content.d.ts
ADDED
|
@@ -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;
|
package/dist/types/components/layouts/layout1/components/navbar/style-3/NavbarStyle3Content.d.ts
ADDED
|
@@ -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,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,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,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,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 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
|
+
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,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,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,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;
|