@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
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Palette } from '@mui/material/styles/createPalette';
|
|
2
|
+
import { PartialDeep } from 'type-fest';
|
|
3
|
+
/**
|
|
4
|
+
* Props for PalettePreview component
|
|
5
|
+
*/
|
|
6
|
+
type PalettePreviewProps = {
|
|
7
|
+
className?: string;
|
|
8
|
+
palette: PartialDeep<Palette>;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* PalettePreview component
|
|
12
|
+
*/
|
|
13
|
+
declare function PalettePreview(props: PalettePreviewProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default PalettePreview;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { OwpThemeType } from '../OwpSettings';
|
|
3
|
+
/**
|
|
4
|
+
* Props for PaletteSelector component
|
|
5
|
+
*/
|
|
6
|
+
type PaletteSelectorProps = {
|
|
7
|
+
triggerElement: ReactNode;
|
|
8
|
+
value: OwpThemeType;
|
|
9
|
+
onChange: (value: OwpThemeType) => void;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* PaletteSelector component
|
|
13
|
+
*/
|
|
14
|
+
declare function PaletteSelector(props: PaletteSelectorProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export default PaletteSelector;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Props for SectionPreview component
|
|
3
|
+
*/
|
|
4
|
+
type SectionPreviewProps = {
|
|
5
|
+
className?: string;
|
|
6
|
+
section?: 'main' | 'navbar' | 'toolbar' | 'footer';
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* SectionPreview component
|
|
10
|
+
*/
|
|
11
|
+
declare function SectionPreview(props: SectionPreviewProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default SectionPreview;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OwpFlatNavItemType } from '../OwpNavigation/types/OwpNavItemType';
|
|
2
|
+
type OwpShortcutsProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
navigation: OwpFlatNavItemType[];
|
|
5
|
+
onChange: (T: string[]) => void;
|
|
6
|
+
shortcuts?: string[];
|
|
7
|
+
variant?: 'horizontal' | 'vertical';
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* The OwpShortcuts component is responsible for rendering a list of shortcuts based on the navigation and shortcuts props.
|
|
11
|
+
* It uses various MUI components to render the list items and search input.
|
|
12
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
13
|
+
*/
|
|
14
|
+
declare function OwpShortcuts(props: OwpShortcutsProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
declare const OwpShortcutsMemo: import("react").MemoExoticComponent<typeof OwpShortcuts>;
|
|
16
|
+
export { OwpShortcutsMemo as OwpShortcuts };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OwpShortcuts } from './OwpShortcuts';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
type OwpSidePanelProps = {
|
|
3
|
+
position?: 'left';
|
|
4
|
+
opened?: true;
|
|
5
|
+
className?: string;
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* The OwpSidePanel component is responsible for rendering a side panel that can be opened and closed.
|
|
10
|
+
* It uses various MUI components to render the panel and its contents.
|
|
11
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
12
|
+
*/
|
|
13
|
+
declare function OwpSidePanel(props: OwpSidePanelProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare const OwpSidePanelMemo: import("react").MemoExoticComponent<typeof OwpSidePanel>;
|
|
15
|
+
export { OwpSidePanelMemo as OwpSidePanel };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OwpSidePanel } from './OwpSidePanel';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The OwpSplashScreen component is responsible for rendering a splash screen with a logo and a loading spinner.
|
|
3
|
+
* It uses various MUI components to render the logo and spinner.
|
|
4
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
5
|
+
*/
|
|
6
|
+
declare function OwpSplashScreen(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
declare const OwpSplashScreenMemo: import("react").MemoExoticComponent<typeof OwpSplashScreen>;
|
|
8
|
+
export { OwpSplashScreenMemo as OwpSplashScreen };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OwpSplashScreen } from './OwpSplashScreen';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OwpLoadingProps } from '@/components/OwpLoading/OwpLoading';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
type OwpSuspenseProps = {
|
|
4
|
+
loadingProps?: OwpLoadingProps;
|
|
5
|
+
children: ReactNode;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* The OwpSuspense component is a wrapper around the React Suspense component.
|
|
9
|
+
* It is used to display a loading spinner while the wrapped components are being loaded.
|
|
10
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
11
|
+
* React Suspense defaults
|
|
12
|
+
* For to Avoid Repetition
|
|
13
|
+
*/
|
|
14
|
+
declare function OwpSuspense(props: OwpSuspenseProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export { OwpSuspense };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OwpSuspense } from './OwpSuspense';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BoxProps } from '@mui/system';
|
|
2
|
+
type OwpSvgIconProps = BoxProps & {
|
|
3
|
+
fill?: string;
|
|
4
|
+
xmlns?: string;
|
|
5
|
+
viewBox?: string;
|
|
6
|
+
size?: number | string;
|
|
7
|
+
color?: 'inherit' | 'disabled' | 'primary' | 'secondary' | 'action' | 'error' | 'info' | 'success' | 'warning';
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* The OwpSvgIcon component is responsible for rendering an SVG icon with a specified size and color.
|
|
11
|
+
* It uses various MUI components to render the icon.
|
|
12
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
13
|
+
*/
|
|
14
|
+
declare const OwpSvgIcon: import("react").ForwardRefExoticComponent<Omit<OwpSvgIconProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
15
|
+
export { OwpSvgIcon };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OwpSvgIcon } from './OwpSvgIcon';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { TypographyProps } from '@mui/material';
|
|
2
|
+
import { TableCellProps } from '@mui/material/TableCell';
|
|
3
|
+
import { TableContainerProps } from '@mui/material/TableContainer';
|
|
4
|
+
type Row = {
|
|
5
|
+
[key: string]: string | number | undefined | '';
|
|
6
|
+
};
|
|
7
|
+
interface HeadCell {
|
|
8
|
+
enablePadding?: boolean;
|
|
9
|
+
id: string;
|
|
10
|
+
label: string;
|
|
11
|
+
sx?: TypographyProps['sx'];
|
|
12
|
+
inputLabel?: string;
|
|
13
|
+
rangeKey?: string;
|
|
14
|
+
rangeLabel?: {
|
|
15
|
+
start: string;
|
|
16
|
+
end: string;
|
|
17
|
+
};
|
|
18
|
+
align?: 'center' | 'right' | 'left' | 'inherit' | 'justify';
|
|
19
|
+
valueAlign?: 'center' | 'right' | 'left' | 'inherit' | 'justify';
|
|
20
|
+
canTextField?: boolean;
|
|
21
|
+
textFieldType?: string;
|
|
22
|
+
}
|
|
23
|
+
interface OwpDataTableProps {
|
|
24
|
+
className?: string;
|
|
25
|
+
sx?: TableContainerProps['sx'];
|
|
26
|
+
headSx?: TableCellProps['sx'];
|
|
27
|
+
headCells: HeadCell[];
|
|
28
|
+
rows?: Row[];
|
|
29
|
+
canCheckbox?: boolean;
|
|
30
|
+
canTotalCountRow?: boolean;
|
|
31
|
+
selected?: Row[];
|
|
32
|
+
onSelect?: (rows: Row[] | []) => void;
|
|
33
|
+
onBlur?: (evt: any, dataIndex: number) => void;
|
|
34
|
+
canSelectingSingle?: boolean;
|
|
35
|
+
canUseOrderBy?: boolean;
|
|
36
|
+
}
|
|
37
|
+
export declare function OwpDataTable({ className, sx, headSx, headCells, rows, selected, canCheckbox, canTotalCountRow, canSelectingSingle, canUseOrderBy, onSelect, onBlur, }: OwpDataTableProps): import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Theme } from '@mui/material';
|
|
2
|
+
import { TableProps } from '@mui/material/Table';
|
|
3
|
+
import { TableContainerProps } from '@mui/material/TableContainer';
|
|
4
|
+
interface StyledTableProps extends TableProps {
|
|
5
|
+
containerProps?: TableContainerProps;
|
|
6
|
+
title?: string;
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare const StyledTable: ({ children, containerProps, ...tableProps }: StyledTableProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
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"> & {
|
|
11
|
+
ref?: import("react").Ref<HTMLTableRowElement>;
|
|
12
|
+
}, "children" | "sx" | "classes" | "style" | "hover" | "selected" | "className"> & import("@mui/system").MUIStyledCommonProps<Theme>, {}, {}>;
|
|
13
|
+
interface OwpTableProps<T> extends TableProps {
|
|
14
|
+
headers: {
|
|
15
|
+
[key: string]: string | number;
|
|
16
|
+
} | Array<{
|
|
17
|
+
[key: string]: string | number;
|
|
18
|
+
}>;
|
|
19
|
+
rows: T[];
|
|
20
|
+
}
|
|
21
|
+
export declare function OwpTable<T>({ headers, rows, ...restTableProps }: OwpTableProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { TableCellProps } from '@mui/material';
|
|
2
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
3
|
+
interface OwpVerticalTableProps {
|
|
4
|
+
layout: Array<Array<{
|
|
5
|
+
title: string;
|
|
6
|
+
key: string;
|
|
7
|
+
disableLocaleString?: boolean;
|
|
8
|
+
useDate?: boolean;
|
|
9
|
+
withTime?: boolean;
|
|
10
|
+
withTimeAndSec?: boolean;
|
|
11
|
+
useCheckbox?: boolean;
|
|
12
|
+
colSpan?: number;
|
|
13
|
+
rowSpan?: number;
|
|
14
|
+
style?: CSSProperties;
|
|
15
|
+
render?: () => void;
|
|
16
|
+
validate?: (v?: number | string) => boolean;
|
|
17
|
+
}>>;
|
|
18
|
+
data?: Array<{
|
|
19
|
+
[key: string]: string | number | '';
|
|
20
|
+
}>;
|
|
21
|
+
titleSx?: TableCellProps['sx'];
|
|
22
|
+
cellSx?: TableCellProps['sx'] & CSSProperties;
|
|
23
|
+
titleWidth?: number | string;
|
|
24
|
+
colGroupSlot?: ReactNode;
|
|
25
|
+
}
|
|
26
|
+
export declare function OwpVerticalTable({ layout, titleWidth, titleSx, cellSx, data, colGroupSlot, }: OwpVerticalTableProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TextFieldProps } from '@mui/material';
|
|
2
|
+
interface CustomProps {
|
|
3
|
+
onChange: (event: {
|
|
4
|
+
target: {
|
|
5
|
+
name: string;
|
|
6
|
+
value: string;
|
|
7
|
+
};
|
|
8
|
+
unmaskedValue: string;
|
|
9
|
+
}) => void;
|
|
10
|
+
name: string;
|
|
11
|
+
mask: string;
|
|
12
|
+
definitions: any;
|
|
13
|
+
}
|
|
14
|
+
export declare function OwpTextMaskField({ className, sx, label, value, color, onChange, error, helperText, mask, definitions, variant, fullWidth, disabled, }: Omit<TextFieldProps, 'onChange'> & CustomProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles/createTheme';
|
|
2
|
+
import { ReactNode } from 'react';
|
|
3
|
+
type OwpThemeProps = {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
theme: Theme;
|
|
6
|
+
root?: boolean;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* The OwpTheme component is responsible for rendering the MUI ThemeProvider component with the specified theme and direction.
|
|
10
|
+
* It also sets the direction of the document body and adds a class to the body based on the current theme mode.
|
|
11
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
12
|
+
*/
|
|
13
|
+
declare function OwpTheme(props: OwpThemeProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
declare const OwpThemeMemo: import("react").MemoExoticComponent<typeof OwpTheme>;
|
|
15
|
+
export { OwpThemeMemo as OwpTheme };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OwpTheme } from './OwpTheme';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { OwpThemeOption } from '@/components/OwpThemeSelector/ThemePreview';
|
|
2
|
+
type OwpThemeSchemesProps = {
|
|
3
|
+
onSelect?: (t: OwpThemeOption) => void;
|
|
4
|
+
options: OwpThemeOption[];
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* The OwpThemeSchemes component is responsible for rendering a list of theme schemes with preview images.
|
|
8
|
+
* It uses the SchemePreview component to render each scheme preview.
|
|
9
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
10
|
+
*/
|
|
11
|
+
declare function OwpThemeSelector(props: OwpThemeSchemesProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
declare const OwpThemeSelectorMemo: import("react").MemoExoticComponent<typeof OwpThemeSelector>;
|
|
13
|
+
export { OwpThemeSelectorMemo as OwpThemeSelector };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OwpThemeType } from '@/components/OwpSettings/OwpSettings';
|
|
2
|
+
type SchemePreviewProps = {
|
|
3
|
+
id: string;
|
|
4
|
+
className?: string;
|
|
5
|
+
onSelect: (T: OwpThemeType) => void;
|
|
6
|
+
theme: OwpThemeType;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* The SchemePreview component is responsible for rendering a preview of a theme scheme.
|
|
10
|
+
* It uses various MUI components to render the preview.
|
|
11
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
12
|
+
*/
|
|
13
|
+
declare function SchemePreview(props: SchemePreviewProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default SchemePreview;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OwpThemesType } from '@/components/OwpSettings/OwpSettings';
|
|
2
|
+
export type OwpThemeOption = {
|
|
3
|
+
id: string;
|
|
4
|
+
section: OwpThemesType;
|
|
5
|
+
};
|
|
6
|
+
type ThemePreviewProps = {
|
|
7
|
+
className?: string;
|
|
8
|
+
onSelect?: (T: OwpThemeOption) => void;
|
|
9
|
+
theme: OwpThemeOption;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The ThemePreview component is responsible for rendering a preview of a theme scheme.
|
|
13
|
+
* It uses various MUI components to render the preview.
|
|
14
|
+
* The component is memoized to prevent unnecessary re-renders.
|
|
15
|
+
*/
|
|
16
|
+
declare function ThemePreview(props: ThemePreviewProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default ThemePreview;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OwpThemeSelector } from './OwpThemeSelector';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export type THeader = {
|
|
2
|
+
Header?: {
|
|
3
|
+
[key: string]: string | number | {
|
|
4
|
+
[key: string]: string | number;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
Toolbar?: {
|
|
8
|
+
[key: string]: string | number;
|
|
9
|
+
};
|
|
10
|
+
Foot?: {
|
|
11
|
+
[key: string]: string | number;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export type TData<T> = Record<string, never> | [] | undefined | T[];
|
|
15
|
+
interface OwpTreeGridProps<T> {
|
|
16
|
+
id: string;
|
|
17
|
+
className?: string;
|
|
18
|
+
containerStyle?: {
|
|
19
|
+
[key: string]: string | number;
|
|
20
|
+
};
|
|
21
|
+
containerClassName?: string;
|
|
22
|
+
LayoutUrl?: string;
|
|
23
|
+
DataUrl?: string;
|
|
24
|
+
data?: TData<T>;
|
|
25
|
+
layout?: THeader;
|
|
26
|
+
style?: {
|
|
27
|
+
[key: string]: string | number;
|
|
28
|
+
};
|
|
29
|
+
height?: string | number;
|
|
30
|
+
width?: string | number;
|
|
31
|
+
onSelect?: (data: T[] | []) => void;
|
|
32
|
+
onRowAdd?: (data: T[]) => void;
|
|
33
|
+
onRowDelete?: (data: T[]) => void;
|
|
34
|
+
onRowUndelete?: (data: T[]) => void;
|
|
35
|
+
onRowChange?: (data: T[]) => void;
|
|
36
|
+
onClickButton?: (grid: TGrid, row: TRow & T, col: string, event: Event) => void;
|
|
37
|
+
onReady?: (grid: TGrid) => void;
|
|
38
|
+
onRowClick?: (grid: TGrid, row: TRow & T, col: string, x: number, y: number, event: Event) => void;
|
|
39
|
+
onSave?: (grid: TGrid, row: TRow & T, autoupdate: boolean | number) => void;
|
|
40
|
+
onAfterValueChanged?: (grid: TGrid, row: TRow & T, col: string, val: any) => void;
|
|
41
|
+
}
|
|
42
|
+
declare const OwpTreeGrid: <T>({ id, containerStyle, containerClassName, className, style, height, width, LayoutUrl, DataUrl, data, layout, onSelect, onRowClick, onRowAdd, onRowDelete, onRowUndelete, onRowChange, onClickButton, onSave, onReady, onAfterValueChanged, }: OwpTreeGridProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
export { OwpTreeGrid };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FormGroupProps } from '@mui/material';
|
|
2
|
+
interface OwpTreeGridToolbarProps {
|
|
3
|
+
gridId: string;
|
|
4
|
+
canVisibleHeaderFilter?: boolean;
|
|
5
|
+
options?: {
|
|
6
|
+
header?: Array<{
|
|
7
|
+
label: string;
|
|
8
|
+
name: string;
|
|
9
|
+
}>;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
declare const OwpTreeGridToolbar: ({ gridId, canVisibleHeaderFilter, options, ...formGroupProps }: OwpTreeGridToolbarProps & FormGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export { OwpTreeGridToolbar };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
type LayoutDef = {
|
|
3
|
+
Cfg: any;
|
|
4
|
+
Def?: TRow;
|
|
5
|
+
LeftCols?: TCol[];
|
|
6
|
+
Cols: TCol[];
|
|
7
|
+
Header: TRow;
|
|
8
|
+
Head?: TRow[];
|
|
9
|
+
Body?: TRow[];
|
|
10
|
+
};
|
|
11
|
+
interface TreeGridProps {
|
|
12
|
+
id: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
style?: CSSProperties;
|
|
15
|
+
layoutDef: LayoutDef;
|
|
16
|
+
}
|
|
17
|
+
export declare const TreeGrid: ({ id, className, style, layoutDef }: TreeGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { THeader } from './OwpTreeGrid';
|
|
2
|
+
export declare const HEADER = "Header";
|
|
3
|
+
export declare const TOOLBAR = "Toolbar";
|
|
4
|
+
export declare const FOOTER = "Foot";
|
|
5
|
+
export declare const NEXT_SIBLING = "nextSibling";
|
|
6
|
+
export declare const changeSubHeaderLayoutTextByGrid: (grid: TTGrid, header: THeader, siblingKeys?: string[]) => void;
|
|
7
|
+
export declare const convertXmlToJson: (xmlString?: string) => {}[];
|
|
8
|
+
export declare const updateLayoutByGrid: (grid: TTGrid | TGrid, layout?: THeader, disableReloadBody?: boolean) => void;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TreeViewBaseItem } from '@mui/x-tree-view/models';
|
|
2
|
+
import { RichTreeViewPropsBase } from '@mui/x-tree-view/RichTreeView';
|
|
3
|
+
export declare function OwpSlotTreeView<T extends TreeViewBaseItem[]>({ expanded, data, ...restProps }: {
|
|
4
|
+
expanded: boolean;
|
|
5
|
+
data: T[];
|
|
6
|
+
} & RichTreeViewPropsBase): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const transformTreeViewListData: (id: number, data: any, keyProps: {
|
|
8
|
+
id: string;
|
|
9
|
+
parent: string;
|
|
10
|
+
label: string;
|
|
11
|
+
}) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
interface OwpZoomImageSliderProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
imageHeight?: number;
|
|
5
|
+
title?: ReactNode | string | undefined;
|
|
6
|
+
rightActions?: ReactNode | undefined;
|
|
7
|
+
isScannerPositionRight?: boolean;
|
|
8
|
+
imageList?: string[];
|
|
9
|
+
}
|
|
10
|
+
declare const OwpZoomImageSlider: ({ className, imageHeight, title, rightActions, isScannerPositionRight, imageList, }: OwpZoomImageSliderProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export { OwpZoomImageSlider };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './layout1/Layout1';
|
|
2
|
+
export * from './layout2/Layout2';
|
|
3
|
+
export * from './layout3/Layout3';
|
|
4
|
+
export * from './layout1/Layout1Config';
|
|
5
|
+
export * from './layout2/Layout2Config';
|
|
6
|
+
export * from './layout3/Layout3Config';
|
|
7
|
+
export * from './themeLayoutConfigs';
|
|
8
|
+
export * from './themeLayouts';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
type Layout1Props = {
|
|
3
|
+
children?: ReactNode;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* The layout 1.
|
|
7
|
+
*/
|
|
8
|
+
declare function Layout1(props: Layout1Props): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
declare const _default: import("react").MemoExoticComponent<typeof Layout1>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Layout1 Config object.
|
|
3
|
+
*/
|
|
4
|
+
declare const Layout1Config: {
|
|
5
|
+
title: string;
|
|
6
|
+
defaults: {
|
|
7
|
+
mode: string;
|
|
8
|
+
containerWidth: string;
|
|
9
|
+
navbar: {
|
|
10
|
+
display: boolean;
|
|
11
|
+
style: string;
|
|
12
|
+
folded: boolean;
|
|
13
|
+
position: string;
|
|
14
|
+
open: boolean;
|
|
15
|
+
};
|
|
16
|
+
toolbar: {
|
|
17
|
+
display: boolean;
|
|
18
|
+
style: 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
|
+
position: {
|
|
54
|
+
title: string;
|
|
55
|
+
type: string;
|
|
56
|
+
options: {
|
|
57
|
+
name: string;
|
|
58
|
+
value: string;
|
|
59
|
+
}[];
|
|
60
|
+
};
|
|
61
|
+
style: {
|
|
62
|
+
title: string;
|
|
63
|
+
type: string;
|
|
64
|
+
options: {
|
|
65
|
+
name: string;
|
|
66
|
+
value: string;
|
|
67
|
+
}[];
|
|
68
|
+
};
|
|
69
|
+
folded: {
|
|
70
|
+
title: string;
|
|
71
|
+
type: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
toolbar: {
|
|
76
|
+
type: string;
|
|
77
|
+
title: string;
|
|
78
|
+
children: {
|
|
79
|
+
display: {
|
|
80
|
+
title: string;
|
|
81
|
+
type: string;
|
|
82
|
+
};
|
|
83
|
+
style: {
|
|
84
|
+
title: string;
|
|
85
|
+
type: string;
|
|
86
|
+
options: {
|
|
87
|
+
name: string;
|
|
88
|
+
value: string;
|
|
89
|
+
}[];
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
footer: {
|
|
94
|
+
type: string;
|
|
95
|
+
title: string;
|
|
96
|
+
children: {
|
|
97
|
+
display: {
|
|
98
|
+
title: string;
|
|
99
|
+
type: string;
|
|
100
|
+
};
|
|
101
|
+
style: {
|
|
102
|
+
title: string;
|
|
103
|
+
type: string;
|
|
104
|
+
options: {
|
|
105
|
+
name: string;
|
|
106
|
+
value: string;
|
|
107
|
+
}[];
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
export type Layout1ConfigDefaultsType = (typeof Layout1Config)['defaults'];
|
|
114
|
+
export default Layout1Config;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type FooterLayout1Props = {
|
|
2
|
+
className?: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* The footer layout 1.
|
|
6
|
+
*/
|
|
7
|
+
declare function FooterLayout1(props: FooterLayout1Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare const _default: import("react").MemoExoticComponent<typeof FooterLayout1>;
|
|
9
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
type NavbarToggleFabLayout1Props = {
|
|
2
|
+
className?: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* The navbar toggle fab layout 1.
|
|
6
|
+
*/
|
|
7
|
+
declare function NavbarToggleFabLayout1(props: NavbarToggleFabLayout1Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default NavbarToggleFabLayout1;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type ToolbarLayout1Props = {
|
|
2
|
+
className?: string;
|
|
3
|
+
};
|
|
4
|
+
/**
|
|
5
|
+
* The toolbar layout 1.
|
|
6
|
+
*/
|
|
7
|
+
declare function ToolbarLayout1(props: ToolbarLayout1Props): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
declare const _default: import("react").MemoExoticComponent<typeof ToolbarLayout1>;
|
|
9
|
+
export default _default;
|