@dexteel/mesf-core 3.9.1 → 3.10.1

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 (75) hide show
  1. package/.deepsource.toml +4 -0
  2. package/CHANGELOG.md +2 -0
  3. package/dist/MESFMain.d.ts +2 -2
  4. package/dist/account/AuthProvider.d.ts +1 -1
  5. package/dist/account/account.d.ts +2 -2
  6. package/dist/account/changePassword.d.ts +2 -2
  7. package/dist/account/login-strategies/LoginAsGuest.d.ts +2 -2
  8. package/dist/account/login-strategies/LoginWithEmailAndPassword.d.ts +2 -2
  9. package/dist/account/login-strategies/azure-ad/LoginWithAzureAD.d.ts +2 -2
  10. package/dist/account/login-strategies/azure-ad/LoginWithAzureADForm.d.ts +2 -2
  11. package/dist/account/login.d.ts +2 -2
  12. package/dist/account/logout.d.ts +2 -2
  13. package/dist/components/home/home.d.ts +2 -2
  14. package/dist/components/modals/modal.mesf.d.ts +3 -3
  15. package/dist/components/navigation/Header.d.ts +2 -2
  16. package/dist/components/navigation/MainContainer.d.ts +2 -2
  17. package/dist/components/navigation/Navigation.d.ts +2 -2
  18. package/dist/components/navigation/areaSelector/area-selector.d.ts +2 -2
  19. package/dist/configuration/pages/job/JobsPage.d.ts +2 -2
  20. package/dist/configuration/pages/job/components/JobsTable/TableJobs.d.ts +2 -2
  21. package/dist/configuration/pages/job/context/JobsContext.d.ts +2 -2
  22. package/dist/configuration/pages/job/index.d.ts +2 -2
  23. package/dist/configuration/pages/log/LogsPage.d.ts +2 -2
  24. package/dist/configuration/pages/log/components/Filters/codeFilter.d.ts +2 -2
  25. package/dist/configuration/pages/log/components/Filters/dateFilter.d.ts +2 -2
  26. package/dist/configuration/pages/log/components/Filters/searchFilter.d.ts +2 -2
  27. package/dist/configuration/pages/log/components/LogsTable/TableLogs.d.ts +2 -2
  28. package/dist/configuration/pages/log/components/ModalLogSelected/ModalLogSelected.d.ts +2 -2
  29. package/dist/configuration/pages/log/context/LogsContext.d.ts +2 -2
  30. package/dist/configuration/pages/log/index.d.ts +2 -2
  31. package/dist/configuration/pages/profiles/ProfilesPage.d.ts +2 -2
  32. package/dist/configuration/pages/profiles/components/Create/CreateProfile.d.ts +2 -2
  33. package/dist/configuration/pages/profiles/components/Delete/DeleteProfile.d.ts +2 -2
  34. package/dist/configuration/pages/profiles/components/Edit/EditProfile.d.ts +2 -2
  35. package/dist/configuration/pages/profiles/components/ProfilesTable/TableProfiles.d.ts +2 -2
  36. package/dist/configuration/pages/profiles/components/common/Pickers/PermissionsPicker.d.ts +2 -2
  37. package/dist/configuration/pages/profiles/components/common/Pickers/ProfilesPicker.d.ts +2 -2
  38. package/dist/configuration/pages/profiles/context/ProfileContext.d.ts +2 -2
  39. package/dist/configuration/pages/profiles/index.d.ts +2 -2
  40. package/dist/configuration/pages/shifCrew/ShiftsCrewsPage.d.ts +2 -2
  41. package/dist/configuration/pages/shifCrew/components/Create/CreateShift.d.ts +2 -2
  42. package/dist/configuration/pages/shifCrew/components/Delete/DeleteShift.d.ts +2 -2
  43. package/dist/configuration/pages/shifCrew/components/Edit/EditShift.d.ts +2 -2
  44. package/dist/configuration/pages/shifCrew/components/TableShifts.d.ts +2 -2
  45. package/dist/configuration/pages/shifCrew/context/ShiftsCrewsContext.d.ts +2 -2
  46. package/dist/configuration/pages/shifCrew/index.d.ts +2 -2
  47. package/dist/configuration/pages/users/UsersPage.d.ts +2 -2
  48. package/dist/configuration/pages/users/components/ChangePassword/ChangePassword.d.ts +2 -2
  49. package/dist/configuration/pages/users/components/Create/CreateUser.d.ts +2 -2
  50. package/dist/configuration/pages/users/components/Delete/DeleteUser.d.ts +2 -2
  51. package/dist/configuration/pages/users/components/EditUser/EditUser.d.ts +2 -2
  52. package/dist/configuration/pages/users/components/UsersDataTable/TableUsers.d.ts +2 -2
  53. package/dist/configuration/pages/users/components/common/ProfilesPicker.d.ts +2 -2
  54. package/dist/configuration/pages/users/context/UsersContext.d.ts +2 -2
  55. package/dist/configuration/pages/users/index.d.ts +2 -2
  56. package/dist/configuration/stylesGetters.d.ts +3 -3
  57. package/dist/configurationMenu.d.ts +1 -1
  58. package/dist/context/UTLSettingContext.d.ts +17 -0
  59. package/dist/context/assetContext.d.ts +2 -2
  60. package/dist/context/userContext.d.ts +17 -2
  61. package/dist/controls/LazyLoading/LazyLoading.d.ts +2 -2
  62. package/dist/controls/alert.d.ts +2 -2
  63. package/dist/controls/charts/genericChart.d.ts +2 -2
  64. package/dist/controls/filters/dialogFilter.d.ts +2 -2
  65. package/dist/controls/filters/filters.d.ts +11 -11
  66. package/dist/controls/panels.d.ts +5 -5
  67. package/dist/controls/tables/GenericTable.d.ts +2 -2
  68. package/dist/controls/tables/dataGrid.d.ts +2 -2
  69. package/dist/hooks/useSearchUTLSetting.d.ts +3 -0
  70. package/dist/index.d.ts +3 -2
  71. package/dist/index.esm.js +112 -44
  72. package/dist/models/UTLSetting.d.ts +4 -0
  73. package/dist/reducers/UTLSettingsReducer.d.ts +10 -0
  74. package/dist/routes/MESFMainRouter.d.ts +2 -2
  75. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ version = 1
2
+
3
+ [[analyzers]]
4
+ name = "javascript"
package/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
1
  # CHANGELOG
2
+ ## 3.9.2
3
+ - Area selector fixed
2
4
  ## 3.9.1
3
5
  - When creating axiosInstance, add token
4
6
  ## 3.9.0
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import './css/index.css';
3
3
  interface Props {
4
4
  authentication: any;
@@ -7,5 +7,5 @@ interface Props {
7
7
  configurations: any;
8
8
  showAreaSelector?: boolean;
9
9
  }
10
- declare function MESFMain({ authentication, routes, navbar, configurations, showAreaSelector }: Props): JSX.Element;
10
+ declare function MESFMain({ authentication, routes, navbar, configurations, showAreaSelector }: Props): React.JSX.Element;
11
11
  export { MESFMain };
@@ -24,5 +24,5 @@ type AuthProviderProps = {
24
24
  children: any;
25
25
  authConfig: AuthConfig;
26
26
  };
27
- export declare const AuthProvider: ({ children, authConfig }: AuthProviderProps) => JSX.Element;
27
+ export declare const AuthProvider: ({ children, authConfig }: AuthProviderProps) => React.JSX.Element;
28
28
  export {};
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const Account: () => JSX.Element;
1
+ import React from "react";
2
+ export declare const Account: () => React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare function ChangePassword(props: any): JSX.Element;
1
+ import React from 'react';
2
+ export declare function ChangePassword(props: any): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const LoginAsGuest: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const LoginAsGuest: () => React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const LoginWithEmailAndPassword: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const LoginWithEmailAndPassword: () => React.JSX.Element;
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { AzureConfig } from "../../AuthProvider";
3
3
  export declare const LoginWithAzureAD: ({ config }: {
4
4
  config: AzureConfig;
5
- }) => JSX.Element;
5
+ }) => React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const LoginWithAzureADForm: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const LoginWithAzureADForm: () => React.JSX.Element;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { LoginParams } from "./models/login.models";
3
- export declare function Login({ authConfig }: LoginParams): JSX.Element;
3
+ export declare function Login({ authConfig }: LoginParams): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare function Logout(): JSX.Element;
1
+ import React from 'react';
2
+ export declare function Logout(): React.JSX.Element;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const Home: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Home: () => React.JSX.Element;
3
3
  export { Home };
@@ -14,9 +14,9 @@ interface MESFModalProps {
14
14
  children: ReactNode;
15
15
  title?: string;
16
16
  }
17
- declare function Modal({ children, title, handleClose, open, id, maxWidth }: MESFModalProps): JSX.Element;
17
+ declare function Modal({ children, title, handleClose, open, id, maxWidth }: MESFModalProps): React.JSX.Element;
18
18
  declare const _default: typeof Modal & {
19
- Content: React.ComponentType<Pick<import("@material-ui/core/DialogContent").DialogContentProps, "color" | "translate" | "hidden" | "style" | "id" | "children" | "ref" | "slot" | "title" | "dividers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef"> & import("@material-ui/core/styles").StyledComponentProps<"root">>;
20
- Actions: React.ComponentType<Pick<import("@material-ui/core/DialogActions").DialogActionsProps, "color" | "translate" | "hidden" | "style" | "id" | "children" | "ref" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef" | "disableSpacing"> & import("@material-ui/core/styles").StyledComponentProps<"root">>;
19
+ Content: React.ComponentType<Pick<import("@material-ui/core/DialogContent").DialogContentProps, "color" | "content" | "translate" | "hidden" | "style" | "id" | "children" | "ref" | "slot" | "title" | "dividers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef"> & import("@material-ui/core/styles").StyledComponentProps<"root">>;
20
+ Actions: React.ComponentType<Pick<import("@material-ui/core/DialogActions").DialogActionsProps, "color" | "content" | "translate" | "hidden" | "style" | "id" | "children" | "ref" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "innerRef" | "disableSpacing"> & import("@material-ui/core/styles").StyledComponentProps<"root">>;
21
21
  };
22
22
  export default _default;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  export default function Header({ showAreaSelector }: {
3
3
  showAreaSelector?: boolean;
4
- }): JSX.Element;
4
+ }): React.JSX.Element;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const MESFMainContainer: () => JSX.Element;
1
+ import React from "react";
2
+ declare const MESFMainContainer: () => React.JSX.Element;
3
3
  export { MESFMainContainer };
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from "react";
2
2
  declare const Navigation: ({ showAreaSelector }: {
3
3
  showAreaSelector?: boolean | undefined;
4
- }) => JSX.Element;
4
+ }) => React.JSX.Element;
5
5
  export default Navigation;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const AreaSelector: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const AreaSelector: () => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from "react";
2
2
  type Props = {};
3
- export declare const Jobs: (prop: Props) => JSX.Element;
3
+ export declare const Jobs: (prop: Props) => React.JSX.Element;
4
4
  export {};
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const TableJobs: () => JSX.Element;
1
+ import * as React from 'react';
2
+ export declare const TableJobs: () => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- import { ReactNode } from "react";
1
+ import { default as React, ReactNode } from "react";
2
2
  export declare const useJobsContext: () => {
3
3
  state: {
4
4
  jobsData: import("../models/Job").Job[];
@@ -14,4 +14,4 @@ export declare const useJobsContext: () => {
14
14
  };
15
15
  export declare const JobsProvider: ({ children }: {
16
16
  children: ReactNode;
17
- }) => JSX.Element;
17
+ }) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {};
3
- declare const JobsPage: (props: Props) => JSX.Element;
3
+ declare const JobsPage: (props: Props) => React.JSX.Element;
4
4
  export default JobsPage;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from "react";
2
2
  type Props = {};
3
- export declare const Logs: (prop: Props) => JSX.Element;
3
+ export declare const Logs: (prop: Props) => React.JSX.Element;
4
4
  export {};
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type Props = {
3
3
  LogTypeCode: number | string | null;
4
4
  setLogTypeCodeFilter: (logTypeCode: number | string | null) => void;
5
5
  };
6
- export declare const CodeFilter: ({ LogTypeCode, setLogTypeCodeFilter }: Props) => JSX.Element;
6
+ export declare const CodeFilter: ({ LogTypeCode, setLogTypeCodeFilter }: Props) => React.JSX.Element;
7
7
  export {};
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type Props = {
3
3
  date: Date;
4
4
  setDate: (date: Date) => void;
5
5
  label: string | undefined;
6
6
  };
7
- export declare const DateFilter: ({ date, setDate, label }: Props) => JSX.Element;
7
+ export declare const DateFilter: ({ date, setDate, label }: Props) => React.JSX.Element;
8
8
  export {};
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type Props = {
3
3
  search: string;
4
4
  setSearch: Function;
5
5
  };
6
- export declare const SearchFilter: ({ search, setSearch }: Props) => JSX.Element;
6
+ export declare const SearchFilter: ({ search, setSearch }: Props) => React.JSX.Element;
7
7
  export {};
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const TableLogs: () => JSX.Element;
1
+ import * as React from 'react';
2
+ export declare const TableLogs: () => React.JSX.Element;
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { Log } from '../../models/Log';
3
3
  type Props = {
4
4
  show: boolean;
5
5
  onHide: (show: boolean) => void;
6
6
  selectedLog: Log | undefined;
7
7
  };
8
- export declare const ModalLogSelected: ({ show, onHide, selectedLog }: Props) => JSX.Element;
8
+ export declare const ModalLogSelected: ({ show, onHide, selectedLog }: Props) => React.JSX.Element;
9
9
  export {};
@@ -1,4 +1,4 @@
1
- import { ReactNode } from "react";
1
+ import { default as React, ReactNode } from "react";
2
2
  export declare const useLogsContext: () => {
3
3
  state: {
4
4
  logs: import("../models/Log").Log[];
@@ -58,4 +58,4 @@ export declare const useLogsContext: () => {
58
58
  };
59
59
  export declare const LogsProvider: ({ children }: {
60
60
  children: ReactNode;
61
- }) => JSX.Element;
61
+ }) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {};
3
- declare const LogsPage: (props: Props) => JSX.Element;
3
+ declare const LogsPage: (props: Props) => React.JSX.Element;
4
4
  export default LogsPage;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from "react";
2
2
  type Props = {};
3
- export declare const Profiles: (prop: Props) => JSX.Element;
3
+ export declare const Profiles: (prop: Props) => React.JSX.Element;
4
4
  export {};
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: () => void;
5
5
  getProfilesFromAPI: Function;
6
6
  };
7
- export declare const CreateProfile: ({ show, onHide, getProfilesFromAPI }: Props) => JSX.Element;
7
+ export declare const CreateProfile: ({ show, onHide, getProfilesFromAPI }: Props) => React.JSX.Element;
8
8
  export {};
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { Profile } from '../../models/Profile';
3
3
  type Props = {
4
4
  profileForDelete: Profile | null;
5
5
  show: boolean;
6
6
  onHide: (shouldUpdate: boolean) => void;
7
7
  };
8
- export declare const DeleteProfile: ({ profileForDelete, show, onHide }: Props) => JSX.Element;
8
+ export declare const DeleteProfile: ({ profileForDelete, show, onHide }: Props) => React.JSX.Element;
9
9
  export {};
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  import { Profile } from '../../models/Profile';
3
3
  type Props = {
4
4
  profileForEdit: Profile | null;
5
5
  show: boolean;
6
6
  onHide: (shouldUpdate: boolean) => void;
7
7
  };
8
- export declare const EditProfile: ({ profileForEdit, show, onHide }: Props) => JSX.Element;
8
+ export declare const EditProfile: ({ profileForEdit, show, onHide }: Props) => React.JSX.Element;
9
9
  export {};
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  getProfilesFromAPI: Function;
4
4
  isLoading: boolean;
5
5
  };
6
- export declare const TableProfiles: ({ getProfilesFromAPI, isLoading }: Props) => JSX.Element;
6
+ export declare const TableProfiles: ({ getProfilesFromAPI, isLoading }: Props) => React.JSX.Element;
7
7
  export {};
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type Props = {
3
3
  value: number[];
4
4
  onChange: Function;
@@ -7,5 +7,5 @@ type Props = {
7
7
  setIsLoading: (isLoading: boolean) => void;
8
8
  profilesToProfiles: number[];
9
9
  };
10
- export declare const PermissionsPicker: ({ isLoading, setIsLoading, profileForDelete, value, onChange, profilesToProfiles }: Props) => JSX.Element;
10
+ export declare const PermissionsPicker: ({ isLoading, setIsLoading, profileForDelete, value, onChange, profilesToProfiles }: Props) => React.JSX.Element;
11
11
  export {};
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type Props = {
3
3
  value: number[];
4
4
  onChange: Function;
@@ -7,5 +7,5 @@ type Props = {
7
7
  setIsLoading: (isLoading: boolean) => void;
8
8
  profileIdForEdit: number | null | undefined;
9
9
  };
10
- export declare const ProfilesPicker: ({ isLoading, setIsLoading, profileForDelete, profileIdForEdit, value, onChange }: Props) => JSX.Element;
10
+ export declare const ProfilesPicker: ({ isLoading, setIsLoading, profileForDelete, profileIdForEdit, value, onChange }: Props) => React.JSX.Element;
11
11
  export {};
@@ -1,4 +1,4 @@
1
- import { ReactNode } from "react";
1
+ import { default as React, ReactNode } from "react";
2
2
  export declare const useProfilesContext: () => {
3
3
  state: {
4
4
  profiles: import("../models/Profile").Profile[];
@@ -23,4 +23,4 @@ export declare const useProfilesContext: () => {
23
23
  };
24
24
  export declare const ProfilesProvider: ({ children }: {
25
25
  children: ReactNode;
26
- }) => JSX.Element;
26
+ }) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {};
3
- declare const UsersPage: (props: Props) => JSX.Element;
3
+ declare const UsersPage: (props: Props) => React.JSX.Element;
4
4
  export default UsersPage;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from "react";
2
2
  type Props = {};
3
- export declare const ShiftsCrews: (prop: Props) => JSX.Element;
3
+ export declare const ShiftsCrews: (prop: Props) => React.JSX.Element;
4
4
  export {};
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: () => void;
5
5
  getShiftsCrewsFromAPI: Function;
6
6
  };
7
- export declare const CreateShift: ({ show, onHide, getShiftsCrewsFromAPI }: Props) => JSX.Element;
7
+ export declare const CreateShift: ({ show, onHide, getShiftsCrewsFromAPI }: Props) => React.JSX.Element;
8
8
  export {};
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
5
5
  };
6
- export declare const DeleteShift: ({ show, onHide }: Props) => JSX.Element;
6
+ export declare const DeleteShift: ({ show, onHide }: Props) => React.JSX.Element;
7
7
  export {};
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
5
5
  };
6
- export declare const EditShift: ({ show, onHide }: Props) => JSX.Element;
6
+ export declare const EditShift: ({ show, onHide }: Props) => React.JSX.Element;
7
7
  export {};
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  getShiftsCrewsFromAPI: Function;
4
4
  isLoading: boolean;
5
5
  };
6
- export declare const TableShiftsCrews: ({ isLoading, getShiftsCrewsFromAPI }: Props) => JSX.Element;
6
+ export declare const TableShiftsCrews: ({ isLoading, getShiftsCrewsFromAPI }: Props) => React.JSX.Element;
7
7
  export {};
@@ -1,4 +1,4 @@
1
- import { ReactNode } from "react";
1
+ import { default as React, ReactNode } from "react";
2
2
  export declare const useShiftsCrewsContext: () => {
3
3
  state: {
4
4
  shifts: import("../models/ShiftParameters").ShiftParameters[];
@@ -34,4 +34,4 @@ export declare const useShiftsCrewsContext: () => {
34
34
  };
35
35
  export declare const ShiftsCrewsProvider: ({ children }: {
36
36
  children: ReactNode;
37
- }) => JSX.Element;
37
+ }) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {};
3
- declare const ShiftsCrewsPage: (props: Props) => JSX.Element;
3
+ declare const ShiftsCrewsPage: (props: Props) => React.JSX.Element;
4
4
  export default ShiftsCrewsPage;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from "react";
2
2
  type Props = {};
3
- export declare const Users: (prop: Props) => JSX.Element;
3
+ export declare const Users: (prop: Props) => React.JSX.Element;
4
4
  export {};
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  show: boolean;
4
4
  userId: number | null;
5
5
  onHide: (shouldUpdate: boolean) => void;
6
6
  };
7
- export declare const ChangePassword: ({ show, userId, onHide }: Props) => JSX.Element;
7
+ export declare const ChangePassword: ({ show, userId, onHide }: Props) => React.JSX.Element;
8
8
  export {};
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: () => void;
5
5
  getUsersFromAPI: Function;
6
6
  };
7
- export declare const CreateUser: ({ show, onHide, getUsersFromAPI }: Props) => JSX.Element;
7
+ export declare const CreateUser: ({ show, onHide, getUsersFromAPI }: Props) => React.JSX.Element;
8
8
  export {};
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type Props = {
3
3
  userIdForDelete: number | null;
4
4
  show: boolean;
5
5
  onHide: (shouldUpdate: boolean) => void;
6
6
  };
7
- export declare const DeleteUser: ({ userIdForDelete, show, onHide }: Props) => JSX.Element;
7
+ export declare const DeleteUser: ({ userIdForDelete, show, onHide }: Props) => React.JSX.Element;
8
8
  export {};
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  userIdForEdit: number | null;
4
4
  show: boolean;
5
5
  onHide: (shouldUpdate: boolean) => void;
6
6
  };
7
- export declare const EditUser: ({ userIdForEdit, show, onHide }: Props) => JSX.Element;
7
+ export declare const EditUser: ({ userIdForEdit, show, onHide }: Props) => React.JSX.Element;
8
8
  export {};
@@ -1,7 +1,7 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {
3
3
  getUsersFromAPI: Function;
4
4
  isLoading: boolean;
5
5
  };
6
- export declare const TableUsers: ({ getUsersFromAPI, isLoading }: Props) => JSX.Element;
6
+ export declare const TableUsers: ({ getUsersFromAPI, isLoading }: Props) => React.JSX.Element;
7
7
  export {};
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  type Props = {
3
3
  value: number[];
4
4
  onChange: Function;
5
5
  userIdForDelete: number | null;
6
6
  };
7
- export declare const ProfilesPicker: ({ value, onChange, userIdForDelete }: Props) => JSX.Element;
7
+ export declare const ProfilesPicker: ({ value, onChange, userIdForDelete }: Props) => React.JSX.Element;
8
8
  export {};
@@ -1,4 +1,4 @@
1
- import { ReactNode } from "react";
1
+ import { default as React, ReactNode } from "react";
2
2
  export declare const useUsersContext: () => {
3
3
  state: {
4
4
  users: import("../models/User").User[];
@@ -14,4 +14,4 @@ export declare const useUsersContext: () => {
14
14
  };
15
15
  export declare const UsersProvider: ({ children }: {
16
16
  children: ReactNode;
17
- }) => JSX.Element;
17
+ }) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import * as React from 'react';
2
2
  type Props = {};
3
- declare const UsersPage: (props: Props) => JSX.Element;
3
+ declare const UsersPage: (props: Props) => React.JSX.Element;
4
4
  export default UsersPage;