@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.
- package/CHANGELOG.md +2 -0
- package/dist/MESFMain.d.ts +3 -3
- package/dist/account/AuthProvider.d.ts +1 -1
- package/dist/account/changePassword.d.ts +1 -1
- package/dist/account/index.d.ts +6 -6
- package/dist/account/login-strategies/LoginAsGuest.d.ts +1 -1
- package/dist/account/login-strategies/LoginWithEmailAndPassword.d.ts +1 -1
- package/dist/account/login-strategies/LoginWithWindowsAuthentication.d.ts +1 -1
- package/dist/account/login-strategies/azure-ad/LoginWithAzureAD.d.ts +1 -1
- package/dist/account/login-strategies/azure-ad/LoginWithAzureADForm.d.ts +1 -1
- package/dist/account/login.d.ts +1 -1
- package/dist/account/logout.d.ts +1 -1
- package/dist/components/modals/error-modal.d.ts +3 -3
- package/dist/components/modals/modal.mesf.d.ts +4 -4
- package/dist/components/navigation/Header.d.ts +1 -1
- package/dist/components/navigation/Navigation.d.ts +1 -1
- package/dist/components/navigation/areaSelector/area-selector.d.ts +1 -1
- package/dist/configuration/formatters.d.ts +1 -1
- package/dist/configuration/pages/asset/components/AssetConfiguration/AssetView.d.ts +1 -1
- package/dist/configuration/pages/asset/components/AssetConfiguration/ConfigurationAssetComponent.d.ts +1 -1
- package/dist/configuration/pages/asset/components/dialogs/edit-asset-dialog.d.ts +1 -1
- package/dist/configuration/pages/asset/components/dialogs/remove-asset-dialog.d.ts +1 -1
- package/dist/configuration/pages/asset/components/dialogs/viewer-asset-dialog.d.ts +1 -1
- package/dist/configuration/pages/asset/context/ConfigurationAssetContext.d.ts +1 -1
- package/dist/configuration/pages/asset/hooks/useSearchAssets.d.ts +1 -1
- package/dist/configuration/pages/asset/index.d.ts +1 -1
- package/dist/configuration/pages/job/components/JobsTable/TableJobs.d.ts +1 -1
- package/dist/configuration/pages/job/components/ResetJob.d.ts +1 -1
- package/dist/configuration/pages/job/index.d.ts +1 -1
- package/dist/configuration/pages/log/components/Filters/codeFilter.d.ts +1 -1
- package/dist/configuration/pages/log/components/Filters/dateFilter.d.ts +1 -1
- package/dist/configuration/pages/log/components/Filters/searchFilter.d.ts +1 -1
- package/dist/configuration/pages/log/components/LogsTable/TableLogs.d.ts +2 -2
- package/dist/configuration/pages/log/components/ModalLogSelected/ModalLogSelected.d.ts +2 -2
- package/dist/configuration/pages/log/components/hook/useGetLogsFromAPI.d.ts +1 -1
- package/dist/configuration/pages/log/index.d.ts +1 -1
- package/dist/configuration/pages/profiles/components/Create/CreateProfile.d.ts +1 -1
- package/dist/configuration/pages/profiles/components/Delete/DeleteProfile.d.ts +2 -2
- package/dist/configuration/pages/profiles/components/ProceduresOfProfile/ActionsOfProfile.d.ts +2 -2
- package/dist/configuration/pages/profiles/components/ProceduresOfProfile/ProceduresDataTable/index.d.ts +4 -4
- package/dist/configuration/pages/profiles/components/ProfilesTable/TableProfiles.d.ts +1 -1
- package/dist/configuration/pages/profiles/components/ProfilesTable/customHooks/useTableData.d.ts +3 -3
- package/dist/configuration/pages/profiles/components/common/Pickers/ProfilesPicker.d.ts +2 -2
- package/dist/configuration/pages/profiles/components/common/Profiles/hook/useGetProfilesEffect.d.ts +1 -1
- package/dist/configuration/pages/profiles/index.d.ts +1 -1
- package/dist/configuration/pages/shifCrew/components/Create/CreateShift.d.ts +1 -1
- package/dist/configuration/pages/shifCrew/components/Delete/DeleteShift.d.ts +1 -1
- package/dist/configuration/pages/shifCrew/components/Edit/EditShift.d.ts +1 -1
- package/dist/configuration/pages/shifCrew/components/TableShifts.d.ts +5 -5
- package/dist/configuration/pages/shifCrew/components/customHooks/useTableShift.d.ts +2 -2
- package/dist/configuration/pages/shifCrew/index.d.ts +1 -1
- package/dist/configuration/pages/users/components/ChangePassword/ChangePassword.d.ts +1 -1
- package/dist/configuration/pages/users/components/Create/CreateUser.d.ts +1 -1
- package/dist/configuration/pages/users/components/Delete/DeleteUser.d.ts +1 -1
- package/dist/configuration/pages/users/components/EditUser/EditUser.d.ts +1 -1
- package/dist/configuration/pages/users/components/UsersDataTable/TableUsers.d.ts +1 -1
- package/dist/configuration/pages/users/components/UsersDataTable/customHooks/useTableData.d.ts +2 -2
- package/dist/configuration/pages/users/components/common/AuthTypeSelector.d.ts +1 -1
- package/dist/configuration/pages/users/components/common/ProfilesPicker.d.ts +2 -2
- package/dist/configuration/pages/users/index.d.ts +1 -1
- package/dist/configurationMenu.d.ts +1 -4
- package/dist/controls/LazyLoading/LazyLoading.d.ts +1 -1
- package/dist/controls/alert.d.ts +2 -2
- package/dist/controls/charts/genericChart.d.ts +1 -1
- package/dist/controls/filters/dialogFilter.d.ts +1 -1
- package/dist/controls/filters/filters.d.ts +1 -1
- package/dist/controls/index.d.ts +6 -6
- package/dist/controls/tables/dataGrid.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +2304 -1555
- package/dist/pages/trendings/components/chart/TableComponent.d.ts +3 -3
- package/dist/pages/trendings/components/chart/TagSelectionModal.d.ts +2 -2
- package/dist/pages/trendings/components/chart/Trending.d.ts +2 -4
- package/dist/pages/trendings/components/chart/context/TrendingContext.d.ts +33 -0
- package/dist/pages/trendings/components/chart/models/scopes.model.d.ts +1 -0
- package/dist/pages/trendings/components/chart/styles/TrendingStyles.d.ts +1 -0
- package/dist/pages/trendings/components/chart/utils/tagColors.d.ts +1 -0
- package/dist/pages/trendings/index.d.ts +1 -1
- package/dist/pages/trendings/reducers/trendings.reducer.d.ts +27 -1
- package/dist/routes/MESFMainRouter.d.ts +1 -1
- package/dist/services/index.d.ts +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
package/dist/MESFMain.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import
|
|
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,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare function ChangePassword(props: any): React.JSX.Element;
|
package/dist/account/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
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
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare const LoginAsGuest: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare const LoginWithEmailAndPassword: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare const LoginWithWindowsAuthentication: () => React.JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare const LoginWithAzureADForm: () => React.JSX.Element;
|
package/dist/account/login.d.ts
CHANGED
package/dist/account/logout.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare function Logout(): React.JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
interface Props {
|
|
3
3
|
error: string | null;
|
|
4
4
|
onHide: () => void;
|
|
5
5
|
title?: string;
|
|
6
|
-
size?:
|
|
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
|
|
2
|
-
import { Theme, WithStyles } from
|
|
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?:
|
|
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,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
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
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare const AssetViewComponent: () => React.JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import React from
|
|
1
|
+
import React from "react";
|
|
2
2
|
export declare const ConfigurationAssetComponent: () => React.JSX.Element;
|
|
@@ -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,2 +1,2 @@
|
|
|
1
|
-
import * as React from
|
|
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,3 +1,3 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import "ag-grid-enterprise";
|
|
3
3
|
export declare const TableLogs: () => React.JSX.Element;
|
|
@@ -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,7 +1,7 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { Action } from
|
|
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;
|
package/dist/configuration/pages/profiles/components/ProfilesTable/customHooks/useTableData.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Profile } from
|
|
2
|
-
import { ColDef } from
|
|
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
|
|
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 {};
|
package/dist/configuration/pages/profiles/components/common/Profiles/hook/useGetProfilesEffect.d.ts
CHANGED
|
@@ -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,10 +1,10 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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
|
|
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;
|
package/dist/configuration/pages/users/components/UsersDataTable/customHooks/useTableData.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColDef } from
|
|
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,9 +1,9 @@
|
|
|
1
|
-
import React from
|
|
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 {};
|
|
@@ -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 {};
|
package/dist/controls/alert.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { AlertProps } from
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { AlertProps } from "@material-ui/lab/Alert";
|
|
3
3
|
export declare const Alert: (props: AlertProps) => 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;
|