@corva/ui 0.34.0-2 → 0.34.0-22
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 -1
- package/CLI/components/App/App.css.js +1 -1
- package/CLI/components/App/App.js +1 -1
- package/CLI/components/App/components/AppBar/AppBar.js +1 -1
- package/CLI/hocs/effects/useProvideAuth.js +1 -1
- package/CLI/hocs/withAppDataProviderHOC.js +1 -1
- package/CLI/hocs/withCLIAppSettingsHOC.js +1 -1
- package/CLI/hocs/withCorvaMagicHOC.js +1 -1
- package/CLI/hocs/withDevCenterRouterHOC.js +1 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.css.js +1 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.global.css.js +1 -1
- package/CLI/hocs/withGridLayoutHOC/withGridLayoutHOC.js +1 -1
- package/CLI/hocs/withPDFLayoutHOC.js +1 -1
- package/CLI/hocs/withReactRouterHOC.js +1 -1
- package/CLI/screens/LoginScreen/LoginScreen.css.js +1 -1
- package/CLI/screens/LoginScreen/LoginScreen.js +1 -1
- package/CLI/screens/LoginScreen/components/Auth.js +1 -1
- package/CLI/screens/LoginScreen/components/AuthStep.js +1 -1
- package/CLI/screens/LoginScreen/components/EmailStep.js +1 -1
- package/CLI/screens/LoginScreen/components/IconLogo.js +1 -1
- package/CLI/screens/LoginScreen/components/SSOButton.js +1 -1
- package/CLI/screens/OAuthCallbackScreen/index.js +1 -1
- 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/assets/a704a275c0816c257ef3e6f03a82769f.svg +1 -0
- package/cjs/devcenter/webpack/DevServerEntryPoint.js +1 -1
- package/cjs/devcenter/webpack/DevServerIsolatedAppEntryPoint.js +1 -1
- 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 -1
- package/clients/auth0/index.js +1 -1
- package/clients/clientStorage/core.js +1 -1
- package/clients/clientStorage/index.js +1 -1
- package/clients/index.js +1 -1
- package/clients/jsonApi/index.js +1 -1
- package/clients/subscriptions.js +1 -1
- package/components/AddComment/Popover.js +1 -1
- package/components/AddComment/Popup.js +1 -1
- package/components/AddComment/components/Content.js +1 -1
- package/components/AnchorsList/AnchorsList.js +1 -1
- package/components/Annotations/AnnotationsContext.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/style.css.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/style.css.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -1
- package/components/Annotations/components/AnnotationsList/index.js +1 -1
- package/components/Annotations/components/AnnotationsList/style.css.js +1 -1
- package/components/Annotations/components/LastAnnotation/index.js +1 -1
- package/components/Annotations/components/LastAnnotation/style.css.js +1 -1
- package/components/AppVersionsSelect/AppVersionsSelect.js +1 -1
- package/components/AppVersionsSelect/effects/index.js +1 -1
- package/components/AssetEditor/AssetEditorAutocomplete.js +1 -1
- package/components/AssetEditor/AssetEditors.css.js +1 -1
- package/components/AssetEditor/SingleAssetEditor.js +1 -1
- package/components/AssetEditor/effects/index.js +1 -1
- package/components/AssetEditor/index.js +1 -1
- package/components/AssetNameLabel/PrimaryAssetNameLabel.js +1 -1
- package/components/AssetNameLabel/SecondaryAssetNameLabel.js +1 -1
- package/components/AssetNameLabel/index.js +1 -1
- package/components/AssetNameLabel/styles.css.js +1 -1
- package/components/Attachment/index.js +1 -1
- package/components/Attachment/styles.css.js +1 -1
- package/components/Avatar/index.js +1 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.css.js +1 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.js +1 -1
- package/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -1
- package/components/BICOffsetPickerDialog/components/Map/index.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/NumberCircle.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -1
- package/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -1
- package/components/BICOffsetPickerDialog/effects/index.js +1 -1
- package/components/BICOffsetPickerDialog/index.js +1 -1
- package/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -1
- package/components/Breadcrumbs/index.js +1 -1
- package/components/Button/index.js +1 -1
- package/components/Casing/CasingComponentIcon.js +1 -1
- package/components/Casing/CasingTable/CasingComponent.js +1 -1
- package/components/Casing/CasingTable/index.js +1 -1
- package/components/ChartActionsList/ChartActionsList.css.js +1 -1
- package/components/ChartActionsList/ChartActionsList.js +1 -1
- package/components/ChartActionsList/icons/GoLive.js +1 -1
- package/components/ChartActionsList/icons/LeftArrow.js +1 -1
- package/components/ChartActionsList/icons/RightArrow.js +1 -1
- package/components/ChartActionsList/icons/TimeRange.js +1 -1
- package/components/ChartActionsList/icons/ZoomIn.js +1 -1
- package/components/ChartActionsList/icons/ZoomOut.js +1 -1
- package/components/Checkbox/index.js +1 -1
- package/components/Chip/index.js +1 -1
- package/components/CollapsableSidebar.js +1 -1
- package/components/CollapsibleContent.js +1 -1
- package/components/ColorPicker/ColorPicker.js +1 -1
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.js +1 -1
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -1
- package/components/Comment/CommentIcon/BadgeIcon.js +1 -1
- package/components/Comment/CommentIcon/index.js +1 -1
- package/components/Comment/index.js +1 -1
- package/components/Comment/styles.css.js +1 -1
- package/components/CommentInput/index.js +1 -1
- package/components/CommentInput/styles.css.js +1 -1
- package/components/CommentLoader.js +1 -1
- package/components/CommentWrapper.js +1 -1
- package/components/CommentsInfo/index.js +1 -1
- package/components/CommentsInfo/styles.css.js +1 -1
- package/components/ConfirmationDialog.js +1 -1
- package/components/ContextMenuItem/index.js +1 -1
- package/components/Counter/index.js +1 -1
- package/components/CustomSelect/index.js +1 -1
- package/components/DatePicker/index.js +1 -1
- package/components/DateTimePicker/index.js +1 -1
- package/components/DevCenter/AppContext.js +1 -1
- package/components/DevCenter/AppHeader/AppHeader.css.js +1 -1
- package/components/DevCenter/AppHeader/AppHeader.js +1 -1
- package/components/DevCenter/AppHeader/AppHeaderNew.css.js +1 -1
- package/components/DevCenter/AppHeader/AppHeaderNew.js +1 -1
- package/components/DevCenter/AppHeader/PadMode.js +1 -1
- package/components/DevCenter/AppHeader/VersionBadge.css.js +1 -1
- package/components/DevCenter/AppHeader/VersionBadge.js +1 -1
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -1
- package/components/DevCenter/AppSideBar/AppSideBar.js +1 -1
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -1
- package/components/DevCenter/AppsDataProvider/effects/utils.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppDetails.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.module.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/RemoveAppButton.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/style.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useHelpCenter.js +1 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -1
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.scss.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterAppZoidComponent.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.module.css.js +1 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -1
- package/components/DevCenter/NavigationBar/NavigationBar.js +1 -1
- package/components/DevCenter/SideBar/SideBar.js +1 -1
- package/components/Drillstring/BHAComponentDetail/index.js +1 -1
- package/components/Drillstring/BHAComponentIcon.js +1 -1
- package/components/Drillstring/BHASchematic.js +1 -1
- package/components/Drillstring/BHATable/BHAComponent.js +1 -1
- package/components/Drillstring/BHATable/index.js +1 -1
- package/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -0
- package/components/Drillstring/BhaIndicator/styles.css.js +1 -0
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -0
- package/components/Drillstring/DrillstringDetail/styles.css.js +1 -0
- package/components/EditableItem/EditableItem/index.js +1 -1
- package/components/EditableItem/EditableItemWithBadge/index.js +1 -1
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -1
- package/components/EmbeddedApp/EmbeddedApp.js +1 -1
- package/components/EmbeddedApp/components/AppInfo.js +1 -1
- package/components/EmbeddedApp/styles.css.js +1 -1
- package/components/EmojiIconButton.js +1 -1
- package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -1
- package/components/EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js +1 -1
- package/components/EmptyView/EmptyView.js +1 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.css.js +1 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -1
- package/components/ErrorBoundary/ErrorBoundary.js +1 -1
- package/components/FailedFileUploading.js +1 -1
- package/components/FeedItem/FeedItem.css.js +1 -1
- package/components/FeedItem/FeedItem.js +1 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -1
- package/components/FeedItem/components/Actions.js +1 -1
- package/components/FeedItem/components/AvatarIcon.js +1 -1
- package/components/FeedItem/components/Comments.js +1 -1
- package/components/FeedItem/components/Content.js +1 -1
- package/components/FeedItem/components/CreatedAt.js +1 -1
- package/components/FeedItem/components/FeedComments.js +1 -1
- package/components/FeedItem/components/Icon.js +1 -1
- package/components/FeedItem/components/Reactions.js +1 -1
- package/components/FeedItem/components/RigAndWell.js +1 -1
- package/components/FeedItem/components/TypeAndAssetTitle.js +1 -1
- package/components/FeedItem/feedItemTypes/AlertFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -0
- package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -0
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -0
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -0
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -1
- package/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -1
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -0
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -0
- package/components/FilePreview/index.js +1 -1
- package/components/FilePreview/styles.css.js +1 -1
- package/components/FileTypeIcon.js +1 -1
- package/components/FileUploadIconButton.js +1 -1
- package/components/FilesLoader/FilesLoader.js +1 -1
- package/components/FilesLoader/Icons/CSVFileIcon.js +1 -1
- package/components/FilesLoader/Icons/DocFileIcon.js +1 -1
- package/components/FilesLoader/Icons/ExelFileIcon.js +1 -1
- package/components/FilesLoader/Icons/FileIcon.js +1 -1
- package/components/FilesLoader/Icons/IconCancel.js +1 -1
- package/components/FilesLoader/Icons/IconSuccess.js +1 -1
- package/components/FilesLoader/Icons/IconWarning.js +1 -1
- package/components/FilesLoader/Icons/ImageFileIcon.js +1 -1
- package/components/FilesLoader/Icons/PdfFileIcon.js +1 -1
- package/components/FilesLoader/Icons/UnknownFileIcon.js +1 -1
- package/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -1
- package/components/FolderMenuItem/components/FolderIcon.js +1 -1
- package/components/FolderMenuItem/components/OpenFolderIcon.js +1 -1
- package/components/FolderMenuItem/index.js +1 -1
- package/components/FolderMenuItemWithLinks/index.js +1 -1
- package/components/GoogleDocsViewer/index.js +1 -1
- package/components/GoogleDocsViewer/styles.css.js +1 -1
- package/components/HeaderLayout/HeaderLayout.css.js +1 -1
- package/components/HeaderLayout/HeaderLayout.js +1 -1
- package/components/HeaderLayout/effects/index.js +1 -1
- package/components/HelpCenter/ArticleIcon.js +1 -0
- package/components/HelpCenter/Attachments/Attachment.js +1 -0
- package/components/HelpCenter/Attachments/AttachmentList.js +1 -0
- package/components/HelpCenter/DialogLayout.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/HelpCenterDialog.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/EmptyView.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpCenterLink.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentCaption.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentItem.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentList.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/HelpContentTimestamp.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/components/SearchInput.js +1 -0
- package/components/HelpCenter/HelpCenterDialog/effects/useHelpContents.js +1 -0
- package/components/HelpCenter/ItemContent/ArticleItemContent.js +1 -0
- package/components/HelpCenter/ItemContent/ItemContent.js +1 -0
- package/components/HelpCenter/ItemContent/VideoItemContent.js +1 -0
- package/components/HelpCenter/SingleItemHeader.js +1 -0
- package/components/HelpCenter/index.js +1 -0
- package/components/HelpCenter/shapes/index.js +1 -0
- package/components/IconButton/index.js +1 -1
- package/components/IconMenu/index.js +1 -1
- package/components/Icons/AttachIcon.js +1 -1
- package/components/Icons/EmojiIcon.js +1 -1
- package/components/Icons/RecommendationIcon.js +1 -0
- package/components/Icons/SendIcon.js +1 -1
- package/components/ImageViewer/index.js +1 -1
- package/components/ImageViewer/styles.css.js +1 -1
- package/components/InfiniteList/index.js +1 -1
- package/components/InfiniteList/styles.css.js +1 -1
- package/components/KeyboardDateTimePicker.js +1 -1
- package/components/LabelsCounter/LabelsCounter.js +1 -1
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -1
- package/components/LoadingIndicator/InlineLoadingIndicator.js +1 -1
- package/components/LoadingIndicator/Loader.js +1 -1
- package/components/LoadingIndicator/LoadingIndicator.css.js +1 -1
- package/components/LoadingIndicator/LoadingIndicator.js +1 -1
- package/components/Login/components/Chip.js +1 -1
- package/components/Login/components/EmailField.js +1 -1
- package/components/Login/components/HiddenEmailField.js +1 -1
- package/components/Login/components/Login.global.css.js +1 -1
- package/components/Login/components/Login.js +1 -1
- package/components/Login/components/LogoIcon.js +1 -1
- package/components/Login/components/OrDivider.js +1 -1
- package/components/Login/components/PasswordField.js +1 -1
- package/components/Login/components/Step.js +1 -1
- package/components/Login/components/StepContent.js +1 -1
- package/components/Login/components/StepFooter.js +1 -1
- package/components/Login/components/StepHeader.js +1 -1
- package/components/MenuItem/index.js +1 -1
- package/components/Modal/Modal.css.js +1 -1
- package/components/Modal/index.js +1 -1
- package/components/Notifications/Notifications.js +1 -1
- package/components/Notifications/NotificationsContainer.js +1 -1
- package/components/Notifications/components/Toast.js +1 -1
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/ClearFiltersButton.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/MultiSelect.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/RadiusInput.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/SidetrackSwitch.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/SingleSelect.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/SubjectWellSearch.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleFiltersButton.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/ToggleMapButton.js +1 -1
- package/components/OffsetWellPickerV2/components/Filter/index.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/Map.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/index.css.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/index.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -1
- package/components/OffsetWellPickerV2/components/Map/popupGenerator.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsAddMenu.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/MetricsSelect.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.js +1 -1
- package/components/OffsetWellPickerV2/components/Table/index.js +1 -1
- package/components/OffsetWellPickerV2/constants.js +1 -1
- package/components/OffsetWellPickerV2/effects/biDirectionalFiltering.js +1 -1
- package/components/OffsetWellPickerV2/effects/index.js +1 -1
- package/components/OffsetWellPickerV2/utils/apiCalls.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/ClearFiltersButton.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/MultiSelect.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/RadiusInput.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/SidetrackSwitch.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/FormationsLegend.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/popupGenerator.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsAddMenu.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/MetricsSelect.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/SubjectIndicator.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/WellSearch.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/biDirectionalFiltering.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/utils/apiCalls.js +1 -1
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -1
- package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -1
- package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -1
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -1
- package/components/OffsetWellPickerV3/constants.js +1 -1
- package/components/OffsetWellPickerV3/effects/index.js +1 -1
- package/components/OffsetWellPickerV3/index.js +1 -1
- package/components/OffsetWellPickerV3/utils/apiCalls.js +1 -1
- package/components/PadModeSelect/PadModeSelect.js +1 -1
- package/components/PadOffsetsPicker/OffsetAssetChip.js +1 -1
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -1
- package/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -1
- package/components/PadOffsetsPicker/StagesSelector.js +1 -1
- package/components/ParameterCharts/AddEditTrack.css.js +1 -1
- package/components/ParameterCharts/AddEditTrack.js +1 -1
- package/components/ParameterCharts/ChartsContext.js +1 -1
- package/components/ParameterCharts/DataContext.js +1 -1
- package/components/ParameterCharts/ParameterCharts.css.js +1 -1
- package/components/ParameterCharts/ParameterCharts.js +1 -1
- package/components/ParameterCharts/SettingsContext.js +1 -1
- package/components/ParameterCharts/components/ChartContainer.css.js +1 -1
- package/components/ParameterCharts/components/ChartContainer.js +1 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.js +1 -1
- package/components/ParameterCharts/components/Charts/LineChart.css.js +1 -1
- package/components/ParameterCharts/components/Charts/LineChart.js +1 -1
- package/components/ParameterCharts/components/DataLoadingIndicator.js +1 -1
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.css.js +1 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.js +1 -1
- package/components/ParameterCharts/components/TraceHeader.css.js +1 -1
- package/components/ParameterCharts/components/TraceHeader.js +1 -1
- package/components/ParameterCharts/components/TraceSelect.js +1 -1
- package/components/ParameterCharts/components/TraceSettings.css.js +1 -1
- package/components/ParameterCharts/components/TraceSettings.js +1 -1
- package/components/ParameterCharts/components/Track.css.js +1 -1
- package/components/ParameterCharts/components/Track.js +1 -1
- package/components/ParameterCharts/components/TrackSettings.css.js +1 -1
- package/components/ParameterCharts/components/TrackSettings.js +1 -1
- package/components/PinnableFilters/PinnableFilters.css.js +1 -1
- package/components/PinnableFilters/PinnableFilters.js +1 -1
- package/components/PinnableFilters/components/FiltersToggler.js +1 -1
- package/components/PinnableFilters/components/PinAppSwitch.js +1 -1
- package/components/PinnableFilters/effects/index.js +1 -1
- package/components/PostInput/PostInput.css.js +1 -1
- package/components/PostInput/PostInput.js +1 -1
- package/components/PostPreviewDialog/index.js +1 -1
- package/components/PostPreviewDialog/styles.css.js +1 -1
- package/components/PriceInput/FormattedNumber.js +1 -1
- package/components/PriceInput/PriceInput.js +1 -1
- package/components/RangeSlider/Input.css.js +1 -1
- package/components/RangeSlider/RangeSlider.css.js +1 -1
- package/components/RangeSlider/RangeSlider.js +1 -1
- package/components/RangeSlider/inputs/FromInput.js +1 -1
- package/components/RangeSlider/inputs/ToInput.js +1 -1
- package/components/ResizableTable/ResizableTable.js +1 -1
- package/components/ResizableTable/ResizableTableCell.js +1 -1
- package/components/ResizableTable/ResizableTableHeaderCell.js +1 -1
- package/components/SearchInput/index.js +1 -1
- package/components/Select/index.js +1 -1
- package/components/SettingEditors/ColorEditor/index.js +1 -1
- package/components/SettingEditors/ColorEditor/style.css.js +1 -1
- package/components/SettingEditors/DropdownEditor/index.js +1 -1
- package/components/SettingEditors/RadioEditor/index.js +1 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.js +1 -1
- package/components/SlateFormattedText/Elements/VideoElement/VideoElement.js +1 -1
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -1
- package/components/SlateFormattedText/RenderElements.js +1 -1
- package/components/SlateFormattedText/SlateFormattedText.js +1 -1
- package/components/SlateFormattedText/style.css.js +1 -1
- package/components/SlateFormattedText/utils.js +1 -1
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -1
- package/components/StageDesignVActual/ComparisonHeader.js +1 -1
- package/components/StageDesignVActual/ComparisonRow.js +1 -1
- package/components/StageDesignVActual/ComparisonTable.css.js +1 -1
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -1
- package/components/Stepper/Step.css.js +1 -1
- package/components/Stepper/Step.js +1 -1
- package/components/Stepper/Stepper.js +1 -1
- package/components/Stepper/StepsWrapper.css.js +1 -1
- package/components/Stepper/StepsWrapper.js +1 -1
- package/components/StyledMenuItem/index.js +1 -1
- package/components/SwitchControl/index.js +1 -1
- package/components/SwitchControl/style.css.js +1 -1
- package/components/Table/TableSortLabel/TableSortLabel.js +1 -1
- package/components/Table/TableToolbar/TableToolbar.js +1 -1
- package/components/Tabs/Tab.js +1 -1
- package/components/Tabs/Tabs.js +1 -1
- package/components/Template/TemplatePopover/index.js +1 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.css.js +1 -1
- package/components/Template/TemplateSharingDialog/ChipSelector.js +1 -1
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -1
- package/components/Template/TemplateSharingDialog/index.js +1 -1
- package/components/TextField/index.js +1 -1
- package/components/TextLink/index.js +1 -1
- package/components/Tooltip/MuiTooltipDcWrapper.js +1 -1
- package/components/Tooltip/Tooltip.js +1 -1
- package/components/TracesEditModal/TracesEditModal.css.js +1 -1
- package/components/TracesEditModal/TracesEditModal.js +1 -1
- package/components/TracesEditModal/TracesEditModalContainer.js +1 -1
- package/components/TruncatedText/index.js +1 -1
- package/components/UserCard/index.js +1 -1
- package/components/UserCard/style.css.js +1 -1
- package/components/UserCardPopover.js +1 -1
- package/components/UserMention/index.js +1 -1
- package/components/UserMention/style.css.js +1 -1
- package/components/UserMention/utils/index.js +1 -1
- package/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -1
- package/components/VirtualizedTable/DraggableList.js +1 -1
- package/components/VirtualizedTable/VirtualizedTable.js +1 -1
- package/components/VirtualizedTable/index.js +1 -1
- package/components/WellSummary/ActivitySummaryChart.js +1 -1
- package/components/WellSummary/FracWirelineTimeChart.js +1 -1
- package/components/WellSummary/WellSummaryItemLabel.js +1 -1
- package/components/WellSummary/WellSummaryItemTitle.js +1 -1
- package/components/WellSummary/WellSummaryItemValue.js +1 -1
- package/components/WellSummary/effects/useWellSummaryData.js +1 -1
- package/components/index.js +1 -1
- package/config/highcharts/highcharts-contour.js +1 -1
- package/config/theme/accordionOverrides.js +1 -1
- package/config/theme/buttonOverrides.js +1 -1
- package/config/theme/checkboxOverrides.js +1 -1
- package/config/theme/chipOverrides.js +1 -1
- package/config/theme/fabOverrides.js +1 -1
- package/config/theme/formControlLabelOverrides.js +1 -1
- package/config/theme/formGroupOverrides.js +1 -1
- package/config/theme/index.js +1 -1
- package/config/theme/lightThemePalette.mjs.js +1 -1
- package/config/theme/palette.mjs.js +1 -1
- package/config/theme/radioOverrides.js +1 -1
- package/config/theme/tableOverrides.js +1 -1
- package/config/theme/textFieldOverrides.js +1 -1
- package/config/theme/themeVariables.mjs.js +1 -1
- package/config/theme/toggleButtonsGroupOverrides.js +1 -1
- package/config/theme/tooltipOverrides.js +1 -1
- package/constants/bha.js +1 -1
- package/constants/feed.js +1 -1
- package/constants/goals.js +1 -1
- package/constants/helpCenter.js +1 -1
- package/constants/index.js +1 -1
- package/effects/useDevCenterApp.js +1 -1
- package/effects/useEscPress.js +1 -1
- package/effects/useOutsideClick.js +1 -1
- package/effects/useSignedURL.js +1 -1
- package/effects/useSubscriptions.js +1 -1
- 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 -1
- package/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -1
- package/ext-esm/@material-ui/icons/esm/Map.js +1 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -1
- package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -1
- package/ext-esm/style-inject/dist/style-inject.es.js +1 -1
- package/hocs/withMUIProvidersHOC.js +1 -1
- package/index.js +1 -1
- package/package.json +22 -7
- package/permissions/PermissionsContext.js +1 -1
- package/permissions/ProvidePermissions.js +1 -1
- package/permissions/constants/appsPermissions.js +1 -1
- package/permissions/constants/index.js +1 -1
- package/permissions/constants/settingsApps.js +1 -1
- package/permissions/index.js +1 -1
- package/permissions/usePermissions.js +1 -1
- package/permissions/useProvidePermissions.js +1 -1
- package/permissions/withPermissionsHOC.js +1 -1
- package/styles/counter/counter.module.scss.js +1 -1
- package/styles/customScrollbars.global.css.js +1 -1
- package/styles/emojiMart.global.css.js +1 -1
- package/styles/generatedThemesVariables.global.css.js +1 -1
- package/styles/index.global.css.js +1 -1
- package/styles/mapbox.global.css.js +1 -1
- package/styles/reactVirtualized.global.css.js +1 -1
- package/styles/typography/colors.module.scss.js +1 -1
- package/styles/typography/index.js +1 -1
- package/styles/typography/typography.module.scss.js +1 -1
- package/utils/DrillstringUtils.js +1 -1
- package/utils/FluidCheckUtils.js +1 -1
- package/utils/apps.js +1 -1
- package/utils/bha.js +1 -0
- package/utils/casing/conversion.js +1 -1
- package/utils/casing/validation.js +1 -1
- package/utils/completion.js +1 -1
- package/utils/convert.js +1 -1
- package/utils/convertKeys.js +1 -1
- package/utils/devcenter.js +1 -1
- package/utils/drillstring/validation.js +1 -1
- package/utils/feed.js +1 -1
- package/utils/index.js +1 -1
- package/utils/lasParser.js +1 -1
- package/utils/main.js +1 -1
- package/utils/mapUnits.js +1 -1
- package/utils/mapbox.js +1 -1
- package/utils/metrics/index.js +1 -1
- package/utils/metrics/metricsConfig.js +1 -1
- package/utils/permissions.js +1 -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/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/HelpCenterDialog.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/ArticleIcon.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/ArticleItemContent.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/HelpContentCaption.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/HelpContentItem.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/HelpContentList.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/HelpContentTimestamp.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/ItemContent.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/SearchInput.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/components/VideoItemContent.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/effects/useHelpContents.js +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/HelpCenterDialog/shapes/index.js +0 -1
- package/utils/user.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import"@babel/runtime/helpers/
|
|
1
|
+
import e from"@babel/runtime/helpers/slicedToArray";import{useState as t}from"react";import r from"prop-types";import{debounce as o}from"lodash";import{withStyles as i}from"@material-ui/core";import"../../../Modal/index.js";import"../../../IconMenu/index.js";import"../../../StyledMenuItem/index.js";import"../../../DevCenter/AppHeader/AppHeader.js";import"../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"@babel/runtime/helpers/defineProperty";import"classnames";import"@material-ui/icons/Help";import"../../../Annotations/components/AnnotationsList/index.js";import"../../../Annotations/components/LastAnnotation/index.js";import"../../../Annotations/AnnotationsContext.js";import"../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"querystring";import"uuid/v1";import"../../../../clients/jsonApi/index.js";import"../../../../clients/subscriptions.js";import"../../../../constants/goals.js";import"../../../../constants/segment.js";import"../../../../constants/alerts.js";import"../../../../constants/apps.js";import"../../../../constants/drillstring.js";import"../../../../constants/completion.js";import"../../../../constants/notifications.js";import"../../../../constants/feed.js";import"../../../../constants/bha.js";import"../../../../utils/index.js";import"../../../HelpCenter/ArticleIcon.js";import"../../../HelpCenter/DialogLayout.js";import"../../../HelpCenter/HelpCenterDialog/HelpCenterDialog.js";import"../../../HelpCenter/ItemContent/ItemContent.js";import"../../../HelpCenter/SingleItemHeader.js";import"../../../HelpCenter/shapes/index.js";import"../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsx as n}from"react/jsx-runtime";import"../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../ErrorBoundary/ErrorBoundary.js";import"../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../LoadingIndicator/LoadingIndicator.js";import"../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js";import"../../../DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js";import"../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../DevCenter/AppContext.js";import"../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../../../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../../../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"@babel/runtime/helpers/objectWithoutProperties";import"react-router";import"../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../DevCenter/SideBar/SideBar.js";import"../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js";import"../../../DevCenter/AppHeader/AppHeaderNew.js";import"../../../AssetEditor/index.js";import"../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../Typography.js";import"../../../CollapsableSidebar.js";import"../../../DateTimePicker/index.js";import"../../../DatePicker/index.js";import"../../../SlateFormattedText/SlateFormattedText.js";import"../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../ParameterCharts/ParameterCharts.js";import"../../../ParameterCharts/AddEditTrack.js";import"../../../ChartActionsList/ChartActionsList.js";import"../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../AssetEditor/SingleAssetEditor.js";import"../../../SettingEditors/ColorEditor/index.js";import"../../../SettingEditors/DropdownEditor/index.js";import"../../../SettingEditors/RadioEditor/index.js";import s from"../../../SwitchControl/index.js";import"../../../ColorPicker/ColorPicker.js";import"../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../TruncatedText/index.js";import"../../../RangeSlider/RangeSlider.js";import"../../../Login/components/Login.js";import"../../../Login/components/PasswordField.js";import"../../../Login/components/Chip.js";import"../../../Login/components/StepFooter.js";import"../../../Login/components/StepContent.js";import"../../../Login/components/StepHeader.js";import"../../../Login/components/Step.js";import"../../../Login/components/OrDivider.js";import"../../../Login/components/HiddenEmailField.js";import"../../../Login/components/EmailField.js";import"../../../Breadcrumbs/index.js";import"../../../VirtualizedTable/index.js";import"../../../EmptyView/EmptyView.js";import"../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../Button/index.js";import"../../../ContextMenuItem/index.js";import"../../../FolderMenuItem/index.js";import"../../../EditableItem/EditableItem/index.js";import"../../../EditableItem/EditableItemWithBadge/index.js";import"../../../Checkbox/index.js";import"../../../FolderMenuItemWithLinks/index.js";import"../../../IconButton/index.js";import"../../../TextField/index.js";import"../../../Chip/index.js";import"../../../Counter/index.js";import"../../../AnchorsList/AnchorsList.js";import"../../../Select/index.js";import"../../../CustomSelect/index.js";import"../../../Tabs/Tabs.js";import"../../../Tabs/Tab.js";import"../../../ResizableTable/ResizableTable.js";import"../../../Drillstring/BHASchematic.js";import"../../../Drillstring/BHATable/index.js";import"../../../Drillstring/BHAComponentIcon.js";import"../../../Drillstring/BHAComponentDetail/index.js";import"../../../Casing/CasingTable/index.js";import"../../../Casing/CasingComponentIcon.js";import"../../../WellSummary/WellSummaryItemLabel.js";import"../../../WellSummary/WellSummaryItemTitle.js";import"../../../WellSummary/WellSummaryItemValue.js";import"../../../WellSummary/ActivitySummaryChart.js";import"../../../WellSummary/FracWirelineTimeChart.js";import"../../../BICOffsetPickerDialog/index.js";import"../../OffsetWellPickerDialog.js";import"../../../OffsetWellPickerV3/index.js";import"../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../ConfirmationDialog.js";import"../../../TextLink/index.js";import"../../../Avatar/index.js";import"../../../Template/TemplatePopover/index.js";import"../../../MenuItem/index.js";import"../../../PadModeSelect/PadModeSelect.js";import"../../../PinnableFilters/PinnableFilters.js";import"../../../HeaderLayout/HeaderLayout.js";import"../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../PadOffsetsPicker/StagesSelector.js";import"../../../Table/TableToolbar/TableToolbar.js";import"../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../PriceInput/PriceInput.js";import"../../../LabelsCounter/LabelsCounter.js";import"../../../Stepper/Step.js";import"../../../Stepper/StepsWrapper.js";import"../../../Stepper/Stepper.js";import"../../../Comment/CommentIcon/index.js";import"../../../FilesLoader/FilesLoader.js";import"../../../FilesLoader/Icons/FileIcon.js";import"../../../SearchInput/index.js";import"../../../FeedItem/FeedItem.js";import"../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../PostInput/PostInput.js";import"../../../KeyboardDateTimePicker.js";import"../../../AddComment/Popover.js";import"../../../AddComment/Popup.js";import"../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../StageDesignVActual/ComparisonHeader.js";import"../../../StageDesignVActual/ComparisonRow.js";import"../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../EmbeddedApp/EmbeddedApp.js";var p=o((function(e){e()}),500);function m(r){var o=r.initialChecked,i=r.onChange,m=r.classes,a=t(o),l=e(a,2),d=l[0],j=l[1];return n(s,{rightLabel:"Exclude Sidetracks",color:"primary",checked:d,onChange:function(e){j(e.target.checked),p((function(){i(e.target.checked)}))},size:"small",className:m.formControl})}m.propTypes={initialChecked:r.bool.isRequired,onChange:r.func.isRequired,classes:r.shape({}).isRequired};var a=i({formControl:{display:"flex",alignItems:"flex-end",height:"56px"}})(m);export{a as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"prop-types";import{makeStyles as r,FormControl as i,InputLabel as n,Select as t,MenuItem as o}from"@material-ui/core";import{jsxs as a,jsx as l}from"react/jsx-runtime";var s=r({formControl:{width:130,marginLeft:10,marginTop:8}});function u(e){var r=e.items,u=e.currentValue,m=e.onChange,p=e.label,c=s();return a(i,{className:c.formControl,children:[p&&l(n,{shrink:!0,htmlFor:"c-owp-single-select",children:p}),l(t,{autoWidth:!0,value:u,onChange:m,inputProps:{name:"c-owp-single-select",id:"c-owp-single-select"},children:r.map((function(e){return l(o,{value:e.key||e.id||e,children:e.title||e.name||e},e.key||e.id||e)}))})]})}u.propTypes={label:e.string,items:e.arrayOf(e.shape({})).isRequired,currentValue:e.oneOfType([e.string,e.number]).isRequired,onChange:e.func.isRequired},u.defaultProps={label:""};export{u as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"@babel/runtime/helpers/defineProperty";import{
|
|
1
|
+
import e from"@babel/runtime/helpers/defineProperty";import{memo as r}from"react";import t from"prop-types";import{makeStyles as o,TextField as p}from"@material-ui/core";import n from"@material-ui/lab/Autocomplete";import{jsx as a}from"react/jsx-runtime";function i(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,o)}return t}function l(r){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?i(Object(o),!0).forEach((function(t){e(r,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):i(Object(o)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(o,e))}))}return r}var c=o({root:{marginLeft:10,marginTop:8,width:130},paper:{maxHeight:400,width:320,boxShadow:"0px 5px 5px -3px rgb(0 0 0 / 20%), 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%)"}});function u(e){var r=e.wells,t=e.subjectWell,o=e.onChange,i=c();return a(n,{openOnFocus:!0,options:r,disableClearable:!0,blurOnSelect:!0,classes:{root:i.root,paper:i.paper},value:t,getOptionLabel:function(e){return e.name},renderInput:function(e){return a(p,l(l({},e),{},{label:"Subject Well"}))},onChange:function(e,r){o(r.id)}})}u.propTypes={wells:t.arrayOf(t.shape({})).isRequired,subjectWell:t.shape({}),onChange:t.func.isRequired},u.defaultProps={subjectWell:null};var s=r(u);export{s as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{memo as r}from"react";import e from"prop-types";import{Button as o}from"@material-ui/core";import{jsx as i}from"react/jsx-runtime";import t from'./../../../../ext-esm/@material-ui/icons/esm/ExpandMore.js';import s from'./../../../../ext-esm/@material-ui/icons/esm/ExpandLess.js';var m=function(r){var e=r.filtersHidden,m=r.onToggleFilters;return i("div",{children:i(o,{endIcon:i(e?t:s,{}),onClick:m,children:"Filters"})})};m.propTypes={filtersHidden:e.bool.isRequired,onToggleFilters:e.func.isRequired};var n=r(m);export{n as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"
|
|
1
|
+
import{memo as e}from"react";import t from"prop-types";import{makeStyles as o}from"@material-ui/core";import"../../../Modal/index.js";import"../../../IconMenu/index.js";import"../../../StyledMenuItem/index.js";import"../../../DevCenter/AppHeader/AppHeader.js";import"../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"@babel/runtime/helpers/defineProperty";import"@babel/runtime/helpers/slicedToArray";import"classnames";import"lodash";import"@material-ui/icons/Help";import"../../../Annotations/components/AnnotationsList/index.js";import"../../../Annotations/components/LastAnnotation/index.js";import"../../../Annotations/AnnotationsContext.js";import"../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"querystring";import"uuid/v1";import"../../../../clients/jsonApi/index.js";import"../../../../clients/subscriptions.js";import"../../../../constants/goals.js";import"../../../../constants/segment.js";import"../../../../constants/alerts.js";import"../../../../constants/apps.js";import"../../../../constants/drillstring.js";import"../../../../constants/completion.js";import"../../../../constants/notifications.js";import"../../../../constants/feed.js";import"../../../../constants/bha.js";import"../../../../utils/index.js";import"../../../HelpCenter/ArticleIcon.js";import"../../../HelpCenter/DialogLayout.js";import"../../../HelpCenter/HelpCenterDialog/HelpCenterDialog.js";import"../../../HelpCenter/ItemContent/ItemContent.js";import"../../../HelpCenter/SingleItemHeader.js";import"../../../HelpCenter/shapes/index.js";import"../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsx as r,jsxs as i}from"react/jsx-runtime";import"../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../ErrorBoundary/ErrorBoundary.js";import"../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../LoadingIndicator/LoadingIndicator.js";import"../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js";import"../../../DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js";import"../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../DevCenter/AppContext.js";import"../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../../../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../../../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"@babel/runtime/helpers/objectWithoutProperties";import"react-router";import"../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../DevCenter/SideBar/SideBar.js";import"../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js";import"../../../DevCenter/AppHeader/AppHeaderNew.js";import"../../../AssetEditor/index.js";import"../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../Typography.js";import"../../../CollapsableSidebar.js";import"../../../DateTimePicker/index.js";import"../../../DatePicker/index.js";import"../../../SlateFormattedText/SlateFormattedText.js";import"../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../ParameterCharts/ParameterCharts.js";import"../../../ParameterCharts/AddEditTrack.js";import"../../../ChartActionsList/ChartActionsList.js";import"../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../AssetEditor/SingleAssetEditor.js";import"../../../SettingEditors/ColorEditor/index.js";import"../../../SettingEditors/DropdownEditor/index.js";import"../../../SettingEditors/RadioEditor/index.js";import"../../../SwitchControl/index.js";import"../../../ColorPicker/ColorPicker.js";import"../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../TruncatedText/index.js";import"../../../RangeSlider/RangeSlider.js";import"../../../Login/components/Login.js";import"../../../Login/components/PasswordField.js";import"../../../Login/components/Chip.js";import"../../../Login/components/StepFooter.js";import"../../../Login/components/StepContent.js";import"../../../Login/components/StepHeader.js";import"../../../Login/components/Step.js";import"../../../Login/components/OrDivider.js";import"../../../Login/components/HiddenEmailField.js";import"../../../Login/components/EmailField.js";import"../../../Breadcrumbs/index.js";import"../../../VirtualizedTable/index.js";import"../../../EmptyView/EmptyView.js";import"../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../Button/index.js";import"../../../ContextMenuItem/index.js";import"../../../FolderMenuItem/index.js";import"../../../EditableItem/EditableItem/index.js";import"../../../EditableItem/EditableItemWithBadge/index.js";import"../../../Checkbox/index.js";import"../../../FolderMenuItemWithLinks/index.js";import n from"../../../IconButton/index.js";import"../../../TextField/index.js";import"../../../Chip/index.js";import"../../../Counter/index.js";import"../../../AnchorsList/AnchorsList.js";import"../../../Select/index.js";import"../../../CustomSelect/index.js";import"../../../Tabs/Tabs.js";import"../../../Tabs/Tab.js";import"../../../ResizableTable/ResizableTable.js";import"../../../Drillstring/BHASchematic.js";import"../../../Drillstring/BHATable/index.js";import"../../../Drillstring/BHAComponentIcon.js";import"../../../Drillstring/BHAComponentDetail/index.js";import"../../../Casing/CasingTable/index.js";import"../../../Casing/CasingComponentIcon.js";import"../../../WellSummary/WellSummaryItemLabel.js";import"../../../WellSummary/WellSummaryItemTitle.js";import"../../../WellSummary/WellSummaryItemValue.js";import"../../../WellSummary/ActivitySummaryChart.js";import"../../../WellSummary/FracWirelineTimeChart.js";import"../../../BICOffsetPickerDialog/index.js";import"../../OffsetWellPickerDialog.js";import"../../../OffsetWellPickerV3/index.js";import"../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../ConfirmationDialog.js";import"../../../TextLink/index.js";import"../../../Avatar/index.js";import"../../../Template/TemplatePopover/index.js";import"../../../MenuItem/index.js";import"../../../PadModeSelect/PadModeSelect.js";import"../../../PinnableFilters/PinnableFilters.js";import"../../../HeaderLayout/HeaderLayout.js";import"../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../PadOffsetsPicker/StagesSelector.js";import"../../../Table/TableToolbar/TableToolbar.js";import"../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../PriceInput/PriceInput.js";import"../../../LabelsCounter/LabelsCounter.js";import"../../../Stepper/Step.js";import"../../../Stepper/StepsWrapper.js";import"../../../Stepper/Stepper.js";import"../../../Comment/CommentIcon/index.js";import"../../../FilesLoader/FilesLoader.js";import"../../../FilesLoader/Icons/FileIcon.js";import"../../../SearchInput/index.js";import"../../../FeedItem/FeedItem.js";import"../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../PostInput/PostInput.js";import"../../../KeyboardDateTimePicker.js";import"../../../AddComment/Popover.js";import"../../../AddComment/Popup.js";import"../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../StageDesignVActual/ComparisonHeader.js";import"../../../StageDesignVActual/ComparisonRow.js";import"../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../EmbeddedApp/EmbeddedApp.js";import p from'./../../../../ext-esm/@material-ui/icons/esm/Map.js';import s from'./../../../../ext-esm/@material-ui/icons/esm/UnfoldMore.js';import m from'./../../../../ext-esm/@material-ui/icons/esm/UnfoldLess.js';var a=o({iconButtonWrapper:{marginTop:5,width:"40px"},mapExpandIconGroup:{display:"flex",flexDirection:"column",height:"26px",width:"26px",alignItems:"center",justifyContent:"center"}}),l=function(e){var t=e.mapHidden,o=e.onToggleMap,l=a();return r("div",{className:l.iconButtonWrapper,children:r(n,{size:"small",variant:"contained",tooltipProps:{title:t?"Expand Map":"Collapse Map"},onClick:function(){o()},children:i("div",{className:l.mapExpandIconGroup,children:[r(p,{fontSize:"inherit"}),r(t?s:m,{fontSize:"inherit"})]})})})};l.propTypes={mapHidden:t.bool.isRequired,onToggleMap:t.func.isRequired};var d=e(l);export{d as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"@babel/runtime/helpers/slicedToArray";import{memo as i,useState as r}from"react";import n from"prop-types";import{get as a}from"lodash";import{makeStyles as l}from"@material-ui/core";import{isNativeDetected as t,isMobileDetected as o}from"../../../../utils/mobileDetect.js";import s from"./SubjectWellSearch.js";import u from"./RadiusInput.js";import d from"./SidetrackSwitch.js";import p from"./ToggleFiltersButton.js";import c from"./ToggleMapButton.js";import m from"./SingleSelect.js";import f from"./MultiSelect.js";import g from"./ClearFiltersButton.js";import{FILTERS_LIST as h}from"../../constants.js";import{jsxs as b,jsx as C}from"react/jsx-runtime";var R=l({container:{display:"flex"},filters:{display:"flex",flexWrap:"wrap"},fileterSection:{display:"flex",width:"100%",alignItems:"center",flexWrap:"wrap"},subjectWellWrapper:{display:"flex",alignItems:"center",flexWrap:"wrap"}}),j=t||o;function q(i){var n=i.companyId,l=i.companies,t=i.canViewCompanies,o=i.wells,q=i.subjectWell,S=i.radius,y=i.excludeSideTrack,W=i.filters,x=i.filtersOptions,v=i.mapHidden,w=i.isRadiusEditable,T=i.onChangeCompany,k=i.onSetSubjectWell,F=i.onChangeFilters,M=i.onChangeRadius,V=i.onChangeSidetrack,I=i.onClearFilters,H=i.onToggleMap,N=r(j),O=e(N,2),B=O[0],z=O[1],E=R({isMobile:j});return b("div",{children:[j&&C(p,{filtersHidden:B,onToggleFilters:function(){z((function(e){return!e}))}}),!B&&b("div",{className:E.container,children:[C(c,{mapHidden:v,onToggleMap:H}),C("div",{className:E.filters,children:b("div",{className:E.fileterSection,children:[t&&C(m,{label:"Company",items:l,currentValue:n,onChange:function(e){return T(e.target.value)}},"company"),h.map((function(e){var i=e.key,r=e.title,n=e.size,l=e.renderValue;return C(f,{title:r,size:n,options:a(x,i,[]),currentValues:a(W,i,[]),renderValue:l,onChange:function(e){return F(i,e)}},i)})),b("div",{className:E.subjectWellWrapper,children:[C(s,{wells:o,subjectWell:q,onChange:k}),C(u,{radius:S,editable:w,onChange:M}),C(d,{initialChecked:y,onChange:V}),C(g,{onClick:I})]})]})})]})]})}q.propTypes={canViewCompanies:n.bool.isRequired,companies:n.arrayOf(n.shape({})).isRequired,wells:n.arrayOf(n.shape({})).isRequired,subjectWell:n.shape({}),companyId:n.number.isRequired,radius:n.number.isRequired,isRadiusEditable:n.bool.isRequired,excludeSideTrack:n.bool.isRequired,filters:n.shape({}).isRequired,filtersOptions:n.shape({}).isRequired,mapHidden:n.bool.isRequired,onChangeCompany:n.func.isRequired,onSetSubjectWell:n.func.isRequired,onChangeFilters:n.func.isRequired,onChangeRadius:n.func.isRequired,onChangeSidetrack:n.func.isRequired,onClearFilters:n.func.isRequired,onToggleMap:n.func.isRequired},q.defaultProps={subjectWell:null};var S=i(q);export{S as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import a from'
|
|
1
|
+
import a from'./../../../../ext-esm/style-inject/dist/style-inject.es.js';var e={map:"Map_map__cq-fM",mapMain:"Map_mapMain__llG4C",mapFooter:"Map_mapFooter__0m62e",mapFooterItem:"Map_mapFooterItem__wJdaF",mapFooterItemSquare:"Map_mapFooterItemSquare__UjAeE",mapFooterItemLabel:"Map_mapFooterItemLabel__jKEkY"};a(".Map_map__cq-fM{width:100%}.Map_mapMain__llG4C{background-color:#414141;border-radius:4px;flex:100;height:250px;width:100%}.Map_mapFooter__0m62e{display:flex;flex:1;flex-wrap:wrap;padding-bottom:5px;padding-top:5px}.Map_mapFooterItem__wJdaF{align-items:center;display:flex;margin-right:10px;white-space:nowrap}.Map_mapFooterItemSquare__UjAeE{border-radius:50%;height:8px;margin-right:5px;width:8px}.Map_mapFooterItemLabel__jKEkY{color:#ccc;font-size:11px}.Map_map__cq-fM .leaflet-popup-content-wrapper{background-color:#414141;border-radius:4px;box-shadow:0 5px 5px rgba(0,0,0,.2),0 3px 14px rgba(0,0,0,.12),0 8px 10px rgba(0,0,0,.14)}.Map_map__cq-fM .leaflet-popup-content{padding:10px 16px;width:420px!important}.Map_map__cq-fM .leaflet-popup-close-button,.Map_map__cq-fM .leaflet-popup-tip{display:none}.Map_map__cq-fM .leaflet-control-zoom{background:none;border:none;box-shadow:none}.Map_map__cq-fM .leaflet-control-zoom a{background-image:none;background:#272727;color:#bdbdbd}.Map_map__cq-fM .leaflet-control-zoom a,.Map_map__cq-fM .leaflet-control-zoom a:hover{align-items:center;border-radius:4px;content:unset;display:flex;font-size:22px;height:32px;justify-content:center;margin-top:4px;opacity:1;text-align:center;text-indent:unset;width:32px}.Map_map__cq-fM .leaflet-control-zoom a:hover{background:#303030;background-image:none;color:#fff}.Map_map__cq-fM .leaflet-touch .leaflet-bar,.Map_map__cq-fM .leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:0 solid transparent}");export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"@babel/runtime/helpers/defineProperty";import{
|
|
1
|
+
import r from"@babel/runtime/helpers/defineProperty";import e from"@babel/runtime/helpers/slicedToArray";import{memo as t,useRef as o,useMemo as n,useEffect as i,createElement as a}from"react";import c from"react-dom";import l from"prop-types";import u from"mapbox.js";import{get as s,sortBy as m}from"lodash";import{MuiThemeProvider as p}from"@material-ui/core/styles";import{mapbox as f}from"../../../../utils/index.js";import{darkTheme as d}from"../../../../config/theme/index.js";import"highcharts";import"highcharts/highcharts-more";import"highcharts-multicolor-series";import"highcharts/modules/solid-gauge";import"highcharts/modules/heatmap";import"highcharts/modules/boost";import"highcharts/modules/exporting";import"highcharts/modules/xrange";import"highcharts/modules/dumbbell";import"highcharts/modules/pattern-fill";import"@babel/runtime/helpers/typeof";import"../../../../config/mapbox/index.js";import{usePrevious as h}from"../../effects/index.js";import b from"./Map.css.js";import{jsx as g,jsxs as F}from"react/jsx-runtime";function v(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(r);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.push.apply(t,o)}return t}function y(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?v(Object(o),!0).forEach((function(t){r(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):v(Object(o)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(o,r))}))}return e}var j=f.isValidCoordinates,O=["#FF00FF","#F5BD80","#FF0000","#0080FF","#FF8000","#58ACFA","#FA58F4","#40FF00","#4B8A08","#40FF00","#D8F781"],k=[29.749907,-95.358421];function x(t){var l=t.subjectWell,f=t.wells,v=t.offsetWells,x=t.radius,N=t.subjectWellMarkerSize,P=t.wellMarkerSize,w=t.popUpFormatter,B=t.coordsDataPath,S=o(null),W=o(null),C=o(null),D=h(f),T=n((function(){return f.filter((function(r){return!l||l.id!==r.id}))}),[l,f]),M=n((function(){return l&&s(l,B)}),[l,B]),z=n((function(){var e=[],t=!1;T.forEach((function(r){"Null"===r.formation?t=!0:l&&l.formation===r.formation||e.includes(r.formation)||e.push(r.formation)}));var o=l?[l.formation].concat(m(e)):m(e);t&&!o.includes("Null")&&o.push("Null");var n=o.reduce((function(e,t,o){return y(y({},e),{},r({},t,O[o%O.length]))}),{});return[o,n]}),[l,T]),L=e(z,2),E=L[0],I=L[1];return i((function(){S.current=u.mapbox.map(S.current,null,{attributionControl:!1,scrollWheelZoom:!1,zoomControl:!1}).setView(k,1),u.control.zoom({position:"bottomright"}).addTo(S.current),u.mapbox.styleLayer("mapbox://styles/mapbox/dark-v9").addTo(S.current)}),[]),i((function(){S.current&&(W.current&&S.current.removeLayer(W.current),M?(W.current=u.circle(M,1609.34*x,{stroke:!1,fill:!0,fillOpacity:.2,fillColor:"#03BCD4",className:"circle_500"}),W.current.addTo(S.current)):W.current=null)}),[x,M]),i((function(){if(S.current){S.current.closePopup(),C.current&&C.current.removeFrom(S.current);var r=v.map((function(r){return r.id})),e=[];f.forEach((function(t){var o=s(t,B);if(o&&j(o)){var n=l&&l.id===t.id,i=r.includes(t.id),m=n?N:P,f=n||i?"#00FFFF":I[t.formation],h=n||i?1:.3,b=u.circleMarker(o,{radius:m,stroke:!1,fill:!0,fillOpacity:h,fillColor:f,className:"circle_500"});b.addEventListener("mouseover",(function(){if(w){var r=document.createElement("div"),e=a(w,{well:t,color:I[t.formation]});c.render(g(p,{theme:d,children:e}),r),u.popup().setLatLng(o).setContent(r).openOn(S.current)}})),e.push(b)}})),e.length&&(C.current=u.featureGroup(e),C.current.addTo(S.current)),setTimeout((function(){W.current&&W.current.bringToBack(),S.current&&W.current&&f!==D&&S.current.fitBounds(W.current.getBounds(),{padding:[5,5]})}),500)}}),[l,f,v,I]),i((function(){setTimeout((function(){W.current&&W.current.bringToBack(),l?S.current&&W.current&&S.current.fitBounds(W.current.getBounds(),{padding:[5,5]}):S.current&&C.current&&S.current.fitBounds(C.current.getBounds())}),500)}),[x,l]),F("div",{className:b.map,children:[g("div",{className:b.mapMain,ref:S}),F("div",{className:b.mapFooter,children:[v&&F("div",{className:b.mapFooterItem,children:[g("div",{className:b.mapFooterItemSquare,style:{backgroundColor:"#00FFFF"}}),g("div",{className:b.mapFooterItemLabel,children:"Selected Offset Wells"})]}),E.map((function(r){return F("div",{className:b.mapFooterItem,children:[g("div",{className:b.mapFooterItemSquare,style:{backgroundColor:I[r]}}),g("div",{className:b.mapFooterItemLabel,children:r})]},r)}))]})]})}x.propTypes={subjectWell:l.shape({id:l.number,formation:l.string}),wells:l.arrayOf(l.shape({})).isRequired,offsetWells:l.arrayOf(l.shape({})),radius:l.number.isRequired,subjectWellMarkerSize:l.number,wellMarkerSize:l.number,popUpFormatter:l.func,coordsDataPath:l.string},x.defaultProps={subjectWell:null,subjectWellMarkerSize:10,wellMarkerSize:5,popUpFormatter:null,coordsDataPath:"settings.top_hole.coordinates",offsetWells:null};var N=t(x);export{N as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import n from'
|
|
1
|
+
import n from'./../../../../ext-esm/style-inject/dist/style-inject.es.js';var e={mapContainer:"index_mapContainer__FwBeR",mapContainerHidden:"index_mapContainerHidden__4ct4B"};n(".index_mapContainer__FwBeR{margin-top:24px}.index_mapContainerHidden__4ct4B{display:none;margin-top:20px}");export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{memo as e,useMemo as r,useCallback as o}from"react";import t from"prop-types";import l from"classnames";import s from"./popupGenerator.js";import i from"./Map.js";import n from"./index.css.js";import{jsx as u}from"react/jsx-runtime";function a(e){var t=e.subjectWell,a=e.wells,f=e.offsetWells,p=e.radius,d=e.mapHidden,m=e.onSetSubjectWell,c=e.onRemoveSubjectWell,W=e.onAddOffsetWell,j=e.onDeleteOffsetWell,b=r((function(){return f.map((function(e){return e.id}))}),[f]),R=o((function(e,r){r?j(e):W(e)}),[W,j]),q=o((function(e,r){r?c(e):m(e)}),[m,c]),O=l(n.mapContainer,d&&n.mapContainerHidden);return u("div",{className:O,children:u(i,{subjectWell:t,wells:a,offsetWells:f,radius:p,popUpFormatter:s(t,b,q,R),coordsDataPath:"topHole.coordinates"})})}a.propTypes={subjectWell:t.shape({}),wells:t.arrayOf(t.shape({})).isRequired,offsetWells:t.arrayOf(t.shape({})).isRequired,radius:t.number,mapHidden:t.bool.isRequired,onSetSubjectWell:t.func.isRequired,onRemoveSubjectWell:t.func.isRequired,onAddOffsetWell:t.func.isRequired,onDeleteOffsetWell:t.func.isRequired},a.defaultProps={subjectWell:null,radius:null};var f=e(a);export{f as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import p from'
|
|
1
|
+
import p from'./../../../../ext-esm/style-inject/dist/style-inject.es.js';var o={popup:"popup_popup__6YwVL",wellColor:"popup_wellColor__D1fDg",wellName:"popup_wellName__5QW-2",popupInfo:"popup_popupInfo__QzuTJ",popupActions:"popup_popupActions__c2C85",popupButton:"popup_popupButton__peDV-",popupButtonContained:"popup_popupButtonContained__ZJV4R",poupupButton:"popup_poupupButton__xIGyt",popupButtonLabel:"popup_popupButtonLabel__pps4r",popupButtonIcon:"popup_popupButtonIcon__cP7oA"};p(".popup_popup__6YwVL{color:#fff;font-family:Roboto}.popup_wellColor__D1fDg{border-radius:50%;display:inline-block;height:8px;margin-right:8px;width:8px}.popup_wellName__5QW-2{color:#fff;font-size:16px;line-height:140.6%}.popup_popupInfo__QzuTJ,.popup_wellName__5QW-2{font-family:Roboto;font-style:normal;font-weight:400}.popup_popupInfo__QzuTJ{color:#bdbdbd;font-size:12px;letter-spacing:.4px;line-height:17px;margin:4px}.popup_popupActions__c2C85{display:flex;justify-content:flex-end;margin-top:8px}.popup_popupButton__peDV-{align-items:center;border-radius:4px;cursor:pointer;display:flex;height:36px;margin-right:5px;padding:12px 16px;user-select:none}.popup_popupButton__peDV-.popup_popupButtonContained__ZJV4R{background-color:#03bcd4}.popup_poupupButton__xIGyt:hover{background-color:hsla(0,0%,100%,.1)}.popup_popupButtonContained__ZJV4R:hover{background-color:#02acc1}.popup_popupButtonLabel__pps4r{color:#03bcd4;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;letter-spacing:1px;line-height:12px;text-transform:uppercase}.popup_popupButtonIcon__cP7oA{color:#03bcd4;height:16px;margin:4px 0;position:relative;width:25px}.popup_popupButtonContained__ZJV4R .popup_popupButtonLabel__pps4r{color:#fff}.popup_popupButtonIcon__cP7oA svg{font-size:18px;line-height:18px}");export{o as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"moment";import
|
|
1
|
+
import e from"moment";import o from"@material-ui/icons/Delete";import t from"@material-ui/icons/CenterFocusStrong";import i from"./popup.css.js";import{jsxs as n,jsx as l}from"react/jsx-runtime";var a=function(a,c,r,p){return function(s){var u=s.well,d=s.color,m=c.includes(u.id),f=a&&a.id===u.id;return n("div",{className:i.popup,children:[n("div",{children:[l("div",{className:i.wellColor,style:{backgroundColor:d}}),l("span",{className:i.wellName,children:u.name})]}),n("div",{className:i.popupInfo,children:["Well Depth:",Number.isFinite(u.rigReleaseDate)?"".concat(Math.floor(u.totalDepth)," ft"):"N/A"]}),n("div",{className:i.popupInfo,children:["Release Date:",Number.isFinite(u.rigReleaseDate)?e.unix(u.rigReleaseDate).format("MM/DD/YYYY"):"N/A"]}),n("div",{className:i.popupActions,children:[n("div",f?{className:i.popupButton,onClick:function(){return r(u.id,f)},children:[l("div",{className:i.popupButtonIcon,children:l(o,{})}),l("div",{className:i.popupButtonLabel,children:"Remove Subject Well"})]}:{className:i.popupButton,onClick:function(){return r(u.id,f)},children:[l("div",{className:i.popupButtonIcon,children:l(t,{})}),l("div",{className:i.popupButtonLabel,children:"Set Subject Well"})]}),!f&&l("div",{className:"".concat(i.popupButton," ").concat(i.popupButtonContained),onClick:function(){return p(u.id,m)},children:l("div",m?{className:i.popupButtonLabel,children:"Remove Offset"}:{className:i.popupButtonLabel,children:"Select As Offset"})})]})]})}};export{a as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"@babel/runtime/helpers/defineProperty";import{isEqual as e}from"lodash";import"@babel/runtime/helpers/toConsumableArray";import"../../../../constants/completion.js";import"../../../../constants/alerts.js";import t from"@babel/runtime/helpers/slicedToArray";import"../../../../constants/goals.js";import"../../../../constants/segment.js";import"../../../../constants/apps.js";import"../../../../constants/drillstring.js";import"../../../../constants/notifications.js";import"../../../../constants/feed.js";import"@babel/runtime/regenerator";import"@babel/runtime/helpers/asyncToGenerator";import"../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/typeof";import"../../../../utils/index.js";import{jsxs as r,Fragment as o,jsx as i}from"react/jsx-runtime";import{Menu as n,MenuItem as s,Checkbox as p,ListItemText as m}from"@material-ui/core";import{useState as a,useEffect as l}from"react";import"querystring";import"uuid/v1";import"../../../../clients/jsonApi/index.js";import"../../../../clients/subscriptions.js";import"uuid";import"@babel/runtime/helpers/objectWithoutProperties";import d from"prop-types";import"classnames";import"../../../Modal/index.js";import"../../../IconMenu/index.js";import"../../../StyledMenuItem/index.js";import{withStyles as c}from"@material-ui/core/styles";import"../../../LoadingIndicator/LoadingIndicator.js";import"../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js";import"../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../Avatar/index.js";import"../../../Annotations/AnnotationsContext.js";import"../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"react-router";import"../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import j from"../../../IconButton/index.js";import"../../../ConfirmationDialog.js";import"../../../Annotations/components/AnnotationsList/index.js";import"../../../Annotations/components/LastAnnotation/index.js";import"../../../PadModeSelect/PadModeSelect.js";import"../../../DevCenter/AppHeader/AppHeaderNew.js";import"../../../DevCenter/AppHeader/AppHeader.js";import"../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../DevCenter/AppContext.js";import"../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"@material-ui/icons/Help";import"../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import"../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../ErrorBoundary/ErrorBoundary.js";import"../../../Typography.js";import"../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js";import"slate";import"../../../SlateFormattedText/RenderElements.js";import"../../../SlateFormattedText/SlateFormattedText.js";import"../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js";import"../../../DevCenter/DevCenterAppContainer/components/HelpCenterDialog/HelpCenterDialog.js";import"../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../../../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../../../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../DevCenter/SideBar/SideBar.js";import"../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js";import"../../../TruncatedText/index.js";import"../../../AssetEditor/SingleAssetEditor.js";import"../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../AssetEditor/index.js";import"../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../CollapsableSidebar.js";import"../../../DateTimePicker/index.js";import"../../../DatePicker/index.js";import"../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../ColorPicker/ColorPicker.js";import"../../../ParameterCharts/AddEditTrack.js";import"../../../ParameterCharts/ParameterCharts.js";import"../../../ChartActionsList/ChartActionsList.js";import"../../../SettingEditors/ColorEditor/index.js";import"../../../SettingEditors/DropdownEditor/index.js";import"../../../SettingEditors/RadioEditor/index.js";import"../../../SwitchControl/index.js";import"../../../RangeSlider/RangeSlider.js";import"../../../Login/components/Login.js";import"../../../Login/components/PasswordField.js";import"../../../Login/components/Chip.js";import"../../../Login/components/StepFooter.js";import"../../../Login/components/StepContent.js";import"../../../Login/components/StepHeader.js";import"../../../Login/components/Step.js";import"../../../Login/components/OrDivider.js";import"../../../Login/components/HiddenEmailField.js";import"../../../Login/components/EmailField.js";import"../../../Breadcrumbs/index.js";import C from"@material-ui/icons/Settings";import"../../../VirtualizedTable/index.js";import"../../../EmptyView/EmptyView.js";import"../../../Button/index.js";import"../../../MenuItem/index.js";import"../../../ContextMenuItem/index.js";import"../../../FolderMenuItem/index.js";import"../../../EditableItem/EditableItem/index.js";import"../../../EditableItem/EditableItemWithBadge/index.js";import"../../../Checkbox/index.js";import"../../../FolderMenuItemWithLinks/index.js";import"../../../TextField/index.js";import"../../../Chip/index.js";import"../../../Counter/index.js";import"../../../AnchorsList/AnchorsList.js";import"../../../Select/index.js";import"../../../CustomSelect/index.js";import"../../../Tabs/Tabs.js";import"../../../Tabs/Tab.js";import"../../../ResizableTable/ResizableTable.js";import"../../../Drillstring/BHASchematic.js";import"../../../Drillstring/BHAComponentIcon.js";import"../../../Drillstring/BHATable/index.js";import"../../../Drillstring/BHAComponentDetail/index.js";import"../../../Casing/CasingComponentIcon.js";import"../../../Casing/CasingTable/index.js";import"../../../WellSummary/WellSummaryItemLabel.js";import"../../../WellSummary/WellSummaryItemTitle.js";import"../../../WellSummary/WellSummaryItemValue.js";import"../../../WellSummary/ActivitySummaryChart.js";import"../../../WellSummary/FracWirelineTimeChart.js";import"../../../BICOffsetPickerDialog/index.js";import{METRICS_LIST as u,MAX_METRICS_COUNT as A}from"../../constants.js";import"../../OffsetWellPickerDialog.js";import"../../../OffsetWellPickerV3/index.js";import"../../../Notifications/Notifications.js";import"../../../TextLink/index.js";import"../../../Template/TemplatePopover/index.js";import"../../../PinnableFilters/PinnableFilters.js";import"../../../HeaderLayout/HeaderLayout.js";import"../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../PadOffsetsPicker/StagesSelector.js";import"../../../Table/TableToolbar/TableToolbar.js";import"../../../PriceInput/PriceInput.js";import"../../../LabelsCounter/LabelsCounter.js";import"../../../Stepper/Step.js";import"../../../Stepper/StepsWrapper.js";import"../../../Stepper/Stepper.js";import"../../../Comment/CommentIcon/index.js";import"../../../FilesLoader/FilesLoader.js";import"../../../SearchInput/index.js";import"../../../StageDesignVActual/ComparisonHeader.js";import"../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../StageDesignVActual/ComparisonRow.js";import"../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../EmbeddedApp/EmbeddedApp.js";import"../../../FeedItem/FeedItem.js";import"../../../KeyboardDateTimePicker.js";import"../../../PostInput/PostInput.js";import"../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../AddComment/Popover.js";import"../../../AddComment/Popup.js";function D(d){var c=d.metricsKeys,D=d.onChange,v=d.classes,g=a([]),x=t(g,2),P=x[0],b=x[1],S=a(null),f=t(S,2),y=f[0],h=f[1];l((function(){b(c)}),[c]);return r(o,{children:[i(j,{tooltipProps:{title:"Add Metric"},size:"small",onClick:function(e){h(e.currentTarget)},children:i(C,{size:"small"})}),i(n,{id:"simple-menu",anchorEl:y,getContentAnchorEl:null,anchorOrigin:{vertical:"top",horizontal:"right"},transformOrigin:{vertical:"bottom",horizontal:"right"},PaperProps:{style:{maxHeight:"300px",backgroundColor:"#414141"}},keepMounted:!0,open:Boolean(y),onClose:function(){h(null),e(P,c)||D(P)},children:u.map((function(e){return r(s,{disabled:P.length===A&&!P.includes(e.key),onClick:function(){return t=e.key,void(P.includes(t)?b((function(e){return e.filter((function(e){return e!==t}))})):b((function(e){return e.concat(t)})));var t},children:[i(p,{checked:P.includes(e.key),className:v.checkBox}),i(m,{primary:e.label,classes:{primary:v.listItemPrimaryText}})]},e.key)}))})]})}D.propTypes={metricsKeys:d.arrayOf(d.string).isRequired,onChange:d.func.isRequired,classes:d.shape({}).isRequired};var v=c({listItemPrimaryText:{color:"#fff",fontSize:"14px"},checkBox:{color:"grey",padding:"5px"}})(D);export default v;
|
|
1
|
+
import e from"@babel/runtime/helpers/slicedToArray";import{useState as t,useEffect as r}from"react";import o from"prop-types";import{Menu as i,MenuItem as n,Checkbox as s,ListItemText as p}from"@material-ui/core";import m from"@material-ui/icons/Settings";import{withStyles as a}from"@material-ui/core/styles";import{isEqual as l}from"lodash";import"../../../Modal/index.js";import"../../../IconMenu/index.js";import"../../../StyledMenuItem/index.js";import"../../../DevCenter/AppHeader/AppHeader.js";import"../../../DevCenter/AppSideBar/AppSideBar.js";import"../../../DevCenter/AppsDataProvider/AppsDataProvider.js";import"@babel/runtime/helpers/defineProperty";import"classnames";import"@material-ui/icons/Help";import"../../../Annotations/components/AnnotationsList/index.js";import"../../../Annotations/components/LastAnnotation/index.js";import"../../../Annotations/AnnotationsContext.js";import"../../../../utils/mobileDetect.js";import"@babel/runtime/helpers/asyncToGenerator";import"@babel/runtime/regenerator";import"querystring";import"uuid/v1";import"../../../../clients/jsonApi/index.js";import"../../../../clients/subscriptions.js";import"../../../../constants/goals.js";import"../../../../constants/segment.js";import"../../../../constants/alerts.js";import"../../../../constants/apps.js";import"../../../../constants/drillstring.js";import"../../../../constants/completion.js";import"../../../../constants/notifications.js";import"../../../../constants/feed.js";import"../../../../constants/bha.js";import"../../../../utils/index.js";import"../../../HelpCenter/ArticleIcon.js";import"../../../HelpCenter/DialogLayout.js";import"../../../HelpCenter/HelpCenterDialog/HelpCenterDialog.js";import"../../../HelpCenter/ItemContent/ItemContent.js";import"../../../HelpCenter/SingleItemHeader.js";import"../../../HelpCenter/shapes/index.js";import"../../../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import{jsxs as d,Fragment as c,jsx as j}from"react/jsx-runtime";import"../../../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../../../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../../DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js";import"../../../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../../../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../../../ErrorBoundary/ErrorBoundary.js";import"../../../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../../../LoadingIndicator/LoadingIndicator.js";import"../../../EmptyView/EmptyAppView/components/ErrorSubtitleWithIntercomLink.js";import"../../../DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton/index.js";import"../../../DevCenter/DevCenterAppContainer/components/DisabledSettingsMessage/DisabledSettingsMessage.js";import"../../../DevCenter/DevCenterAppContainer/components/DcTooltipsCoordinatorProvider/DcTooltipsCoordinatorProvider.js";import"../../../DevCenter/DevCenterAppContainer/components/IsInsideDcAppProvider/IsInsideDcAppProvider.js";import"../../../DevCenter/AppContext.js";import"../../../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../../../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"../../../DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.css.js";import"../../../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../../../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"@babel/runtime/helpers/objectWithoutProperties";import"react-router";import"../../../DevCenter/NavigationBar/NavigationBar.js";import"../../../DevCenter/SideBar/SideBar.js";import"../../../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../../../DevCenter/IsolatedDevCenterAppContainer/AppsGridDragHandle.js";import"../../../DevCenter/AppHeader/AppHeaderNew.js";import"../../../AssetEditor/index.js";import"../../../AppVersionsSelect/AppVersionsSelect.js";import"../../../Typography.js";import"../../../CollapsableSidebar.js";import"../../../DateTimePicker/index.js";import"../../../DatePicker/index.js";import"../../../SlateFormattedText/SlateFormattedText.js";import"../../../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../../../ParameterCharts/ParameterCharts.js";import"../../../ParameterCharts/AddEditTrack.js";import"../../../ChartActionsList/ChartActionsList.js";import"../../../AssetEditor/AssetEditorAutocomplete.js";import"../../../AssetEditor/SingleAssetEditor.js";import"../../../SettingEditors/ColorEditor/index.js";import"../../../SettingEditors/DropdownEditor/index.js";import"../../../SettingEditors/RadioEditor/index.js";import"../../../SwitchControl/index.js";import"../../../ColorPicker/ColorPicker.js";import"../../../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../../../TruncatedText/index.js";import"../../../RangeSlider/RangeSlider.js";import"../../../Login/components/Login.js";import"../../../Login/components/PasswordField.js";import"../../../Login/components/Chip.js";import"../../../Login/components/StepFooter.js";import"../../../Login/components/StepContent.js";import"../../../Login/components/StepHeader.js";import"../../../Login/components/Step.js";import"../../../Login/components/OrDivider.js";import"../../../Login/components/HiddenEmailField.js";import"../../../Login/components/EmailField.js";import"../../../Breadcrumbs/index.js";import"../../../VirtualizedTable/index.js";import"../../../EmptyView/EmptyView.js";import"../../../EmptyView/EmptyAppView/EmptyAppView.js";import"../../../Button/index.js";import"../../../ContextMenuItem/index.js";import"../../../FolderMenuItem/index.js";import"../../../EditableItem/EditableItem/index.js";import"../../../EditableItem/EditableItemWithBadge/index.js";import"../../../Checkbox/index.js";import"../../../FolderMenuItemWithLinks/index.js";import C from"../../../IconButton/index.js";import"../../../TextField/index.js";import"../../../Chip/index.js";import"../../../Counter/index.js";import"../../../AnchorsList/AnchorsList.js";import"../../../Select/index.js";import"../../../CustomSelect/index.js";import"../../../Tabs/Tabs.js";import"../../../Tabs/Tab.js";import"../../../ResizableTable/ResizableTable.js";import"../../../Drillstring/BHASchematic.js";import"../../../Drillstring/BHATable/index.js";import"../../../Drillstring/BHAComponentIcon.js";import"../../../Drillstring/BHAComponentDetail/index.js";import"../../../Casing/CasingTable/index.js";import"../../../Casing/CasingComponentIcon.js";import"../../../WellSummary/WellSummaryItemLabel.js";import"../../../WellSummary/WellSummaryItemTitle.js";import"../../../WellSummary/WellSummaryItemValue.js";import"../../../WellSummary/ActivitySummaryChart.js";import"../../../WellSummary/FracWirelineTimeChart.js";import"../../../BICOffsetPickerDialog/index.js";import"../../OffsetWellPickerDialog.js";import"../../../OffsetWellPickerV3/index.js";import"../../../Notifications/Notifications.js";import"@babel/runtime/helpers/toConsumableArray";import"uuid";import"../../../ConfirmationDialog.js";import"../../../TextLink/index.js";import"../../../Avatar/index.js";import"../../../Template/TemplatePopover/index.js";import"../../../MenuItem/index.js";import"../../../PadModeSelect/PadModeSelect.js";import"../../../PinnableFilters/PinnableFilters.js";import"../../../HeaderLayout/HeaderLayout.js";import"../../../PadOffsetsPicker/PadOffsetsPicker.js";import"../../../PadOffsetsPicker/OffsetAssetChip.js";import"../../../PadOffsetsPicker/OffsetAssetsListExpander.js";import"../../../PadOffsetsPicker/StagesSelector.js";import"../../../Table/TableToolbar/TableToolbar.js";import"../../../Tooltip/MuiTooltipDcWrapper.js";import"../../../PriceInput/PriceInput.js";import"../../../LabelsCounter/LabelsCounter.js";import"../../../Stepper/Step.js";import"../../../Stepper/StepsWrapper.js";import"../../../Stepper/Stepper.js";import"../../../Comment/CommentIcon/index.js";import"../../../FilesLoader/FilesLoader.js";import"../../../FilesLoader/Icons/FileIcon.js";import"../../../SearchInput/index.js";import"../../../FeedItem/FeedItem.js";import"../../../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js";import"../../../PostInput/PostInput.js";import"../../../KeyboardDateTimePicker.js";import"../../../AddComment/Popover.js";import"../../../AddComment/Popup.js";import"../../../StageDesignVActual/ComparisonBar/ComparisonBar.js";import"../../../StageDesignVActual/ElementsComparison/ElementsComparison.js";import"../../../StageDesignVActual/ComparisonHeader.js";import"../../../StageDesignVActual/ComparisonRow.js";import"../../../EmbeddedApp/DevCenterEmbeddedApp.js";import"../../../EmbeddedApp/EmbeddedApp.js";import{METRICS_LIST as u,MAX_METRICS_COUNT as A}from"../../constants.js";function D(o){var a=o.metricsKeys,D=o.onChange,g=o.classes,v=t([]),x=e(v,2),b=x[0],P=x[1],S=t(null),f=e(S,2),y=f[0],h=f[1];r((function(){P(a)}),[a]);return d(c,{children:[j(C,{tooltipProps:{title:"Add Metric"},size:"small",onClick:function(e){h(e.currentTarget)},children:j(m,{size:"small"})}),j(i,{id:"simple-menu",anchorEl:y,getContentAnchorEl:null,anchorOrigin:{vertical:"top",horizontal:"right"},transformOrigin:{vertical:"bottom",horizontal:"right"},PaperProps:{style:{maxHeight:"300px",backgroundColor:"#414141"}},keepMounted:!0,open:Boolean(y),onClose:function(){h(null),l(b,a)||D(b)},children:u.map((function(e){return d(n,{disabled:b.length===A&&!b.includes(e.key),onClick:function(){return t=e.key,void(b.includes(t)?P((function(e){return e.filter((function(e){return e!==t}))})):P((function(e){return e.concat(t)})));var t},children:[j(s,{checked:b.includes(e.key),className:g.checkBox}),j(p,{primary:e.label,classes:{primary:g.listItemPrimaryText}})]},e.key)}))})]})}D.propTypes={metricsKeys:o.arrayOf(o.string).isRequired,onChange:o.func.isRequired,classes:o.shape({}).isRequired};var g=a({listItemPrimaryText:{color:"#fff",fontSize:"14px"},checkBox:{color:"grey",padding:"5px"}})(D);export{g as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"prop-types";import{FormControl as r,Select as t,MenuItem as o,ListItemText as a}from"@material-ui/core";import{withStyles as i}from"@material-ui/core/styles";import{jsx as s}from"react/jsx-runtime";function l(e){var i=e.items,l=e.currentValue,n=e.onChange,m=e.classes;return s(r,{className:m.formControl,children:s(t,{className:m.select,MenuProps:{classes:{paper:m.paper}},autoWidth:!0,value:l,onChange:function(e){return n(e.target.value)},children:i.map((function(e){return s(o,{value:e.key,children:s(a,{primary:e.label,classes:{root:m.listItem,primary:m.listItemPrimaryText}})},e.key)}))})})}l.propTypes={items:e.array.isRequired,currentValue:e.string.isRequired,onChange:e.func.isRequired,classes:e.shape({}).isRequired};var n=i({select:{"&:before":{borderBottom:0},"&:after":{borderBottom:0}},formControl:{width:"150px"},listItem:{padding:0},listItemPrimaryText:{color:"#fff",fontSize:"14px",overflow:"hidden",textOverflow:"ellipsis"},paper:{backgroundColor:"#414141",maxHeight:"300px"}})(l);export{n as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import t from'
|
|
1
|
+
import t from'./../../../../ext-esm/style-inject/dist/style-inject.es.js';var e={subjectIndicator:"SubjectIndicator_subjectIndicator__wlNLS"};t(".SubjectIndicator_subjectIndicator__wlNLS{background:#388e3c;border-radius:10px;font-size:12px;margin-left:4px;padding:4px}");export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as
|
|
1
|
+
import t from"./SubjectIndicator.css.js";import{jsx as r}from"react/jsx-runtime";function c(){return r("div",{className:t.subjectIndicator,children:"Subject"})}export{c as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"@babel/runtime/helpers/defineProperty";import
|
|
1
|
+
import e from"@babel/runtime/helpers/defineProperty";import r from"@babel/runtime/helpers/toConsumableArray";import{memo as t,useMemo as n}from"react";import i from"prop-types";import{isEqual as l,clone as o,get as a}from"lodash";import s from"moment";import c from"classnames";import{withStyles as u,Checkbox as d,Typography as f,IconButton as m}from"@material-ui/core";import p from"@material-ui/icons/Sort";import h from"@material-ui/icons/NotInterested";import{AutoSizer as b,Table as g,Column as y}from"react-virtualized";import{SizeMe as v}from"react-sizeme";import{getUnitDisplay as w,convertValue as C}from"../../../../utils/index.js";import x from"./SubjectIndicator.js";import k from"./MetricsAddMenu.js";import O from"./MetricsSelect.js";import{METRICS_LIST as W,TABLE_COLUMNS as N,SETTINGS_COLUMN as R,METRICS_KEYS as j}from"../../constants.js";import{jsx as _,Fragment as D,jsxs as I}from"react/jsx-runtime";function S(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function T(r){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?S(Object(n),!0).forEach((function(t){e(r,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(n)):S(Object(n)).forEach((function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(n,e))}))}return r}var q=48,z=44;function A(e,r){var t,n=a(e,r);switch(r){case"distance":t=Number.isFinite(n)?parseFloat(n).toFixed(2):"N/A";break;case"rigReleaseDate":t=Number.isFinite(n)?s.unix(n).format("MM/DD/YYYY"):"N/A";break;default:t=n||""}return t}function M(t){var i=t.subjectWell,s=t.wells,u=t.offsetWells,v=t.metricsKeys,S=t.isMetricsLoading,q=t.sortInfo,z=t.unusableWellAlarm,M=t.dialogWidth,B=t.classes,L=t.onChangeMetricsKeys,P=t.onAddOffsetWell,K=t.onDeleteOffsetWell,F=t.onAddAllOffsetWells,Y=t.onDeleteAllOffsetWells,E=t.onSorting,H=n((function(){return s.filter((function(e){return e.is_usable}))}),[s]),V=n((function(){var e=H.map((function(e){return e.id})).sort(),r=u.map((function(e){return e.id})).sort();return e.length&&l(e,r)}),[H,u]),G=n((function(){return v.reduce((function(e,r){return e.concat(W.filter((function(e){return e.key===r})))}),[])}),[v]),X=n((function(){return[].concat(r(N),r(G.map((function(e){return T(T({},e),{},{width:240})}))),[R])}),[G]),$=n((function(){if(!M||M<=0)return{};var e={},r=[];return X.filter((function(e){return Number.isFinite(e.width)})).forEach((function(t){e[t.key]=t.width-1,r.push(t.width-1)})),X.filter((function(e){return!Number.isFinite(e.width)})).forEach((function(t){var n=r.reduce((function(e,r){return e+r}),0),i=Math.floor((M-n)/(X.length-r.length)),l=t.minWidth||200,o=i<l?l:i;e[t.key]=o-1,r.push(o-1)})),e}),[M,X]),J=n((function(){return Object.values($).reduce((function(e,r){return e+r}),0)}),[$]),Q=function(e){L(e)},U=function(e){e.target.checked?F():Y()},Z=function(r){return _(m,{"data-not-migrated-muiiconbutton":!0,className:B.sortIconButton,onClick:function(){return function(e){E(e)}(r)},children:r!==q.key?_(h,{className:B.sortIcon}):_(p,{className:c(B.sortIcon,e({},B.ascendingSortIcon,1===q.direction))})})},ee=function(e){var r,t=e.label,n=e.dataKey;if("name"===n)return I("div",{className:B.nameWrapper,children:[_(d,{classes:{checked:B.nameCheckBox,indeterminate:B.nameCheckBox},onClick:U,checked:V,indeterminate:u.length>0&&!V,size:"small"}),_(f,{className:c(B.cell,B.nameCell),children:t}),Z(n)]});if(v.includes(n)){var i=G.find((function(e){return e.key===n})),l=G.findIndex((function(e){return e.key===n}));return I("div",{className:B.metricsColumn,children:[_(O,{items:W,currentValue:n,onChange:(r=l,function(e){var t=o(v);t[r]=e,L(t)})}),_(f,{className:c(B.cell,B.unitCell),children:i.unitType?"(".concat(w(i.unitType,i.to),")"):""}),Z(n)]})}return n===R.key?_("div",{className:B.settingsCell,children:_(k,{metricsKeys:v,onChange:Q})}):I("div",{className:B.nameWrapper,children:[_(f,{className:B.cell,children:t}),Z(n)]})},re=function(r){var t=r.rowData,n=r.dataKey;if("name"===n)return I("div",{className:B.nameWrapper,children:[_(d,{color:"primary",checked:u.findIndex((function(e){return e.id===t.id}))>-1,onChange:function(e){return r=t.id,void(e.target.checked?P(r):K(r));var r},size:"small",disabled:!t.is_usable}),_(f,{className:c(B.tableCellLabel,e({},B.tableCellLabelDisabled,!t.is_usable)),children:A(t,n)}),i&&t.id===i.id&&_(x,{})]});if(n===R.key)return _("div",{className:B.settingsCell,children:!t.is_usable&&_(f,{className:B.errorMsg,children:z})});var l=null;if(v.includes(n)){var o=G.find((function(e){return e.key===n}));l=function(e,r,t){var n=a(e,r.key);if(j.includes(r.key)){if(Number.isFinite(n)||n)return r.unitType?C(n,r.unitType,r.from,r.to):n;if(t)return"loading..."}return""}(t,o,S)}else l=A(t,n);return _(f,{className:c(B.cell,B.tableCellLabel,e({},B.tableCellLabelDisabled,!t.is_usable)),children:l})};return _(D,{children:_("div",{className:B.tableWrapper,children:_(b,{children:function(e){var r=e.height;return _(g,{width:J,height:r,headerHeight:44,rowHeight:48,rowCount:s.length,rowGetter:function(e){var r=e.index;return s[r]},className:B.table,children:X.map((function(e){return _(y,{width:$[e.key]||200,dataKey:e.key,label:e.label,headerRenderer:ee,cellRenderer:re},e.key)}))})}})})})}M.propTypes={subjectWell:i.shape({id:i.number}),wells:i.arrayOf(i.shape({})).isRequired,offsetWells:i.arrayOf(i.shape({})).isRequired,metricsKeys:i.arrayOf(i.string).isRequired,isMetricsLoading:i.bool.isRequired,sortInfo:i.shape({key:i.string.isRequired,direction:i.number.isRequired}).isRequired,classes:i.shape({}).isRequired,onChangeMetricsKeys:i.func.isRequired,onAddOffsetWell:i.func.isRequired,onDeleteOffsetWell:i.func.isRequired,onAddAllOffsetWells:i.func.isRequired,onDeleteAllOffsetWells:i.func.isRequired,onSorting:i.func.isRequired,unusableWellAlarm:i.string.isRequired,dialogWidth:i.number},M.defaultProps={subjectWell:null,dialogWidth:0};var B=u((function(e){return{title:{display:"flex",justifyContent:"space-between",alignItems:"center",flexWrap:"wrap",marginBottom:"15px",marginTop:"16px"},tableWrapper:{marginTop:"24px",overflowX:"auto",overflowY:"hidden",position:"relative",height:2e3,minHeight:150,borderTop:"1px solid rgba(81, 81, 81, 1)"},table:{"& .ReactVirtualized__Table__headerRow":{textTransform:"none",borderBottom:e.isLightTheme?"1px solid rgba(224, 224, 224, 1)":"1px solid rgba(81, 81, 81, 1)"},"& .ReactVirtualized__Table__row":{borderBottom:e.isLightTheme?"1px solid rgba(224, 224, 224, 1)":"1px solid rgba(81, 81, 81, 1)","&:hover":{backgroundColor:"rgba(255, 255, 255, 0.03)"}},"& .ReactVirtualized__Table__Grid":{outline:"none"},"& .ReactVirtualized__Table__headerColumn":{outline:"none"}},cell:{color:"rgba(255, 255, 255, 0.54)",padding:"5px 10px",fontSize:"12px",whiteSpace:"nowrap"},nameWrapper:{display:"flex",alignItems:"center"},nameCell:{padding:0},unitCell:{padding:0},tableRowHoverEnabled:{"&:hover":{backgroundColor:"rgba(255, 255, 255, 0.1)"}},settingsCell:{textAlign:"right"},rigReleaseCell:{whiteSpace:"nowrap"},nameCheckBox:{color:e.palette.primary.main},bodyCell:{fontSize:"0.90rem",padding:"5px 10px"},metricsCellWrapper:{display:"flex",flexDirection:"row",alignContent:"center"},tableTitle:{fontSize:"16px",lineHeight:"140.6%",marginTop:10},tableTitleItems:{display:"flex",flexDirection:"row",alignItems:"center"},addWellInput:{width:300,marginTop:10},sortIconButton:{padding:"8px","&:hover $sortIcon":{color:"#fff"}},ascendingSortIcon:{transform:"scaleY(-1)"},sortIcon:{fontSize:"14px",color:"#BDBDBD"},metricsColumn:{display:"flex",alignItems:"center"},tableCellLabel:{fontSize:"0.90rem",overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis",color:"#fff"},tableCellLabelDisabled:{color:"#C4C4C4"},errorMsg:{color:"#C4C4C4",fontStyle:"italic",fontSize:"14px",padding:"0 16px",whiteSpace:"nowrap"}}}))(t((function(e){return _(v,{monitorWidth:!0,children:function(r){var t=r.size;return _(M,T({dialogWidth:t.width},e))}})})));export{z as HEADER_HEIGHT,q as ROW_HEIGHT,B as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import"@babel/runtime/helpers/
|
|
1
|
+
import e from"@babel/runtime/helpers/toConsumableArray";import{sortBy as t}from"lodash";import"../../utils/index.js";import*as r from"../../utils/metrics/metricsConfig.js";var i=r,n={formation:"formation",stringDesign:"stringDesign",program:"programName",basin:"basin",county:"county",area:"area"},o=[{key:n.program,title:"Program",size:130,renderValue:function(e){return 0===e?"All":"".concat(e," Programs")}},{key:n.basin,title:"Basin",size:130,renderValue:function(e){return 0===e?"All":"".concat(e," Basins")}},{key:n.county,title:"County",size:130,renderValue:function(e){return 0===e?"All":"".concat(e," Counties")}},{key:n.area,title:"Area",size:130,renderValue:function(e){return 0===e?"All":"".concat(e," Areas")}},{key:n.formation,title:"Target Formation",size:130,renderValue:function(e){return 0===e?"All":"".concat(e," Formations")}},{key:n.stringDesign,title:"String Design",size:130,renderValue:function(e){return 0===e?"All":"".concat(e," Designs")}}],a=t([i.weight_to_weight_average,i.bottom_to_slips_average,i.drilling_connection_average,i.slips_to_bottom_average,i.hole_depth,i.hole_depth_change,i.drilled_feet_rotary,i.drilled_feet_slide,i.rop_gross,i.rop,i.rop_rotary,i.rop_slide,i.drilled_feet_rotary_percentage,i.drilled_feet_slide_percentage,i.on_bottom_percentage,i.on_bottom_time,i.cost_per_ft,i.cost_per_lat_ft,i.feet_per_day,i.tripping_in_speed_cased,i.tripping_in_speed_open,i.tripping_in_speed,i.tripping_out_speed_cased,i.tripping_out_speed_open,i.tripping_out_speed].concat(e("production"!==process.env.REACT_APP_ENVIRONMENT?[i.npt,i.circulating_time,i.spud_to_rig_release_time,i.spud_to_total_depth_time]:[])),"label"),s=a.map((function(e){return e.key})),l=[{label:"Well Name",key:"name",minWidth:250},{label:"Rig",key:"rigName",width:200},{label:"Distance",key:"distance",width:120},{label:"Rig Release Date",key:"rigReleaseDate",width:150}],_={key:"settings",label:"settings",width:100},p=2,c={radius:5,filters:{},sortInfo:{key:"name",direction:1}};export{c as DEFAULT_SETTINGS,n as FILTERS,o as FILTERS_LIST,p as MAX_METRICS_COUNT,s as METRICS_KEYS,a as METRICS_LIST,_ as SETTINGS_COLUMN,l as TABLE_COLUMNS};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import r from"@babel/runtime/helpers/defineProperty";import
|
|
1
|
+
import r from"@babel/runtime/helpers/defineProperty";import e from"@babel/runtime/helpers/slicedToArray";import{useState as t,useEffect as n}from"react";import{sortBy as o,uniqBy as c}from"lodash";import{FILTERS as u}from"../constants.js";function i(r,e){var t=Object.keys(r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(r);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),t.push.apply(t,n)}return t}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))}))}return e}var l=Object.values(u);function p(u,i){var p=t({}),a=e(p,2),s=a[0],b=a[1];return n((function(){i&&b(l.reduce((function(e,t){return f(f({},e),{},r({},t,function(r,e,t,n){var u=e.reduce((function(r,e){return r.filter((function(r){return!t[e]||0===t[e].length||t[e].includes(r[e])}))}),n),i=o(c(u.map((function(e){return e[r]}))));return i.includes("Null")?i.filter((function(r){return"Null"!==r})).concat("Null"):i}(t,l.filter((function(r){return r!==t})),u,i)))}),{}))}),[u,i]),s}export{p as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import t from"@babel/runtime/helpers/defineProperty";import
|
|
1
|
+
import t from"@babel/runtime/helpers/defineProperty";import n from"@babel/runtime/helpers/asyncToGenerator";import r from"@babel/runtime/helpers/slicedToArray";import e from"@babel/runtime/regenerator";import{useRef as i,useEffect as o,useState as s}from"react";import{get as u}from"lodash";import{mapbox as c}from"../../../utils/index.js";import{BENCHMARK_METRIC_GOAL as a}from"../../../constants/goals.js";import"../../../constants/segment.js";import"../../../constants/alerts.js";import"../../../constants/apps.js";import"../../../constants/drillstring.js";import"../../../constants/completion.js";import"../../../constants/notifications.js";import"../../../constants/feed.js";import"../../../constants/bha.js";import{fetchCompanies as f,fetchCompanyGoals as l,fetchWells as p,fetchMetricsData as m}from"../utils/apiCalls.js";import{FILTERS as h,METRICS_KEYS as v}from"../constants.js";export{default as useBidirectionalFiltering}from"./biDirectionalFiltering.js";import{getCompanyGoalSetting as d}from"../../../utils/goals.js";function b(t,n){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(t);n&&(e=e.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),r.push.apply(r,e)}return r}function j(n){for(var r=1;r<arguments.length;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?b(Object(e),!0).forEach((function(r){t(n,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(e)):b(Object(e)).forEach((function(t){Object.defineProperty(n,t,Object.getOwnPropertyDescriptor(e,t))}))}return n}var y=c.getAssetV2Coordinates,g=c.getDistanceByCoordinates;function O(t){var n=i();return o((function(){n.current=t})),n.current}function x(t,i,u){var c=s([]),a=r(c,2),l=a[0],p=a[1];return o((function(){function r(){return(r=n(e.mark((function n(){var r;return e.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(t){n.next=3;break}return p([]),n.abrupt("return");case 3:return n.next=5,f();case 5:r=n.sent,i&&(r=r.filter((function(t){return t.id===u}))),p(r);case 8:case"end":return n.stop()}}),n)})))).apply(this,arguments)}!function(){r.apply(this,arguments)}()}),[t]),l}function w(t){var i=s(null),u=r(i,2),c=u[0],f=u[1];return o((function(){function r(){return(r=n(e.mark((function n(){var r,i;return e.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,l(t);case 2:r=n.sent,i=d(r,a),f(i);case 5:case"end":return n.stop()}}),n)})))).apply(this,arguments)}f(null),function(){r.apply(this,arguments)}()}),[t]),c}function k(t,i){var u=s(null),c=r(u,2),a=c[0],f=c[1];return o((function(){function r(){return(r=n(e.mark((function n(){var r;return e.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(!t){n.next=6;break}return n.next=3,p(t,i);case 3:n.t0=n.sent,n.next=7;break;case 6:n.t0=null;case 7:r=n.t0,f(r);case 9:case"end":return n.stop()}}),n)})))).apply(this,arguments)}f(null),function(){r.apply(this,arguments)}()}),[t]),a}function E(t,n,e){var i=s(null),u=r(i,2),c=u[0],a=u[1],f=/\sST0/g;return o((function(){if(e){var r=Object.values(h).reduce((function(n,r){return n.filter((function(n){return e=n[r],!(i=t[r])||0===i.length||i.includes(e);var e,i}))}),e).filter((function(t){return n&&!t.name.match(f)||!n}));a(r)}else a(null)}),[e,t,n]),c}function P(t,n){var e=s(null),i=r(e,2),u=i[0],c=i[1];return o((function(){if(t){var r=n&&y(n,"topHole");if(r){var e=[];t.forEach((function(t){var n=y(t,"topHole");if(n){var i=parseFloat(g(r,n));e.push(j(j({},t),{},{distance:i}))}else e.push(t)})),c(e)}else c(t)}else c(t)}),[t,n]),u}function D(t,n,e){var i=s(null),u=r(i,2),c=u[0],a=u[1];return o((function(){if(n){var t=[];n.forEach((function(n){e.includes(n.id)&&n.is_usable&&t.push(n)})),a(t)}else a(null)}),[t,n,e]),c}function F(t,c){var a=i({}),f=s(!0),l=r(f,2),p=l[0],h=l[1],d=s(null),b=r(d,2),y=b[0],g=b[1];return o((function(){function r(){return(r=n(e.mark((function n(r){var i,o,s;return e.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,m(t,r);case 2:i=n.sent,o={},r.forEach((function(t){var n={},r=i.filter((function(n){return u(n,"asset_id")===t}));v.forEach((function(t){var e=r.find((function(n){return u(n,"data.key")===t})),i=u(e,"data.value");n[t]=Number.isFinite(i)?parseFloat(i).toFixed(2):null})),o[t]=n})),a.current=j(j({},a.current),o),s=[],c.forEach((function(t){s.push(j(j({},t),a.current[t.id]))})),h(!1),g(s);case 10:case"end":return n.stop()}}),n)})))).apply(this,arguments)}if(c)if(0!==c.length){var i=[];c.forEach((function(t){a.current[t.id]||i.push(t.id)})),h(!0),function(t){r.apply(this,arguments)}(i)}else g([]);else g(null)}),[c]),[p,y]}function C(t,n,r){var e=i(!1);o((function(){if(n){if(e.current){var i=[];n.forEach((function(n){n.distance<=t&&i.push(n.id)})),r(i)}e.current=!0}}),[t,n])}export{x as useCompanies,w as useCompanyMetricKey,E as useFilteredWells,F as useMetricsData,D as useOffsetWells,O as usePrevious,C as useRadiusWells,k as useWells,P as useWellsWithCoords};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import t from"@babel/runtime/helpers/toConsumableArray";import e from"@babel/runtime/helpers/asyncToGenerator";import r from"@babel/runtime/regenerator";import{range as a,sortBy as n,get as s}from"lodash";import{getCompanies as i,getAssets as u,getCompanyGoals as o,getAppStorage as c}from"../../../clients/jsonApi/index.js";import{METRICS_KEYS as p}from"../constants.js";function l(){return m.apply(this,arguments)}function m(){return(m=e(r.mark((function t(){var e;return r.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,i();case 3:e=t.sent,t.next=9;break;case 6:t.prev=6,t.t0=t.catch(0),console.error(t.t0);case 9:return t.abrupt("return",e?n(e,["name"]):[]);case 10:case"end":return t.stop()}}),t,null,[[0,6]])})))).apply(this,arguments)}function f(t,e){return b.apply(this,arguments)}function b(){return(b=e(r.mark((function t(e,a){var n,i,o;return r.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n=null,t.prev=1,t.next=4,u({types:["well"],company_id:e?+e:void 0,fields:["asset.name","asset.parent_asset_id","asset.parent_asset_name","asset.stats","asset.target_formation","asset.string_design","asset.root_asset_name","asset.basin","asset.county","asset.area","asset.visibility","asset.top_hole"],per_page:1e4,sort:"name"});case 4:n=t.sent,t.next=10;break;case 7:t.prev=7,t.t0=t.catch(1),console.error(t.t0);case 10:if(i=n?n.data.map((function(t){return{id:Number(t.id),name:s(t,"attributes.name"),rigId:s(t,"attributes.parent_asset_id")||"Null",rigName:s(t,"attributes.parent_asset_name")||"Null",formation:s(t,"attributes.target_formation")||"Null",stringDesign:s(t,"attributes.string_design")||"Null",programName:s(t,"attributes.root_asset_name")||"Null",basin:s(t,"attributes.basin")||"Null",county:s(t,"attributes.county")||"Null",area:s(t,"attributes.area")||"Null",visibility:s(t,"attributes.visibility"),topHole:s(t,"attributes.top_hole"),rigReleaseDate:s(t,"attributes.stats.well_end"),totalDepth:s(t,"attributes.stats.total_depth"),is_usable:!0}})).filter((function(t){return"visible"===t.visibility})):[],!a){t.next=16;break}return t.next=14,a(i);case 14:return o=t.sent,t.abrupt("return",o);case 16:return t.abrupt("return",i);case 17:case"end":return t.stop()}}),t,null,[[1,7]])})))).apply(this,arguments)}function d(t){return h.apply(this,arguments)}function h(){return(h=e(r.mark((function t(e){var a;return r.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,o(e);case 3:a=t.sent,t.next=9;break;case 6:t.prev=6,t.t0=t.catch(0),console.error(t.t0);case 9:return t.abrupt("return",a&&s(a,"company_goals")||{});case 10:case"end":return t.stop()}}),t,null,[[0,6]])})))).apply(this,arguments)}function _(t,e){return v.apply(this,arguments)}function v(){return v=e(r.mark((function n(s,i){var u,o,l;return r.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(0!==i.length){n.next=2;break}return n.abrupt("return",[]);case 2:return u=Math.floor(i.length/200)+1,n.next=5,Promise.all(a(u).map(function(){var t=e(r.mark((function t(e,a){var n,u,o,l;return r.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n={company_id:s,"data.asset_id":{$in:i.slice(200*a,200*(a+1))},"data.key":{$in:p},"data.type":"asset"},u={_id:0,"data.key":1,"data.value":1,asset_id:"$data.asset_id"},o={aggregate:JSON.stringify([{$match:n},{$project:u}])},l=null,t.prev=4,t.next=7,c("corva","metrics",null,o);case 7:l=t.sent,t.next=13;break;case 10:t.prev=10,t.t0=t.catch(4),console.error(t.t0);case 13:return t.abrupt("return",l||[]);case 14:case"end":return t.stop()}}),t,null,[[4,10]])})));return function(e,r){return t.apply(this,arguments)}}()));case 5:return o=n.sent,l=[],o.forEach((function(e){return l.push.apply(l,t(e))})),n.abrupt("return",l);case 9:case"end":return n.stop()}}),n)}))),v.apply(this,arguments)}export{l as fetchCompanies,d as fetchCompanyGoals,_ as fetchMetricsData,f as fetchWells};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import r from"prop-types";import e from"@material-ui/icons/Clear";import{makeStyles as t,Typography as a}from"@material-ui/core";import{jsxs as o,jsx as i}from"react/jsx-runtime";var l=t((function(r){return{wrapper:{display:"flex",alignItems:"center",width:"150px",marginTop:"8px",cursor:"pointer","&:hover $clearText":{color:r.palette.primary.text1},"&:hover $clearIcon":{color:r.palette.primary.text1}},clearText:{color:r.palette.primary.text6,fontSize:"14px"},clearIcon:{color:r.palette.primary.text6,marginRight:"5px"}}}));function p(r){var t=r.onClick,p=l();return o("div",{className:p.wrapper,onClick:t,children:[i(e,{className:p.clearIcon}),i(a,{className:p.clearText,children:"Clear"})]})}p.propTypes={onClick:r.func.isRequired};export{p as default};
|