wcz-test 2.7.0 → 2.9.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 +20 -18
- package/dist/index.js +255 -130
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { TypographyProps, ChipProps, ButtonProps, LinkProps, TabProps, CssVarsThemeOptions, TextFieldProps, SliderProps, RadioGroupProps, SwitchProps, CheckboxProps, AutocompleteProps } from '@mui/material';
|
|
2
|
-
|
|
3
|
-
import { GridValidRowModel, GridRenderCellParams, GridColumnHeaderParams } from '@mui/x-data-grid-premium';
|
|
4
|
-
import { LinkComponent, ErrorComponentProps } from '@tanstack/react-router';
|
|
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';
|
|
5
3
|
import * as react from 'react';
|
|
6
4
|
import react__default, { FC } from 'react';
|
|
7
|
-
|
|
5
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
+
import { GridValidRowModel, GridRenderCellParams, GridColumnHeaderParams, GridActionsCellItemProps } from '@mui/x-data-grid-premium';
|
|
7
|
+
import { LinkComponent, ErrorComponentProps } from '@tanstack/react-router';
|
|
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;
|
|
@@ -37,20 +39,20 @@ declare const ChipInputCell: <T extends GridValidRowModel>({ params, slotProps,
|
|
|
37
39
|
|
|
38
40
|
declare const EditableColumnHeader: <T extends GridValidRowModel>({ colDef }: GridColumnHeaderParams<T>) => react_jsx_runtime.JSX.Element;
|
|
39
41
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
declare const MUIButtonLinkComponent: react__default.ForwardRefExoticComponent<Omit<MUIButtonLinkProps, "ref"> & react__default.RefAttributes<HTMLAnchorElement>>;
|
|
43
|
-
declare const RouterButton: LinkComponent<typeof MUIButtonLinkComponent>;
|
|
42
|
+
declare const Component$4: react__default.ForwardRefExoticComponent<Omit<ButtonProps<"a">, "ref"> & react__default.RefAttributes<HTMLAnchorElement>>;
|
|
43
|
+
declare const RouterButton: LinkComponent<typeof Component$4>;
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
declare const MUILinkComponent: react__default.ForwardRefExoticComponent<Omit<MUILinkProps, "ref"> & react__default.RefAttributes<HTMLAnchorElement>>;
|
|
48
|
-
declare const RouterLink: LinkComponent<typeof MUILinkComponent>;
|
|
45
|
+
declare const Component$3: react__default.ForwardRefExoticComponent<GridActionsCellItemProps & react__default.RefAttributes<HTMLButtonElement>>;
|
|
46
|
+
declare const RouterGridActionsCellItem: LinkComponent<typeof Component$3>;
|
|
49
47
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
declare const
|
|
48
|
+
declare const Component$2: react__default.ForwardRefExoticComponent<Omit<IconButtonProps<"a">, "ref"> & react__default.RefAttributes<HTMLAnchorElement>>;
|
|
49
|
+
declare const RouterIconButton: LinkComponent<typeof Component$2>;
|
|
50
|
+
|
|
51
|
+
declare const Component$1: react__default.ForwardRefExoticComponent<Omit<LinkProps, "ref"> & react__default.RefAttributes<HTMLAnchorElement>>;
|
|
52
|
+
declare const RouterLink: LinkComponent<typeof Component$1>;
|
|
53
|
+
|
|
54
|
+
declare const Component: react__default.ForwardRefExoticComponent<Omit<TabProps<"a">, "ref"> & react__default.RefAttributes<HTMLAnchorElement>>;
|
|
55
|
+
declare const RouterTab: LinkComponent<typeof Component>;
|
|
54
56
|
|
|
55
57
|
declare function RouterNotFound(): react_jsx_runtime.JSX.Element;
|
|
56
58
|
|
|
@@ -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, 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 };
|