sevago-sso-fe 1.0.46 → 1.0.48

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.
Files changed (128) hide show
  1. package/dist/common/constant/apps.data.d.ts +206 -22
  2. package/dist/common/index.d.ts +0 -1
  3. package/dist/common/interfaces/index.d.ts +0 -3
  4. package/dist/common/utils/index.d.ts +2 -3
  5. package/dist/common/utils/other/app.utils.d.ts +6 -0
  6. package/dist/common/utils/other/index.d.ts +1 -0
  7. package/dist/components/app-grid/app-grid.component.d.ts +2 -2
  8. package/dist/components/elements/icon/icon-content.element.d.ts +1 -1
  9. package/dist/components/elements/icon/index.d.ts +0 -1
  10. package/dist/components/elements/image/image.element.d.ts +1 -1
  11. package/dist/components/elements/index.d.ts +0 -2
  12. package/dist/components/elements/radio/index.d.ts +0 -1
  13. package/dist/components/elements/tooltip/index.d.ts +0 -1
  14. package/dist/components/index.d.ts +0 -4
  15. package/dist/components/motion/motion-box.component.d.ts +2 -2
  16. package/dist/components/sidebar/apps-sidebar.component.d.ts +2 -0
  17. package/dist/components/sidebar/system-monitor-sidebar.part.d.ts +2 -0
  18. package/dist/components/styles/typography.style.d.ts +1 -1
  19. package/dist/{pages/dashboard/screen → components}/system-monitor/system-monitor.screen.d.ts +2 -0
  20. package/dist/index.cjs.js +0 -25191
  21. package/dist/index.cjs.js.map +1 -1
  22. package/dist/index.d.ts +0 -9
  23. package/dist/index.esm.js +0 -25175
  24. package/dist/index.esm.js.map +1 -1
  25. package/package.json +7 -6
  26. package/dist/apis/auth/auth.api.d.ts +0 -7
  27. package/dist/apis/auth/auth.enum.d.ts +0 -16
  28. package/dist/apis/auth/auth.interface.d.ts +0 -44
  29. package/dist/apis/auth/index.d.ts +0 -5
  30. package/dist/apis/index.d.ts +0 -4
  31. package/dist/apis/notification/index.d.ts +0 -6
  32. package/dist/apis/notification/notification.api.d.ts +0 -12
  33. package/dist/apis/notification/notification.entities.d.ts +0 -17
  34. package/dist/apis/notification/notification.enum.d.ts +0 -26
  35. package/dist/apis/notification/notification.interface.d.ts +0 -33
  36. package/dist/apis/org-unit/index.d.ts +0 -2
  37. package/dist/apis/org-unit/org-unit.entities.d.ts +0 -41
  38. package/dist/apis/org-unit/org-unit.enum.d.ts +0 -11
  39. package/dist/apis/user/index.d.ts +0 -6
  40. package/dist/apis/user/user.api.d.ts +0 -17
  41. package/dist/apis/user/user.entities.d.ts +0 -161
  42. package/dist/apis/user/user.enum.d.ts +0 -304
  43. package/dist/apis/user/user.interface.d.ts +0 -81
  44. package/dist/common/config/axios.config.d.ts +0 -1
  45. package/dist/common/config/index.d.ts +0 -2
  46. package/dist/common/config/socket.config.d.ts +0 -19
  47. package/dist/common/interfaces/base-item.interface.d.ts +0 -8
  48. package/dist/common/interfaces/res-list.interface.d.ts +0 -7
  49. package/dist/common/interfaces/route.interface.d.ts +0 -12
  50. package/dist/common/utils/find-current-access.helper.d.ts +0 -1
  51. package/dist/components/avatar/avatar-enum.enum.d.ts +0 -10
  52. package/dist/components/elements/button/button.element.d.ts +0 -10
  53. package/dist/components/elements/button/index.d.ts +0 -1
  54. package/dist/components/elements/text-field/index.d.ts +0 -2
  55. package/dist/components/elements/text-field/text-field-label.element.d.ts +0 -9
  56. package/dist/components/elements/text-field/text-field.element.d.ts +0 -13
  57. package/dist/components/empty/empty.component.d.ts +0 -4
  58. package/dist/components/empty/index.d.ts +0 -1
  59. package/dist/components/loading/index.d.ts +0 -1
  60. package/dist/components/loading/loading.component.d.ts +0 -8
  61. package/dist/components/logo/index.d.ts +0 -1
  62. package/dist/components/logo/logo.component.d.ts +0 -10
  63. package/dist/components/time-ago/index.d.ts +0 -2
  64. package/dist/components/time-ago/time-ago-content.component.d.ts +0 -7
  65. package/dist/components/time-ago/time-ago.component.d.ts +0 -6
  66. package/dist/hooks/index.d.ts +0 -4
  67. package/dist/hooks/use-apps.hook.d.ts +0 -10
  68. package/dist/hooks/use-update-current-access.hook.d.ts +0 -1
  69. package/dist/hooks/use-version-check.hook.d.ts +0 -3
  70. package/dist/images/diamond.png +0 -0
  71. package/dist/images/login.jpg +0 -0
  72. package/dist/images/logo/logo-sub-3.svg +0 -9
  73. package/dist/images/logo/logo-sub-4.svg +0 -15
  74. package/dist/images/logo-192x192.png +0 -0
  75. package/dist/images/system/check-in.svg +0 -18
  76. package/dist/images/system/form.svg +0 -21
  77. package/dist/images/system/inside.svg +0 -21
  78. package/dist/images/system/logo-recruitment.svg +0 -27
  79. package/dist/images/system/payroll.svg +0 -16
  80. package/dist/images/system/process.svg +0 -24
  81. package/dist/images/system/project.svg +0 -16
  82. package/dist/images/system/request.svg +0 -16
  83. package/dist/images/system/sevago-chart.svg +0 -11
  84. package/dist/images/system/sevago-checkin.svg +0 -6
  85. package/dist/images/system/sevago-e-hiring.svg +0 -17
  86. package/dist/images/system/sevago-form.svg +0 -9
  87. package/dist/images/system/sevago-hrm.svg +0 -10
  88. package/dist/images/system/sevago-inside.svg +0 -11
  89. package/dist/images/system/sevago-message.svg +0 -26
  90. package/dist/images/system/sevago-payroll.svg +0 -4
  91. package/dist/images/system/sevago-project.svg +0 -4
  92. package/dist/images/system/sevago-request.svg +0 -4
  93. package/dist/images/system/sevago-training.svg +0 -5
  94. package/dist/images/system/sevago.svg +0 -14
  95. package/dist/images/system/training.svg +0 -17
  96. package/dist/images/system/user-hrm.svg +0 -20
  97. package/dist/layouts/auth.layout.d.ts +0 -5
  98. package/dist/layouts/default.layout.d.ts +0 -5
  99. package/dist/layouts/index.d.ts +0 -2
  100. package/dist/pages/auth/auth.constant.d.ts +0 -35
  101. package/dist/pages/auth/auth.enum.d.ts +0 -6
  102. package/dist/pages/auth/auth.interface.d.ts +0 -7
  103. package/dist/pages/auth/index.d.ts +0 -3
  104. package/dist/pages/dashboard/dashboard.page.d.ts +0 -5
  105. package/dist/pages/dashboard/index.d.ts +0 -2
  106. package/dist/pages/dashboard/screen/index.d.ts +0 -1
  107. package/dist/pages/error/error.page.d.ts +0 -4
  108. package/dist/pages/index.d.ts +0 -5
  109. package/dist/pages/not-found/not-found.page.d.ts +0 -4
  110. package/dist/redux/account/account.action.d.ts +0 -18
  111. package/dist/redux/account/account.interface.d.ts +0 -11
  112. package/dist/redux/account/account.slice.d.ts +0 -4
  113. package/dist/redux/account/index.d.ts +0 -5
  114. package/dist/redux/index.d.ts +0 -5
  115. package/dist/redux/slices/index.d.ts +0 -1
  116. package/dist/redux/slices/remaining-weight.slice.d.ts +0 -7
  117. package/dist/redux/store.interface.d.ts +0 -11
  118. package/dist/redux/store.redux.d.ts +0 -15
  119. package/dist/redux/system/index.d.ts +0 -2
  120. package/dist/redux/system/system.action.d.ts +0 -2
  121. package/dist/redux/system/system.interface.d.ts +0 -4
  122. package/dist/redux/system/system.slice.d.ts +0 -4
  123. package/dist/router/index.d.ts +0 -4
  124. package/dist/router/render.route.d.ts +0 -3
  125. package/dist/router/route.constant.d.ts +0 -334
  126. package/dist/router/route.enum.d.ts +0 -4
  127. package/dist/router/route.routes.d.ts +0 -2
  128. /package/dist/{pages/dashboard/screen → components}/system-monitor/index.d.ts +0 -0
@@ -1,5 +1,5 @@
1
1
  export declare enum AppGroup {
2
- ALL = "all",
2
+ ALL = "All",
3
3
  HRM = "HRM",
4
4
  WORKFLOW_ENGINE = "Workflow Engine",
5
5
  PLATFORM_AND_INFO = "Platform & Info",
@@ -7,27 +7,12 @@ export declare enum AppGroup {
7
7
  OTHER = "Kh\u00E1c",
8
8
  CLIENT = "Web"
9
9
  }
10
- export declare enum App {
11
- E_HIRING = "Tuy\u1EC3n d\u1EE5ng",
12
- HR = "Nh\u00E2n s\u1EF1",
13
- PAYROLL = "T\u00EDnh l\u01B0\u01A1ng",
14
- ORG = "S\u01A1 \u0111\u1ED3 t\u1ED5 ch\u1EE9c",
15
- CHECKIN = "Ch\u1EA5m c\u00F4ng",
16
- PROJECT = "D\u1EF1 \u00E1n",
17
- REQUEST = "\u0110\u1EC1 xu\u1EA5t",
18
- PROCESS = "Quy tr\u00ECnh",
19
- TRACKING = "Ti\u1EBFn tr\u00ECnh",
20
- CHAT = "Chat",
21
- TRAINING = "\u0110\u00E0o t\u1EA1o",
22
- FORM = "Bi\u1EC3u m\u1EABu",
23
- INSIDE = "Th\u00F4ng tin & CSNV",
24
- BOOKING = "T\u00E0i nguy\u00EAn",
25
- FORMULA_PRICE = "T\u00EDnh gi\u00E1",
26
- E_CATALOGUE = "E-Catalogue",
27
- LANDING_PAGE = "Landing page"
28
- }
29
10
  export interface AppInfo {
30
- path: string;
11
+ path: {
12
+ development: string;
13
+ staging: string;
14
+ production: string;
15
+ };
31
16
  content: string;
32
17
  color: string;
33
18
  icon: string;
@@ -41,4 +26,203 @@ export declare const APP_GROUP_COLOR: {
41
26
  Web: string;
42
27
  Khác: string;
43
28
  };
44
- export declare const APP_OBJ: Record<string, AppInfo>;
29
+ export declare const SSO: {
30
+ development: string;
31
+ staging: string;
32
+ production: string;
33
+ };
34
+ export declare const APP_OBJ: {
35
+ E_HIRING: {
36
+ path: {
37
+ development: string;
38
+ staging: string;
39
+ production: string;
40
+ };
41
+ icon: string;
42
+ content: string;
43
+ group: AppGroup;
44
+ color: string;
45
+ };
46
+ HR: {
47
+ path: {
48
+ development: string;
49
+ staging: string;
50
+ production: string;
51
+ };
52
+ icon: string;
53
+ content: string;
54
+ group: AppGroup;
55
+ color: string;
56
+ };
57
+ PAYROLL: {
58
+ path: {
59
+ development: string;
60
+ staging: string;
61
+ production: string;
62
+ };
63
+ icon: string;
64
+ content: string;
65
+ group: AppGroup;
66
+ color: string;
67
+ };
68
+ ORG: {
69
+ path: {
70
+ development: string;
71
+ staging: string;
72
+ production: string;
73
+ };
74
+ icon: string;
75
+ content: string;
76
+ group: AppGroup;
77
+ color: string;
78
+ };
79
+ CHECKIN: {
80
+ path: {
81
+ development: string;
82
+ staging: string;
83
+ production: string;
84
+ };
85
+ icon: string;
86
+ content: string;
87
+ group: AppGroup;
88
+ color: string;
89
+ };
90
+ CHAT: {
91
+ path: {
92
+ development: string;
93
+ staging: string;
94
+ production: string;
95
+ };
96
+ icon: string;
97
+ content: string;
98
+ group: AppGroup;
99
+ color: string;
100
+ };
101
+ TRAINING: {
102
+ path: {
103
+ development: string;
104
+ staging: string;
105
+ production: string;
106
+ };
107
+ icon: string;
108
+ content: string;
109
+ group: AppGroup;
110
+ color: string;
111
+ };
112
+ FORM: {
113
+ path: {
114
+ development: string;
115
+ staging: string;
116
+ production: string;
117
+ };
118
+ icon: string;
119
+ content: string;
120
+ group: AppGroup;
121
+ color: string;
122
+ };
123
+ INSIDE: {
124
+ path: {
125
+ development: string;
126
+ staging: string;
127
+ production: string;
128
+ };
129
+ icon: string;
130
+ content: string;
131
+ group: AppGroup;
132
+ color: string;
133
+ };
134
+ BOOKING: {
135
+ path: {
136
+ development: string;
137
+ staging: string;
138
+ production: string;
139
+ };
140
+ icon: string;
141
+ content: string;
142
+ group: AppGroup;
143
+ color: string;
144
+ };
145
+ PROJECT: {
146
+ path: {
147
+ development: string;
148
+ staging: string;
149
+ production: string;
150
+ };
151
+ icon: string;
152
+ content: string;
153
+ group: AppGroup;
154
+ color: string;
155
+ };
156
+ REQUEST: {
157
+ path: {
158
+ development: string;
159
+ staging: string;
160
+ production: string;
161
+ };
162
+ icon: string;
163
+ content: string;
164
+ group: AppGroup;
165
+ color: string;
166
+ };
167
+ TRACKING: {
168
+ path: {
169
+ development: string;
170
+ staging: string;
171
+ production: string;
172
+ };
173
+ icon: string;
174
+ content: string;
175
+ group: AppGroup;
176
+ color: string;
177
+ };
178
+ PROCESS: {
179
+ path: {
180
+ development: string;
181
+ staging: string;
182
+ production: string;
183
+ };
184
+ icon: string;
185
+ content: string;
186
+ group: AppGroup;
187
+ color: string;
188
+ };
189
+ FORMULA_PRICE: {
190
+ path: {
191
+ development: string;
192
+ staging: string;
193
+ production: string;
194
+ };
195
+ icon: string;
196
+ content: string;
197
+ group: AppGroup;
198
+ color: string;
199
+ };
200
+ E_CATALOGUE: {
201
+ path: {
202
+ development: string;
203
+ staging: string;
204
+ production: string;
205
+ };
206
+ icon: string;
207
+ content: string;
208
+ group: AppGroup;
209
+ color: string;
210
+ };
211
+ LANDING_PAGE: {
212
+ path: {
213
+ development: string;
214
+ staging: string;
215
+ production: string;
216
+ };
217
+ icon: string;
218
+ content: string;
219
+ group: AppGroup;
220
+ color: string;
221
+ };
222
+ };
223
+ export declare const SIZE_EXTRA_LARGE = 36;
224
+ export type SizeProps = "extra_small" | "small" | "medium" | "large" | "extra_large" | "avatar_group";
225
+ export declare const MAP_SIZE: Record<string, {
226
+ width: number;
227
+ height: number;
228
+ }>;
@@ -1,4 +1,3 @@
1
- export * from './config';
2
1
  export * from './constant';
3
2
  export * from './enums';
4
3
  export * from './interfaces';
@@ -1,6 +1,3 @@
1
- export * from './base-item.interface';
2
1
  export * from './change-event-custom.interface';
3
2
  export * from './error.interface';
4
3
  export * from './page-options.interface';
5
- export * from './res-list.interface';
6
- export * from './route.interface';
@@ -1,6 +1,5 @@
1
- export * from './find-current-access.helper';
1
+ export * from './other';
2
2
  export * from './string.utils';
3
3
  export * from './time.utils';
4
- export * from './other';
5
- import * as timeUtilsMethods from './time.utils';
4
+ import * as timeUtilsMethods from "./time.utils";
6
5
  export declare const timeUtils: typeof timeUtilsMethods;
@@ -0,0 +1,6 @@
1
+ export declare enum Environment {
2
+ DEVELOPMENT = "development",
3
+ STAGING = "staging",
4
+ PRODUCTION = "production"
5
+ }
6
+ export declare const getCurrentEnvironment: () => Environment;
@@ -1 +1,2 @@
1
1
  export * from './get-limit-line-css.utils';
2
+ export * from './app.utils';
@@ -1,8 +1,8 @@
1
1
  import { default as React } from 'react';
2
2
  import { AppInfo } from '../../common/constant/apps.data';
3
+ import { Environment } from '../../common';
3
4
  export interface AppGridProps {
4
5
  apps: AppInfo[];
5
- onClickItem?: (app: AppInfo) => void;
6
6
  columns?: number;
7
7
  rows?: number;
8
8
  iconSize?: number;
@@ -13,7 +13,7 @@ export interface AppGridProps {
13
13
  captionVariant?: "caption" | "body2";
14
14
  titleColor?: string;
15
15
  captionColor?: string;
16
- selectedAppId?: string;
17
16
  showPagination?: boolean;
17
+ env: Environment;
18
18
  }
19
19
  export declare const AppGrid: React.FC<AppGridProps>;
@@ -3,7 +3,7 @@ import { default as React } from 'react';
3
3
  import { IconElementProps } from './icon.element';
4
4
  export interface IconContentElementProps extends IconElementProps {
5
5
  content: any;
6
- size?: 'large' | 'small' | 'medium';
6
+ size?: "large" | "small" | "medium";
7
7
  onClick?: (event: React.MouseEvent<HTMLDivElement>) => void;
8
8
  sx?: SxProps<Theme>;
9
9
  sxIcon?: SxProps<Theme>;
@@ -1,3 +1,2 @@
1
1
  export { IconButtonElement } from './icon-button.element';
2
- export { IconContentElement } from './icon-content.element';
3
2
  export { IconElement } from './icon.element';
@@ -1,7 +1,7 @@
1
1
  import { BoxProps } from '@mui/material';
2
2
  import { default as React } from 'react';
3
- import { SizeProps } from '../../avatar/avatar-enum.enum';
4
3
  import { ImageSizeType } from './image.enum';
4
+ import { SizeProps } from '../../../common/constant/apps.data';
5
5
  export interface ImageElementProps extends BoxProps {
6
6
  url: string;
7
7
  isBorder?: boolean;
@@ -1,7 +1,5 @@
1
- export { ButtonElement } from './button';
2
1
  export { IconElement } from './icon';
3
2
  export { ImageElement } from './image';
4
3
  export { RadioElement } from './radio';
5
- export { TextFieldElement } from './text-field';
6
4
  export { TooltipOnClickElement } from './tooltip';
7
5
  export { TypographyContentCaption } from './typography';
@@ -1,2 +1 @@
1
1
  export { RadioElement } from './radio.element';
2
- export { RadioGroupElement } from './radio-group.element';
@@ -1,2 +1 @@
1
1
  export { TooltipOnClickElement } from './tooltip-on-click.element';
2
- export { TooltipOnHoverElement } from './tooltip-on-hover.element';
@@ -1,9 +1,5 @@
1
1
  export * from './app-grid';
2
- export * from './empty';
3
- export * from './loading';
4
- export * from './logo';
5
2
  export * from './motion';
6
- export * from './time-ago';
7
3
  export * from './sidebar';
8
4
  export * from './elements';
9
5
  export * from './styles';
@@ -1,7 +1,7 @@
1
1
  import { MotionProps } from 'framer-motion';
2
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'> {
3
+ type AnimationPreset = "fadeInUp" | "fadeInDown" | "fadeInLeft" | "fadeInRight" | "scaleIn" | "slideInUp" | "staggerItem" | "tabContent" | "tabUnderline";
4
+ interface MotionBoxProps extends Omit<MotionProps, "initial" | "animate" | "transition"> {
5
5
  children: React.ReactNode;
6
6
  sx?: React.CSSProperties;
7
7
  onClick?: () => void;
@@ -1,9 +1,11 @@
1
1
  import { default as React } from 'react';
2
+ import { Environment } from '../../common';
2
3
  interface AppsSidebarProps {
3
4
  isOpen: boolean;
4
5
  onClose: () => void;
5
6
  position?: "left" | "right";
6
7
  blacklist?: string[];
8
+ env: Environment;
7
9
  }
8
10
  export declare const AppsSidebar: React.FC<AppsSidebarProps>;
9
11
  export {};
@@ -1,5 +1,7 @@
1
+ import { Environment } from '../../common/utils/other/app.utils';
1
2
  export interface SystemMonitorSidebarPartProps {
2
3
  position?: "left" | "right";
3
4
  blacklist?: string[];
5
+ env: Environment;
4
6
  }
5
7
  export declare const SystemMonitorSidebarPart: React.FC<SystemMonitorSidebarPartProps>;
@@ -1 +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" | "children" | "p" | "style" | "zIndex" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "textTransform" | "m" | "align" | "bgcolor" | "border" | "className" | "classes" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "color" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "fontStyle" | "letterSpacing" | "lineHeight" | "textAlign" | "sx" | "variant" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
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>, "zIndex" | "typography" | "fontFamily" | "fontSize" | "fontWeight" | "textTransform" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
@@ -1,5 +1,7 @@
1
1
  import { default as React } from 'react';
2
+ import { Environment } from '../../common/utils/other/app.utils';
2
3
  export interface SystemMonitorScreenProps {
3
4
  blacklist?: string[];
5
+ env: Environment;
4
6
  }
5
7
  export declare const SystemMonitorScreen: React.FC<SystemMonitorScreenProps>;