@corva/ui 3.1.0-rc.5 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/clients/api/apiCore.js +1 -506
- package/clients/api/httpMessages.js +1 -14
- package/clients/clientStorage/core.js +1 -101
- package/clients/clientStorage/index.js +1 -78
- package/clients/constants.js +1 -12
- package/clients/corvaUrls.js +1 -22
- package/clients/index.js +1 -132
- package/clients/jsonApi/index.js +1 -1622
- package/clients/jsonApi/mocks/mockAssetData.js +1 -63
- package/clients/jsonApi/postTaskAndWaitResult.js +1 -103
- package/clients/sso/auth0.js +1 -66
- package/clients/sso/index.js +1 -20
- package/clients/sso/oauth2.js +1 -68
- package/clients/subscriptions.js +1 -124
- package/clients/utils.js +1 -45
- package/components/AddComment/Popover.js +1 -523
- package/components/AddComment/Popup.js +1 -102
- package/components/AddComment/components/Content.js +1 -451
- package/components/AdvancedSlider/AdvancedSlider.js +1 -414
- package/components/AdvancedSlider/Handle.js +1 -162
- package/components/AdvancedSlider/constants.js +1 -23
- package/components/AdvancedSlider/utils.js +1 -30
- package/components/AnchorsList/AnchorsList.js +1 -216
- package/components/Annotations/AnnotationsContext.js +1 -124
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js +1 -164
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js +1 -417
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js +1 -39
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js +1 -8
- package/components/Annotations/components/AnnotationsList/index.js +1 -239
- package/components/Annotations/components/AnnotationsList/style.css.js +1 -8
- package/components/Annotations/components/LastAnnotation/index.js +1 -256
- package/components/Annotations/components/LastAnnotation/style.css.js +1 -8
- package/components/Annotations/constants.js +1 -34
- package/components/AppIcon/AppIcon.js +1 -62
- package/components/AppIcon/utils.js +1 -41
- package/components/AppVersionsSelect/AppVersionsSelect.js +1 -251
- package/components/AppVersionsSelect/effects/index.js +1 -63
- package/components/AssetEditor/AssetEditorAutocomplete.js +1 -332
- package/components/AssetEditor/AssetEditors.css.js +1 -8
- package/components/AssetEditor/SingleAssetEditor.js +1 -115
- package/components/AssetEditor/constants.js +1 -7
- package/components/AssetEditor/effects/index.js +1 -226
- package/components/AssetEditor/index.js +1 -151
- package/components/AssetEditorV2/components/MultipleAssetsToggle.js +1 -63
- package/components/AssetEditorV2/components/PrimaryAssetSelect.js +1 -189
- package/components/AssetEditorV2/components/PrimaryAssetSelectV2.js +1 -228
- package/components/AssetEditorV2/components/SecondaryAssetSelect.js +1 -218
- package/components/AssetEditorV2/components/SelectItem.js +1 -117
- package/components/AssetEditorV2/constants.js +1 -7
- package/components/AssetEditorV2/effects/index.js +1 -248
- package/components/AssetEditorV2/effects/usePrimaryAssetSelectData.js +1 -196
- package/components/AssetEditorV2/index.js +1 -322
- package/components/AssetEditorV2/utils/index.js +1 -78
- package/components/AssetNameLabel/AssetNameLabel.styles.css.js +1 -8
- package/components/AssetNameLabel/AssetStatusBadge.js +1 -34
- package/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js +1 -8
- package/components/AssetsMultipleSelector/AssetsMultipleSelector.js +1 -180
- package/components/Attachment/index.js +1 -408
- package/components/Attachment/styles.css.js +1 -8
- package/components/Autocomplete/Autocomplete.js +1 -148
- package/components/Avatar/index.js +1 -86
- package/components/BICOffsetPickerDialog/components/Map/Map.js +1 -204
- package/components/BICOffsetPickerDialog/components/Map/index.css.js +1 -8
- package/components/BICOffsetPickerDialog/components/Map/index.js +1 -41
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js +1 -97
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js +1 -167
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js +1 -57
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -212
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js +1 -45
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -76
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js +1 -307
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js +1 -153
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js +1 -99
- package/components/BICOffsetPickerDialog/components/WellSection/index.js +1 -231
- package/components/BICOffsetPickerDialog/constants.js +1 -28
- package/components/BICOffsetPickerDialog/effects/index.js +1 -115
- package/components/BICOffsetPickerDialog/index.js +1 -842
- package/components/BICOffsetPickerDialog/utils/apiCalls.js +1 -102
- package/components/Breadcrumbs/index.js +1 -106
- package/components/Button/components/Button/index.js +1 -89
- package/components/Button/components/LiveButton/components/LiveButtonStateIndicator/index.js +1 -106
- package/components/Button/components/LiveButton/index.js +1 -87
- package/components/Button/index.js +1 -38
- package/components/Casing/CasingComponentIcon.js +1 -68
- package/components/Casing/CasingTable/CasingComponent.js +1 -94
- package/components/Casing/CasingTable/index.js +1 -112
- package/components/Casing/CasingTableV2/CasingTableV2.js +1 -116
- package/components/Casing/CasingTableV2/components/CasingJoints/Browser.js +1 -86
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js +1 -535
- package/components/Casing/CasingTableV2/components/DrillPipe/Browser.js +1 -115
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js +1 -571
- package/components/Casing/CasingTableV2/components/EditComponentDialog.js +1 -173
- package/components/Casing/CasingTableV2/components/SortableComponent.js +1 -151
- package/components/Casing/CasingTableV2/components/constants.js +1 -29
- package/components/Casing/CasingTile/CasingTile.js +1 -115
- package/components/Casing/CasingTileIcon.js +1 -73
- package/components/Chart/ChartWrapperContext.js +1 -6
- package/components/Chart/components/AxisDropdown.js +1 -127
- package/components/Chart/components/AxisOverlay.js +1 -182
- package/components/Chart/components/ChartButton.js +1 -51
- package/components/Chart/components/ChartButtons.js +1 -42
- package/components/Chart/components/ChartSelect.js +1 -134
- package/components/Chart/components/ChartWrapper.js +1 -119
- package/components/Chart/components/buttons/ChartTypeButton.js +1 -111
- package/components/Chart/components/buttons/DragToZoomButton.js +1 -70
- package/components/Chart/components/buttons/HideAxesButton.js +1 -78
- package/components/Chart/components/buttons/PanButton.js +1 -72
- package/components/Chart/components/buttons/ResetZoomButton.js +1 -73
- package/components/Chart/components/buttons/ZoomInButton.js +1 -75
- package/components/Chart/components/buttons/ZoomOutButton.js +1 -75
- package/components/Chart/constants.js +1 -13
- package/components/Chart/formations.js +1 -77
- package/components/Chart/utils.js +1 -55
- package/components/ChartActionsList/ChartActionsList.css.js +1 -8
- package/components/ChartActionsList/ChartActionsList.js +1 -233
- package/components/ChartActionsList/icons/GoLive.js +1 -35
- package/components/ChartActionsList/icons/LeftArrow.js +1 -23
- package/components/ChartActionsList/icons/RightArrow.js +1 -23
- package/components/ChartActionsList/icons/TimeRange.js +1 -21
- package/components/ChartActionsList/icons/ZoomIn.js +1 -26
- package/components/ChartActionsList/icons/ZoomOut.js +1 -26
- package/components/Checkbox/index.js +1 -35
- package/components/Chip/index.js +1 -158
- package/components/CollapsableSidebar.js +1 -307
- package/components/CollapsibleContent.js +1 -94
- package/components/ColorPicker/ColorPicker.js +1 -231
- package/components/ColorPicker/ColorPicketUtils.js +1 -41
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js +1 -82
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js +1 -8
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js +1 -14
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js +1 -184
- package/components/ColorPickerPalette/ColorPickerPalette.js +1 -101
- package/components/Comment/CommentIcon/index.js +1 -73
- package/components/Comment/index.js +1 -433
- package/components/Comment/styles.css.js +1 -8
- package/components/CommentInput/index.js +1 -586
- package/components/CommentInput/styles.css.js +1 -8
- package/components/CommentLoader.js +1 -84
- package/components/CommentWrapper.js +1 -71
- package/components/CommentsInfo/index.js +1 -147
- package/components/CommentsInfo/styles.css.js +1 -8
- package/components/ConfirmationDialog.js +1 -136
- package/components/ContextMenuItem/index.js +1 -84
- package/components/CopyToClipboard/CopyToClipboard.js +1 -107
- package/components/Counter/index.js +1 -155
- package/components/CustomSelect/index.js +1 -93
- package/components/DatePicker/index.js +1 -117
- package/components/DateTimePicker/index.js +1 -124
- package/components/DevCenter/AppContext.js +1 -6
- package/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js +1 -167
- package/components/DevCenter/AppHeader/AppHeader.js +1 -291
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js +1 -238
- package/components/DevCenter/AppSideBar/AppSideBar.js +1 -315
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js +1 -29
- package/components/DevCenter/AppsDataProvider/effects/constants.js +1 -10
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js +1 -194
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js +1 -127
- package/components/DevCenter/AppsDataProvider/effects/utils.js +1 -482
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js +1 -445
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js +1 -21
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js +1 -14
- package/components/DevCenter/DevCenterAppContainer/components/AppCommons/AppCommonsContext.js +1 -9
- package/components/DevCenter/DevCenterAppContainer/components/AppCommons/AppCommonsProvider.js +1 -23
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js +1 -49
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js +1 -365
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js +1 -106
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/SettingsAccordion.js +1 -71
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/styles.js +1 -94
- package/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchButton.js +1 -152
- package/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchButton.scss.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchContext.js +1 -19
- package/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchProvider.js +1 -24
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js +1 -17
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js +1 -147
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js +1 -25
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js +1 -24
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js +1 -245
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js +1 -148
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js +1 -8
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js +1 -45
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js +1 -19
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js +1 -50
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js +1 -51
- package/components/DevCenter/DevCenterAppContainer/utils.js +1 -32
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js +1 -6
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js +1 -8
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js +1 -0
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js +1 -9
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js +1 -42
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js +1 -211
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js +1 -172
- package/components/DevCenter/NavigationBar/NavigationBar.js +1 -51
- package/components/DevCenter/SideBar/SideBar.js +1 -78
- package/components/DisabledSettingsMessage/DisabledSettingsMessage.js +1 -53
- package/components/DocumentViewer/DocumentViewer.js +1 -503
- package/components/DocumentViewer/styles.js +1 -57
- package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js +1 -67
- package/components/Drillstring/BHAComponentDetail/constants.js +1 -496
- package/components/Drillstring/BHAComponentDetail/index.js +1 -223
- package/components/Drillstring/BHAComponentIcon.js +1 -79
- package/components/Drillstring/BHAComponentsTable/BHAComponentsTable.js +1 -124
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js +1 -77
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js +1 -499
- package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js +1 -74
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js +1 -528
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js +1 -91
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js +1 -515
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js +1 -115
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js +1 -572
- package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js +1 -213
- package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js +1 -78
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js +1 -498
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js +1 -78
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js +1 -499
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js +1 -157
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js +1 -77
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js +1 -499
- package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js +1 -140
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js +1 -157
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js +1 -601
- package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js +1 -144
- package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js +1 -83
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js +1 -507
- package/components/Drillstring/BHAComponentsTable/components/SortableComponent.js +1 -158
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js +1 -96
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js +1 -524
- package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js +1 -72
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js +1 -489
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js +1 -260
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js +1 -274
- package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js +1 -134
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js +1 -577
- package/components/Drillstring/BHAComponentsTable/components/constants.js +1 -58
- package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js +1 -26
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js +1 -463
- package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js +1 -33
- package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js +1 -31
- package/components/Drillstring/BHAComponentsTable/components/shared/InputText.js +1 -80
- package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js +1 -28
- package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js +1 -33
- package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js +1 -86
- package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js +1 -89
- package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js +1 -60
- package/components/Drillstring/BHAComponentsTable/components/sharedStyles.js +1 -193
- package/components/Drillstring/BHAComponentsTable/components/utils/calculation.js +1 -89
- package/components/Drillstring/BHAList/BHAList.js +1 -111
- package/components/Drillstring/BHASchematic.js +1 -170
- package/components/Drillstring/BHATable/BHAComponent.js +1 -102
- package/components/Drillstring/BHATable/index.js +1 -116
- package/components/Drillstring/BHATile/BHATile.js +1 -113
- package/components/Drillstring/BHATileIcon.js +1 -81
- package/components/Drillstring/BhaIndicator/BhaIndicator.js +1 -69
- package/components/Drillstring/BhaIndicator/styles.css.js +1 -8
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.js +1 -87
- package/components/Drillstring/DrillstringDetail/styles.css.js +1 -8
- package/components/EChartsWrapper/EChartsWrapper.js +1 -343
- package/components/EChartsWrapper/components/Toolbox/Toolbox.js +1 -168
- package/components/EChartsWrapper/components/Toolbox/ToolboxButton.js +1 -24
- package/components/EditableItem/EditableItem/index.js +1 -244
- package/components/EditableItem/EditableItemWithBadge/index.js +1 -47
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js +1 -74
- package/components/EmbeddedApp/EmbeddedApp.js +1 -201
- package/components/EmbeddedApp/components/AppInfo.js +1 -95
- package/components/EmbeddedApp/styles.css.js +1 -8
- package/components/EmojiIconButton.js +1 -106
- package/components/EmptyState/EmptyState.js +1 -74
- package/components/EmptyState/constants.js +1 -52
- package/components/EmptyState/images/index.js +1 -16
- package/components/EmptyState/styles.js +1 -66
- package/components/EmptyState/utils.js +1 -10
- package/components/EmptyView/EmptyAppView/EmptyAppView.js +1 -198
- package/components/EmptyView/EmptyView.js +1 -107
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js +1 -42
- package/components/ErrorBoundary/ErrorBoundary.js +1 -77
- package/components/FailedFileUploading.js +1 -43
- package/components/FeedItem/FeedItem.css.js +1 -8
- package/components/FeedItem/FeedItem.js +1 -496
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditModal.js +1 -97
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js +1 -99
- package/components/FeedItem/components/Actions.js +1 -99
- package/components/FeedItem/components/CompletionDateTimestamp.js +1 -36
- package/components/FeedItem/components/Content.js +1 -189
- package/components/FeedItem/components/CreatedAt.js +1 -28
- package/components/FeedItem/components/FeedComments.js +1 -289
- package/components/FeedItem/components/Icon.js +1 -95
- package/components/FeedItem/components/Reactions.js +1 -109
- package/components/FeedItem/components/RigAndWell.js +1 -77
- package/components/FeedItem/components/TypeAndAssetTitle.js +1 -42
- package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js +1 -224
- package/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js +1 -216
- package/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js +1 -231
- package/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js +1 -203
- package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js +1 -196
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js +1 -25
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js +1 -175
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js +1 -8
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js +1 -124
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js +1 -37
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js +1 -73
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js +1 -105
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js +1 -43
- package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js +1 -8
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js +1 -80
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js +1 -41
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js +1 -142
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js +1 -27
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js +1 -27
- package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js +1 -91
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js +1 -41
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js +1 -25
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js +1 -80
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js +1 -27
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js +1 -27
- package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js +1 -93
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js +1 -143
- package/components/FeedItem/feedItemTypes/GenericDataCommentFeedItem.js +1 -85
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js +1 -115
- package/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js +1 -110
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js +1 -28
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js +1 -28
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js +1 -28
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js +1 -149
- package/components/FeedItem/feedItemTypes/NptFeedItem.js +1 -146
- package/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js +1 -77
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js +1 -73
- package/components/FeedItem/feedItemTypes/PostFeedItem.js +1 -57
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js +1 -87
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js +1 -18
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js +1 -53
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js +1 -56
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js +1 -83
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js +1 -31
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js +1 -95
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js +1 -44
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js +1 -79
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js +1 -168
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js +1 -55
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js +1 -118
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js +1 -102
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js +1 -70
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js +1 -37
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js +1 -28
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js +1 -142
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js +1 -8
- package/components/FileIcon/FileIcon.js +1 -17
- package/components/FilePreview/index.js +1 -80
- package/components/FilePreview/styles.css.js +1 -8
- package/components/FileTypeIcon.js +1 -69
- package/components/FileUploadIconButton.js +1 -254
- package/components/FilesDropzone/FilesDropzone.js +1 -105
- package/components/FilesDropzone/styles.js +1 -61
- package/components/FilesLoader/FilesLoader.js +1 -334
- package/components/FilesLoader/Icons/IconWarning.js +1 -24
- package/components/FilesLoader/useStyles.js +1 -140
- package/components/FilesLoaderV2/FilesLoaderV2.js +1 -111
- package/components/FilesLoaderV2/styles.js +1 -57
- package/components/FilesLoaderV2/utils.js +1 -12
- package/components/FilesProcessor/FilesProcessor.js +1 -122
- package/components/FilesProcessor/Processor.js +1 -165
- package/components/FilesProcessor/styles.js +1 -19
- package/components/FolderMenuItem/components/ClosedFolderIcon.js +1 -16
- package/components/FolderMenuItem/components/FolderIcon.js +1 -48
- package/components/FolderMenuItem/components/OpenFolderIcon.js +1 -16
- package/components/FolderMenuItem/index.js +1 -165
- package/components/FolderMenuItemWithLinks/index.js +1 -108
- package/components/Formula/CloseSuggestion.js +1 -64
- package/components/Formula/Formula.js +1 -285
- package/components/Formula/FormulaTextEditor.js +1 -97
- package/components/Formula/RootXIcon.js +1 -41
- package/components/Formula/SuggestionsMenu.js +1 -126
- package/components/Formula/useFormulaFunction.js +1 -42
- package/components/Formula/useFormulaStyles.js +1 -119
- package/components/Formula/utils.js +1 -63
- package/components/GoogleDocsViewer/index.js +1 -133
- package/components/GoogleDocsViewer/styles.js +1 -77
- package/components/GradientManager/GradientList.js +1 -143
- package/components/GradientManager/GradientManager.js +1 -303
- package/components/GradientManager/GradientManager.styles.js +1 -11
- package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.js +1 -36
- package/components/GradientManager/GradientSelect.js +1 -163
- package/components/GradientManager/configuration/constants.js +1 -294
- package/components/GradientManager/effects/useGradientStorage.js +1 -163
- package/components/GradientPicker/GradientPicker.js +1 -405
- package/components/GradientPicker/GradientPicker.styles.js +1 -99
- package/components/GradientPicker/GradientPicker.utils.js +1 -55
- package/components/HeaderLayout/HeaderLayout.css.js +1 -8
- package/components/HeaderLayout/HeaderLayout.js +1 -167
- package/components/HeaderLayout/constants.js +1 -6
- package/components/HeaderLayout/effects/index.js +1 -110
- package/components/HeaderLayout/utils.js +1 -49
- package/components/HelpCenter/HelpCenterIcon.js +1 -91
- package/components/HelpCenter/index.js +1 -2
- package/components/Hint/Hint.js +1 -116
- package/components/Hint/styles.js +1 -84
- package/components/IconButton/index.js +1 -175
- package/components/IconMenu/index.js +1 -192
- package/components/Icons/AttachIcon.js +1 -30
- package/components/Icons/DangerousIcon.js +1 -13
- package/components/Icons/EmojiIcon.js +1 -32
- package/components/Icons/RecommendationIcon.js +1 -36
- package/components/Icons/SendIcon.js +1 -29
- package/components/ImageViewer/index.js +1 -215
- package/components/ImageViewer/styles.css.js +1 -8
- package/components/InfiniteList/index.js +1 -237
- package/components/KeyboardDateTimePicker.js +1 -62
- package/components/LabelsCounter/LabelsCounter.js +1 -57
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js +1 -34
- package/components/LoadingIndicator/InlineLoadingIndicator.js +1 -28
- package/components/LoadingIndicator/Loader.js +1 -30
- package/components/LoadingIndicator/LoadingIndicator.js +1 -28
- package/components/MenuItem/index.js +1 -60
- package/components/MiddleTruncate/MiddleTruncate.js +1 -49
- package/components/MiddleTruncate/utils.js +1 -15
- package/components/MiddleTruncatedText/MiddleTruncatedText.js +1 -103
- package/components/Modal/CorvaModal.js +1 -121
- package/components/Modal/DcCorvaModal.js +1 -27
- package/components/Modal/Modal.js +1 -19
- package/components/NewDocumentViewer/NewDocumentViewer.js +1 -110
- package/components/NewDocumentViewer/components/CsvViewer.js +1 -91
- package/components/NewDocumentViewer/components/PdfViewer.js +1 -27
- package/components/NewDocumentViewer/components/TextViewer.js +1 -12
- package/components/NewDocumentViewer/constants.js +1 -10
- package/components/NewDocumentViewer/effects/useFileContent.js +1 -92
- package/components/NewDocumentViewer/icons/UnavailableFileIcon.js +1 -40
- package/components/NewDocumentViewer/styles.js +1 -74
- package/components/NewDocumentViewer/utils.js +1 -104
- package/components/Notifications/Notifications.js +1 -31
- package/components/Notifications/NotificationsContainer.js +1 -79
- package/components/Notifications/Toast.js +1 -155
- package/components/OffsetWellButton/OffsetWellButton.js +1 -193
- package/components/OffsetWellChips/Chip.js +1 -155
- package/components/OffsetWellChips/ChipsContainer.js +1 -49
- package/components/OffsetWellChips/icons/SubjectIcon.js +1 -43
- package/components/OffsetWellMap/OffsetWellMap.js +1 -387
- package/components/OffsetWellMap/OffsetWellMap.module.css.js +1 -8
- package/components/OffsetWellMap/WellTooltip.js +1 -62
- package/components/OffsetWellMap/utils.js +1 -30
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js +1 -502
- package/components/OffsetWellPickerV2/components/Filter/index.js +1 -165
- package/components/OffsetWellPickerV2/components/Map/Map.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Map/index.js +1 -69
- package/components/OffsetWellPickerV2/components/Map/popup.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js +1 -8
- package/components/OffsetWellPickerV2/components/Table/index.js +1 -509
- package/components/OffsetWellPickerV2/constants.js +1 -95
- package/components/OffsetWellPickerV2/effects/index.js +1 -315
- package/components/OffsetWellPickerV2/utils/index.js +1 -30
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js +1 -204
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js +1 -8
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js +1 -71
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js +1 -195
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js +1 -58
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -236
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js +1 -45
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js +1 -77
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js +1 -412
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.js +1 -104
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js +1 -295
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js +1 -684
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js +1 -622
- package/components/OffsetWellPickerV3/components/TabSelection/ToggleMapButton.js +1 -436
- package/components/OffsetWellPickerV3/components/TabSelection/index.js +1 -628
- package/components/OffsetWellPickerV3/components/WellHubView/index.js +1 -523
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableHead.js +1 -512
- package/components/OffsetWellPickerV3/components/shared/OffsetWellTableRows.js +1 -182
- package/components/OffsetWellPickerV3/constants.js +1 -48
- package/components/OffsetWellPickerV3/effects/index.js +1 -145
- package/components/OffsetWellPickerV3/index.js +1 -333
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.js +1 -1146
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js +1 -29
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/Filter/MultiSelect.js +1 -125
- package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js +1 -48
- package/components/OffsetWellPickerV4/components/Filter/RadiusInput.js +1 -80
- package/components/OffsetWellPickerV4/components/Filter/SingleSelect.js +1 -49
- package/components/OffsetWellPickerV4/components/Filter/WellSection.js +1 -33
- package/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -119
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js +1 -258
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js +1 -59
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +1 -283
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js +1 -25
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js +1 -139
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js +1 -528
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js +1 -287
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js +1 -355
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js +1 -8
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js +1 -60
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js +1 -56
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js +1 -8
- package/components/OffsetWellPickerV4/constants.js +1 -182
- package/components/OffsetWellPickerV4/utils/apiCalls.js +1 -498
- package/components/OffsetWellPickerV4/utils/index.js +1 -157
- package/components/OffsetWellPickerV4/utils/timePeriod.js +1 -31
- package/components/OffsetWellPickerV4/utils/unitSystem.js +1 -10
- package/components/PadModeSelect/FracModeLabel.js +1 -122
- package/components/PadModeSelect/PadModeSelect.js +1 -282
- package/components/PadModeSelect/WellStreamActivityStatus.js +1 -57
- package/components/PadModeSelect/effects/useMenuItems.js +1 -36
- package/components/PadModeSelect/effects/useWellStreamActivityTypeSubscription.js +1 -132
- package/components/PadModeSelect/types.js +1 -13
- package/components/PadModeSelect/utils/resolveCurrentConfig.js +1 -39
- package/components/PadModeSelect/utils/selectMenuKey.js +1 -42
- package/components/PadModeSelect/utils/time.js +1 -6
- package/components/PadOffsetsPicker/OffsetAssetChip.js +1 -58
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js +1 -24
- package/components/PadOffsetsPicker/PadOffsetsPicker.js +1 -346
- package/components/PadOffsetsPicker/StagesSelector.js +1 -692
- package/components/PadOffsetsPicker/index.js +1 -5
- package/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js +1 -511
- package/components/PadOffsetsPickerV2/useOffsetPickerActions.js +1 -265
- package/components/ParameterCharts/AddEditTrack.css.js +1 -5
- package/components/ParameterCharts/AddEditTrack.js +1 -144
- package/components/ParameterCharts/ChartsContext.js +1 -9
- package/components/ParameterCharts/DataContext.js +1 -14
- package/components/ParameterCharts/ParameterCharts.css.js +1 -8
- package/components/ParameterCharts/ParameterCharts.js +1 -140
- package/components/ParameterCharts/SettingsContext.js +1 -13
- package/components/ParameterCharts/components/ChartContainer.css.js +1 -8
- package/components/ParameterCharts/components/Charts/EmptyChart.css.js +1 -8
- package/components/ParameterCharts/components/Charts/EmptyChart.js +1 -20
- package/components/ParameterCharts/components/Charts/LineChart.css.js +1 -8
- package/components/ParameterCharts/components/Charts/LineChart.js +1 -101
- package/components/ParameterCharts/components/Charts/options.js +1 -81
- package/components/ParameterCharts/components/DataLoadingIndicator.js +1 -16
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js +1 -41
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js +1 -91
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js +1 -8
- package/components/ParameterCharts/components/TraceHeader.css.js +1 -8
- package/components/ParameterCharts/components/TraceSettings.css.js +1 -8
- package/components/ParameterCharts/components/Track.js +1 -128
- package/components/ParameterCharts/components/TrackSettings.js +1 -234
- package/components/ParameterCharts/constants.js +1 -16
- package/components/ParameterCharts/utils/dataParser.js +1 -39
- package/components/PinnableFilters/PinnableFilters.css.js +1 -8
- package/components/PinnableFilters/PinnableFilters.js +1 -234
- package/components/PinnableFilters/components/FiltersToggler.js +1 -70
- package/components/PinnableFilters/components/PinAppSwitch.js +1 -68
- package/components/PinnableFilters/constants.js +1 -6
- package/components/PinnableFilters/effects/index.js +1 -173
- package/components/PinnableFilters/utils.js +1 -19
- package/components/Popover/Popover.js +1 -156
- package/components/Popper/Popper.js +1 -152
- package/components/PostInput/PostInput.css.js +1 -8
- package/components/PostInput/PostInput.js +1 -148
- package/components/PostPreviewDialog/index.js +1 -337
- package/components/PostPreviewDialog/styles.css.js +1 -8
- package/components/PriceInput/FormattedNumber.js +1 -42
- package/components/PriceInput/PriceInput.js +1 -24
- package/components/RangeSlider/RangeSlider.css.js +1 -8
- package/components/RangeSlider/RangeSlider.js +1 -404
- package/components/RangeSlider/constants.js +1 -23
- package/components/RangeSlider/inputs/FromInput.js +1 -42
- package/components/RangeSlider/inputs/ToInput.js +1 -45
- package/components/RangeSlider/strategies/horizontal.js +1 -49
- package/components/RangeSlider/strategies/vertical.js +1 -57
- package/components/RangeSlider/utils.js +1 -60
- package/components/RealTimeValuesSidebar/RealTimeSidebar.js +1 -97
- package/components/RealTimeValuesSidebar/RealTimeSidebarContext.js +1 -6
- package/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js +1 -66
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js +1 -170
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js +1 -89
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js +1 -69
- package/components/RealTimeValuesSidebar/SidebarFooter.js +1 -240
- package/components/RealTimeValuesSidebar/SidebarTitle.js +1 -72
- package/components/RealTimeValuesSidebar/enums.js +1 -8
- package/components/ResizableTable/ResizableTable.js +1 -90
- package/components/ResizableTable/ResizableTableCell.js +1 -22
- package/components/ResizableTable/ResizableTableHeaderCell.js +1 -125
- package/components/Search/Search.js +1 -539
- package/components/Search/assets/SearchIcon.js +1 -29
- package/components/Search/components/Groups.js +1 -53
- package/components/Search/components/InputAdornmentLeft.js +1 -16
- package/components/Search/components/Listbox.js +1 -80
- package/components/Search/components/Paper.js +1 -53
- package/components/Search/components/RecentSearches.js +1 -103
- package/components/Search/components/SelectAllListItem.js +1 -31
- package/components/Search/context/index.js +1 -14
- package/components/Search/effects/useAutocompleteOptions.js +1 -50
- package/components/Search/styles.js +1 -189
- package/components/Search/utils/getFormattedOptions.js +1 -16
- package/components/Search/utils/truncate.js +1 -10
- package/components/SearchInput/index.js +1 -90
- package/components/Select/SelectFilterBy.js +1 -95
- package/components/Select/index.js +1 -248
- package/components/SettingEditors/ColorEditor/index.js +1 -106
- package/components/SettingEditors/ColorEditor/style.css.js +1 -8
- package/components/SettingEditors/DropdownEditor/index.js +1 -108
- package/components/SettingEditors/RadioEditor/index.js +1 -38
- package/components/SlateFormattedText/Constants.js +1 -11
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js +1 -8
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js +1 -8
- package/components/SlateFormattedText/RenderElements.js +1 -216
- package/components/SlateFormattedText/SlateFormattedText.js +1 -113
- package/components/SlateFormattedText/style.css.js +1 -8
- package/components/SlateFormattedText/utils.js +1 -91
- package/components/StageDesignVActual/ComparisonBar/ComparisonBar.js +1 -89
- package/components/StageDesignVActual/ComparisonBar/utils.js +1 -21
- package/components/StageDesignVActual/ComparisonHeader.js +1 -72
- package/components/StageDesignVActual/ComparisonRow.js +1 -107
- package/components/StageDesignVActual/ComparisonTable.css.js +1 -8
- package/components/StageDesignVActual/ElementsComparison/ElementsComparison.js +1 -63
- package/components/StageDesignVActual/ElementsComparison/utils.js +1 -65
- package/components/StatusBadge/api.js +1 -122
- package/components/StatusBadge/components/DQAccordionDetailsContent.js +1 -92
- package/components/StatusBadge/components/DQAlertTooltip.js +1 -45
- package/components/StatusBadge/components/DQAlertsTooltip.js +1 -252
- package/components/StatusBadge/components/DQStatusIcon.js +1 -40
- package/components/StatusBadge/components/DQUnvalidatedContent.js +1 -87
- package/components/StatusBadge/constants.js +1 -128
- package/components/StatusBadge/index.js +1 -240
- package/components/StatusBadge/styles.js +1 -142
- package/components/StatusBadge/utils.js +1 -199
- package/components/Stepper/Step/Step.js +1 -95
- package/components/Stepper/Stepper.js +1 -36
- package/components/Stepper/StepsWrapper.js +1 -27
- package/components/Stepper/constants.js +1 -8
- package/components/StyledMenuItem/index.js +1 -21
- package/components/SwitchControl/index.js +1 -162
- package/components/SwitchControl/style.css.js +1 -8
- package/components/Table/Table/Table.js +1 -13
- package/components/Table/TableCell/TableCell.js +1 -148
- package/components/Table/TableContainer/TableContainer.js +1 -121
- package/components/Table/TablePagination/TablePagination.js +1 -34
- package/components/Table/TablePaginationActions/TablePaginationActions.js +1 -83
- package/components/Table/TableSortLabel/TableSortLabel.js +1 -47
- package/components/Table/TableToolbar/TableToolbar.js +1 -54
- package/components/Tabs/Tab.js +1 -28
- package/components/Tabs/Tabs.js +1 -194
- package/components/Template/TemplatePopover/Styles.js +1 -160
- package/components/Template/TemplatePopover/index.js +1 -427
- package/components/Template/TemplateSharingDialog/ChipSelector.js +1 -280
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js +1 -60
- package/components/Template/TemplateSharingDialog/index.js +1 -158
- package/components/TextField/effects/index.js +1 -56
- package/components/TextField/index.js +1 -114
- package/components/TextLink/index.js +1 -136
- package/components/Toaster/ToastContainer.js +1 -38
- package/components/Toaster/Toaster.js +1 -95
- package/components/Tooltip/MuiTooltipDcWrapper.js +1 -115
- package/components/Tooltip/ScrollableTooltip.js +1 -102
- package/components/Tooltip/Tooltip.js +1 -25
- package/components/TracesEditModal/TracesEditModal.css.js +1 -8
- package/components/TracesEditModal/TracesEditModal.js +1 -145
- package/components/TracesEditModal/TracesEditModalContainer.js +1 -148
- package/components/TruncatedText/index.js +1 -66
- package/components/Typography.js +1 -41
- package/components/UserCard/index.js +1 -176
- package/components/UserCard/style.css.js +1 -0
- package/components/UserCardPopover.js +1 -76
- package/components/UserMention/constants.js +1 -8
- package/components/UserMention/index.js +1 -230
- package/components/UserMention/style.css.js +1 -8
- package/components/UserMention/utils/index.js +1 -129
- package/components/VirtualizedTable/CustomizeColumnsDialog.js +1 -79
- package/components/VirtualizedTable/DraggableList.js +1 -97
- package/components/VirtualizedTable/VirtualizedTable.js +1 -289
- package/components/VirtualizedTable/index.js +1 -158
- package/components/WellSummary/ActivitySummaryChart.js +1 -282
- package/components/WellSummary/FracWirelineTimeChart.js +1 -254
- package/components/WellSummary/WellSummaryItemLabel.js +1 -74
- package/components/WellSummary/WellSummaryItemTitle.js +1 -53
- package/components/WellSummary/WellSummaryItemValue.js +1 -481
- package/components/WellSummary/effects/useWellSummaryData.js +1 -432
- package/components/WellSummary/index.js +1 -7
- package/components/WellSummary/utils.js +1 -53
- package/components/index.js +1 -208
- package/components/shared/useThrottledCallback.js +1 -72
- package/componentsV2/Accordion/Accordion.js +1 -80
- package/componentsV2/Accordion/Accordion.scss.js +1 -8
- package/componentsV2/AppContainer/AppContainer.constants.js +1 -9
- package/componentsV2/AppContainer/AppContainer.js +1 -38
- package/componentsV2/AppContainer/AppContainer.scss.js +1 -8
- package/componentsV2/AppFooter/AppFooter.js +1 -61
- package/componentsV2/AppFooter/AppFooter.scss.js +1 -8
- package/componentsV2/AppFooter/DqPopover/DqAlert/DqAlert.js +1 -37
- package/componentsV2/AppFooter/DqPopover/DqAlert/DqAlert.scss.js +1 -8
- package/componentsV2/AppFooter/DqPopover/DqAlertTooltip/DqAlertTooltip.js +1 -169
- package/componentsV2/AppFooter/DqPopover/DqAlertTooltip/DqAlertTooltip.scss.js +1 -8
- package/componentsV2/AppFooter/DqPopover/DqAsset/DqAsset.js +1 -140
- package/componentsV2/AppFooter/DqPopover/DqAsset/DqAsset.scss.js +1 -8
- package/componentsV2/AppFooter/DqPopover/DqPopover.scss.js +1 -8
- package/componentsV2/AppFooter/DqPopover/DqStatusIcon/DqStatusIcon.js +1 -63
- package/componentsV2/AppFooter/DqPopover/DqStatusIcon/DqStatusIcon.scss.js +1 -8
- package/componentsV2/AppFooter/Warning.js +1 -85
- package/componentsV2/AppHeader/AppAssets/AppAssets.scss.js +1 -8
- package/componentsV2/AppHeader/AppBadge/AppBadge.scss.js +1 -8
- package/componentsV2/AppHeader/AppHeader.constants.js +1 -12
- package/componentsV2/AppHeader/AppHeader.js +1 -92
- package/componentsV2/AppHeader/AppHeader.scss.js +1 -8
- package/componentsV2/AppHeader/PadMode/PadMode.scss.js +1 -8
- package/componentsV2/Avatar/Avatar.js +1 -42
- package/componentsV2/Avatar/Avatar.scss.js +1 -8
- package/componentsV2/Avatar/constants.js +1 -63
- package/componentsV2/AvatarGroup/AvatarGroup.js +1 -52
- package/componentsV2/AvatarGroup/AvatarGroup.scss.js +1 -8
- package/componentsV2/BadgeBase/BadgeBase.scss.js +1 -8
- package/componentsV2/BadgeComment/BadgeComment.js +1 -29
- package/componentsV2/BadgeComment/BadgeComment.scss.js +1 -8
- package/componentsV2/BadgeComment/BadgeIcon.js +1 -25
- package/componentsV2/BadgeCounter/BadgeCounter.js +1 -46
- package/componentsV2/BadgeDot/BadgeDot.js +1 -39
- package/componentsV2/BadgeDot/BadgeDot.scss.js +1 -8
- package/componentsV2/Breadcrumbs/Breadcrumbs.js +1 -73
- package/componentsV2/Breadcrumbs/Breadcrumbs.scss.js +1 -8
- package/componentsV2/Button/Button.js +1 -75
- package/componentsV2/Button/Button.scss.js +1 -8
- package/componentsV2/ButtonIcon/ButtonIcon.js +1 -51
- package/componentsV2/ButtonIcon/ButtonIcon.scss.js +1 -8
- package/componentsV2/ButtonLive/ButtonLive.js +1 -69
- package/componentsV2/ButtonLive/ButtonLive.scss.js +1 -8
- package/componentsV2/Checkbox/Checkbox.js +1 -36
- package/componentsV2/CheckboxGroup/CheckboxGroup.js +1 -49
- package/componentsV2/Chip/Chip.js +1 -121
- package/componentsV2/Chip/Chip.scss.js +1 -8
- package/componentsV2/ChipAlert/ChipAlert.js +1 -48
- package/componentsV2/ChipAlert/ChipAlert.scss.js +1 -8
- package/componentsV2/ChipIndicator/ChipIndicator.js +1 -32
- package/componentsV2/ChipIndicator/ChipIndicator.scss.js +1 -8
- package/componentsV2/CopyToClipboard/CopyToClipboard.js +1 -82
- package/componentsV2/CopyToClipboard/CopyToClipboard.scss.js +1 -8
- package/componentsV2/Counter/Counter.js +1 -78
- package/componentsV2/Counter/Counter.scss.js +1 -8
- package/componentsV2/EmptyState/EmptyState.js +1 -36
- package/componentsV2/EmptyState/EmptyState.scss.js +1 -8
- package/componentsV2/EmptyState/constants.js +1 -35
- package/componentsV2/FileIcon/FileIcon.js +1 -25
- package/componentsV2/FileIcon/FileIcon.scss.js +1 -8
- package/componentsV2/FileIcon/constants.js +1 -38
- package/componentsV2/FileIcon/icons/ArchiveFileIcon.js +1 -39
- package/componentsV2/FileIcon/icons/CSVFileIcon.js +1 -45
- package/componentsV2/FileIcon/icons/DocFileIcon.js +1 -36
- package/componentsV2/FileIcon/icons/EDMFileIcon.js +1 -45
- package/componentsV2/FileIcon/icons/ExcelFileIcon.js +1 -33
- package/componentsV2/FileIcon/icons/ImageFileIcon.js +1 -42
- package/componentsV2/FileIcon/icons/JsonFileIcon.js +1 -42
- package/componentsV2/FileIcon/icons/LasFileIcon.js +1 -51
- package/componentsV2/FileIcon/icons/OtherFileIcon.js +1 -42
- package/componentsV2/FileIcon/icons/PdfFileIcon.js +1 -39
- package/componentsV2/FileIcon/icons/PowerPointFileIcon.js +1 -42
- package/componentsV2/FileIcon/icons/TxtFileIcon.js +1 -48
- package/componentsV2/FileIcon/icons/UnknownFileIcon.js +1 -33
- package/componentsV2/FileIcon/icons/VideoFileIcon.js +1 -42
- package/componentsV2/FileIcon/icons/XmlFileIcon.js +1 -48
- package/componentsV2/FilesDropzone/FilesDropzone.js +1 -105
- package/componentsV2/FilesDropzone/FilesDropzone.scss.js +1 -8
- package/componentsV2/FilesDropzone/utils.js +1 -35
- package/componentsV2/FilesLoader/FilesLoader.js +1 -116
- package/componentsV2/FilesLoader/FilesLoader.scss.js +1 -8
- package/componentsV2/FilesLoader/utils.js +1 -12
- package/componentsV2/FilesProcessor/FilesProcessor.js +1 -124
- package/componentsV2/FilesProcessor/FilesProcessor.scss.js +1 -8
- package/componentsV2/FilesProcessor/Processor.js +1 -175
- package/componentsV2/Grid/Cell.js +1 -28
- package/componentsV2/Grid/Grid.js +1 -41
- package/componentsV2/Grid/Grid.scss.js +1 -8
- package/componentsV2/Grid/constants.js +1 -4
- package/componentsV2/Header/Header.js +1 -45
- package/componentsV2/Header/Header.scss.js +1 -8
- package/componentsV2/IndicatorLive/IndicatorLive.js +1 -63
- package/componentsV2/IndicatorLive/IndicatorLive.scss.js +1 -8
- package/componentsV2/LiveDotIndicator/LiveDotIndicator.scss.js +1 -8
- package/componentsV2/LoaderCircular/LoaderCircular.js +1 -32
- package/componentsV2/LoaderLinear/LoaderLinear.js +1 -20
- package/componentsV2/LoaderLinear/LoaderLinear.scss.js +1 -8
- package/componentsV2/LoaderLogo/LoaderLogo.js +1 -27
- package/componentsV2/LoaderLogo/LoaderLogo.scss.js +1 -8
- package/componentsV2/Menu/Menu.js +1 -43
- package/componentsV2/Menu/Menu.scss.js +1 -8
- package/componentsV2/Menu/MenuDivider/MenuDivider.scss.js +1 -8
- package/componentsV2/Menu/MenuGroup/MenuGroup.scss.js +1 -8
- package/componentsV2/Menu/MenuItem/MenuItem.scss.js +1 -8
- package/componentsV2/Modal/Modal.js +1 -150
- package/componentsV2/Modal/Modal.scss.js +1 -8
- package/componentsV2/Paper/Paper.js +1 -33
- package/componentsV2/Paper/Paper.scss.js +1 -8
- package/componentsV2/Popover/Popover.js +1 -126
- package/componentsV2/Popover/Popover.scss.js +1 -8
- package/componentsV2/Popover/utils.js +1 -76
- package/componentsV2/Popper/Popper.js +1 -45
- package/componentsV2/Radio/Radio.js +1 -34
- package/componentsV2/RadioAndCheckboxGroup/RadioAndCheckboxGroup.scss.js +1 -8
- package/componentsV2/RadioGroup/RadioGroup.js +1 -42
- package/componentsV2/Skeleton/Skeleton.js +1 -25
- package/componentsV2/Skeleton/Skeleton.scss.js +1 -8
- package/componentsV2/Stepper/Step/Step.scss.js +1 -8
- package/componentsV2/Stepper/Stepper.js +1 -47
- package/componentsV2/Stepper/Stepper.scss.js +1 -8
- package/componentsV2/Switch/Switch.js +1 -78
- package/componentsV2/Switch/Switch.scss.js +1 -8
- package/componentsV2/Tabs/Tabs.js +1 -95
- package/componentsV2/Tabs/Tabs.scss.js +1 -8
- package/componentsV2/Text/Text.js +1 -66
- package/componentsV2/Text/Text.scss.js +1 -8
- package/componentsV2/TextEndTruncated/TextEndTruncated.js +1 -70
- package/componentsV2/TextEndTruncated/TextEndTruncated.scss.js +1 -8
- package/componentsV2/TextInput/TextInput.js +1 -122
- package/componentsV2/TextInput/TextInput.scss.js +1 -8
- package/componentsV2/TextInput/useShrink.js +1 -87
- package/componentsV2/TextLink/TextLink.js +1 -71
- package/componentsV2/TextLink/TextLink.scss.js +1 -8
- package/componentsV2/TextMiddleTruncated/TextMiddleTruncated.constants.js +1 -8
- package/componentsV2/TextMiddleTruncated/TextMiddleTruncated.js +1 -91
- package/componentsV2/TextMiddleTruncated/TextMiddleTruncated.scss.js +1 -8
- package/componentsV2/ToggleButtons/ToggleButtons.js +1 -67
- package/componentsV2/ToggleButtons/ToggleButtons.scss.js +1 -8
- package/componentsV2/Tooltip/DcTooltip.js +1 -77
- package/componentsV2/Tooltip/Tooltip.js +1 -77
- package/componentsV2/Tooltip/Tooltip.scss.js +1 -8
- package/componentsV2/index.js +1 -54
- package/config/extendNative.js +1 -16
- package/config/highcharts/highcharts-contour.js +1 -792
- package/config/highcharts/highcharts.js +1 -83
- package/config/index.js +1 -5
- package/config/mapbox/index.js +1 -8
- package/config/theme/accordionOverrides.js +1 -114
- package/config/theme/buttonOverrides.js +1 -108
- package/config/theme/checkboxOverrides.js +1 -45
- package/config/theme/chipOverrides.js +1 -104
- package/config/theme/dateTimePickerThemeOverrides.js +1 -128
- package/config/theme/fabOverrides.js +1 -42
- package/config/theme/formControlLabelOverrides.js +1 -45
- package/config/theme/formGroupOverrides.js +1 -12
- package/config/theme/index.js +1 -220
- package/config/theme/lightThemePalette.mjs.js +1 -31
- package/config/theme/palette.mjs.js +1 -81
- package/config/theme/radioOverrides.js +1 -44
- package/config/theme/tableOverrides.js +1 -150
- package/config/theme/textFieldOverrides.js +1 -100
- package/config/theme/themeVariables.mjs.js +1 -45
- package/config/theme/toggleButtonsGroupOverrides.js +1 -85
- package/config/theme/tooltipOverrides.js +1 -33
- package/constants/accuracy.js +1 -10
- package/constants/alerts.js +1 -303
- package/constants/appPackages.js +1 -17
- package/constants/apps.js +1 -273
- package/constants/assetTypes.js +1 -40
- package/constants/bha.js +1 -290
- package/constants/casing.js +1 -687
- package/constants/classNames.js +1 -6
- package/constants/completion.js +1 -502
- package/constants/componentsSettings.js +1 -8
- package/constants/corvaCompanyId.js +1 -6
- package/constants/dateTimeFormat.js +1 -5
- package/constants/devcenter.js +1 -4
- package/constants/drillstring.js +1 -13062
- package/constants/feed.js +1 -273
- package/constants/goals.js +1 -79
- package/constants/index.js +1 -33
- package/constants/localStorageKeys.js +1 -5
- package/constants/mixpanel.js +1 -8
- package/constants/notifications.js +1 -88
- package/constants/rigActivity.js +1 -43
- package/constants/segment.js +1 -49
- package/constants/sizes.js +1 -9
- package/constants/streamSourceType.js +1 -48
- package/constants/subscriptions.js +1 -13
- package/constants/theme.js +1 -7
- package/constants/units.js +1 -72
- package/constants/wellSummary.js +1 -587
- package/effects/index.js +1 -14
- package/effects/useDelayedDcFullscreenElemOpen.js +1 -68
- package/effects/useDevCenterApp.js +1 -86
- package/effects/useEscPress.js +1 -18
- package/effects/useIsAssetViewer.js +1 -90
- package/effects/useLoadedData.js +1 -93
- package/effects/useMatchAppContainerSize.js +1 -53
- package/effects/useOutsideClick.js +1 -29
- package/effects/usePadSelectorSelectedWells.js +1 -59
- package/effects/useResizeObserver.js +1 -23
- package/effects/useSharedDCStore.js +1 -22
- package/effects/useSignedURL.js +1 -21
- package/effects/useSubscriptions.js +1 -284
- package/effects/useWellnessAlerts.js +1 -239
- package/ext-esm/@material-ui/icons/esm/ExpandLess.js +1 -9
- package/ext-esm/@material-ui/icons/esm/ExpandMore.js +1 -9
- package/ext-esm/@material-ui/icons/esm/Map.js +1 -9
- package/ext-esm/@material-ui/icons/esm/UnfoldLess.js +1 -9
- package/ext-esm/@material-ui/icons/esm/UnfoldMore.js +1 -9
- package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js +1 -21
- package/ext-esm/style-inject/dist/style-inject.es.js +1 -29
- package/hocs/index.js +1 -3
- package/hocs/withAssetEditorLockHOC.js +1 -102
- package/hocs/withMUIProvidersHOC.js +1 -31
- package/icons/IconParkProvider.js +1 -26
- package/icons/WithCustomSize.js +1 -54
- package/icons/constants.js +1 -0
- package/icons/customIcons/icons/AddMessage.js +1 -41
- package/icons/customIcons/icons/Attention.js +1 -33
- package/icons/customIcons/icons/CautionFilled.js +1 -62
- package/icons/customIcons/icons/Checkbox.js +1 -31
- package/icons/customIcons/icons/CheckboxChecked.js +1 -28
- package/icons/customIcons/icons/CheckboxIndeterminate.js +1 -31
- package/icons/customIcons/icons/Collapse.js +1 -45
- package/icons/customIcons/icons/Dashboard.js +1 -38
- package/icons/customIcons/icons/Expand.js +1 -33
- package/icons/customIcons/icons/FolderClosed.js +1 -28
- package/icons/customIcons/icons/FolderClosedFilled.js +1 -27
- package/icons/customIcons/icons/FolderOpened.js +1 -28
- package/icons/customIcons/icons/Gap.js +1 -26
- package/icons/customIcons/icons/GreaterOrEqual.js +1 -33
- package/icons/customIcons/icons/LessOrEqual.js +1 -32
- package/icons/customIcons/icons/MoreApp.js +1 -43
- package/icons/customIcons/icons/MultiRuler.js +1 -26
- package/icons/customIcons/icons/Pad.js +1 -28
- package/icons/customIcons/icons/Radio.js +1 -27
- package/icons/customIcons/icons/RadioChecked.js +1 -30
- package/icons/customIcons/icons/Search.js +1 -33
- package/icons/customIcons/icons/SimulFrac.js +1 -51
- package/icons/customIcons/icons/Wellhub.js +1 -36
- package/icons/customIcons/icons/ZipperFrac.js +1 -41
- package/icons/iconParkIcons.js +1 -298
- package/icons/index.js +1 -27
- package/index.js +1 -40
- package/package.json +1 -1
- package/permissions/PermissionsContext.js +1 -9
- package/permissions/ProvidePermissions.js +1 -18
- package/permissions/constants/abilities.js +1 -18
- package/permissions/constants/appsPermissions.js +1 -21
- package/permissions/constants/index.js +1 -482
- package/permissions/constants/settingsApps.js +1 -148
- package/permissions/index.js +1 -9
- package/permissions/usePermissions.js +1 -34
- package/permissions/useProvidePermissions.js +1 -110
- package/permissions/utils.js +1 -25
- package/permissions/withPermissionsHOC.js +1 -34
- package/styles/common.scss.js +1 -8
- package/styles/counter/counter.module.scss.js +1 -8
- package/styles/counter/index.js +1 -3
- package/styles/customScrollbars.global.css.js +1 -5
- package/styles/emojiMart.global.css.js +1 -5
- package/styles/generatedThemesVariables.global.css.js +1 -5
- package/styles/iconPark.global.css.js +1 -5
- package/styles/index.global.css.js +1 -5
- package/styles/index.js +1 -3
- package/styles/lightbox.global.css.js +1 -5
- package/styles/mapbox.global.css.js +1 -5
- package/styles/reactVirtualized.global.css.js +1 -5
- package/styles/typography/colors.module.scss.js +1 -8
- package/styles/typography/index.js +1 -12
- package/styles/typography/typography.module.scss.js +1 -8
- package/testing/AppTestWrapper/AppTestWrapper.js +1 -159
- package/testing/index.js +1 -2
- package/types/shared/Completions.js +1 -9
- package/utils/DrillstringUtils.js +1 -767
- package/utils/FluidCheckUtils.js +1 -174
- package/utils/StageDesignVActualUtils.js +1 -85
- package/utils/accuracy.js +1 -42
- package/utils/alerts.js +1 -27
- package/utils/apps.js +1 -17
- package/utils/audio.js +1 -39
- package/utils/bha.js +1 -309
- package/utils/casing/conversion.js +1 -34
- package/utils/casing/index.js +1 -5
- package/utils/casing/validation.js +1 -246
- package/utils/chartSeries.js +1 -52
- package/utils/charts/constants.js +1 -24
- package/utils/charts/getChartHorizontalAxis.js +1 -68
- package/utils/charts/getChartVerticalAxis.js +1 -63
- package/utils/colors.js +1 -10
- package/utils/completion.js +1 -74
- package/utils/components.js +1 -29
- package/utils/constants/units.js +1 -425
- package/utils/convert.js +1 -314
- package/utils/convertKeys.js +1 -23
- package/utils/csvExport.js +1 -218
- package/utils/dashboardReports.js +1 -251
- package/utils/delay.js +1 -16
- package/utils/delayedHighcharts.js +1 -44
- package/utils/devcenter.js +1 -75
- package/utils/devcenterToasts.js +1 -22
- package/utils/drillstring/conversion.js +1 -293
- package/utils/drillstring/index.js +1 -9
- package/utils/drillstring/schematic.js +1 -25
- package/utils/drillstring/validation.js +1 -857
- package/utils/env.js +1 -7
- package/utils/feed.js +1 -166
- package/utils/fileExtension.js +1 -20
- package/utils/filePreview.js +1 -14
- package/utils/formatFileSize.js +1 -26
- package/utils/formatting.js +1 -29
- package/utils/ga.js +1 -6
- package/utils/goals.js +1 -23
- package/utils/goalsConfig/goalsConfig.js +1 -859
- package/utils/goalsConfig/index.js +1 -3
- package/utils/goalsConfig/utils.js +1 -56
- package/utils/index.js +1 -129
- package/utils/jsonaDataFormatter.js +1 -10
- package/utils/lasParser.js +1 -121
- package/utils/localStorage.js +1 -14
- package/utils/main.js +1 -353
- package/utils/mapUnits.js +1 -23
- package/utils/mapbox.js +1 -123
- package/utils/metrics/index.js +1 -18
- package/utils/metrics/metricsCategories.js +1 -45
- package/utils/metrics/metricsConfig.js +1 -983
- package/utils/metrics/utils.js +1 -122
- package/utils/mobileDetect.js +1 -17
- package/utils/nativeMessages.js +1 -59
- package/utils/notificationToasts.js +1 -28
- package/utils/notifications.js +1 -26
- package/utils/permissions.js +1 -27
- package/utils/reports.js +1 -10
- package/utils/resolveWellHubSlug.js +1 -70
- package/utils/sharedDCStore.js +1 -56
- package/utils/themeVariables.js +1 -9
- package/utils/time.js +1 -98
- package/utils/torqueAndHookloadUtils.js +1 -20
- package/clients/api/apiCore.js.map +0 -1
- package/clients/api/httpMessages.js.map +0 -1
- package/clients/clientStorage/core.js.map +0 -1
- package/clients/clientStorage/index.js.map +0 -1
- package/clients/constants.js.map +0 -1
- package/clients/corvaUrls.js.map +0 -1
- package/clients/index.js.map +0 -1
- package/clients/jsonApi/index.js.map +0 -1
- package/clients/jsonApi/mocks/mockAssetData.js.map +0 -1
- package/clients/jsonApi/postTaskAndWaitResult.js.map +0 -1
- package/clients/sso/auth0.js.map +0 -1
- package/clients/sso/index.js.map +0 -1
- package/clients/sso/oauth2.js.map +0 -1
- package/clients/subscriptions.js.map +0 -1
- package/clients/utils.js.map +0 -1
- package/components/AddComment/Popover.js.map +0 -1
- package/components/AddComment/Popup.js.map +0 -1
- package/components/AdvancedSlider/AdvancedSlider.js.map +0 -1
- package/components/AdvancedSlider/Handle.js.map +0 -1
- package/components/AdvancedSlider/constants.js.map +0 -1
- package/components/AdvancedSlider/utils.js.map +0 -1
- package/components/AnchorsList/AnchorsList.js.map +0 -1
- package/components/Annotations/AnnotationsContext.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AddAnnotationForm/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/Annotation/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationComments/style.css.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/StyledSelect.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/components/AnnotationInput/style.css.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/index.js.map +0 -1
- package/components/Annotations/components/AnnotationsList/style.css.js.map +0 -1
- package/components/Annotations/components/LastAnnotation/index.js.map +0 -1
- package/components/Annotations/components/LastAnnotation/style.css.js.map +0 -1
- package/components/Annotations/constants.js.map +0 -1
- package/components/AppIcon/AppIcon.js.map +0 -1
- package/components/AppIcon/utils.js.map +0 -1
- package/components/AppVersionsSelect/AppVersionsSelect.js.map +0 -1
- package/components/AppVersionsSelect/effects/index.js.map +0 -1
- package/components/AssetEditor/AssetEditorAutocomplete.js.map +0 -1
- package/components/AssetEditor/AssetEditors.css.js.map +0 -1
- package/components/AssetEditor/SingleAssetEditor.js.map +0 -1
- package/components/AssetEditor/constants.js.map +0 -1
- package/components/AssetEditor/effects/index.js.map +0 -1
- package/components/AssetEditor/index.js.map +0 -1
- package/components/AssetEditorV2/components/MultipleAssetsToggle.js.map +0 -1
- package/components/AssetEditorV2/components/PrimaryAssetSelect.js.map +0 -1
- package/components/AssetEditorV2/components/PrimaryAssetSelectV2.js.map +0 -1
- package/components/AssetEditorV2/components/SecondaryAssetSelect.js.map +0 -1
- package/components/AssetEditorV2/components/SelectItem.js.map +0 -1
- package/components/AssetEditorV2/constants.js.map +0 -1
- package/components/AssetEditorV2/index.js.map +0 -1
- package/components/AssetEditorV2/utils/index.js.map +0 -1
- package/components/AssetNameLabel/AssetNameLabel.styles.css.js.map +0 -1
- package/components/AssetNameLabel/AssetStatusBadge.js.map +0 -1
- package/components/AssetNameLabel/SecondaryAssetNameLable.styles.css.js.map +0 -1
- package/components/AssetsMultipleSelector/AssetsMultipleSelector.js.map +0 -1
- package/components/Attachment/index.js.map +0 -1
- package/components/Attachment/styles.css.js.map +0 -1
- package/components/Autocomplete/Autocomplete.js.map +0 -1
- package/components/Avatar/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/Map/Map.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/Map/index.css.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/Map/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AssetSearch.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetResultSection.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AssetTypesSection.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/constants.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/effects/useAssetsData.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/AutoCompleteAssetSearch/utils/apiCalls.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/SectionItem.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/WellListItem.js.map +0 -1
- package/components/BICOffsetPickerDialog/components/WellSection/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/constants.js.map +0 -1
- package/components/BICOffsetPickerDialog/effects/index.js.map +0 -1
- package/components/BICOffsetPickerDialog/index.js.map +0 -1
- package/components/Breadcrumbs/index.js.map +0 -1
- package/components/Button/components/Button/index.js.map +0 -1
- package/components/Button/components/LiveButton/components/LiveButtonStateIndicator/index.js.map +0 -1
- package/components/Button/components/LiveButton/index.js.map +0 -1
- package/components/Button/index.js.map +0 -1
- package/components/Casing/CasingComponentIcon.js.map +0 -1
- package/components/Casing/CasingTable/index.js.map +0 -1
- package/components/Casing/CasingTableV2/components/CasingJoints/Browser.js.map +0 -1
- package/components/Casing/CasingTableV2/components/CasingJoints/Editor.js.map +0 -1
- package/components/Casing/CasingTableV2/components/DrillPipe/Browser.js.map +0 -1
- package/components/Casing/CasingTableV2/components/DrillPipe/Editor.js.map +0 -1
- package/components/Casing/CasingTableV2/components/EditComponentDialog.js.map +0 -1
- package/components/Casing/CasingTableV2/components/SortableComponent.js.map +0 -1
- package/components/Casing/CasingTableV2/components/constants.js.map +0 -1
- package/components/Casing/CasingTileIcon.js.map +0 -1
- package/components/Chart/ChartWrapperContext.js.map +0 -1
- package/components/Chart/components/AxisDropdown.js.map +0 -1
- package/components/Chart/components/AxisOverlay.js.map +0 -1
- package/components/Chart/components/ChartButton.js.map +0 -1
- package/components/Chart/components/ChartButtons.js.map +0 -1
- package/components/Chart/components/ChartSelect.js.map +0 -1
- package/components/Chart/components/ChartWrapper.js.map +0 -1
- package/components/Chart/components/buttons/ChartTypeButton.js.map +0 -1
- package/components/Chart/components/buttons/DragToZoomButton.js.map +0 -1
- package/components/Chart/components/buttons/HideAxesButton.js.map +0 -1
- package/components/Chart/components/buttons/PanButton.js.map +0 -1
- package/components/Chart/components/buttons/ResetZoomButton.js.map +0 -1
- package/components/Chart/components/buttons/ZoomInButton.js.map +0 -1
- package/components/Chart/components/buttons/ZoomOutButton.js.map +0 -1
- package/components/Chart/constants.js.map +0 -1
- package/components/Chart/formations.js.map +0 -1
- package/components/Chart/utils.js.map +0 -1
- package/components/ChartActionsList/ChartActionsList.css.js.map +0 -1
- package/components/ChartActionsList/ChartActionsList.js.map +0 -1
- package/components/ChartActionsList/icons/GoLive.js.map +0 -1
- package/components/ChartActionsList/icons/LeftArrow.js.map +0 -1
- package/components/ChartActionsList/icons/RightArrow.js.map +0 -1
- package/components/ChartActionsList/icons/TimeRange.js.map +0 -1
- package/components/ChartActionsList/icons/ZoomIn.js.map +0 -1
- package/components/ChartActionsList/icons/ZoomOut.js.map +0 -1
- package/components/Checkbox/index.js.map +0 -1
- package/components/Chip/index.js.map +0 -1
- package/components/CollapsableSidebar.js.map +0 -1
- package/components/CollapsibleContent.js.map +0 -1
- package/components/ColorPicker/ColorPicker.js.map +0 -1
- package/components/ColorPicker/ColorPicketUtils.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/ColorSquare/ColorSquare.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/Palette.css.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/Palette/PaletteConstants.js.map +0 -1
- package/components/ColorPicker/PaletteChromePicker/PaletteChromePicker.js.map +0 -1
- package/components/ColorPickerPalette/ColorPickerPalette.js.map +0 -1
- package/components/Comment/CommentIcon/index.js.map +0 -1
- package/components/Comment/index.js.map +0 -1
- package/components/Comment/styles.css.js.map +0 -1
- package/components/CommentInput/index.js.map +0 -1
- package/components/CommentInput/styles.css.js.map +0 -1
- package/components/CommentLoader.js.map +0 -1
- package/components/CommentWrapper.js.map +0 -1
- package/components/CommentsInfo/index.js.map +0 -1
- package/components/CommentsInfo/styles.css.js.map +0 -1
- package/components/ConfirmationDialog.js.map +0 -1
- package/components/ContextMenuItem/index.js.map +0 -1
- package/components/CopyToClipboard/CopyToClipboard.js.map +0 -1
- package/components/Counter/index.js.map +0 -1
- package/components/CustomSelect/index.js.map +0 -1
- package/components/DatePicker/index.js.map +0 -1
- package/components/DateTimePicker/index.js.map +0 -1
- package/components/DevCenter/AppContext.js.map +0 -1
- package/components/DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js.map +0 -1
- package/components/DevCenter/AppHeader/AppHeader.js.map +0 -1
- package/components/DevCenter/AppSettingsPopover/AppSettingsPopover.js.map +0 -1
- package/components/DevCenter/AppSideBar/AppSideBar.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/AppsDataProvider.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/effects/constants.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/effects/dataResolvers.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/effects/useAppsData.js.map +0 -1
- package/components/DevCenter/AppsDataProvider/effects/utils.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/DevCenterAppContainer.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppActions/AppActions.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppCommons/AppCommonsContext.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppCommons/AppCommonsProvider.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/SettingsAccordion.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/AppSettingsDialog/styles.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchButton.scss.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchContext.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchProvider.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/DevCenterAppView/components/ChooseAssetButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/NonPriorityMenus/NonPriorityMenus.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/PriorityMenus/PriorityMenus.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/RestoreAppSizeButton.css.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsData.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAnnotationsList.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppMaximized.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/effects/useAppSettings.js.map +0 -1
- package/components/DevCenter/DevCenterAppContainer/utils.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/DevCenterRouterContext.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.css.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/effects/useDevCenterRouter.js.map +0 -1
- package/components/DevCenter/DevCenterRouterContext/hocs/withUniversalLocationHOC.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js.map +0 -1
- package/components/DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js.map +0 -1
- package/components/DevCenter/NavigationBar/NavigationBar.js.map +0 -1
- package/components/DevCenter/SideBar/SideBar.js.map +0 -1
- package/components/DisabledSettingsMessage/DisabledSettingsMessage.js.map +0 -1
- package/components/DocumentViewer/DocumentViewer.js.map +0 -1
- package/components/DocumentViewer/styles.js.map +0 -1
- package/components/Drillstring/BHACasingEmptyView/BHACasingEmptyView.js.map +0 -1
- package/components/Drillstring/BHAComponentDetail/index.js.map +0 -1
- package/components/Drillstring/BHAComponentIcon.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Agitator/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Bit/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Bit/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillCollar/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/DrillPipe/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/EditComponentDialog.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Jar/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Jar/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Lwd/Measurement.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Mwd/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/NozzleSize/index.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Pdm/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/PressureLoss/index.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Rss/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Rss/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/SortableComponent.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Stabilizer/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Sub/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Sub/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/AutoCompleteDialog.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Suggestions/Suggestions.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Ur/Browser.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/Ur/Editor.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/constants.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/CancelButton.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/ConfirmationPopup.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/ExpandCollapseButton.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/FormatedNumber.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/InputText.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/MoreButton.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/SaveButton.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/SelectField.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/SharedEditorElements.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/shared/StaticField.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/sharedStyles.js.map +0 -1
- package/components/Drillstring/BHAComponentsTable/components/utils/calculation.js.map +0 -1
- package/components/Drillstring/BHASchematic.js.map +0 -1
- package/components/Drillstring/BHATable/index.js.map +0 -1
- package/components/Drillstring/BHATileIcon.js.map +0 -1
- package/components/Drillstring/BhaIndicator/BhaIndicator.js.map +0 -1
- package/components/Drillstring/BhaIndicator/styles.css.js.map +0 -1
- package/components/Drillstring/DrillstringDetail/DrillstringDetail.js.map +0 -1
- package/components/Drillstring/DrillstringDetail/styles.css.js.map +0 -1
- package/components/EChartsWrapper/EChartsWrapper.js.map +0 -1
- package/components/EChartsWrapper/components/Toolbox/ToolboxButton.js.map +0 -1
- package/components/EditableItem/EditableItem/index.js.map +0 -1
- package/components/EditableItem/EditableItemWithBadge/index.js.map +0 -1
- package/components/EmbeddedApp/DevCenterEmbeddedApp.js.map +0 -1
- package/components/EmbeddedApp/EmbeddedApp.js.map +0 -1
- package/components/EmojiIconButton.js.map +0 -1
- package/components/EmptyState/EmptyState.js.map +0 -1
- package/components/EmptyState/constants.js.map +0 -1
- package/components/EmptyState/images/index.js.map +0 -1
- package/components/EmptyState/styles.js.map +0 -1
- package/components/EmptyState/utils.js.map +0 -1
- package/components/EmptyView/EmptyAppView/EmptyAppView.js.map +0 -1
- package/components/EmptyView/EmptyView.js.map +0 -1
- package/components/ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js.map +0 -1
- package/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
- package/components/FailedFileUploading.js.map +0 -1
- package/components/FeedItem/FeedItem.js.map +0 -1
- package/components/FeedItem/FeedItemEditProvider/FeedItemEditProvider.js.map +0 -1
- package/components/FeedItem/editModals/DvdCommentEdit/DvdCommentEdit.js.map +0 -1
- package/components/FeedItem/editModals/HookloadCommentEdit/HookloadCommentEdit.js.map +0 -1
- package/components/FeedItem/editModals/LessonsLearnedEdit/LessonsLearnedEdit.js.map +0 -1
- package/components/FeedItem/editModals/NptLessonsCommentEdit/NptLessonsCommentEdit.js.map +0 -1
- package/components/FeedItem/editModals/PCCommentEdit/PCCommentEdit.js.map +0 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/helpers.js.map +0 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/AppAnnotationFeedItem/styles.css.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/BhaFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaNumber.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/BhaSchematic.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/Info.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/components/NoData.js.map +0 -1
- package/components/FeedItem/feedItemTypes/BhaFeedItem/styles.css.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionDailyCostFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionDocumentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionNptFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationSummaryFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/CompletionOperationalNoteFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DepthCommentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DocumentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DrillerMemoFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DrillingDailyCostFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationSummaryFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DrillingOperationalNoteFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/DvDCommentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/FluidReportFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/GenericDataCommentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/GeosteeringFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/HookloadCommentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Critical.js.map +0 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Major.js.map +0 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/icons/Minor.js.map +0 -1
- package/components/FeedItem/feedItemTypes/LessonsLearnedFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/NptFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/NptLessonsCommentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/PCCommentFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/PostFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/api.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/NoData.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Predictions.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/PredictionsItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/Stages.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/components/Stages/utils.js.map +0 -1
- package/components/FeedItem/feedItemTypes/StageOverviewFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/api.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/AccuracyPlan.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/ActualPointInfo.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/components/Warning.js.map +0 -1
- package/components/FeedItem/feedItemTypes/SurveyStationFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/TracesMemoFeedItem.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/TargetChanges.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/components/VerticalSectionAzimuth.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/constants.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/index.js.map +0 -1
- package/components/FeedItem/feedItemTypes/WellPlanFeedItem/styles.css.js.map +0 -1
- package/components/FileIcon/FileIcon.js.map +0 -1
- package/components/FilePreview/index.js.map +0 -1
- package/components/FilePreview/styles.css.js.map +0 -1
- package/components/FileTypeIcon.js.map +0 -1
- package/components/FileUploadIconButton.js.map +0 -1
- package/components/FilesDropzone/FilesDropzone.js.map +0 -1
- package/components/FilesLoader/FilesLoader.js.map +0 -1
- package/components/FilesLoaderV2/FilesLoaderV2.js.map +0 -1
- package/components/FilesProcessor/FilesProcessor.js.map +0 -1
- package/components/FolderMenuItem/components/ClosedFolderIcon.js.map +0 -1
- package/components/FolderMenuItem/components/FolderIcon.js.map +0 -1
- package/components/FolderMenuItem/components/OpenFolderIcon.js.map +0 -1
- package/components/FolderMenuItem/index.js.map +0 -1
- package/components/FolderMenuItemWithLinks/index.js.map +0 -1
- package/components/Formula/Formula.js.map +0 -1
- package/components/GoogleDocsViewer/styles.js.map +0 -1
- package/components/GradientManager/GradientList.js.map +0 -1
- package/components/GradientManager/GradientManager.js.map +0 -1
- package/components/GradientManager/GradientManager.styles.js.map +0 -1
- package/components/GradientManager/GradientManagerWithStorage/GradientManagerWithStorage.js.map +0 -1
- package/components/GradientManager/GradientSelect.js.map +0 -1
- package/components/GradientManager/configuration/constants.js.map +0 -1
- package/components/GradientPicker/GradientPicker.js.map +0 -1
- package/components/HeaderLayout/HeaderLayout.js.map +0 -1
- package/components/HelpCenter/HelpCenterIcon.js.map +0 -1
- package/components/HelpCenter/index.js.map +0 -1
- package/components/Hint/Hint.js.map +0 -1
- package/components/IconButton/index.js.map +0 -1
- package/components/IconMenu/index.js.map +0 -1
- package/components/Icons/AttachIcon.js.map +0 -1
- package/components/Icons/DangerousIcon.js.map +0 -1
- package/components/Icons/EmojiIcon.js.map +0 -1
- package/components/Icons/RecommendationIcon.js.map +0 -1
- package/components/Icons/SendIcon.js.map +0 -1
- package/components/ImageViewer/index.js.map +0 -1
- package/components/InfiniteList/index.js.map +0 -1
- package/components/KeyboardDateTimePicker.js.map +0 -1
- package/components/LabelsCounter/LabelsCounter.js.map +0 -1
- package/components/LoadingIndicator/FullScreenLoadingIndicator.js.map +0 -1
- package/components/LoadingIndicator/InlineLoadingIndicator.js.map +0 -1
- package/components/LoadingIndicator/Loader.js.map +0 -1
- package/components/LoadingIndicator/LoadingIndicator.js.map +0 -1
- package/components/MenuItem/index.js.map +0 -1
- package/components/MiddleTruncate/MiddleTruncate.js.map +0 -1
- package/components/MiddleTruncatedText/MiddleTruncatedText.js.map +0 -1
- package/components/Modal/CorvaModal.js.map +0 -1
- package/components/Modal/DcCorvaModal.js.map +0 -1
- package/components/Modal/Modal.js.map +0 -1
- package/components/NewDocumentViewer/NewDocumentViewer.js.map +0 -1
- package/components/NewDocumentViewer/components/CsvViewer.js.map +0 -1
- package/components/NewDocumentViewer/components/PdfViewer.js.map +0 -1
- package/components/NewDocumentViewer/components/TextViewer.js.map +0 -1
- package/components/NewDocumentViewer/effects/useFileContent.js.map +0 -1
- package/components/NewDocumentViewer/icons/UnavailableFileIcon.js.map +0 -1
- package/components/NewDocumentViewer/utils.js.map +0 -1
- package/components/Notifications/Notifications.js.map +0 -1
- package/components/Notifications/NotificationsContainer.js.map +0 -1
- package/components/OffsetWellButton/OffsetWellButton.js.map +0 -1
- package/components/OffsetWellChips/Chip.js.map +0 -1
- package/components/OffsetWellChips/ChipsContainer.js.map +0 -1
- package/components/OffsetWellMap/OffsetWellMap.js.map +0 -1
- package/components/OffsetWellPickerV2/OffsetWellPickerDialog.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/Map.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Map/popup.css.js.map +0 -1
- package/components/OffsetWellPickerV2/components/Table/SubjectIndicator.css.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Filter/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/Map.css.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Map/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetResultSection.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AssetTypesSection.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/constants.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/AutoCompleteAssetSearch/effects/useAssetsData.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/components/Table/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/effects/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/OffsetWellSelectionView/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/TabSelection/index.js.map +0 -1
- package/components/OffsetWellPickerV3/components/WellHubView/index.js.map +0 -1
- package/components/OffsetWellPickerV3/constants.js.map +0 -1
- package/components/OffsetWellPickerV3/index.js.map +0 -1
- package/components/OffsetWellPickerV4/OffsetWellPickerV4.js.map +0 -1
- package/components/OffsetWellPickerV4/components/AppHeader/AppHeader.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.js.map +0 -1
- package/components/OffsetWellPickerV4/components/CustomInfoIcon/CustomInfoIcon.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/components/Filter/Filter.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/components/Filter/MultiSelect.js.map +0 -1
- package/components/OffsetWellPickerV4/components/Filter/PeriodSelect.js.map +0 -1
- package/components/OffsetWellPickerV4/components/Filter/RadiusInput.js.map +0 -1
- package/components/OffsetWellPickerV4/components/Filter/SingleSelect.js.map +0 -1
- package/components/OffsetWellPickerV4/components/Filter/WellSection.js.map +0 -1
- package/components/OffsetWellPickerV4/components/Map/WellsMap.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetResultSection.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AssetTypesSection.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/AdvancedSearch/constants.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSelect.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/MetricsSettingMenu.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTable.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableHead.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/OffsetWellsTableRow.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/SubjectWellMark.js.map +0 -1
- package/components/OffsetWellPickerV4/components/OffsetWellsTable/ViewWellSectionsName.js.map +0 -1
- package/components/OffsetWellPickerV4/components/Toolbar/Toolbar.module.css.js.map +0 -1
- package/components/OffsetWellPickerV4/utils/apiCalls.js.map +0 -1
- package/components/OffsetWellPickerV4/utils/timePeriod.js.map +0 -1
- package/components/OffsetWellPickerV4/utils/unitSystem.js.map +0 -1
- package/components/PadModeSelect/PadModeSelect.js.map +0 -1
- package/components/PadModeSelect/utils/time.js.map +0 -1
- package/components/PadOffsetsPicker/OffsetAssetChip.js.map +0 -1
- package/components/PadOffsetsPicker/OffsetAssetsListExpander.js.map +0 -1
- package/components/PadOffsetsPicker/PadOffsetsPicker.js.map +0 -1
- package/components/PadOffsetsPicker/StagesSelector.js.map +0 -1
- package/components/PadOffsetsPicker/index.js.map +0 -1
- package/components/PadOffsetsPickerV2/PadOffsetsPickerV2.js.map +0 -1
- package/components/ParameterCharts/AddEditTrack.css.js.map +0 -1
- package/components/ParameterCharts/AddEditTrack.js.map +0 -1
- package/components/ParameterCharts/ChartsContext.js.map +0 -1
- package/components/ParameterCharts/DataContext.js.map +0 -1
- package/components/ParameterCharts/ParameterCharts.css.js.map +0 -1
- package/components/ParameterCharts/ParameterCharts.js.map +0 -1
- package/components/ParameterCharts/SettingsContext.js.map +0 -1
- package/components/ParameterCharts/components/ChartContainer.css.js.map +0 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.css.js.map +0 -1
- package/components/ParameterCharts/components/Charts/EmptyChart.js.map +0 -1
- package/components/ParameterCharts/components/Charts/LineChart.css.js.map +0 -1
- package/components/ParameterCharts/components/Charts/LineChart.js.map +0 -1
- package/components/ParameterCharts/components/Charts/options.js.map +0 -1
- package/components/ParameterCharts/components/DataLoadingIndicator.js.map +0 -1
- package/components/ParameterCharts/components/SingleChannelTrackSettings.js.map +0 -1
- package/components/ParameterCharts/components/Tooltip/CursorPositioner.js.map +0 -1
- package/components/ParameterCharts/components/Tooltip/Tooltip.css.js.map +0 -1
- package/components/ParameterCharts/components/TraceHeader.css.js.map +0 -1
- package/components/ParameterCharts/components/TraceSettings.css.js.map +0 -1
- package/components/ParameterCharts/components/Track.js.map +0 -1
- package/components/ParameterCharts/components/TrackSettings.js.map +0 -1
- package/components/ParameterCharts/constants.js.map +0 -1
- package/components/ParameterCharts/utils/dataParser.js.map +0 -1
- package/components/PinnableFilters/PinnableFilters.js.map +0 -1
- package/components/Popover/Popover.js.map +0 -1
- package/components/Popper/Popper.js.map +0 -1
- package/components/PostInput/PostInput.js.map +0 -1
- package/components/PostPreviewDialog/index.js.map +0 -1
- package/components/PriceInput/PriceInput.js.map +0 -1
- package/components/RangeSlider/RangeSlider.css.js.map +0 -1
- package/components/RangeSlider/RangeSlider.js.map +0 -1
- package/components/RangeSlider/constants.js.map +0 -1
- package/components/RangeSlider/inputs/FromInput.js.map +0 -1
- package/components/RangeSlider/inputs/ToInput.js.map +0 -1
- package/components/RangeSlider/strategies/horizontal.js.map +0 -1
- package/components/RangeSlider/strategies/vertical.js.map +0 -1
- package/components/RangeSlider/utils.js.map +0 -1
- package/components/RealTimeValuesSidebar/RealTimeSidebar.js.map +0 -1
- package/components/RealTimeValuesSidebar/RealTimeSidebarContext.js.map +0 -1
- package/components/RealTimeValuesSidebar/RealTimeSidebarStyles.js.map +0 -1
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxEditDialog.js.map +0 -1
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxList.js.map +0 -1
- package/components/RealTimeValuesSidebar/RealTimeValuesBox/RealTimeBoxStyles.js.map +0 -1
- package/components/RealTimeValuesSidebar/SidebarFooter.js.map +0 -1
- package/components/RealTimeValuesSidebar/SidebarTitle.js.map +0 -1
- package/components/RealTimeValuesSidebar/enums.js.map +0 -1
- package/components/ResizableTable/ResizableTable.js.map +0 -1
- package/components/ResizableTable/ResizableTableCell.js.map +0 -1
- package/components/ResizableTable/ResizableTableHeaderCell.js.map +0 -1
- package/components/Search/Search.js.map +0 -1
- package/components/Search/components/Groups.js.map +0 -1
- package/components/Search/components/InputAdornmentLeft.js.map +0 -1
- package/components/Search/components/Listbox.js.map +0 -1
- package/components/Search/components/Paper.js.map +0 -1
- package/components/Search/components/RecentSearches.js.map +0 -1
- package/components/Search/components/SelectAllListItem.js.map +0 -1
- package/components/Search/effects/useAutocompleteOptions.js.map +0 -1
- package/components/Search/utils/getFormattedOptions.js.map +0 -1
- package/components/SearchInput/index.js.map +0 -1
- package/components/Select/SelectFilterBy.js.map +0 -1
- package/components/Select/index.js.map +0 -1
- package/components/SettingEditors/ColorEditor/index.js.map +0 -1
- package/components/SettingEditors/ColorEditor/style.css.js.map +0 -1
- package/components/SettingEditors/DropdownEditor/index.js.map +0 -1
- package/components/SettingEditors/RadioEditor/index.js.map +0 -1
- package/components/SlateFormattedText/Constants.js.map +0 -1
- package/components/SlateFormattedText/Elements/ImageElement/ImageElement.css.js.map +0 -1
- package/components/SlateFormattedText/Elements/VideoElement/style.css.js.map +0 -1
- package/components/SlateFormattedText/RenderElements.js.map +0 -1
- package/components/SlateFormattedText/SlateFormattedText.js.map +0 -1
- package/components/SlateFormattedText/style.css.js.map +0 -1
- package/components/SlateFormattedText/utils.js.map +0 -1
- package/components/StageDesignVActual/ComparisonBar/utils.js.map +0 -1
- package/components/StageDesignVActual/ComparisonHeader.js.map +0 -1
- package/components/StageDesignVActual/ComparisonRow.js.map +0 -1
- package/components/StageDesignVActual/ElementsComparison/utils.js.map +0 -1
- package/components/StatusBadge/api.js.map +0 -1
- package/components/StatusBadge/components/DQAlertTooltip.js.map +0 -1
- package/components/StatusBadge/components/DQAlertsTooltip.js.map +0 -1
- package/components/StatusBadge/components/DQStatusIcon.js.map +0 -1
- package/components/StatusBadge/components/DQUnvalidatedContent.js.map +0 -1
- package/components/StatusBadge/constants.js.map +0 -1
- package/components/StatusBadge/index.js.map +0 -1
- package/components/StatusBadge/utils.js.map +0 -1
- package/components/Stepper/Stepper.js.map +0 -1
- package/components/Stepper/StepsWrapper.js.map +0 -1
- package/components/StyledMenuItem/index.js.map +0 -1
- package/components/SwitchControl/index.js.map +0 -1
- package/components/SwitchControl/style.css.js.map +0 -1
- package/components/Table/TableCell/TableCell.js.map +0 -1
- package/components/Table/TableContainer/TableContainer.js.map +0 -1
- package/components/Table/TablePagination/TablePagination.js.map +0 -1
- package/components/Table/TablePaginationActions/TablePaginationActions.js.map +0 -1
- package/components/Table/TableSortLabel/TableSortLabel.js.map +0 -1
- package/components/Table/TableToolbar/TableToolbar.js.map +0 -1
- package/components/Tabs/Tab.js.map +0 -1
- package/components/Tabs/Tabs.js.map +0 -1
- package/components/Template/TemplatePopover/Styles.js.map +0 -1
- package/components/Template/TemplatePopover/index.js.map +0 -1
- package/components/Template/TemplateSharingDialog/UsersChipSelector.js.map +0 -1
- package/components/Template/TemplateSharingDialog/index.js.map +0 -1
- package/components/TextField/effects/index.js.map +0 -1
- package/components/TextField/index.js.map +0 -1
- package/components/TextLink/index.js.map +0 -1
- package/components/Toaster/ToastContainer.js.map +0 -1
- package/components/Toaster/Toaster.js.map +0 -1
- package/components/Tooltip/ScrollableTooltip.js.map +0 -1
- package/components/Tooltip/Tooltip.js.map +0 -1
- package/components/TracesEditModal/TracesEditModal.css.js.map +0 -1
- package/components/TracesEditModal/TracesEditModal.js.map +0 -1
- package/components/TracesEditModal/TracesEditModalContainer.js.map +0 -1
- package/components/TruncatedText/index.js.map +0 -1
- package/components/Typography.js.map +0 -1
- package/components/UserCard/index.js.map +0 -1
- package/components/UserCardPopover.js.map +0 -1
- package/components/UserMention/constants.js.map +0 -1
- package/components/UserMention/index.js.map +0 -1
- package/components/UserMention/style.css.js.map +0 -1
- package/components/UserMention/utils/index.js.map +0 -1
- package/components/VirtualizedTable/CustomizeColumnsDialog.js.map +0 -1
- package/components/VirtualizedTable/DraggableList.js.map +0 -1
- package/components/VirtualizedTable/VirtualizedTable.js.map +0 -1
- package/components/VirtualizedTable/index.js.map +0 -1
- package/components/WellSummary/ActivitySummaryChart.js.map +0 -1
- package/components/WellSummary/FracWirelineTimeChart.js.map +0 -1
- package/components/WellSummary/WellSummaryItemLabel.js.map +0 -1
- package/components/WellSummary/WellSummaryItemTitle.js.map +0 -1
- package/components/WellSummary/WellSummaryItemValue.js.map +0 -1
- package/components/WellSummary/index.js.map +0 -1
- package/components/index.js.map +0 -1
- package/components/shared/useThrottledCallback.js.map +0 -1
- package/componentsV2/Accordion/Accordion.js.map +0 -1
- package/componentsV2/Accordion/Accordion.scss.js.map +0 -1
- package/componentsV2/AppContainer/AppContainer.constants.js.map +0 -1
- package/componentsV2/AppContainer/AppContainer.js.map +0 -1
- package/componentsV2/AppContainer/AppContainer.scss.js.map +0 -1
- package/componentsV2/AppFooter/AppFooter.js.map +0 -1
- package/componentsV2/AppFooter/AppFooter.scss.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqAlert/DqAlert.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqAlert/DqAlert.scss.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqAlertTooltip/DqAlertTooltip.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqAlertTooltip/DqAlertTooltip.scss.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqAsset/DqAsset.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqAsset/DqAsset.scss.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqPopover.scss.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqStatusIcon/DqStatusIcon.js.map +0 -1
- package/componentsV2/AppFooter/DqPopover/DqStatusIcon/DqStatusIcon.scss.js.map +0 -1
- package/componentsV2/AppFooter/Warning.js.map +0 -1
- package/componentsV2/AppHeader/AppAssets/AppAssets.scss.js.map +0 -1
- package/componentsV2/AppHeader/AppBadge/AppBadge.scss.js.map +0 -1
- package/componentsV2/AppHeader/AppHeader.constants.js.map +0 -1
- package/componentsV2/AppHeader/AppHeader.js.map +0 -1
- package/componentsV2/AppHeader/AppHeader.scss.js.map +0 -1
- package/componentsV2/AppHeader/PadMode/PadMode.scss.js.map +0 -1
- package/componentsV2/Avatar/Avatar.js.map +0 -1
- package/componentsV2/Avatar/Avatar.scss.js.map +0 -1
- package/componentsV2/Avatar/constants.js.map +0 -1
- package/componentsV2/AvatarGroup/AvatarGroup.js.map +0 -1
- package/componentsV2/AvatarGroup/AvatarGroup.scss.js.map +0 -1
- package/componentsV2/BadgeBase/BadgeBase.scss.js.map +0 -1
- package/componentsV2/BadgeComment/BadgeComment.js.map +0 -1
- package/componentsV2/BadgeComment/BadgeComment.scss.js.map +0 -1
- package/componentsV2/BadgeComment/BadgeIcon.js.map +0 -1
- package/componentsV2/BadgeCounter/BadgeCounter.js.map +0 -1
- package/componentsV2/BadgeDot/BadgeDot.js.map +0 -1
- package/componentsV2/BadgeDot/BadgeDot.scss.js.map +0 -1
- package/componentsV2/Breadcrumbs/Breadcrumbs.js.map +0 -1
- package/componentsV2/Breadcrumbs/Breadcrumbs.scss.js.map +0 -1
- package/componentsV2/Button/Button.js.map +0 -1
- package/componentsV2/Button/Button.scss.js.map +0 -1
- package/componentsV2/ButtonIcon/ButtonIcon.js.map +0 -1
- package/componentsV2/ButtonIcon/ButtonIcon.scss.js.map +0 -1
- package/componentsV2/ButtonLive/ButtonLive.js.map +0 -1
- package/componentsV2/ButtonLive/ButtonLive.scss.js.map +0 -1
- package/componentsV2/Checkbox/Checkbox.js.map +0 -1
- package/componentsV2/CheckboxGroup/CheckboxGroup.js.map +0 -1
- package/componentsV2/Chip/Chip.js.map +0 -1
- package/componentsV2/Chip/Chip.scss.js.map +0 -1
- package/componentsV2/ChipAlert/ChipAlert.js.map +0 -1
- package/componentsV2/ChipAlert/ChipAlert.scss.js.map +0 -1
- package/componentsV2/ChipIndicator/ChipIndicator.js.map +0 -1
- package/componentsV2/ChipIndicator/ChipIndicator.scss.js.map +0 -1
- package/componentsV2/CopyToClipboard/CopyToClipboard.js.map +0 -1
- package/componentsV2/CopyToClipboard/CopyToClipboard.scss.js.map +0 -1
- package/componentsV2/Counter/Counter.js.map +0 -1
- package/componentsV2/Counter/Counter.scss.js.map +0 -1
- package/componentsV2/EmptyState/EmptyState.js.map +0 -1
- package/componentsV2/EmptyState/EmptyState.scss.js.map +0 -1
- package/componentsV2/EmptyState/constants.js.map +0 -1
- package/componentsV2/FileIcon/FileIcon.js.map +0 -1
- package/componentsV2/FileIcon/FileIcon.scss.js.map +0 -1
- package/componentsV2/FileIcon/constants.js.map +0 -1
- package/componentsV2/FileIcon/icons/ArchiveFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/CSVFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/DocFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/EDMFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/ExcelFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/ImageFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/JsonFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/LasFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/OtherFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/PdfFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/PowerPointFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/TxtFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/UnknownFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/VideoFileIcon.js.map +0 -1
- package/componentsV2/FileIcon/icons/XmlFileIcon.js.map +0 -1
- package/componentsV2/FilesDropzone/FilesDropzone.js.map +0 -1
- package/componentsV2/FilesDropzone/FilesDropzone.scss.js.map +0 -1
- package/componentsV2/FilesDropzone/utils.js.map +0 -1
- package/componentsV2/FilesLoader/FilesLoader.js.map +0 -1
- package/componentsV2/FilesLoader/FilesLoader.scss.js.map +0 -1
- package/componentsV2/FilesLoader/utils.js.map +0 -1
- package/componentsV2/FilesProcessor/FilesProcessor.js.map +0 -1
- package/componentsV2/FilesProcessor/FilesProcessor.scss.js.map +0 -1
- package/componentsV2/FilesProcessor/Processor.js.map +0 -1
- package/componentsV2/Grid/Cell.js.map +0 -1
- package/componentsV2/Grid/Grid.js.map +0 -1
- package/componentsV2/Grid/Grid.scss.js.map +0 -1
- package/componentsV2/Grid/constants.js.map +0 -1
- package/componentsV2/Header/Header.js.map +0 -1
- package/componentsV2/Header/Header.scss.js.map +0 -1
- package/componentsV2/IndicatorLive/IndicatorLive.js.map +0 -1
- package/componentsV2/IndicatorLive/IndicatorLive.scss.js.map +0 -1
- package/componentsV2/LiveDotIndicator/LiveDotIndicator.scss.js.map +0 -1
- package/componentsV2/LoaderCircular/LoaderCircular.js.map +0 -1
- package/componentsV2/LoaderLinear/LoaderLinear.js.map +0 -1
- package/componentsV2/LoaderLinear/LoaderLinear.scss.js.map +0 -1
- package/componentsV2/LoaderLogo/LoaderLogo.js.map +0 -1
- package/componentsV2/LoaderLogo/LoaderLogo.scss.js.map +0 -1
- package/componentsV2/Menu/Menu.js.map +0 -1
- package/componentsV2/Menu/Menu.scss.js.map +0 -1
- package/componentsV2/Menu/MenuDivider/MenuDivider.scss.js.map +0 -1
- package/componentsV2/Menu/MenuGroup/MenuGroup.scss.js.map +0 -1
- package/componentsV2/Menu/MenuItem/MenuItem.scss.js.map +0 -1
- package/componentsV2/Modal/Modal.js.map +0 -1
- package/componentsV2/Modal/Modal.scss.js.map +0 -1
- package/componentsV2/Paper/Paper.js.map +0 -1
- package/componentsV2/Paper/Paper.scss.js.map +0 -1
- package/componentsV2/Popover/Popover.js.map +0 -1
- package/componentsV2/Popover/Popover.scss.js.map +0 -1
- package/componentsV2/Popover/utils.js.map +0 -1
- package/componentsV2/Popper/Popper.js.map +0 -1
- package/componentsV2/Radio/Radio.js.map +0 -1
- package/componentsV2/RadioAndCheckboxGroup/RadioAndCheckboxGroup.scss.js.map +0 -1
- package/componentsV2/RadioGroup/RadioGroup.js.map +0 -1
- package/componentsV2/Skeleton/Skeleton.js.map +0 -1
- package/componentsV2/Skeleton/Skeleton.scss.js.map +0 -1
- package/componentsV2/Stepper/Step/Step.scss.js.map +0 -1
- package/componentsV2/Stepper/Stepper.js.map +0 -1
- package/componentsV2/Stepper/Stepper.scss.js.map +0 -1
- package/componentsV2/Switch/Switch.js.map +0 -1
- package/componentsV2/Switch/Switch.scss.js.map +0 -1
- package/componentsV2/Tabs/Tabs.js.map +0 -1
- package/componentsV2/Tabs/Tabs.scss.js.map +0 -1
- package/componentsV2/Text/Text.js.map +0 -1
- package/componentsV2/Text/Text.scss.js.map +0 -1
- package/componentsV2/TextEndTruncated/TextEndTruncated.js.map +0 -1
- package/componentsV2/TextEndTruncated/TextEndTruncated.scss.js.map +0 -1
- package/componentsV2/TextInput/TextInput.js.map +0 -1
- package/componentsV2/TextInput/TextInput.scss.js.map +0 -1
- package/componentsV2/TextInput/useShrink.js.map +0 -1
- package/componentsV2/TextLink/TextLink.js.map +0 -1
- package/componentsV2/TextLink/TextLink.scss.js.map +0 -1
- package/componentsV2/TextMiddleTruncated/TextMiddleTruncated.constants.js.map +0 -1
- package/componentsV2/TextMiddleTruncated/TextMiddleTruncated.js.map +0 -1
- package/componentsV2/TextMiddleTruncated/TextMiddleTruncated.scss.js.map +0 -1
- package/componentsV2/ToggleButtons/ToggleButtons.js.map +0 -1
- package/componentsV2/ToggleButtons/ToggleButtons.scss.js.map +0 -1
- package/componentsV2/Tooltip/DcTooltip.js.map +0 -1
- package/componentsV2/Tooltip/Tooltip.js.map +0 -1
- package/componentsV2/Tooltip/Tooltip.scss.js.map +0 -1
- package/componentsV2/index.js.map +0 -1
- package/config/extendNative.js.map +0 -1
- package/config/highcharts/highcharts-contour.js.map +0 -1
- package/config/highcharts/highcharts.js.map +0 -1
- package/config/index.js.map +0 -1
- package/config/mapbox/index.js.map +0 -1
- package/config/theme/accordionOverrides.js.map +0 -1
- package/config/theme/buttonOverrides.js.map +0 -1
- package/config/theme/checkboxOverrides.js.map +0 -1
- package/config/theme/chipOverrides.js.map +0 -1
- package/config/theme/dateTimePickerThemeOverrides.js.map +0 -1
- package/config/theme/fabOverrides.js.map +0 -1
- package/config/theme/formControlLabelOverrides.js.map +0 -1
- package/config/theme/formGroupOverrides.js.map +0 -1
- package/config/theme/index.js.map +0 -1
- package/config/theme/lightThemePalette.mjs.js.map +0 -1
- package/config/theme/palette.mjs.js.map +0 -1
- package/config/theme/radioOverrides.js.map +0 -1
- package/config/theme/tableOverrides.js.map +0 -1
- package/config/theme/textFieldOverrides.js.map +0 -1
- package/config/theme/themeVariables.mjs.js.map +0 -1
- package/config/theme/toggleButtonsGroupOverrides.js.map +0 -1
- package/config/theme/tooltipOverrides.js.map +0 -1
- package/constants/accuracy.js.map +0 -1
- package/constants/alerts.js.map +0 -1
- package/constants/appPackages.js.map +0 -1
- package/constants/apps.js.map +0 -1
- package/constants/assetTypes.js.map +0 -1
- package/constants/bha.js.map +0 -1
- package/constants/casing.js.map +0 -1
- package/constants/classNames.js.map +0 -1
- package/constants/completion.js.map +0 -1
- package/constants/componentsSettings.js.map +0 -1
- package/constants/corvaCompanyId.js.map +0 -1
- package/constants/dateTimeFormat.js.map +0 -1
- package/constants/devcenter.js.map +0 -1
- package/constants/drillstring.js.map +0 -1
- package/constants/feed.js.map +0 -1
- package/constants/goals.js.map +0 -1
- package/constants/index.js.map +0 -1
- package/constants/localStorageKeys.js.map +0 -1
- package/constants/notifications.js.map +0 -1
- package/constants/rigActivity.js.map +0 -1
- package/constants/segment.js.map +0 -1
- package/constants/streamSourceType.js.map +0 -1
- package/constants/theme.js.map +0 -1
- package/constants/units.js.map +0 -1
- package/constants/wellSummary.js.map +0 -1
- package/effects/index.js.map +0 -1
- package/effects/useDelayedDcFullscreenElemOpen.js.map +0 -1
- package/effects/useDevCenterApp.js.map +0 -1
- package/effects/useEscPress.js.map +0 -1
- package/effects/useIsAssetViewer.js.map +0 -1
- package/effects/useLoadedData.js.map +0 -1
- package/effects/useMatchAppContainerSize.js.map +0 -1
- package/effects/useOutsideClick.js.map +0 -1
- package/effects/usePadSelectorSelectedWells.js.map +0 -1
- package/effects/useResizeObserver.js.map +0 -1
- package/effects/useSharedDCStore.js.map +0 -1
- package/effects/useSignedURL.js.map +0 -1
- package/effects/useSubscriptions.js.map +0 -1
- package/effects/useWellnessAlerts.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/ExpandLess.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/ExpandMore.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/Map.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldLess.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/UnfoldMore.js.map +0 -1
- package/ext-esm/@material-ui/icons/esm/utils/createSvgIcon.js.map +0 -1
- package/ext-esm/style-inject/dist/style-inject.es.js.map +0 -1
- package/hocs/index.js.map +0 -1
- package/hocs/withAssetEditorLockHOC.js.map +0 -1
- package/hocs/withMUIProvidersHOC.js.map +0 -1
- package/icons/IconParkProvider.js.map +0 -1
- package/icons/WithCustomSize.js.map +0 -1
- package/icons/iconParkIcons.js.map +0 -1
- package/icons/index.js.map +0 -1
- package/index.js.map +0 -1
- package/permissions/PermissionsContext.js.map +0 -1
- package/permissions/ProvidePermissions.js.map +0 -1
- package/permissions/constants/abilities.js.map +0 -1
- package/permissions/constants/appsPermissions.js.map +0 -1
- package/permissions/constants/index.js.map +0 -1
- package/permissions/constants/settingsApps.js.map +0 -1
- package/permissions/index.js.map +0 -1
- package/permissions/usePermissions.js.map +0 -1
- package/permissions/useProvidePermissions.js.map +0 -1
- package/permissions/utils.js.map +0 -1
- package/permissions/withPermissionsHOC.js.map +0 -1
- package/styles/common.scss.js.map +0 -1
- package/styles/counter/counter.module.scss.js.map +0 -1
- package/styles/counter/index.js.map +0 -1
- package/styles/customScrollbars.global.css.js.map +0 -1
- package/styles/emojiMart.global.css.js.map +0 -1
- package/styles/generatedThemesVariables.global.css.js.map +0 -1
- package/styles/iconPark.global.css.js.map +0 -1
- package/styles/index.global.css.js.map +0 -1
- package/styles/index.js.map +0 -1
- package/styles/lightbox.global.css.js.map +0 -1
- package/styles/mapbox.global.css.js.map +0 -1
- package/styles/reactVirtualized.global.css.js.map +0 -1
- package/styles/typography/colors.module.scss.js.map +0 -1
- package/styles/typography/index.js.map +0 -1
- package/styles/typography/typography.module.scss.js.map +0 -1
- package/testing/AppTestWrapper/AppTestWrapper.js.map +0 -1
- package/testing/index.js.map +0 -1
- package/utils/DrillstringUtils.js.map +0 -1
- package/utils/FluidCheckUtils.js.map +0 -1
- package/utils/StageDesignVActualUtils.js.map +0 -1
- package/utils/accuracy.js.map +0 -1
- package/utils/alerts.js.map +0 -1
- package/utils/apps.js.map +0 -1
- package/utils/audio.js.map +0 -1
- package/utils/bha.js.map +0 -1
- package/utils/casing/conversion.js.map +0 -1
- package/utils/casing/index.js.map +0 -1
- package/utils/casing/validation.js.map +0 -1
- package/utils/chartSeries.js.map +0 -1
- package/utils/charts/constants.js.map +0 -1
- package/utils/charts/getChartHorizontalAxis.js.map +0 -1
- package/utils/charts/getChartVerticalAxis.js.map +0 -1
- package/utils/colors.js.map +0 -1
- package/utils/completion.js.map +0 -1
- package/utils/components.js.map +0 -1
- package/utils/constants/units.js.map +0 -1
- package/utils/convert.js.map +0 -1
- package/utils/convertKeys.js.map +0 -1
- package/utils/csvExport.js.map +0 -1
- package/utils/dashboardReports.js.map +0 -1
- package/utils/delay.js.map +0 -1
- package/utils/delayedHighcharts.js.map +0 -1
- package/utils/devcenter.js.map +0 -1
- package/utils/devcenterToasts.js.map +0 -1
- package/utils/drillstring/conversion.js.map +0 -1
- package/utils/drillstring/index.js.map +0 -1
- package/utils/drillstring/schematic.js.map +0 -1
- package/utils/drillstring/validation.js.map +0 -1
- package/utils/env.js.map +0 -1
- package/utils/feed.js.map +0 -1
- package/utils/fileExtension.js.map +0 -1
- package/utils/filePreview.js.map +0 -1
- package/utils/formatFileSize.js.map +0 -1
- package/utils/formatting.js.map +0 -1
- package/utils/ga.js.map +0 -1
- package/utils/goals.js.map +0 -1
- package/utils/goalsConfig/goalsConfig.js.map +0 -1
- package/utils/goalsConfig/index.js.map +0 -1
- package/utils/goalsConfig/utils.js.map +0 -1
- package/utils/index.js.map +0 -1
- package/utils/jsonaDataFormatter.js.map +0 -1
- package/utils/lasParser.js.map +0 -1
- package/utils/localStorage.js.map +0 -1
- package/utils/main.js.map +0 -1
- package/utils/mapUnits.js.map +0 -1
- package/utils/mapbox.js.map +0 -1
- package/utils/metrics/index.js.map +0 -1
- package/utils/metrics/metricsCategories.js.map +0 -1
- package/utils/metrics/metricsConfig.js.map +0 -1
- package/utils/metrics/utils.js.map +0 -1
- package/utils/mobileDetect.js.map +0 -1
- package/utils/nativeMessages.js.map +0 -1
- package/utils/notificationToasts.js.map +0 -1
- package/utils/notifications.js.map +0 -1
- package/utils/permissions.js.map +0 -1
- package/utils/reports.js.map +0 -1
- package/utils/resolveWellHubSlug.js.map +0 -1
- package/utils/sharedDCStore.js.map +0 -1
- package/utils/themeVariables.js.map +0 -1
- package/utils/time.js.map +0 -1
- package/utils/torqueAndHookloadUtils.js.map +0 -1
|
@@ -1,1146 +1 @@
|
|
|
1
|
-
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
2
|
-
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
|
-
import _asyncToGenerator from '@babel/runtime/helpers/asyncToGenerator';
|
|
4
|
-
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
5
|
-
import _regeneratorRuntime from '@babel/runtime/regenerator';
|
|
6
|
-
import { useState, useRef, useEffect, useCallback, useMemo } from 'react';
|
|
7
|
-
import classNames from 'classnames';
|
|
8
|
-
import { uniqBy, uniq, sortBy, isEmpty } from 'lodash';
|
|
9
|
-
import { Replay, InfoOutlined } from '@material-ui/icons';
|
|
10
|
-
import { useFetchWells } from './effects/useFetchWells.js';
|
|
11
|
-
import { useAdvancedWells } from './effects/useAdvancedWells.js';
|
|
12
|
-
import { useBicWells } from './effects/useBicWells.js';
|
|
13
|
-
import { useCompanyMetricKey } from './effects/useCompanyMetricKey.js';
|
|
14
|
-
import { useFilterOptions } from './effects/useFilterOptions.js';
|
|
15
|
-
import { useFilteredWells } from './effects/useFilteredWells.js';
|
|
16
|
-
import { useSortedWells } from './effects/useSortedWells.js';
|
|
17
|
-
import './effects/useAssetsData.js';
|
|
18
|
-
import { useTableColumns } from './effects/useTableColumns.js';
|
|
19
|
-
import { useCompanyProvider } from './effects/useCompanyProvider.js';
|
|
20
|
-
import { AppHeader } from './components/AppHeader/AppHeader.js';
|
|
21
|
-
import { Toolbar } from './components/Toolbar/Toolbar.js';
|
|
22
|
-
import { Filter } from './components/Filter/Filter.js';
|
|
23
|
-
import { WellsMap } from './components/Map/WellsMap.js';
|
|
24
|
-
import OffsetWellsTable from './components/OffsetWellsTable/OffsetWellsTable.js';
|
|
25
|
-
import { ALL_SECTION_KEY, ViewType, TOP_GRADIENT_MAP, ColumnType, COMPANY_PROVIDERS_FOR_IDAS, FilterType, ROWS_PER_PAGE, RESYNC_STATUS, LEAVE_TOUCH_DELAY, IOS_DEVICE, MAX_OFFSET_SIZE, SMALL_SCREEN_WIDTH, SMALL_SCREEN_HEIGHT, DEFAULT_BIC_OFFSET_SIZE, DEFAULT_LOCAL_OFFSET_SIZE } from './constants.js';
|
|
26
|
-
import { SEARCH_CATEGORIES } from './components/OffsetWellsTable/AdvancedSearch/constants.js';
|
|
27
|
-
import { getMobileOperatingSystem, getCoordinatedWells } from './utils/index.js';
|
|
28
|
-
import styles from './OffsetWellPickerV4.module.css.js';
|
|
29
|
-
import '../../utils/index.js';
|
|
30
|
-
import '@material-ui/core/Snackbar';
|
|
31
|
-
import '../Notifications/Toast.js';
|
|
32
|
-
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
33
|
-
import { NotificationsContainer } from '../Notifications/NotificationsContainer.js';
|
|
34
|
-
import { isMobileDetected, isNativeDetected } from '../../utils/mobileDetect.js';
|
|
35
|
-
import typography from '../../styles/typography/index.js';
|
|
36
|
-
import '../../styles/counter/counter.module.scss.js';
|
|
37
|
-
import { Regular14, Regular12 } from '../Typography.js';
|
|
38
|
-
import Modal from '../Modal/Modal.js';
|
|
39
|
-
import '../IconMenu/index.js';
|
|
40
|
-
import '../StyledMenuItem/index.js';
|
|
41
|
-
import '../AppIcon/AppIcon.js';
|
|
42
|
-
import '../DevCenter/AppHeader/AppHeader.js';
|
|
43
|
-
import '../DevCenter/AppSideBar/AppSideBar.js';
|
|
44
|
-
import '../DevCenter/AppsDataProvider/AppsDataProvider.js';
|
|
45
|
-
import '@material-ui/core';
|
|
46
|
-
import '../DevCenter/AppContext.js';
|
|
47
|
-
import '../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js';
|
|
48
|
-
import '../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js';
|
|
49
|
-
import '@babel/runtime/helpers/objectWithoutProperties';
|
|
50
|
-
import 'react-router';
|
|
51
|
-
import '../../constants/goals.js';
|
|
52
|
-
import '../../constants/segment.js';
|
|
53
|
-
import '../../constants/alerts.js';
|
|
54
|
-
import '../../constants/apps.js';
|
|
55
|
-
import '../../constants/drillstring.js';
|
|
56
|
-
import '../../constants/completion.js';
|
|
57
|
-
import '../../constants/appPackages.js';
|
|
58
|
-
import '../../constants/notifications.js';
|
|
59
|
-
import '../../constants/feed.js';
|
|
60
|
-
import '../../constants/bha.js';
|
|
61
|
-
import '../../utils/env.js';
|
|
62
|
-
import '../GradientManager/configuration/constants.js';
|
|
63
|
-
import '../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js';
|
|
64
|
-
import '../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js';
|
|
65
|
-
import '../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js';
|
|
66
|
-
import '../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/SettingsAccordion.js';
|
|
67
|
-
import '../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js';
|
|
68
|
-
import '../../componentsV2/Text/Text.js';
|
|
69
|
-
import '../../componentsV2/Grid/Grid.js';
|
|
70
|
-
import '../../componentsV2/Grid/Grid.scss.js';
|
|
71
|
-
import '../../componentsV2/Header/Header.scss.js';
|
|
72
|
-
import '../../componentsV2/Button/Button.js';
|
|
73
|
-
import '../../componentsV2/ButtonIcon/ButtonIcon.js';
|
|
74
|
-
import '../DevCenter/DevCenterAppContainer/components/IsInsideIsolatedDcAppProvider/IsInsideIsolatedDcAppProvider.js';
|
|
75
|
-
import '../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js';
|
|
76
|
-
import '../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js';
|
|
77
|
-
import 'uuid';
|
|
78
|
-
import '../../componentsV2/Tooltip/Tooltip.scss.js';
|
|
79
|
-
import '../../componentsV2/Paper/Paper.js';
|
|
80
|
-
import '../../componentsV2/Popover/Popover.scss.js';
|
|
81
|
-
import '../../componentsV2/Radio/Radio.js';
|
|
82
|
-
import '../../componentsV2/RadioAndCheckboxGroup/RadioAndCheckboxGroup.scss.js';
|
|
83
|
-
import '../../componentsV2/Checkbox/Checkbox.js';
|
|
84
|
-
import '../../componentsV2/TextInput/TextInput.js';
|
|
85
|
-
import '../../componentsV2/TextEndTruncated/TextEndTruncated.scss.js';
|
|
86
|
-
import '../../componentsV2/TextMiddleTruncated/TextMiddleTruncated.constants.js';
|
|
87
|
-
import '../../componentsV2/TextMiddleTruncated/TextMiddleTruncated.scss.js';
|
|
88
|
-
import '../../componentsV2/TextLink/TextLink.js';
|
|
89
|
-
import '../../componentsV2/Chip/Chip.js';
|
|
90
|
-
import '../../componentsV2/ChipAlert/ChipAlert.js';
|
|
91
|
-
import '../../componentsV2/ChipIndicator/ChipIndicator.js';
|
|
92
|
-
import '../../componentsV2/Avatar/Avatar.js';
|
|
93
|
-
import '../../componentsV2/Avatar/constants.js';
|
|
94
|
-
import '../../componentsV2/AvatarGroup/AvatarGroup.scss.js';
|
|
95
|
-
import '@material-ui/lab';
|
|
96
|
-
import '../../componentsV2/ToggleButtons/ToggleButtons.scss.js';
|
|
97
|
-
import '../../componentsV2/Modal/Modal.scss.js';
|
|
98
|
-
import '@icon-park/react/es/all';
|
|
99
|
-
import '../../icons/IconParkProvider.js';
|
|
100
|
-
import '../../icons/customIcons/icons/AddMessage.js';
|
|
101
|
-
import '../../icons/customIcons/icons/Attention.js';
|
|
102
|
-
import '../../icons/customIcons/icons/Collapse.js';
|
|
103
|
-
import '../../icons/customIcons/icons/Dashboard.js';
|
|
104
|
-
import '../../icons/customIcons/icons/Expand.js';
|
|
105
|
-
import '../../icons/customIcons/icons/FolderClosed.js';
|
|
106
|
-
import '../../icons/customIcons/icons/FolderClosedFilled.js';
|
|
107
|
-
import '../../icons/customIcons/icons/FolderOpened.js';
|
|
108
|
-
import '../../icons/customIcons/icons/GreaterOrEqual.js';
|
|
109
|
-
import '../../icons/customIcons/icons/LessOrEqual.js';
|
|
110
|
-
import '../../icons/customIcons/icons/Search.js';
|
|
111
|
-
import '../../icons/customIcons/icons/Wellhub.js';
|
|
112
|
-
import '../../icons/customIcons/icons/MultiRuler.js';
|
|
113
|
-
import '../../icons/customIcons/icons/Checkbox.js';
|
|
114
|
-
import '../../icons/customIcons/icons/CheckboxChecked.js';
|
|
115
|
-
import '../../icons/customIcons/icons/CheckboxIndeterminate.js';
|
|
116
|
-
import '../../icons/customIcons/icons/Radio.js';
|
|
117
|
-
import '../../icons/customIcons/icons/RadioChecked.js';
|
|
118
|
-
import '../../icons/customIcons/icons/SimulFrac.js';
|
|
119
|
-
import '../../icons/customIcons/icons/ZipperFrac.js';
|
|
120
|
-
import '../../icons/customIcons/icons/CautionFilled.js';
|
|
121
|
-
import '../../icons/customIcons/icons/MoreApp.js';
|
|
122
|
-
import '../../icons/customIcons/icons/Pad.js';
|
|
123
|
-
import '../../icons/customIcons/icons/Gap.js';
|
|
124
|
-
import '../../componentsV2/Menu/Menu.js';
|
|
125
|
-
import '../../componentsV2/Counter/Counter.js';
|
|
126
|
-
import '../../componentsV2/BadgeBase/BadgeBase.scss.js';
|
|
127
|
-
import '../../componentsV2/BadgeDot/BadgeDot.scss.js';
|
|
128
|
-
import '../../componentsV2/LoaderLinear/LoaderLinear.scss.js';
|
|
129
|
-
import '../../componentsV2/LoaderLogo/LoaderLogo.scss.js';
|
|
130
|
-
import '../../componentsV2/Switch/Switch.js';
|
|
131
|
-
import '../../componentsV2/Tabs/Tabs.js';
|
|
132
|
-
import '../../componentsV2/EmptyState/EmptyState.scss.js';
|
|
133
|
-
import '../../componentsV2/FileIcon/FileIcon.js';
|
|
134
|
-
import 'react-dropzone';
|
|
135
|
-
import '../../componentsV2/FilesDropzone/FilesDropzone.scss.js';
|
|
136
|
-
import '../../componentsV2/FilesLoader/FilesLoader.scss.js';
|
|
137
|
-
import '../../componentsV2/FilesProcessor/FilesProcessor.scss.js';
|
|
138
|
-
import '../../componentsV2/Skeleton/Skeleton.scss.js';
|
|
139
|
-
import '../../utils/main.js';
|
|
140
|
-
import '../../componentsV2/CopyToClipboard/CopyToClipboard.scss.js';
|
|
141
|
-
import '../../componentsV2/Stepper/Step/Step.scss.js';
|
|
142
|
-
import '../../componentsV2/Stepper/Stepper.scss.js';
|
|
143
|
-
import '../../componentsV2/ButtonLive/ButtonLive.js';
|
|
144
|
-
import '../../componentsV2/LiveDotIndicator/LiveDotIndicator.scss.js';
|
|
145
|
-
import '../../componentsV2/IndicatorLive/IndicatorLive.scss.js';
|
|
146
|
-
import '../../componentsV2/Accordion/Accordion.scss.js';
|
|
147
|
-
import '../../componentsV2/Breadcrumbs/Breadcrumbs.scss.js';
|
|
148
|
-
import '../../componentsV2/BadgeComment/BadgeComment.js';
|
|
149
|
-
import '../../componentsV2/AppContainer/AppContainer.js';
|
|
150
|
-
import '../../componentsV2/AppContainer/AppContainer.constants.js';
|
|
151
|
-
import '../../componentsV2/AppFooter/AppFooter.js';
|
|
152
|
-
import '../DevCenter/DevCenterAppContainer/components/AppCommons/AppCommonsContext.js';
|
|
153
|
-
import '../../componentsV2/AppHeader/AppHeader.constants.js';
|
|
154
|
-
import '../../componentsV2/AppHeader/AppBadge/AppBadge.scss.js';
|
|
155
|
-
import '../../componentsV2/AppHeader/AppAssets/AppAssets.js';
|
|
156
|
-
import '../PadModeSelect/PadModeSelect.js';
|
|
157
|
-
import '../../componentsV2/AppHeader/PadMode/PadMode.scss.js';
|
|
158
|
-
import '../../constants/streamSourceType.js';
|
|
159
|
-
import '../../componentsV2/AppHeader/AppHeader.scss.js';
|
|
160
|
-
import '../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js';
|
|
161
|
-
import '../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js';
|
|
162
|
-
import '../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js';
|
|
163
|
-
import '../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js';
|
|
164
|
-
import 'rollbar';
|
|
165
|
-
import '@rollbar/react';
|
|
166
|
-
import '../DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchContext.js';
|
|
167
|
-
import '../DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchButton.scss.js';
|
|
168
|
-
import '../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js';
|
|
169
|
-
import '../Icons/AnnotationIcon.js';
|
|
170
|
-
import '../Annotations/components/AnnotationsList/index.js';
|
|
171
|
-
import '../Annotations/components/LastAnnotation/index.js';
|
|
172
|
-
import '../Annotations/AnnotationsContext.js';
|
|
173
|
-
import '../Toaster/Toaster.js';
|
|
174
|
-
import 'querystring';
|
|
175
|
-
import 'uuid/v1';
|
|
176
|
-
import '../../clients/subscriptions.js';
|
|
177
|
-
import 'query-string';
|
|
178
|
-
import '../../clients/api/apiCore.js';
|
|
179
|
-
import '../../clients/constants.js';
|
|
180
|
-
import 'jsona';
|
|
181
|
-
import '../StatusBadge/constants.js';
|
|
182
|
-
import 'lodash/set';
|
|
183
|
-
import 'lodash/get';
|
|
184
|
-
import 'lodash/unset';
|
|
185
|
-
import 'moment';
|
|
186
|
-
import '../../clients/sso/auth0.js';
|
|
187
|
-
import '../../clients/sso/oauth2.js';
|
|
188
|
-
import 'lodash/isEmpty';
|
|
189
|
-
import 'lodash/sortBy';
|
|
190
|
-
import '../HelpCenter/HelpCenterIcon.js';
|
|
191
|
-
import '../DevCenter/NavigationBar/NavigationBar.js';
|
|
192
|
-
import '../DevCenter/SideBar/SideBar.js';
|
|
193
|
-
import '../DevCenter/AppSettingsPopover/AppSettingsPopover.js';
|
|
194
|
-
import '../DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js';
|
|
195
|
-
import '../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js';
|
|
196
|
-
import '../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js';
|
|
197
|
-
import '../AssetEditor/index.js';
|
|
198
|
-
import '../AssetEditorV2/index.js';
|
|
199
|
-
import '../AppVersionsSelect/AppVersionsSelect.js';
|
|
200
|
-
import LoadingIndicator from '../LoadingIndicator/LoadingIndicator.js';
|
|
201
|
-
import '../RealTimeValuesSidebar/RealTimeSidebar.js';
|
|
202
|
-
import '../CollapsableSidebar.js';
|
|
203
|
-
import '../DateTimePicker/index.js';
|
|
204
|
-
import '../DatePicker/index.js';
|
|
205
|
-
import '../ErrorBoundary/ErrorBoundary.js';
|
|
206
|
-
import '../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js';
|
|
207
|
-
import '../SlateFormattedText/SlateFormattedText.js';
|
|
208
|
-
import '../SlateFormattedText/RenderElements.js';
|
|
209
|
-
import '@babel/runtime/helpers/typeof';
|
|
210
|
-
import 'slate';
|
|
211
|
-
import '../EmptyState/EmptyState.js';
|
|
212
|
-
import '../ParameterCharts/ParameterCharts.js';
|
|
213
|
-
import '../ParameterCharts/AddEditTrack.js';
|
|
214
|
-
import '../ChartActionsList/ChartActionsList.js';
|
|
215
|
-
import '../CopyToClipboard/CopyToClipboard.js';
|
|
216
|
-
import '../AssetEditor/AssetEditorAutocomplete.js';
|
|
217
|
-
import '../AssetEditor/SingleAssetEditor.js';
|
|
218
|
-
import 'react-color';
|
|
219
|
-
import '../SettingEditors/ColorEditor/style.css.js';
|
|
220
|
-
import '../SettingEditors/DropdownEditor/index.js';
|
|
221
|
-
import '../SwitchControl/index.js';
|
|
222
|
-
import '../ColorPicker/ColorPicker.js';
|
|
223
|
-
import '../Chart/components/ChartButton.js';
|
|
224
|
-
import '../Chart/components/ChartButtons.js';
|
|
225
|
-
import '../Chart/components/ChartWrapper.js';
|
|
226
|
-
import '../Chart/components/AxisDropdown.js';
|
|
227
|
-
import '../Chart/components/ChartSelect.js';
|
|
228
|
-
import '../Chart/components/buttons/DragToZoomButton.js';
|
|
229
|
-
import '../Chart/components/buttons/ZoomInButton.js';
|
|
230
|
-
import '../Chart/components/buttons/ZoomOutButton.js';
|
|
231
|
-
import '../Chart/components/buttons/PanButton.js';
|
|
232
|
-
import '../Chart/components/buttons/ResetZoomButton.js';
|
|
233
|
-
import '../Chart/components/buttons/HideAxesButton.js';
|
|
234
|
-
import '../Chart/components/buttons/ChartTypeButton.js';
|
|
235
|
-
import '../ColorPicker/PaletteChromePicker/PaletteChromePicker.js';
|
|
236
|
-
import '../TruncatedText/index.js';
|
|
237
|
-
import '../MiddleTruncatedText/MiddleTruncatedText.js';
|
|
238
|
-
import '../RangeSlider/constants.js';
|
|
239
|
-
import '../RangeSlider/Input.css.js';
|
|
240
|
-
import '../RangeSlider/RangeSlider.css.js';
|
|
241
|
-
import '../AdvancedSlider/AdvancedSlider.js';
|
|
242
|
-
import '../Breadcrumbs/index.js';
|
|
243
|
-
import '../VirtualizedTable/index.js';
|
|
244
|
-
import '../EmptyView/EmptyView.js';
|
|
245
|
-
import '../EmptyView/EmptyAppView/EmptyAppView.js';
|
|
246
|
-
import Button from '../Button/components/Button/index.js';
|
|
247
|
-
import 'moment-timezone';
|
|
248
|
-
import '../Button/components/LiveButton/components/LiveButtonStateIndicator/index.js';
|
|
249
|
-
import '../Button/components/LiveButton/styles.js';
|
|
250
|
-
import '../ContextMenuItem/index.js';
|
|
251
|
-
import '../FolderMenuItem/index.js';
|
|
252
|
-
import '../EditableItem/EditableItem/index.js';
|
|
253
|
-
import '../EditableItem/EditableItemWithBadge/index.js';
|
|
254
|
-
import '../Checkbox/index.js';
|
|
255
|
-
import '../FolderMenuItemWithLinks/index.js';
|
|
256
|
-
import '../IconButton/index.js';
|
|
257
|
-
import '../TextField/index.js';
|
|
258
|
-
import '../Chip/index.js';
|
|
259
|
-
import '../Counter/index.js';
|
|
260
|
-
import '../AnchorsList/AnchorsList.js';
|
|
261
|
-
import '../Select/index.js';
|
|
262
|
-
import '../Select/SelectFilterBy.js';
|
|
263
|
-
import '../CustomSelect/index.js';
|
|
264
|
-
import '../Tabs/Tabs.js';
|
|
265
|
-
import '../Tabs/Tab.js';
|
|
266
|
-
import '../ResizableTable/ResizableTable.js';
|
|
267
|
-
import '../GradientPicker/GradientPicker.js';
|
|
268
|
-
import '@babel/runtime/helpers/classCallCheck';
|
|
269
|
-
import '@babel/runtime/helpers/createClass';
|
|
270
|
-
import '@material-ui/icons/AddCircle';
|
|
271
|
-
import '../GradientManager/GradientPreview/GradientPreview.js';
|
|
272
|
-
import '../GradientManager/GradientSelect.styles.js';
|
|
273
|
-
import '../GradientManager/GradientManager.styles.js';
|
|
274
|
-
import '../Drillstring/BHASchematic.js';
|
|
275
|
-
import '../Drillstring/BHATable/index.js';
|
|
276
|
-
import '../Drillstring/BHAComponentIcon.js';
|
|
277
|
-
import '../Drillstring/BHAComponentDetail/index.js';
|
|
278
|
-
import '../Drillstring/BHATileIcon.js';
|
|
279
|
-
import '../Drillstring/BHATile/BHATile.js';
|
|
280
|
-
import '../Drillstring/BHAList/BHAList.js';
|
|
281
|
-
import '../Drillstring/BHAComponentsTable/BHAComponentsTable.js';
|
|
282
|
-
import '../Casing/CasingTable/index.js';
|
|
283
|
-
import '../Casing/CasingComponentIcon.js';
|
|
284
|
-
import '../Casing/CasingTileIcon.js';
|
|
285
|
-
import '../Casing/CasingTableV2/CasingTableV2.js';
|
|
286
|
-
import '../Casing/CasingTile/CasingTile.js';
|
|
287
|
-
import '../DisabledSettingsMessage/DisabledSettingsMessage.js';
|
|
288
|
-
import '../WellSummary/WellSummaryItemLabel.js';
|
|
289
|
-
import '../WellSummary/WellSummaryItemTitle.js';
|
|
290
|
-
import '../WellSummary/WellSummaryItemValue.js';
|
|
291
|
-
import '../WellSummary/ActivitySummaryChart.js';
|
|
292
|
-
import '../WellSummary/FracWirelineTimeChart.js';
|
|
293
|
-
import '../BICOffsetPickerDialog/index.js';
|
|
294
|
-
import '../OffsetWellButton/OffsetWellButton.js';
|
|
295
|
-
import '../OffsetWellPickerV2/OffsetWellPickerDialog.js';
|
|
296
|
-
import '../OffsetWellPickerV3/index.js';
|
|
297
|
-
import '../OffsetWellChips/Chip.js';
|
|
298
|
-
import '../OffsetWellChips/ChipsContainer.js';
|
|
299
|
-
import '../OffsetWellMap/OffsetWellMap.js';
|
|
300
|
-
import '../ConfirmationDialog.js';
|
|
301
|
-
import '../TextLink/index.js';
|
|
302
|
-
import '../Avatar/index.js';
|
|
303
|
-
import '../Template/TemplatePopover/index.js';
|
|
304
|
-
import '../Template/TemplateSharingDialog/index.js';
|
|
305
|
-
import '../MenuItem/index.js';
|
|
306
|
-
import '../MiddleTruncate/MiddleTruncate.js';
|
|
307
|
-
import '../PinnableFilters/PinnableFilters.js';
|
|
308
|
-
import '../HeaderLayout/HeaderLayout.js';
|
|
309
|
-
import '../PadOffsetsPicker/PadOffsetsPicker.js';
|
|
310
|
-
import '../PadOffsetsPicker/OffsetAssetChip.js';
|
|
311
|
-
import '../PadOffsetsPicker/OffsetAssetsListExpander.js';
|
|
312
|
-
import '../PadOffsetsPicker/StagesSelector.js';
|
|
313
|
-
import '../PadOffsetsPickerV2/PadOffsetsPickerV2.js';
|
|
314
|
-
import '../Table/TableToolbar/TableToolbar.js';
|
|
315
|
-
import '../Table/TableContainer/TableContainer.js';
|
|
316
|
-
import '../Table/TableCell/TableCell.js';
|
|
317
|
-
import '../Table/TablePagination/TablePagination.js';
|
|
318
|
-
import '../Table/TablePaginationActions/TablePaginationActions.js';
|
|
319
|
-
import { Tooltip } from '../Tooltip/Tooltip.js';
|
|
320
|
-
import '../Tooltip/ScrollableTooltip.js';
|
|
321
|
-
import '../PriceInput/PriceInput.js';
|
|
322
|
-
import '../LabelsCounter/LabelsCounter.js';
|
|
323
|
-
import '../Stepper/Stepper.js';
|
|
324
|
-
import '../Stepper/Step/Step.js';
|
|
325
|
-
import '../Stepper/StepsWrapper.js';
|
|
326
|
-
import '../Comment/CommentIcon/index.js';
|
|
327
|
-
import '../FilesLoader/FilesLoader.js';
|
|
328
|
-
import '../SearchInput/index.js';
|
|
329
|
-
import '../FeedItem/FeedItem.js';
|
|
330
|
-
import '../FeedItem/FeedItemEditProvider/FeedItemEditProvider.js';
|
|
331
|
-
import '../PostInput/PostInput.js';
|
|
332
|
-
import '../KeyboardDateTimePicker.js';
|
|
333
|
-
import '../AddComment/Popover.js';
|
|
334
|
-
import '../AddComment/Popup.js';
|
|
335
|
-
import '../StageDesignVActual/ComparisonBar/ComparisonBar.js';
|
|
336
|
-
import '../StageDesignVActual/ElementsComparison/ElementsComparison.js';
|
|
337
|
-
import '../StageDesignVActual/ComparisonHeader.js';
|
|
338
|
-
import '../StageDesignVActual/ComparisonRow.js';
|
|
339
|
-
import '../EmbeddedApp/DevCenterEmbeddedApp.js';
|
|
340
|
-
import '../EmbeddedApp/EmbeddedApp.js';
|
|
341
|
-
import '../Autocomplete/Autocomplete.js';
|
|
342
|
-
import '../DocumentViewer/DocumentViewer.js';
|
|
343
|
-
import '../ColorPickerPalette/ColorPickerPalette.js';
|
|
344
|
-
import '../Search/Search.js';
|
|
345
|
-
import '../Search/components/Listbox.js';
|
|
346
|
-
import '../Search/components/Paper.js';
|
|
347
|
-
import '../Search/components/RecentSearches.js';
|
|
348
|
-
import '../Search/components/Groups.js';
|
|
349
|
-
import '../Search/components/SelectAllListItem.js';
|
|
350
|
-
import '../StatusBadge/index.js';
|
|
351
|
-
import '../Attachment/index.js';
|
|
352
|
-
import '../EmojiIconButton.js';
|
|
353
|
-
import '../FileUploadIconButton.js';
|
|
354
|
-
import '../FilePreview/index.js';
|
|
355
|
-
import '../FailedFileUploading.js';
|
|
356
|
-
import '../UserMention/index.js';
|
|
357
|
-
import '../CommentsInfo/index.js';
|
|
358
|
-
import '../CommentInput/index.js';
|
|
359
|
-
import '../Comment/index.js';
|
|
360
|
-
import '../CommentLoader.js';
|
|
361
|
-
import '../AssetNameLabel/AssetStatusBadge.js';
|
|
362
|
-
import '../AssetEditorV2/components/PrimaryAssetSelect.js';
|
|
363
|
-
import '../AssetEditorV2/components/SecondaryAssetSelect.js';
|
|
364
|
-
import '../AssetEditorV2/components/SelectItem.js';
|
|
365
|
-
import '../AssetEditorV2/components/MultipleAssetsToggle.js';
|
|
366
|
-
import '../AssetEditorV2/components/PrimaryAssetSelectV2.js';
|
|
367
|
-
import '../EChartsWrapper/EChartsWrapper.js';
|
|
368
|
-
import '../AssetsMultipleSelector/AssetsMultipleSelector.js';
|
|
369
|
-
import '@material-ui/icons/Close';
|
|
370
|
-
import '@material-ui/icons/GetApp';
|
|
371
|
-
import '../GoogleDocsViewer/index.js';
|
|
372
|
-
import '../NewDocumentViewer/effects/useFileContent.js';
|
|
373
|
-
import '../NewDocumentViewer/styles.js';
|
|
374
|
-
import '../FilesLoaderV2/styles.js';
|
|
375
|
-
import '../FilesDropzone/styles.js';
|
|
376
|
-
import '../FilesProcessor/styles.js';
|
|
377
|
-
import '../Hint/styles.js';
|
|
378
|
-
import '@babel/runtime/helpers/taggedTemplateLiteral';
|
|
379
|
-
import 'fparser';
|
|
380
|
-
import '../Formula/useFormulaStyles.js';
|
|
381
|
-
import '../Formula/RootXIcon.js';
|
|
382
|
-
import '../Formula/FormulaTextEditor.js';
|
|
383
|
-
import '../Formula/CloseSuggestion.js';
|
|
384
|
-
import '../Formula/SuggestionsMenu.js';
|
|
385
|
-
import { showInfoNotification, showSuccessNotification, showErrorNotification } from '../../utils/notificationToasts.js';
|
|
386
|
-
|
|
387
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
388
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
389
|
-
var PAGE_NAME = 'OffsetWellPickerV4';
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* @type {React.FC<import('./OffsetWellPickerV4.types').OffsetWellPickerV4Props>}
|
|
393
|
-
*/
|
|
394
|
-
var OffsetWellPickerV4 = function OffsetWellPickerV4(_ref) {
|
|
395
|
-
var _wells$length, _classNames, _classNames3;
|
|
396
|
-
var open = _ref.open,
|
|
397
|
-
isWDUser = _ref.isWDUser,
|
|
398
|
-
defaultSubjectWell = _ref.defaultSubjectWell,
|
|
399
|
-
currentUser = _ref.currentUser,
|
|
400
|
-
offsetSettings = _ref.offsetSettings,
|
|
401
|
-
addWellsUsabilityInfo = _ref.addWellsUsabilityInfo,
|
|
402
|
-
isViewOnly = _ref.isViewOnly,
|
|
403
|
-
onClose = _ref.onClose,
|
|
404
|
-
onSave = _ref.onSave,
|
|
405
|
-
_ref$maxOffsetSize = _ref.maxOffsetSize,
|
|
406
|
-
offsetSize = _ref$maxOffsetSize === void 0 ? DEFAULT_BIC_OFFSET_SIZE : _ref$maxOffsetSize,
|
|
407
|
-
_ref$localMaxOffsetSi = _ref.localMaxOffsetSize,
|
|
408
|
-
localMaxOffsetSize = _ref$localMaxOffsetSi === void 0 ? DEFAULT_LOCAL_OFFSET_SIZE : _ref$localMaxOffsetSi,
|
|
409
|
-
syncAutoEnabled = _ref.syncAutoEnabled,
|
|
410
|
-
_ref$isManualWellsEna = _ref.isManualWellsEnabled,
|
|
411
|
-
isManualWellsEnabled = _ref$isManualWellsEna === void 0 ? false : _ref$isManualWellsEna;
|
|
412
|
-
var _useState = useState(null),
|
|
413
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
414
|
-
activeWellId = _useState2[0],
|
|
415
|
-
setActiveWellId = _useState2[1];
|
|
416
|
-
var maxOffsetSize = Math.min(offsetSize + 1, localMaxOffsetSize + 1, MAX_OFFSET_SIZE + 1);
|
|
417
|
-
var maxOffsetWellNumber = Math.min(Math.max(maxOffsetSize, localMaxOffsetSize + 1), MAX_OFFSET_SIZE + 1);
|
|
418
|
-
var _useState3 = useState(offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.filterExpanded),
|
|
419
|
-
_useState4 = _slicedToArray(_useState3, 2),
|
|
420
|
-
isFilterExpanded = _useState4[0],
|
|
421
|
-
setIsFilterExpanded = _useState4[1];
|
|
422
|
-
var _useState5 = useState(offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.mapHidden),
|
|
423
|
-
_useState6 = _slicedToArray(_useState5, 2),
|
|
424
|
-
isMapHidden = _useState6[0],
|
|
425
|
-
setIsMapHidden = _useState6[1];
|
|
426
|
-
var assetCompanyId = +(defaultSubjectWell === null || defaultSubjectWell === void 0 ? void 0 : defaultSubjectWell.companyId) || +(currentUser === null || currentUser === void 0 ? void 0 : currentUser.company_id);
|
|
427
|
-
var subjectWellId = defaultSubjectWell === null || defaultSubjectWell === void 0 ? void 0 : defaultSubjectWell.asset_id;
|
|
428
|
-
var _useState7 = useState((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.filters) || {}),
|
|
429
|
-
_useState8 = _slicedToArray(_useState7, 2),
|
|
430
|
-
filters = _useState8[0],
|
|
431
|
-
setFilters = _useState8[1];
|
|
432
|
-
var _useState9 = useState((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.wellSection) || ALL_SECTION_KEY),
|
|
433
|
-
_useState10 = _slicedToArray(_useState9, 2),
|
|
434
|
-
selectedWellSection = _useState10[0],
|
|
435
|
-
setSelectedWellSection = _useState10[1];
|
|
436
|
-
var initLoading = useRef(true);
|
|
437
|
-
var _useState11 = useState([]),
|
|
438
|
-
_useState12 = _slicedToArray(_useState11, 2),
|
|
439
|
-
selectedWells = _useState12[0],
|
|
440
|
-
setSelectedWells = _useState12[1];
|
|
441
|
-
var _useState13 = useState(null),
|
|
442
|
-
_useState14 = _slicedToArray(_useState13, 2),
|
|
443
|
-
subjectWell = _useState14[0],
|
|
444
|
-
setSubjectWell = _useState14[1];
|
|
445
|
-
var _useState15 = useState(true),
|
|
446
|
-
_useState16 = _slicedToArray(_useState15, 2),
|
|
447
|
-
isTableLoading = _useState16[0],
|
|
448
|
-
setIsTableLoading = _useState16[1];
|
|
449
|
-
var _useState17 = useState(false),
|
|
450
|
-
_useState18 = _slicedToArray(_useState17, 2),
|
|
451
|
-
isWellNameExpand = _useState18[0],
|
|
452
|
-
setIsWellNameExpand = _useState18[1];
|
|
453
|
-
var _useState19 = useState(false),
|
|
454
|
-
_useState20 = _slicedToArray(_useState19, 2),
|
|
455
|
-
isAdvancedSearchHidden = _useState20[0],
|
|
456
|
-
setIsAdvancedSearchHidden = _useState20[1];
|
|
457
|
-
var contentRef = useRef();
|
|
458
|
-
/** @type {ReturnType<typeof useState<string>>} */
|
|
459
|
-
var _useState21 = useState(ViewType.none),
|
|
460
|
-
_useState22 = _slicedToArray(_useState21, 2),
|
|
461
|
-
viewType = _useState22[0],
|
|
462
|
-
setViewType = _useState22[1];
|
|
463
|
-
|
|
464
|
-
/** @type {ReturnType<typeof useRef<string>>} */
|
|
465
|
-
var prevViewType = useRef();
|
|
466
|
-
var _useState23 = useState(false),
|
|
467
|
-
_useState24 = _slicedToArray(_useState23, 2),
|
|
468
|
-
isTopGradientShow = _useState24[0],
|
|
469
|
-
setIsTopGradientShow = _useState24[1];
|
|
470
|
-
var isLimitedOffsetWells = maxOffsetWellNumber <= (selectedWells === null || selectedWells === void 0 ? void 0 : selectedWells.length);
|
|
471
|
-
var topGradientTop = TOP_GRADIENT_MAP[viewType];
|
|
472
|
-
|
|
473
|
-
/** @type {ReturnType<typeof useRef<number[]>>} */
|
|
474
|
-
var prevSelectedWellIds = useRef();
|
|
475
|
-
var _useState25 = useState(true),
|
|
476
|
-
_useState26 = _slicedToArray(_useState25, 2),
|
|
477
|
-
appLoading = _useState26[0],
|
|
478
|
-
setAppLoading = _useState26[1];
|
|
479
|
-
useEffect(function () {
|
|
480
|
-
if (open && isLimitedOffsetWells) {
|
|
481
|
-
showInfoNotification("App can\u2019t process more than (".concat(maxOffsetWellNumber - 1, ") Offset Wells."));
|
|
482
|
-
}
|
|
483
|
-
// NOTE: Refresh when the offset well changes externally
|
|
484
|
-
if (!open) {
|
|
485
|
-
var _offsetSettings$selec, _prevSelectedWellIds$, _offsetSettings$selec2;
|
|
486
|
-
var isNotChanged = (offsetSettings === null || offsetSettings === void 0 ? void 0 : (_offsetSettings$selec = offsetSettings.selectedWellIds) === null || _offsetSettings$selec === void 0 ? void 0 : _offsetSettings$selec.length) === ((_prevSelectedWellIds$ = prevSelectedWellIds.current) === null || _prevSelectedWellIds$ === void 0 ? void 0 : _prevSelectedWellIds$.length) && (offsetSettings === null || offsetSettings === void 0 ? void 0 : (_offsetSettings$selec2 = offsetSettings.selectedWellIds) === null || _offsetSettings$selec2 === void 0 ? void 0 : _offsetSettings$selec2.every(function (id) {
|
|
487
|
-
var _prevSelectedWellIds$2;
|
|
488
|
-
return (_prevSelectedWellIds$2 = prevSelectedWellIds.current) === null || _prevSelectedWellIds$2 === void 0 ? void 0 : _prevSelectedWellIds$2.includes(id);
|
|
489
|
-
}));
|
|
490
|
-
if (!isNotChanged) {
|
|
491
|
-
initLoading.current = true;
|
|
492
|
-
}
|
|
493
|
-
prevSelectedWellIds.current = offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.selectedWellIds;
|
|
494
|
-
}
|
|
495
|
-
}, [isLimitedOffsetWells, open, offsetSettings]);
|
|
496
|
-
useEffect(function () {
|
|
497
|
-
function handleResize() {
|
|
498
|
-
if (window.innerWidth <= SMALL_SCREEN_WIDTH || isMobileDetected || isNativeDetected) {
|
|
499
|
-
setViewType(ViewType.mobile);
|
|
500
|
-
} else if (window.innerHeight <= SMALL_SCREEN_HEIGHT) {
|
|
501
|
-
setViewType(ViewType.small);
|
|
502
|
-
} else {
|
|
503
|
-
setViewType(ViewType.normal);
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
handleResize();
|
|
507
|
-
window.addEventListener('resize', handleResize);
|
|
508
|
-
return function () {
|
|
509
|
-
window.removeEventListener('resize', handleResize);
|
|
510
|
-
};
|
|
511
|
-
}, [open]);
|
|
512
|
-
useEffect(function () {
|
|
513
|
-
if (prevViewType.current && viewType === prevViewType.current) return;
|
|
514
|
-
prevViewType.current = viewType;
|
|
515
|
-
if (viewType === ViewType.small || viewType === ViewType.mobile) {
|
|
516
|
-
setIsMapHidden(true);
|
|
517
|
-
setIsFilterExpanded(false);
|
|
518
|
-
} else {
|
|
519
|
-
setIsFilterExpanded(!isViewOnly && (offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.filterExpanded));
|
|
520
|
-
setIsMapHidden(!isViewOnly && (offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.mapHidden));
|
|
521
|
-
}
|
|
522
|
-
setFilters((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.filters) || {});
|
|
523
|
-
setSelectedWellSection((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.wellSection) || ALL_SECTION_KEY);
|
|
524
|
-
}, [offsetSettings, isViewOnly, viewType]);
|
|
525
|
-
|
|
526
|
-
// NOTE: Fetch all wells
|
|
527
|
-
var _useFetchWells = useFetchWells(assetCompanyId, addWellsUsabilityInfo),
|
|
528
|
-
_useFetchWells2 = _slicedToArray(_useFetchWells, 1),
|
|
529
|
-
rawWells = _useFetchWells2[0];
|
|
530
|
-
var _useCompanyProvider = useCompanyProvider(assetCompanyId),
|
|
531
|
-
_useCompanyProvider2 = _slicedToArray(_useCompanyProvider, 1),
|
|
532
|
-
companyProvider = _useCompanyProvider2[0];
|
|
533
|
-
var _useBicWells = useBicWells(isWDUser, currentUser, subjectWellId, rawWells, isManualWellsEnabled),
|
|
534
|
-
_useBicWells2 = _slicedToArray(_useBicWells, 7),
|
|
535
|
-
wellSections = _useBicWells2[0],
|
|
536
|
-
setWellSections = _useBicWells2[1],
|
|
537
|
-
bicWells = _useBicWells2[2],
|
|
538
|
-
setBicWells = _useBicWells2[3],
|
|
539
|
-
resyncStatus = _useBicWells2[4],
|
|
540
|
-
setResyncStatus = _useBicWells2[5],
|
|
541
|
-
taScores = _useBicWells2[6];
|
|
542
|
-
useEffect(function () {
|
|
543
|
-
setAppLoading(true);
|
|
544
|
-
setWellSections(null);
|
|
545
|
-
setBicWells(null);
|
|
546
|
-
}, [subjectWellId]);
|
|
547
|
-
useEffect(function () {
|
|
548
|
-
var syncOffsetWells = /*#__PURE__*/function () {
|
|
549
|
-
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
550
|
-
var isSynced, offsetWellsChanged, _offsetSettings$selec3, bicWellIds, isMatched, wellsByDistance, selectedWellIds, newOffsetSetting, offsetWells, _offsetWells;
|
|
551
|
-
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
552
|
-
while (1) {
|
|
553
|
-
switch (_context.prev = _context.next) {
|
|
554
|
-
case 0:
|
|
555
|
-
isSynced = typeof (offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.isSynced) === 'undefined' || (offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.isSynced);
|
|
556
|
-
offsetWellsChanged = true;
|
|
557
|
-
if (!isSynced) {
|
|
558
|
-
_context.next = 19;
|
|
559
|
-
break;
|
|
560
|
-
}
|
|
561
|
-
bicWellIds = bicWells[ALL_SECTION_KEY] || [];
|
|
562
|
-
isMatched = ((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.selectedWellIds) || []).every(function (wellId) {
|
|
563
|
-
return bicWellIds.includes(wellId);
|
|
564
|
-
}); // if well hub or offset selection app be changed
|
|
565
|
-
if (!(bicWellIds.length !== (offsetSettings === null || offsetSettings === void 0 ? void 0 : (_offsetSettings$selec3 = offsetSettings.selectedWellIds) === null || _offsetSettings$selec3 === void 0 ? void 0 : _offsetSettings$selec3.length) || !isMatched)) {
|
|
566
|
-
_context.next = 16;
|
|
567
|
-
break;
|
|
568
|
-
}
|
|
569
|
-
_context.next = 8;
|
|
570
|
-
return getCoordinatedWells(bicWellIds, subjectWellId);
|
|
571
|
-
case 8:
|
|
572
|
-
wellsByDistance = _context.sent;
|
|
573
|
-
selectedWellIds = wellsByDistance.slice(0, maxOffsetSize + 1).map(function (well) {
|
|
574
|
-
return well.id;
|
|
575
|
-
});
|
|
576
|
-
selectedWellIds = wellsByDistance.slice(0, localMaxOffsetSize + 1).map(function (well) {
|
|
577
|
-
return well.id;
|
|
578
|
-
});
|
|
579
|
-
newOffsetSetting = _objectSpread(_objectSpread({}, offsetSettings), {}, {
|
|
580
|
-
subjectWellId: subjectWellId,
|
|
581
|
-
selectedWellIds: selectedWellIds,
|
|
582
|
-
offsetWellsLimited: maxOffsetWellNumber <= selectedWellIds.length
|
|
583
|
-
});
|
|
584
|
-
offsetWells = wellsByDistance.filter(function (well) {
|
|
585
|
-
return selectedWellIds.includes(well.id);
|
|
586
|
-
});
|
|
587
|
-
onSave(newOffsetSetting, offsetWells);
|
|
588
|
-
_context.next = 17;
|
|
589
|
-
break;
|
|
590
|
-
case 16:
|
|
591
|
-
offsetWellsChanged = false;
|
|
592
|
-
case 17:
|
|
593
|
-
_context.next = 20;
|
|
594
|
-
break;
|
|
595
|
-
case 19:
|
|
596
|
-
offsetWellsChanged = false;
|
|
597
|
-
case 20:
|
|
598
|
-
if (offsetWellsChanged) {
|
|
599
|
-
_context.next = 25;
|
|
600
|
-
break;
|
|
601
|
-
}
|
|
602
|
-
_context.next = 23;
|
|
603
|
-
return getCoordinatedWells((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.selectedWellIds) || [], subjectWellId);
|
|
604
|
-
case 23:
|
|
605
|
-
_offsetWells = _context.sent;
|
|
606
|
-
onSave(offsetSettings, _offsetWells);
|
|
607
|
-
case 25:
|
|
608
|
-
case "end":
|
|
609
|
-
return _context.stop();
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
}, _callee);
|
|
613
|
-
}));
|
|
614
|
-
return function syncOffsetWells() {
|
|
615
|
-
return _ref2.apply(this, arguments);
|
|
616
|
-
};
|
|
617
|
-
}();
|
|
618
|
-
if (syncAutoEnabled && appLoading && offsetSettings && bicWells) {
|
|
619
|
-
syncOffsetWells();
|
|
620
|
-
setAppLoading(false);
|
|
621
|
-
}
|
|
622
|
-
}, [offsetSettings, bicWells, subjectWellId, maxOffsetWellNumber, syncAutoEnabled]);
|
|
623
|
-
var _useCompanyMetricKey = useCompanyMetricKey(assetCompanyId, offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.metricsKeys),
|
|
624
|
-
_useCompanyMetricKey2 = _slicedToArray(_useCompanyMetricKey, 2),
|
|
625
|
-
metricsKeys = _useCompanyMetricKey2[0],
|
|
626
|
-
setMetricsKeys = _useCompanyMetricKey2[1];
|
|
627
|
-
|
|
628
|
-
// NOTE: Calculate wells with coordinates, metrics and well section name
|
|
629
|
-
var wells = useAdvancedWells(assetCompanyId, rawWells, wellSections, bicWells, subjectWellId, metricsKeys);
|
|
630
|
-
var filterOptions = useFilterOptions(wells);
|
|
631
|
-
|
|
632
|
-
// NOTE: Subject well
|
|
633
|
-
useEffect(function () {
|
|
634
|
-
if (wells && wellSections) {
|
|
635
|
-
var _defaultSubjectWell = wells.find(function (well) {
|
|
636
|
-
return well.id === subjectWellId;
|
|
637
|
-
});
|
|
638
|
-
if (_defaultSubjectWell) {
|
|
639
|
-
var allSectionNames = wellSections.filter(function (item) {
|
|
640
|
-
return item.value !== ALL_SECTION_KEY;
|
|
641
|
-
}).map(function (_ref3) {
|
|
642
|
-
var label = _ref3.label;
|
|
643
|
-
return label;
|
|
644
|
-
});
|
|
645
|
-
var subjectWellWithSection = _objectSpread(_objectSpread({}, _defaultSubjectWell), allSectionNames.length > 0 && _defineProperty({}, ColumnType.wellSection, allSectionNames));
|
|
646
|
-
setSubjectWell(subjectWellWithSection);
|
|
647
|
-
} else {
|
|
648
|
-
setSubjectWell(null);
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
}, [wellSections, wells]);
|
|
652
|
-
|
|
653
|
-
// NOTE: Table columns with metrics
|
|
654
|
-
var columnsWithDict = useTableColumns(metricsKeys);
|
|
655
|
-
|
|
656
|
-
// NOTE: Filter wells
|
|
657
|
-
var filteredWells = useFilteredWells(wells, filters);
|
|
658
|
-
|
|
659
|
-
// Update selected wells after filter changes
|
|
660
|
-
useEffect(function () {
|
|
661
|
-
if (!filteredWells) return;
|
|
662
|
-
if (initLoading.current) {
|
|
663
|
-
var data = wells.filter(function (well) {
|
|
664
|
-
return ((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.selectedWellIds) || []).includes(well.id);
|
|
665
|
-
});
|
|
666
|
-
if (subjectWell) data = data.concat(subjectWell);
|
|
667
|
-
setSelectedWells(uniqBy(data, 'id'));
|
|
668
|
-
initLoading.current = false;
|
|
669
|
-
} else {
|
|
670
|
-
setSelectedWells(function (prev) {
|
|
671
|
-
var newSelectedWells = (filteredWells || []).filter(function (well) {
|
|
672
|
-
return !!prev.find(function (_ref5) {
|
|
673
|
-
var id = _ref5.id;
|
|
674
|
-
return well.id === id;
|
|
675
|
-
});
|
|
676
|
-
});
|
|
677
|
-
if (subjectWell) newSelectedWells = newSelectedWells.concat(subjectWell);
|
|
678
|
-
return uniqBy(newSelectedWells, 'id');
|
|
679
|
-
});
|
|
680
|
-
}
|
|
681
|
-
}, [wells, filteredWells, offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.selectedWellIds]);
|
|
682
|
-
|
|
683
|
-
// NOTE: Sort wells
|
|
684
|
-
var _useSortedWells = useSortedWells(subjectWell, filteredWells, selectedWells, setIsTableLoading, initLoading.current),
|
|
685
|
-
_useSortedWells2 = _slicedToArray(_useSortedWells, 5),
|
|
686
|
-
sortBy$1 = _useSortedWells2[0],
|
|
687
|
-
setSortBy = _useSortedWells2[1],
|
|
688
|
-
sortDirection = _useSortedWells2[2],
|
|
689
|
-
setSortDirection = _useSortedWells2[3],
|
|
690
|
-
sortedWells = _useSortedWells2[4];
|
|
691
|
-
|
|
692
|
-
// NOTE: Add advanced wells
|
|
693
|
-
var handleAddRemoveAssets = useCallback(function (isAdding, newAssets, assetType) {
|
|
694
|
-
var addingWellIds;
|
|
695
|
-
if (assetType === SEARCH_CATEGORIES.well.name) {
|
|
696
|
-
addingWellIds = newAssets;
|
|
697
|
-
} else {
|
|
698
|
-
addingWellIds = newAssets.reduce(function (acc, assetId) {
|
|
699
|
-
var _wells$find;
|
|
700
|
-
var rigName = (_wells$find = wells.find(function (well) {
|
|
701
|
-
return well.id === assetId;
|
|
702
|
-
})) === null || _wells$find === void 0 ? void 0 : _wells$find.rigName;
|
|
703
|
-
var rigWellIds = wells.filter(function (well) {
|
|
704
|
-
return well.rigName === rigName;
|
|
705
|
-
}).map(function (well) {
|
|
706
|
-
return well.id;
|
|
707
|
-
});
|
|
708
|
-
return acc.concat(rigWellIds);
|
|
709
|
-
}, []);
|
|
710
|
-
}
|
|
711
|
-
var addingWells = wells.filter(function (_ref6) {
|
|
712
|
-
var id = _ref6.id;
|
|
713
|
-
return addingWellIds.includes(id);
|
|
714
|
-
});
|
|
715
|
-
if (isAdding) {
|
|
716
|
-
addingWells = addingWells.slice(0, Math.min(addingWells.length, maxOffsetWellNumber - selectedWells.length));
|
|
717
|
-
setSelectedWells(function (selectedWells) {
|
|
718
|
-
return uniqBy(selectedWells.concat(addingWells), 'id');
|
|
719
|
-
});
|
|
720
|
-
} else {
|
|
721
|
-
setSelectedWells(function (selectedWells) {
|
|
722
|
-
return uniq(selectedWells.filter(function (_ref7) {
|
|
723
|
-
var id = _ref7.id;
|
|
724
|
-
return !addingWells.find(function (well) {
|
|
725
|
-
return well.id === id;
|
|
726
|
-
});
|
|
727
|
-
}));
|
|
728
|
-
});
|
|
729
|
-
}
|
|
730
|
-
}, [wells, selectedWells]);
|
|
731
|
-
var handleHideAdvancedSearch = useCallback(function () {
|
|
732
|
-
setIsAdvancedSearchHidden(true);
|
|
733
|
-
}, []);
|
|
734
|
-
|
|
735
|
-
// NOTE: Change metrics keys
|
|
736
|
-
var handleChangeMetricsKeys = useCallback(function (newMetricsKeys) {
|
|
737
|
-
setMetricsKeys(newMetricsKeys);
|
|
738
|
-
}, []);
|
|
739
|
-
|
|
740
|
-
// NOTE: Check and Uncheck one offset well
|
|
741
|
-
var handleChangeOffsetWell = useCallback(function (well, checked) {
|
|
742
|
-
if (checked) {
|
|
743
|
-
setSelectedWells(function (prevWells) {
|
|
744
|
-
return [].concat(_toConsumableArray(prevWells), [well]);
|
|
745
|
-
});
|
|
746
|
-
} else {
|
|
747
|
-
setSelectedWells(function (prevWells) {
|
|
748
|
-
return prevWells.filter(function (item) {
|
|
749
|
-
return item.id !== well.id;
|
|
750
|
-
});
|
|
751
|
-
});
|
|
752
|
-
}
|
|
753
|
-
}, []);
|
|
754
|
-
|
|
755
|
-
// NOTE: Select and Unselect All wells
|
|
756
|
-
var handleChangeAllOffsetWells = useCallback(function (checked) {
|
|
757
|
-
if (checked) {
|
|
758
|
-
var data = subjectWell ? filteredWells.concat(subjectWell) : filteredWells;
|
|
759
|
-
var sortedData = sortBy(uniqBy(data, 'id'), 'distance');
|
|
760
|
-
setSelectedWells(sortedData.slice(0, maxOffsetWellNumber));
|
|
761
|
-
} else {
|
|
762
|
-
setSelectedWells(subjectWell ? [subjectWell] : []);
|
|
763
|
-
}
|
|
764
|
-
}, [filteredWells, subjectWell, maxOffsetWellNumber]);
|
|
765
|
-
|
|
766
|
-
// NOTE: Well Section change filter
|
|
767
|
-
var updateSelectedWellsBySection = function updateSelectedWellsBySection(section) {
|
|
768
|
-
if (bicWells) {
|
|
769
|
-
var sectionWells = (wells === null || wells === void 0 ? void 0 : wells.filter(function (well) {
|
|
770
|
-
var _bicWells$section;
|
|
771
|
-
return (_bicWells$section = bicWells[section]) === null || _bicWells$section === void 0 ? void 0 : _bicWells$section.includes(well.id);
|
|
772
|
-
})) || [];
|
|
773
|
-
var limitedWells = sortBy(sectionWells, 'distance');
|
|
774
|
-
setSelectedWells(limitedWells.slice(0, maxOffsetSize));
|
|
775
|
-
} else {
|
|
776
|
-
setSelectedWells(subjectWell ? [subjectWell] : []);
|
|
777
|
-
}
|
|
778
|
-
};
|
|
779
|
-
var handleChangeWellSection = useCallback(function (section) {
|
|
780
|
-
setSelectedWellSection(section);
|
|
781
|
-
updateSelectedWellsBySection(section);
|
|
782
|
-
}, [updateSelectedWellsBySection]);
|
|
783
|
-
|
|
784
|
-
// NOTE: Get Selected wells count
|
|
785
|
-
var selectedWellsCount = useMemo(function () {
|
|
786
|
-
if (selectedWells.find(function (well) {
|
|
787
|
-
return well.id === subjectWellId;
|
|
788
|
-
})) {
|
|
789
|
-
return selectedWells.length - 1;
|
|
790
|
-
}
|
|
791
|
-
return selectedWells.length;
|
|
792
|
-
}, [selectedWells, subjectWellId]);
|
|
793
|
-
|
|
794
|
-
// NOTE: Save offset setting
|
|
795
|
-
var isSynced = useMemo(function () {
|
|
796
|
-
if (!bicWells) return false;
|
|
797
|
-
var selectedWellIds = selectedWells.map(function (_ref8) {
|
|
798
|
-
var id = _ref8.id;
|
|
799
|
-
return id;
|
|
800
|
-
});
|
|
801
|
-
var synced;
|
|
802
|
-
var owsWellIds = bicWells[selectedWellSection] || [];
|
|
803
|
-
var owsWellIdsLength = Math.min(owsWellIds.length, maxOffsetSize);
|
|
804
|
-
if (owsWellIdsLength !== selectedWellIds.length) {
|
|
805
|
-
synced = false;
|
|
806
|
-
} else {
|
|
807
|
-
synced = selectedWellIds.every(function (id) {
|
|
808
|
-
return owsWellIds.includes(id);
|
|
809
|
-
});
|
|
810
|
-
}
|
|
811
|
-
return synced;
|
|
812
|
-
}, [bicWells, selectedWells, selectedWellSection, maxOffsetSize]);
|
|
813
|
-
var isXtoProvider = useMemo(function () {
|
|
814
|
-
return companyProvider ? COMPANY_PROVIDERS_FOR_IDAS.includes(companyProvider) : false;
|
|
815
|
-
}, [companyProvider]);
|
|
816
|
-
var offsetLabel = useMemo(function () {
|
|
817
|
-
if (isXtoProvider) {
|
|
818
|
-
return 'IDAS generated offsets.';
|
|
819
|
-
}
|
|
820
|
-
return isWDUser ? 'Offset Selection App.' : 'WellHub.';
|
|
821
|
-
}, [isXtoProvider, isWDUser]);
|
|
822
|
-
var handleSave = function handleSave() {
|
|
823
|
-
onClose();
|
|
824
|
-
var newOffsetSetting = _objectSpread(_objectSpread({}, offsetSettings), {}, {
|
|
825
|
-
companyId: assetCompanyId,
|
|
826
|
-
subjectWellId: subjectWellId,
|
|
827
|
-
selectedWellIds: selectedWells.map(function (_ref9) {
|
|
828
|
-
var id = _ref9.id;
|
|
829
|
-
return id;
|
|
830
|
-
}),
|
|
831
|
-
filters: filters,
|
|
832
|
-
metricsKeys: metricsKeys,
|
|
833
|
-
wellSection: selectedWellSection,
|
|
834
|
-
isSynced: isSynced,
|
|
835
|
-
mapHidden: isMapHidden,
|
|
836
|
-
filterExpanded: isFilterExpanded,
|
|
837
|
-
offsetWellsLimited: isLimitedOffsetWells
|
|
838
|
-
});
|
|
839
|
-
onSave(newOffsetSetting, selectedWells);
|
|
840
|
-
};
|
|
841
|
-
var handleCancel = function handleCancel() {
|
|
842
|
-
var data = (wells || []).filter(function (well) {
|
|
843
|
-
return ((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.selectedWellIds) || []).includes(well.id);
|
|
844
|
-
});
|
|
845
|
-
if (subjectWell) data = data.concat(subjectWell);
|
|
846
|
-
setSelectedWells(uniqBy(data, 'id'));
|
|
847
|
-
var newOffsetSetting = _objectSpread(_objectSpread({}, offsetSettings), {}, {
|
|
848
|
-
mapHidden: isMapHidden,
|
|
849
|
-
filterExpanded: isFilterExpanded
|
|
850
|
-
});
|
|
851
|
-
onSave(newOffsetSetting);
|
|
852
|
-
setFilters((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.filters) || {});
|
|
853
|
-
setSelectedWellSection((offsetSettings === null || offsetSettings === void 0 ? void 0 : offsetSettings.wellSection) || ALL_SECTION_KEY);
|
|
854
|
-
onClose();
|
|
855
|
-
};
|
|
856
|
-
|
|
857
|
-
// NOTE: Reset processing
|
|
858
|
-
var isResetVisible = useMemo(function () {
|
|
859
|
-
if (!isSynced) return true;
|
|
860
|
-
if (!isEmpty(filters) && filters[FilterType.sideTracks]) return true;
|
|
861
|
-
if (selectedWellSection !== ALL_SECTION_KEY) return true;
|
|
862
|
-
return false;
|
|
863
|
-
}, [isSynced, filters, selectedWellSection]);
|
|
864
|
-
var handleReset = function handleReset() {
|
|
865
|
-
setFilters({});
|
|
866
|
-
setSelectedWellSection(ALL_SECTION_KEY);
|
|
867
|
-
updateSelectedWellsBySection(ALL_SECTION_KEY);
|
|
868
|
-
};
|
|
869
|
-
var isLoading = !wells || !wellSections || !sortedWells || viewType === ViewType.none;
|
|
870
|
-
|
|
871
|
-
// NOTE: Well Name shadow
|
|
872
|
-
var _useState27 = useState(false),
|
|
873
|
-
_useState28 = _slicedToArray(_useState27, 2),
|
|
874
|
-
isHScrollMoved = _useState28[0],
|
|
875
|
-
setIsHScrollMoved = _useState28[1];
|
|
876
|
-
var _useState29 = useState(ROWS_PER_PAGE),
|
|
877
|
-
_useState30 = _slicedToArray(_useState29, 2),
|
|
878
|
-
tableRowsCount = _useState30[0],
|
|
879
|
-
setTableRowsCount = _useState30[1];
|
|
880
|
-
var _useState31 = useState([]),
|
|
881
|
-
_useState32 = _slicedToArray(_useState31, 2),
|
|
882
|
-
tableWells = _useState32[0],
|
|
883
|
-
setTableWells = _useState32[1];
|
|
884
|
-
useEffect(function () {
|
|
885
|
-
if (!sortedWells) return;
|
|
886
|
-
var wells = sortedWells.slice(0, tableRowsCount);
|
|
887
|
-
setTableWells(wells);
|
|
888
|
-
}, [sortedWells, tableRowsCount, subjectWell]);
|
|
889
|
-
useEffect(function () {
|
|
890
|
-
if (resyncStatus === RESYNC_STATUS.SUCCEEDED) {
|
|
891
|
-
showSuccessNotification('Re-sync wells from IDAS was successful');
|
|
892
|
-
} else if (resyncStatus === RESYNC_STATUS.FAILED) {
|
|
893
|
-
showErrorNotification('Re-sync wells from IDAS failed');
|
|
894
|
-
}
|
|
895
|
-
}, [resyncStatus]);
|
|
896
|
-
useEffect(function () {
|
|
897
|
-
if (resyncStatus === RESYNC_STATUS.SUCCEEDED) {
|
|
898
|
-
handleReset();
|
|
899
|
-
}
|
|
900
|
-
}, [bicWells]);
|
|
901
|
-
var handleScroll = function handleScroll(e) {
|
|
902
|
-
if (!e.target) return;
|
|
903
|
-
if (isAdvancedSearchHidden) {
|
|
904
|
-
e.target.scrollLeft = 0;
|
|
905
|
-
setIsAdvancedSearchHidden(false);
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
// Check if H-Scroll is visible
|
|
909
|
-
if (e.target.scrollLeft <= 5 && isHScrollMoved) {
|
|
910
|
-
setIsHScrollMoved(false);
|
|
911
|
-
}
|
|
912
|
-
if (e.target.scrollLeft > 5 && !isHScrollMoved) {
|
|
913
|
-
setIsHScrollMoved(true);
|
|
914
|
-
}
|
|
915
|
-
if (e.target.scrollTop <= 5 && isTopGradientShow) {
|
|
916
|
-
setIsTopGradientShow(false);
|
|
917
|
-
}
|
|
918
|
-
if (e.target.scrollTop > 5 && !isTopGradientShow) {
|
|
919
|
-
setIsTopGradientShow(true);
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
// Check if scroll has reached top or bottom
|
|
923
|
-
if (e.target.scrollHeight === e.target.offsetHeight) return;
|
|
924
|
-
var currentScrollBottom = Math.round(e.target.scrollTop + e.target.offsetHeight + 2);
|
|
925
|
-
if (currentScrollBottom >= e.target.scrollHeight && tableRowsCount < sortedWells.length) {
|
|
926
|
-
setTableRowsCount(function (count) {
|
|
927
|
-
return count + ROWS_PER_PAGE;
|
|
928
|
-
});
|
|
929
|
-
}
|
|
930
|
-
};
|
|
931
|
-
var tooltipContainer = function tooltipContainer() {
|
|
932
|
-
return /*#__PURE__*/jsxs("div", {
|
|
933
|
-
children: [/*#__PURE__*/jsx("span", {
|
|
934
|
-
className: classNames(typography.regular12, typography.colors.t1),
|
|
935
|
-
children: "The offset list is being automatically populated by\xA0"
|
|
936
|
-
}), /*#__PURE__*/jsx("span", {
|
|
937
|
-
className: classNames(typography.medium12, typography.colors.t1),
|
|
938
|
-
children: offsetLabel
|
|
939
|
-
})]
|
|
940
|
-
});
|
|
941
|
-
};
|
|
942
|
-
return /*#__PURE__*/jsxs(Modal, {
|
|
943
|
-
open: open,
|
|
944
|
-
onClose: handleCancel,
|
|
945
|
-
title: /*#__PURE__*/jsx(AppHeader, {
|
|
946
|
-
isWDUser: isWDUser,
|
|
947
|
-
viewType: viewType,
|
|
948
|
-
totalCount: (_wells$length = wells === null || wells === void 0 ? void 0 : wells.length) !== null && _wells$length !== void 0 ? _wells$length : 0,
|
|
949
|
-
selectedCount: selectedWellsCount,
|
|
950
|
-
isViewOnly: isViewOnly,
|
|
951
|
-
maxOffsetWellNumber: maxOffsetWellNumber
|
|
952
|
-
}),
|
|
953
|
-
isMobile: viewType === ViewType.mobile,
|
|
954
|
-
contentContainerClassName: classNames(styles.offsetWellDialog),
|
|
955
|
-
contentClassName: classNames(styles.contentContainer, (_classNames = {}, _defineProperty(_classNames, styles.smallContainer, viewType === ViewType.small), _defineProperty(_classNames, styles.contentContainerMobile, viewType === ViewType.mobile), _classNames)),
|
|
956
|
-
actionsClassName: styles.modalActions,
|
|
957
|
-
actions: !isViewOnly && /*#__PURE__*/jsxs("div", {
|
|
958
|
-
className: styles.actionsWrapper,
|
|
959
|
-
children: [!isLoading && isResetVisible ? /*#__PURE__*/jsx(Tooltip, {
|
|
960
|
-
placement: "bottom-start",
|
|
961
|
-
title: "Reset to Synced Offsets in ".concat(isWDUser ? 'Offset App' : 'Wellhub'),
|
|
962
|
-
children: /*#__PURE__*/jsx("div", {
|
|
963
|
-
children: /*#__PURE__*/jsx(Button, {
|
|
964
|
-
"data-testid": "".concat(PAGE_NAME, "_reset"),
|
|
965
|
-
onClick: handleReset,
|
|
966
|
-
color: "primary",
|
|
967
|
-
startIcon: viewType !== ViewType.mobile && /*#__PURE__*/jsx(Replay, {}),
|
|
968
|
-
classes: viewType === ViewType.mobile && {
|
|
969
|
-
root: styles.resetButtonMobile
|
|
970
|
-
},
|
|
971
|
-
children: viewType !== ViewType.mobile ? 'Reset' : /*#__PURE__*/jsx(Replay, {})
|
|
972
|
-
})
|
|
973
|
-
})
|
|
974
|
-
}) : /*#__PURE__*/jsx("div", {
|
|
975
|
-
className: viewType === ViewType.mobile && styles.infoIconContainer,
|
|
976
|
-
children: viewType !== ViewType.mobile ? /*#__PURE__*/jsxs(Fragment, {
|
|
977
|
-
children: [/*#__PURE__*/jsx("span", {
|
|
978
|
-
className: classNames(typography.regular12, typography.colors.t6),
|
|
979
|
-
children: "The offset list is being automatically populated by\xA0"
|
|
980
|
-
}), /*#__PURE__*/jsx("span", {
|
|
981
|
-
className: classNames(typography.medium12, typography.colors.t6),
|
|
982
|
-
children: offsetLabel
|
|
983
|
-
})]
|
|
984
|
-
}) : /*#__PURE__*/jsx(Tooltip, {
|
|
985
|
-
title: tooltipContainer(),
|
|
986
|
-
enterTouchDelay: 0,
|
|
987
|
-
leaveTouchDelay: LEAVE_TOUCH_DELAY,
|
|
988
|
-
children: /*#__PURE__*/jsx(InfoOutlined, {
|
|
989
|
-
className: styles.infoIcon
|
|
990
|
-
})
|
|
991
|
-
})
|
|
992
|
-
}), /*#__PURE__*/jsxs("div", {
|
|
993
|
-
className: styles.buttonGap,
|
|
994
|
-
children: [/*#__PURE__*/jsx(Button, {
|
|
995
|
-
"data-testid": "".concat(PAGE_NAME, "_cancel"),
|
|
996
|
-
onClick: handleCancel,
|
|
997
|
-
color: "primary",
|
|
998
|
-
children: "Cancel"
|
|
999
|
-
}), /*#__PURE__*/jsxs(Button, {
|
|
1000
|
-
"data-testid": "".concat(PAGE_NAME, "_selectedWells"),
|
|
1001
|
-
variant: "contained",
|
|
1002
|
-
color: "primary",
|
|
1003
|
-
onClick: handleSave,
|
|
1004
|
-
children: ["Select (", selectedWellsCount, ")"]
|
|
1005
|
-
})]
|
|
1006
|
-
})]
|
|
1007
|
-
}),
|
|
1008
|
-
children: [/*#__PURE__*/jsx(NotificationsContainer, {}), !isLoading ? /*#__PURE__*/jsxs("div", {
|
|
1009
|
-
className: classNames(styles.contentWrapper),
|
|
1010
|
-
ref: contentRef,
|
|
1011
|
-
children: [viewType === ViewType.mobile && /*#__PURE__*/jsxs("div", {
|
|
1012
|
-
className: classNames(styles.countContainer, _defineProperty({}, styles.countContainerMobile, viewType === ViewType.mobile)),
|
|
1013
|
-
children: [/*#__PURE__*/jsx(Regular14, {
|
|
1014
|
-
className: styles.totalLabel,
|
|
1015
|
-
children: "Total:"
|
|
1016
|
-
}), /*#__PURE__*/jsx(Regular14, {
|
|
1017
|
-
"data-testid": "".concat(PAGE_NAME, "_totalWells"),
|
|
1018
|
-
className: styles.countValue,
|
|
1019
|
-
children: wells.length
|
|
1020
|
-
}), /*#__PURE__*/jsx(Regular14, {
|
|
1021
|
-
className: styles.selectedLabel,
|
|
1022
|
-
children: "Selected:"
|
|
1023
|
-
}), /*#__PURE__*/jsx(Regular14, {
|
|
1024
|
-
"data-testid": "".concat(PAGE_NAME, "_selected"),
|
|
1025
|
-
className: styles.countValue,
|
|
1026
|
-
children: selectedWellsCount
|
|
1027
|
-
}), /*#__PURE__*/jsx(Tooltip, {
|
|
1028
|
-
title: "App can\u2019t process more than (".concat(maxOffsetWellNumber - 1, ") Offset Wells."),
|
|
1029
|
-
placement: "right",
|
|
1030
|
-
children: /*#__PURE__*/jsxs(Regular12, {
|
|
1031
|
-
"data-testid": "".concat(PAGE_NAME, "_maxOffsetSize"),
|
|
1032
|
-
className: styles.maxOffsetSize,
|
|
1033
|
-
children: ["/", maxOffsetWellNumber - 1]
|
|
1034
|
-
})
|
|
1035
|
-
})]
|
|
1036
|
-
}), viewType === ViewType.normal && /*#__PURE__*/jsx(Toolbar, {
|
|
1037
|
-
isViewOnly: isViewOnly,
|
|
1038
|
-
isXtoProvider: isXtoProvider,
|
|
1039
|
-
viewType: viewType,
|
|
1040
|
-
filters: filters,
|
|
1041
|
-
setFilters: setFilters,
|
|
1042
|
-
isFilterExpanded: isFilterExpanded,
|
|
1043
|
-
setIsFilterExpanded: setIsFilterExpanded,
|
|
1044
|
-
isMapHidden: isMapHidden,
|
|
1045
|
-
setIsMapHidden: setIsMapHidden,
|
|
1046
|
-
resyncStatus: resyncStatus,
|
|
1047
|
-
setResyncStatus: setResyncStatus
|
|
1048
|
-
}), isTopGradientShow && /*#__PURE__*/jsx("div", {
|
|
1049
|
-
className: styles.topGradient,
|
|
1050
|
-
style: {
|
|
1051
|
-
top: topGradientTop
|
|
1052
|
-
}
|
|
1053
|
-
}), /*#__PURE__*/jsxs("div", {
|
|
1054
|
-
className: classNames(styles.content, (_classNames3 = {}, _defineProperty(_classNames3, styles.contentMobile, viewType === ViewType.mobile), _defineProperty(_classNames3, styles.contentiOSMobile, getMobileOperatingSystem() === IOS_DEVICE), _classNames3)),
|
|
1055
|
-
onScroll: function onScroll(e) {
|
|
1056
|
-
return handleScroll(e);
|
|
1057
|
-
},
|
|
1058
|
-
children: [viewType !== ViewType.normal && /*#__PURE__*/jsx(Toolbar, {
|
|
1059
|
-
isViewOnly: isViewOnly,
|
|
1060
|
-
isXtoProvider: isXtoProvider,
|
|
1061
|
-
viewType: viewType,
|
|
1062
|
-
filters: filters,
|
|
1063
|
-
setFilters: setFilters,
|
|
1064
|
-
isFilterExpanded: isFilterExpanded,
|
|
1065
|
-
setIsFilterExpanded: setIsFilterExpanded,
|
|
1066
|
-
isMapHidden: isMapHidden,
|
|
1067
|
-
setIsMapHidden: setIsMapHidden,
|
|
1068
|
-
resyncStatus: resyncStatus,
|
|
1069
|
-
setResyncStatus: setResyncStatus
|
|
1070
|
-
}), !isMapHidden && open && /*#__PURE__*/jsx(WellsMap, {
|
|
1071
|
-
isViewOnly: isViewOnly,
|
|
1072
|
-
mapHidden: isMapHidden,
|
|
1073
|
-
subjectWell: subjectWell,
|
|
1074
|
-
offsetWellIds: selectedWells.map(function (_ref10) {
|
|
1075
|
-
var id = _ref10.id;
|
|
1076
|
-
return id;
|
|
1077
|
-
}),
|
|
1078
|
-
wells: filteredWells,
|
|
1079
|
-
radius: filters[FilterType.radius],
|
|
1080
|
-
handleChangeOffsetWell: handleChangeOffsetWell,
|
|
1081
|
-
activeWellId: activeWellId,
|
|
1082
|
-
viewType: viewType
|
|
1083
|
-
}), /*#__PURE__*/jsx(Filter, {
|
|
1084
|
-
isHidden: !isFilterExpanded,
|
|
1085
|
-
isWDUser: isWDUser,
|
|
1086
|
-
filterOptions: filterOptions,
|
|
1087
|
-
filters: filters,
|
|
1088
|
-
wellSections: wellSections,
|
|
1089
|
-
selectedWellSection: selectedWellSection,
|
|
1090
|
-
subjectWell: subjectWell,
|
|
1091
|
-
onChangeFilters: function onChangeFilters(value) {
|
|
1092
|
-
setIsTableLoading(true);
|
|
1093
|
-
setTimeout(function () {
|
|
1094
|
-
return setFilters(value);
|
|
1095
|
-
}, 0);
|
|
1096
|
-
},
|
|
1097
|
-
onChangeBicWells: handleChangeWellSection
|
|
1098
|
-
}), /*#__PURE__*/jsx(OffsetWellsTable, {
|
|
1099
|
-
open: open,
|
|
1100
|
-
isTableLoading: isTableLoading,
|
|
1101
|
-
companyId: assetCompanyId,
|
|
1102
|
-
subjectWellId: subjectWellId,
|
|
1103
|
-
sortBy: sortBy$1,
|
|
1104
|
-
setSortBy: setSortBy,
|
|
1105
|
-
sortDirection: sortDirection,
|
|
1106
|
-
setSortDirection: setSortDirection,
|
|
1107
|
-
columnsWithDict: columnsWithDict,
|
|
1108
|
-
wells: tableWells,
|
|
1109
|
-
metricsKeys: metricsKeys,
|
|
1110
|
-
setMetricsKeys: handleChangeMetricsKeys,
|
|
1111
|
-
handleChangeOffsetWell: handleChangeOffsetWell,
|
|
1112
|
-
handleChangeAllOffsetWells: handleChangeAllOffsetWells,
|
|
1113
|
-
handleAddRemoveAssets: handleAddRemoveAssets,
|
|
1114
|
-
isWellNameExpand: isWellNameExpand,
|
|
1115
|
-
setIsWellNameExpand: setIsWellNameExpand,
|
|
1116
|
-
isHScrollMoved: isHScrollMoved,
|
|
1117
|
-
onHideAdvancedSearch: handleHideAdvancedSearch,
|
|
1118
|
-
isViewOnly: isViewOnly,
|
|
1119
|
-
isLastWell: sortedWells.length <= tableRowsCount,
|
|
1120
|
-
contentRef: contentRef,
|
|
1121
|
-
isLimitedOffsetWells: isLimitedOffsetWells,
|
|
1122
|
-
maxOffsetWellNumber: maxOffsetWellNumber,
|
|
1123
|
-
wellSections: wellSections,
|
|
1124
|
-
setActiveWellId: setActiveWellId,
|
|
1125
|
-
viewType: viewType,
|
|
1126
|
-
isWDUser: isWDUser,
|
|
1127
|
-
taScores: taScores
|
|
1128
|
-
})]
|
|
1129
|
-
}), isViewOnly && /*#__PURE__*/jsxs("div", {
|
|
1130
|
-
className: styles.viewOnlyInfoContainer,
|
|
1131
|
-
children: [/*#__PURE__*/jsx("span", {
|
|
1132
|
-
className: classNames(typography.regular12, typography.colors.t6),
|
|
1133
|
-
children: "The offset list is being automatically populated by\xA0"
|
|
1134
|
-
}), /*#__PURE__*/jsx("span", {
|
|
1135
|
-
className: classNames(typography.medium12, typography.colors.t6),
|
|
1136
|
-
children: offsetLabel
|
|
1137
|
-
})]
|
|
1138
|
-
})]
|
|
1139
|
-
}) : /*#__PURE__*/jsx(LoadingIndicator, {
|
|
1140
|
-
fullscreen: false
|
|
1141
|
-
})]
|
|
1142
|
-
});
|
|
1143
|
-
};
|
|
1144
|
-
|
|
1145
|
-
export { OffsetWellPickerV4 as default };
|
|
1146
|
-
//# sourceMappingURL=OffsetWellPickerV4.js.map
|
|
1
|
+
import e from"@babel/runtime/helpers/toConsumableArray";import t from"@babel/runtime/helpers/defineProperty";import o from"@babel/runtime/helpers/asyncToGenerator";import s from"@babel/runtime/helpers/slicedToArray";import n from"@babel/runtime/regenerator";import{useState as i,useRef as r,useEffect as p,useCallback as l,useMemo as a}from"react";import m from"classnames";import{uniqBy as c,uniq as d,sortBy as u,isEmpty as j}from"lodash";import{Replay as f,InfoOutlined as C}from"@material-ui/icons";import{useFetchWells as v}from"./effects/useFetchWells.js";import{useAdvancedWells as A}from"./effects/useAdvancedWells.js";import{useBicWells as h}from"./effects/useBicWells.js";import{useCompanyMetricKey as b}from"./effects/useCompanyMetricKey.js";import{useFilterOptions as g}from"./effects/useFilterOptions.js";import{useFilteredWells as S}from"./effects/useFilteredWells.js";import{useSortedWells as I}from"./effects/useSortedWells.js";import"./effects/useAssetsData.js";import{useTableColumns as D}from"./effects/useTableColumns.js";import{useCompanyProvider as T}from"./effects/useCompanyProvider.js";import{AppHeader as y}from"./components/AppHeader/AppHeader.js";import{Toolbar as x}from"./components/Toolbar/Toolbar.js";import{Filter as V}from"./components/Filter/Filter.js";import{WellsMap as P}from"./components/Map/WellsMap.js";import W from"./components/OffsetWellsTable/OffsetWellsTable.js";import{ALL_SECTION_KEY as B,ViewType as E,TOP_GRADIENT_MAP as w,ColumnType as F,COMPANY_PROVIDERS_FOR_IDAS as O,FilterType as M,ROWS_PER_PAGE as L,RESYNC_STATUS as k,LEAVE_TOUCH_DELAY as H,IOS_DEVICE as N,DEFAULT_LOCAL_OFFSET_SIZE as R,MAX_OFFSET_SIZE as G,SMALL_SCREEN_WIDTH as z,SMALL_SCREEN_HEIGHT as U,DEFAULT_BIC_OFFSET_SIZE as _}from"./constants.js";import{SEARCH_CATEGORIES as K}from"./components/OffsetWellsTable/AdvancedSearch/constants.js";import{getCoordinatedWells as Z,getMobileOperatingSystem as q}from"./utils/index.js";import X from"./OffsetWellPickerV4.module.css.js";import"../../utils/index.js";import{jsxs as J,jsx as Q,Fragment as Y}from"react/jsx-runtime";import"@material-ui/core/Snackbar";import"../Notifications/Toast.js";import{NotificationsContainer as $}from"../Notifications/NotificationsContainer.js";import{isMobileDetected as ee,isNativeDetected as te}from"../../utils/mobileDetect.js";import oe from"../../styles/typography/index.js";import"../../styles/counter/counter.module.scss.js";import{Regular14 as se,Regular12 as ne}from"../Typography.js";import ie from"../Modal/Modal.js";import"../IconMenu/index.js";import"../StyledMenuItem/index.js";import"../AppIcon/AppIcon.js";import"../DevCenter/AppHeader/AppHeader.js";import"../DevCenter/AppSideBar/AppSideBar.js";import"../DevCenter/AppsDataProvider/AppsDataProvider.js";import"@material-ui/core";import"../DevCenter/AppContext.js";import"../DevCenter/DevCenterRouterContext/DevCenterRouterContext.js";import"../DevCenter/DevCenterRouterContext/UniversalLink/UniversalLink.js";import"@babel/runtime/helpers/objectWithoutProperties";import"react-router";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/appPackages.js";import"../../constants/notifications.js";import"../../constants/feed.js";import"../../constants/bha.js";import"../../utils/env.js";import"../GradientManager/configuration/constants.js";import"../DevCenter/DevCenterAppContainer/components/AppActions/AppActions.css.js";import"../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/AppSettingsDialog.js";import"../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/RemoveAppButton.js";import"../DevCenter/DevCenterAppContainer/components/AppSettingsDialog/components/SettingsAccordion.js";import"../DevCenter/DevCenterAppContainer/components/AnnotationsButton/AnnotationsButton.js";import"../../componentsV2/Text/Text.js";import"../../componentsV2/Grid/Grid.js";import"../../componentsV2/Grid/Grid.scss.js";import"../../componentsV2/Header/Header.scss.js";import"../../componentsV2/Button/Button.js";import"../../componentsV2/ButtonIcon/ButtonIcon.js";import"../DevCenter/DevCenterAppContainer/components/IsInsideIsolatedDcAppProvider/IsInsideIsolatedDcAppProvider.js";import"../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/IsInsideDcFullscreenElemProvider.js";import"../DevCenter/DevCenterAppContainer/components/DcFullscreenElemsCoordinatorProvider/DcFullscreenElemsCoordinatorProvider.js";import"uuid";import"../../componentsV2/Tooltip/Tooltip.scss.js";import"../../componentsV2/Paper/Paper.js";import"../../componentsV2/Popover/Popover.scss.js";import"../../componentsV2/Radio/Radio.js";import"../../componentsV2/RadioAndCheckboxGroup/RadioAndCheckboxGroup.scss.js";import"../../componentsV2/Checkbox/Checkbox.js";import"../../componentsV2/TextInput/TextInput.js";import"../../componentsV2/TextEndTruncated/TextEndTruncated.scss.js";import"../../componentsV2/TextMiddleTruncated/TextMiddleTruncated.constants.js";import"../../componentsV2/TextMiddleTruncated/TextMiddleTruncated.scss.js";import"../../componentsV2/TextLink/TextLink.js";import"../../componentsV2/Chip/Chip.js";import"../../componentsV2/ChipAlert/ChipAlert.js";import"../../componentsV2/ChipIndicator/ChipIndicator.js";import"../../componentsV2/Avatar/Avatar.js";import"../../componentsV2/Avatar/constants.js";import"../../componentsV2/AvatarGroup/AvatarGroup.scss.js";import"@material-ui/lab";import"../../componentsV2/ToggleButtons/ToggleButtons.scss.js";import"../../componentsV2/Modal/Modal.scss.js";import"@icon-park/react/es/all";import"../../icons/IconParkProvider.js";import"../../icons/customIcons/icons/AddMessage.js";import"../../icons/customIcons/icons/Attention.js";import"../../icons/customIcons/icons/Collapse.js";import"../../icons/customIcons/icons/Dashboard.js";import"../../icons/customIcons/icons/Expand.js";import"../../icons/customIcons/icons/FolderClosed.js";import"../../icons/customIcons/icons/FolderClosedFilled.js";import"../../icons/customIcons/icons/FolderOpened.js";import"../../icons/customIcons/icons/GreaterOrEqual.js";import"../../icons/customIcons/icons/LessOrEqual.js";import"../../icons/customIcons/icons/Search.js";import"../../icons/customIcons/icons/Wellhub.js";import"../../icons/customIcons/icons/MultiRuler.js";import"../../icons/customIcons/icons/Checkbox.js";import"../../icons/customIcons/icons/CheckboxChecked.js";import"../../icons/customIcons/icons/CheckboxIndeterminate.js";import"../../icons/customIcons/icons/Radio.js";import"../../icons/customIcons/icons/RadioChecked.js";import"../../icons/customIcons/icons/SimulFrac.js";import"../../icons/customIcons/icons/ZipperFrac.js";import"../../icons/customIcons/icons/CautionFilled.js";import"../../icons/customIcons/icons/MoreApp.js";import"../../icons/customIcons/icons/Pad.js";import"../../icons/customIcons/icons/Gap.js";import"../../componentsV2/Menu/Menu.js";import"../../componentsV2/Counter/Counter.js";import"../../componentsV2/BadgeBase/BadgeBase.scss.js";import"../../componentsV2/BadgeDot/BadgeDot.scss.js";import"../../componentsV2/LoaderLinear/LoaderLinear.scss.js";import"../../componentsV2/LoaderLogo/LoaderLogo.scss.js";import"../../componentsV2/Switch/Switch.js";import"../../componentsV2/Tabs/Tabs.js";import"../../componentsV2/EmptyState/EmptyState.scss.js";import"../../componentsV2/FileIcon/FileIcon.js";import"react-dropzone";import"../../componentsV2/FilesDropzone/FilesDropzone.scss.js";import"../../componentsV2/FilesLoader/FilesLoader.scss.js";import"../../componentsV2/FilesProcessor/FilesProcessor.scss.js";import"../../componentsV2/Skeleton/Skeleton.scss.js";import"../../utils/main.js";import"../../componentsV2/CopyToClipboard/CopyToClipboard.scss.js";import"../../componentsV2/Stepper/Step/Step.scss.js";import"../../componentsV2/Stepper/Stepper.scss.js";import"../../componentsV2/ButtonLive/ButtonLive.js";import"../../componentsV2/LiveDotIndicator/LiveDotIndicator.scss.js";import"../../componentsV2/IndicatorLive/IndicatorLive.scss.js";import"../../componentsV2/Accordion/Accordion.scss.js";import"../../componentsV2/Breadcrumbs/Breadcrumbs.scss.js";import"../../componentsV2/BadgeComment/BadgeComment.js";import"../../componentsV2/AppContainer/AppContainer.js";import"../../componentsV2/AppContainer/AppContainer.constants.js";import"../../componentsV2/AppFooter/AppFooter.js";import"../DevCenter/DevCenterAppContainer/components/AppCommons/AppCommonsContext.js";import"../../componentsV2/AppHeader/AppHeader.constants.js";import"../../componentsV2/AppHeader/AppBadge/AppBadge.scss.js";import"../../componentsV2/AppHeader/AppAssets/AppAssets.js";import"../PadModeSelect/PadModeSelect.js";import"../../componentsV2/AppHeader/PadMode/PadMode.scss.js";import"../../constants/streamSourceType.js";import"../../componentsV2/AppHeader/AppHeader.scss.js";import"../DevCenter/DevCenterAppContainer/components/FullscreenButton/FullscreenButton.js";import"../DevCenter/DevCenterAppContainer/components/AppInfoMessage/AppInfoMessage.js";import"../DevCenter/DevCenterAppContainer/components/DevCenterAppView/DevCenterAppView.js";import"../DevCenter/DevCenterAppContainer/components/RestoreAppSizeButton/index.js";import"rollbar";import"@rollbar/react";import"../DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchContext.js";import"../DevCenter/DevCenterAppContainer/components/CommentsSwitch/CommentsSwitchButton.scss.js";import"../DevCenter/DevCenterAppContainer/DevCenterAppContainer.css.js";import"../Icons/AnnotationIcon.js";import"../Annotations/components/AnnotationsList/index.js";import"../Annotations/components/LastAnnotation/index.js";import"../Annotations/AnnotationsContext.js";import"../Toaster/Toaster.js";import"querystring";import"uuid/v1";import"../../clients/subscriptions.js";import"../../clients/jsonApi/index.js";import"jsona";import"../StatusBadge/constants.js";import"lodash/set";import"lodash/get";import"lodash/unset";import"moment";import"../../clients/api/apiCore.js";import"../../clients/constants.js";import"../../clients/sso/auth0.js";import"../../clients/sso/oauth2.js";import"lodash/isEmpty";import"lodash/sortBy";import"../HelpCenter/HelpCenterIcon.js";import"../DevCenter/NavigationBar/NavigationBar.js";import"../DevCenter/SideBar/SideBar.js";import"../DevCenter/AppSettingsPopover/AppSettingsPopover.js";import"../DevCenter/AppFilterPanelLayout/AppFilterPanelLayout.js";import"../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedAppPage.js";import"../DevCenter/IsolatedDevCenterAppContainer/DevCenterIsolatedApp.js";import"../AssetEditor/index.js";import"../AssetEditorV2/index.js";import"../AppVersionsSelect/AppVersionsSelect.js";import re from"../LoadingIndicator/LoadingIndicator.js";import"../RealTimeValuesSidebar/RealTimeSidebar.js";import"../CollapsableSidebar.js";import"../DateTimePicker/index.js";import"../DatePicker/index.js";import"../ErrorBoundary/ErrorBoundary.js";import"../ErrorBoundary/DevCenterAppErrorView/DevCenterAppErrorView.js";import"../SlateFormattedText/SlateFormattedText.js";import"../SlateFormattedText/RenderElements.js";import"@babel/runtime/helpers/typeof";import"slate";import"../EmptyState/EmptyState.js";import"../ParameterCharts/ParameterCharts.js";import"../ParameterCharts/AddEditTrack.js";import"../ChartActionsList/ChartActionsList.js";import"../CopyToClipboard/CopyToClipboard.js";import"../AssetEditor/AssetEditorAutocomplete.js";import"../AssetEditor/SingleAssetEditor.js";import"react-color";import"../SettingEditors/ColorEditor/style.css.js";import"../SettingEditors/DropdownEditor/index.js";import"../SwitchControl/index.js";import"../ColorPicker/ColorPicker.js";import"../Chart/components/ChartButton.js";import"../Chart/components/ChartButtons.js";import"../Chart/components/ChartWrapper.js";import"../Chart/components/AxisDropdown.js";import"../Chart/components/ChartSelect.js";import"../Chart/components/buttons/DragToZoomButton.js";import"../Chart/components/buttons/ZoomInButton.js";import"../Chart/components/buttons/ZoomOutButton.js";import"../Chart/components/buttons/PanButton.js";import"../Chart/components/buttons/ResetZoomButton.js";import"../Chart/components/buttons/HideAxesButton.js";import"../Chart/components/buttons/ChartTypeButton.js";import"../ColorPicker/PaletteChromePicker/PaletteChromePicker.js";import"../TruncatedText/index.js";import"../MiddleTruncatedText/MiddleTruncatedText.js";import"../RangeSlider/constants.js";import"../RangeSlider/Input.css.js";import"../RangeSlider/RangeSlider.css.js";import"../AdvancedSlider/AdvancedSlider.js";import"../Breadcrumbs/index.js";import"../VirtualizedTable/index.js";import"../EmptyView/EmptyView.js";import"../EmptyView/EmptyAppView/EmptyAppView.js";import pe from"../Button/components/Button/index.js";import"moment-timezone";import"../Button/components/LiveButton/components/LiveButtonStateIndicator/index.js";import"../Button/components/LiveButton/styles.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"../Select/SelectFilterBy.js";import"../CustomSelect/index.js";import"../Tabs/Tabs.js";import"../Tabs/Tab.js";import"../ResizableTable/ResizableTable.js";import"../GradientPicker/GradientPicker.js";import"../GradientManager/GradientList.js";import"@material-ui/icons/AddCircle";import"../GradientManager/GradientPreview/GradientPreview.js";import"../GradientManager/GradientSelect.styles.js";import"../GradientManager/GradientManager.styles.js";import"../Drillstring/BHASchematic.js";import"../Drillstring/BHATable/index.js";import"../Drillstring/BHAComponentIcon.js";import"../Drillstring/BHAComponentDetail/index.js";import"../Drillstring/BHATileIcon.js";import"../Drillstring/BHATile/BHATile.js";import"../Drillstring/BHAList/BHAList.js";import"../Drillstring/BHAComponentsTable/BHAComponentsTable.js";import"../Casing/CasingTable/index.js";import"../Casing/CasingComponentIcon.js";import"../Casing/CasingTileIcon.js";import"../Casing/CasingTableV2/CasingTableV2.js";import"../Casing/CasingTile/CasingTile.js";import"../DisabledSettingsMessage/DisabledSettingsMessage.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"../OffsetWellButton/OffsetWellButton.js";import"../OffsetWellPickerV2/OffsetWellPickerDialog.js";import"../OffsetWellPickerV3/index.js";import"../OffsetWellChips/Chip.js";import"../OffsetWellChips/ChipsContainer.js";import"../OffsetWellMap/OffsetWellMap.js";import"../ConfirmationDialog.js";import"../TextLink/index.js";import"../Avatar/index.js";import"../Template/TemplatePopover/index.js";import"../Template/TemplateSharingDialog/index.js";import"../MenuItem/index.js";import"../MiddleTruncate/MiddleTruncate.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"../PadOffsetsPickerV2/PadOffsetsPickerV2.js";import"../Table/TableToolbar/TableToolbar.js";import"../Table/TableContainer/TableContainer.js";import"../Table/TableCell/TableCell.js";import"../Table/TablePagination/TablePagination.js";import"../Table/TablePaginationActions/TablePaginationActions.js";import{Tooltip as le}from"../Tooltip/Tooltip.js";import"../Tooltip/ScrollableTooltip.js";import"../PriceInput/PriceInput.js";import"../LabelsCounter/LabelsCounter.js";import"../Stepper/Stepper.js";import"../Stepper/Step/Step.js";import"../Stepper/StepsWrapper.js";import"../Comment/CommentIcon/index.js";import"../FilesLoader/FilesLoader.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"../Autocomplete/Autocomplete.js";import"../DocumentViewer/DocumentViewer.js";import"../ColorPickerPalette/ColorPickerPalette.js";import"../Search/Search.js";import"../Search/components/Listbox.js";import"../Search/components/Paper.js";import"../Search/components/RecentSearches.js";import"../Search/components/Groups.js";import"../Search/components/SelectAllListItem.js";import"../StatusBadge/index.js";import"../Attachment/index.js";import"../EmojiIconButton.js";import"../FileUploadIconButton.js";import"../FilePreview/index.js";import"../FailedFileUploading.js";import"../UserMention/index.js";import"../CommentsInfo/index.js";import"../CommentInput/index.js";import"../Comment/index.js";import"../CommentLoader.js";import"../AssetNameLabel/AssetStatusBadge.js";import"../AssetEditorV2/components/PrimaryAssetSelect.js";import"../AssetEditorV2/components/SecondaryAssetSelect.js";import"../AssetEditorV2/components/SelectItem.js";import"../AssetEditorV2/components/MultipleAssetsToggle.js";import"../AssetEditorV2/components/PrimaryAssetSelectV2.js";import"../EChartsWrapper/EChartsWrapper.js";import"../AssetsMultipleSelector/AssetsMultipleSelector.js";import"@material-ui/icons/Close";import"@material-ui/icons/GetApp";import"../GoogleDocsViewer/index.js";import"../NewDocumentViewer/effects/useFileContent.js";import"../NewDocumentViewer/styles.js";import"../FilesLoaderV2/styles.js";import"../FilesDropzone/styles.js";import"../FilesProcessor/styles.js";import"../Hint/styles.js";import"@babel/runtime/helpers/taggedTemplateLiteral";import"fparser";import"../Formula/useFormulaStyles.js";import"../Formula/RootXIcon.js";import"../Formula/FormulaTextEditor.js";import"../Formula/CloseSuggestion.js";import"../Formula/SuggestionsMenu.js";import{showInfoNotification as ae,showSuccessNotification as me,showErrorNotification as ce}from"../../utils/notificationToasts.js";function de(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);t&&(s=s.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,s)}return o}function ue(e){for(var o=1;o<arguments.length;o++){var s=null!=arguments[o]?arguments[o]:{};o%2?de(Object(s),!0).forEach((function(o){t(e,o,s[o])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):de(Object(s)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))}))}return e}var je="OffsetWellPickerV4",fe=function(de){var fe,Ce,ve,Ae=de.open,he=de.isWDUser,be=de.defaultSubjectWell,ge=de.currentUser,Se=de.offsetSettings,Ie=de.addWellsUsabilityInfo,De=de.isViewOnly,Te=de.onClose,ye=de.onSave,xe=de.maxOffsetSize,Ve=void 0===xe?_:xe,Pe=de.localMaxOffsetSize,We=void 0===Pe?R:Pe,Be=de.syncAutoEnabled,Ee=de.isManualWellsEnabled,we=void 0!==Ee&&Ee,Fe=i(null),Oe=s(Fe,2),Me=Oe[0],Le=Oe[1],ke=Math.min(Ve+1,We+1,G+1),He=Math.min(Math.max(ke,We+1),G+1),Ne=i(null==Se?void 0:Se.filterExpanded),Re=s(Ne,2),Ge=Re[0],ze=Re[1],Ue=i(null==Se?void 0:Se.mapHidden),_e=s(Ue,2),Ke=_e[0],Ze=_e[1],qe=+(null==be?void 0:be.companyId)||+(null==ge?void 0:ge.company_id),Xe=null==be?void 0:be.asset_id,Je=i((null==Se?void 0:Se.filters)||{}),Qe=s(Je,2),Ye=Qe[0],$e=Qe[1],et=i((null==Se?void 0:Se.wellSection)||B),tt=s(et,2),ot=tt[0],st=tt[1],nt=r(!0),it=i([]),rt=s(it,2),pt=rt[0],lt=rt[1],at=i(null),mt=s(at,2),ct=mt[0],dt=mt[1],ut=i(!0),jt=s(ut,2),ft=jt[0],Ct=jt[1],vt=i(!1),At=s(vt,2),ht=At[0],bt=At[1],gt=i(!1),St=s(gt,2),It=St[0],Dt=St[1],Tt=r(),yt=i(E.none),xt=s(yt,2),Vt=xt[0],Pt=xt[1],Wt=r(),Bt=i(!1),Et=s(Bt,2),wt=Et[0],Ft=Et[1],Ot=He<=(null==pt?void 0:pt.length),Mt=w[Vt],Lt=r(),kt=i(!0),Ht=s(kt,2),Nt=Ht[0],Rt=Ht[1];p((function(){var e,t,o;(Ae&&Ot&&ae("App can’t process more than (".concat(He-1,") Offset Wells.")),Ae)||((null==Se||null===(e=Se.selectedWellIds)||void 0===e?void 0:e.length)===(null===(t=Lt.current)||void 0===t?void 0:t.length)&&(null==Se||null===(o=Se.selectedWellIds)||void 0===o?void 0:o.every((function(e){var t;return null===(t=Lt.current)||void 0===t?void 0:t.includes(e)})))||(nt.current=!0),Lt.current=null==Se?void 0:Se.selectedWellIds)}),[Ot,Ae,Se]),p((function(){function e(){window.innerWidth<=z||ee||te?Pt(E.mobile):window.innerHeight<=U?Pt(E.small):Pt(E.normal)}return e(),window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}}),[Ae]),p((function(){Wt.current&&Vt===Wt.current||(Wt.current=Vt,Vt===E.small||Vt===E.mobile?(Ze(!0),ze(!1)):(ze(!De&&(null==Se?void 0:Se.filterExpanded)),Ze(!De&&(null==Se?void 0:Se.mapHidden))),$e((null==Se?void 0:Se.filters)||{}),st((null==Se?void 0:Se.wellSection)||B))}),[Se,De,Vt]);var Gt=v(qe,Ie),zt=s(Gt,1)[0],Ut=T(qe),_t=s(Ut,1)[0],Kt=h(he,ge,Xe,zt,we),Zt=s(Kt,7),qt=Zt[0],Xt=Zt[1],Jt=Zt[2],Qt=Zt[3],Yt=Zt[4],$t=Zt[5],eo=Zt[6];p((function(){Rt(!0),Xt(null),Qt(null)}),[Xe]),p((function(){var e,t=(e=o(n.mark((function e(){var t,o,s,i,r,p,l,a,m,c;return n.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=void 0===(null==Se?void 0:Se.isSynced)||(null==Se?void 0:Se.isSynced),o=!0,!t){e.next=19;break}if(i=Jt[B]||[],r=((null==Se?void 0:Se.selectedWellIds)||[]).every((function(e){return i.includes(e)})),i.length===(null==Se||null===(s=Se.selectedWellIds)||void 0===s?void 0:s.length)&&r){e.next=16;break}return e.next=8,Z(i,Xe);case 8:p=e.sent,l=p.slice(0,ke+1).map((function(e){return e.id})),l=p.slice(0,We+1).map((function(e){return e.id})),a=ue(ue({},Se),{},{subjectWellId:Xe,selectedWellIds:l,offsetWellsLimited:He<=l.length}),m=p.filter((function(e){return l.includes(e.id)})),ye(a,m),e.next=17;break;case 16:o=!1;case 17:e.next=20;break;case 19:o=!1;case 20:if(o){e.next=25;break}return e.next=23,Z((null==Se?void 0:Se.selectedWellIds)||[],Xe);case 23:c=e.sent,ye(Se,c);case 25:case"end":return e.stop()}}),e)}))),function(){return e.apply(this,arguments)});Be&&Nt&&Se&&Jt&&(t(),Rt(!1))}),[Se,Jt,Xe,He,Be]);var to=b(qe,null==Se?void 0:Se.metricsKeys),oo=s(to,2),so=oo[0],no=oo[1],io=A(qe,zt,qt,Jt,Xe,so),ro=g(io);p((function(){if(io&&qt){var e=io.find((function(e){return e.id===Xe}));if(e){var o=qt.filter((function(e){return e.value!==B})).map((function(e){return e.label})),s=ue(ue({},e),o.length>0&&t({},F.wellSection,o));dt(s)}else dt(null)}}),[qt,io]);var po=D(so),lo=S(io,Ye);p((function(){if(lo)if(nt.current){var e=io.filter((function(e){return((null==Se?void 0:Se.selectedWellIds)||[]).includes(e.id)}));ct&&(e=e.concat(ct)),lt(c(e,"id")),nt.current=!1}else lt((function(e){var t=(lo||[]).filter((function(t){return!!e.find((function(e){var o=e.id;return t.id===o}))}));return ct&&(t=t.concat(ct)),c(t,"id")}))}),[io,lo,null==Se?void 0:Se.selectedWellIds]);var ao=I(ct,lo,pt,Ct,nt.current),mo=s(ao,5),co=mo[0],uo=mo[1],jo=mo[2],fo=mo[3],Co=mo[4],vo=l((function(e,t,o){var s;s=o===K.well.name?t:t.reduce((function(e,t){var o,s=null===(o=io.find((function(e){return e.id===t})))||void 0===o?void 0:o.rigName,n=io.filter((function(e){return e.rigName===s})).map((function(e){return e.id}));return e.concat(n)}),[]);var n=io.filter((function(e){var t=e.id;return s.includes(t)}));e?(n=n.slice(0,Math.min(n.length,He-pt.length)),lt((function(e){return c(e.concat(n),"id")}))):lt((function(e){return d(e.filter((function(e){var t=e.id;return!n.find((function(e){return e.id===t}))})))}))}),[io,pt]),Ao=l((function(){Dt(!0)}),[]),ho=l((function(e){no(e)}),[]),bo=l((function(t,o){lt(o?function(o){return[].concat(e(o),[t])}:function(e){return e.filter((function(e){return e.id!==t.id}))})}),[]),go=l((function(e){if(e){var t=ct?lo.concat(ct):lo,o=u(c(t,"id"),"distance");lt(o.slice(0,He))}else lt(ct?[ct]:[])}),[lo,ct,He]),So=function(e){if(Jt){var t=(null==io?void 0:io.filter((function(t){var o;return null===(o=Jt[e])||void 0===o?void 0:o.includes(t.id)})))||[],o=u(t,"distance");lt(o.slice(0,ke))}else lt(ct?[ct]:[])},Io=l((function(e){st(e),So(e)}),[So]),Do=a((function(){return pt.find((function(e){return e.id===Xe}))?pt.length-1:pt.length}),[pt,Xe]),To=a((function(){if(!Jt)return!1;var e=pt.map((function(e){return e.id})),t=Jt[ot]||[];return Math.min(t.length,ke)===e.length&&e.every((function(e){return t.includes(e)}))}),[Jt,pt,ot,ke]),yo=a((function(){return!!_t&&O.includes(_t)}),[_t]),xo=a((function(){return yo?"IDAS generated offsets.":he?"Offset Selection App.":"WellHub."}),[yo,he]),Vo=function(){var e=(io||[]).filter((function(e){return((null==Se?void 0:Se.selectedWellIds)||[]).includes(e.id)}));ct&&(e=e.concat(ct)),lt(c(e,"id"));var t=ue(ue({},Se),{},{mapHidden:Ke,filterExpanded:Ge});ye(t),$e((null==Se?void 0:Se.filters)||{}),st((null==Se?void 0:Se.wellSection)||B),Te()},Po=a((function(){return!To||(!(j(Ye)||!Ye[M.sideTracks])||ot!==B)}),[To,Ye,ot]),Wo=function(){$e({}),st(B),So(B)},Bo=!io||!qt||!Co||Vt===E.none,Eo=i(!1),wo=s(Eo,2),Fo=wo[0],Oo=wo[1],Mo=i(L),Lo=s(Mo,2),ko=Lo[0],Ho=Lo[1],No=i([]),Ro=s(No,2),Go=Ro[0],zo=Ro[1];p((function(){if(Co){var e=Co.slice(0,ko);zo(e)}}),[Co,ko,ct]),p((function(){Yt===k.SUCCEEDED?me("Re-sync wells from IDAS was successful"):Yt===k.FAILED&&ce("Re-sync wells from IDAS failed")}),[Yt]),p((function(){Yt===k.SUCCEEDED&&Wo()}),[Jt]);return J(ie,{open:Ae,onClose:Vo,title:Q(y,{isWDUser:he,viewType:Vt,totalCount:null!==(fe=null==io?void 0:io.length)&&void 0!==fe?fe:0,selectedCount:Do,isViewOnly:De,maxOffsetWellNumber:He}),isMobile:Vt===E.mobile,contentContainerClassName:m(X.offsetWellDialog),contentClassName:m(X.contentContainer,(Ce={},t(Ce,X.smallContainer,Vt===E.small),t(Ce,X.contentContainerMobile,Vt===E.mobile),Ce)),actionsClassName:X.modalActions,actions:!De&&J("div",{className:X.actionsWrapper,children:[!Bo&&Po?Q(le,{placement:"bottom-start",title:"Reset to Synced Offsets in ".concat(he?"Offset App":"Wellhub"),children:Q("div",{children:Q(pe,{"data-testid":"".concat(je,"_reset"),onClick:Wo,color:"primary",startIcon:Vt!==E.mobile&&Q(f,{}),classes:Vt===E.mobile&&{root:X.resetButtonMobile},children:Vt!==E.mobile?"Reset":Q(f,{})})})}):Q("div",{className:Vt===E.mobile&&X.infoIconContainer,children:Vt!==E.mobile?J(Y,{children:[Q("span",{className:m(oe.regular12,oe.colors.t6),children:"The offset list is being automatically populated by "}),Q("span",{className:m(oe.medium12,oe.colors.t6),children:xo})]}):Q(le,{title:J("div",{children:[Q("span",{className:m(oe.regular12,oe.colors.t1),children:"The offset list is being automatically populated by "}),Q("span",{className:m(oe.medium12,oe.colors.t1),children:xo})]}),enterTouchDelay:0,leaveTouchDelay:H,children:Q(C,{className:X.infoIcon})})}),J("div",{className:X.buttonGap,children:[Q(pe,{"data-testid":"".concat(je,"_cancel"),onClick:Vo,color:"primary",children:"Cancel"}),J(pe,{"data-testid":"".concat(je,"_selectedWells"),variant:"contained",color:"primary",onClick:function(){Te();var e=ue(ue({},Se),{},{companyId:qe,subjectWellId:Xe,selectedWellIds:pt.map((function(e){return e.id})),filters:Ye,metricsKeys:so,wellSection:ot,isSynced:To,mapHidden:Ke,filterExpanded:Ge,offsetWellsLimited:Ot});ye(e,pt)},children:["Select (",Do,")"]})]})]}),children:[Q($,{}),Bo?Q(re,{fullscreen:!1}):J("div",{className:m(X.contentWrapper),ref:Tt,children:[Vt===E.mobile&&J("div",{className:m(X.countContainer,t({},X.countContainerMobile,Vt===E.mobile)),children:[Q(se,{className:X.totalLabel,children:"Total:"}),Q(se,{"data-testid":"".concat(je,"_totalWells"),className:X.countValue,children:io.length}),Q(se,{className:X.selectedLabel,children:"Selected:"}),Q(se,{"data-testid":"".concat(je,"_selected"),className:X.countValue,children:Do}),Q(le,{title:"App can’t process more than (".concat(He-1,") Offset Wells."),placement:"right",children:J(ne,{"data-testid":"".concat(je,"_maxOffsetSize"),className:X.maxOffsetSize,children:["/",He-1]})})]}),Vt===E.normal&&Q(x,{isViewOnly:De,isXtoProvider:yo,viewType:Vt,filters:Ye,setFilters:$e,isFilterExpanded:Ge,setIsFilterExpanded:ze,isMapHidden:Ke,setIsMapHidden:Ze,resyncStatus:Yt,setResyncStatus:$t}),wt&&Q("div",{className:X.topGradient,style:{top:Mt}}),J("div",{className:m(X.content,(ve={},t(ve,X.contentMobile,Vt===E.mobile),t(ve,X.contentiOSMobile,q()===N),ve)),onScroll:function(e){return function(e){e.target&&(It&&(e.target.scrollLeft=0,Dt(!1)),e.target.scrollLeft<=5&&Fo&&Oo(!1),e.target.scrollLeft>5&&!Fo&&Oo(!0),e.target.scrollTop<=5&&wt&&Ft(!1),e.target.scrollTop>5&&!wt&&Ft(!0),e.target.scrollHeight!==e.target.offsetHeight&&Math.round(e.target.scrollTop+e.target.offsetHeight+2)>=e.target.scrollHeight&&ko<Co.length&&Ho((function(e){return e+L})))}(e)},children:[Vt!==E.normal&&Q(x,{isViewOnly:De,isXtoProvider:yo,viewType:Vt,filters:Ye,setFilters:$e,isFilterExpanded:Ge,setIsFilterExpanded:ze,isMapHidden:Ke,setIsMapHidden:Ze,resyncStatus:Yt,setResyncStatus:$t}),!Ke&&Ae&&Q(P,{isViewOnly:De,mapHidden:Ke,subjectWell:ct,offsetWellIds:pt.map((function(e){return e.id})),wells:lo,radius:Ye[M.radius],handleChangeOffsetWell:bo,activeWellId:Me,viewType:Vt}),Q(V,{isHidden:!Ge,isWDUser:he,filterOptions:ro,filters:Ye,wellSections:qt,selectedWellSection:ot,subjectWell:ct,onChangeFilters:function(e){Ct(!0),setTimeout((function(){return $e(e)}),0)},onChangeBicWells:Io}),Q(W,{open:Ae,isTableLoading:ft,companyId:qe,subjectWellId:Xe,sortBy:co,setSortBy:uo,sortDirection:jo,setSortDirection:fo,columnsWithDict:po,wells:Go,metricsKeys:so,setMetricsKeys:ho,handleChangeOffsetWell:bo,handleChangeAllOffsetWells:go,handleAddRemoveAssets:vo,isWellNameExpand:ht,setIsWellNameExpand:bt,isHScrollMoved:Fo,onHideAdvancedSearch:Ao,isViewOnly:De,isLastWell:Co.length<=ko,contentRef:Tt,isLimitedOffsetWells:Ot,maxOffsetWellNumber:He,wellSections:qt,setActiveWellId:Le,viewType:Vt,isWDUser:he,taScores:eo})]}),De&&J("div",{className:X.viewOnlyInfoContainer,children:[Q("span",{className:m(oe.regular12,oe.colors.t6),children:"The offset list is being automatically populated by "}),Q("span",{className:m(oe.medium12,oe.colors.t6),children:xo})]})]})]})};export{fe as default};
|