wcz-test 2.8.0 → 2.10.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/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- import { TypographyProps, ChipProps, ButtonProps, IconButtonProps, LinkProps, TabProps, CssVarsThemeOptions, TextFieldProps, SliderProps, RadioGroupProps, SwitchProps, CheckboxProps, AutocompleteProps } from '@mui/material';
1
+ import { TypographyProps, ContainerProps, ChipProps, ButtonProps, IconButtonProps, LinkProps, TabProps, CssVarsThemeOptions, TextFieldProps, SliderProps, RadioGroupProps, SwitchProps, CheckboxProps, AutocompleteProps } from '@mui/material';
2
+ export { PageHeader } from '@toolpad/core/PageContainer';
3
+ import * as react from 'react';
4
+ import react__default, { FC } from 'react';
2
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
6
  import { GridValidRowModel, GridRenderCellParams, GridColumnHeaderParams, GridActionsCellItemProps } from '@mui/x-data-grid-premium';
4
7
  import { LinkComponent, ErrorComponentProps } from '@tanstack/react-router';
5
- import * as react from 'react';
6
- import react__default, { FC } from 'react';
7
- export { PageContainer, PageHeader } from '@toolpad/core/PageContainer';
8
8
  import { Navigation } from '@toolpad/core/AppProvider';
9
9
  export { Navigation } from '@toolpad/core/AppProvider';
10
10
  import { TFunction } from 'i18next';
@@ -28,6 +28,8 @@ interface TypographyWithIconProps extends TypographyProps {
28
28
  }
29
29
  declare const TypographyWithIcon: React.FC<TypographyWithIconProps>;
30
30
 
31
+ declare const PageContainer: FC<ContainerProps>;
32
+
31
33
  interface ChipInputCellProps<T extends GridValidRowModel> {
32
34
  params: GridRenderCellParams<T>;
33
35
  slotProps?: ChipProps;
@@ -343,4 +345,4 @@ interface PeoplesoftDepartment {
343
345
  manager: PeoplesoftEmployee;
344
346
  }
345
347
 
346
- export { ChipInputCell, EditableColumnHeader, type Email, type EmailAttachment, EmployeeCategoryGroup, EmployeeStatus, type FileMeta, LayoutProvider, type NavigationParams, type PeoplesoftDepartment, type PeoplesoftEmployee, Platform, RouterButton, RouterError, RouterGridActionsCellItem, RouterIconButton, RouterLink, RouterNotFound, RouterTab, TypographyWithIcon, type User, WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR, getContrastTextColor, rootRouteHead, useDeleteFile, useDeleteFiles, useDownloadFile, useFieldContext, useFormContext, useGetFile, useGetFileMetas, useGetFileThumbnail, useLayoutForm, useOpenFile, useUpdateFileMeta, useUploadFile, wczApiClient, withLayoutForm };
348
+ export { ChipInputCell, EditableColumnHeader, type Email, type EmailAttachment, EmployeeCategoryGroup, EmployeeStatus, type FileMeta, LayoutProvider, type NavigationParams, PageContainer, type PeoplesoftDepartment, type PeoplesoftEmployee, Platform, RouterButton, RouterError, RouterGridActionsCellItem, RouterIconButton, RouterLink, RouterNotFound, RouterTab, TypographyWithIcon, type User, WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR, getContrastTextColor, rootRouteHead, useDeleteFile, useDeleteFiles, useDownloadFile, useFieldContext, useFormContext, useGetFile, useGetFileMetas, useGetFileThumbnail, useLayoutForm, useOpenFile, useUpdateFileMeta, useUploadFile, wczApiClient, withLayoutForm };