@corva/ui 0.34.0-rc.3 → 0.34.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/CLI/assets/DevCenterLogo.js +1 -53
- package/CLI/components/App/App.css.js +1 -8
- package/CLI/components/App/App.js +1 -241
- package/CLI/components/App/components/AppBar/AppBar.js +1 -164
- package/CLI/constants/index.js +1 -5
- package/CLI/context/auth.js +1 -9
- package/CLI/hocs/constants.js +1 -5
- package/CLI/hocs/effects/useProvideAuth.js +1 -179
- package/CLI/hocs/utils.js +1 -27
- package/CLI/hocs/withAppDataProviderHOC.js +1 -231
- package/CLI/hocs/withCLIAppSettingsHOC.js +1 -52
- package/CLI/hocs/withCorvaMagicHOC.js +1 -48
- package/CLI/hocs/withDevCenterRouterHOC.js +1 -27
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.css.js +1 -8
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.global.css.js +1 -5
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.js +1 -304
- package/CLI/hocs/withPDFLayoutHOC.js +1 -60
- package/CLI/hocs/withReactRouterHOC.js +1 -292
- package/CLI/index.js +1 -2
- package/CLI/screens/LoginScreen/LoginScreen.css.js +1 -8
- package/CLI/screens/LoginScreen/LoginScreen.js +1 -83
- package/CLI/screens/LoginScreen/components/Auth.js +1 -55
- package/CLI/screens/LoginScreen/components/AuthStep.js +1 -175
- package/CLI/screens/LoginScreen/components/EmailStep.js +1 -137
- package/CLI/screens/LoginScreen/components/IconLogo.js +1 -66
- package/CLI/screens/LoginScreen/components/SSOButton.js +1 -126
- package/CLI/screens/OAuthCallbackScreen/index.js +1 -212
- package/_virtual/_commonjsHelpers.js +1 -1
- package/_virtual/arrayLikeToArray.js +1 -0
- package/_virtual/arrayWithHoles.js +1 -0
- package/_virtual/arrayWithoutHoles.js +1 -0
- package/_virtual/iterableToArray.js +1 -0
- package/_virtual/iterableToArrayLimit.js +1 -0
- package/_virtual/nonIterableRest.js +1 -0
- package/_virtual/nonIterableSpread.js +1 -0
- package/_virtual/runtime.js +1 -0
- package/_virtual/unsupportedIterableToArray.js +1 -0
- package/cjs/devcenter/webpack/DevServerEntryPoint.js +1 -26
- package/cjs/devcenter/webpack/DevServerIsolatedAppEntryPoint.js +1 -44
- package/cjs/devcenter/webpack/constants.js +1 -1
- package/cjs/devcenter/webpack/plugins/checkCorvaUIVersion.js +1 -1
- package/cjs/devcenter/webpack/utils/middlewares.js +1 -1
- package/cjs/devcenter/webpack/validators/dependencies.js +1 -1
- package/cjs/devcenter/webpack/webpack.config.dev.js +1 -1
- package/cjs/devcenter/webpack/webpack.config.prod.js +1 -1
- package/clients/api/apiCore.js +1 -522
- package/clients/api/httpMessages.js +1 -13
- package/clients/auth0/index.js +1 -37
- package/clients/clientStorage/core.js +1 -111
- package/clients/clientStorage/index.js +1 -71
- package/clients/constants.js +1 -9
- package/clients/index.js +1 -100
- package/clients/jsonApi/index.js +1 -1651
- package/clients/subscriptions.js +1 -132
- package/clients/utils.js +1 -31
- package/components/AddComment/Popover.js +1 -313
- package/components/AddComment/Popup.js +1 -106
- package/components/AddComment/components/Content.js +1 -236
- package/components/AnchorsList/AnchorsList.js +1 -225
- package/components/Annotations/AnnotationsContext.js +1 -141
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -335
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -438
- package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -270
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -42
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -307
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/index.js +1 -261
- package/components/Annotations/components/AnnotationsList/style.css.js +1 -8
- package/components/Annotations/components/LastAnnotation/index.js +1 -269
- package/components/Annotations/components/LastAnnotation/style.css.js +1 -8
- package/components/Annotations/constants.js +1 -34
- package/components/AppVersionsSelect/AppVersionsSelect.js +1 -371
- package/components/AppVersionsSelect/effects/index.js +1 -70
- package/components/AssetEditor/AssetEditorAutocomplete.js +1 -355
- package/components/AssetEditor/AssetEditors.css.js +1 -8
- package/components/AssetEditor/SingleAssetEditor.js +1 -119
- package/components/AssetEditor/constants.js +1 -6
- package/components/AssetEditor/effects/index.js +1 -238
- package/components/AssetEditor/index.js +1 -163
- package/components/AssetNameLabel/PrimaryAssetNameLabel.js +1 -41
- package/components/AssetNameLabel/SecondaryAssetNameLabel.js +1 -52
- package/components/AssetNameLabel/styles.css.js +1 -8
- package/components/Attachment/index.js +1 -343
- package/components/Attachment/styles.css.js +1 -8
- package/components/Avatar/index.js +1 -114
- package/components/BICOffsetPickerDialog/components/Map/Map.css.js +1 -8
- package/components/BICOffsetPickerDialog/components/Map/Map.js +1 -209
- package/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -8
- package/components/BICOffsetPickerDialog/components/Map/index.js +1 -42
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -102
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -178
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -60
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -227
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -45
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -86
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -347
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +1 -45
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -156
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -97
- package/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -244
- package/components/BICOffsetPickerDialog/constants.js +1 -28
- package/components/BICOffsetPickerDialog/effects/index.js +1 -132
- package/components/BICOffsetPickerDialog/index.js +1 -673
- package/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -114
- package/components/Breadcrumbs/index.js +1 -219
- package/components/Button/index.js +1 -80
- package/components/Casing/CasingComponentIcon.js +1 -68
- package/components/Casing/CasingTable/CasingComponent.js +1 -98
- package/components/Casing/CasingTable/index.js +1 -116
- package/components/ChartActionsList/ChartActionsList.css.js +1 -8
- package/components/ChartActionsList/ChartActionsList.js +1 -258
- package/components/ChartActionsList/icons/GoLive.js +1 -36
- package/components/ChartActionsList/icons/LeftArrow.js +1 -24
- package/components/ChartActionsList/icons/RightArrow.js +1 -24
- package/components/ChartActionsList/icons/TimeRange.js +1 -21
- package/components/ChartActionsList/icons/ZoomIn.js +1 -27
- package/components/ChartActionsList/icons/ZoomOut.js +1 -27
- package/components/Checkbox/index.js +1 -42
- package/components/Chip/index.js +1 -94
- package/components/CollapsableSidebar.js +1 -320
- package/components/CollapsibleContent.js +1 -103
- package/components/ColorPicker/ColorPicker.js +1 -212
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -83
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -8
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +1 -49
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +1 -11
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -177
- package/components/Comment/CommentIcon/BadgeIcon.js +1 -25
- package/components/Comment/CommentIcon/index.js +1 -82
- package/components/Comment/index.js +1 -472
- package/components/Comment/styles.css.js +1 -8
- package/components/CommentInput/index.js +1 -602
- package/components/CommentInput/styles.css.js +1 -8
- package/components/CommentLoader.js +1 -96
- package/components/CommentWrapper.js +1 -77
- package/components/CommentsInfo/index.js +1 -147
- package/components/CommentsInfo/styles.css.js +1 -8
- package/components/ConfirmationDialog.js +1 -146
- package/components/ContextMenuItem/index.js +1 -85
- package/components/Counter/index.js +1 -143
- package/components/CustomSelect/index.js +1 -97
- package/components/DatePicker/index.js +1 -70
- package/components/DateTimePicker/index.js +1 -70
- package/components/DevCenter/AppContext.js +1 -6
- package/components/DevCenter/AppHeader/AppHeader.css.js +1 -8
- package/components/DevCenter/AppHeader/AppHeader.js +1 -273
- package/components/DevCenter/AppHeader/PadMode.js +1 -59
- package/components/DevCenter/AppHeader/VersionBadge.css.js +1 -8
- package/components/DevCenter/AppHeader/VersionBadge.js +1 -35
- package/components/DevCenter/AppHeader/utils.js +1 -24
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -151
- package/components/DevCenter/AppSideBar/AppSideBar.js +1 -269
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -30
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -247
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -177
- package/components/DevCenter/AppsDataProvider/effects/utils.js +1 -426
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -422
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -36
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -13
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -221
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js +1 -44
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -386
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -244
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js +1 -187
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -316
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js +1 -29
- package/components/DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -30
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -23
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js +1 -10
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -86
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -31
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -33
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -42
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -21
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -52
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -60
- package/components/DevCenter/DevCenterAppContainer/effects/useHelpCenter.js +1 -60
- package/components/DevCenter/DevCenterAppContainer/utils.js +1 -8
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +1 -6
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -8
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -51
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +1 -9
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -51
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js +1 -25
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.scss.js +1 -8
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -214
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -356
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -8
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -281
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js +1 -4
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js +1 -23
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js +1 -24
- package/components/DevCenter/NavigationBar/NavigationBar.js +1 -52
- package/components/DevCenter/SideBar/SideBar.js +1 -79
- package/components/DocumentViewer/DocumentViewer.js +1 -149
- package/components/DocumentViewer/styles.js +1 -57
- package/components/Drillstring/BHAComponentDetail/constants.js +1 -496
- package/components/Drillstring/BHAComponentDetail/index.js +1 -235
- package/components/Drillstring/BHAComponentIcon.js +1 -83
- package/components/Drillstring/BHASchematic.js +1 -181
- package/components/Drillstring/BHATable/BHAComponent.js +1 -106
- package/components/Drillstring/BHATable/index.js +1 -120
- package/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -72
- package/components/Drillstring/BhaIndicator/styles.css.js +1 -8
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -91
- package/components/Drillstring/DrillstringDetail/styles.css.js +1 -8
- package/components/EditableItem/EditableItem/index.js +1 -267
- package/components/EditableItem/EditableItemWithBadge/index.js +1 -50
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -78
- package/components/EmbeddedApp/EmbeddedApp.js +1 -207
- package/components/EmbeddedApp/components/AppInfo.js +1 -99
- package/components/EmbeddedApp/styles.css.js +1 -8
- package/components/EmojiIconButton.js +1 -97
- package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -197
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -32
- package/components/EmptyView/EmptyView.js +1 -117
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -8
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -54
- package/components/ErrorBoundary/ErrorBoundary.js +1 -87
- package/components/FailedFileUploading.js +1 -46
- package/components/FeedItem/FeedItem.css.js +1 -8
- package/components/FeedItem/FeedItem.js +1 -298
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -69
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -106
- package/components/FeedItem/components/Actions.js +1 -104
- package/components/FeedItem/components/AvatarIcon.js +1 -63
- package/components/FeedItem/components/Comments.js +1 -35
- package/components/FeedItem/components/Content.js +1 -182
- package/components/FeedItem/components/CreatedAt.js +1 -24
- package/components/FeedItem/components/FeedComments.js +1 -100
- package/components/FeedItem/components/Icon.js +1 -91
- package/components/FeedItem/components/Reactions.js +1 -108
- package/components/FeedItem/components/RigAndWell.js +1 -59
- package/components/FeedItem/components/TypeAndAssetTitle.js +1 -40
- package/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -77
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +1 -27
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -172
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -8
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -138
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -39
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -75
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -108
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -45
- package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -8
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -82
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -44
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -144
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -29
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -29
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -44
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -26
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -82
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -29
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -29
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -144
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -117
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -27
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -27
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -27
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -132
- package/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -148
- package/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -63
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -99
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -19
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -55
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -58
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -89
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +1 -35
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -106
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -49
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -84
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -165
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -57
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -133
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -89
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -72
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -39
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -28
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -145
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -8
- package/components/FilePreview/index.js +1 -82
- package/components/FilePreview/styles.css.js +1 -8
- package/components/FileTypeIcon.js +1 -67
- package/components/FileUploadIconButton.js +1 -291
- package/components/FilesLoader/FilesLoader.js +1 -169
- package/components/FilesLoader/Icons/CSVFileIcon.js +1 -37
- package/components/FilesLoader/Icons/DocFileIcon.js +1 -27
- package/components/FilesLoader/Icons/ExelFileIcon.js +1 -27
- package/components/FilesLoader/Icons/FileIcon.js +1 -27
- package/components/FilesLoader/Icons/IconCancel.js +1 -24
- package/components/FilesLoader/Icons/IconSuccess.js +1 -20
- package/components/FilesLoader/Icons/IconWarning.js +1 -20
- package/components/FilesLoader/Icons/ImageFileIcon.js +1 -40
- package/components/FilesLoader/Icons/PdfFileIcon.js +1 -27
- package/components/FilesLoader/Icons/UnknownFileIcon.js +1 -24
- package/components/FilesLoader/useStyles.js +1 -91
- package/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -16
- package/components/FolderMenuItem/components/FolderIcon.js +1 -50
- package/components/FolderMenuItem/components/OpenFolderIcon.js +1 -16
- package/components/FolderMenuItem/index.js +1 -168
- package/components/FolderMenuItemWithLinks/index.js +1 -114
- package/components/GoogleDocsViewer/index.js +1 -167
- package/components/GoogleDocsViewer/styles.css.js +1 -8
- package/components/HeaderLayout/HeaderLayout.css.js +1 -8
- package/components/HeaderLayout/HeaderLayout.js +1 -133
- package/components/HeaderLayout/constants.js +1 -6
- package/components/HeaderLayout/effects/index.js +1 -116
- package/components/HeaderLayout/utils.js +1 -49
- package/components/HelpCenter/ArticleIcon.js +1 -17
- package/components/HelpCenter/Attachments/Attachment.js +1 -278
- package/components/HelpCenter/Attachments/AttachmentList.js +1 -52
- package/components/HelpCenter/DialogLayout.js +1 -271
- package/components/HelpCenter/HelpCenterDialog/HelpCenterDialog.js +1 -132
- package/components/HelpCenter/HelpCenterDialog/components/EmptyView.js +1 -49
- package/components/HelpCenter/HelpCenterDialog/components/FilePreview.js +1 -38
- package/components/HelpCenter/HelpCenterDialog/components/HelpCenterLink.js +1 -209
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentCaption.js +1 -245
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentItem.js +1 -272
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentList.js +1 -268
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentTimestamp.js +1 -37
- package/components/HelpCenter/HelpCenterDialog/components/SearchInput.js +1 -91
- package/components/HelpCenter/HelpCenterDialog/effects/useHelpContents.js +1 -91
- package/components/HelpCenter/ItemContent/ArticleItemContent.js +1 -25
- package/components/HelpCenter/ItemContent/ItemContent.js +1 -37
- package/components/HelpCenter/ItemContent/VideoItemContent.js +1 -87
- package/components/HelpCenter/SingleItemHeader.js +1 -227
- package/components/HelpCenter/index.js +1 -7
- package/components/HelpCenter/shapes/index.js +1 -17
- package/components/IconButton/index.js +1 -125
- package/components/IconMenu/index.js +1 -146
- package/components/Icons/AttachIcon.js +1 -31
- package/components/Icons/EmojiIcon.js +1 -33
- package/components/Icons/RecommendationIcon.js +1 -32
- package/components/Icons/SendIcon.js +1 -30
- package/components/ImageViewer/index.js +1 -73
- package/components/ImageViewer/styles.css.js +1 -8
- package/components/InfiniteList/index.js +1 -259
- package/components/InfiniteList/styles.css.js +1 -8
- package/components/KeyboardDateTimePicker.js +1 -68
- package/components/LabelsCounter/LabelsCounter.js +1 -61
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -39
- package/components/LoadingIndicator/InlineLoadingIndicator.js +1 -33
- package/components/LoadingIndicator/Loader.js +1 -36
- package/components/LoadingIndicator/LoadingIndicator.css.js +1 -8
- package/components/LoadingIndicator/LoadingIndicator.js +1 -37
- package/components/Login/components/Chip.js +1 -60
- package/components/Login/components/EmailField.js +1 -82
- package/components/Login/components/HiddenEmailField.js +1 -32
- package/components/Login/components/Login.global.css.js +1 -5
- package/components/Login/components/Login.js +1 -93
- package/components/Login/components/LogoIcon.js +1 -21
- package/components/Login/components/OrDivider.js +1 -60
- package/components/Login/components/PasswordField.js +1 -91
- package/components/Login/components/Step.js +1 -20
- package/components/Login/components/StepContent.js +1 -32
- package/components/Login/components/StepFooter.js +1 -88
- package/components/Login/components/StepHeader.js +1 -37
- package/components/Login/index.js +1 -11
- package/components/MenuItem/index.js +1 -71
- package/components/Modal/Modal.css.js +1 -8
- package/components/Modal/index.js +1 -173
- package/components/Notifications/Notifications.js +1 -47
- package/components/Notifications/NotificationsContainer.js +1 -91
- package/components/Notifications/components/Toast.js +1 -158
- package/components/Notifications/components/styles.js +1 -141
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -480
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -54
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -149
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -78
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -226
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -54
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -67
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -27
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -237
- package/components/OffsetWellPickerV2/components/Filter/index.js +1 -159
- package/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Map/Map.js +1 -272
- package/components/OffsetWellPickerV2/components/Map/index.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Map/index.js +1 -70
- package/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -76
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -300
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -78
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -12
- package/components/OffsetWellPickerV2/components/Table/index.js +1 -520
- package/components/OffsetWellPickerV2/constants.js +1 -97
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -47
- package/components/OffsetWellPickerV2/effects/index.js +1 -380
- package/components/OffsetWellPickerV2/utils/apiCalls.js +1 -268
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -52
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -149
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -78
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -240
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -125
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -60
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -8
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -198
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -72
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -82
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js +1 -32
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -299
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -77
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -23
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/WellSearch.js +1 -69
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -421
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js +1 -103
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -106
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -47
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -324
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -461
- package/components/OffsetWellPickerV3/components/CustomSelectionView/utils/apiCalls.js +1 -231
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -437
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -237
- package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -389
- package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -324
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -284
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -172
- package/components/OffsetWellPickerV3/constants.js +1 -48
- package/components/OffsetWellPickerV3/effects/index.js +1 -167
- package/components/OffsetWellPickerV3/index.js +1 -342
- package/components/OffsetWellPickerV3/utils/apiCalls.js +1 -155
- package/components/PadModeSelect/PadModeSelect.js +1 -135
- package/components/PadModeSelect/utils.js +1 -10
- package/components/PadOffsetsPicker/OffsetAssetChip.js +1 -60
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -25
- package/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -417
- package/components/PadOffsetsPicker/StagesSelector.js +1 -356
- package/components/PadOffsetsPicker/index.js +1 -5
- package/components/ParameterCharts/AddEditTrack.css.js +1 -5
- package/components/ParameterCharts/AddEditTrack.js +1 -156
- package/components/ParameterCharts/ChartsContext.js +1 -9
- package/components/ParameterCharts/DataContext.js +1 -14
- package/components/ParameterCharts/ParameterCharts.css.js +1 -8
- package/components/ParameterCharts/ParameterCharts.js +1 -143
- package/components/ParameterCharts/SettingsContext.js +1 -13
- package/components/ParameterCharts/components/ChartContainer.css.js +1 -8
- package/components/ParameterCharts/components/ChartContainer.js +1 -48
- package/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -8
- package/components/ParameterCharts/components/Charts/EmptyChart.js +1 -20
- package/components/ParameterCharts/components/Charts/LineChart.css.js +1 -8
- package/components/ParameterCharts/components/Charts/LineChart.js +1 -111
- package/components/ParameterCharts/components/Charts/options.js +1 -81
- package/components/ParameterCharts/components/DataLoadingIndicator.js +1 -16
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -47
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -8
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -108
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -8
- package/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -92
- package/components/ParameterCharts/components/TraceHeader.css.js +1 -8
- package/components/ParameterCharts/components/TraceHeader.js +1 -270
- package/components/ParameterCharts/components/TraceSelect.js +1 -60
- package/components/ParameterCharts/components/TraceSettings.css.js +1 -8
- package/components/ParameterCharts/components/TraceSettings.js +1 -209
- package/components/ParameterCharts/components/Track.css.js +1 -8
- package/components/ParameterCharts/components/Track.js +1 -142
- package/components/ParameterCharts/components/TrackSettings.css.js +1 -8
- package/components/ParameterCharts/components/TrackSettings.js +1 -255
- package/components/ParameterCharts/constants.js +1 -16
- package/components/ParameterCharts/utils/dataParser.js +1 -44
- package/components/PinnableFilters/PinnableFilters.css.js +1 -8
- package/components/PinnableFilters/PinnableFilters.js +1 -247
- package/components/PinnableFilters/components/FiltersToggler.js +1 -41
- package/components/PinnableFilters/components/PinAppSwitch.js +1 -70
- package/components/PinnableFilters/constants.js +1 -6
- package/components/PinnableFilters/effects/index.js +1 -178
- package/components/PinnableFilters/utils.js +1 -19
- package/components/PostInput/PostInput.css.js +1 -8
- package/components/PostInput/PostInput.js +1 -135
- package/components/PostPreviewDialog/index.js +1 -364
- package/components/PostPreviewDialog/styles.css.js +1 -8
- package/components/PriceInput/FormattedNumber.js +1 -45
- package/components/PriceInput/PriceInput.js +1 -27
- package/components/RangeSlider/Input.css.js +1 -8
- package/components/RangeSlider/RangeSlider.css.js +1 -8
- package/components/RangeSlider/RangeSlider.js +1 -326
- package/components/RangeSlider/constants.js +1 -16
- package/components/RangeSlider/inputs/FromInput.js +1 -69
- package/components/RangeSlider/inputs/ToInput.js +1 -69
- package/components/RangeSlider/strategies/horizontal.js +1 -74
- package/components/RangeSlider/strategies/vertical.js +1 -75
- package/components/RangeSlider/utils.js +1 -49
- package/components/ResizableTable/ResizableTable.js +1 -97
- package/components/ResizableTable/ResizableTableCell.js +1 -24
- package/components/ResizableTable/ResizableTableHeaderCell.js +1 -137
- package/components/SearchInput/index.js +1 -96
- package/components/Select/index.js +1 -217
- package/components/SettingEditors/ColorEditor/index.js +1 -109
- package/components/SettingEditors/ColorEditor/style.css.js +1 -8
- package/components/SettingEditors/DropdownEditor/index.js +1 -105
- package/components/SettingEditors/RadioEditor/index.js +1 -52
- package/components/SlateFormattedText/Constants.js +1 -12
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -8
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -144
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -48
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -8
- package/components/SlateFormattedText/RenderElements.js +1 -228
- package/components/SlateFormattedText/SlateFormattedText.js +1 -126
- package/components/SlateFormattedText/style.css.js +1 -8
- package/components/SlateFormattedText/utils.js +1 -103
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -92
- package/components/StageDesignVActual/ComparisonBar/utils.js +1 -23
- package/components/StageDesignVActual/ComparisonHeader.js +1 -73
- package/components/StageDesignVActual/ComparisonRow.js +1 -113
- package/components/StageDesignVActual/ComparisonTable.css.js +1 -8
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -66
- package/components/StageDesignVActual/ElementsComparison/utils.js +1 -72
- package/components/Stepper/Step.css.js +1 -8
- package/components/Stepper/Step.js +1 -51
- package/components/Stepper/Stepper.js +1 -33
- package/components/Stepper/StepsWrapper.css.js +1 -8
- package/components/Stepper/StepsWrapper.js +1 -24
- package/components/StyledMenuItem/index.js +1 -23
- package/components/SwitchControl/index.js +1 -177
- package/components/SwitchControl/style.css.js +1 -8
- package/components/Table/TableSortLabel/TableSortLabel.js +1 -18
- package/components/Table/TableToolbar/TableToolbar.js +1 -66
- package/components/Tabs/Tab.js +1 -41
- package/components/Tabs/Tabs.js +1 -161
- package/components/Template/TemplatePopover/Styles.js +1 -157
- package/components/Template/TemplatePopover/index.js +1 -434
- package/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -5
- package/components/Template/TemplateSharingDialog/ChipSelector.js +1 -305
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -63
- package/components/Template/TemplateSharingDialog/index.js +1 -174
- package/components/TextField/effects/index.js +1 -66
- package/components/TextField/index.js +1 -141
- package/components/TextLink/index.js +1 -112
- package/components/Tooltip/MuiTooltipDcWrapper.js +1 -120
- package/components/Tooltip/Tooltip.js +1 -17
- package/components/TracesEditModal/TracesEditModal.css.js +1 -8
- package/components/TracesEditModal/TracesEditModal.js +1 -138
- package/components/TracesEditModal/TracesEditModalContainer.js +1 -168
- package/components/TruncatedText/index.js +1 -57
- package/components/Typography.js +1 -37
- package/components/UserCard/index.js +1 -181
- package/components/UserCard/style.css.js +1 -8
- package/components/UserCardPopover.js +1 -82
- package/components/UserMention/constants.js +1 -8
- package/components/UserMention/index.js +1 -203
- package/components/UserMention/style.css.js +1 -8
- package/components/UserMention/utils/index.js +1 -141
- package/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -89
- package/components/VirtualizedTable/DraggableList.js +1 -101
- package/components/VirtualizedTable/VirtualizedTable.js +1 -318
- package/components/VirtualizedTable/index.js +1 -164
- package/components/WellSummary/ActivitySummaryChart.js +1 -294
- package/components/WellSummary/FracWirelineTimeChart.js +1 -258
- package/components/WellSummary/WellSummaryItemLabel.js +1 -76
- package/components/WellSummary/WellSummaryItemTitle.js +1 -55
- package/components/WellSummary/WellSummaryItemValue.js +1 -505
- package/components/WellSummary/effects/useWellSummaryData.js +1 -488
- package/components/WellSummary/index.js +1 -7
- package/components/WellSummary/utils.js +1 -56
- package/components/index.js +1 -135
- package/config/highcharts/highcharts-contour.js +1 -865
- package/config/highcharts/highcharts.js +1 -55
- package/config/index.js +1 -5
- package/config/initGlobalDependencies.js +1 -6
- package/config/mapbox/index.js +1 -7
- package/config/theme/accordionOverrides.js +1 -81
- package/config/theme/buttonOverrides.js +1 -86
- package/config/theme/checkboxOverrides.js +1 -40
- package/config/theme/chipOverrides.js +1 -105
- package/config/theme/dateTimePickerThemeOverrides.js +1 -121
- package/config/theme/fabOverrides.js +1 -35
- package/config/theme/formControlLabelOverrides.js +1 -41
- package/config/theme/formGroupOverrides.js +1 -12
- package/config/theme/index.js +1 -159
- package/config/theme/lightThemePalette.mjs.js +1 -28
- package/config/theme/palette.mjs.js +1 -79
- package/config/theme/radioOverrides.js +1 -35
- package/config/theme/tableOverrides.js +1 -141
- package/config/theme/textFieldOverrides.js +1 -100
- package/config/theme/themeVariables.mjs.js +1 -31
- package/config/theme/toggleButtonsGroupOverrides.js +1 -72
- package/config/theme/tooltipOverrides.js +1 -33
- package/constants/accuracy.js +1 -11
- package/constants/alerts.js +1 -300
- package/constants/appPackages.js +1 -8
- package/constants/apps.js +1 -266
- package/constants/assetTypes.js +1 -35
- package/constants/bha.js +1 -290
- package/constants/casing.js +1 -83
- package/constants/completion.js +1 -508
- package/constants/dateTimeFormat.js +1 -5
- package/constants/devcenter.js +1 -4
- package/constants/drillstring.js +1 -13062
- package/constants/feed.js +1 -161
- package/constants/goals.js +1 -72
- package/constants/helpCenter.js +1 -8
- package/constants/index.js +1 -29
- package/constants/notifications.js +1 -84
- package/constants/rigActivity.js +1 -42
- package/constants/segment.js +1 -42
- package/constants/sizes.js +1 -9
- package/constants/subscriptions.js +1 -13
- package/constants/theme.js +1 -8
- package/constants/video.js +1 -7
- package/constants/wellSummary.js +1 -591
- package/effects/index.js +1 -6
- package/effects/useDevCenterApp.js +1 -75
- package/effects/useEscPress.js +1 -18
- package/effects/useOutsideClick.js +1 -21
- package/effects/useSignedURL.js +1 -22
- package/effects/useSubscriptions.js +1 -312
- package/ext-cjs/@babel/runtime/helpers/arrayLikeToArray.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/arrayWithHoles.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/arrayWithoutHoles.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/asyncToGenerator.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/defineProperty.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/iterableToArray.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/iterableToArrayLimit.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/nonIterableRest.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/nonIterableSpread.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/slicedToArray.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/taggedTemplateLiteral.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/toConsumableArray.js +1 -1
- package/ext-cjs/@babel/runtime/helpers/unsupportedIterableToArray.js +1 -1
- package/ext-cjs/regenerator-runtime/runtime.js +1 -1
- package/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -9
- package/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -9
- package/ext-esm/@material-ui/icons/esm/Map.js +1 -9
- package/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -9
- package/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -9
- package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -21
- package/ext-esm/style-inject/dist/style-inject.es.js +1 -29
- package/hocs/index.js +1 -2
- package/hocs/withMUIProvidersHOC.js +1 -34
- package/index.js +1 -21
- package/package.json +1 -1
- package/permissions/PermissionsContext.js +1 -11
- package/permissions/ProvidePermissions.js +1 -19
- package/permissions/constants/abilities.js +1 -13
- package/permissions/constants/appsPermissions.js +1 -21
- package/permissions/constants/index.js +1 -277
- package/permissions/constants/settingsApps.js +1 -136
- package/permissions/index.js +1 -9
- package/permissions/usePermissions.js +1 -21
- package/permissions/useProvidePermissions.js +1 -125
- package/permissions/utils.js +1 -26
- package/permissions/withPermissionsHOC.js +1 -37
- package/styles/counter/counter.module.scss.js +1 -8
- package/styles/counter/index.js +1 -3
- package/styles/customScrollbars.global.css.js +1 -10
- package/styles/emojiMart.global.css.js +1 -5
- package/styles/generatedThemesVariables.global.css.js +1 -5
- package/styles/globalStyles.js +1 -14
- package/styles/index.global.css.js +1 -5
- package/styles/index.js +1 -3
- package/styles/mapbox.global.css.js +1 -5
- package/styles/reactVirtualized.global.css.js +1 -5
- package/styles/typography/colors.module.scss.js +1 -8
- package/styles/typography/index.js +1 -13
- package/styles/typography/typography.module.scss.js +1 -8
- package/utils/DrillstringUtils.js +1 -885
- package/utils/FluidCheckUtils.js +1 -189
- package/utils/StageDesignVActualUtils.js +1 -94
- package/utils/accuracy.js +1 -47
- package/utils/alerts.js +1 -33
- package/utils/apps.js +1 -16
- package/utils/audio.js +1 -10
- package/utils/bha.js +1 -355
- package/utils/casing/conversion.js +1 -39
- package/utils/casing/index.js +1 -5
- package/utils/casing/validation.js +1 -293
- package/utils/chartSeries.js +1 -57
- package/utils/completion.js +1 -71
- package/utils/components.js +1 -28
- package/utils/constants/units.js +1 -326
- package/utils/convert.js +1 -278
- package/utils/convertKeys.js +1 -26
- package/utils/csvExport.js +1 -261
- package/utils/dashboardReports.js +1 -190
- package/utils/devcenter.js +1 -60
- package/utils/drillstring/conversion.js +1 -317
- package/utils/drillstring/index.js +1 -9
- package/utils/drillstring/schematic.js +1 -26
- package/utils/drillstring/validation.js +1 -973
- package/utils/env.js +1 -4
- package/utils/feed.js +1 -89
- package/utils/fileExtension.js +1 -20
- package/utils/formatting.js +1 -23
- package/utils/ga.js +1 -7
- package/utils/goals.js +1 -22
- package/utils/index.js +1 -127
- package/utils/jsonaDataFormatter.js +1 -10
- package/utils/lasParser.js +1 -144
- package/utils/loadable.js +1 -49
- package/utils/main.js +1 -379
- package/utils/mapUnits.js +1 -24
- package/utils/mapbox.js +1 -146
- package/utils/metrics/index.js +1 -12
- package/utils/metrics/metricsConfig.js +1 -353
- package/utils/metrics/utils.js +1 -46
- package/utils/mobileDetect.js +1 -17
- package/utils/nativeMessages.js +1 -61
- package/utils/notificationToasts.js +1 -33
- package/utils/notifications.js +1 -30
- package/utils/permissions.js +1 -32
- package/utils/reports.js +1 -8
- package/utils/rollbar.js +1 -17
- package/utils/sqlParser.js +1 -1283
- package/utils/themeVariables.js +1 -9
- package/utils/time.js +1 -80
- package/utils/torqueAndHookloadUtils.js +1 -22
- package/utils/video.js +1 -17
- package/CLI/assets/DevCenterLogo.js.map +0 -1
- package/CLI/components/App/App.css.js.map +0 -1
- package/CLI/components/App/App.js.map +0 -1
- package/CLI/components/App/components/AppBar/AppBar.js.map +0 -1
- package/CLI/constants/index.js.map +0 -1
- package/CLI/context/auth.js.map +0 -1
- package/CLI/hocs/constants.js.map +0 -1
- package/CLI/hocs/effects/useProvideAuth.js.map +0 -1
- package/CLI/hocs/utils.js.map +0 -1
- package/CLI/hocs/withAppDataProviderHOC.js.map +0 -1
- package/CLI/hocs/withCLIAppSettingsHOC.js.map +0 -1
- package/CLI/hocs/withCorvaMagicHOC.js.map +0 -1
- package/CLI/hocs/withDevCenterRouterHOC.js.map +0 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.css.js.map +0 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.global.css.js.map +0 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.js.map +0 -1
- package/CLI/hocs/withPDFLayoutHOC.js.map +0 -1
- package/CLI/hocs/withReactRouterHOC.js.map +0 -1
- package/CLI/index.js.map +0 -1
- package/CLI/screens/LoginScreen/LoginScreen.css.js.map +0 -1
- package/CLI/screens/LoginScreen/LoginScreen.js.map +0 -1
- package/CLI/screens/LoginScreen/components/Auth.js.map +0 -1
- package/CLI/screens/LoginScreen/components/AuthStep.js.map +0 -1
- package/CLI/screens/LoginScreen/components/EmailStep.js.map +0 -1
- package/CLI/screens/LoginScreen/components/IconLogo.js.map +0 -1
- package/CLI/screens/LoginScreen/components/SSOButton.js.map +0 -1
- package/CLI/screens/OAuthCallbackScreen/index.js.map +0 -1
- package/_virtual/arrayLikeToArray.js_commonjs-proxy +0 -1
- package/_virtual/arrayWithHoles.js_commonjs-proxy +0 -1
- package/_virtual/arrayWithoutHoles.js_commonjs-proxy +0 -1
- package/_virtual/iterableToArray.js_commonjs-proxy +0 -1
- package/_virtual/iterableToArrayLimit.js_commonjs-proxy +0 -1
- package/_virtual/nonIterableRest.js_commonjs-proxy +0 -1
- package/_virtual/nonIterableSpread.js_commonjs-proxy +0 -1
- package/_virtual/runtime.js_commonjs-proxy +0 -1
- package/_virtual/unsupportedIterableToArray.js_commonjs-proxy +0 -1
- package/cjs/devcenter/webpack/DevServerEntryPoint.js.map +0 -1
- package/cjs/devcenter/webpack/DevServerIsolatedAppEntryPoint.js.map +0 -1
- package/clients/api/apiCore.js.map +0 -1
- package/clients/api/httpMessages.js.map +0 -1
- package/clients/auth0/index.js.map +0 -1
- package/clients/clientStorage/core.js.map +0 -1
- package/clients/clientStorage/index.js.map +0 -1
- package/clients/constants.js.map +0 -1
- package/clients/index.js.map +0 -1
- package/clients/jsonApi/index.js.map +0 -1
- package/clients/subscriptions.js.map +0 -1
- package/clients/utils.js.map +0 -1
- package/components/AddComment/Popover.js.map +0 -1
- package/components/AddComment/Popup.js.map +0 -1
- package/components/AddComment/components/Content.js.map +0 -1
- package/components/AnchorsList/AnchorsList.js.map +0 -1
- package/components/Annotations/AnnotationsContext.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/style.css.js.map +0 -1
- package/components/Annotations/components/LastAnnotation/index.js.map +0 -1
- package/components/Annotations/components/LastAnnotation/style.css.js.map +0 -1
- package/components/Annotations/constants.js.map +0 -1
- package/components/AppVersionsSelect/AppVersionsSelect.js.map +0 -1
- package/components/AppVersionsSelect/effects/index.js.map +0 -1
- package/components/AssetEditor/AssetEditorAutocomplete.js.map +0 -1
- package/components/AssetEditor/AssetEditors.css.js.map +0 -1
- package/components/AssetEditor/SingleAssetEditor.js.map +0 -1
- package/components/AssetEditor/constants.js.map +0 -1
- package/components/AssetEditor/effects/index.js.map +0 -1
- package/components/AssetEditor/index.js.map +0 -1
- package/components/AssetNameLabel/PrimaryAssetNameLabel.js.map +0 -1
- package/components/AssetNameLabel/SecondaryAssetNameLabel.js.map +0 -1
- package/components/AssetNameLabel/styles.css.js.map +0 -1
- package/components/Attachment/index.js.map +0 -1
- package/components/Attachment/styles.css.js.map +0 -1
- package/components/Avatar/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.css.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/Map/index.css.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/Map/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/constants.js.map +0 -1
- package/components/BICOffsetPickerDialog/effects/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/utils/apiCalls.js.map +0 -1
- package/components/Breadcrumbs/index.js.map +0 -1
- package/components/Button/index.js.map +0 -1
- package/components/Casing/CasingComponentIcon.js.map +0 -1
- package/components/Casing/CasingTable/CasingComponent.js.map +0 -1
- package/components/Casing/CasingTable/index.js.map +0 -1
- package/components/ChartActionsList/ChartActionsList.css.js.map +0 -1
- package/components/ChartActionsList/ChartActionsList.js.map +0 -1
- package/components/ChartActionsList/icons/GoLive.js.map +0 -1
- package/components/ChartActionsList/icons/LeftArrow.js.map +0 -1
- package/components/ChartActionsList/icons/RightArrow.js.map +0 -1
- package/components/ChartActionsList/icons/TimeRange.js.map +0 -1
- package/components/ChartActionsList/icons/ZoomIn.js.map +0 -1
- package/components/ChartActionsList/icons/ZoomOut.js.map +0 -1
- package/components/Checkbox/index.js.map +0 -1
- package/components/Chip/index.js.map +0 -1
- package/components/CollapsableSidebar.js.map +0 -1
- package/components/CollapsibleContent.js.map +0 -1
- package/components/ColorPicker/ColorPicker.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js.map +0 -1
- package/components/Comment/CommentIcon/BadgeIcon.js.map +0 -1
- package/components/Comment/CommentIcon/index.js.map +0 -1
- package/components/Comment/index.js.map +0 -1
- package/components/Comment/styles.css.js.map +0 -1
- package/components/CommentInput/index.js.map +0 -1
- package/components/CommentInput/styles.css.js.map +0 -1
- package/components/CommentLoader.js.map +0 -1
- package/components/CommentWrapper.js.map +0 -1
- package/components/CommentsInfo/index.js.map +0 -1
- package/components/CommentsInfo/styles.css.js.map +0 -1
- package/components/ConfirmationDialog.js.map +0 -1
- package/components/ContextMenuItem/index.js.map +0 -1
- package/components/Counter/index.js.map +0 -1
- package/components/CustomSelect/index.js.map +0 -1
- package/components/DatePicker/index.js.map +0 -1
- package/components/DateTimePicker/index.js.map +0 -1
- package/components/DevCenter/AppContext.js.map +0 -1
- package/components/DevCenter/AppHeader/AppHeader.css.js.map +0 -1
- package/components/DevCenter/AppHeader/AppHeader.js.map +0 -1
- package/components/DevCenter/AppHeader/PadMode.js.map +0 -1
- package/components/DevCenter/AppHeader/VersionBadge.css.js.map +0 -1
- package/components/DevCenter/AppHeader/VersionBadge.js.map +0 -1
- package/components/DevCenter/AppHeader/utils.js.map +0 -1
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js.map +0 -1
- package/components/DevCenter/AppSideBar/AppSideBar.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/effects/utils.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useHelpCenter.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/utils.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.scss.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/constants.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/effects/useXProps.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/utils/replaceUndefinedValuesWithNull.js.map +0 -1
- package/components/DevCenter/NavigationBar/NavigationBar.js.map +0 -1
- package/components/DevCenter/SideBar/SideBar.js.map +0 -1
- package/components/DocumentViewer/DocumentViewer.js.map +0 -1
- package/components/DocumentViewer/styles.js.map +0 -1
- package/components/Drillstring/BHAComponentDetail/constants.js.map +0 -1
- package/components/Drillstring/BHAComponentDetail/index.js.map +0 -1
- package/components/Drillstring/BHAComponentIcon.js.map +0 -1
- package/components/Drillstring/BHASchematic.js.map +0 -1
- package/components/Drillstring/BHATable/BHAComponent.js.map +0 -1
- package/components/Drillstring/BHATable/index.js.map +0 -1
- package/components/Drillstring/BhaIndicator/BhaIndicator.js.map +0 -1
- package/components/Drillstring/BhaIndicator/styles.css.js.map +0 -1
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.js.map +0 -1
- package/components/Drillstring/DrillstringDetail/styles.css.js.map +0 -1
- package/components/EditableItem/EditableItem/index.js.map +0 -1
- package/components/EditableItem/EditableItemWithBadge/index.js.map +0 -1
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js.map +0 -1
- package/components/EmbeddedApp/EmbeddedApp.js.map +0 -1
- package/components/EmbeddedApp/components/AppInfo.js.map +0 -1
- package/components/EmbeddedApp/styles.css.js.map +0 -1
- package/components/EmojiIconButton.js.map +0 -1
- package/components/EmptyView/EmptyAppView/EmptyAppView.js.map +0 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js.map +0 -1
- package/components/EmptyView/EmptyView.js.map +0 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js.map +0 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js.map +0 -1
- package/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
- package/components/FailedFileUploading.js.map +0 -1
- package/components/FeedItem/FeedItem.css.js.map +0 -1
- package/components/FeedItem/FeedItem.js.map +0 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js.map +0 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js.map +0 -1
- package/components/FeedItem/components/Actions.js.map +0 -1
- package/components/FeedItem/components/AvatarIcon.js.map +0 -1
- package/components/FeedItem/components/Comments.js.map +0 -1
- package/components/FeedItem/components/Content.js.map +0 -1
- package/components/FeedItem/components/CreatedAt.js.map +0 -1
- package/components/FeedItem/components/FeedComments.js.map +0 -1
- package/components/FeedItem/components/Icon.js.map +0 -1
- package/components/FeedItem/components/Reactions.js.map +0 -1
- package/components/FeedItem/components/RigAndWell.js.map +0 -1
- package/components/FeedItem/components/TypeAndAssetTitle.js.map +0 -1
- package/components/FeedItem/feedItemTypes/AlertFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js.map +0 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js.map +0 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js.map +0 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js.map +0 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/NptFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/PostFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js.map +0 -1
- package/components/FilePreview/index.js.map +0 -1
- package/components/FilePreview/styles.css.js.map +0 -1
- package/components/FileTypeIcon.js.map +0 -1
- package/components/FileUploadIconButton.js.map +0 -1
- package/components/FilesLoader/FilesLoader.js.map +0 -1
- package/components/FilesLoader/Icons/CSVFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/DocFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/ExelFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/FileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/IconCancel.js.map +0 -1
- package/components/FilesLoader/Icons/IconSuccess.js.map +0 -1
- package/components/FilesLoader/Icons/IconWarning.js.map +0 -1
- package/components/FilesLoader/Icons/ImageFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/PdfFileIcon.js.map +0 -1
- package/components/FilesLoader/Icons/UnknownFileIcon.js.map +0 -1
- package/components/FilesLoader/useStyles.js.map +0 -1
- package/components/FolderMenuItem/components/ClosedFolderIcon.js.map +0 -1
- package/components/FolderMenuItem/components/FolderIcon.js.map +0 -1
- package/components/FolderMenuItem/components/OpenFolderIcon.js.map +0 -1
- package/components/FolderMenuItem/index.js.map +0 -1
- package/components/FolderMenuItemWithLinks/index.js.map +0 -1
- package/components/GoogleDocsViewer/index.js.map +0 -1
- package/components/GoogleDocsViewer/styles.css.js.map +0 -1
- package/components/HeaderLayout/HeaderLayout.css.js.map +0 -1
- package/components/HeaderLayout/HeaderLayout.js.map +0 -1
- package/components/HeaderLayout/constants.js.map +0 -1
- package/components/HeaderLayout/effects/index.js.map +0 -1
- package/components/HeaderLayout/utils.js.map +0 -1
- package/components/HelpCenter/ArticleIcon.js.map +0 -1
- package/components/HelpCenter/Attachments/Attachment.js.map +0 -1
- package/components/HelpCenter/Attachments/AttachmentList.js.map +0 -1
- package/components/HelpCenter/DialogLayout.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/HelpCenterDialog.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/EmptyView.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/FilePreview.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpCenterLink.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentCaption.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentItem.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentList.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentTimestamp.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/components/SearchInput.js.map +0 -1
- package/components/HelpCenter/HelpCenterDialog/effects/useHelpContents.js.map +0 -1
- package/components/HelpCenter/ItemContent/ArticleItemContent.js.map +0 -1
- package/components/HelpCenter/ItemContent/ItemContent.js.map +0 -1
- package/components/HelpCenter/ItemContent/VideoItemContent.js.map +0 -1
- package/components/HelpCenter/SingleItemHeader.js.map +0 -1
- package/components/HelpCenter/index.js.map +0 -1
- package/components/HelpCenter/shapes/index.js.map +0 -1
- package/components/IconButton/index.js.map +0 -1
- package/components/IconMenu/index.js.map +0 -1
- package/components/Icons/AttachIcon.js.map +0 -1
- package/components/Icons/EmojiIcon.js.map +0 -1
- package/components/Icons/RecommendationIcon.js.map +0 -1
- package/components/Icons/SendIcon.js.map +0 -1
- package/components/ImageViewer/index.js.map +0 -1
- package/components/ImageViewer/styles.css.js.map +0 -1
- package/components/InfiniteList/index.js.map +0 -1
- package/components/InfiniteList/styles.css.js.map +0 -1
- package/components/KeyboardDateTimePicker.js.map +0 -1
- package/components/LabelsCounter/LabelsCounter.js.map +0 -1
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js.map +0 -1
- package/components/LoadingIndicator/InlineLoadingIndicator.js.map +0 -1
- package/components/LoadingIndicator/Loader.js.map +0 -1
- package/components/LoadingIndicator/LoadingIndicator.css.js.map +0 -1
- package/components/LoadingIndicator/LoadingIndicator.js.map +0 -1
- package/components/Login/components/Chip.js.map +0 -1
- package/components/Login/components/EmailField.js.map +0 -1
- package/components/Login/components/HiddenEmailField.js.map +0 -1
- package/components/Login/components/Login.global.css.js.map +0 -1
- package/components/Login/components/Login.js.map +0 -1
- package/components/Login/components/LogoIcon.js.map +0 -1
- package/components/Login/components/OrDivider.js.map +0 -1
- package/components/Login/components/PasswordField.js.map +0 -1
- package/components/Login/components/Step.js.map +0 -1
- package/components/Login/components/StepContent.js.map +0 -1
- package/components/Login/components/StepFooter.js.map +0 -1
- package/components/Login/components/StepHeader.js.map +0 -1
- package/components/Login/index.js.map +0 -1
- package/components/MenuItem/index.js.map +0 -1
- package/components/Modal/Modal.css.js.map +0 -1
- package/components/Modal/index.js.map +0 -1
- package/components/Notifications/Notifications.js.map +0 -1
- package/components/Notifications/NotificationsContainer.js.map +0 -1
- package/components/Notifications/components/Toast.js.map +0 -1
- package/components/Notifications/components/styles.js.map +0 -1
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Filter/index.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/Map.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/Map.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/index.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/index.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/popup.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/index.js.map +0 -1
- package/components/OffsetWellPickerV2/constants.js.map +0 -1
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js.map +0 -1
- package/components/OffsetWellPickerV2/effects/index.js.map +0 -1
- package/components/OffsetWellPickerV2/utils/apiCalls.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/utils.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/WellSearch.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/styles.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/utils/apiCalls.js.map +0 -1
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js.map +0 -1
- package/components/OffsetWellPickerV3/components/TabSelection/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/WellHubView/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js.map +0 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js.map +0 -1
- package/components/OffsetWellPickerV3/constants.js.map +0 -1
- package/components/OffsetWellPickerV3/effects/index.js.map +0 -1
- package/components/OffsetWellPickerV3/index.js.map +0 -1
- package/components/OffsetWellPickerV3/utils/apiCalls.js.map +0 -1
- package/components/PadModeSelect/PadModeSelect.js.map +0 -1
- package/components/PadModeSelect/utils.js.map +0 -1
- package/components/PadOffsetsPicker/OffsetAssetChip.js.map +0 -1
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js.map +0 -1
- package/components/PadOffsetsPicker/PadOffsetsPicker.js.map +0 -1
- package/components/PadOffsetsPicker/StagesSelector.js.map +0 -1
- package/components/PadOffsetsPicker/index.js.map +0 -1
- package/components/ParameterCharts/AddEditTrack.css.js.map +0 -1
- package/components/ParameterCharts/AddEditTrack.js.map +0 -1
- package/components/ParameterCharts/ChartsContext.js.map +0 -1
- package/components/ParameterCharts/DataContext.js.map +0 -1
- package/components/ParameterCharts/ParameterCharts.css.js.map +0 -1
- package/components/ParameterCharts/ParameterCharts.js.map +0 -1
- package/components/ParameterCharts/SettingsContext.js.map +0 -1
- package/components/ParameterCharts/components/ChartContainer.css.js.map +0 -1
- package/components/ParameterCharts/components/ChartContainer.js.map +0 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.css.js.map +0 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.js.map +0 -1
- package/components/ParameterCharts/components/Charts/LineChart.css.js.map +0 -1
- package/components/ParameterCharts/components/Charts/LineChart.js.map +0 -1
- package/components/ParameterCharts/components/Charts/options.js.map +0 -1
- package/components/ParameterCharts/components/DataLoadingIndicator.js.map +0 -1
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js.map +0 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js.map +0 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js.map +0 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js.map +0 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.js.map +0 -1
- package/components/ParameterCharts/components/TraceHeader.css.js.map +0 -1
- package/components/ParameterCharts/components/TraceHeader.js.map +0 -1
- package/components/ParameterCharts/components/TraceSelect.js.map +0 -1
- package/components/ParameterCharts/components/TraceSettings.css.js.map +0 -1
- package/components/ParameterCharts/components/TraceSettings.js.map +0 -1
- package/components/ParameterCharts/components/Track.css.js.map +0 -1
- package/components/ParameterCharts/components/Track.js.map +0 -1
- package/components/ParameterCharts/components/TrackSettings.css.js.map +0 -1
- package/components/ParameterCharts/components/TrackSettings.js.map +0 -1
- package/components/ParameterCharts/constants.js.map +0 -1
- package/components/ParameterCharts/utils/dataParser.js.map +0 -1
- package/components/PinnableFilters/PinnableFilters.css.js.map +0 -1
- package/components/PinnableFilters/PinnableFilters.js.map +0 -1
- package/components/PinnableFilters/components/FiltersToggler.js.map +0 -1
- package/components/PinnableFilters/components/PinAppSwitch.js.map +0 -1
- package/components/PinnableFilters/constants.js.map +0 -1
- package/components/PinnableFilters/effects/index.js.map +0 -1
- package/components/PinnableFilters/utils.js.map +0 -1
- package/components/PostInput/PostInput.css.js.map +0 -1
- package/components/PostInput/PostInput.js.map +0 -1
- package/components/PostPreviewDialog/index.js.map +0 -1
- package/components/PostPreviewDialog/styles.css.js.map +0 -1
- package/components/PriceInput/FormattedNumber.js.map +0 -1
- package/components/PriceInput/PriceInput.js.map +0 -1
- package/components/RangeSlider/Input.css.js.map +0 -1
- package/components/RangeSlider/RangeSlider.css.js.map +0 -1
- package/components/RangeSlider/RangeSlider.js.map +0 -1
- package/components/RangeSlider/constants.js.map +0 -1
- package/components/RangeSlider/inputs/FromInput.js.map +0 -1
- package/components/RangeSlider/inputs/ToInput.js.map +0 -1
- package/components/RangeSlider/strategies/horizontal.js.map +0 -1
- package/components/RangeSlider/strategies/vertical.js.map +0 -1
- package/components/RangeSlider/utils.js.map +0 -1
- package/components/ResizableTable/ResizableTable.js.map +0 -1
- package/components/ResizableTable/ResizableTableCell.js.map +0 -1
- package/components/ResizableTable/ResizableTableHeaderCell.js.map +0 -1
- package/components/SearchInput/index.js.map +0 -1
- package/components/Select/index.js.map +0 -1
- package/components/SettingEditors/ColorEditor/index.js.map +0 -1
- package/components/SettingEditors/ColorEditor/style.css.js.map +0 -1
- package/components/SettingEditors/DropdownEditor/index.js.map +0 -1
- package/components/SettingEditors/RadioEditor/index.js.map +0 -1
- package/components/SlateFormattedText/Constants.js.map +0 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js.map +0 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js.map +0 -1
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js.map +0 -1
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js.map +0 -1
- package/components/SlateFormattedText/RenderElements.js.map +0 -1
- package/components/SlateFormattedText/SlateFormattedText.js.map +0 -1
- package/components/SlateFormattedText/style.css.js.map +0 -1
- package/components/SlateFormattedText/utils.js.map +0 -1
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js.map +0 -1
- package/components/StageDesignVActual/ComparisonBar/utils.js.map +0 -1
- package/components/StageDesignVActual/ComparisonHeader.js.map +0 -1
- package/components/StageDesignVActual/ComparisonRow.js.map +0 -1
- package/components/StageDesignVActual/ComparisonTable.css.js.map +0 -1
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js.map +0 -1
- package/components/StageDesignVActual/ElementsComparison/utils.js.map +0 -1
- package/components/Stepper/Step.css.js.map +0 -1
- package/components/Stepper/Step.js.map +0 -1
- package/components/Stepper/Stepper.js.map +0 -1
- package/components/Stepper/StepsWrapper.css.js.map +0 -1
- package/components/Stepper/StepsWrapper.js.map +0 -1
- package/components/StyledMenuItem/index.js.map +0 -1
- package/components/SwitchControl/index.js.map +0 -1
- package/components/SwitchControl/style.css.js.map +0 -1
- package/components/Table/TableSortLabel/TableSortLabel.js.map +0 -1
- package/components/Table/TableToolbar/TableToolbar.js.map +0 -1
- package/components/Tabs/Tab.js.map +0 -1
- package/components/Tabs/Tabs.js.map +0 -1
- package/components/Template/TemplatePopover/Styles.js.map +0 -1
- package/components/Template/TemplatePopover/index.js.map +0 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.css.js.map +0 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.js.map +0 -1
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js.map +0 -1
- package/components/Template/TemplateSharingDialog/index.js.map +0 -1
- package/components/TextField/effects/index.js.map +0 -1
- package/components/TextField/index.js.map +0 -1
- package/components/TextLink/index.js.map +0 -1
- package/components/Tooltip/MuiTooltipDcWrapper.js.map +0 -1
- package/components/Tooltip/Tooltip.js.map +0 -1
- package/components/TracesEditModal/TracesEditModal.css.js.map +0 -1
- package/components/TracesEditModal/TracesEditModal.js.map +0 -1
- package/components/TracesEditModal/TracesEditModalContainer.js.map +0 -1
- package/components/TruncatedText/index.js.map +0 -1
- package/components/Typography.js.map +0 -1
- package/components/UserCard/index.js.map +0 -1
- package/components/UserCard/style.css.js.map +0 -1
- package/components/UserCardPopover.js.map +0 -1
- package/components/UserMention/constants.js.map +0 -1
- package/components/UserMention/index.js.map +0 -1
- package/components/UserMention/style.css.js.map +0 -1
- package/components/UserMention/utils/index.js.map +0 -1
- package/components/VirtualizedTable/CustomizeColumnsDialog.js.map +0 -1
- package/components/VirtualizedTable/DraggableList.js.map +0 -1
- package/components/VirtualizedTable/VirtualizedTable.js.map +0 -1
- package/components/VirtualizedTable/index.js.map +0 -1
- package/components/WellSummary/ActivitySummaryChart.js.map +0 -1
- package/components/WellSummary/FracWirelineTimeChart.js.map +0 -1
- package/components/WellSummary/WellSummaryItemLabel.js.map +0 -1
- package/components/WellSummary/WellSummaryItemTitle.js.map +0 -1
- package/components/WellSummary/WellSummaryItemValue.js.map +0 -1
- package/components/WellSummary/effects/useWellSummaryData.js.map +0 -1
- package/components/WellSummary/index.js.map +0 -1
- package/components/WellSummary/utils.js.map +0 -1
- package/components/index.js.map +0 -1
- package/config/highcharts/highcharts-contour.js.map +0 -1
- package/config/highcharts/highcharts.js.map +0 -1
- package/config/index.js.map +0 -1
- package/config/initGlobalDependencies.js.map +0 -1
- package/config/mapbox/index.js.map +0 -1
- package/config/theme/accordionOverrides.js.map +0 -1
- package/config/theme/buttonOverrides.js.map +0 -1
- package/config/theme/checkboxOverrides.js.map +0 -1
- package/config/theme/chipOverrides.js.map +0 -1
- package/config/theme/dateTimePickerThemeOverrides.js.map +0 -1
- package/config/theme/fabOverrides.js.map +0 -1
- package/config/theme/formControlLabelOverrides.js.map +0 -1
- package/config/theme/formGroupOverrides.js.map +0 -1
- package/config/theme/index.js.map +0 -1
- package/config/theme/lightThemePalette.mjs.js.map +0 -1
- package/config/theme/palette.mjs.js.map +0 -1
- package/config/theme/radioOverrides.js.map +0 -1
- package/config/theme/tableOverrides.js.map +0 -1
- package/config/theme/textFieldOverrides.js.map +0 -1
- package/config/theme/themeVariables.mjs.js.map +0 -1
- package/config/theme/toggleButtonsGroupOverrides.js.map +0 -1
- package/config/theme/tooltipOverrides.js.map +0 -1
- package/constants/accuracy.js.map +0 -1
- package/constants/alerts.js.map +0 -1
- package/constants/appPackages.js.map +0 -1
- package/constants/apps.js.map +0 -1
- package/constants/assetTypes.js.map +0 -1
- package/constants/bha.js.map +0 -1
- package/constants/casing.js.map +0 -1
- package/constants/completion.js.map +0 -1
- package/constants/dateTimeFormat.js.map +0 -1
- package/constants/devcenter.js.map +0 -1
- package/constants/drillstring.js.map +0 -1
- package/constants/feed.js.map +0 -1
- package/constants/goals.js.map +0 -1
- package/constants/helpCenter.js.map +0 -1
- package/constants/index.js.map +0 -1
- package/constants/notifications.js.map +0 -1
- package/constants/rigActivity.js.map +0 -1
- package/constants/segment.js.map +0 -1
- package/constants/sizes.js.map +0 -1
- package/constants/subscriptions.js.map +0 -1
- package/constants/theme.js.map +0 -1
- package/constants/video.js.map +0 -1
- package/constants/wellSummary.js.map +0 -1
- package/effects/index.js.map +0 -1
- package/effects/useDevCenterApp.js.map +0 -1
- package/effects/useEscPress.js.map +0 -1
- package/effects/useOutsideClick.js.map +0 -1
- package/effects/useSignedURL.js.map +0 -1
- package/effects/useSubscriptions.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/ExpandLess.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/ExpandMore.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/Map.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldLess.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldMore.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js.map +0 -1
- package/ext-esm/style-inject/dist/style-inject.es.js.map +0 -1
- package/hocs/index.js.map +0 -1
- package/hocs/withMUIProvidersHOC.js.map +0 -1
- package/index.js.map +0 -1
- package/permissions/PermissionsContext.js.map +0 -1
- package/permissions/ProvidePermissions.js.map +0 -1
- package/permissions/constants/abilities.js.map +0 -1
- package/permissions/constants/appsPermissions.js.map +0 -1
- package/permissions/constants/index.js.map +0 -1
- package/permissions/constants/settingsApps.js.map +0 -1
- package/permissions/index.js.map +0 -1
- package/permissions/usePermissions.js.map +0 -1
- package/permissions/useProvidePermissions.js.map +0 -1
- package/permissions/utils.js.map +0 -1
- package/permissions/withPermissionsHOC.js.map +0 -1
- package/styles/counter/counter.module.scss.js.map +0 -1
- package/styles/counter/index.js.map +0 -1
- package/styles/customScrollbars.global.css.js.map +0 -1
- package/styles/emojiMart.global.css.js.map +0 -1
- package/styles/generatedThemesVariables.global.css.js.map +0 -1
- package/styles/globalStyles.js.map +0 -1
- package/styles/index.global.css.js.map +0 -1
- package/styles/index.js.map +0 -1
- package/styles/mapbox.global.css.js.map +0 -1
- package/styles/reactVirtualized.global.css.js.map +0 -1
- package/styles/typography/colors.module.scss.js.map +0 -1
- package/styles/typography/index.js.map +0 -1
- package/styles/typography/typography.module.scss.js.map +0 -1
- package/utils/DrillstringUtils.js.map +0 -1
- package/utils/FluidCheckUtils.js.map +0 -1
- package/utils/StageDesignVActualUtils.js.map +0 -1
- package/utils/accuracy.js.map +0 -1
- package/utils/alerts.js.map +0 -1
- package/utils/apps.js.map +0 -1
- package/utils/audio.js.map +0 -1
- package/utils/bha.js.map +0 -1
- package/utils/casing/conversion.js.map +0 -1
- package/utils/casing/index.js.map +0 -1
- package/utils/casing/validation.js.map +0 -1
- package/utils/chartSeries.js.map +0 -1
- package/utils/completion.js.map +0 -1
- package/utils/components.js.map +0 -1
- package/utils/constants/units.js.map +0 -1
- package/utils/convert.js.map +0 -1
- package/utils/convertKeys.js.map +0 -1
- package/utils/csvExport.js.map +0 -1
- package/utils/dashboardReports.js.map +0 -1
- package/utils/devcenter.js.map +0 -1
- package/utils/drillstring/conversion.js.map +0 -1
- package/utils/drillstring/index.js.map +0 -1
- package/utils/drillstring/schematic.js.map +0 -1
- package/utils/drillstring/validation.js.map +0 -1
- package/utils/env.js.map +0 -1
- package/utils/feed.js.map +0 -1
- package/utils/fileExtension.js.map +0 -1
- package/utils/formatting.js.map +0 -1
- package/utils/ga.js.map +0 -1
- package/utils/goals.js.map +0 -1
- package/utils/index.js.map +0 -1
- package/utils/jsonaDataFormatter.js.map +0 -1
- package/utils/lasParser.js.map +0 -1
- package/utils/loadable.js.map +0 -1
- package/utils/main.js.map +0 -1
- package/utils/mapUnits.js.map +0 -1
- package/utils/mapbox.js.map +0 -1
- package/utils/metrics/index.js.map +0 -1
- package/utils/metrics/metricsConfig.js.map +0 -1
- package/utils/metrics/utils.js.map +0 -1
- package/utils/mobileDetect.js.map +0 -1
- package/utils/nativeMessages.js.map +0 -1
- package/utils/notificationToasts.js.map +0 -1
- package/utils/notifications.js.map +0 -1
- package/utils/permissions.js.map +0 -1
- package/utils/reports.js.map +0 -1
- package/utils/rollbar.js.map +0 -1
- package/utils/sqlParser.js.map +0 -1
- package/utils/themeVariables.js.map +0 -1
- package/utils/time.js.map +0 -1
- package/utils/torqueAndHookloadUtils.js.map +0 -1
- package/utils/video.js.map +0 -1
|
@@ -1,148 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import moment from 'moment';
|
|
3
|
-
import blue from '@material-ui/core/colors/blue';
|
|
4
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
5
|
-
import { makeStyles, Grid, Typography } from '@material-ui/core';
|
|
6
|
-
import PropTypes from 'prop-types';
|
|
7
|
-
|
|
8
|
-
var PAGE_NAME = 'nptActivity';
|
|
9
|
-
var TIME_FORMAT = 'MM/DD/YYYY HH:mm';
|
|
10
|
-
var useStyles = makeStyles(function (theme) {
|
|
11
|
-
return {
|
|
12
|
-
columnWithMargin: {
|
|
13
|
-
marginRight: 40
|
|
14
|
-
},
|
|
15
|
-
highlightedText: {
|
|
16
|
-
color: blue[300],
|
|
17
|
-
textTransform: 'capitalize'
|
|
18
|
-
},
|
|
19
|
-
valueWrapper: {
|
|
20
|
-
display: 'flex',
|
|
21
|
-
alignItems: 'baseline'
|
|
22
|
-
},
|
|
23
|
-
unit: {
|
|
24
|
-
color: theme.palette.grey[400],
|
|
25
|
-
marginLeft: 5
|
|
26
|
-
},
|
|
27
|
-
text: {
|
|
28
|
-
color: theme.palette.grey[400],
|
|
29
|
-
marginRight: 5
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
var NptFeedItem = function NptFeedItem(_ref) {
|
|
35
|
-
var _ref$feedItem$context = _ref.feedItem.context.npt_event.data,
|
|
36
|
-
_ref$feedItem$context2 = _ref$feedItem$context.comment,
|
|
37
|
-
comment = _ref$feedItem$context2 === void 0 ? '' : _ref$feedItem$context2,
|
|
38
|
-
depth = _ref$feedItem$context.depth,
|
|
39
|
-
endTime = _ref$feedItem$context.end_time,
|
|
40
|
-
startTime = _ref$feedItem$context.start_time,
|
|
41
|
-
_ref$feedItem$context3 = _ref$feedItem$context.type,
|
|
42
|
-
type = _ref$feedItem$context3 === void 0 ? '' : _ref$feedItem$context3;
|
|
43
|
-
var classes = useStyles();
|
|
44
|
-
var startTimePrepared = startTime ? moment.unix(startTime) : moment();
|
|
45
|
-
var endTimePrepared = endTime ? moment.unix(endTime) : undefined;
|
|
46
|
-
var duration = endTimePrepared && moment.duration(endTimePrepared - startTimePrepared).asHours();
|
|
47
|
-
var depthConverted = convertValue(depth, 'length', 'ft');
|
|
48
|
-
return /*#__PURE__*/jsxs(Grid, {
|
|
49
|
-
spacing: 8,
|
|
50
|
-
justify: "flex-start",
|
|
51
|
-
container: true,
|
|
52
|
-
children: [/*#__PURE__*/jsxs(Grid, {
|
|
53
|
-
item: true,
|
|
54
|
-
className: classes.columnWithMargin,
|
|
55
|
-
children: [/*#__PURE__*/jsxs(Typography, {
|
|
56
|
-
variant: "body2",
|
|
57
|
-
className: classes.valueWrapper,
|
|
58
|
-
children: ["Type:\xA0", /*#__PURE__*/jsx(Typography, {
|
|
59
|
-
variant: "body2",
|
|
60
|
-
"data-testid": "".concat(PAGE_NAME, "_type"),
|
|
61
|
-
component: "span",
|
|
62
|
-
className: classes.highlightedText,
|
|
63
|
-
children: type
|
|
64
|
-
})]
|
|
65
|
-
}), /*#__PURE__*/jsx(Typography, {
|
|
66
|
-
variant: "body2",
|
|
67
|
-
children: "Duration:"
|
|
68
|
-
}), /*#__PURE__*/jsxs(Typography, {
|
|
69
|
-
variant: "body2",
|
|
70
|
-
className: classes.valueWrapper,
|
|
71
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
72
|
-
"data-testid": "".concat(PAGE_NAME, "_duration"),
|
|
73
|
-
component: "span",
|
|
74
|
-
variant: "h6",
|
|
75
|
-
className: classes.highlightedText,
|
|
76
|
-
children: Number.isFinite(duration) && duration.toFixed(2) || '-'
|
|
77
|
-
}), duration && /*#__PURE__*/jsx(Typography, {
|
|
78
|
-
"data-testid": "".concat(PAGE_NAME, "_durationUnits"),
|
|
79
|
-
component: "span",
|
|
80
|
-
variant: "caption",
|
|
81
|
-
className: classes.unit,
|
|
82
|
-
children: "(hrs)"
|
|
83
|
-
})]
|
|
84
|
-
})]
|
|
85
|
-
}), /*#__PURE__*/jsxs(Grid, {
|
|
86
|
-
item: true,
|
|
87
|
-
children: [/*#__PURE__*/jsxs(Typography, {
|
|
88
|
-
variant: "body2",
|
|
89
|
-
"data-testid": "".concat(PAGE_NAME, "_startTime"),
|
|
90
|
-
className: classes.valueWrapper,
|
|
91
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
92
|
-
variant: "body2",
|
|
93
|
-
component: "span",
|
|
94
|
-
className: classes.text,
|
|
95
|
-
children: "Start Time:"
|
|
96
|
-
}), startTimePrepared.format(TIME_FORMAT)]
|
|
97
|
-
}), /*#__PURE__*/jsxs(Typography, {
|
|
98
|
-
variant: "body2",
|
|
99
|
-
"data-testid": "".concat(PAGE_NAME, "_depth"),
|
|
100
|
-
className: classes.valueWrapper,
|
|
101
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
102
|
-
variant: "body2",
|
|
103
|
-
component: "span",
|
|
104
|
-
className: classes.text,
|
|
105
|
-
children: "Depth:"
|
|
106
|
-
}), depthConverted === null || depthConverted === void 0 ? void 0 : depthConverted.formatNumeral('0,0.00'), /*#__PURE__*/jsxs(Typography, {
|
|
107
|
-
component: "span",
|
|
108
|
-
variant: "caption",
|
|
109
|
-
className: classes.unit,
|
|
110
|
-
children: ["(", getUnitDisplay('length'), ")"]
|
|
111
|
-
})]
|
|
112
|
-
}), comment && /*#__PURE__*/jsxs(Typography, {
|
|
113
|
-
variant: "body2",
|
|
114
|
-
"data-testid": "".concat(PAGE_NAME, "_comment"),
|
|
115
|
-
className: classes.valueWrapper,
|
|
116
|
-
children: [/*#__PURE__*/jsx(Typography, {
|
|
117
|
-
variant: "body2",
|
|
118
|
-
component: "span",
|
|
119
|
-
className: classes.text,
|
|
120
|
-
children: "Comment:"
|
|
121
|
-
}), comment]
|
|
122
|
-
})]
|
|
123
|
-
})]
|
|
124
|
-
});
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
var nptEventDataType = PropTypes.shape({
|
|
128
|
-
comment: PropTypes.string.isRequired,
|
|
129
|
-
depth: PropTypes.number.isRequired,
|
|
130
|
-
end_time: PropTypes.number.isRequired,
|
|
131
|
-
start_time: PropTypes.number.isRequired,
|
|
132
|
-
type: PropTypes.string.isRequired
|
|
133
|
-
}).isRequired;
|
|
134
|
-
NptFeedItem.propTypes = {
|
|
135
|
-
feedItem: PropTypes.shape({
|
|
136
|
-
context: PropTypes.shape({
|
|
137
|
-
completion_npt_event: PropTypes.shape({
|
|
138
|
-
data: nptEventDataType
|
|
139
|
-
}).isRequired,
|
|
140
|
-
npt_event: PropTypes.shape({
|
|
141
|
-
data: nptEventDataType
|
|
142
|
-
}).isRequired
|
|
143
|
-
}).isRequired
|
|
144
|
-
}).isRequired
|
|
145
|
-
};
|
|
146
|
-
|
|
147
|
-
export default NptFeedItem;
|
|
148
|
-
//# sourceMappingURL=NptFeedItem.js.map
|
|
1
|
+
import t from"prop-types";import e from"moment";import{makeStyles as a,Grid as i,Typography as n}from"@material-ui/core";import r from"@material-ui/core/colors/blue";import{convertValue as o,getUnitDisplay as s}from"../../../utils/convert.js";import{jsxs as c,jsx as m}from"react/jsx-runtime";var d=a((function(t){return{columnWithMargin:{marginRight:40},highlightedText:{color:r[300],textTransform:"capitalize"},valueWrapper:{display:"flex",alignItems:"baseline"},unit:{color:t.palette.grey[400],marginLeft:5},text:{color:t.palette.grey[400],marginRight:5}}})),p=function(t){var a=t.feedItem.context.npt_event.data,r=a.comment,p=void 0===r?"":r,l=a.depth,u=a.end_time,h=a.start_time,v=a.type,y=void 0===v?"":v,g=d(),f=h?e.unix(h):e(),x=u?e.unix(u):void 0,b=x&&e.duration(x-f).asHours(),N=o(l,"length","ft");return c(i,{spacing:8,justify:"flex-start",container:!0,children:[c(i,{item:!0,className:g.columnWithMargin,children:[c(n,{variant:"body2",className:g.valueWrapper,children:["Type: ",m(n,{variant:"body2","data-testid":"".concat("nptActivity","_type"),component:"span",className:g.highlightedText,children:y})]}),m(n,{variant:"body2",children:"Duration:"}),c(n,{variant:"body2",className:g.valueWrapper,children:[m(n,{"data-testid":"".concat("nptActivity","_duration"),component:"span",variant:"h6",className:g.highlightedText,children:Number.isFinite(b)&&b.toFixed(2)||"-"}),b&&m(n,{"data-testid":"".concat("nptActivity","_durationUnits"),component:"span",variant:"caption",className:g.unit,children:"(hrs)"})]})]}),c(i,{item:!0,children:[c(n,{variant:"body2","data-testid":"".concat("nptActivity","_startTime"),className:g.valueWrapper,children:[m(n,{variant:"body2",component:"span",className:g.text,children:"Start Time:"}),f.format("MM/DD/YYYY HH:mm")]}),c(n,{variant:"body2","data-testid":"".concat("nptActivity","_depth"),className:g.valueWrapper,children:[m(n,{variant:"body2",component:"span",className:g.text,children:"Depth:"}),null==N?void 0:N.formatNumeral("0,0.00"),c(n,{component:"span",variant:"caption",className:g.unit,children:["(",s("length"),")"]})]}),p&&c(n,{variant:"body2","data-testid":"".concat("nptActivity","_comment"),className:g.valueWrapper,children:[m(n,{variant:"body2",component:"span",className:g.text,children:"Comment:"}),p]})]})]})},l=t.shape({comment:t.string.isRequired,depth:t.number.isRequired,end_time:t.number.isRequired,start_time:t.number.isRequired,type:t.string.isRequired}).isRequired;p.propTypes={feedItem:t.shape({context:t.shape({completion_npt_event:t.shape({data:l}).isRequired,npt_event:t.shape({data:l}).isRequired}).isRequired}).isRequired};export{p as default};
|
|
@@ -1,63 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { isNativeDetected } from '../../../utils/mobileDetect.js';
|
|
3
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
|
-
import { makeStyles, Typography } from '@material-ui/core';
|
|
5
|
-
import PropTypes from 'prop-types';
|
|
6
|
-
import { formatMentionText } from '../../UserMention/utils/index.js';
|
|
7
|
-
import Attachment from '../../Attachment/index.js';
|
|
8
|
-
import CollapsibleContent from '../../CollapsibleContent.js';
|
|
9
|
-
|
|
10
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
11
|
-
|
|
12
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
13
|
-
var PAGE_NAME = 'PostFeedItem';
|
|
14
|
-
var useStyles = makeStyles({
|
|
15
|
-
wrapper: {
|
|
16
|
-
whiteSpace: 'pre-wrap'
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
var PostFeedItem = function PostFeedItem(_ref) {
|
|
21
|
-
var _ref$feedItem = _ref.feedItem,
|
|
22
|
-
_ref$feedItem$context = _ref$feedItem.context.post,
|
|
23
|
-
body = _ref$feedItem$context.body,
|
|
24
|
-
_ref$feedItem$context2 = _ref$feedItem$context.attachment,
|
|
25
|
-
attachment = _ref$feedItem$context2 === void 0 ? {} : _ref$feedItem$context2,
|
|
26
|
-
mentionedUsers = _ref$feedItem.mentioned_users;
|
|
27
|
-
var classes = useStyles();
|
|
28
|
-
var attachmentProps = {
|
|
29
|
-
attachmentSize: attachment.size,
|
|
30
|
-
size: 'medium'
|
|
31
|
-
}; // TODO: Update to signed_url when PostFeedItem is migrate on API
|
|
32
|
-
|
|
33
|
-
if (attachment.file_name) attachmentProps.fileName = attachment.file_name;else attachmentProps.attachmentUrl = attachment.url;
|
|
34
|
-
return /*#__PURE__*/jsxs("div", {
|
|
35
|
-
className: classes.wrapper,
|
|
36
|
-
children: [body && /*#__PURE__*/jsx(CollapsibleContent, {
|
|
37
|
-
children: /*#__PURE__*/jsx(Typography, {
|
|
38
|
-
"data-testid": "".concat(PAGE_NAME, "_message"),
|
|
39
|
-
variant: "body1",
|
|
40
|
-
gutterBottom: true,
|
|
41
|
-
children: formatMentionText(body, mentionedUsers, isNativeDetected)
|
|
42
|
-
})
|
|
43
|
-
}), (attachment.file_name || attachment.url) && /*#__PURE__*/jsx(Attachment, _objectSpread({}, attachmentProps))]
|
|
44
|
-
});
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
PostFeedItem.propTypes = {
|
|
48
|
-
feedItem: PropTypes.shape({
|
|
49
|
-
context: PropTypes.shape({
|
|
50
|
-
post: PropTypes.shape({
|
|
51
|
-
body: PropTypes.string.isRequired,
|
|
52
|
-
attachment: PropTypes.shape({
|
|
53
|
-
url: PropTypes.string,
|
|
54
|
-
size: PropTypes.number
|
|
55
|
-
})
|
|
56
|
-
}).isRequired
|
|
57
|
-
}).isRequired,
|
|
58
|
-
mentioned_users: PropTypes.arrayOf(PropTypes.shape({}))
|
|
59
|
-
}).isRequired
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
export default PostFeedItem;
|
|
63
|
-
//# sourceMappingURL=PostFeedItem.js.map
|
|
1
|
+
import e from"@babel/runtime/helpers/defineProperty";import t from"prop-types";import{makeStyles as r,Typography as i}from"@material-ui/core";import{isNativeDetected as o}from"../../../utils/mobileDetect.js";import n from"../../Attachment/index.js";import{formatMentionText as s}from"../../UserMention/utils/index.js";import a from"../../CollapsibleContent.js";import{jsxs as p,jsx as m}from"react/jsx-runtime";function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,i)}return r}function u(t){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?c(Object(i),!0).forEach((function(r){e(t,r,i[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):c(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}var f=r({wrapper:{whiteSpace:"pre-wrap"}}),l=function(e){var t=e.feedItem,r=t.context.post,c=r.body,l=r.attachment,d=void 0===l?{}:l,b=t.mentioned_users,h=f(),y={attachmentSize:d.size,size:"medium"};return d.file_name?y.fileName=d.file_name:y.attachmentUrl=d.url,p("div",{className:h.wrapper,children:[c&&m(a,{children:m(i,{"data-testid":"".concat("PostFeedItem","_message"),variant:"body1",gutterBottom:!0,children:s(c,b,o)})}),(d.file_name||d.url)&&m(n,u({},y))]})};l.propTypes={feedItem:t.shape({context:t.shape({post:t.shape({body:t.string.isRequired,attachment:t.shape({url:t.string,size:t.number})}).isRequired}).isRequired,mentioned_users:t.arrayOf(t.shape({}))}).isRequired};export{l as default};
|
|
@@ -1,99 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
3
|
-
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
4
|
-
import { getAppStorage } from '../../../../clients/jsonApi/index.js';
|
|
5
|
-
|
|
6
|
-
function fetchPredictionsData(_x) {
|
|
7
|
-
return _fetchPredictionsData.apply(this, arguments);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
function _fetchPredictionsData() {
|
|
11
|
-
_fetchPredictionsData = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(_ref) {
|
|
12
|
-
var wellId, stageNumber, data, records;
|
|
13
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
14
|
-
while (1) {
|
|
15
|
-
switch (_context.prev = _context.next) {
|
|
16
|
-
case 0:
|
|
17
|
-
wellId = _ref.wellId, stageNumber = _ref.stageNumber;
|
|
18
|
-
data = {};
|
|
19
|
-
_context.prev = 2;
|
|
20
|
-
_context.next = 5;
|
|
21
|
-
return getAppStorage('corva', 'completion.predictions', wellId, {
|
|
22
|
-
query: "{stage_number#eq#".concat(stageNumber, "}"),
|
|
23
|
-
sort: '{timestamp: -1}',
|
|
24
|
-
limit: 1
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
case 5:
|
|
28
|
-
records = _context.sent;
|
|
29
|
-
data = records[0].data;
|
|
30
|
-
_context.next = 12;
|
|
31
|
-
break;
|
|
32
|
-
|
|
33
|
-
case 9:
|
|
34
|
-
_context.prev = 9;
|
|
35
|
-
_context.t0 = _context["catch"](2);
|
|
36
|
-
console.error(_context.t0);
|
|
37
|
-
|
|
38
|
-
case 12:
|
|
39
|
-
return _context.abrupt("return", data);
|
|
40
|
-
|
|
41
|
-
case 13:
|
|
42
|
-
case "end":
|
|
43
|
-
return _context.stop();
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}, _callee, null, [[2, 9]]);
|
|
47
|
-
}));
|
|
48
|
-
return _fetchPredictionsData.apply(this, arguments);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
function fetchStagesData(_x2) {
|
|
52
|
-
return _fetchStagesData.apply(this, arguments);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function _fetchStagesData() {
|
|
56
|
-
_fetchStagesData = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee2(_ref2) {
|
|
57
|
-
var wellId, stageNumber, data, records, _records;
|
|
58
|
-
|
|
59
|
-
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
60
|
-
while (1) {
|
|
61
|
-
switch (_context2.prev = _context2.next) {
|
|
62
|
-
case 0:
|
|
63
|
-
wellId = _ref2.wellId, stageNumber = _ref2.stageNumber;
|
|
64
|
-
data = {};
|
|
65
|
-
_context2.prev = 2;
|
|
66
|
-
_context2.next = 5;
|
|
67
|
-
return getAppStorage('corva', 'completion.data.stages', wellId, {
|
|
68
|
-
query: "{data.stage_number#eq#".concat(stageNumber, "}"),
|
|
69
|
-
sort: '{timestamp: -1}',
|
|
70
|
-
limit: 1
|
|
71
|
-
});
|
|
72
|
-
|
|
73
|
-
case 5:
|
|
74
|
-
records = _context2.sent;
|
|
75
|
-
_records = _slicedToArray(records, 1);
|
|
76
|
-
data = _records[0];
|
|
77
|
-
_context2.next = 13;
|
|
78
|
-
break;
|
|
79
|
-
|
|
80
|
-
case 10:
|
|
81
|
-
_context2.prev = 10;
|
|
82
|
-
_context2.t0 = _context2["catch"](2);
|
|
83
|
-
console.error(_context2.t0);
|
|
84
|
-
|
|
85
|
-
case 13:
|
|
86
|
-
return _context2.abrupt("return", data);
|
|
87
|
-
|
|
88
|
-
case 14:
|
|
89
|
-
case "end":
|
|
90
|
-
return _context2.stop();
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}, _callee2, null, [[2, 10]]);
|
|
94
|
-
}));
|
|
95
|
-
return _fetchStagesData.apply(this, arguments);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
export { fetchPredictionsData, fetchStagesData };
|
|
99
|
-
//# sourceMappingURL=api.js.map
|
|
1
|
+
import e from"@babel/runtime/helpers/slicedToArray";import r from"@babel/runtime/helpers/asyncToGenerator";import t from"@babel/runtime/regenerator";import{getAppStorage as n}from"../../../../clients/jsonApi/index.js";function a(e){return o.apply(this,arguments)}function o(){return(o=r(t.mark((function e(r){var a,o,s,c;return t.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a=r.wellId,o=r.stageNumber,s={},e.prev=2,e.next=5,n("corva","completion.predictions",a,{query:"{stage_number#eq#".concat(o,"}"),sort:"{timestamp: -1}",limit:1});case 5:c=e.sent,s=c[0].data,e.next=12;break;case 9:e.prev=9,e.t0=e.catch(2),console.error(e.t0);case 12:return e.abrupt("return",s);case 13:case"end":return e.stop()}}),e,null,[[2,9]])})))).apply(this,arguments)}function s(e){return c.apply(this,arguments)}function c(){return(c=r(t.mark((function r(a){var o,s,c,i,u;return t.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return o=a.wellId,s=a.stageNumber,c={},r.prev=2,r.next=5,n("corva","completion.data.stages",o,{query:"{data.stage_number#eq#".concat(s,"}"),sort:"{timestamp: -1}",limit:1});case 5:i=r.sent,u=e(i,1),c=u[0],r.next=13;break;case 10:r.prev=10,r.t0=r.catch(2),console.error(r.t0);case 13:return r.abrupt("return",c);case 14:case"end":return r.stop()}}),r,null,[[2,10]])})))).apply(this,arguments)}export{a as fetchPredictionsData,s as fetchStagesData};
|
|
@@ -1,19 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { string } from 'prop-types';
|
|
3
|
-
import Typography from '@material-ui/core/Typography';
|
|
4
|
-
|
|
5
|
-
var NoData = function NoData(_ref) {
|
|
6
|
-
var subject = _ref.subject;
|
|
7
|
-
return /*#__PURE__*/jsx(Typography, {
|
|
8
|
-
variant: "body1",
|
|
9
|
-
gutterBottom: true,
|
|
10
|
-
children: "No data for ".concat(subject)
|
|
11
|
-
});
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
NoData.propTypes = {
|
|
15
|
-
subject: string.isRequired
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export default NoData;
|
|
19
|
-
//# sourceMappingURL=NoData.js.map
|
|
1
|
+
import{string as r}from"prop-types";import t from"@material-ui/core/Typography";import{jsx as o}from"react/jsx-runtime";var e=function(r){var e=r.subject;return o(t,{variant:"body1",gutterBottom:!0,children:"No data for ".concat(e)})};e.propTypes={subject:r.isRequired};export{e as default};
|
|
@@ -1,55 +1 @@
|
|
|
1
|
-
import { isEmpty } from
|
|
2
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
-
import { makeStyles } from '@material-ui/core';
|
|
4
|
-
import { shape } from 'prop-types';
|
|
5
|
-
import PredictionsItem from './PredictionsItem.js';
|
|
6
|
-
import NoData from './NoData.js';
|
|
7
|
-
|
|
8
|
-
var useStyles = makeStyles({
|
|
9
|
-
wrapper: {
|
|
10
|
-
listStyle: 'none',
|
|
11
|
-
padding: 0,
|
|
12
|
-
display: 'flex'
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
var Predictions = function Predictions(_ref) {
|
|
17
|
-
var stages = _ref.stages,
|
|
18
|
-
predictionsData = _ref.predictionsData;
|
|
19
|
-
var classes = useStyles();
|
|
20
|
-
if (isEmpty(stages)) return /*#__PURE__*/jsx(NoData, {
|
|
21
|
-
subject: "predictions"
|
|
22
|
-
});
|
|
23
|
-
return /*#__PURE__*/jsxs("ul", {
|
|
24
|
-
className: classes.wrapper,
|
|
25
|
-
children: [/*#__PURE__*/jsx(PredictionsItem, {
|
|
26
|
-
title: "Breakdown",
|
|
27
|
-
fieldName: "ave_breakdown",
|
|
28
|
-
predictionsData: predictionsData
|
|
29
|
-
}), /*#__PURE__*/jsx(PredictionsItem, {
|
|
30
|
-
title: "ISIP",
|
|
31
|
-
fieldName: "ave_isip",
|
|
32
|
-
predictionsData: predictionsData
|
|
33
|
-
}), /*#__PURE__*/jsx(PredictionsItem, {
|
|
34
|
-
title: "Max Treating Pressure",
|
|
35
|
-
fieldName: "max_treating_pressure",
|
|
36
|
-
predictionsData: predictionsData
|
|
37
|
-
}), /*#__PURE__*/jsx(PredictionsItem, {
|
|
38
|
-
title: "Avg Treating Pressure",
|
|
39
|
-
fieldName: "ave_treating_pressure",
|
|
40
|
-
predictionsData: predictionsData
|
|
41
|
-
}), /*#__PURE__*/jsx(PredictionsItem, {
|
|
42
|
-
title: "Max Flow Rate",
|
|
43
|
-
fieldName: "max_flow_rate",
|
|
44
|
-
predictionsData: predictionsData
|
|
45
|
-
})]
|
|
46
|
-
});
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
Predictions.propTypes = {
|
|
50
|
-
stages: shape().isRequired,
|
|
51
|
-
predictionsData: shape().isRequired
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
export default Predictions;
|
|
55
|
-
//# sourceMappingURL=Predictions.js.map
|
|
1
|
+
import{shape as e}from"prop-types";import{makeStyles as t}from"@material-ui/core";import{isEmpty as r}from"lodash";import a from"./PredictionsItem.js";import i from"./NoData.js";import{jsx as s,jsxs as o}from"react/jsx-runtime";var p=t({wrapper:{listStyle:"none",padding:0,display:"flex"}}),d=function(e){var t=e.stages,d=e.predictionsData,m=p();return r(t)?s(i,{subject:"predictions"}):o("ul",{className:m.wrapper,children:[s(a,{title:"Breakdown",fieldName:"ave_breakdown",predictionsData:d}),s(a,{title:"ISIP",fieldName:"ave_isip",predictionsData:d}),s(a,{title:"Max Treating Pressure",fieldName:"max_treating_pressure",predictionsData:d}),s(a,{title:"Avg Treating Pressure",fieldName:"ave_treating_pressure",predictionsData:d}),s(a,{title:"Max Flow Rate",fieldName:"max_flow_rate",predictionsData:d})]})};d.propTypes={stages:e().isRequired,predictionsData:e().isRequired};export{d as default};
|
package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js
CHANGED
|
@@ -1,58 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import blue from '@material-ui/core/colors/blue';
|
|
3
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
4
|
-
import { makeStyles, Typography } from '@material-ui/core';
|
|
5
|
-
import { string, shape } from 'prop-types';
|
|
6
|
-
|
|
7
|
-
var useStyles = makeStyles(function (theme) {
|
|
8
|
-
return {
|
|
9
|
-
wrapper: {
|
|
10
|
-
display: 'flex',
|
|
11
|
-
flexDirection: 'column',
|
|
12
|
-
justifyContent: 'space-between',
|
|
13
|
-
marginRight: '5%'
|
|
14
|
-
},
|
|
15
|
-
predictionItem: {
|
|
16
|
-
color: blue[300]
|
|
17
|
-
},
|
|
18
|
-
unit: {
|
|
19
|
-
display: 'inline',
|
|
20
|
-
color: theme.palette.grey[400],
|
|
21
|
-
marginLeft: 5
|
|
22
|
-
}
|
|
23
|
-
};
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
var PredictionsItem = function PredictionsItem(_ref) {
|
|
27
|
-
var title = _ref.title,
|
|
28
|
-
fieldName = _ref.fieldName,
|
|
29
|
-
predictionsData = _ref.predictionsData;
|
|
30
|
-
var classes = useStyles();
|
|
31
|
-
if (!predictionsData) return null;
|
|
32
|
-
var itemValue = predictionsData[fieldName];
|
|
33
|
-
if (!itemValue) return null;
|
|
34
|
-
return /*#__PURE__*/jsxs("li", {
|
|
35
|
-
className: classes.wrapper,
|
|
36
|
-
children: [/*#__PURE__*/jsxs(Typography, {
|
|
37
|
-
variant: "subtitle2",
|
|
38
|
-
children: [title, /*#__PURE__*/jsxs(Typography, {
|
|
39
|
-
className: classes.unit,
|
|
40
|
-
variant: "caption",
|
|
41
|
-
children: ["(", getUnitDisplay('pressure'), ")"]
|
|
42
|
-
})]
|
|
43
|
-
}), /*#__PURE__*/jsx(Typography, {
|
|
44
|
-
variant: "h6",
|
|
45
|
-
className: classes.predictionItem,
|
|
46
|
-
children: Number.isFinite(itemValue) ? parseFloat(itemValue.toFixed(0)) : itemValue
|
|
47
|
-
})]
|
|
48
|
-
});
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
PredictionsItem.propTypes = {
|
|
52
|
-
title: string.isRequired,
|
|
53
|
-
fieldName: string.isRequired,
|
|
54
|
-
predictionsData: shape().isRequired
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
export default PredictionsItem;
|
|
58
|
-
//# sourceMappingURL=PredictionsItem.js.map
|
|
1
|
+
import{string as e,shape as i}from"prop-types";import{makeStyles as r,Typography as t}from"@material-ui/core";import a from"@material-ui/core/colors/blue";import{getUnitDisplay as n}from"../../../../../utils/convert.js";import{jsxs as o,jsx as l}from"react/jsx-runtime";var p=r((function(e){return{wrapper:{display:"flex",flexDirection:"column",justifyContent:"space-between",marginRight:"5%"},predictionItem:{color:a[300]},unit:{display:"inline",color:e.palette.grey[400],marginLeft:5}}})),s=function(e){var i=e.title,r=e.fieldName,a=e.predictionsData,s=p();if(!a)return null;var c=a[r];return c?o("li",{className:s.wrapper,children:[o(t,{variant:"subtitle2",children:[i,o(t,{className:s.unit,variant:"caption",children:["(",n("pressure"),")"]})]}),l(t,{variant:"h6",className:s.predictionItem,children:Number.isFinite(c)?parseFloat(c.toFixed(0)):c})]}):null};s.propTypes={title:e.isRequired,fieldName:e.isRequired,predictionsData:i().isRequired};export{s as default};
|
|
@@ -1,89 +1 @@
|
|
|
1
|
-
import { isEmpty } from
|
|
2
|
-
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
-
import { makeStyles } from '@material-ui/core';
|
|
4
|
-
import { useMemo } from 'react';
|
|
5
|
-
import { shape } from 'prop-types';
|
|
6
|
-
import NoData from '../NoData.js';
|
|
7
|
-
import ComparisonHeader from '../../../../../StageDesignVActual/ComparisonHeader.js';
|
|
8
|
-
import ComparisonRow from '../../../../../StageDesignVActual/ComparisonRow.js';
|
|
9
|
-
import ElementsComparison from '../../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js';
|
|
10
|
-
import { getSummaries } from './utils.js';
|
|
11
|
-
|
|
12
|
-
var useStyles = makeStyles({
|
|
13
|
-
wrapper: {
|
|
14
|
-
flex: '1',
|
|
15
|
-
overflowY: 'auto',
|
|
16
|
-
padding: '0 5px'
|
|
17
|
-
}
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
var Stages = function Stages(_ref) {
|
|
21
|
-
var _feedItem$context;
|
|
22
|
-
|
|
23
|
-
var feedItem = _ref.feedItem,
|
|
24
|
-
stages = _ref.stages,
|
|
25
|
-
predictionsData = _ref.predictionsData;
|
|
26
|
-
var classes = useStyles();
|
|
27
|
-
var actualData = ((_feedItem$context = feedItem.context) === null || _feedItem$context === void 0 ? void 0 : _feedItem$context.completion_actual_stage) || {};
|
|
28
|
-
var summaries = useMemo(function () {
|
|
29
|
-
return getSummaries(actualData, stages, predictionsData);
|
|
30
|
-
}, [actualData, stages, predictionsData]);
|
|
31
|
-
|
|
32
|
-
var stageNumber = function stageNumber() {
|
|
33
|
-
var _actualData$data;
|
|
34
|
-
|
|
35
|
-
return !isEmpty(actualData) ? "Stage Number: ".concat((_actualData$data = actualData.data) === null || _actualData$data === void 0 ? void 0 : _actualData$data.stage_number) : '';
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
if (isEmpty(stages) && isEmpty(actualData)) return /*#__PURE__*/jsx(NoData, {
|
|
39
|
-
subject: "stages"
|
|
40
|
-
});
|
|
41
|
-
return /*#__PURE__*/jsxs("div", {
|
|
42
|
-
className: classes.wrapper,
|
|
43
|
-
children: [/*#__PURE__*/jsx(ComparisonHeader, {
|
|
44
|
-
renderStages: stageNumber
|
|
45
|
-
}), /*#__PURE__*/jsx(ComparisonRow, {
|
|
46
|
-
rowKey: "top_perforation",
|
|
47
|
-
label: "Top Perforation",
|
|
48
|
-
unitType: "length",
|
|
49
|
-
summaries: summaries
|
|
50
|
-
}), /*#__PURE__*/jsx(ComparisonRow, {
|
|
51
|
-
rowKey: "bottom_perforation",
|
|
52
|
-
label: "Bottom Perforation",
|
|
53
|
-
unitType: "length",
|
|
54
|
-
summaries: summaries
|
|
55
|
-
}), /*#__PURE__*/jsx(ComparisonRow, {
|
|
56
|
-
rowKey: "perforated_length",
|
|
57
|
-
label: "Perforation Length",
|
|
58
|
-
unitType: "length",
|
|
59
|
-
summaries: summaries
|
|
60
|
-
}), /*#__PURE__*/jsx(ComparisonRow, {
|
|
61
|
-
rowKey: "total_shots",
|
|
62
|
-
label: "Total Shots",
|
|
63
|
-
summaries: summaries
|
|
64
|
-
}), /*#__PURE__*/jsx(ComparisonRow, {
|
|
65
|
-
rowKey: "flush_volume",
|
|
66
|
-
label: "Flush Volume",
|
|
67
|
-
unitType: "oil",
|
|
68
|
-
summaries: summaries
|
|
69
|
-
}), /*#__PURE__*/jsx(ElementsComparison, {
|
|
70
|
-
rowKey: "chemicals",
|
|
71
|
-
summaries: summaries
|
|
72
|
-
}), /*#__PURE__*/jsx(ElementsComparison, {
|
|
73
|
-
rowKey: "proppants",
|
|
74
|
-
summaries: summaries
|
|
75
|
-
}), /*#__PURE__*/jsx(ElementsComparison, {
|
|
76
|
-
rowKey: "fluids",
|
|
77
|
-
summaries: summaries
|
|
78
|
-
})]
|
|
79
|
-
});
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
Stages.propTypes = {
|
|
83
|
-
feedItem: shape().isRequired,
|
|
84
|
-
stages: shape().isRequired,
|
|
85
|
-
predictionsData: shape().isRequired
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
export default Stages;
|
|
89
|
-
//# sourceMappingURL=Stages.js.map
|
|
1
|
+
import{useMemo as e}from"react";import{shape as r}from"prop-types";import{isEmpty as o}from"lodash";import{makeStyles as t}from"@material-ui/core";import a from"../../../../../StageDesignVActual/ComparisonHeader.js";import i from"../../../../../StageDesignVActual/ComparisonRow.js";import s from"../../../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import{getSummaries as m}from"./utils.js";import n from"../NoData.js";import{jsx as l,jsxs as p}from"react/jsx-runtime";var u=t({wrapper:{flex:"1",overflowY:"auto",padding:"0 5px"}}),f=function(r){var t,f=r.feedItem,d=r.stages,c=r.predictionsData,g=u(),y=(null===(t=f.context)||void 0===t?void 0:t.completion_actual_stage)||{},h=e((function(){return m(y,d,c)}),[y,d,c]);return o(d)&&o(y)?l(n,{subject:"stages"}):p("div",{className:g.wrapper,children:[l(a,{renderStages:function(){var e;return o(y)?"":"Stage Number: ".concat(null===(e=y.data)||void 0===e?void 0:e.stage_number)}}),l(i,{rowKey:"top_perforation",label:"Top Perforation",unitType:"length",summaries:h}),l(i,{rowKey:"bottom_perforation",label:"Bottom Perforation",unitType:"length",summaries:h}),l(i,{rowKey:"perforated_length",label:"Perforation Length",unitType:"length",summaries:h}),l(i,{rowKey:"total_shots",label:"Total Shots",summaries:h}),l(i,{rowKey:"flush_volume",label:"Flush Volume",unitType:"oil",summaries:h}),l(s,{rowKey:"chemicals",summaries:h}),l(s,{rowKey:"proppants",summaries:h}),l(s,{rowKey:"fluids",summaries:h})]})};f.propTypes={feedItem:r().isRequired,stages:r().isRequired,predictionsData:r().isRequired};export{f as default};
|
|
@@ -1,35 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { get, isEmpty } from 'lodash';
|
|
3
|
-
import { getStageSummary } from '../../../../../../utils/StageDesignVActualUtils.js';
|
|
4
|
-
|
|
5
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
6
|
-
|
|
7
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
8
|
-
var getSummaries = function getSummaries(data, stagesData, predictionsData) {
|
|
9
|
-
var _data$data, _data$data2;
|
|
10
|
-
|
|
11
|
-
var startSummary = {
|
|
12
|
-
top_perforation: (_data$data = data.data) === null || _data$data === void 0 ? void 0 : _data$data.top_perforation,
|
|
13
|
-
bottom_perforation: (_data$data2 = data.data) === null || _data$data2 === void 0 ? void 0 : _data$data2.bottom_perforation,
|
|
14
|
-
perforated_length: 0,
|
|
15
|
-
total_shots: 0,
|
|
16
|
-
flush_volume: 0,
|
|
17
|
-
fluids: {},
|
|
18
|
-
chemicals: {},
|
|
19
|
-
proppants: {}
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
var predictionSummary = _objectSpread(_objectSpread({}, predictionsData), {}, {
|
|
23
|
-
flush_volume_design: get(predictionsData, 'flush_volume', 'flush_volume_design')
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
var summaries = {
|
|
27
|
-
actualSummary: !isEmpty(data) && getStageSummary(startSummary, data),
|
|
28
|
-
designSummary: !isEmpty(stagesData) && getStageSummary(startSummary, stagesData),
|
|
29
|
-
predictionSummary: predictionSummary
|
|
30
|
-
};
|
|
31
|
-
return summaries;
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
export { getSummaries };
|
|
35
|
-
//# sourceMappingURL=utils.js.map
|
|
1
|
+
import t from"@babel/runtime/helpers/defineProperty";import{get as e,isEmpty as r}from"lodash";import{getStageSummary as o}from"../../../../../../utils/StageDesignVActualUtils.js";function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,o)}return r}function i(e){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?n(Object(o),!0).forEach((function(r){t(e,r,o[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):n(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var p=function(t,n,p){var a,l,u={top_perforation:null===(a=t.data)||void 0===a?void 0:a.top_perforation,bottom_perforation:null===(l=t.data)||void 0===l?void 0:l.bottom_perforation,perforated_length:0,total_shots:0,flush_volume:0,fluids:{},chemicals:{},proppants:{}},s=i(i({},p),{},{flush_volume_design:e(p,"flush_volume","flush_volume_design")});return{actualSummary:!r(t)&&o(u,t),designSummary:!r(n)&&o(u,n),predictionSummary:s}};export{p as getSummaries};
|