sevago-sso-fe 1.0.4 → 1.0.7
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/README.md +18 -19
- package/dist/App.d.ts +1 -0
- package/dist/apis/auth/auth.api.d.ts +9 -0
- package/dist/apis/auth/auth.enum.d.ts +16 -0
- package/dist/apis/auth/auth.interface.d.ts +50 -0
- package/dist/apis/auth/index.d.ts +5 -0
- package/dist/apis/index.d.ts +4 -0
- package/dist/apis/notification/index.d.ts +6 -0
- package/dist/apis/notification/notification.api.d.ts +12 -0
- package/dist/apis/notification/notification.entities.d.ts +17 -0
- package/dist/apis/notification/notification.enum.d.ts +26 -0
- package/dist/apis/notification/notification.interface.d.ts +33 -0
- package/dist/apis/org-unit/index.d.ts +2 -0
- package/dist/apis/org-unit/org-unit.entities.d.ts +41 -0
- package/dist/apis/org-unit/org-unit.enum.d.ts +11 -0
- package/dist/apis/user/index.d.ts +6 -0
- package/dist/apis/user/user.api.d.ts +17 -0
- package/dist/apis/user/user.entities.d.ts +161 -0
- package/dist/apis/user/user.enum.d.ts +304 -0
- package/dist/apis/user/user.interface.d.ts +81 -0
- package/dist/assets/icon/icon-left.d.ts +3 -0
- package/dist/assets/icon/icon-right.d.ts +3 -0
- package/dist/common/config/axios.config.d.ts +1 -0
- package/dist/common/config/firebase.config.d.ts +3 -0
- package/dist/common/config/index.d.ts +3 -0
- package/dist/common/config/socket.config.d.ts +19 -0
- package/dist/common/constant/apps.constant.d.ts +2 -0
- package/dist/common/constant/index.d.ts +7 -0
- package/dist/common/constant/mode.constant.d.ts +266 -0
- package/dist/common/constant/opacity.constant.d.ts +103 -0
- package/dist/common/constant/reg-exp.constant.d.ts +1 -0
- package/dist/common/constant/style.constant.d.ts +113 -0
- package/dist/common/constant/tree.constant.d.ts +12 -0
- package/dist/common/constant/typography.constant.d.ts +457 -0
- package/dist/common/enums/app-category.enum.d.ts +22 -0
- package/dist/common/enums/country.enum.d.ts +7 -0
- package/dist/common/enums/file-type.enum.d.ts +4 -0
- package/dist/common/enums/index.d.ts +6 -0
- package/dist/common/enums/mode.enum.d.ts +4 -0
- package/dist/common/enums/order-type.enum.d.ts +4 -0
- package/dist/common/enums/payment-method.enum.d.ts +7 -0
- package/dist/common/index.d.ts +5 -0
- package/dist/common/interfaces/base-item.interface.d.ts +8 -0
- package/dist/common/interfaces/change-event-custom.interface.d.ts +6 -0
- package/dist/common/interfaces/error.interface.d.ts +5 -0
- package/dist/common/interfaces/index.d.ts +6 -0
- package/dist/common/interfaces/page-options.interface.d.ts +15 -0
- package/dist/common/interfaces/res-list.interface.d.ts +7 -0
- package/dist/common/interfaces/route.interface.d.ts +12 -0
- package/dist/common/utils/find-current-access.helper.d.ts +1 -0
- package/dist/common/utils/index.d.ts +6 -0
- package/dist/common/utils/other/app.utils.d.ts +2 -0
- package/dist/common/utils/other/get-limit-line-css.utils.d.ts +2 -0
- package/dist/common/utils/other/index.d.ts +2 -0
- package/dist/common/utils/string.utils.d.ts +10 -0
- package/dist/common/utils/time.utils.d.ts +13 -0
- package/dist/components/app-grid/app-grid.component.d.ts +19 -0
- package/dist/components/app-grid/index.d.ts +1 -0
- package/dist/components/avatar/avatar-enum.enum.d.ts +10 -0
- package/dist/components/avatar/avatar-user-info.element.d.ts +15 -0
- package/dist/components/avatar/avatar.element.d.ts +9 -0
- package/dist/components/avatar/index.d.ts +3 -0
- package/dist/components/avatar-user/avatar-user.component.d.ts +4 -0
- package/dist/components/avatar-user/index.d.ts +1 -0
- package/dist/components/bell/bell.component.d.ts +4 -0
- package/dist/components/bell/index.d.ts +1 -0
- package/dist/components/elements/button/button.element.d.ts +10 -0
- package/dist/components/elements/button/index.d.ts +1 -0
- package/dist/components/elements/icon/icon-button.element.d.ts +10 -0
- package/dist/components/elements/icon/icon-content.element.d.ts +15 -0
- package/dist/components/elements/icon/icon.element.d.ts +11 -0
- package/dist/components/elements/icon/index.d.ts +3 -0
- package/dist/components/elements/image/image-content-caption.component.d.ts +14 -0
- package/dist/components/elements/image/image-name-time.component.d.ts +9 -0
- package/dist/components/elements/image/image.element.d.ts +12 -0
- package/dist/components/elements/image/image.enum.d.ts +5 -0
- package/dist/components/elements/image/index.d.ts +4 -0
- package/dist/components/elements/index.d.ts +7 -0
- package/dist/components/elements/radio/index.d.ts +2 -0
- package/dist/components/elements/radio/radio-group.element.d.ts +16 -0
- package/dist/components/elements/radio/radio.element.d.ts +7 -0
- package/dist/components/elements/text-field/index.d.ts +2 -0
- package/dist/components/elements/text-field/text-field-label.element.d.ts +9 -0
- package/dist/components/elements/text-field/text-field.element.d.ts +13 -0
- package/dist/components/elements/tooltip/index.d.ts +1 -0
- package/dist/components/elements/tooltip/tooltip-on-click.element.d.ts +7 -0
- package/dist/components/elements/typography/index.d.ts +1 -0
- package/dist/components/elements/typography/typography-content-caption.component.d.ts +10 -0
- package/dist/components/empty/empty.component.d.ts +4 -0
- package/dist/components/empty/index.d.ts +1 -0
- package/dist/components/index.d.ts +11 -0
- package/dist/components/loading/index.d.ts +1 -0
- package/dist/components/loading/loading.component.d.ts +8 -0
- package/dist/components/logo/index.d.ts +1 -0
- package/dist/components/logo/logo.component.d.ts +10 -0
- package/dist/components/motion/index.d.ts +1 -0
- package/dist/components/motion/motion-box.component.d.ts +14 -0
- package/dist/components/styles/index.d.ts +2 -0
- package/dist/components/styles/stack.style.d.ts +19 -0
- package/dist/components/styles/typography.style.d.ts +1 -0
- package/dist/components/time-ago/index.d.ts +2 -0
- package/dist/components/time-ago/time-ago-content.component.d.ts +7 -0
- package/dist/components/time-ago/time-ago.component.d.ts +6 -0
- package/dist/hooks/index.d.ts +5 -0
- package/dist/hooks/use-apps.hook.d.ts +11 -0
- package/dist/hooks/use-snackbar.hook.d.ts +19 -0
- package/dist/hooks/use-tag-selector.hook.d.ts +25 -0
- package/dist/hooks/use-update-current-access.hook.d.ts +1 -0
- package/dist/hooks/use-version-check.hook.d.ts +3 -0
- package/dist/index.cjs.js +32315 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.esm.js +32299 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/layouts/auth.layout.d.ts +5 -0
- package/dist/layouts/dashboard.layout.d.ts +5 -0
- package/dist/layouts/default.layout.d.ts +5 -0
- package/dist/layouts/index.d.ts +3 -0
- package/dist/main.d.ts +0 -0
- package/dist/pages/auth/auth.constant.d.ts +35 -0
- package/dist/pages/auth/auth.enum.d.ts +6 -0
- package/dist/pages/auth/auth.interface.d.ts +7 -0
- package/dist/pages/auth/auth.page.d.ts +4 -0
- package/dist/pages/auth/index.d.ts +5 -0
- package/dist/pages/auth/parts/index.d.ts +1 -0
- package/dist/pages/auth/parts/otp/index.d.ts +1 -0
- package/dist/pages/auth/parts/otp/otp.part.d.ts +6 -0
- package/dist/pages/dashboard/dashboard.page.d.ts +5 -0
- package/dist/pages/dashboard/index.d.ts +3 -0
- package/dist/pages/dashboard/parts/index.d.ts +1 -0
- package/dist/pages/dashboard/parts/monitor.part.d.ts +2 -0
- package/dist/pages/dashboard/screen/index.d.ts +1 -0
- package/dist/pages/dashboard/screen/system-monitor/index.d.ts +1 -0
- package/dist/pages/dashboard/screen/system-monitor/system-monitor.screen.d.ts +2 -0
- package/dist/pages/error/error.page.d.ts +4 -0
- package/dist/pages/index.d.ts +6 -0
- package/dist/pages/not-found/not-found.page.d.ts +4 -0
- package/dist/redux/account/account.action.d.ts +22 -0
- package/dist/redux/account/account.interface.d.ts +13 -0
- package/dist/redux/account/account.slice.d.ts +4 -0
- package/dist/redux/account/index.d.ts +5 -0
- package/dist/redux/index.d.ts +5 -0
- package/dist/redux/slices/index.d.ts +1 -0
- package/dist/redux/slices/remaining-weight.slice.d.ts +7 -0
- package/dist/redux/store.interface.d.ts +11 -0
- package/dist/redux/store.redux.d.ts +15 -0
- package/dist/redux/system/index.d.ts +2 -0
- package/dist/redux/system/system.action.d.ts +2 -0
- package/dist/redux/system/system.interface.d.ts +4 -0
- package/dist/redux/system/system.slice.d.ts +4 -0
- package/dist/router/index.d.ts +4 -0
- package/dist/router/render.route.d.ts +3 -0
- package/dist/router/route.constant.d.ts +278 -0
- package/dist/router/route.enum.d.ts +4 -0
- package/dist/router/route.routes.d.ts +2 -0
- package/dist/scripts/generate.script.d.ts +0 -0
- package/package.json +5 -5
- package/dist/assets/index-Ck8Rqlmw.css +0 -1
- package/dist/assets/index-RCni0Nq0.js +0 -1183
- package/dist/index.html +0 -21
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
import { SizeProps } from './avatar-enum.enum';
|
|
4
|
+
interface AvatarUserInfoProps {
|
|
5
|
+
name: string;
|
|
6
|
+
url?: string;
|
|
7
|
+
positions?: string[];
|
|
8
|
+
maxWidth?: string | number;
|
|
9
|
+
isTag?: boolean;
|
|
10
|
+
sxName?: SxProps;
|
|
11
|
+
sxPosition?: SxProps;
|
|
12
|
+
sizeAvatar?: SizeProps;
|
|
13
|
+
}
|
|
14
|
+
export declare const AvatarUserInfo: React.FC<AvatarUserInfoProps>;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AvatarProps } from '@mui/material';
|
|
2
|
+
import { default as React, ReactNode } from 'react';
|
|
3
|
+
import { SizeProps } from './avatar-enum.enum';
|
|
4
|
+
export interface AvatarElementProps extends AvatarProps {
|
|
5
|
+
url?: string | null;
|
|
6
|
+
size?: SizeProps;
|
|
7
|
+
tooltipContent?: ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare const AvatarElement: React.FC<AvatarElementProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { AvatarUserComponent } from './avatar-user.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { BellComponent } from './bell.component';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ButtonProps } from '@mui/material';
|
|
3
|
+
export interface ButtonElementProps extends ButtonProps {
|
|
4
|
+
content?: string;
|
|
5
|
+
loading?: boolean;
|
|
6
|
+
startIcon?: string | React.ReactNode;
|
|
7
|
+
endIcon?: string | React.ReactNode;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const ButtonElement: React.FC<ButtonElementProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ButtonElement } from './button.element';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { SxProps } from '@mui/system';
|
|
3
|
+
interface IconButtonElementProps {
|
|
4
|
+
icon: string;
|
|
5
|
+
onClick: () => void;
|
|
6
|
+
sx?: SxProps;
|
|
7
|
+
size?: number;
|
|
8
|
+
}
|
|
9
|
+
export declare const IconButtonElement: React.FC<IconButtonElementProps>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SxProps, Theme } from '@mui/material';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
import { IconElementProps } from './icon.element';
|
|
4
|
+
export interface IconContentElementProps extends IconElementProps {
|
|
5
|
+
content: any;
|
|
6
|
+
size?: 'large' | 'small' | 'medium';
|
|
7
|
+
onClick?: (event: React.MouseEvent<HTMLDivElement>) => void;
|
|
8
|
+
sx?: SxProps<Theme>;
|
|
9
|
+
sxIcon?: SxProps<Theme>;
|
|
10
|
+
sxText?: SxProps<Theme>;
|
|
11
|
+
applyCssOnClick?: boolean;
|
|
12
|
+
id?: string;
|
|
13
|
+
isNowrap?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const IconContentElement: React.FC<IconContentElementProps>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IconProps, SxProps, Theme } from '@mui/material';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export interface IconElementProps extends IconProps {
|
|
4
|
+
icon?: any;
|
|
5
|
+
size?: "large" | "small" | "medium";
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
fill?: 0 | 1;
|
|
8
|
+
sx?: SxProps<Theme>;
|
|
9
|
+
onClick?: (event: React.MouseEvent<HTMLDivElement>) => void;
|
|
10
|
+
}
|
|
11
|
+
export declare const IconElement: React.FC<IconElementProps>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SxProps } from '@mui/system';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
import { SizeProps } from '../../avatar';
|
|
4
|
+
export interface ImageContentCaptionComponentProps {
|
|
5
|
+
url?: string;
|
|
6
|
+
content?: string;
|
|
7
|
+
caption?: string;
|
|
8
|
+
sizeType?: SizeProps;
|
|
9
|
+
sx?: SxProps;
|
|
10
|
+
sxContent?: SxProps;
|
|
11
|
+
sxCaption?: SxProps;
|
|
12
|
+
alt?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const ImageContentCaptionComponent: React.FC<ImageContentCaptionComponentProps>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { SizeProps } from '../../avatar/avatar-enum.enum';
|
|
3
|
+
export interface ImageContentTimeComponentProps {
|
|
4
|
+
url: string;
|
|
5
|
+
content: string;
|
|
6
|
+
time: Date;
|
|
7
|
+
sizeType?: SizeProps;
|
|
8
|
+
}
|
|
9
|
+
export declare const ImageContentTimeComponent: React.FC<ImageContentTimeComponentProps>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BoxProps } from '@mui/material';
|
|
3
|
+
import { ImageSizeType } from './image.enum';
|
|
4
|
+
import { SizeProps } from '../../avatar/avatar-enum.enum';
|
|
5
|
+
export interface ImageElementProps extends BoxProps {
|
|
6
|
+
url: string;
|
|
7
|
+
isBorder?: boolean;
|
|
8
|
+
isWrap?: boolean;
|
|
9
|
+
sizeType?: ImageSizeType;
|
|
10
|
+
size?: SizeProps;
|
|
11
|
+
}
|
|
12
|
+
export declare const ImageElement: React.FC<ImageElementProps>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { ButtonElement } from './button';
|
|
2
|
+
export { IconElement } from './icon';
|
|
3
|
+
export { ImageElement } from './image';
|
|
4
|
+
export { RadioElement } from './radio';
|
|
5
|
+
export { TextFieldElement } from './text-field';
|
|
6
|
+
export { TooltipOnClickElement } from './tooltip';
|
|
7
|
+
export { TypographyContentCaption } from './typography';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { SxProps, Theme } from '@mui/material';
|
|
2
|
+
import { default as React, ReactNode } from 'react';
|
|
3
|
+
export interface RadioGroupElementProps {
|
|
4
|
+
name?: string;
|
|
5
|
+
direction?: 'row' | 'column';
|
|
6
|
+
label?: string;
|
|
7
|
+
iconLabel?: string;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
defaultValue?: any;
|
|
10
|
+
value?: any;
|
|
11
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement> | any) => void;
|
|
12
|
+
children: ReactNode;
|
|
13
|
+
required?: boolean;
|
|
14
|
+
sx?: SxProps<Theme>;
|
|
15
|
+
}
|
|
16
|
+
export declare const RadioGroupElement: React.FC<RadioGroupElementProps>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
interface TextFieldLabelElementProps {
|
|
3
|
+
label?: string | React.ReactNode;
|
|
4
|
+
iconLabel?: string;
|
|
5
|
+
colorLabel?: string;
|
|
6
|
+
required?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const TextFieldLabelElement: React.FC<TextFieldLabelElementProps>;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TextFieldProps } from '@mui/material';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export interface TextFieldElementProps extends Omit<TextFieldProps, ""> {
|
|
4
|
+
iconLabel?: string;
|
|
5
|
+
error?: any;
|
|
6
|
+
onChange?: (event: React.ChangeEvent<HTMLInputElement> | any) => void;
|
|
7
|
+
InputProps?: TextFieldProps["InputProps"];
|
|
8
|
+
colorLabel?: string;
|
|
9
|
+
description?: string | null;
|
|
10
|
+
showResetButton?: boolean;
|
|
11
|
+
onReset?: () => void;
|
|
12
|
+
}
|
|
13
|
+
export declare const TextFieldElement: React.FC<TextFieldElementProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TooltipOnClickElement } from './tooltip-on-click.element';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TooltipProps } from '@mui/material';
|
|
2
|
+
import { default as React, ReactElement } from 'react';
|
|
3
|
+
export interface TooltipOnClickElementProps extends Partial<Omit<TooltipProps, 'content'>> {
|
|
4
|
+
content: ReactElement | string;
|
|
5
|
+
onClickAway: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const TooltipOnClickElement: React.FC<TooltipOnClickElementProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TypographyContentCaption } from './typography-content-caption.component';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SxProps, Theme } from '@mui/material';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export interface TypographyContentCaptionProps {
|
|
4
|
+
sx?: SxProps<Theme>;
|
|
5
|
+
content?: any;
|
|
6
|
+
caption?: string;
|
|
7
|
+
sxContent?: SxProps;
|
|
8
|
+
sxCaption?: SxProps;
|
|
9
|
+
}
|
|
10
|
+
export declare const TypographyContentCaption: React.FC<TypographyContentCaptionProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { EmptyComponent } from './empty.component';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './app-grid';
|
|
2
|
+
export * from './avatar';
|
|
3
|
+
export * from './avatar-user';
|
|
4
|
+
export * from './bell';
|
|
5
|
+
export * from './empty';
|
|
6
|
+
export * from './loading';
|
|
7
|
+
export * from './logo';
|
|
8
|
+
export * from './motion';
|
|
9
|
+
export * from './time-ago';
|
|
10
|
+
export * from './elements';
|
|
11
|
+
export * from './styles';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LoadingComponent } from './loading.component';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SxProps, Theme } from '@mui/material';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export interface LoadingComponentProps {
|
|
4
|
+
color?: string;
|
|
5
|
+
size?: 'large' | 'small' | 'medium';
|
|
6
|
+
sx?: SxProps<Theme>;
|
|
7
|
+
}
|
|
8
|
+
export declare const LoadingComponent: React.FC<LoadingComponentProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LogoComponent } from './logo.component';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Theme } from '@emotion/react';
|
|
2
|
+
import { SxProps } from '@mui/system';
|
|
3
|
+
import { default as React } from 'react';
|
|
4
|
+
export interface LogoComponentProps {
|
|
5
|
+
url: string;
|
|
6
|
+
height?: number;
|
|
7
|
+
sx?: SxProps<Theme>;
|
|
8
|
+
fillColor?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare const LogoComponent: React.FC<LogoComponentProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { MotionBox } from './motion-box.component';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { MotionProps } from 'framer-motion';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
type AnimationPreset = 'fadeInUp' | 'fadeInDown' | 'fadeInLeft' | 'fadeInRight' | 'scaleIn' | 'slideInUp' | 'staggerItem' | 'tabContent' | 'tabUnderline';
|
|
4
|
+
interface MotionBoxProps extends Omit<MotionProps, 'initial' | 'animate' | 'transition'> {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
sx?: React.CSSProperties;
|
|
7
|
+
onClick?: () => void;
|
|
8
|
+
preset?: AnimationPreset;
|
|
9
|
+
delay?: number;
|
|
10
|
+
index?: number;
|
|
11
|
+
hover?: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare const MotionBox: React.FC<MotionBoxProps>;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const StackRow: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
2
|
+
export declare const StackWrap: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
3
|
+
export declare const StackRowAlignCenter: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
|
+
export declare const StackRowAlignEnd: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
5
|
+
export declare const StackRowJustCenter: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
6
|
+
export declare const StackRowJustAround: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
7
|
+
export declare const StackRowAlignJustCenter: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
8
|
+
export declare const StackRowAlignCenterJustEnd: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
9
|
+
export declare const StackRowJustEnd: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
10
|
+
export declare const StackRowJustBetween: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
11
|
+
export declare const StackRowAlignCenterJustBetween: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
12
|
+
export declare const StackRowAlignStartJustBetween: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
13
|
+
export declare const StackBgDefaultBorRadLayCol: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
14
|
+
export declare const StackBgPaperBorRadLayCol: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
15
|
+
export declare const StackLabel: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
16
|
+
export declare const SmallIcon: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
17
|
+
export declare const StackTabs: import('@emotion/styled').StyledComponent<import('@mui/material').StackOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('@mui/material/OverridableComponent').CommonProps | keyof import('@mui/material').StackOwnProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
18
|
+
export declare const StyledTableCell: import('@emotion/styled').StyledComponent<import('@mui/material').TableCellProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
19
|
+
export declare const BorderLinearProgress: import('@emotion/styled').StyledComponent<import('@mui/material').LinearProgressProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const TypographyFilter: import('@emotion/styled').StyledComponent<import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "position" | "p" | "style" | "children" | "zIndex" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "textTransform" | "classes" | "className" | "color" | "top" | "bottom" | "left" | "right" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "rowGap" | "textAlign" | "textOverflow" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "sx" | "variant" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { useApps } from './use-apps.hook';
|
|
2
|
+
export { useSnackbar } from './use-snackbar.hook';
|
|
3
|
+
export { useTagSelector } from './use-tag-selector.hook';
|
|
4
|
+
export { useUpdateCurrentAccess } from './use-update-current-access.hook';
|
|
5
|
+
export { useVersionCheck } from './use-version-check.hook';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AppCategory } from '../common/enums/app-category.enum';
|
|
2
|
+
export declare const useApps: (tab: AppCategory) => import('../common/enums/app-category.enum').AppModule[];
|
|
3
|
+
export declare const useIsSystemMonitor: () => boolean;
|
|
4
|
+
export declare const useAllApps: () => import('../common/enums/app-category.enum').AppModule[];
|
|
5
|
+
export declare const useActiveSidebar: () => import('../common/enums/app-category.enum').AppModule | undefined;
|
|
6
|
+
export declare const useSidebarState: () => {
|
|
7
|
+
isSidebarOpen: boolean;
|
|
8
|
+
openSidebar: () => void;
|
|
9
|
+
closeSidebar: () => void;
|
|
10
|
+
toggleSidebar: () => void;
|
|
11
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
export declare enum SnackbarType {
|
|
3
|
+
INFO = "info",
|
|
4
|
+
SUCCESS = "success",
|
|
5
|
+
ERROR = "error",
|
|
6
|
+
WARNING = "warning"
|
|
7
|
+
}
|
|
8
|
+
export interface SnackbarContext {
|
|
9
|
+
message: string;
|
|
10
|
+
type: SnackbarType;
|
|
11
|
+
}
|
|
12
|
+
export interface SnackbarContextType {
|
|
13
|
+
showSnackbar: (params: SnackbarContext) => void;
|
|
14
|
+
}
|
|
15
|
+
export interface SnackbarProviderProps {
|
|
16
|
+
children?: ReactNode;
|
|
17
|
+
}
|
|
18
|
+
export declare const SnackbarProvider: React.FC<SnackbarProviderProps>;
|
|
19
|
+
export declare const useSnackbar: () => SnackbarContextType;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface TaggedUser {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
url: string;
|
|
5
|
+
}
|
|
6
|
+
interface TagPosition {
|
|
7
|
+
start: number;
|
|
8
|
+
end: number;
|
|
9
|
+
}
|
|
10
|
+
interface UseTagSelectorReturn {
|
|
11
|
+
showTagSelector: boolean;
|
|
12
|
+
tagPosition: TagPosition | null;
|
|
13
|
+
searchQuery: string;
|
|
14
|
+
filteredUsers: TaggedUser[];
|
|
15
|
+
selectedUserIndex: number;
|
|
16
|
+
users: TaggedUser[];
|
|
17
|
+
handleInputChange: (newValue: string) => void;
|
|
18
|
+
resetTagSelector: () => void;
|
|
19
|
+
resetAll: () => void;
|
|
20
|
+
setSearchQuery: (query: string) => void;
|
|
21
|
+
taggedUserIds: Set<string>;
|
|
22
|
+
removeTaggedUser: (userId: string) => void;
|
|
23
|
+
}
|
|
24
|
+
export declare const useTagSelector: (movementId: string) => UseTagSelectorReturn;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useUpdateCurrentAccess: () => (pathname: string) => Promise<void>;
|