@dexteel/mesf-core 4.4.2 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/MESFMain.d.ts +3 -3
  3. package/dist/account/AuthProvider.d.ts +1 -1
  4. package/dist/account/changePassword.d.ts +1 -1
  5. package/dist/account/index.d.ts +6 -6
  6. package/dist/account/login-strategies/LoginAsGuest.d.ts +1 -1
  7. package/dist/account/login-strategies/LoginWithEmailAndPassword.d.ts +1 -1
  8. package/dist/account/login-strategies/LoginWithWindowsAuthentication.d.ts +1 -1
  9. package/dist/account/login-strategies/azure-ad/LoginWithAzureAD.d.ts +1 -1
  10. package/dist/account/login-strategies/azure-ad/LoginWithAzureADForm.d.ts +1 -1
  11. package/dist/account/login.d.ts +1 -1
  12. package/dist/account/logout.d.ts +1 -1
  13. package/dist/components/modals/error-modal.d.ts +3 -3
  14. package/dist/components/modals/modal.mesf.d.ts +4 -4
  15. package/dist/components/navigation/Header.d.ts +1 -1
  16. package/dist/components/navigation/Navigation.d.ts +1 -1
  17. package/dist/components/navigation/areaSelector/area-selector.d.ts +1 -1
  18. package/dist/configuration/formatters.d.ts +1 -1
  19. package/dist/configuration/pages/asset/components/AssetConfiguration/AssetView.d.ts +1 -1
  20. package/dist/configuration/pages/asset/components/AssetConfiguration/ConfigurationAssetComponent.d.ts +1 -1
  21. package/dist/configuration/pages/asset/components/dialogs/edit-asset-dialog.d.ts +1 -1
  22. package/dist/configuration/pages/asset/components/dialogs/remove-asset-dialog.d.ts +1 -1
  23. package/dist/configuration/pages/asset/components/dialogs/viewer-asset-dialog.d.ts +1 -1
  24. package/dist/configuration/pages/asset/context/ConfigurationAssetContext.d.ts +1 -1
  25. package/dist/configuration/pages/asset/hooks/useSearchAssets.d.ts +1 -1
  26. package/dist/configuration/pages/asset/index.d.ts +1 -1
  27. package/dist/configuration/pages/job/components/JobsTable/TableJobs.d.ts +1 -1
  28. package/dist/configuration/pages/job/components/ResetJob.d.ts +1 -1
  29. package/dist/configuration/pages/job/index.d.ts +1 -1
  30. package/dist/configuration/pages/log/components/Filters/codeFilter.d.ts +1 -1
  31. package/dist/configuration/pages/log/components/Filters/dateFilter.d.ts +1 -1
  32. package/dist/configuration/pages/log/components/Filters/searchFilter.d.ts +1 -1
  33. package/dist/configuration/pages/log/components/LogsTable/TableLogs.d.ts +2 -2
  34. package/dist/configuration/pages/log/components/ModalLogSelected/ModalLogSelected.d.ts +2 -2
  35. package/dist/configuration/pages/log/components/hook/useGetLogsFromAPI.d.ts +1 -1
  36. package/dist/configuration/pages/log/index.d.ts +1 -1
  37. package/dist/configuration/pages/profiles/components/Create/CreateProfile.d.ts +1 -1
  38. package/dist/configuration/pages/profiles/components/Delete/DeleteProfile.d.ts +2 -2
  39. package/dist/configuration/pages/profiles/components/ProceduresOfProfile/ActionsOfProfile.d.ts +2 -2
  40. package/dist/configuration/pages/profiles/components/ProceduresOfProfile/ProceduresDataTable/index.d.ts +4 -4
  41. package/dist/configuration/pages/profiles/components/ProfilesTable/TableProfiles.d.ts +1 -1
  42. package/dist/configuration/pages/profiles/components/ProfilesTable/customHooks/useTableData.d.ts +3 -3
  43. package/dist/configuration/pages/profiles/components/common/Pickers/ProfilesPicker.d.ts +2 -2
  44. package/dist/configuration/pages/profiles/components/common/Profiles/hook/useGetProfilesEffect.d.ts +1 -1
  45. package/dist/configuration/pages/profiles/index.d.ts +1 -1
  46. package/dist/configuration/pages/shifCrew/components/Create/CreateShift.d.ts +1 -1
  47. package/dist/configuration/pages/shifCrew/components/Delete/DeleteShift.d.ts +1 -1
  48. package/dist/configuration/pages/shifCrew/components/Edit/EditShift.d.ts +1 -1
  49. package/dist/configuration/pages/shifCrew/components/TableShifts.d.ts +5 -5
  50. package/dist/configuration/pages/shifCrew/components/customHooks/useTableShift.d.ts +2 -2
  51. package/dist/configuration/pages/shifCrew/index.d.ts +1 -1
  52. package/dist/configuration/pages/users/components/ChangePassword/ChangePassword.d.ts +1 -1
  53. package/dist/configuration/pages/users/components/Create/CreateUser.d.ts +1 -1
  54. package/dist/configuration/pages/users/components/Delete/DeleteUser.d.ts +1 -1
  55. package/dist/configuration/pages/users/components/EditUser/EditUser.d.ts +1 -1
  56. package/dist/configuration/pages/users/components/UsersDataTable/TableUsers.d.ts +1 -1
  57. package/dist/configuration/pages/users/components/UsersDataTable/customHooks/useTableData.d.ts +2 -2
  58. package/dist/configuration/pages/users/components/common/AuthTypeSelector.d.ts +1 -1
  59. package/dist/configuration/pages/users/components/common/ProfilesPicker.d.ts +2 -2
  60. package/dist/configuration/pages/users/index.d.ts +1 -1
  61. package/dist/configurationMenu.d.ts +1 -4
  62. package/dist/controls/LazyLoading/LazyLoading.d.ts +1 -1
  63. package/dist/controls/alert.d.ts +2 -2
  64. package/dist/controls/charts/genericChart.d.ts +1 -1
  65. package/dist/controls/filters/dialogFilter.d.ts +1 -1
  66. package/dist/controls/filters/filters.d.ts +1 -1
  67. package/dist/controls/index.d.ts +6 -6
  68. package/dist/controls/tables/dataGrid.d.ts +1 -1
  69. package/dist/index.d.ts +1 -1
  70. package/dist/index.esm.js +2304 -1555
  71. package/dist/pages/trendings/components/chart/TableComponent.d.ts +3 -3
  72. package/dist/pages/trendings/components/chart/TagSelectionModal.d.ts +2 -2
  73. package/dist/pages/trendings/components/chart/Trending.d.ts +2 -4
  74. package/dist/pages/trendings/components/chart/context/TrendingContext.d.ts +33 -0
  75. package/dist/pages/trendings/components/chart/models/scopes.model.d.ts +1 -0
  76. package/dist/pages/trendings/components/chart/styles/TrendingStyles.d.ts +1 -0
  77. package/dist/pages/trendings/components/chart/utils/tagColors.d.ts +1 -0
  78. package/dist/pages/trendings/index.d.ts +1 -1
  79. package/dist/pages/trendings/reducers/trendings.reducer.d.ts +27 -1
  80. package/dist/routes/MESFMainRouter.d.ts +1 -1
  81. package/dist/services/index.d.ts +1 -1
  82. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
1
  # CHANGELOG
2
+ ## 4.5.0
3
+ - Use inputs in `/trendings`
2
4
  ## 4.4.0
3
5
  - Add `/trendings` page. Needs specific version of mesf-core
4
6
  ## 4.3.3
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import './css/index.css';
1
+ import React from "react";
2
+ import "./css/index.css";
3
3
  interface Props {
4
4
  authentication: any;
5
5
  routes: any;
@@ -8,5 +8,5 @@ interface Props {
8
8
  configurations: any;
9
9
  showAreaSelector?: boolean;
10
10
  }
11
- declare function MESFMain({ authentication, routes, navbar, navbarTitle, configurations, showAreaSelector }: Props): React.JSX.Element;
11
+ declare function MESFMain({ authentication, routes, navbar, navbarTitle, configurations, showAreaSelector, }: Props): React.JSX.Element;
12
12
  export { MESFMain };
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const AuthContext: React.Context<{
3
3
  getUserName: () => string;
4
4
  saveUserData: (userToken: any) => void;
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare function ChangePassword(props: any): React.JSX.Element;
@@ -1,6 +1,6 @@
1
- export * from './account';
2
- export * from './changePassword';
3
- export * from './login';
4
- export * from './logout';
5
- export * from './useToken';
6
- export * from './AuthProvider';
1
+ export * from "./account";
2
+ export * from "./changePassword";
3
+ export * from "./login";
4
+ export * from "./logout";
5
+ export * from "./useToken";
6
+ export * from "./AuthProvider";
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const LoginAsGuest: () => React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const LoginWithEmailAndPassword: () => React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const LoginWithWindowsAuthentication: () => React.JSX.Element | null;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  import { AzureConfig } from "../../AuthProvider";
3
3
  export declare const LoginWithAzureAD: ({ config }: {
4
4
  config: AzureConfig;
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const LoginWithAzureADForm: () => React.JSX.Element;
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  import { LoginParams } from "./models/login.models";
3
3
  export declare function Login({ authConfig }: LoginParams): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare function Logout(): React.JSX.Element;
@@ -1,9 +1,9 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  interface Props {
3
3
  error: string | null;
4
4
  onHide: () => void;
5
5
  title?: string;
6
- size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | false;
6
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | false;
7
7
  }
8
- export declare const ErrorModal: ({ error, onHide, title, size }: Props) => React.JSX.Element | null;
8
+ export declare const ErrorModal: ({ error, onHide, title, size, }: Props) => React.JSX.Element | null;
9
9
  export {};
@@ -1,5 +1,5 @@
1
- import React, { ReactNode } from 'react';
2
- import { Theme, WithStyles } from '@material-ui/core/styles';
1
+ import React, { ReactNode } from "react";
2
+ import { Theme, WithStyles } from "@material-ui/core/styles";
3
3
  declare const styles: (theme: Theme) => import("@material-ui/styles").StyleRules<{}, "root" | "closeButton">;
4
4
  export interface DialogTitleProps extends WithStyles<typeof styles> {
5
5
  id: string;
@@ -10,11 +10,11 @@ interface MESFModalProps {
10
10
  handleClose: (shouldUpdate?: boolean) => void;
11
11
  open: boolean;
12
12
  id?: string;
13
- maxWidth?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | false;
13
+ maxWidth?: "xs" | "sm" | "md" | "lg" | "xl" | false;
14
14
  children: ReactNode;
15
15
  title?: string;
16
16
  }
17
- declare function Modal({ children, title, handleClose, open, id, maxWidth }: MESFModalProps): React.JSX.Element;
17
+ declare function Modal({ children, title, handleClose, open, id, maxWidth, }: MESFModalProps): React.JSX.Element;
18
18
  export declare const MesfModal: typeof Modal & {
19
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
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">>;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- export default function Header({ showAreaSelector, navbarTitle }: {
2
+ export default function Header({ showAreaSelector, navbarTitle, }: {
3
3
  showAreaSelector?: boolean;
4
4
  navbarTitle?: string;
5
5
  }): React.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- declare const Navigation: ({ showAreaSelector, navbarTitle }: {
2
+ declare const Navigation: ({ showAreaSelector, navbarTitle, }: {
3
3
  showAreaSelector?: boolean | undefined;
4
4
  navbarTitle?: string | undefined;
5
5
  }) => React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const AreaSelector: () => React.JSX.Element;
@@ -4,4 +4,4 @@ declare const IntegerFormatter: Intl.NumberFormat;
4
4
  declare const DateTimeFormatter: Intl.DateTimeFormat;
5
5
  declare const DateFormatter: Intl.DateTimeFormat;
6
6
  declare const TimeFormatter: Intl.DateTimeFormat;
7
- export { CurrencyFormatter, NumberFormatter, IntegerFormatter, DateTimeFormatter, DateFormatter, TimeFormatter };
7
+ export { CurrencyFormatter, NumberFormatter, IntegerFormatter, DateTimeFormatter, DateFormatter, TimeFormatter, };
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const AssetViewComponent: () => React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  export declare const ConfigurationAssetComponent: () => React.JSX.Element;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (onHide: boolean) => void;
@@ -340,6 +340,6 @@ export declare const useConfigurationAssetContext: () => {
340
340
  }): void;
341
341
  }, "__">;
342
342
  };
343
- export declare const ConfigurationAssetProvider: ({ children }: {
343
+ export declare const ConfigurationAssetProvider: ({ children, }: {
344
344
  children: ReactNode;
345
345
  }) => React.JSX.Element;
@@ -2,7 +2,7 @@ type Props = {
2
2
  setSearchError: (err: string) => void;
3
3
  setAllAssetLoading: (loader: boolean) => void;
4
4
  };
5
- export declare const useSearchAssets: ({ setSearchError, setAllAssetLoading }: Props) => {
5
+ export declare const useSearchAssets: ({ setSearchError, setAllAssetLoading, }: Props) => {
6
6
  searchAssets: () => void;
7
7
  };
8
8
  export {};
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {};
3
3
  declare const AssetPage: (props: Props) => React.JSX.Element;
4
4
  export default AssetPage;
@@ -1,2 +1,2 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  export declare const TableJobs: () => React.JSX.Element;
@@ -7,5 +7,5 @@ type Props = {
7
7
  setSnackbarLoading: Function;
8
8
  setSnackbarSuccessfulMessage: Function;
9
9
  };
10
- export declare const ResetJob: ({ rowSelected, show, onHide, setSnackbarLoading, setSnackbarSuccessfulMessage }: Props) => React.JSX.Element;
10
+ export declare const ResetJob: ({ rowSelected, show, onHide, setSnackbarLoading, setSnackbarSuccessfulMessage, }: Props) => React.JSX.Element;
11
11
  export {};
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {};
3
3
  declare const JobsPage: (props: Props) => React.JSX.Element;
4
4
  export default JobsPage;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  type Props = {
3
3
  LogTypeCode: number | string | null;
4
4
  setLogTypeCodeFilter: (logTypeCode: number | string | null) => void;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  type Props = {
3
3
  date: Date;
4
4
  setDate: (date: Date) => void;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  type Props = {
3
3
  search: string;
4
4
  setSearch: Function;
@@ -1,3 +1,3 @@
1
- import * as React from 'react';
2
- import 'ag-grid-enterprise';
1
+ import * as React from "react";
2
+ import "ag-grid-enterprise";
3
3
  export declare const TableLogs: () => React.JSX.Element;
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { Log } from '../../models/Log';
1
+ import React from "react";
2
+ import { Log } from "../../models/Log";
3
3
  type Props = {
4
4
  show: boolean;
5
5
  onHide: (show: boolean) => void;
@@ -6,5 +6,5 @@ type Props = {
6
6
  setLoading: Function;
7
7
  setError: (err: string) => void;
8
8
  };
9
- export declare const useGetLogsFromAPI: ({ Start, End, Search, LogTypeCode, setError, setLoading, }: Props) => () => void;
9
+ export declare const useGetLogsFromAPI: ({ Start, End, Search, LogTypeCode, setError, setLoading, }: Props) => (() => void);
10
10
  export {};
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {};
3
3
  declare const LogsPage: (props: Props) => React.JSX.Element;
4
4
  export default LogsPage;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { Profile } from '../../models/Profile';
1
+ import React from "react";
2
+ import { Profile } from "../../models/Profile";
3
3
  type Props = {
4
4
  profileForDelete: Profile | null;
5
5
  show: boolean;
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
2
- import { Profile } from '../../models/Profile';
1
+ import * as React from "react";
2
+ import { Profile } from "../../models/Profile";
3
3
  type Props = {
4
4
  profileForEdit: Profile | null;
5
5
  show: boolean;
@@ -1,7 +1,7 @@
1
- import React from 'react';
2
- import 'ag-grid-enterprise/styles/ag-grid.css';
3
- import 'ag-grid-enterprise/styles/ag-theme-balham.min.css';
4
- import { Action } from '../../../models/Action';
1
+ import React from "react";
2
+ import "ag-grid-enterprise/styles/ag-grid.css";
3
+ import "ag-grid-enterprise/styles/ag-theme-balham.min.css";
4
+ import { Action } from "../../../models/Action";
5
5
  interface Props {
6
6
  actionsOfProfile: Action[];
7
7
  onSelectionChanged: Function;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  getProfilesFromAPI: Function;
4
4
  isLoading: boolean;
@@ -1,12 +1,12 @@
1
- import { Profile } from '../../../models/Profile';
2
- import { ColDef } from 'ag-grid-community';
1
+ import { Profile } from "../../../models/Profile";
2
+ import { ColDef } from "ag-grid-community";
3
3
  type Props = {
4
4
  setProfileForEdit: (profile: Profile) => void;
5
5
  setModalProceduresProfile: (showModal: boolean) => void;
6
6
  setProfileForDelete: (profile: Profile) => void;
7
7
  setModalDeleteProfile: (showModal: boolean) => void;
8
8
  };
9
- export declare const useTableData: ({ setProfileForEdit, setModalProceduresProfile, setProfileForDelete, setModalDeleteProfile }: Props) => {
9
+ export declare const useTableData: ({ setProfileForEdit, setModalProceduresProfile, setProfileForDelete, setModalDeleteProfile, }: Props) => {
10
10
  rows: {
11
11
  id: number | null;
12
12
  ProfileId: number | null;
@@ -1,4 +1,4 @@
1
- import React from '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) => React.JSX.Element;
10
+ export declare const ProfilesPicker: ({ isLoading, setIsLoading, profileForDelete, profileIdForEdit, value, onChange, }: Props) => React.JSX.Element;
11
11
  export {};
@@ -4,5 +4,5 @@ type Props = {
4
4
  setProfiles: (permissions: Profile[]) => void;
5
5
  setError: (err: string) => void;
6
6
  };
7
- export declare const useGetProfilesEffect: ({ setIsLoading, setProfiles, setError }: Props) => void;
7
+ export declare const useGetProfilesEffect: ({ setIsLoading, setProfiles, setError, }: Props) => void;
8
8
  export {};
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {};
3
3
  declare const UsersPage: (props: Props) => React.JSX.Element;
4
4
  export default UsersPage;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
@@ -1,10 +1,10 @@
1
- import * as React from 'react';
2
- import 'ag-grid-community/styles/ag-grid.css';
3
- import 'ag-grid-community/styles/ag-theme-alpine.css';
4
- import 'ag-grid-enterprise';
1
+ import * as React from "react";
2
+ import "ag-grid-community/styles/ag-grid.css";
3
+ import "ag-grid-community/styles/ag-theme-alpine.css";
4
+ import "ag-grid-enterprise";
5
5
  type Props = {
6
6
  getShiftsCrewsFromAPI: Function;
7
7
  isLoading: boolean;
8
8
  };
9
- export declare const TableShiftsCrews: ({ isLoading, getShiftsCrewsFromAPI }: Props) => React.JSX.Element;
9
+ export declare const TableShiftsCrews: ({ isLoading, getShiftsCrewsFromAPI, }: Props) => React.JSX.Element;
10
10
  export {};
@@ -1,9 +1,9 @@
1
- import { ColDef } from 'ag-grid-community';
1
+ import { ColDef } from "ag-grid-community";
2
2
  type Props = {
3
3
  setOpenModalEditShift: Function;
4
4
  setOpenModalDeleteShift: Function;
5
5
  };
6
- export declare const useTableData: ({ setOpenModalEditShift, setOpenModalDeleteShift }: Props) => {
6
+ export declare const useTableData: ({ setOpenModalEditShift, setOpenModalDeleteShift, }: Props) => {
7
7
  rows: {
8
8
  id: string;
9
9
  PatternStart: Date;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {};
3
3
  declare const ShiftsCrewsPage: (props: Props) => React.JSX.Element;
4
4
  export default ShiftsCrewsPage;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  userId: number | null;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  show: boolean;
4
4
  onHide: (shouldUpdate: boolean) => void;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  type Props = {
3
3
  userIdForDelete: number | null;
4
4
  show: boolean;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  userIdForEdit: number | null;
4
4
  show: boolean;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  getUsersFromAPI: Function;
4
4
  isLoading: boolean;
@@ -1,4 +1,4 @@
1
- import { ColDef } from 'ag-grid-community';
1
+ import { ColDef } from "ag-grid-community";
2
2
  type Props = {
3
3
  setOpenModalEditDataUser: Function;
4
4
  setOpenModalDeleteUser: Function;
@@ -7,7 +7,7 @@ type Props = {
7
7
  setOpenModalChangePasswordd: Function;
8
8
  setUserForPasswordChange: Function;
9
9
  };
10
- export declare const useTableData: ({ setUserIdForEdit, setOpenModalEditDataUser, setUserIdForDelete, setOpenModalDeleteUser, setOpenModalChangePasswordd, setUserForPasswordChange }: Props) => {
10
+ export declare const useTableData: ({ setUserIdForEdit, setOpenModalEditDataUser, setUserIdForDelete, setOpenModalDeleteUser, setOpenModalChangePasswordd, setUserForPasswordChange, }: Props) => {
11
11
  rows: {
12
12
  UserId: number | null;
13
13
  UserName: string;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {
3
3
  value: number | null;
4
4
  onChange: (val: number) => void;
@@ -1,9 +1,9 @@
1
- import React from '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
  setprofileError: (err: string) => void;
7
7
  };
8
- export declare const ProfilesPicker: ({ value, onChange, userIdForDelete, setprofileError }: Props) => React.JSX.Element;
8
+ export declare const ProfilesPicker: ({ value, onChange, userIdForDelete, setprofileError, }: Props) => React.JSX.Element;
9
9
  export {};
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React from "react";
2
2
  type Props = {};
3
3
  declare const UsersPage: (props: Props) => React.JSX.Element;
4
4
  export default UsersPage;
@@ -9,9 +9,6 @@ export interface SidebarType extends React.FunctionComponent<{
9
9
  option?: string;
10
10
  }> {
11
11
  }
12
- export type ConfigurationsType = [
13
- SectionComponent[],
14
- SidebarType
15
- ];
12
+ export type ConfigurationsType = [SectionComponent[], SidebarType];
16
13
  export default function Configuration(): React.JSX.Element;
17
14
  export {};
@@ -1,3 +1,3 @@
1
- import React from 'react';
1
+ import React from "react";
2
2
  import "./LazyLoading.css";
3
3
  export declare const LazyLoading: () => React.JSX.Element;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import { AlertProps } from '@material-ui/lab/Alert';
1
+ import React from "react";
2
+ import { AlertProps } from "@material-ui/lab/Alert";
3
3
  export declare const Alert: (props: AlertProps) => React.JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import PropTypes from 'prop-types';
2
+ import PropTypes from "prop-types";
3
3
  declare const BarChartControl: {
4
4
  (props: any): React.JSX.Element;
5
5
  propTypes: {
@@ -1,4 +1,4 @@
1
- import PropTypes from 'prop-types';
1
+ import PropTypes from "prop-types";
2
2
  import React from "react";
3
3
  declare const ModalTreeFilterControl: {
4
4
  (props: any): React.JSX.Element;
@@ -38,7 +38,7 @@ interface SimpleSelectorControlProps {
38
38
  styleList?: any;
39
39
  hasChoose?: boolean;
40
40
  }
41
- export declare function SimpleSelectorControl({ title, dataSource, selectedValue, onChange, showColor, styleLabel, styleList, hasChoose }: SimpleSelectorControlProps): React.JSX.Element;
41
+ export declare function SimpleSelectorControl({ title, dataSource, selectedValue, onChange, showColor, styleLabel, styleList, hasChoose, }: SimpleSelectorControlProps): React.JSX.Element;
42
42
  export declare const MultipleSelectorControl: (props: any) => React.JSX.Element;
43
43
  export declare const CheckBoxControl: (props: any) => React.JSX.Element;
44
44
  export declare const UploadFileControl: (props: any) => React.JSX.Element;