@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,128 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import WarningIcon from '@material-ui/icons/Warning';
|
|
3
|
-
import DoneIcon from '@material-ui/icons/Done';
|
|
4
|
-
import ErrorIcon from '@material-ui/icons/Error';
|
|
5
|
-
import CheckCircleIcon from '@material-ui/icons/CheckCircle';
|
|
6
|
-
import { DangerousIcon } from '../Icons/DangerousIcon.js';
|
|
7
|
-
|
|
8
|
-
var _BADGE_ICONS;
|
|
9
|
-
var MAX_MOBILE_WIDTH = 959;
|
|
10
|
-
var ALERT_STATUSES = {
|
|
11
|
-
FLAGGED: 'flagged',
|
|
12
|
-
EXPIRED: 'expired',
|
|
13
|
-
RESOLVED: 'resolved',
|
|
14
|
-
OPEN: 'open',
|
|
15
|
-
INVESTIGATION: 'investigation',
|
|
16
|
-
ON_HOLD: 'on hold'
|
|
17
|
-
};
|
|
18
|
-
var ALERT_ICONS = {
|
|
19
|
-
Missing: DangerousIcon,
|
|
20
|
-
Issue: ErrorIcon,
|
|
21
|
-
Resolved: CheckCircleIcon
|
|
22
|
-
};
|
|
23
|
-
var ALERT_STATES = {
|
|
24
|
-
missing: 'Missing',
|
|
25
|
-
issue: 'Issue'
|
|
26
|
-
};
|
|
27
|
-
var BADGE_ICON_STATUSES = {
|
|
28
|
-
success: 'success',
|
|
29
|
-
warning: 'warning',
|
|
30
|
-
issue: 'issue',
|
|
31
|
-
error: 'error',
|
|
32
|
-
resolved: 'resolved'
|
|
33
|
-
};
|
|
34
|
-
var BADGE_ICONS = (_BADGE_ICONS = {}, _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.success, DoneIcon), _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.warning, WarningIcon), _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.issue, ErrorIcon), _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.error, DangerousIcon), _defineProperty(_BADGE_ICONS, BADGE_ICON_STATUSES.resolved, CheckCircleIcon), _BADGE_ICONS);
|
|
35
|
-
var WARNING = 'Recommendations may be incorrect based on data quality errors';
|
|
36
|
-
var METADATA = {
|
|
37
|
-
recordProvider: 'corva',
|
|
38
|
-
recordCollections: {
|
|
39
|
-
wellnessAlerts: 'wellness_alerts',
|
|
40
|
-
wcuRuleMapping: 'wcu_rule_mapping',
|
|
41
|
-
wellnessRuleSettings: 'wellness_rule_settings',
|
|
42
|
-
wcuRulesCheckTime: 'wcu-rule-check-time'
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
var DATA_QUALITY_CHECK_PASSED = 'Data quality check passed';
|
|
46
|
-
var DIRECTIONAL_DIVERGENCE_APP_ID_QA = 188;
|
|
47
|
-
var RIG_OPERATIONS_APP_ID_QA = 216;
|
|
48
|
-
var ASSET_STATUS_APP_ID_QA = 237;
|
|
49
|
-
var TVS_VS_MD_APP_ID_QA = 357;
|
|
50
|
-
var STAGE_DESIGN_V_ACTUAL_APP_ID_QA = 358;
|
|
51
|
-
var PRESSURE_RATE_COMPARISON_APP_ID_QA = 359;
|
|
52
|
-
var WELL_COMPARISON_APP_ID_QA = 360;
|
|
53
|
-
var ACTIVITY_DETECTION_APP_ID_QA = 361;
|
|
54
|
-
var TIME_ANALYSIS_APP_ID_QA = 370;
|
|
55
|
-
var NPT_EVENTS_APP_ID_QA = 373;
|
|
56
|
-
var TRIPPING_SPEEDS_APP_ID_QA = 375;
|
|
57
|
-
var WIRELINE_TRACES_APP_ID_QA = 382;
|
|
58
|
-
var SWAP_OVER_TIMES_APP_ID_QA = 389;
|
|
59
|
-
var FLUSH_APP_ID_QA = 391;
|
|
60
|
-
var DRILLOUT_PARAMETER_SHEET_APP_ID_QA = 392;
|
|
61
|
-
var PAD_METRICS_APP_ID_QA = 397;
|
|
62
|
-
var KPI_VISUALIZER_APP_ID_QA = 406;
|
|
63
|
-
var DRILLOUT_TRACES_APP_ID_QA = 418;
|
|
64
|
-
|
|
65
|
-
// Drilling Prod Apps:
|
|
66
|
-
var DRILLING_ASSET_STATUS_APP_ID_PROD = 84;
|
|
67
|
-
var DRILLING_RIG_OPERATIONS_APP_ID_PROD = 32;
|
|
68
|
-
var DRILLING_KPI_VISUALIZER_APP_ID_PROD = 196;
|
|
69
|
-
var DRILLING_ROP_HEATMAP_APP_ID_PROD = 34;
|
|
70
|
-
var DRILLING_LEADERBOARD_APP_ID_PROD = 224;
|
|
71
|
-
var DRILLING_TRIPPING_SPEEDS_APP_ID_PROD = 139;
|
|
72
|
-
var DRILLING_TRACES_APP_ID_PROD = 80;
|
|
73
|
-
var DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_PROD = 104;
|
|
74
|
-
var DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_PROD = 24;
|
|
75
|
-
var DRILLING_BHA_OPTIMIZATION_APP_ID_PROD = 131;
|
|
76
|
-
var DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_PROD = 40;
|
|
77
|
-
var DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_PROD = 63;
|
|
78
|
-
var DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_PROD = 124;
|
|
79
|
-
var DRILLING_SURGE_AND_SWAB_APP_ID_PROD = 121;
|
|
80
|
-
var DRILLING_BUCKLING_LOAD_APP_ID_PROD = 24;
|
|
81
|
-
var DRILLING_CIRCULATING_PRESSURE_APP_ID_PROD = 63;
|
|
82
|
-
var DRILLING_SLIDE_SHEET_APP_ID_PROD = 44;
|
|
83
|
-
|
|
84
|
-
// Drilling QA Apps:
|
|
85
|
-
var DRILLING_ASSET_STATUS_APP_ID_QA = 237;
|
|
86
|
-
var DRILLING_RIG_OPERATIONS_APP_ID_QA = 216;
|
|
87
|
-
var DRILLING_KPI_VISUALIZER_APP_ID_QA = 406;
|
|
88
|
-
var DRILLING_ROP_HEATMAP_APP_ID_QA = 182;
|
|
89
|
-
var DRILLING_LEADERBOARD_APP_ID_QA = 437;
|
|
90
|
-
var DRILLING_TRIPPING_SPEEDS_APP_ID_QA = 375;
|
|
91
|
-
var DRILLING_TRACES_APP_ID_QA = 238;
|
|
92
|
-
var DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_QA = 310;
|
|
93
|
-
var DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_QA = 175;
|
|
94
|
-
var DRILLING_BHA_OPTIMIZATION_APP_ID_QA = 34599;
|
|
95
|
-
var DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_QA = 188;
|
|
96
|
-
var DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_QA = 207;
|
|
97
|
-
var DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_QA = 329;
|
|
98
|
-
var DRILLING_SURGE_AND_SWAB_APP_ID_QA = 328;
|
|
99
|
-
var DRILLING_BUCKLING_LOAD_APP_ID_QA = 175;
|
|
100
|
-
var DRILLING_CIRCULATING_PRESSURE_APP_ID_QA = 207;
|
|
101
|
-
var DRILLING_SLIDE_SHEET_APP_ID_QA = 192;
|
|
102
|
-
var ENABLING_ON_QA_APP_IDS_LIST = [DIRECTIONAL_DIVERGENCE_APP_ID_QA, TVS_VS_MD_APP_ID_QA, RIG_OPERATIONS_APP_ID_QA, ASSET_STATUS_APP_ID_QA, NPT_EVENTS_APP_ID_QA, STAGE_DESIGN_V_ACTUAL_APP_ID_QA, PRESSURE_RATE_COMPARISON_APP_ID_QA, WELL_COMPARISON_APP_ID_QA, ACTIVITY_DETECTION_APP_ID_QA, TIME_ANALYSIS_APP_ID_QA, TRIPPING_SPEEDS_APP_ID_QA, WIRELINE_TRACES_APP_ID_QA, SWAP_OVER_TIMES_APP_ID_QA, FLUSH_APP_ID_QA, DRILLOUT_PARAMETER_SHEET_APP_ID_QA, PAD_METRICS_APP_ID_QA, KPI_VISUALIZER_APP_ID_QA, DRILLOUT_TRACES_APP_ID_QA,
|
|
103
|
-
// Drilling Apps:
|
|
104
|
-
DRILLING_ASSET_STATUS_APP_ID_QA, DRILLING_RIG_OPERATIONS_APP_ID_QA, DRILLING_KPI_VISUALIZER_APP_ID_QA, DRILLING_ROP_HEATMAP_APP_ID_QA, DRILLING_LEADERBOARD_APP_ID_QA, DRILLING_TRIPPING_SPEEDS_APP_ID_QA, DRILLING_TRACES_APP_ID_QA, DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_QA, DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_QA, DRILLING_BHA_OPTIMIZATION_APP_ID_QA, DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_QA, DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_QA, DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_QA, DRILLING_SURGE_AND_SWAB_APP_ID_QA, DRILLING_BUCKLING_LOAD_APP_ID_QA, DRILLING_CIRCULATING_PRESSURE_APP_ID_QA, DRILLING_SLIDE_SHEET_APP_ID_QA];
|
|
105
|
-
var DIRECTIONAL_DIVERGENCE_APP_ID_PROD = 40;
|
|
106
|
-
var TVS_VS_MD_APP_ID_PROD = 156;
|
|
107
|
-
var RIG_OPERATIONS_APP_ID_PROD = 32;
|
|
108
|
-
var ASSET_STATUS_APP_ID_PROD = 84;
|
|
109
|
-
var NPT_EVENTS_APP_ID_PROD = 137;
|
|
110
|
-
var STAGE_DESIGN_V_ACTUAL_APP_ID_PROD = 157;
|
|
111
|
-
var PRESSURE_RATE_COMPARISON_APP_ID_PROD = 158;
|
|
112
|
-
var WELL_COMPARISON_APP_ID_PROD = 160;
|
|
113
|
-
var ACTIVITY_DETECTION_APP_ID_PROD = 159;
|
|
114
|
-
var TIME_ANALYSIS_APP_ID_PROD = 164;
|
|
115
|
-
var TRIPPING_SPEEDS_APP_ID_PROD = 139;
|
|
116
|
-
var WIRELINE_TRACES_APP_ID_PROD = 168;
|
|
117
|
-
var SWAP_OVER_TIMES_APP_ID_PROD = 178;
|
|
118
|
-
var FLUSH_APP_ID_PROD = 181;
|
|
119
|
-
var DRILLOUT_PARAMETER_SHEET_APP_ID_PROD = 183;
|
|
120
|
-
var PAD_METRICS_APP_ID_PROD = 187;
|
|
121
|
-
var KPI_VISUALIZER_APP_ID_PROD = 196;
|
|
122
|
-
var DRILLOUT_TRACES_APP_ID_PROD = 208;
|
|
123
|
-
var ENABLING_ON_PROD_APP_IDS_LIST = [DIRECTIONAL_DIVERGENCE_APP_ID_PROD, TVS_VS_MD_APP_ID_PROD, RIG_OPERATIONS_APP_ID_PROD, ASSET_STATUS_APP_ID_PROD, NPT_EVENTS_APP_ID_PROD, STAGE_DESIGN_V_ACTUAL_APP_ID_PROD, PRESSURE_RATE_COMPARISON_APP_ID_PROD, WELL_COMPARISON_APP_ID_PROD, ACTIVITY_DETECTION_APP_ID_PROD, TIME_ANALYSIS_APP_ID_PROD, TRIPPING_SPEEDS_APP_ID_PROD, WIRELINE_TRACES_APP_ID_PROD, SWAP_OVER_TIMES_APP_ID_PROD, FLUSH_APP_ID_PROD, DRILLOUT_PARAMETER_SHEET_APP_ID_PROD, PAD_METRICS_APP_ID_PROD, KPI_VISUALIZER_APP_ID_PROD, DRILLOUT_TRACES_APP_ID_PROD,
|
|
124
|
-
// Drilling Apps:
|
|
125
|
-
DRILLING_ASSET_STATUS_APP_ID_PROD, DRILLING_RIG_OPERATIONS_APP_ID_PROD, DRILLING_KPI_VISUALIZER_APP_ID_PROD, DRILLING_ROP_HEATMAP_APP_ID_PROD, DRILLING_LEADERBOARD_APP_ID_PROD, DRILLING_TRIPPING_SPEEDS_APP_ID_PROD, DRILLING_TRACES_APP_ID_PROD, DRILLING_TOOLFACE_VS_MEASURED_DEPTH_APP_ID_PROD, DRILLING_BUCKLING_LOAD_ANALYSIS_APP_ID_PROD, DRILLING_BHA_OPTIMIZATION_APP_ID_PROD, DRILLING_DIRECTIONAL_DIVERGENCE_APP_ID_PROD, DRILLING_CIRCULATING_PRESSURE_TREND_APP_ID_PROD, DRILLING_ROTARY_TREND_ANALYSIS_APP_ID_PROD, DRILLING_SURGE_AND_SWAB_APP_ID_PROD, DRILLING_BUCKLING_LOAD_APP_ID_PROD, DRILLING_CIRCULATING_PRESSURE_APP_ID_PROD, DRILLING_SLIDE_SHEET_APP_ID_PROD];
|
|
126
|
-
|
|
127
|
-
export { ALERT_ICONS, ALERT_STATES, ALERT_STATUSES, BADGE_ICONS, BADGE_ICON_STATUSES, DATA_QUALITY_CHECK_PASSED, ENABLING_ON_PROD_APP_IDS_LIST, ENABLING_ON_QA_APP_IDS_LIST, MAX_MOBILE_WIDTH, METADATA, WARNING };
|
|
128
|
-
//# sourceMappingURL=constants.js.map
|
|
1
|
+
import e from"@material-ui/icons/Warning";import s from"@material-ui/icons/Done";import r from"@material-ui/icons/Error";import i from"@material-ui/icons/CheckCircle";import{DangerousIcon as o}from"../Icons/DangerousIcon.js";var n,l=959,a={FLAGGED:"flagged",EXPIRED:"expired",RESOLVED:"resolved",OPEN:"open",INVESTIGATION:"investigation",ON_HOLD:"on hold"},c={Missing:o,Issue:r,Resolved:i},t={missing:"Missing",issue:"Issue"},u={success:"success",warning:"warning",issue:"issue",error:"error",resolved:"resolved"},m=((n={})[u.success]=s,n[u.warning]=e,n[u.issue]=r,n[u.error]=o,n[u.resolved]=i,n),d="Recommendations may be incorrect based on data quality errors",g={recordProvider:"corva",recordCollections:{wellnessAlerts:"wellness_alerts",wcuRuleMapping:"wcu_rule_mapping",wellnessRuleSettings:"wellness_rule_settings",wcuRulesCheckTime:"wcu-rule-check-time"}},p="Data quality check passed",w=[188,357,216,237,373,358,359,360,361,370,375,382,389,391,392,397,406,418,237,216,406,182,437,375,238,310,175,34599,188,207,329,328,175,207,192],v=[40,156,32,84,137,157,158,160,159,164,139,168,178,181,183,187,196,208,84,32,196,34,224,139,80,104,24,131,40,63,124,121,24,63,44];export{c as ALERT_ICONS,t as ALERT_STATES,a as ALERT_STATUSES,m as BADGE_ICONS,u as BADGE_ICON_STATUSES,p as DATA_QUALITY_CHECK_PASSED,v as ENABLING_ON_PROD_APP_IDS_LIST,w as ENABLING_ON_QA_APP_IDS_LIST,l as MAX_MOBILE_WIDTH,g as METADATA,d as WARNING};
|
|
@@ -1,240 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { useState, useRef, useEffect } from 'react';
|
|
3
|
-
import moment from 'moment';
|
|
4
|
-
import classNames from 'classnames';
|
|
5
|
-
import { makeStyles, Typography } from '@material-ui/core';
|
|
6
|
-
import { Tooltip } from '../Tooltip/Tooltip.js';
|
|
7
|
-
import '../Tooltip/ScrollableTooltip.js';
|
|
8
|
-
import { isInsideNewMobileApp } from '../../utils/mobileDetect.js';
|
|
9
|
-
import { WARNING, BADGE_ICON_STATUSES, MAX_MOBILE_WIDTH } from './constants.js';
|
|
10
|
-
import { DQStatusIcon } from './components/DQStatusIcon.js';
|
|
11
|
-
import { DQUnvalidatedContent } from './components/DQUnvalidatedContent.js';
|
|
12
|
-
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
13
|
-
|
|
14
|
-
var PAGE_NAME = 'Status_badge';
|
|
15
|
-
var DEFAULT_TOOLTIP_MAX_HEIGHT = window.innerHeight - 212;
|
|
16
|
-
var useStyles = makeStyles(function (theme) {
|
|
17
|
-
return {
|
|
18
|
-
statusBadgeWrapper: {
|
|
19
|
-
backgroundColor: isInsideNewMobileApp ? 'transparent' : theme.palette.background.b4,
|
|
20
|
-
display: 'flex',
|
|
21
|
-
height: 30
|
|
22
|
-
},
|
|
23
|
-
statusBadgeContent: {
|
|
24
|
-
display: 'flex',
|
|
25
|
-
padding: function padding(_ref) {
|
|
26
|
-
var isSuccessTypeIcon = _ref.isSuccessTypeIcon,
|
|
27
|
-
isErrorTypeIcon = _ref.isErrorTypeIcon,
|
|
28
|
-
isIssueTypeIcon = _ref.isIssueTypeIcon;
|
|
29
|
-
return "12px 0 2px ".concat(isSuccessTypeIcon || isErrorTypeIcon || isIssueTypeIcon ? 6 : 2, "px");
|
|
30
|
-
},
|
|
31
|
-
whiteSpace: 'nowrap',
|
|
32
|
-
width: 'calc(100% - 140px)'
|
|
33
|
-
},
|
|
34
|
-
text: {
|
|
35
|
-
fontSize: '10px',
|
|
36
|
-
lineHeight: '12px',
|
|
37
|
-
alignSelf: 'center'
|
|
38
|
-
},
|
|
39
|
-
timestamp: {
|
|
40
|
-
color: theme.palette.primary.text6,
|
|
41
|
-
marginLeft: function marginLeft(_ref2) {
|
|
42
|
-
var isIconExist = _ref2.isIconExist;
|
|
43
|
-
return isIconExist && 4;
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
warningMessage: {
|
|
47
|
-
color: theme.palette.primary.text1,
|
|
48
|
-
marginLeft: 4,
|
|
49
|
-
textOverflow: 'ellipsis',
|
|
50
|
-
overflow: 'hidden',
|
|
51
|
-
fontSize: '12px'
|
|
52
|
-
},
|
|
53
|
-
badgeIconWarning: {
|
|
54
|
-
marginLeft: 8
|
|
55
|
-
},
|
|
56
|
-
popper: {
|
|
57
|
-
zIndex: function zIndex(_ref3) {
|
|
58
|
-
var maximized = _ref3.maximized;
|
|
59
|
-
return maximized ? 500 : 400;
|
|
60
|
-
},
|
|
61
|
-
// can not be more than app's fullscreen modal
|
|
62
|
-
'& .MuiTooltip-tooltip': {
|
|
63
|
-
position: 'absolute',
|
|
64
|
-
bottom: function bottom(_ref4) {
|
|
65
|
-
var tooltipPlacement = _ref4.tooltipPlacement;
|
|
66
|
-
return tooltipPlacement.includes('top') ? 0 : 'auto';
|
|
67
|
-
},
|
|
68
|
-
top: function top(_ref5) {
|
|
69
|
-
var tooltipPlacement = _ref5.tooltipPlacement;
|
|
70
|
-
return tooltipPlacement.includes('bottom') ? 0 : 'auto';
|
|
71
|
-
},
|
|
72
|
-
left: function left(_ref6) {
|
|
73
|
-
var tooltipPlacement = _ref6.tooltipPlacement;
|
|
74
|
-
return tooltipPlacement.includes('right') ? 0 : 'auto';
|
|
75
|
-
},
|
|
76
|
-
right: function right(_ref7) {
|
|
77
|
-
var tooltipPlacement = _ref7.tooltipPlacement;
|
|
78
|
-
return tooltipPlacement.includes('left') ? 0 : 'auto';
|
|
79
|
-
},
|
|
80
|
-
width: 'max-content',
|
|
81
|
-
transformOrigin: 'center top',
|
|
82
|
-
maxWidth: 'none',
|
|
83
|
-
padding: 4,
|
|
84
|
-
fontSize: 12,
|
|
85
|
-
boxShadow: 'none',
|
|
86
|
-
fontWeight: 400,
|
|
87
|
-
lineHeight: '16px',
|
|
88
|
-
letterSpacing: 0,
|
|
89
|
-
backgroundColor: theme.palette.background.b9
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
DQIconWrapper: {
|
|
93
|
-
display: 'flex',
|
|
94
|
-
alignItems: 'center',
|
|
95
|
-
alignSelf: 'center',
|
|
96
|
-
justifyContent: 'center',
|
|
97
|
-
height: 24,
|
|
98
|
-
width: 24,
|
|
99
|
-
minWidth: 24,
|
|
100
|
-
borderRadius: 12,
|
|
101
|
-
'&:hover': {
|
|
102
|
-
backgroundColor: function backgroundColor(_ref8) {
|
|
103
|
-
var isErrorTypeIcon = _ref8.isErrorTypeIcon,
|
|
104
|
-
isSuccessTypeIcon = _ref8.isSuccessTypeIcon,
|
|
105
|
-
isIssueTypeIcon = _ref8.isIssueTypeIcon;
|
|
106
|
-
if (isErrorTypeIcon) return 'rgba(244, 67, 54, 0.1)';
|
|
107
|
-
if (isSuccessTypeIcon) return 'rgba(117, 219, 41, 0.2)';
|
|
108
|
-
if (isIssueTypeIcon) return 'rgba(255, 193, 7, 0.16)';
|
|
109
|
-
return 'transparent';
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
};
|
|
114
|
-
});
|
|
115
|
-
var StatusBadge = function StatusBadge(_ref9) {
|
|
116
|
-
var _ref9$assetsData = _ref9.assetsData,
|
|
117
|
-
assetsData = _ref9$assetsData === void 0 ? {} : _ref9$assetsData,
|
|
118
|
-
_ref9$setAssetsData = _ref9.setAssetsData,
|
|
119
|
-
setAssetsData = _ref9$setAssetsData === void 0 ? function () {} : _ref9$setAssetsData,
|
|
120
|
-
appWidth = _ref9.appWidth,
|
|
121
|
-
_ref9$DQIssueTooltipM = _ref9.DQIssueTooltipMaxHeight,
|
|
122
|
-
DQIssueTooltipMaxHeight = _ref9$DQIssueTooltipM === void 0 ? DEFAULT_TOOLTIP_MAX_HEIGHT : _ref9$DQIssueTooltipM,
|
|
123
|
-
iconType = _ref9.iconType,
|
|
124
|
-
className = _ref9.className,
|
|
125
|
-
lastTimestamp = _ref9.lastTimestamp,
|
|
126
|
-
warningData = _ref9.warningData,
|
|
127
|
-
hasSubscriptionsData = _ref9.hasSubscriptionsData,
|
|
128
|
-
maximized = _ref9.maximized,
|
|
129
|
-
statusBadgeContentClassName = _ref9.statusBadgeContentClassName,
|
|
130
|
-
_ref9$tooltipPlacemen = _ref9.tooltipPlacement,
|
|
131
|
-
tooltipPlacement = _ref9$tooltipPlacemen === void 0 ? 'top-start' : _ref9$tooltipPlacemen;
|
|
132
|
-
var _useState = useState(false),
|
|
133
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
134
|
-
isTooltipOpen = _useState2[0],
|
|
135
|
-
setIsTooltipOpen = _useState2[1];
|
|
136
|
-
var tooltipRef = useRef(null);
|
|
137
|
-
var warningMessage = warningData === null || warningData === void 0 ? void 0 : warningData.message;
|
|
138
|
-
var isErrorTypeIcon = iconType === BADGE_ICON_STATUSES.error;
|
|
139
|
-
var isSuccessTypeIcon = iconType === BADGE_ICON_STATUSES.success;
|
|
140
|
-
var isIssueTypeIcon = iconType === BADGE_ICON_STATUSES.issue;
|
|
141
|
-
var isMobile = appWidth < MAX_MOBILE_WIDTH;
|
|
142
|
-
var classes = useStyles({
|
|
143
|
-
isIconExist: !!iconType,
|
|
144
|
-
isSuccessTypeIcon: isSuccessTypeIcon,
|
|
145
|
-
isErrorTypeIcon: isErrorTypeIcon,
|
|
146
|
-
isIssueTypeIcon: isIssueTypeIcon,
|
|
147
|
-
maximized: maximized,
|
|
148
|
-
tooltipPlacement: tooltipPlacement
|
|
149
|
-
});
|
|
150
|
-
var leaveTimeoutRef = useRef(null);
|
|
151
|
-
var handleClick = function handleClick(event) {
|
|
152
|
-
if (tooltipRef.current && !tooltipRef.current.contains(event.target)) setIsTooltipOpen(false);
|
|
153
|
-
};
|
|
154
|
-
useEffect(function () {
|
|
155
|
-
return function () {
|
|
156
|
-
setAssetsData({
|
|
157
|
-
hasSubscriptionsData: false
|
|
158
|
-
});
|
|
159
|
-
};
|
|
160
|
-
}, []);
|
|
161
|
-
useEffect(function () {
|
|
162
|
-
document.addEventListener('click', handleClick);
|
|
163
|
-
return function () {
|
|
164
|
-
document.removeEventListener('click', handleClick);
|
|
165
|
-
clearTimeout(leaveTimeoutRef.current);
|
|
166
|
-
};
|
|
167
|
-
}, []);
|
|
168
|
-
var handleMouseEnter = function handleMouseEnter() {
|
|
169
|
-
clearTimeout(leaveTimeoutRef.current);
|
|
170
|
-
setIsTooltipOpen(true);
|
|
171
|
-
};
|
|
172
|
-
var handleMouseLeave = function handleMouseLeave(_) {
|
|
173
|
-
var delay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 700;
|
|
174
|
-
leaveTimeoutRef.current = setTimeout(function () {
|
|
175
|
-
return setIsTooltipOpen(false);
|
|
176
|
-
}, delay);
|
|
177
|
-
};
|
|
178
|
-
useEffect(function () {
|
|
179
|
-
if (!hasSubscriptionsData) return;
|
|
180
|
-
handleMouseEnter();
|
|
181
|
-
handleMouseLeave(null, 10000);
|
|
182
|
-
}, [JSON.stringify(assetsData)]);
|
|
183
|
-
return /*#__PURE__*/jsx("div", {
|
|
184
|
-
"data-testid": PAGE_NAME,
|
|
185
|
-
className: classNames(classes.statusBadgeWrapper, "c-status-badge--".concat(iconType), className),
|
|
186
|
-
children: /*#__PURE__*/jsxs("div", {
|
|
187
|
-
className: classNames(classes.statusBadgeContent, statusBadgeContentClassName),
|
|
188
|
-
ref: tooltipRef,
|
|
189
|
-
children: [iconType && /*#__PURE__*/jsx(Tooltip, {
|
|
190
|
-
disableHoverListener: true,
|
|
191
|
-
open: isTooltipOpen,
|
|
192
|
-
onMouseEnter: handleMouseEnter,
|
|
193
|
-
onMouseLeave: handleMouseLeave,
|
|
194
|
-
PopperProps: {
|
|
195
|
-
className: classes.popper
|
|
196
|
-
},
|
|
197
|
-
placement: tooltipPlacement,
|
|
198
|
-
title: /*#__PURE__*/jsx(DQUnvalidatedContent, {
|
|
199
|
-
tooltipRef: tooltipRef,
|
|
200
|
-
onMouseEnter: handleMouseEnter,
|
|
201
|
-
onMouseLeave: handleMouseLeave,
|
|
202
|
-
assetsData: assetsData,
|
|
203
|
-
maxHeight: DQIssueTooltipMaxHeight
|
|
204
|
-
}),
|
|
205
|
-
children: /*#__PURE__*/jsx("div", {
|
|
206
|
-
className: classes.DQIconWrapper,
|
|
207
|
-
"data-testid": "".concat(PAGE_NAME, "__DQ_icon_").concat(iconType),
|
|
208
|
-
children: /*#__PURE__*/jsx(DQStatusIcon, {
|
|
209
|
-
color: iconType,
|
|
210
|
-
iconType: iconType
|
|
211
|
-
})
|
|
212
|
-
})
|
|
213
|
-
}), Number.isFinite(lastTimestamp) && /*#__PURE__*/jsxs(Typography, {
|
|
214
|
-
className: classNames(classes.text, classes.timestamp),
|
|
215
|
-
variant: "body1",
|
|
216
|
-
children: ["Last Update: ", moment.unix(lastTimestamp).format('MMM D YYYY, hh:mm A')]
|
|
217
|
-
}), warningData && /*#__PURE__*/jsxs(Fragment, {
|
|
218
|
-
children: [/*#__PURE__*/jsx(Tooltip, {
|
|
219
|
-
placement: "top",
|
|
220
|
-
title: warningMessage ? "".concat(WARNING, ". ").concat(warningMessage) : WARNING,
|
|
221
|
-
children: /*#__PURE__*/jsx("div", {
|
|
222
|
-
"data-testid": "".concat(PAGE_NAME, "__DQ_icon_warning"),
|
|
223
|
-
children: /*#__PURE__*/jsx(DQStatusIcon, {
|
|
224
|
-
className: classes.badgeIconWarning,
|
|
225
|
-
color: BADGE_ICON_STATUSES.warning,
|
|
226
|
-
iconType: BADGE_ICON_STATUSES.warning
|
|
227
|
-
})
|
|
228
|
-
})
|
|
229
|
-
}), !isMobile && /*#__PURE__*/jsx(Typography, {
|
|
230
|
-
className: classNames(classes.text, classes.warningMessage),
|
|
231
|
-
variant: "body1",
|
|
232
|
-
children: warningMessage ? "".concat(WARNING, ". ").concat(warningMessage) : WARNING
|
|
233
|
-
})]
|
|
234
|
-
})]
|
|
235
|
-
})
|
|
236
|
-
});
|
|
237
|
-
};
|
|
238
|
-
|
|
239
|
-
export { StatusBadge };
|
|
240
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
import{jsx as t,jsxs as e,Fragment as n}from"react/jsx-runtime";import{useState as o,useRef as i,useEffect as a}from"react";import r from"moment";import s from"classnames";import{makeStyles as c,Typography as l}from"@material-ui/core";import{Tooltip as p}from"../Tooltip/Tooltip.js";import"../Tooltip/ScrollableTooltip.js";import{isInsideNewMobileApp as u}from"../../utils/mobileDetect.js";import{WARNING as m,BADGE_ICON_STATUSES as d,MAX_MOBILE_WIDTH as f}from"./constants.js";import{DQStatusIcon as g}from"./components/DQStatusIcon.js";import{DQUnvalidatedContent as h}from"./components/DQUnvalidatedContent.js";var x=window.innerHeight-212,b=c((function(t){return{statusBadgeWrapper:{backgroundColor:u?"transparent":t.palette.background.b4,display:"flex",height:30},statusBadgeContent:{display:"flex",padding:function(t){var e=t.isSuccessTypeIcon,n=t.isErrorTypeIcon,o=t.isIssueTypeIcon;return"12px 0 2px ".concat(e||n||o?6:2,"px")},whiteSpace:"nowrap",width:"calc(100% - 140px)"},text:{fontSize:"10px",lineHeight:"12px",alignSelf:"center"},timestamp:{color:t.palette.primary.text6,marginLeft:function(t){return t.isIconExist&&4}},warningMessage:{color:t.palette.primary.text1,marginLeft:4,textOverflow:"ellipsis",overflow:"hidden",fontSize:"12px"},badgeIconWarning:{marginLeft:8},popper:{zIndex:function(t){return t.maximized?500:400},"& .MuiTooltip-tooltip":{position:"absolute",bottom:function(t){return t.tooltipPlacement.includes("top")?0:"auto"},top:function(t){return t.tooltipPlacement.includes("bottom")?0:"auto"},left:function(t){return t.tooltipPlacement.includes("right")?0:"auto"},right:function(t){return t.tooltipPlacement.includes("left")?0:"auto"},width:"max-content",transformOrigin:"center top",maxWidth:"none",padding:4,fontSize:12,boxShadow:"none",fontWeight:400,lineHeight:"16px",letterSpacing:0,backgroundColor:t.palette.background.b9}},DQIconWrapper:{display:"flex",alignItems:"center",alignSelf:"center",justifyContent:"center",height:24,width:24,minWidth:24,borderRadius:12,"&:hover":{backgroundColor:function(t){var e=t.isErrorTypeIcon,n=t.isSuccessTypeIcon,o=t.isIssueTypeIcon;return e?"rgba(244, 67, 54, 0.1)":n?"rgba(117, 219, 41, 0.2)":o?"rgba(255, 193, 7, 0.16)":"transparent"}}}}})),v=function(c){var u=c.assetsData,v=void 0===u?{}:u,I=c.setAssetsData,T=void 0===I?function(){}:I,y=c.appWidth,S=c.DQIssueTooltipMaxHeight,w=void 0===S?x:S,D=c.iconType,M=c.className,N=c.lastTimestamp,_=c.warningData,W=c.hasSubscriptionsData,C=c.maximized,E=c.statusBadgeContentClassName,L=c.tooltipPlacement,j=void 0===L?"top-start":L,P=o(!1),k=P[0],z=P[1],Q=i(null),H=null==_?void 0:_.message,B=D===d.error,Y=D===d.success,O=D===d.issue,A=y<f,R=b({isIconExist:!!D,isSuccessTypeIcon:Y,isErrorTypeIcon:B,isIssueTypeIcon:O,maximized:C,tooltipPlacement:j}),U=i(null),F=function(t){Q.current&&!Q.current.contains(t.target)&&z(!1)};a((function(){return function(){T({hasSubscriptionsData:!1})}}),[]),a((function(){return document.addEventListener("click",F),function(){document.removeEventListener("click",F),clearTimeout(U.current)}}),[]);var J=function(){clearTimeout(U.current),z(!0)},q=function(t,e){void 0===e&&(e=700),U.current=setTimeout((function(){return z(!1)}),e)};return a((function(){W&&(J(),q(0,1e4))}),[JSON.stringify(v)]),t("div",{"data-testid":"Status_badge",className:s(R.statusBadgeWrapper,"c-status-badge--".concat(D),M),children:e("div",{className:s(R.statusBadgeContent,E),ref:Q,children:[D&&t(p,{disableHoverListener:!0,open:k,onMouseEnter:J,onMouseLeave:q,PopperProps:{className:R.popper},placement:j,title:t(h,{tooltipRef:Q,onMouseEnter:J,onMouseLeave:q,assetsData:v,maxHeight:w}),children:t("div",{className:R.DQIconWrapper,"data-testid":"".concat("Status_badge","__DQ_icon_").concat(D),children:t(g,{color:D,iconType:D})})}),Number.isFinite(N)&&e(l,{className:s(R.text,R.timestamp),variant:"body1",children:["Last Update: ",r.unix(N).format("MMM D YYYY, hh:mm A")]}),_&&e(n,{children:[t(p,{placement:"top",title:H?"".concat(m,". ").concat(H):m,children:t("div",{"data-testid":"".concat("Status_badge","__DQ_icon_warning"),children:t(g,{className:R.badgeIconWarning,color:d.warning,iconType:d.warning})})}),!A&&t(l,{className:s(R.text,R.warningMessage),variant:"body1",children:H?"".concat(m,". ").concat(H):m})]})]})})};export{v as StatusBadge};
|
|
@@ -1,142 +1 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var useDQUnvalidatedContentStyles = makeStyles(function (theme) {
|
|
4
|
-
return {
|
|
5
|
-
alertIcon: {
|
|
6
|
-
width: 16,
|
|
7
|
-
height: 16
|
|
8
|
-
},
|
|
9
|
-
assetWrapper: {
|
|
10
|
-
display: 'table-row'
|
|
11
|
-
},
|
|
12
|
-
assetTable: {
|
|
13
|
-
display: 'table',
|
|
14
|
-
color: theme.palette.primary.contrastText,
|
|
15
|
-
marginLeft: 8
|
|
16
|
-
},
|
|
17
|
-
assetCell: {
|
|
18
|
-
display: 'table-cell',
|
|
19
|
-
padding: '5px 0',
|
|
20
|
-
verticalAlign: 'middle',
|
|
21
|
-
width: 111
|
|
22
|
-
},
|
|
23
|
-
assetName: {
|
|
24
|
-
fontSize: '12px',
|
|
25
|
-
width: 89
|
|
26
|
-
},
|
|
27
|
-
container: {
|
|
28
|
-
padding: '12px 0 4px 12px'
|
|
29
|
-
},
|
|
30
|
-
headerText: {
|
|
31
|
-
lineHeight: '19px',
|
|
32
|
-
fontSize: '16px',
|
|
33
|
-
fontWeight: 500
|
|
34
|
-
},
|
|
35
|
-
subheaderText: {
|
|
36
|
-
lineHeight: '14px',
|
|
37
|
-
fontSize: '12px',
|
|
38
|
-
fontWeight: 400,
|
|
39
|
-
marginRight: 16,
|
|
40
|
-
color: theme.palette.primary.text7,
|
|
41
|
-
marginTop: 4
|
|
42
|
-
},
|
|
43
|
-
Issue: {
|
|
44
|
-
color: '#ffa500'
|
|
45
|
-
},
|
|
46
|
-
Missing: {
|
|
47
|
-
color: theme.palette.error.main
|
|
48
|
-
},
|
|
49
|
-
Resolved: {
|
|
50
|
-
color: theme.palette.success.bright
|
|
51
|
-
},
|
|
52
|
-
errorContainer: {
|
|
53
|
-
display: 'flex',
|
|
54
|
-
alignItems: 'center',
|
|
55
|
-
marginLeft: 8,
|
|
56
|
-
height: 22
|
|
57
|
-
},
|
|
58
|
-
missingContainer: {
|
|
59
|
-
marginLeft: 0
|
|
60
|
-
},
|
|
61
|
-
errorText: {
|
|
62
|
-
marginLeft: 4,
|
|
63
|
-
fontSize: '14px'
|
|
64
|
-
},
|
|
65
|
-
errorNum: {
|
|
66
|
-
fontSize: '16px',
|
|
67
|
-
marginLeft: 4
|
|
68
|
-
},
|
|
69
|
-
accordion: {
|
|
70
|
-
'&:not(:first-child)': {
|
|
71
|
-
marginTop: '16px !important'
|
|
72
|
-
},
|
|
73
|
-
marginTop: '8px !important',
|
|
74
|
-
color: theme.palette.primary.contrastText,
|
|
75
|
-
'& .MuiAccordionSummary-content': {
|
|
76
|
-
fontWeight: '400 !important'
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
accordionDetails: {
|
|
80
|
-
marginTop: 8
|
|
81
|
-
},
|
|
82
|
-
categoryName: {
|
|
83
|
-
marginTop: 4
|
|
84
|
-
},
|
|
85
|
-
accordionsWrapper: {
|
|
86
|
-
maxHeight: function maxHeight(_ref) {
|
|
87
|
-
var _maxHeight = _ref.maxHeight;
|
|
88
|
-
return _maxHeight;
|
|
89
|
-
},
|
|
90
|
-
overflowY: 'auto',
|
|
91
|
-
paddingRight: 16,
|
|
92
|
-
'&::before, &::after': {
|
|
93
|
-
content: '""',
|
|
94
|
-
width: '100%',
|
|
95
|
-
height: 16,
|
|
96
|
-
position: 'absolute',
|
|
97
|
-
zIndex: 1
|
|
98
|
-
},
|
|
99
|
-
'&::before': {
|
|
100
|
-
background: "linear-gradient(180deg, ".concat(theme.palette.background.b9, " 18.23%, rgba(59, 59, 59, 0) 100%)"),
|
|
101
|
-
opacity: 0.8,
|
|
102
|
-
top: 0
|
|
103
|
-
},
|
|
104
|
-
'&::after': {
|
|
105
|
-
background: "linear-gradient(0deg, ".concat(theme.palette.background.b9, " 18.23%, rgba(59, 59, 59, 0) 100%)"),
|
|
106
|
-
opacity: 0.8,
|
|
107
|
-
bottom: 0
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
relative: {
|
|
111
|
-
position: 'relative',
|
|
112
|
-
padding: '8px 0'
|
|
113
|
-
},
|
|
114
|
-
headerWrapper: {
|
|
115
|
-
display: 'flex',
|
|
116
|
-
alignItems: 'center'
|
|
117
|
-
},
|
|
118
|
-
linkIcon: {
|
|
119
|
-
width: 24,
|
|
120
|
-
height: 24,
|
|
121
|
-
color: theme.palette.primary.main
|
|
122
|
-
},
|
|
123
|
-
link: {
|
|
124
|
-
lineHeight: 0,
|
|
125
|
-
zIndex: 1,
|
|
126
|
-
position: 'relative',
|
|
127
|
-
display: 'flex',
|
|
128
|
-
alignItems: 'center',
|
|
129
|
-
justifyContent: 'center',
|
|
130
|
-
marginLeft: 8,
|
|
131
|
-
width: 36,
|
|
132
|
-
height: 36,
|
|
133
|
-
borderRadius: 18,
|
|
134
|
-
'&:hover': {
|
|
135
|
-
backgroundColor: theme.palette.background.b7
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
};
|
|
139
|
-
});
|
|
140
|
-
|
|
141
|
-
export { useDQUnvalidatedContentStyles };
|
|
142
|
-
//# sourceMappingURL=styles.js.map
|
|
1
|
+
import{makeStyles as e}from"@material-ui/core";var t=e((function(e){return{alertIcon:{width:16,height:16},assetWrapper:{display:"table-row"},assetTable:{display:"table",color:e.palette.primary.contrastText,marginLeft:8},assetCell:{display:"table-cell",padding:"5px 0",verticalAlign:"middle",width:111},assetName:{fontSize:"12px",width:89},container:{padding:"12px 0 4px 12px"},headerText:{lineHeight:"19px",fontSize:"16px",fontWeight:500},subheaderText:{lineHeight:"14px",fontSize:"12px",fontWeight:400,marginRight:16,color:e.palette.primary.text7,marginTop:4},Issue:{color:"#ffa500"},Missing:{color:e.palette.error.main},Resolved:{color:e.palette.success.bright},errorContainer:{display:"flex",alignItems:"center",marginLeft:8,height:22},missingContainer:{marginLeft:0},errorText:{marginLeft:4,fontSize:"14px"},errorNum:{fontSize:"16px",marginLeft:4},accordion:{"&:not(:first-child)":{marginTop:"16px !important"},marginTop:"8px !important",color:e.palette.primary.contrastText,"& .MuiAccordionSummary-content":{fontWeight:"400 !important"}},accordionDetails:{marginTop:8},categoryName:{marginTop:4},accordionsWrapper:{maxHeight:function(e){var t=e.maxHeight;return t},overflowY:"auto",paddingRight:16,"&::before, &::after":{content:'""',width:"100%",height:16,position:"absolute",zIndex:1},"&::before":{background:"linear-gradient(180deg, ".concat(e.palette.background.b9," 18.23%, rgba(59, 59, 59, 0) 100%)"),opacity:.8,top:0},"&::after":{background:"linear-gradient(0deg, ".concat(e.palette.background.b9," 18.23%, rgba(59, 59, 59, 0) 100%)"),opacity:.8,bottom:0}},relative:{position:"relative",padding:"8px 0"},headerWrapper:{display:"flex",alignItems:"center"},linkIcon:{width:24,height:24,color:e.palette.primary.main},link:{lineHeight:0,zIndex:1,position:"relative",display:"flex",alignItems:"center",justifyContent:"center",marginLeft:8,width:36,height:36,borderRadius:18,"&:hover":{backgroundColor:e.palette.background.b7}}}}));export{t as useDQUnvalidatedContentStyles};
|